/* Reusable storefront styling ported from Universal Sport without homepage-specific CMS overrides. */

:root {
  --pflastershop24-primary: #0042a0;
  --pflastershop24-primary-dark: #00357f;
  --pflastershop24-primary-soft: #eaf1fb;
  --pflastershop24-primary-border: #cbdaf1;
  --pflastershop24-shadow: rgba(0, 66, 160, 0.12);
  --pflastershop24-shadow-strong: rgba(0, 66, 160, 0.18);
}

.sr-only {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.container,
.container-main,
.cms-section .boxed,
.header-main .container,
.main-navigation .container,
.nav-main > .container {
  max-width: 1600px !important;
}

.header-main .container {
  max-width: 1890px !important;
}

.container-main {
  margin-left: auto;
  margin-right: auto;
}

.product-box .product-name {
  height: auto;
  min-height: 50px;
}

.product-variant-characteristics,
.product-variant-characteristics .product-variant-characteristics-text,
.product-price-unit,
.product-cheapest-price {
  min-height: auto !important;
  height: auto !important;
}

.product-info .product-price-info {
  margin-top: 0;
}

.product-price-info .product-cheapest-price {
  margin-bottom: 14px;
}

.card-body .product-image-wrapper {
  height: 150px;
}

.main-navigation-link.active .main-navigation-link-text {
  border-color: transparent !important;
}

.main-navigation-menu {
  width: 100%;
  text-align: center;
}

.main-navigation-menu.nav:not(.navbar),
.main-navigation-menu-list,
#main-navigation-menu .navbar-nav.d-flex.flex-wrap {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.main-navigation-menu .nav-item,
.main-navigation-menu-list .nav-item,
#main-navigation-menu .navbar-nav .nav-item {
  display: flex;
  min-width: 0;
  margin: 0;
  padding-right: 0 !important;
  height: 100%;
}

.main-navigation-menu .main-navigation-link,
.main-navigation-menu-list .main-navigation-link,
#main-navigation-menu .navbar-nav .main-navigation-link {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1 1 auto;
  width: 100%;
  min-height: 68px;
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #dde4ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 1px 2px 4px darkgrey;
  white-space: normal;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.main-navigation-menu .main-navigation-link:hover,
.main-navigation-menu-list .main-navigation-link:hover,
#main-navigation-menu .navbar-nav .main-navigation-link:hover,
.main-navigation-menu .main-navigation-link.active,
.main-navigation-menu-list .main-navigation-link.active,
#main-navigation-menu .navbar-nav .main-navigation-link.active {
  border-color: var(--pflastershop24-primary-border);
  box-shadow: 0 12px 24px var(--pflastershop24-shadow);
}

.header-search-form {
  position: relative;
}

.header-search-form .input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden !important;
  border: 1px solid #d8e1eb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

