/* Legacy storefront overrides migrated from public/universal-sport.css */
.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;
}

.is-act-home .content-main .container-main .cms-sections > .cms-section:nth-of-type(2) > div {
  max-width: 100%;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 {
  height: 740px;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container {
  height: 100%;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container > div {
  height: 100%;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container .cms-element-text > div {
  background: rgba(255, 255, 255, .9);
  margin-bottom: 12px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container .cms-element-text > div * {
  color: black;
  text-align: left !important;
  line-height: 1.4;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container .cms-element-text > div h1 {
  line-height: 1;
}

.is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container .cms-element-text > div h1 span {
  font-size: 16pt !important;
}

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

.product-variant-characteristics {
  min-height: auto !important;
}

.product-variant-characteristics .product-variant-characteristics-text {
  height: auto !important;
}

.product-price-unit {
  height: auto !important;
}

.product-cheapest-price {
  min-height: auto !important;
}

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

.container,
.cms-section .boxed {
  max-width: 1600px !important;
}

/*.top-bar-nav-item {
  display: none !important;
}*/

.language-switch {
  display: flex !important;
  align-items: center;
  margin-right: 1rem;
  padding-top: 6px;
}

.language-switch .language-item {
  opacity: .6;
}

.language-switch .language-item.item-checked {
  opacity: 1;
}

.language-switch > div:hover {
  cursor: pointer;
}

.language-switch .language-flag {
  height: 16px;
  width: 21px;
}

.main-navigation .lauftext {
  background: #dddcdc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation .lauftext marquee {
  padding-top: 4px;
  padding-bottom: 4px;
  color: black;
  font-size: 16px;
}

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

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

.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;
  text-align: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.main-navigation-menu .main-navigation-link,
.main-navigation-menu-list .main-navigation-link,
#main-navigation-menu .navbar-nav .main-navigation-link {
  background: #ffffff;
  border: 1px solid #dde4ec;
  border-radius: 18px;
  box-shadow: 1px 2px 4px darkgrey;
  padding: 0.5rem 10px;
  margin: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 68px;
  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: #c8d4e2;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

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

.header-search-form .input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #d8e1eb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
  overflow: hidden !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;
  box-shadow: none !important;
  background: transparent !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;
  height: auto;
  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: #1a4370 !important;
  box-shadow: none !important;
}

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

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

.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 .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;
}

.header-search-form .input-group > .header-search-btn.btn:hover,
.header-search-form .input-group > .header-close-btn.btn:hover {
  background: #eef3f8 !important;
  color: #0e2745 !important;
}

.main-navigation .container,
.nav-main > .container {
  max-width: 1890px !important;
}

.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;
  transform: translateX(-50%);
  width: min(1600px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px);
  margin-top: 12px;
  border: 1px solid #dde4ec;
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  background: #ffffff;
}

.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 {
  display: none;
}

.nav-main .navigation-flyout .navigation-flyout-content > .col-4.col-xl-3 {
  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;
}

.nav-main .navigation-flyout .navigation-flyout-categories.is-level-1 {
  display: none;
}

@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 .universal-sport-sidebar-sticky {
    position: sticky;
    top: 70px;
    width: 100%;
  }
}

@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) {
  .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;
    transform: none;
    width: auto !important;
    max-width: none;
    margin-top: 8px;
    border-radius: 18px;
  }

  .is-act-home .cms-section.pos-0 .bg-image.pos-0 {
    height: auto;
  }

  .is-act-home .cms-section.pos-0 .bg-image.pos-0 .cms-element-text {
    padding: 0;
  }

  .is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container .cms-element-text > div {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
  }

  .ansprechpartner {
    display: block;
    margin-top: 0;
  }

  .ansprechpartner-item {
    display: block;
    width: 100%;
    margin-bottom: 28px;
  }

  .ansprechpartner-item-image {
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 269 / 363;
    margin-right: 0;
  }

  .ansprechpartner-item-content {
    width: 100%;
    padding-top: 10px;
  }
}

@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%;
  }
}

.container-main {
  max-width: 1890px;
  margin-left: auto;
  margin-right: auto;
}

.is-act-home .cms-section.pos-1 .cms-block-container-row > div {
  background: white;
  padding-top: 10px;
  padding-bottom: 20px;
}

.is-act-home .product-variant-characteristics {
  min-height: 42px !important;
}

.is-act-home .product-info .product-price-info {
  min-height: 84px;
}

*[data-cms-element-id='018e377ee5b572f3ad4679b18ed7e3b1'] img {
  filter: grayscale(1);
}

*[data-cms-element-id='018e378c437c7ee69cf47d9fb7f272be'] > div {
  width: 100%;
  display: block !important;
}

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

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

.ansprechpartner {
  color: black;
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}

.ansprechpartner-item {
  display: flex;
  float: left;
  width: calc(100% / 3);
  margin-bottom: 45px;
  align-items: flex-end;
}

.ansprechpartner-item:nth-of-type(1),
.ansprechpartner-item:nth-of-type(3),
.ansprechpartner-item:nth-of-type(10) {
  visibility: hidden;
  pointer-events: none;
}

/*.ansprechpartner-item:nth-last-of-type(1) {
  width: calc(100% / 2.5);
  justify-content: center;
}

.ansprechpartner-item:nth-last-of-type(2) {
  width: calc(100% / 2.5);
  justify-content: center;
  margin-left: 10%;
}

.ansprechpartner-item:nth-last-of-type(3) {
  width: calc(100% / 2.5);
  justify-content: center;
}*/

/*.ansprechpartner-item:nth-last-of-type(4) {
  width: calc(100% / 2.5);
  justify-content: center;
  margin-left: 10%;
}*/

.ansprechpartner-item-image {
  margin-bottom: 0;
  margin-right: 20px;
  height: 363px;
  position: relative;
  overflow: hidden;
  min-width: 269px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ansprechpartner-item:nth-of-type(2) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/d2/09/28/1710240096/karin-schnepper.jpg");
}

.ansprechpartner-item:nth-of-type(4) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/e6/75/1c/1710240088/sigrid-frohnmueller.jpg");
}

.ansprechpartner-item:nth-of-type(5) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/02/6a/54/1710240103/katharina-dill.jpg");
}

