@font-face {
    font-family: 'League Spartan';
    src: url('../base/fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cal Sans';
    src: url('../base/fonts/CalSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body, p, span, a, li, input, button, select, textarea, h4, h5, h6, .h4, .h5, .h6 {
    font-family: 'League Spartan', sans-serif !important;
}

p, input, button, select, textarea, h4, h5, h6, .h4, .h5, .h6 {
    color: #000;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-family: 'Cal Sans', sans-serif !important;
    color: #000;
}

strong {
    color: var(--primary) !important;
}

p {
  font-size: 1.1rem;
  color: #000;
}

h1, .h1 {
    font-size: 3rem !important;
}

h2, .h2 {
    font-size: 2.5rem !important;
}

h3, .h3 {
    font-size: 2rem !important;
}

.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

.price span {
    font-family: 'Cal Sans', sans-serif !important;
    color: #000;
    font-size: 2rem !important;
}

body {
    background-color: rgba(255,255,255) !important;
}



/* Desktop-only Navigation (Ab 992px Breakpoint des Nova Templates) */
@media (min-width: 992px) {

    /* Entfernt den standardmäßigen farbigen Unterstrich im Nova-Template */

    .nav-scrollbar-item {
        padding: 0 2px 0 2px !important;
    }

    /* Verhindert, dass der Dropdown-Pfeil im Hauptmenü ausgeblendet wird */
    .navbar-nav .nav-item .nav-link::before {
        display: none !important;
    }
    .navbar-nav .nav-item .nav-link:not(.dropdown-toggle)::after {
        display: none !important;
    }

    .nav-scrollbar-inner {
        padding-bottom: 0px !important;  
        overflow: hidden !important;
        align-items: center !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        display: flex !important;
    }

    /* Aktiver Link im Hauptmenü (Nur direkter Link, keine Dropdown-Einträge) */
    .navbar-nav .nav-item.nav-scrollbar-item.active > a,
    .navbar-nav .nav-item.nav-scrollbar-item.active > a span {
        color: #ffffff !important;
        box-shadow: inset 0 0 0 5px #000 !important;
        background: #000000 !important;
        border-radius: 40px !important;
    }
    .navbar-nav .nav-item.nav-scrollbar-item.active > a {
        padding: 8px 15px 8px 15px !important;
    }
    .navbar-nav .nav-item.nav-scrollbar-item.active > a:hover,
    .navbar-nav .nav-item.nav-scrollbar-item.active > a:hover span {
        color: #ffffff !important;  
    }

    /* Normaler Link-Zustand & Hover im Hauptmenü (Nur direkte Links) */
    .navbar-nav .nav-item.nav-scrollbar-item > a {
        color: #000000 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar-nav .nav-item.nav-scrollbar-item > a:hover {
        color: #000000 !important;
        box-shadow: inset 0 0 0 1px #000 !important;
        border-radius: 40px !important;
        padding: 8px 15px 8px 15px !important;
    }

    /* Dropdown-Pfeil sauber neben dem Text positionieren */
    .navbar-nav .nav-item .nav-link.dropdown-toggle {
        display: inline-flex !important;
        align-items: center !important;
    }
    .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        display: inline-block !important;
        margin-left: 0.5rem !important;
        vertical-align: middle !important;
    }

    .right.nav-scrollbar-arrow {
        margin-left: -3rem !important;  
        color: var(--primary) !important;
        z-index: 1000 !important;
        padding: 10px !important;
    }
    .left.nav-scrollbar-arrow {
        margin-left: 0 !important;  
        color: var(--primary) !important;
        z-index: 1000 !important;
    }
    .left.nav-scrollbar-arrow span, .right.nav-scrollbar-arrow span {
        padding: 10px !important;
        border-radius: 23px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: var(--primary) !important;
    }

    .dropdown-menu {
        background: rgb(0, 0, 0) !important;  
    }
    .dropdown-menu a {
        color: #ffffff !important;  
    }

    .subcategory-wrapper .nav-item{
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .nav-scrollbar .nav-item {
        margin-left: 3px;
    }
}



/* Suchleiste - Komplett abgesichert gegen Template-Spezifität */
#search .search-wrapper form .input-group,
#search div.search-wrapper .input-group {
    display: flex !important;
    align-items: stretch !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
}

#search .search-wrapper .twitter-typeahead {
    flex: 1 1 auto !important;
    width: 1% !important;
    display: flex !important;
    align-items: center !important;
}