.header-search-form .input-group > .header-search-input.form-control {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0 !important;
  border-radius: 999px 0 0 999px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.header-search-form .input-group > .header-search-btn.btn,
.header-search-form .input-group > .header-close-btn.btn {
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 52px;
  min-width: 52px;
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid #d8e1eb !important;
  border-radius: 0 999px 999px 0 !important;
  background: #f6f9fc !important;
  color: var(--pflastershop24-primary) !important;
  box-shadow: none !important;
}

.header-search-form .input-group > .header-close-btn.btn.d-none {
  display: none !important;
}

.header-search-form:has(.search-suggest) .header-search-btn.btn {
  display: none !important;
}

.header-search-form:has(.search-suggest) .header-close-btn.btn:not(.d-none) {
  display: inline-flex !important;
}

.header-search-form:has(.search-suggest) .input-group {
  overflow: visible !important;
}

.header-search-form .input-group > .header-search-btn.btn:hover,
.header-search-form .input-group > .header-close-btn.btn:hover {
  background: var(--pflastershop24-primary-soft) !important;
  color: var(--pflastershop24-primary-dark) !important;
}

.header-search-form .search-suggest {
  position: static;
}

.header-search-form .search-suggest-container {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  transform: none;
  padding: 12px 16px;
  border: 1px solid #d8e1eb;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
  z-index: 1005;
}

.header-search-form .search-suggest-container::after {
  display: none;
}

.nav-main .main-navigation,
.nav-main .main-navigation-menu,
#main-navigation-menu .navbar-collapse {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu,
.nav-main .navigation-flyout {
  left: 50%;
  right: auto;
  width: min(1600px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px);
  margin-top: 12px;
  border: 1px solid #dde4ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  transform: translateX(-50%);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .row,
.nav-main .navigation-flyout .row {
  margin-left: 0;
  margin-right: 0;
}

.nav-main .navigation-flyout .navigation-flyout-content > .col-8.col-xl-9,
.nav-main .navigation-flyout .navigation-flyout-content > .col {
  flex: 0 0 100%;
  max-width: 100%;
}

.nav-main .navigation-flyout .navigation-flyout-teaser,
.nav-main .navigation-flyout .navigation-flyout-content > .col-4.col-xl-3,
.nav-main .navigation-flyout .navigation-flyout-categories.is-level-1 {
  display: none;
}

.nav-main .navigation-flyout .navigation-flyout-categories.is-level-0 {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.nav-main .navigation-flyout .navigation-flyout-categories.is-level-0 > [class*='col-'] {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

.nav-main .navigation-flyout .navigation-flyout-categories.is-level-0 .navigation-flyout-col::before {
  content: none;
}

.nav-main .navigation-flyout .navigation-flyout-link.is-level-0 {
  padding: 0.5rem 1rem !important;
}

@media (min-width: 992px) {
  .cms-section.cms-section-sidebar {
    overflow: visible;
  }

  .cms-section-sidebar .cms-section-sidebar-sidebar-content {
    align-self: stretch;
  }

  .cms-section-sidebar-sidebar-content .pflastershop24-sidebar-sticky {
    position: sticky;
    top: 70px;
    width: 100%;
  }
}

.cms-element-product-listing .product-box {
  height: 100%;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 grey;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.cms-element-product-listing .product-box:hover {
  transform: scale(1.01);
}

.cms-element-product-listing .product-box .product-rating {
  display: none;
}

.cms-element-product-listing .product-box .product-cheapest-price {
  min-height: 10px;
  max-height: 10px;
  margin-bottom: 0;
}

.cms-element-product-listing .product-box .product-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: calc(1.4em * 3);
  line-height: 1.4;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.cms-element-product-listing .product-box .product-price-wrapper {
  font-weight: 700;
}

.cms-element-product-listing .product-box .product-ordernumber,
.cms-element-product-listing .product-box .product-price-info {
  margin-top: 2px;
  text-align: center;
}

.cms-element-product-listing .product-box .product-price-unit {
  display: none;
  margin: 0;
}

.cms-element-product-listing .product-box .product-price-tax-link {
  font-size: 12px;
}

.top-bar {
  padding-top: 4px;
}

body:has(.header-main .header-language-col .top-bar-language) .top-bar {
  display: none !important;
}

.top-bar .top-bar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.top-bar .top-bar-nav-item,
.header-main .header-language-col .top-bar-language,
.header-main .header-language-col .top-bar-nav-item {
  margin: 0;
}

.top-bar .top-bar-language .language-form,
.header-main .header-language-col .top-bar-language .language-form {
  margin: 0;
}

.top-bar .top-bar-language .dropdown-toggle.top-bar-nav-btn,
.header-main .header-language-col .top-bar-language .dropdown-toggle.top-bar-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #dde4ec;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 10px 24px var(--pflastershop24-shadow);
  color: var(--pflastershop24-primary-dark);
  font-weight: 600;
}

.top-bar .top-bar-language .dropdown-toggle.top-bar-nav-btn:hover,
.top-bar .top-bar-language .dropdown-toggle.top-bar-nav-btn:focus,
.header-main .header-language-col .top-bar-language .dropdown-toggle.top-bar-nav-btn:hover,
.header-main .header-language-col .top-bar-language .dropdown-toggle.top-bar-nav-btn:focus {
  border-color: var(--pflastershop24-primary-border);
  background: #ffffff;
  color: var(--pflastershop24-primary-dark);
  box-shadow: 0 12px 26px var(--pflastershop24-shadow);
}

.top-bar .top-bar-language .dropdown-toggle.top-bar-nav-btn::after,
.header-main .header-language-col .top-bar-language .dropdown-toggle.top-bar-nav-btn::after {
  margin-left: 2px;
  color: rgba(0, 66, 160, 0.65);
}

.top-bar .top-bar-language .top-bar-nav-text,
.header-main .header-language-col .top-bar-language .top-bar-nav-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.top-bar .top-bar-language .language-flag,
.header-main .header-language-col .top-bar-language .language-flag {
  width: 18px;
  height: 14px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 66, 160, 0.12);
}

.top-bar .top-bar-language .dropdown-menu,
.header-main .header-language-col .top-bar-language .dropdown-menu {
  min-width: 220px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dde4ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 48px var(--pflastershop24-shadow-strong);
}

.top-bar .top-bar-language .dropdown-item,
.header-main .header-language-col .top-bar-language .dropdown-item {
  border-radius: 12px;
  color: var(--pflastershop24-primary-dark);
  font-weight: 500;
}

.top-bar .top-bar-language .dropdown-item.active,
.top-bar .top-bar-language .dropdown-item:active,
.header-main .header-language-col .top-bar-language .dropdown-item.active,
.header-main .header-language-col .top-bar-language .dropdown-item:active {
  background: var(--pflastershop24-primary-soft);
  color: var(--pflastershop24-primary-dark);
}

.top-bar .top-bar-language .dropdown-item:hover,
.header-main .header-language-col .top-bar-language .dropdown-item:hover {
  background: var(--pflastershop24-primary-soft);
  color: var(--pflastershop24-primary-dark);
}

.header-main .header-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  row-gap: 8px;
  padding-top: 0;
  padding-bottom: 2px;
  margin-left: 0;
  margin-right: 0;
}

.header-main .header-logo-main-link {
  display: block;
}

.header-main .header-logo-picture {
  display: block;
  width: 100%;
  max-width: 168px;
}

.header-main .header-logo-main-img {
  display: block;
  width: 100%;
  height: auto;
}

.header-main .header-actions-col .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
}

.header-main .header-actions-col > .row {
  margin-left: 0;
  margin-right: 0;
}

.header-main .header-actions-col > .row > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.header-main .header-actions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #4b5a6b;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.header-main .header-actions-btn:hover,
.header-main .header-actions-btn:focus {
  border-color: #dde4ec;
  background: #ffffff;
  color: var(--pflastershop24-primary-dark);
  box-shadow: 0 10px 24px var(--pflastershop24-shadow);
}

.header-main .header-cart-total {
  margin-left: 6px;
  color: var(--pflastershop24-primary);
  font-weight: 700;
}

.header-main .account-menu-btn .icon,
.header-main .header-cart-btn .icon,
.header-main .header-actions-btn .icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .header-main .header-row {
    display: grid;
    grid-template-columns: 168px minmax(420px, 1fr) auto;
    align-items: center;
    column-gap: 24px;
  }

  .header-main .header-logo-col,
  .header-main .header-search-col,
  .header-main .header-actions-col {
    width: auto;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-main .header-search-col {
    justify-self: center;
    width: 100%;
    max-width: 500px;
  }

  .header-main .header-search-col > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .header-main .header-search-col > .row > .col {
    padding-left: 0;
    padding-right: 0;
  }

  .header-main .header-actions-col {
    justify-self: end;
  }

  .nav-main {
    margin-top: -10px;
  }

  .main-navigation-menu .main-navigation-link,
  .main-navigation-menu-list .main-navigation-link,
  #main-navigation-menu .navbar-nav .main-navigation-link {
    min-height: 56px;
  }
}