.ansprechpartner-item:nth-of-type(6) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/04/d5/5c/1710240103/alexandar-gergic.jpg");
}

.ansprechpartner-item:nth-of-type(7) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/ee/53/f4/1710240095/patrick-schwedler.jpg");
}

.ansprechpartner-item:nth-of-type(8) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/7d/e4/2d/1710240047/savas-mavioganis.jpg");
}

.ansprechpartner-item:nth-of-type(9) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/2f/0a/48/1710240097/wolfgang-barth.jpg");
}

.ansprechpartner-item:nth-of-type(11) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/e5/4f/1b/1710240045/leon-dallwitzer.jpg");
}

.ansprechpartner-item:nth-of-type(12) .ansprechpartner-item-image {
  background-image: url("https://universal-sport.com/media/03/60/08/1710240108/miodrog-bojic.jpg");
}

.ansprechpartner-item-content {
  font-size: 12px;
  line-height: 1.1;
  width: 30%;
}

.ansprechpartner-item-content a {
  text-decoration: underline;
  color: black;
}

body {
  position: relative;
}

.is-act-home .product-action {
  display: none;
}

.is-act-home .product-action .btn {
  display: none;
}

.is-act-home .product-info .product-price-info {
  min-height: auto !important;
}

.is-act-index .cms-element-product-listing .product-action {
  display: none;
}

body::after {
  content: "";
  display: none !important;
}

.footer-baelle {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  align-items: center;
}