#search .search-wrapper input.form-control,
#search div.search-wrapper input.form-control {
    border-radius: 50px 0 0 50px !important;
    height: 100% !important;
    box-shadow: none !important;
    padding-left: 20px !important;
}

#search .search-wrapper .input-group-append {
    margin-left: 0 !important;
    display: flex !important;
}

#search .search-wrapper button[type="submit"].btn-secondary,
#search div.search-wrapper button[type="submit"].btn-secondary {
    background-color: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 0 50px 50px 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: background-color 0.2s ease-in-out !important;
}

#search .search-wrapper button[type="submit"].btn-secondary span,
#search div.search-wrapper button[type="submit"].btn-secondary span {
    color: #ffffff !important;
}

#search .search-wrapper button[type="submit"].btn-secondary:hover,
#search .search-wrapper button[type="submit"].btn-secondary:focus {
    background-color: #333333 !important;
    color: #ffffff !important;
}

#search .search-wrapper .form-clear {
    right: 70px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}


.search-wrapper form .input-group,
.search-wrapper .input-group {
    display: flex !important;
    align-items: stretch !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
}

.search-wrapper .twitter-typeahead {
    flex: 1 1 auto !important;
    width: 1% !important;
    display: flex !important;
    align-items: center !important;
}

.search-wrapper input.form-control {
    border-radius: 50px 0 0 50px !important;
    height: 100% !important;
    box-shadow: none !important;
    padding-left: 20px !important;
}

.search-wrapper .input-group-append {
    margin-left: 0 !important;
    display: flex !important;
}

.search-wrapper button[type="submit"].btn-secondary {
    background-color: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 0 50px 50px 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: background-color 0.2s ease-in-out !important;
}

.search-wrapper button[type="submit"].btn-secondary span {
    color: #ffffff !important;
}

.search-wrapper button[type="submit"].btn-secondary:hover,
.search-wrapper button[type="submit"].btn-secondary:focus {
    background-color: #333333 !important;
    color: #ffffff !important;
}

.search-wrapper .form-clear {
    right: 70px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}


#shop-nav-wish a {
    color: var(--primary) !important;
}

.account-icon-dropdown a, .cart-icon-dropdown a {
    color: rgba(0,0,0) !important;
}

header {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: none !important;
    background: transparent !important;
}

.modal-backdrop, 
.dropdown-backdrop,
.menu-backdrop {
    display: none !important;
    pointer-events: none !important;
}

body.modal-open,
body.nav-open {
    overflow: auto !important;
}


/* Buttons für Filter und Sortierung runden */
.dropdown.btn-group[class*="filter-type-"] .btn.dropdown-toggle,
.dropdown[class*="filter-type-"] .btn.dropdown-toggle {
    border-radius: 50px !important;
}

/* Dropdown-Menüs: Hintergrund Weiß und Ecken runden */
.dropdown.btn-group[class*="filter-type-"] .dropdown-menu,
.dropdown[class*="filter-type-"] .dropdown-menu {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid #000000 !important;
}

/* Normale Einträge in den Dropdowns (Textfarbe Schwarz) */
.dropdown.btn-group[class*="filter-type-"] .dropdown-menu a.dropdown-item,
.dropdown[class*="filter-type-"] .dropdown-menu a.dropdown-item {
    color: #000000 !important;
    background: transparent !important;
}

/* Hover-Zustand für Einträge (Hintergrund Weiß, Textfarbe Schwarz) */
.dropdown.btn-group[class*="filter-type-"] .dropdown-menu a.dropdown-item:hover,
.dropdown[class*="filter-type-"] .dropdown-menu a.dropdown-item:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

/* Aktiver Eintrag im Dropdown (Leicht grau hinterlegt zur Erkennung) */
.dropdown.btn-group[class*="filter-type-"] .dropdown-menu a.dropdown-item.active,
.dropdown[class*="filter-type-"] .dropdown-menu a.dropdown-item.active {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
}

/* Äußerer Rahmen und runde Ecken für die gesamte Button-Gruppe (Listen-/Galerieansicht) */
.btn-group:has(.btn-option.ed) {
    border-radius: 50px !important;
    overflow: hidden !important;
    border: 1px solid #000000 !important;
}