@media (max-width: 1399px) {
  .main-navigation-menu.nav:not(.navbar),
  .main-navigation-menu-list,
  #main-navigation-menu .navbar-nav.d-flex.flex-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .main-navigation-menu .main-navigation-link,
  .main-navigation-menu-list .main-navigation-link,
  #main-navigation-menu .navbar-nav .main-navigation-link {
    min-height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.95rem;
    line-height: 1.15;
  }
}

@media (max-width: 1199px) {
  .main-navigation-menu.nav:not(.navbar),
  .main-navigation-menu-list,
  #main-navigation-menu .navbar-nav.d-flex.flex-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .main-navigation-menu .main-navigation-link,
  .main-navigation-menu-list .main-navigation-link,
  #main-navigation-menu .navbar-nav .main-navigation-link {
    min-height: 56px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 0.9rem;
    line-height: 1.15;
  }
}

@media (max-width: 991px) {
  .top-bar {
    display: none !important;
  }

  .header-main .container,
  .main-navigation .container,
  .nav-main > .container,
  .container-main,
  .container,
  .cms-section .boxed {
    max-width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-logo-picture {
    min-width: 0;
    max-width: 220px;
    width: 100%;
  }

  .header-search {
    max-width: 100%;
  }

  .header-search-form,
  .header-search-form .input-group {
    width: 100%;
  }

  .main-navigation-menu.nav:not(.navbar),
  .main-navigation-menu-list,
  #main-navigation-menu .navbar-nav.d-flex.flex-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-navigation-menu .main-navigation-link,
  .main-navigation-menu-list .main-navigation-link,
  #main-navigation-menu .navbar-nav .main-navigation-link {
    min-height: 60px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 16px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu,
  .nav-main .navigation-flyout {
    left: 12px;
    right: 12px;
    width: auto !important;
    max-width: none;
    margin-top: 8px;
    border-radius: 18px;
    transform: none;
  }

  .header-main .header-row {
    padding-top: 4px;
    padding-bottom: 2px;
  }

  .header-main .header-search-col,
  .header-main .header-actions-col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .header-main .header-search-col {
    order: 2;
  }

  .header-main .header-actions-col {
    order: 1;
    display: flex;
    justify-content: center;
  }

  .header-main .header-logo-picture {
    max-width: 132px;
  }

  .header-main .header-search-col > .row,
  .header-main .header-actions-col > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-main .header-search-col > .row {
    align-items: center;
    gap: 6px;
  }

  .header-main .header-search-col > .row > .col,
  .header-main .header-search-col > .row > [class*='col-'],
  .header-main .header-actions-col > .row > [class*='col-'] {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-main .header-search-col .nav-main-toggle,
  .header-main .header-nav-toggle-col .menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-main .header-actions-col .row {
    width: 100%;
    justify-content: center;
    gap: 6px;
  }

  .header-main .header-actions-btn {
    min-width: 42px;
    min-height: 42px;
  }
}

@media (max-width: 767px) {
  .cms-element-product-listing .cms-listing-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .main-navigation-menu.nav:not(.navbar),
  .main-navigation-menu-list,
  #main-navigation-menu .navbar-nav.d-flex.flex-wrap {
    grid-template-columns: 1fr;
  }

  .cms-element-product-listing .cms-listing-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* CMS homepage framework */
body.is-act-home {
  background: #f5f8fc;
}

body.is-act-home .content-main {
  padding-top: 16px;
}

.cms-section[class*='ps24-home-'] {
  margin-bottom: 40px;
}

.cms-section.ps24-home-trust,
.cms-section.ps24-home-info,
.cms-section.ps24-home-cta {
  display: none;
}

.cms-section.ps24-home-hero .cms-block {
  overflow: hidden;
  border: 1px solid #d9e4f5;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(0, 66, 160, 0.14), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f4f8fe 60%, #eef4fd 100%);
  box-shadow: 0 24px 60px rgba(0, 66, 160, 0.14);
}

.cms-section.ps24-home-hero .cms-block-container-row {
  align-items: stretch;
}

.cms-section.ps24-home-hero .cms-element-text {
  height: 100%;
}

.cms-section.ps24-home-hero .cms-element-text .cms-element-alignment,
.cms-section.ps24-home-hero .cms-element-text > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 56px 52px;
}

.cms-section.ps24-home-hero .cms-element-text h1,
.cms-section.ps24-home-hero .cms-element-text h2,
.cms-section.ps24-home-hero .cms-element-text h3 {
  max-width: 12ch;
  margin-bottom: 18px;
  color: #071c43;
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
}

.cms-section.ps24-home-hero .cms-element-text h1::before,
.cms-section.ps24-home-hero .cms-element-text h2::before,
.cms-section.ps24-home-hero .cms-element-text h3::before {
  content: 'PFLASTERSHOP24';
  display: block;
  margin-bottom: 16px;
  color: var(--pflastershop24-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

.cms-section.ps24-home-hero .cms-element-text p {
  max-width: 560px;
  margin-bottom: 24px;
  color: #36506f;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cms-section.ps24-home-hero .cms-element-text p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
  font-size: 0;
}

.cms-section.ps24-home-hero .cms-element-text p:last-child a,
.cms-section.ps24-home-categories .cms-element-text a,
.cms-section.ps24-home-focus .cms-element-text a,
.cms-section.ps24-home-advice .cms-element-text a,
.cms-section.ps24-home-cta .cms-element-text a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--pflastershop24-primary);
  background: #ffffff;
  color: var(--pflastershop24-primary);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.cms-section.ps24-home-hero .cms-element-text p:last-child a:first-child,
.cms-section.ps24-home-advice .cms-element-text a,
.cms-section.ps24-home-cta .cms-element-text a {
  background: var(--pflastershop24-primary);
  color: #ffffff;
}

.cms-section.ps24-home-hero .cms-element-image,
.cms-section.ps24-home-hero .cms-image-container {
  height: 100%;
}

.cms-section.ps24-home-hero .cms-image-container img,
.cms-section.ps24-home-hero .cms-element-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-section.ps24-home-trust .cms-block {
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 66, 160, 0.08);
}

.cms-section.ps24-home-trust > .cms-section-default.boxed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cms-section.ps24-home-trust .cms-block-container-row {
  row-gap: 0;
}

.cms-section.ps24-home-trust [class*='col-'] {
  position: relative;
  padding: 22px 20px;
}

.cms-section.ps24-home-trust [class*='col-'] + [class*='col-']::before {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: #e4ecf8;
}

.cms-section.ps24-home-trust .cms-element-text p,
.cms-section.ps24-home-trust .cms-element-text h1,
.cms-section.ps24-home-trust .cms-element-text h2,
.cms-section.ps24-home-trust .cms-element-text h3 {
  margin: 0;
  text-align: center;
}

.cms-section.ps24-home-trust .cms-element-text strong,
.cms-section.ps24-home-trust .cms-element-text b {
  display: block;
  margin-bottom: 6px;
  color: #071c43;
  font-size: 1rem;
}

.cms-section.ps24-home-trust .cms-element-text {
  color: #4f6782;
  font-size: 0.95rem;
}

.cms-section.ps24-home-categories .cms-block,
.cms-section.ps24-home-focus .cms-block,
.cms-section.ps24-home-info .cms-block {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.cms-section.ps24-home-categories .cms-section-default.boxed::before,
.cms-section.ps24-home-focus .cms-section-default.boxed::before {
  display: block;
  margin-bottom: 20px;
  color: #071c43;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.05;
}

.cms-section.ps24-home-categories .cms-section-default.boxed::before {
  content: 'Hauptkategorien';
}

.cms-section.ps24-home-focus .cms-section-default.boxed::before {
  content: 'Wichtige Bereiche';
}

.cms-section.ps24-home-focus {
  counter-reset: ps24-focus-card;
}

.cms-section.ps24-home-focus .cms-section-default.boxed {
  position: relative;
  padding: 42px 42px 26px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(65, 135, 255, 0.32), transparent 28%),
    linear-gradient(135deg, #041d4a 0%, #0a2d69 55%, #0f55c9 100%);
  box-shadow: 0 28px 56px rgba(5, 21, 55, 0.22);
  overflow: hidden;
}

.cms-section.ps24-home-focus .cms-section-default.boxed::before,
.cms-section.ps24-home-focus .cms-section-default.boxed::after {
  position: relative;
  z-index: 1;
}

.cms-section.ps24-home-focus .cms-section-default.boxed::before {
  margin-bottom: 10px;
  color: #ffffff;
}

.cms-section.ps24-home-focus .cms-section-default.boxed::after {
  content: 'Pflichtausstattung, Nachfüllung und Hygiene auf einen Blick.';
  display: block;
  max-width: 680px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.65;
}

.cms-section.ps24-home-categories .cms-block-container-row,
.cms-section.ps24-home-focus .cms-block-container-row,
.cms-section.ps24-home-info .cms-block-container-row {
  row-gap: 24px;
}

.cms-section.ps24-home-categories .image-text-gallery-card {
  height: 100%;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dfe8f5;
  box-shadow: 0 16px 36px rgba(0, 66, 160, 0.1);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cms-section.ps24-home-categories .image-text-gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 66, 160, 0.14);
}

.cms-section.ps24-home-categories .cms-element-image,
.cms-section.ps24-home-categories .cms-image-container,
.cms-section.ps24-home-focus .cms-element-image,
.cms-section.ps24-home-focus .cms-image-container {
  width: 100%;
}

.cms-section.ps24-home-categories .cms-image-container img,
.cms-section.ps24-home-categories .cms-element-image img,
.cms-section.ps24-home-focus .cms-image-container img,
.cms-section.ps24-home-focus .cms-element-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cms-section.ps24-home-categories .cms-element-text,
.cms-section.ps24-home-focus .cms-element-text {
  padding: 22px 22px 24px;
}

.cms-section.ps24-home-categories .cms-element-text a,
.cms-section.ps24-home-focus .cms-element-text a {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pflastershop24-primary);
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: none;
}