.footer-baelle img {
  width: 50px;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer-bottom {
  margin-top: -35px;
  padding-top: 30px !important;
}

.product-heading-manufacturer-logo-container {
  display: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px) {
  .is-act-home .cms-section.pos-0 .bg-image.pos-0 {
    height: auto;
  }

  .is-act-home .cms-section.pos-0 .bg-image.pos-0 .cms-element-text {
    padding: 0;
  }

  .is-act-home .cms-section.pos-0 .bg-image.pos-0 > .cms-block-container .cms-element-text > div {
    width: 100%;
  }

  .language-switch {
    margin-left: 16px;
  }

  *[data-cms-element-id='018e377ee5b572f3ad4679b18ed7e3b1'] {
    height: 200px;
  }

  *[data-cms-element-id='018e377ee5b572f3ad4679b18ed7e3b1'] .cms-image-container {
    height: 100% !important;
    min-height: 100% !important;
  }

  .ansprechpartner {
    display: block;
  }

  .ansprechpartner-item {
    display: block;
    width: 100%;
  }

  .ansprechpartner-item-image {
    margin-right: 0;
  }

  .ansprechpartner-item-content {
    font-size: 18px;
    width: 100%;
    padding-top: 10px;
  }

  a:focus,
  button:focus,
  input:focus,
  .select-field:focus,
  textarea:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 2px;
    z-index: 1000;
  }

  .price--discount,
  .product-price--discount {
    color: #b00000 !important;
    font-weight: bold;
  }

  .price--reference,
  .product-price--strike-through {
    color: #555 !important;
    text-decoration: line-through;
  }

  .badge--new,
  .product-badge.badge-success {
    background-color: #007a3d !important;
    color: #ffffff !important;
    font-weight: bold;
  }

  .badge--discount,
  .product-badge.badge-danger {
    background-color: #cc0000 !important;
    color: #ffffff !important;
    font-weight: bold;
  }

  .btn,
  .button,
  .product-action .btn {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .product-name {
    white-space: normal !important;
    overflow: visible !important;
    line-height: 1.4;
  }

  .main-navigation-link:focus-within {
    box-shadow: 0 0 0 3px #005fcc !important;
  }

  .footer-bottom a {
    color: #000 !important;
    text-decoration: underline;
  }

.btn.btn-primary.btn-buy {
  background-color: #00703c !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
}

.cms-element-product-listing .cms-listing-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
  box-sizing: border-box;
}

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

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

.cms-element-product-listing .product-box {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 grey;
  height: 100%;
  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;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: calc(1.4em * 3);
  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 {
  margin: 2px 0 0 0;
  text-align: center;
}

.cms-element-product-listing .product-box .product-price-info {
  margin-top: 4px;
  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;
}

.is-act-home .us-homepage {
  display: grid;
  gap: 32px;
  padding: 24px 20px 56px;
}

.is-act-home .us-homepage--cms .cms-sections {
  display: grid;
  gap: 32px;
}

.is-act-home .us-homepage--cms .cms-sections > .cms-section {
  margin: 0;
}

.is-act-home .us-home-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef3f8 0%, #ffffff 65%);
  box-shadow: 0 24px 60px rgba(9, 30, 66, 0.12);
}

.is-act-home .us-home-hero-media {
  position: relative;
  min-height: 0;
}

.is-act-home .us-home-hero-media .cms-block-image-cover,
.is-act-home .us-home-hero-media .bg-image,
.is-act-home .us-home-hero-media .cms-block.bg-image {
  min-height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.is-act-home .us-home-hero-media .cms-block,
.is-act-home .us-home-hero-media .cms-block-container,
.is-act-home .us-home-hero-media .cms-block-container-row,
.is-act-home .us-home-hero-media .cms-element-alignment,
.is-act-home .us-home-hero-media .cms-image-link,
.is-act-home .us-home-hero-media .cms-element-image,
.is-act-home .us-home-hero-media .cms-image-container,
.is-act-home .us-home-hero-media [data-cms-element-id] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.is-act-home .us-home-hero-media .cms-block-container,
.is-act-home .us-home-hero-media .cms-block-container-row,
.is-act-home .us-home-hero-media .cms-block-container-row > div,
.is-act-home .us-home-hero-media [data-cms-element-id] {
  min-height: 0;
}

.is-act-home .us-home-hero-media .cms-element-image.d-flex {
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  height: auto !important;
}

.is-act-home .us-home-hero-media .cms-block-container-row > div,
.is-act-home .us-home-hero-media .row > div {
  height: auto;
}

.is-act-home .us-home-hero-media .cms-element-image,
.is-act-home .us-home-hero-media .cms-image-container,
.is-act-home .us-home-hero-media .cms-image-container img {
  width: 100%;
}

.is-act-home .us-home-hero-media .cms-element-image,
.is-act-home .us-home-hero-media .cms-image-container {
  height: auto;
}

.is-act-home .us-home-hero-media .cms-image-container img,
.is-act-home .us-home-hero-media .cms-element-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

.is-act-home .us-home-hero-slider {
  position: relative;
}

.is-act-home .us-home-hero-slide {
  grid-area: 1 / 1;
}

.is-act-home .us-home-hero-slide:not(:first-child) {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.is-act-home .us-home-hero-slide-image {
  display: block;
  width: 100%;
  height: auto;
}

.is-act-home .us-home-hero.is-slider .us-home-hero-slider {
  display: grid;
}

.is-act-home .us-home-hero.is-slider.us-home-hero--2 .us-home-hero-slide--1 {
  animation: us-home-hero-fade-2 12s infinite;
}

.is-act-home .us-home-hero.is-slider.us-home-hero--2 .us-home-hero-slide--2 {
  animation: us-home-hero-fade-2 12s infinite 6s;
}

.is-act-home .us-home-hero.is-slider.us-home-hero--3 .us-home-hero-slide--1 {
  animation: us-home-hero-fade-3 18s infinite;
}

.is-act-home .us-home-hero.is-slider.us-home-hero--3 .us-home-hero-slide--2 {
  animation: us-home-hero-fade-3 18s infinite 6s;
}

.is-act-home .us-home-hero.is-slider.us-home-hero--3 .us-home-hero-slide--3 {
  animation: us-home-hero-fade-3 18s infinite 12s;
}

.is-act-home .us-home-hero-slider-dots {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.is-act-home .us-home-hero-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.is-act-home .us-home-hero-media .cms-element-text,
.is-act-home .us-home-hero-overlay {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 1;
  width: min(760px, calc(100% - 620px));
  padding: 0;
}

@keyframes us-home-hero-fade-2 {
  0%, 45% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

@keyframes us-home-hero-fade-3 {
  0%, 28% {
    opacity: 1;
  }

  33%, 100% {
    opacity: 0;
  }
}

.is-act-home .us-home-hero-media .cms-element-text > div,
.is-act-home .us-home-hero-overlay {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.is-act-home .us-home-hero-media .cms-element-text > div *,
.is-act-home .us-home-hero-overlay * {
  color: #ffffff;
  text-align: left !important;
  text-shadow: 0 8px 28px rgba(8, 22, 41, 0.6);
}

.is-act-home .us-home-hero-media .cms-element-text h1,
.is-act-home .us-home-hero-media .cms-element-text h2,
.is-act-home .us-home-hero-media .cms-element-text h3,
.is-act-home .us-home-hero-overlay h1,
.is-act-home .us-home-hero-overlay h2,
.is-act-home .us-home-hero-overlay h3 {
  margin: 0;
  font-size: clamp(2rem, 2.8vw, 3.25rem);
  line-height: 1.14;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.is-act-home .us-home-hero-media .cms-element-text p,
.is-act-home .us-home-hero-overlay p {
  margin: 12px 0 0;
  font-size: clamp(1rem, 1.15vw, 1.35rem);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.is-act-home .us-home-hero-copy {
  display: none !important;
}

.is-act-home .us-home-eyebrow,
.is-act-home .us-home-kicker {
  margin: 0 0 8px;
  color: #5b6778;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.is-act-home .us-home-title,
.is-act-home .us-home-section-title,
.is-act-home .us-home-service-title {
  margin: 0;
  color: #0e2745;
  line-height: 1.05;
}

.is-act-home .us-home-title {
  font-size: clamp(2.2rem, 3.2vw, 3.75rem);
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
}

.is-act-home .us-home-section-title {
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.is-act-home .us-home-service-title {
  font-size: clamp(1.15rem, 1.35vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.is-act-home .us-home-intro {
  margin: 14px 0 0;
  max-width: 42ch;
  color: #364152;
  font-size: 1rem;
  line-height: 1.6;
}

.is-act-home .us-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.is-act-home .us-home-actions .btn,
.is-act-home .us-home-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px !important;
  font-weight: 700;
  text-align: center;
}

.is-act-home .us-home-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.is-act-home .us-home-strip-item,
.is-act-home .us-home-panel,
.is-act-home .us-home-category-card,
.is-act-home .us-home-topic-card {
  background: #ffffff;
  border: 1px solid #dde4ec;
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.is-act-home .us-home-strip-item {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
}

.is-act-home .us-home-strip-item strong {
  color: #0e2745;
  font-size: 1rem;
}

.is-act-home .us-home-strip-item span {
  color: #526174;
  line-height: 1.5;
}

.is-act-home .us-home-section,
.is-act-home .us-home-content-grid,
.is-act-home .us-home-cta {
  display: grid;
  gap: 18px;
}

.is-act-home .us-home-section-header {
  display: grid;
  gap: 4px;
}

.is-act-home .us-home-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.is-act-home .us-home-category-card {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 20px;
  color: #0e2745;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.is-act-home .us-home-category-card:hover {
  transform: translateY(-4px);
  border-color: #b9c7d8;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.is-act-home .us-home-category-card.is-folder {
  cursor: default;
}

.is-act-home .us-home-category-name {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.is-act-home .us-home-category-meta {
  color: #5f6e81;
  font-size: 0.9rem;
}

.is-act-home .us-home-feature-grid,
.is-act-home .us-home-world-grid,
.is-act-home .us-home-topic-grid {
  display: grid;
  gap: 18px;
}

.is-act-home .us-home-feature-grid {
  grid-template-columns: minmax(0, 1fr);
}

.is-act-home .us-home-world-grid,
.is-act-home .us-home-topic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.is-act-home .us-home-world-grid {
  grid-template-columns: minmax(0, 1fr);
}

.is-act-home .us-home-generated-grid .cms-section-default,
.is-act-home .us-home-generated-stack .cms-section-default {
  display: grid;
  gap: 18px;
}

.is-act-home .us-home-feature-grid .cms-section-default,
.is-act-home .us-home-topic-grid .cms-section-default {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.is-act-home .us-home-world-grid .cms-section-default {
  grid-template-columns: minmax(0, 1fr);
}

.is-act-home .us-home-generated-grid .cms-block.us-home-grid-heading {
  grid-column: 1 / -1;
}

.is-act-home .us-home-feature-panel,
.is-act-home .us-home-slider-panel,
.is-act-home .us-home-catalog-panel {
  padding: 18px;
}

.is-act-home .us-home-catalog-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.is-act-home .us-home-world-panel {
  overflow: visible;
  padding: 0;
}

.is-act-home .us-home-world-section {
  padding: 24px 26px;
}

.is-act-home .us-home-world-section:not(:has(.cms-element-title)) {
  padding-top: 32px;
}

.is-act-home .us-home-world-section:not(:has(.cms-element-title)) .base-slider.product-slider {
  padding-top: 16px;
}

.is-act-home .us-home-world-section + .us-home-world-section {
  border-top: 1px solid #dde4ec;
}

.is-act-home .us-home-content-grid {
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  align-items: start;
}

.is-act-home .us-home-content-grid .cms-section-sidebar {
  row-gap: 18px;
  align-items: start;
}

.is-act-home .us-home-content-grid .cms-section-sidebar-main-content,
.is-act-home .us-home-content-grid .cms-section-sidebar-sidebar-content {
  display: grid;
  gap: 18px;
}

.is-act-home .us-home-content-grid .cms-section-sidebar-sidebar-content .universal-sport-sidebar-sticky {
  display: grid;
  gap: 18px;
}

.is-act-home .us-home-content-stack {
  display: grid;
  gap: 18px;
}

.is-act-home .us-home-catalog-intro {
  margin: 0;
  color: #4b5a6b;
  line-height: 1.7;
}

.is-act-home .us-home-catalog-list {
  display: grid;
  gap: 16px;
  margin-top: 6px;
}

.is-act-home .us-home-catalog-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  grid-template-areas:
    "cover header"
    "text text"
    "actions actions";
  gap: 18px;
  align-items: start;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid #dde4ec;
  border-radius: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.is-act-home .us-home-catalog-card:hover {
  transform: translateY(-3px);
  border-color: #c5d2e0;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.11);
}

.is-act-home .us-home-catalog-cover {
  grid-area: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.is-act-home .us-home-catalog-cover img {
  display: block;
  width: 100%;
  max-width: 90px;
  height: auto;
}

.is-act-home .us-home-catalog-header {
  grid-area: header;
  display: grid;
  gap: 12px;
  align-content: start;
}

.is-act-home .us-home-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.is-act-home .us-home-catalog-badge,
.is-act-home .us-home-catalog-year {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.is-act-home .us-home-catalog-badge {
  background: #e8f0f8;
  color: #1a4370;
}

.is-act-home .us-home-catalog-year {
  background: #eef2f6;
  color: #5b6778;
}

.is-act-home .us-home-catalog-title {
  margin: 0;
  color: #0e2745;
  font-size: 1.35rem;
  line-height: 1.25;
}

.is-act-home .us-home-catalog-text {
  grid-area: text;
  margin: 0;
  color: #4b5a6b;
  line-height: 1.65;
}

.is-act-home .us-home-catalog-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.is-act-home .us-home-catalog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 220px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.is-act-home .us-home-catalog-link:hover {
  transform: translateY(-1px);
}

.is-act-home .us-home-catalog-link.is-primary {
  background: #0e2745;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(14, 39, 69, 0.18);
}

.is-act-home .us-home-catalog-link.is-primary:hover {
  background: #15365d;
  color: #ffffff;
}

.is-act-home .us-home-catalog-link.is-secondary {
  background: #ffffff;
  color: #1a4370;
  border: 1px solid #c8d4e2;
}

.is-act-home .us-home-catalog-link.is-secondary:hover {
  color: #0e2745;
  border-color: #aebfd2;
}

.is-act-home .us-home-subsection + .us-home-subsection {
  margin-top: 18px;
}

.is-act-home .us-home-world-section .cms-element-title {
  margin-bottom: 18px;
}

.is-act-home .us-home-world-section .cms-element-title-paragraph {
  margin-bottom: 0;
}

.is-act-home .us-home-panel .cms-block {
  margin-bottom: 0;
}

.is-act-home .us-home-panel .cms-block-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-act-home .us-home-topic-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
}

.is-act-home .us-home-topic-card .cms-block-container,
.is-act-home .us-home-topic-card .cms-block-container-row,
.is-act-home .us-home-topic-card .row {
  height: 100%;
}

.is-act-home .us-home-topic-card [data-cms-element-id] {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.is-act-home .us-home-topic-card .col-md-6:first-child {
  padding: 0;
  background: #f2f5f8;
}

.is-act-home .us-home-topic-card .col-md-6:last-child {
  padding: 24px;
}

.is-act-home .us-home-topic-card .cms-element-image,
.is-act-home .us-home-topic-card .cms-image-link,
.is-act-home .us-home-topic-card .cms-image-container {
  width: 100%;
  height: 100%;
}

.is-act-home .us-home-topic-card .cms-image-container {
  min-height: 260px;
}

.is-act-home .us-home-topic-card .cms-image,
.is-act-home .us-home-topic-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-act-home .us-home-topic-card .cms-element-text {
  display: grid;
  gap: 14px;
  height: 100%;
}

.is-act-home .us-home-topic-media {
  background: #f2f5f8;
}

.is-act-home .us-home-topic-media,
.is-act-home .us-home-topic-media .cms-element-image,
.is-act-home .us-home-topic-media .cms-image-link,
.is-act-home .us-home-topic-media .cms-image-container {
  display: block;
  width: 100%;
  height: 100%;
}

.is-act-home .us-home-topic-media .cms-image-container {
  min-height: 100%;
}

.is-act-home .us-home-topic-media .cms-image,
.is-act-home .us-home-topic-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-act-home .us-home-topic-content {
  padding: 24px;
  min-width: 0;
}

.is-act-home .us-home-topic-content .cms-element-text {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.is-act-home .us-home-topic-content .cms-element-text > * {
  max-width: 100% !important;
  min-width: 0;
  overflow-wrap: anywhere;
}

.is-act-home .us-home-topic-content .cms-element-text h2 {
  margin-bottom: 12px;
  color: #0e2745;
  font-size: 1.4rem;
  line-height: 1.3;
}

.is-act-home .us-home-topic-content .cms-element-text p {
  margin: 0;
  color: #4b5a6b !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.is-act-home .us-homepage .product-box {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 0 5px 0 grey;
  height: 100%;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.is-act-home .us-homepage .base-slider.product-slider {
  padding: 8px;
}

.is-act-home .us-homepage .product-slider-item,
.is-act-home .us-homepage .cms-listing-col {
  box-sizing: border-box;
  height: 100%;
  padding: 8px;
}

.is-act-home .us-homepage .product-box:hover {
  transform: scale(1.01);
}

.is-act-home .us-homepage .product-box .product-rating,
.is-act-home .us-homepage .product-box .product-description,
.is-act-home .us-homepage .product-box .product-variant-characteristics,
.is-act-home .us-homepage .product-box .product-action,
.is-act-home .us-homepage .product-box .product-price-unit {
  display: none;
}

.is-act-home .us-homepage .product-box .product-cheapest-price {
  min-height: 10px;
  max-height: 10px;
  margin-bottom: 0;
}

.is-act-home .us-homepage .product-box .card-body {
  display: flex;
  flex-direction: column;
  min-height: 372px;
}

.is-act-home .us-homepage .product-box .product-image-wrapper {
  height: 200px;
  flex: 0 0 200px;
  margin-bottom: 15px;
}

.is-act-home .us-homepage .product-box .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.is-act-home .us-homepage .product-box .product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.is-act-home .us-homepage .product-box .kompass-product-header {
  display: grid;
  align-content: start;
  min-height: calc((1.4em * 3) + 28px);
}

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

.is-act-home .us-homepage .product-box .product-price-wrapper {
  font-weight: 700;
}

.is-act-home .us-homepage .product-box .product-ordernumber {
  margin: 2px 0 0 0;
  text-align: center;
}

.is-act-home .us-homepage .product-box .product-price-info {
  margin-top: auto;
  padding-top: 4px;
  text-align: center;
}

.is-act-home .us-homepage .product-box .product-price-tax-link {
  font-size: 12px;
}

.is-act-home .us-home-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 28px 30px;
  background: linear-gradient(135deg, #0e2745 0%, #1a4370 100%);
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(14, 39, 69, 0.24);
}

.is-act-home .us-home-cta .us-home-kicker,
.is-act-home .us-home-cta .us-home-section-title,
.is-act-home .us-home-cta .us-home-intro {
  color: #ffffff;
}

.is-act-home .us-home-cta .btn-outline-primary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}

.is-act-home .us-home-cta--banner {
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.is-act-home .us-home-cta-banner {
  display: block;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 60 / 7;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(14, 39, 69, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.is-act-home .us-home-cta-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(14, 39, 69, 0.24);
}

.is-act-home .us-home-cta-banner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .is-act-home .us-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .is-act-home .us-home-content-grid,
  .is-act-home .us-home-world-grid,
  .is-act-home .us-home-topic-grid,
  .is-act-home .us-home-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .is-act-home .us-home-catalog-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .is-act-home .us-homepage {
    gap: 24px;
    padding: 16px 0 40px;
  }

  .is-act-home .us-homepage--cms .cms-sections {
    gap: 24px;
  }

  .is-act-home .us-homepage--cms .cms-block-us-home-hero .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-strip .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-banner .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-heading .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-feature-slider .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-slider-panel .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-catalogs .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-world-slider .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-cta .cms-block-container-row,
  .is-act-home .us-homepage--cms .cms-block-us-home-topic-card .cms-block-container-row {
    margin-left: 0;
    margin-right: 0;
  }

  .is-act-home .us-homepage--cms .cms-block-us-home-hero .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-strip .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-banner .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-heading .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-feature-slider .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-slider-panel .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-catalogs .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-world-slider .us-home-block-col,
  .is-act-home .us-homepage--cms .cms-block-us-home-cta .us-home-block-col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .is-act-home .us-home-hero {
    padding: 0;
  }

  .is-act-home .us-home-hero-media {
    position: relative;
  }

  .is-act-home .us-home-hero-media,
  .is-act-home .us-home-hero-media .cms-block-image-cover,
  .is-act-home .us-home-hero-media .bg-image,
  .is-act-home .us-home-hero-media .cms-block.bg-image,
  .is-act-home .us-home-hero-media .cms-block-container,
  .is-act-home .us-home-hero-media .cms-block-container-row,
  .is-act-home .us-home-hero-media .cms-block-container-row > div,
  .is-act-home .us-home-hero-media [data-cms-element-id] {
    min-height: 0;
    height: auto;
  }

  .is-act-home .us-home-hero-copy {
    display: none !important;
  }

  .is-act-home .us-home-hero-media .cms-element-text,
  .is-act-home .us-home-hero-overlay {
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
  }

  .is-act-home .us-home-hero-media .cms-image-container img,
  .is-act-home .us-home-hero-media .cms-element-image img {
    min-height: 0;
    height: auto;
  }

  .is-act-home .us-home-hero-media .cms-element-text h1,
  .is-act-home .us-home-hero-media .cms-element-text h2,
  .is-act-home .us-home-hero-media .cms-element-text h3,
  .is-act-home .us-home-hero-overlay h1,
  .is-act-home .us-home-hero-overlay h2,
  .is-act-home .us-home-hero-overlay h3 {
    font-size: clamp(1.6rem, 5vw, 2.35rem);
  }

  .is-act-home .us-home-hero-media .cms-element-text p,
  .is-act-home .us-home-hero-overlay p {
    font-size: 1rem;
  }

  .is-act-home .us-home-feature-grid,
  .is-act-home .us-home-category-grid,
  .is-act-home .us-home-content-grid,
  .is-act-home .us-home-world-grid,
  .is-act-home .us-home-topic-grid,
  .is-act-home .us-home-strip,
  .is-act-home .us-home-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .is-act-home .us-homepage {
    padding-left: 0;
    padding-right: 0;
  }

  .is-act-home .us-homepage--cms .cms-sections {
    gap: 20px;
  }

  .is-act-home .us-home-section-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.08;
  }

  .is-act-home .us-home-catalog-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "cover"
      "header"
      "text"
      "actions";
  }

  .is-act-home .us-home-catalog-cover {
    justify-content: flex-start;
  }

  .is-act-home .us-home-catalog-cover img {
    max-width: 110px;
  }

  .is-act-home .us-home-hero {
    border-radius: 20px;
  }

  .is-act-home .us-home-hero-media,
  .is-act-home .us-home-hero-media .cms-block-image-cover,
  .is-act-home .us-home-hero-media .bg-image,
  .is-act-home .us-home-hero-media .cms-block.bg-image,
  .is-act-home .us-home-hero-media .cms-block-container,
  .is-act-home .us-home-hero-media .cms-block-container-row,
  .is-act-home .us-home-hero-media .cms-block-container-row > div,
  .is-act-home .us-home-hero-media [data-cms-element-id] {
    min-height: 0;
    height: auto;
  }

  .is-act-home .us-home-strip-item,
  .is-act-home .us-home-feature-panel,
  .is-act-home .us-home-slider-panel,
  .is-act-home .us-home-catalog-panel,
  .is-act-home .us-home-topic-card .cms-block,
  .is-act-home .us-home-category-card,
  .is-act-home .us-home-cta,
  .is-act-home .us-home-cta-banner {
    border-radius: 18px;
  }

  .is-act-home .us-home-feature-panel,
  .is-act-home .us-home-slider-panel,
  .is-act-home .us-home-catalog-panel {
    padding: 14px;
  }

  .is-act-home .us-home-world-panel {
    padding: 0;
  }

  .is-act-home .us-home-world-section {
    padding: 18px 14px;
  }

  .is-act-home .us-home-world-section:not(:has(.cms-element-title)) {
    padding-top: 24px;
  }

  .is-act-home .us-home-world-section:not(:has(.cms-element-title)) .base-slider.product-slider {
    padding-top: 12px;
  }

  .is-act-home .us-home-topic-card .cms-element-text {
    gap: 12px;
  }

  .is-act-home .us-home-topic-card {
    grid-template-rows: 220px 1fr;
  }

  .is-act-home .us-home-topic-content {
    padding: 18px;
  }

  .cms-element-product-listing .cms-listing-col,
  .is-act-home .us-homepage .product-slider-item,
  .is-act-home .us-homepage .cms-listing-col,
  .cms-element-product-listing .product-box,
  .is-act-home .us-homepage .product-box {
    height: auto;
  }

  .cms-element-product-listing .product-box .card-body,
  .is-act-home .us-homepage .product-box .card-body {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .page-wrapper,
  .content-main,
  .container-main,
  .cms-sections,
  .cms-section,
  .cms-block,
  .cms-block-container,
  .cms-block-container-row,
  .header-search-col,
  .header-search,
  .header-search-form,
  .header-search-form .input-group,
  .header-search-input {
    width: 100%;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu,
  .nav-main .navigation-flyout {
    position: fixed;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  .ansprechpartner,
  .ansprechpartner-item,
  .ansprechpartner-item-image,
  .ansprechpartner-item-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
  }

  .ansprechpartner-item {
    display: block !important;
  }

  .ansprechpartner-item-image {
    height: auto !important;
    aspect-ratio: 269 / 363;
    margin-right: 0 !important;
  }

  .is-act-home .us-homepage,
  .is-act-home .us-homepage > *,
  .is-act-home .us-home-section,
  .is-act-home .us-home-panel,
  .is-act-home .us-home-generated-grid .cms-section-default,
  .is-act-home .us-home-generated-stack .cms-section-default,
  .is-act-home .us-home-feature-grid,
  .is-act-home .us-home-world-grid,
  .is-act-home .us-home-topic-grid,
  .is-act-home .us-home-topic-card,
  .is-act-home .us-home-topic-media,
  .is-act-home .us-home-topic-content,
  .is-act-home .us-home-topic-content .cms-element-text,
  .is-act-home .us-home-topic-content .cms-element-text > *,
  .is-act-home .us-home-topic-media .cms-element-image,
  .is-act-home .us-home-topic-media .cms-image-link,
  .is-act-home .us-home-topic-media .cms-image-container,
  .is-act-home .us-home-topic-media img {
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto;
    box-sizing: border-box;
  }

  .is-act-home .us-home-topic-card,
  .is-act-home .us-home-panel {
    width: 100%;
  }

  .is-act-home .us-home-topic-media .cms-element-image,
  .is-act-home .us-home-topic-media .cms-image-link,
  .is-act-home .us-home-topic-media .cms-image-container,
  .is-act-home .us-home-topic-media img {
    width: 100% !important;
  }

  .is-act-home .us-homepage,
  .is-act-home .us-homepage * {
    box-sizing: border-box;
    min-width: 0;
  }

  .is-act-home .us-home-section,
  .is-act-home .us-home-panel,
  .is-act-home .us-home-feature-panel,
  .is-act-home .us-home-slider-panel,
  .is-act-home .us-home-catalog-panel,
  .is-act-home .us-home-generated-grid .cms-section-default,
  .is-act-home .us-home-generated-stack .cms-section-default,
  .is-act-home .us-home-topic-card,
  .is-act-home .us-home-cta,
  .is-act-home .us-home-content-grid,
  .is-act-home .us-home-content-stack,
  .is-act-home .us-home-feature-grid,
  .is-act-home .us-home-world-grid,
  .is-act-home .us-home-topic-grid {
    width: 100%;
    max-width: 100%;
  }

  .is-act-home .us-home-panel .cms-block-container-row,
  .is-act-home .us-home-panel .row,
  .is-act-home .us-home-topic-card .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .is-act-home .us-home-panel [class*='col-'],
  .is-act-home .us-home-topic-card [class*='col-'] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .is-act-home .us-home-generated-grid .cms-section-default,
  .is-act-home .us-home-generated-stack .cms-section-default {
    grid-template-columns: minmax(0, 1fr);
  }

  .is-act-home .us-homepage img,
  .is-act-home .us-homepage svg,
  .is-act-home .us-homepage video {
    max-width: 100%;
  }
}

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

.is-act-home .cms-section.us-home-section,
.is-act-home .cms-section.us-home-content-grid {
  display: block;
}

.is-act-home .cms-section.us-home-generated-grid > .cms-section-default,
.is-act-home .cms-section.us-home-generated-stack > .cms-section-default,
.is-act-home .cms-section.us-home-content-grid > .cms-section-sidebar {
  width: 100%;
  max-width: 100%;
}

.is-act-home .us-home-grid-heading .cms-block-container-row,
.is-act-home .us-home-grid-heading .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.is-act-home .us-home-grid-heading [class*='col-'] {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-act-home .us-homepage--generated .us-home-topic-card,
.is-act-home .us-homepage--cms .us-home-topic-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
}

.is-act-home .us-homepage--generated .us-home-topic-card .cms-block-container,
.is-act-home .us-homepage--generated .us-home-topic-card .cms-block-container-row,
.is-act-home .us-homepage--generated .us-home-topic-card .row,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-block-container,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-block-container-row,
.is-act-home .us-homepage--cms .us-home-topic-card .row {
  height: auto;
}

.is-act-home .us-homepage--generated .us-home-topic-card [class*='col-'],
.is-act-home .us-homepage--cms .us-home-topic-card [class*='col-'] {
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-act-home .us-homepage--generated .us-home-topic-card .cms-element-image,
.is-act-home .us-homepage--generated .us-home-topic-card .cms-image-link,
.is-act-home .us-homepage--generated .us-home-topic-card .cms-image-container,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-element-image,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-image-link,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-image-container {
  width: 100%;
  height: 100%;
}

.is-act-home .us-homepage--generated .us-home-topic-card .cms-image-container,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-image-container {
  min-height: 260px;
}

.is-act-home .us-homepage--generated .us-home-topic-card .cms-element-text,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-element-text {
  display: grid;
  gap: 14px;
  height: auto;
  min-width: 0;
}

.is-act-home .us-homepage--generated .us-home-topic-card .cms-element-text > *,
.is-act-home .us-homepage--cms .us-home-topic-card .cms-element-text > * {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (min-width: 992px) {
  .is-act-home .us-homepage--generated .us-home-topic-card .cms-block-container-row,
  .is-act-home .us-homepage--generated .us-home-topic-card .row,
  .is-act-home .us-homepage--cms .us-home-topic-card .cms-block-container-row,
  .is-act-home .us-homepage--cms .us-home-topic-card .row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .is-act-home .us-homepage--generated .us-home-topic-card .col-md-6,
  .is-act-home .us-homepage--cms .us-home-topic-card .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .is-act-home .us-homepage--generated .us-home-topic-card .col-md-6:first-child,
  .is-act-home .us-homepage--cms .us-home-topic-card .col-md-6:first-child {
    display: flex;
    align-items: stretch;
  }

  .is-act-home .us-homepage--generated .us-home-topic-card .col-md-6:last-child,
  .is-act-home .us-homepage--cms .us-home-topic-card .col-md-6:last-child {
    display: flex;
    align-items: center;
    padding: 24px !important;
  }
}

.footer-main .us-footer-shell {
  margin-top: 72px;
  color: #f4f7fb;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(122, 181, 201, 0.2), transparent 34%),
    linear-gradient(135deg, #0e2745 0%, #143553 58%, #1d566d 100%);
}

.footer-main .us-footer-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 180px);
  pointer-events: none;
}

.footer-main .us-footer-shell .us-footer-container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-main .us-footer-shell .us-footer-topbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.footer-main .us-footer-shell .us-footer-topbar-item {
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.footer-main .us-footer-shell .us-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.footer-main .us-footer-shell .us-footer-panel {
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
  box-shadow: 0 18px 38px rgba(7, 19, 34, 0.18);
  backdrop-filter: blur(10px);
}

.footer-main .us-footer-shell .us-footer-panel--brand {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.07) 100%);
}

.footer-main .us-footer-shell .us-footer-eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-main .us-footer-shell .us-footer-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.12;
  max-width: 16ch;
}

.footer-main .us-footer-shell .us-footer-copy {
  margin: 14px 0 0;
  max-width: none;
  color: rgba(244, 247, 251, 0.86);
  font-size: 0.98rem;
  line-height: 1.75;
}

.footer-main .us-footer-shell .us-footer-column-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-main .us-footer-shell .us-footer-column-title a,
.footer-main .us-footer-shell .us-footer-link,
.footer-main .us-footer-shell .us-footer-contact-text a,
.footer-main .us-footer-shell .us-footer-vat a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-main .us-footer-shell .us-footer-column-title a:hover,
.footer-main .us-footer-shell .us-footer-link:hover,
.footer-main .us-footer-shell .us-footer-contact-text a:hover,
.footer-main .us-footer-shell .us-footer-vat a:hover {
  color: #ffffff;
}

.footer-main .us-footer-shell .us-footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer-main .us-footer-shell .us-footer-link-item {
  margin: 0;
}

.footer-main .us-footer-shell .us-footer-link,
.footer-main .us-footer-shell .us-footer-link-label {
  display: inline-block;
  color: rgba(244, 247, 251, 0.84);
  line-height: 1.55;
}

.footer-main .us-footer-shell .us-footer-link:hover {
  transform: translateX(2px);
}

.footer-main .us-footer-shell .us-footer-hotline-text,
.footer-main .us-footer-shell .us-footer-contact-text {
  color: rgba(244, 247, 251, 0.84);
  line-height: 1.75;
}

.footer-main .us-footer-shell .us-footer-hotline-text a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.footer-main .us-footer-shell .us-footer-contact-text {
  margin-top: 16px;
}

.footer-main .us-footer-shell .us-footer-logos-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
}

.footer-main .us-footer-shell .us-footer-logos-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-main .us-footer-shell .us-footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-main .us-footer-shell .us-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(213, 223, 236, 0.9);
}

.footer-main .us-footer-shell .us-footer-logo-image {
  display: block;
  width: auto;
  max-width: 110px;
  max-height: 28px;
}

.footer-main .us-footer-shell .us-footer-bottom {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-main .us-footer-shell .us-footer-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: start;
}

.footer-main .us-footer-shell .us-footer-vat {
  color: rgba(244, 247, 251, 0.78);
  font-size: 0.93rem;
  line-height: 1.7;
}

.footer-main .us-footer-shell .us-footer-vat p {
  margin: 0;
}

.footer-main .us-footer-shell .us-footer-copyright {
  color: rgba(244, 247, 251, 0.68);
  font-size: 0.93rem;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer-main .us-footer-shell {
    margin-top: 56px;
  }

  .footer-main .us-footer-shell .us-footer-topbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-main .us-footer-shell .us-footer-logos-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-main .us-footer-shell .us-footer-legal {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-main .us-footer-shell .us-footer-copyright {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .footer-main .us-footer-shell .us-footer-container {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-main .us-footer-shell .us-footer-panel {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .footer-main .us-footer-shell .us-footer-logo {
    min-height: 52px;
    padding: 10px 12px;
  }
}

/* Modern footer styling on the native Shopware footer markup */
.footer-main {
  position: relative;
  margin-top: 72px;
  overflow: hidden;
  color: #0e2745;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border-top: 1px solid #dde4ec;
}

.footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(26, 67, 112, 0.06), transparent 34%);
  pointer-events: none;
}

.footer-main > .container,
.footer-main .footer-bottom > .container {
  position: relative;
  z-index: 1;
}

.footer-main .footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin: 0;
  padding: 34px 0 22px;
}

.footer-main .footer-columns > .footer-column {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  min-height: 100%;
  border: 1px solid #dde4ec;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 38px rgba(9, 30, 66, 0.08);
  backdrop-filter: blur(10px);
}

.footer-main .footer-column-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 22px 22px 14px;
  border: 0;
  color: #0e2745;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer-main .footer-column-headline > a {
  color: #0e2745;
  text-decoration: none;
}

.footer-main .footer-column-toggle {
  color: rgba(14, 39, 69, 0.55);
}

.footer-main .footer-column-content,
.footer-main .footer-contact {
  padding: 0 22px 22px;
}

.footer-main .footer-column-content-inner {
  color: #4b5a6b;
}

.footer-main .footer-link-item + .footer-link-item {
  margin-top: 10px;
}

.footer-main .footer-link,
.footer-main .footer-contact-form a,
.footer-main .footer-vat a,
.footer-main .footer-service-menu-link {
  color: #1a4370;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-main .footer-link:hover,
.footer-main .footer-contact-form a:hover,
.footer-main .footer-vat a:hover,
.footer-main .footer-service-menu-link:hover {
  color: #ffffff;
}

.footer-main .footer-link:hover,
.footer-main .footer-service-menu-link:hover {
  transform: translateX(2px);
}

.footer-main .footer-contact-hotline,
.footer-main .footer-contact-form {
  margin: 0;
  color: #4b5a6b;
  line-height: 1.75;
}

.footer-main .footer-contact-hotline a {
  color: #0e2745;
  font-weight: 700;
  text-decoration: none;
}

.footer-main .footer-contact-form {
  margin-top: 16px;
}

.footer-main .footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0 0 20px;
}

.footer-main .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #dde4ec;
}

.footer-main .footer-logo-image {
  display: block;
  width: auto;
  max-width: 110px;
  max-height: 28px;
}

.footer-main .footer-bottom {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin-top: 0;
  padding: 24px 0 30px !important;
  background: rgba(247, 249, 252, 0.9);
  border-top: 1px solid #dde4ec;
}

.footer-main .footer-service-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
}

.footer-main .footer-service-menu-item {
  margin: 0;
}

.footer-main .footer-vat,
.footer-main .footer-copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  color: #5d6b79;
  text-align: center;
}

.footer-main .footer-bottom a {
  color: #1a4370 !important;
  text-decoration: none;
}

.footer-main .footer-bottom a:hover {
  color: #0e2745 !important;
}

.footer-main .footer-vat p,
.footer-main .footer-copyright p {
  margin: 0;
}

.footer-main .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.94rem;
}

.footer-main .footer-copyright .icon {
  color: rgba(14, 39, 69, 0.55);
}

@media (min-width: 768px) {
  .footer-main .footer-column-content.collapse {
    display: block !important;
  }

  .footer-main .footer-column-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-main {
    margin-top: 56px;
  }

  .footer-main .footer-columns {
    gap: 16px;
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .footer-main .footer-columns > .footer-column {
    border-radius: 20px;
  }

  .footer-main .footer-column-headline {
    padding: 18px 18px 14px;
    font-size: 0.88rem;
  }

  .footer-main .footer-column-content,
  .footer-main .footer-contact {
    padding: 0 18px 18px;
  }

  .footer-main .footer-logos {
    padding-bottom: 12px;
  }

  .footer-main .footer-bottom {
    padding-bottom: 24px !important;
  }
}

/* Compact header and modern language switch */
.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 {
  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 rgba(15, 23, 42, 0.08);
  color: #0e2745;
  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: #c8d4e2;
  background: #ffffff;
  color: #0e2745;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

.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(14, 39, 69, 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(14, 39, 69, 0.08);
}

.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 rgba(15, 23, 42, 0.14);
}

.top-bar .top-bar-language .dropdown-item,
.header-main .header-language-col .top-bar-language .dropdown-item {
  border-radius: 12px;
  color: #0e2745;
  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: #eef3f8;
  color: #0e2745;
}

.top-bar .top-bar-language .dropdown-item:hover,
.header-main .header-language-col .top-bar-language .dropdown-item:hover {
  background: #f7f9fc;
  color: #0e2745;
}

.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;
  max-width: 168px;
  width: 100%;
}

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

.header-main .header-actions-col .row {
  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-language-col .top-bar-language,
.header-main .header-language-col .top-bar-nav-item {
  margin: 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;
  color: #4b5a6b;
  background: transparent;
  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: #0e2745;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.header-main .header-cart-total {
  margin-left: 6px;
  color: #0b57c2;
  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;
    padding-left: 0;
    padding-right: 0;
    margin: 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: 991px) {
  .top-bar {
    display: none !important;
  }

  .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 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .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;
  }
}