/* Einzelne Buttons in der Gruppe anpassen (Rahmen entfernen, da die Gruppe den Rahmen hält) */
.btn-group .btn-option.ed {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* Rechten Rahmen für den ersten Button setzen, um die Buttons visuell zu trennen */
.btn-group .btn-option.ed:not(:last-child) {
    border-right: 1px solid #000000 !important;
}

/* Styling für den aktiven Button in der Ansichts-Auswahl (Optional: schwarz mit weißem Icon) */
.btn-group .btn-option.ed.active {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Hover-Effekt für die Buttons */
.btn-group .btn-option.ed:hover {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
}

/* Sicherstellen, dass das Icon im aktiven Zustand weiß bleibt */
.btn-group .btn-option.ed.active span {
    color: #ffffff !important;
}




/* Äußerer Rahmen und runde Ecken nur für das mittlere Dropdown-Element (die Seitenanzeige) */
.productlist-pagination ul.pagination .page-item.dropdown {
    overflow: hidden !important;
    background-color: #ffffff !important;
    margin: 0 10px !important; /* Abstand zu den Pfeilen links und rechts */
}

/* Entfernt den äußeren Rahmen, Hintergründe und Radien der gesamten Pagination-Liste */
.productlist-pagination ul.pagination {
    display: inline-flex !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
}

/* Alle Listen-Elemente standardmäßig zurücksetzen */
.productlist-pagination ul.pagination .page-item {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

/* Vertikale Trennlinien komplett entfernen */
.productlist-pagination ul.pagination .page-item:not(:last-child) {
    border-right: none !important;
}

/* Styling für die Pfeil-Links (Freistehend, quadratisch/rundlich) */
.productlist-pagination ul.pagination > .page-item > .page-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px !important;
    background: #ffffff !important;
    color: #000000 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
}

/* Hover-Effekt für die freistehenden Pfeile */
.productlist-pagination ul.pagination .page-item:not(.disabled) > .page-link:hover {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
}

/* Zustand für deaktivierte Pfeile */
.productlist-pagination ul.pagination .page-item.disabled > .page-link {
    color: #cccccc !important;
    border-color: #cccccc !important;
    background-color: #ffffff !important;
    pointer-events: none !important;
}

/* Den mittleren Dropdown-Button innerhalb seines neuen Rahmens anpassen */
.productlist-pagination ul.pagination .btn.dropdown-toggle {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #000000 !important;
    height: 100% !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Nova-spezifische Pseudo-Elemente (wie lila Unterstriche) komplett deaktivieren */
.productlist-pagination ul.pagination .btn.dropdown-toggle::before,
.productlist-pagination ul.pagination .btn.dropdown-toggle::after,
.productlist-pagination ul.pagination .page-link::before,
.productlist-pagination ul.pagination .page-link::after {
    display: none !important;
    content: none !important;
}

/* Zustand wenn das Dropdown-Menü geöffnet ist (Inhalt wird schwarz) */
.productlist-pagination ul.pagination .page-item.dropdown.show {
    background-color: #000000 !important;
}

.productlist-pagination ul.pagination .page-item.dropdown.show .btn.dropdown-toggle {
    color: #ffffff !important;
    background-color: #000000 !important;
}

/* Das geöffnete Seiten-Dropdown formatieren */
.productlist-pagination ul.pagination .dropdown-menu {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid #000000 !important;
    padding: 0 !important;
    margin-top: 5px !important;
}

/* Die Einträge (Seiten) im Dropdown */
.productlist-pagination ul.pagination .dropdown-item.page-item {
    padding: 0 !important;
}

.productlist-pagination ul.pagination .dropdown-item.page-item .page-link {
    color: #000000 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
    justify-content: flex-start !important;
}

/* Hover für Einträge im Dropdown */
.productlist-pagination ul.pagination .dropdown-item.page-item:hover .page-link {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
    font-weight: bold !important;
}

/* Aktive Seite im Dropdown */
.productlist-pagination ul.pagination .dropdown-item.page-item.active .page-link {
    background-color: #000000 !important;
    color: #ffffff !important;
}
/*--------------------------------------------PRODUCTLIST-----------------------------------------*/
.productbox-column {
    border: 1px solid #dfdfdf;
    border-radius: 25px;
}

.productbox.productbox-hover .productbox-inner::before {
    border-radius: 25px;
}

.productbox-column .productbox-inner {
    padding: 20px;
}

.square-image .inner {
  border-radius: 19px;
  background: rgba(248, 248, 248, 0.96);
  mix-blend-mode: darken;
  padding: 10px;
}

.square-image .inner img {
  border-radius: 19px;
  mix-blend-mode: darken;
}

#product-list .switch-variations .square.square-image {
    border: 0 !important;
}

#product-list .switch-variations .square.square-image .inner {
    padding: 5px !important;
}

.carousel-thumbnails .slick-slide {
    border: 0 !important;
}

#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition, #product-list.layout-gallery .productbox-hover.productbox-show-variations:hover {
    border: none !important;
    /*box-shadow: none !important;*/
}