.cms-section.ps24-home-categories .cms-element-text a::after,
.cms-section.ps24-home-focus .cms-element-text a::after {
  content: '->';
  margin-left: 8px;
  font-size: 0.9em;
}

.cms-section.ps24-home-focus .cms-block-container,
.cms-section.ps24-home-info .cms-block-container {
  padding: 0 !important;
}

.cms-section.ps24-home-focus .cms-block {
  margin-bottom: 16px;
}

.cms-section.ps24-home-focus .cms-block:last-child {
  margin-bottom: 0;
}

.cms-section.ps24-home-focus .cms-block-image-text .cms-block-container-row > [class*='col-'],
.cms-section.ps24-home-info .cms-block-text-three-column .cms-block-container-row > [class*='col-'] {
  display: flex;
}

.cms-section.ps24-home-focus .cms-block-image-text .cms-element-text,
.cms-section.ps24-home-info .cms-block-text-three-column .cms-element-text {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f5;
  box-shadow: 0 16px 36px rgba(0, 66, 160, 0.1);
}

.cms-section.ps24-home-focus .cms-block-image-text .cms-element-text {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 224px;
  padding: 28px 28px 24px;
  overflow: hidden;
}

.cms-section.ps24-home-focus .cms-block-image-text .cms-element-text::before {
  counter-increment: ps24-focus-card;
  content: counter(ps24-focus-card, decimal-leading-zero);
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(0, 66, 160, 0.12);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cms-section.ps24-home-focus .cms-block-image-text .cms-element-text::after {
  content: '';
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--pflastershop24-primary);
}

.cms-section.ps24-home-categories .cms-element-text h1,
.cms-section.ps24-home-categories .cms-element-text h2,
.cms-section.ps24-home-categories .cms-element-text h3,
.cms-section.ps24-home-focus .cms-element-text h1,
.cms-section.ps24-home-focus .cms-element-text h2,
.cms-section.ps24-home-focus .cms-element-text h3 {
  margin-bottom: 10px;
  color: #071c43;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.cms-section.ps24-home-focus .cms-element-text h1,
.cms-section.ps24-home-focus .cms-element-text h2,
.cms-section.ps24-home-focus .cms-element-text h3 {
  max-width: 15ch;
  margin-bottom: 12px;
  padding-right: 72px;
  font-size: 1.45rem;
}

.cms-section.ps24-home-categories .cms-element-text p,
.cms-section.ps24-home-focus .cms-element-text p {
  margin-bottom: 0;
  color: #516987;
  line-height: 1.65;
}

.cms-section.ps24-home-focus .cms-element-text p {
  max-width: 34ch;
}

.cms-section.ps24-home-categories .cms-element-text p:last-child,
.cms-section.ps24-home-focus .cms-element-text p:last-child {
  margin-top: 18px;
}

.cms-section.ps24-home-focus .cms-element-text p:last-child {
  margin-top: auto;
  padding-top: 18px;
}

.cms-section.ps24-home-focus .cms-element-text a:hover {
  transform: none;
  box-shadow: none;
  color: #08388b;
}

.cms-section.ps24-home-bestseller .cms-block {
  padding: 34px 36px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 66, 160, 0.08);
}