.productbox.productbox-hover.productbox-column {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.text-clamp-2 {
    text-decoration: navajowhite;
    font-size: 1rem;
    padding-top: 10px;
}

.price_wrapper .price span {
    font-size: 1.5rem !important;;
}

.product-image {
    mix-blend-mode: darken;
}

.product-detail, #tab-content-product-tabs {
    font-size: 1.1rem;
    color: #000000;
}


.product-detail .price {
    margin-bottom: 0px !important;
} 

.product-detail .price span {
    font-size: 2rem !important;
}

.vat_info {
    font-size: 0.9rem !important;
}


.productbox-ribbon {
    position: absolute;
    top: 12px !important;
    left: 12px !important;
    z-index: 10 !important; 
    background: #f2e6e6 !important; 
    color: #7d6565 !important;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 60px;
    text-transform: uppercase;
    line-height: 1.2 !important; 
    display: inline-block;
}

.ribbon::before, .ribbon::after {
    content: none !important;
}

.slick-list .product-wrapper.product-wrapper-product.slick-slide {
    padding: 20px !important;
    margin: 5px !important;
}

#product-list .product-wrapper:not(:last-child) {
        margin-bottom: 2.5rem !important;
    }

@media (max-width: 575px) {
    #product-list .product-wrapper:not(:last-child) {
        margin-bottom: 1rem !important;
    }
}

.ribbon {
    box-shadow: none !important;
}

.badge-primary {
    border-radius: 50px !important;
}

.tab-navigation .nav-link::after {
    border-radius: 50px !important;
}

.alert-info {
    border-radius: 20px;
    border: 3px dashed var(--primary);
}

.btn {
    border-radius: 100px !important;
}


/*--------------------------------------------------PRODUCTLIST-END---------------------------------*/

/* PRODUKT-DETAILSEITE VARIATIONEN (switch-variations) */

.switch-variations .switch-variations .vaiation-wrapper {
    width: 100% !important;
}

.switch-variations dt {
    font-size: 1rem !important;
    color: #000000 !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.switch-variations .imgswatches {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

.switch-variations .js-slider-item {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

/* Label für Bild-Swatches auf Detailseite */
.switch-variations label.variation.swatches-image {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    display: block !important;
    width: 125px !important;
    height: 125px !important;
}

/* Bilderrahmen (64px) auf Detailseite - Ecken eckig */
/*
.switch-variations .square.square-image {
    width: 125px !important;
    height: 125px !important;
    border-radius: 0% !important;
    border: 1px solid #cccccc !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out !important;
}
    */

#product-list .switch-variations label.variation.swatches-image {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    display: block !important;
    width: 65px !important;
    height: 65px !important;
}
/*
#product-list .switch-variations .square.square-image {
    width: 65px !important;
    height: 65px !important;
    border-radius: 0% !important;
    border: 1px solid #cccccc !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out !important;
}

.switch-variations .square.square-image .inner,
.switch-variations .square.square-image .inner * {
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.switch-variations .square.square-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0% !important;
}
    */

/* Label für Text-Swatches auf Detailseite (z.B. "heron") */
.switch-variations label.variation.swatches-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    border: 1px solid #cccccc !important;
    border-radius: 50px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    margin: 0 !important;
    height: 44px !important; /* Anpassung an die optische Höhe der Boxen */
}
/*
/* Hover-Effekte auf Detailseite */
.switch-variations label.variation.swatches-image:hover .square.square-image {
    border-color: #000000 !important;
    transform: scale(1.05) !important;
}
*/
.switch-variations label.variation.swatches-text:hover {
    border-color: #000000 !important;
    background-color: #f9f9f9 !important;
}
/*
/* Aktive / Ausgewählte Zustände auf Detailseite */
.switch-variations input[type="radio"]:checked + .square.square-image,
.switch-variations label.variation.swatches-image.active .square.square-image {
    border-color: #000000 !important;
    box-shadow: 0 0 0 1px #000000 !important;
}
*/
.switch-variations label.variation.swatches-text.active {
    border-color: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Aufpreis-Badge (.variation-badge) komplett ausblenden, um das Design minimalistisch sauber zu halten */
.switch-variations .variation-badge {
    display: none !important;
}


/* Slider-Artikel an das Design der Produktübersicht anpassen */

.product-wrapper.product-wrapper-product.slick-slide,
.recommendations .product-wrapper.product-wrapper-product  {
    padding: 12px;
    background: #ffffff;
    border: 1px solid #f0f0f0 !important;
    border-radius: 20px !important;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    will-change: transform, box-shadow;
}


/* Hover-Effekt analog zur Produktbox */
.product-wrapper.product-wrapper-product.slick-slide:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px) !important;
}