.cms-section.ps24-home-bestseller .cms-element-title,
.cms-section.ps24-home-bestseller .cms-element-title-paragraph {
  margin-bottom: 22px;
}

.cms-section.ps24-home-bestseller .cms-element-title h1,
.cms-section.ps24-home-bestseller .cms-element-title h2,
.cms-section.ps24-home-bestseller .cms-element-title h3 {
  margin-bottom: 0;
  color: #071c43;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
}

.cms-section.ps24-home-bestseller .base-slider.product-slider {
  margin-bottom: 0;
}

.cms-section.ps24-home-bestseller .product-slider-container {
  padding-bottom: 4px;
}

.cms-section.ps24-home-bestseller .product-slider-item .card {
  height: 100%;
  border: 1px solid #dfe8f5;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(0, 66, 160, 0.08);
  overflow: hidden;
}

.cms-section.ps24-home-bestseller .product-slider-item .card-body {
  display: flex;
  flex-direction: column;
  padding: 22px 20px 20px;
}

.cms-section.ps24-home-bestseller .product-slider-item .product-image-wrapper {
  height: 240px;
}

.cms-section.ps24-home-bestseller .product-slider-item .product-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(1.35em * 2);
  margin-bottom: 10px;
  line-height: 1.35;
  font-weight: 700;
}

.cms-section.ps24-home-bestseller .product-slider-item .product-name,
.cms-section.ps24-home-bestseller .product-slider-item .product-name:hover {
  color: #071c43;
  text-decoration: none;
}

.cms-section.ps24-home-bestseller .product-slider-item .product-description,
.cms-section.ps24-home-bestseller .product-slider-item .product-variant-characteristics,
.cms-section.ps24-home-bestseller .product-slider-item .product-rating,
.cms-section.ps24-home-bestseller .product-slider-item .product-cheapest-price,
.cms-section.ps24-home-bestseller .product-slider-item .product-price-unit {
  display: none !important;
}

.cms-section.ps24-home-bestseller .product-slider-item .product-price-wrapper {
  margin-top: auto;
}

.cms-section.ps24-home-bestseller .product-slider-item .product-action,
.cms-section.ps24-home-bestseller .product-slider-item .btn-buy,
.cms-section.ps24-home-bestseller .product-slider-item .product-detail-btn {
  display: none !important;
}

.cms-section.ps24-home-advice .cms-block {
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fe 100%);
  border: 1px solid #d9e4f5;
  box-shadow: 0 18px 42px rgba(0, 66, 160, 0.1);
}

.cms-section.ps24-home-advice .cms-block-container-row {
  align-items: stretch;
}

.cms-section.ps24-home-advice .cms-element-image,
.cms-section.ps24-home-advice .cms-image-container {
  height: 100%;
}

.cms-section.ps24-home-advice .cms-image-container img,
.cms-section.ps24-home-advice .cms-element-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-section.ps24-home-advice .cms-element-text {
  height: 100%;
}

.cms-section.ps24-home-advice .cms-element-text .cms-element-alignment,
.cms-section.ps24-home-advice .cms-element-text > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 44px 42px;
}

.cms-section.ps24-home-advice .cms-element-text h1,
.cms-section.ps24-home-advice .cms-element-text h2,
.cms-section.ps24-home-advice .cms-element-text h3 {
  margin-bottom: 14px;
  color: #071c43;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
}

.cms-section.ps24-home-advice .cms-element-text p {
  margin-bottom: 18px;
  color: #4c6480;
  line-height: 1.7;
}

.cms-section.ps24-home-info .cms-element-text {
  padding: 26px 24px 28px;
}

.cms-section.ps24-home-info .cms-element-text h1,
.cms-section.ps24-home-info .cms-element-text h2,
.cms-section.ps24-home-info .cms-element-text h3 {
  margin-bottom: 10px;
  color: #071c43;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.28;
}

.cms-section.ps24-home-info .cms-element-text p {
  margin-bottom: 0;
  color: #566f8d;
  line-height: 1.68;
}

.cms-section.ps24-home-cta .cms-element-text p:last-child,
.cms-section.ps24-home-advice .cms-element-text p:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}

.cms-section.ps24-home-cta .cms-block {
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--pflastershop24-primary) 0%, #0a59d1 100%);
  box-shadow: 0 24px 54px rgba(0, 66, 160, 0.24);
}

.cms-section.ps24-home-cta .cms-element-text {
  padding: 40px 38px;
  text-align: center;
}

.cms-section.ps24-home-cta .cms-element-text h1,
.cms-section.ps24-home-cta .cms-element-text h2,
.cms-section.ps24-home-cta .cms-element-text h3,
.cms-section.ps24-home-cta .cms-element-text p {
  color: #ffffff;
}

.cms-section.ps24-home-cta .cms-element-text h1,
.cms-section.ps24-home-cta .cms-element-text h2,
.cms-section.ps24-home-cta .cms-element-text h3 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
}

.cms-section.ps24-home-cta .cms-element-text p {
  max-width: 720px;
  margin: 0 auto 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.cms-section.ps24-home-cta .cms-element-text a {
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  color: var(--pflastershop24-primary);
}

.cms-section.ps24-home-hero .cms-element-text a:hover,
.cms-section.ps24-home-categories .cms-element-text a:hover,
.cms-section.ps24-home-focus .cms-element-text a:hover,
.cms-section.ps24-home-advice .cms-element-text a:hover,
.cms-section.ps24-home-cta .cms-element-text a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 66, 160, 0.16);
}

@media (max-width: 991px) {
  body.is-act-home .content-main {
    padding-top: 18px;
  }

  .cms-section.ps24-home-hero .cms-element-text .cms-element-alignment,
  .cms-section.ps24-home-hero .cms-element-text > div,
  .cms-section.ps24-home-advice .cms-element-text .cms-element-alignment,
  .cms-section.ps24-home-advice .cms-element-text > div {
    padding: 36px 28px;
  }

  .cms-section.ps24-home-focus .cms-section-default.boxed {
    padding: 34px 24px 18px;
    border-radius: 28px;
  }

  .cms-section.ps24-home-focus .cms-section-default.boxed::after {
    margin-bottom: 22px;
  }

  .cms-section.ps24-home-trust > .cms-section-default.boxed {
    grid-template-columns: 1fr;
  }

  .cms-section.ps24-home-trust [class*='col-'] + [class*='col-']::before {
    top: 0;
    bottom: auto;
    left: 24px;
    right: 24px;
    width: auto;
    height: 1px;
  }

  .cms-section.ps24-home-bestseller .cms-block,
  .cms-section.ps24-home-cta .cms-element-text,
  .cms-section.ps24-home-categories .cms-element-text,
  .cms-section.ps24-home-focus .cms-element-text,
  .cms-section.ps24-home-info .cms-element-text {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .cms-section[class*='ps24-home-'] {
    margin-bottom: 28px;
  }

  .cms-section.ps24-home-hero .cms-block,
  .cms-section.ps24-home-cta .cms-block,
  .cms-section.ps24-home-advice .cms-block,
  .cms-section.ps24-home-bestseller .cms-block {
    border-radius: 24px;
  }

  .cms-section.ps24-home-focus .cms-block-image-text .cms-element-text {
    min-height: 0;
    padding: 24px 22px 22px;
  }

  .cms-section.ps24-home-focus .cms-element-text h1,
  .cms-section.ps24-home-focus .cms-element-text h2,
  .cms-section.ps24-home-focus .cms-element-text h3 {
    padding-right: 56px;
    font-size: 1.25rem;
  }

  .cms-section.ps24-home-hero .cms-element-text p:last-child a {
    width: 100%;
    margin-right: 0;
  }

  .cms-section.ps24-home-bestseller .cms-block {
    padding: 26px 22px;
  }

  .cms-section.ps24-home-bestseller .product-slider-item .product-image-wrapper {
    height: 200px;
  }
}

/* Custom homepage composition */
.ps24-homepage-shell {
  display: grid;
  gap: 52px;
  padding-bottom: 56px;
}

.ps24-stage {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(73, 146, 255, 0.32), transparent 32%),
    linear-gradient(135deg, #041a45 0%, #083074 48%, #0d58d3 100%);
  box-shadow: 0 30px 60px rgba(6, 22, 58, 0.24);
}

.ps24-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.1), transparent 30%);
  pointer-events: none;
}

.ps24-stage__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  padding: 52px;
}