/* Bilder-Container im Slider */
.product-wrapper.product-wrapper-product .item-slider.productbox-image {
    position: relative;
    margin-bottom: 16px;
    background-color: #f9f9f9;
    border-radius: 12px !important; /* Abgerundete Ecken für das Haupt-Vorschaubild */
    overflow: hidden !important;
    aspect-ratio: 1 / 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
}

/* Innerer Container des Bildes zurücksetzen */
.product-wrapper.product-wrapper-product .item-slider.productbox-image .inner {
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Bild-Anpassung gegen JTL-Hover-Fehler */
.product-wrapper.product-wrapper-product .item-slider.productbox-image img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    mix-blend-mode: multiply;
    backface-visibility: hidden;
}

/* Artikeltext / Titel im Slider */
.product-wrapper.product-wrapper-product .item-slider-desc {
    margin-top: 0;
    margin-bottom: 6px;
    display: block;
}

.product-wrapper.product-wrapper-product .item-slider-desc span[itemprop="name"] {
    color: #222222 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    font-family: 'League Spartan', sans-serif !important;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

/* Preis-Wrapper und Formatierung */
.product-wrapper.product-wrapper-product .item-slider-price {
    margin-top: auto;
    width: 100%;
}

.product-wrapper.product-wrapper-product .price_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.product-wrapper.product-wrapper-product .productbox-price {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #000000 !important;
    line-height: 1.2;
    text-align: left;
}

.product-wrapper.product-wrapper-product .productbox-price span {
    font-family: 'Cal Sans', sans-serif !important;
    font-size: 1.15rem !important;
    color: #000000 !important;
}


.slick-type-product .product-wrapper-product  a{
  text-decoration: none !important;
}

#search-header {
    border: 0px !important;
}

.home-first-box {
    margin-top: -350px;
    border-radius: 0px 0px 35px 35px;
    padding: 150px !important;
}

.home-first-box h1 {
    color: #ffffff !important;
    font-size: 5rem !important;
}

.gallery {
  align-items: normal !important;
}

.row.gallery .product-wrapper {
  height: auto !important;
  flex-direction: column;
}

.gallery .productbox-price span{
  font-size: 1rem !important;
}


@media (min-width: 768px) {
    .logo-grid-bootstrap .col-xl-custom {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        width: 20% !important;
    }
}

.logo-list-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 1rem !important; /* Etwas reduziertes Padding für den Container */
    border-radius: 8px;
    transition: background 0.3s ease;
    height: 120px !important; /* Feste Box-Höhe sorgt für einheitliche Zeilen */
}



/* Die Magie für optisch gleich große Logos */
.logo-list-item img {
    width: auto !important; /* Verhindert das Verzerren in der Breite */
    height: auto !important;
    
    /* Begrenzung in beide Richtungen: */
    max-width: 80% !important;  /* Breite Logos (wie Dakine) stoßen hier an und werden harmonisch verkleinert */
    max-height: 45px !important; /* Hohe/kompakte Logos stoßen hier an und dominieren nicht das Layout */
    
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
    transition: filter 0.3s ease;
}

.logo-list-item:hover img {
    filter: none !important;
}

.kat-img img {
    border-radius: 35px !important;
}

.productbox.productbox-hover:hover .productbox-inner::before {
    bottom: -2rem !important;
}

.section-box {
  margin-top: 100px;
}

.section-box-intro {
  margin-bottom: 40px;
}

.productbox-variations .js-slider-items {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}


.productbox-variations .js-slider-item {
    flex: 0 0 auto !important;
    max-width: none !important;
}