.ps24-stage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps24-stage__eyebrow,
.ps24-section-heading__eyebrow,
.ps24-service-banner__eyebrow,
.ps24-quickshop__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ps24-stage__eyebrow::before,
.ps24-section-heading__eyebrow::before,
.ps24-service-banner__eyebrow::before,
.ps24-quickshop__eyebrow::before {
  content: '';
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.ps24-stage h1 {
  max-width: 11ch;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.ps24-stage p {
  max-width: 58ch;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.ps24-stage__actions,
.ps24-service-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ps24-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.ps24-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ps24-button--primary {
  background: #ffffff;
  color: var(--pflastershop24-primary);
  box-shadow: 0 14px 26px rgba(6, 22, 58, 0.18);
}

.ps24-button--ghost,
.ps24-button--ghost-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.ps24-button--ghost-dark {
  border-color: rgba(255, 255, 255, 0.42);
}

.ps24-stage__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ps24-stage__facts li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
}

.ps24-quickshop {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.ps24-quickshop__header h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
}

.ps24-quickshop__grid {
  display: grid;
  gap: 14px;
}

.ps24-quickshop__card {
  display: block;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  color: #1a335a;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ps24-quickshop__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(8, 31, 75, 0.18);
  text-decoration: none;
}

.ps24-quickshop__card strong {
  display: block;
  margin-bottom: 8px;
  color: #071c43;
  font-size: 1.06rem;
  line-height: 1.25;
}

.ps24-quickshop__card span {
  display: block;
  color: #536b88;
  line-height: 1.55;
}

.ps24-section-heading {
  margin-bottom: 22px;
}

.ps24-section-heading__eyebrow {
  color: var(--pflastershop24-primary);
}

.ps24-section-heading h2 {
  margin-bottom: 12px;
  color: #071c43;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.ps24-section-heading p {
  max-width: 72ch;
  margin: 0;
  color: #5a708c;
  line-height: 1.75;
}

.ps24-category-grid,
.ps24-starter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ps24-category-card,
.ps24-starter-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px;
  border: 1px solid #dce6f4;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 66, 160, 0.08);
  text-decoration: none;
}

.ps24-category-card {
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ps24-category-card::before {
  content: '';
  position: absolute;
  inset: auto -40px -40px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 66, 160, 0.12), transparent 65%);
}

.ps24-category-card:hover {
  transform: translateY(-3px);
  border-color: #b9d0ee;
  box-shadow: 0 24px 46px rgba(0, 66, 160, 0.14);
  text-decoration: none;
}

.ps24-category-card__index,
.ps24-starter-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgba(0, 66, 160, 0.08);
  color: var(--pflastershop24-primary);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ps24-category-card strong,
.ps24-starter-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #071c43;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.18;
}

.ps24-category-card span,
.ps24-starter-card li {
  position: relative;
  z-index: 1;
  color: #57708d;
  line-height: 1.7;
}

.ps24-category-card__cta {
  margin-top: auto;
  padding-top: 20px;
  color: var(--pflastershop24-primary) !important;
  font-weight: 800;
}

.ps24-category-card__cta::after,
.ps24-starter-card a::after {
  content: '->';
  margin-left: 8px;
}

.ps24-starter-strip {
  padding: 40px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  border: 1px solid #d8e4f5;
  box-shadow: 0 22px 44px rgba(0, 66, 160, 0.08);
}

.ps24-starter-card ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.ps24-starter-card li + li {
  margin-top: 8px;
}

.ps24-starter-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--pflastershop24-primary);
  font-weight: 800;
  text-decoration: none;
}

.ps24-bestseller-shell {
  display: grid;
  gap: 20px;
}

.ps24-bestseller-shell .product-description,
.ps24-bestseller-shell .product-variant-characteristics,
.ps24-bestseller-shell .product-rating,
.ps24-bestseller-shell .product-cheapest-price,
.ps24-bestseller-shell .product-price-unit,
.ps24-bestseller-shell .product-action,
.ps24-bestseller-shell .btn-buy,
.ps24-bestseller-shell .product-detail-btn {
  display: none !important;
}

.ps24-service-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 38px;
  border-radius: 32px;
  background: linear-gradient(135deg, #062152 0%, #0d48aa 100%);
  box-shadow: 0 24px 48px rgba(6, 28, 74, 0.22);
}

.ps24-service-banner__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.ps24-service-banner__content h2 {
  max-width: 18ch;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ps24-service-banner__content p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .ps24-stage__layout,
  .ps24-category-grid,
  .ps24-starter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ps24-service-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .ps24-homepage-shell {
    gap: 40px;
    padding-bottom: 44px;
  }

  .ps24-stage,
  .ps24-starter-strip,
  .ps24-service-banner {
    border-radius: 26px;
  }

  .ps24-stage__layout {
    gap: 24px;
    padding: 34px 24px;
  }

  .ps24-quickshop {
    padding: 22px;
  }

  .ps24-starter-strip {
    padding: 30px 24px;
  }
}

@media (max-width: 767px) {
  .ps24-stage__layout,
  .ps24-category-grid,
  .ps24-starter-grid {
    grid-template-columns: 1fr;
  }

  .ps24-stage h1,
  .ps24-section-heading h2,
  .ps24-service-banner__content h2 {
    max-width: none;
  }

  .ps24-button,
  .ps24-stage__actions .ps24-button,
  .ps24-service-banner__actions .ps24-button {
    width: 100%;
  }

  .ps24-stage__facts {
    margin-top: 24px;
  }

  .ps24-category-card,
  .ps24-starter-card {
    min-height: 0;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .ps24-service-banner {
    padding: 28px 24px;
  }
}
