/* ===================================
   Botanik Header - Complete CSS
   Version: 2.0 - Mit Saemereien Mobile Style
   =================================== */
/* Spezifischer Fix für Ihre Homepage */

/* ===================================
   Basierend auf Ihrer Body-Klasse
   =================================== */

/* Für Ihre spezifische Body-Klasse */
body.with-compare-animation-mobile.is-news.header-is-sticky {
    overflow-x: hidden !important;
}

/* Alle Links überschreiben */
a,
a:link {
    color: #000 !important; /* Ihre gewünschte Farbe */
    text-decoration: none !important;
}

/* Besuchte Links */
a:visited {
    color: #000 !important; /* Etwas dunkler */
    text-decoration: none !important;
}

/* Hover-Zustand */
a:hover {
    color: #000 !important; /* Noch dunkler beim Hover */
    text-decoration: underline !important;
}

/* Aktive Links */
a:active {
    color: #000 !important;
}
/* ===================================
   BOTANIK NAVIGATION LINKS
   =================================== */

/* Navigation Links Farben */
.botanik-nav-link,
.botanik-nav-list a,
.botanik-main-nav a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Navigation Links Hover */
.botanik-nav-link:hover,
.botanik-nav-list a:hover,
.botanik-main-nav a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Falls die Navigation andere Klassen hat */
.navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

/* Alle Links in der Hauptnavigation */
#mainNavigation a,
.main-navigation a,
nav a {
    color: #ffffff !important;
    text-decoration: none !important;
}

#mainNavigation a:hover,
.main-navigation a:hover,
nav a:hover {
    color: #000000 !important;
}


/* Oder einfacher - nur für Seiten mit Ihrer Animation */
body.with-compare-animation-mobile {
    overflow-x: hidden !important;
}

/* ===================================
   Alternative: Nur für Homepage/Index
   =================================== */

/* Falls es eine Index-Seite ist */
body[data-page="index"],
body.homepage,
body.startseite {
    overflow-x: hidden !important;
}

/* ===================================
   Container-spezifische Lösung
   =================================== */

/* Für den Main-Wrapper auf Ihrer Seite */
#main-wrapper,
.main-wrapper,
.content-wrapper {
    overflow-x: hidden !important;
    position: relative !important;
}

/* Für OPC-Container */
.opc-Container {
    overflow-x: hidden !important;
}

/* Spezifisch für Ihr Custom Grid */
.bellaprint-homepage-grid {
    overflow-x: hidden !important;
    position: relative !important;
}

/* ===================================
   Verbesserte Vollbreite-Technik ohne vw
   =================================== */

/* Ersetzen Sie die problematische 100vw Technik */
.bellaprint-homepage-grid {
    /* Statt width: 100vw verwenden wir: */
    margin-left: calc(-50% + 50vw - 8px) !important;
    margin-right: calc(-50% + 50vw - 8px) !important;
    width: calc(100% + 16px) !important;
    max-width: none !important;
    overflow-x: hidden !important;
}

/* ===================================
   Sicherheitsnetz für alle Vollbreite-Elemente
   =================================== */

/* Alle Elemente mit Vollbreite-Klassen */
[class*="fullwidth"],
[class*="bp-"],
[class*="opc-fullwidth"] {
    overflow-x: hidden !important;
}

/* Pseudo-Element Methode für Hintergrund */
.safe-fullwidth-bg {
    position: relative !important;
    /* Normale Container-Breite behalten */
}

.safe-fullwidth-bg::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    right: 50% !important;
    bottom: 0 !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    z-index: -1 !important;
}

/* ===================================
   Debug: Temporär alle breiten Elemente finden
   =================================== */

/* Temporär hinzufügen um Problemelemente zu finden */
.debug-width * {
    outline: 1px solid red !important;
}

.debug-width [style*="width: 100vw"],
.debug-width [style*="100vw"] {
    outline: 3px solid blue !important;
}

/* ===================================
   Quick Fix für Ihren spezifischen Fall
   =================================== */

/* Am einfachsten: Direkt auf Body */
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* Oder nur auf der problematischen Seite */
body.with-compare-animation-mobile {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* HTML-Element auch absichern */
html {
    overflow-x: hidden !important;
    max-width: 100% !important;
}
/* Hide specific input button */
input[type="button"][value="1"] {
    display: none !important;
}



/* ===== EINHEITLICHE 1200PX CONTAINER-BREITE FÜR ALLE BEREICHE ===== */

/* Überschreibt alle Tailwind Container-Breakpoints */
.container,
.\!container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Bootstrap Container überschreiben */
.container-fluid {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* JTL-spezifische Container */
.content-wrapper,
.main-content,
.page-content,
.shop-content {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Header Container */
.saemereien-top-bar .container-fluid,
.saemereien-main-header .container-fluid,
.saemereien-navigation .container-fluid {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Kategorie-Seiten Container */
.category-wrapper,
.product-list-wrapper,
.breadcrumb-container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Produkt-Detail Container */
.product-wrapper,
.product-detail-wrapper {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Footer Container */
.footer-wrapper,
.footer-content {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* OPC (OnPage Composer) Container */
.opc-area,
.opc-container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Spezielle JTL-Bereiche */
.checkout-wrapper,
.account-wrapper,
.cart-wrapper {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Responsive Anpassungen */
@media (max-width: 1240px) {
    .container,
    .\!container,
    .container-fluid {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 768px) {
    .container,
    .\!container,
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 480px) {
    .container,
    .\!container,
    .container-fluid {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

/* Überschreibt alle Tailwind Media Queries für Container */
@media (min-width: 640px) {
    .container,
    .\!container {
        max-width: 1200px !important;
    }
}

@media (min-width: 768px) {
    .container,
    .\!container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1024px) {
    .container,
    .\!container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1280px) {
    .container,
    .\!container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1536px) {
    .container,
    .\!container {
        max-width: 1200px !important;
    }
}

#content-wrapper:not(.has-fluid) {
        padding-top: 1rem !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 0 !important;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-wrapper {
        border-style: solid;
        border-color: #ebebeb;
        border-width: 0px 0 !important;
    }


/* Zusätzliche Sicherheit für alle möglichen Container-Klassen */
[class*="container"],
[class*="wrapper"],
[class*="content"] {
    max-width: 1200px !important;
}

/* Ausnahmen für Full-Width Elemente */
.full-width,
.w-full,
.width-full,
.hero-banner,
.slider-wrapper {
    max-width: none !important;
    width: 100% !important;
}

/* Debug-Hilfe (optional - kann entfernt werden) */
/*
.container,
.\!container,
.container-fluid {
    border: 2px solid red !important;
    position: relative !important;
}

.container::before,
.\!container::before,
.container-fluid::before {
    content: "1200px Container" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: red !important;
    color: white !important;
    padding: 2px 5px !important;
    font-size: 10px !important;
    z-index: 9999 !important;
}
*/



/* ===================================
   Top Bar
   =================================== */
.botanik-top-bar {
    background-color: #5c4b42;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0;
    font-size: 13px;
    color: #ffffff;
}

.botanik-top-bar .top-bar-content {
    display: flex;
    width:1200px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
     margin: 0 auto;
}

.botanik-top-bar .top-bar-left,
.botanik-top-bar .top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.botanik-top-bar .top-bar-left span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.botanik-top-bar .top-bar-left i {
    color: #fff;
    font-size: 12px;
}

.botanik-top-bar .top-bar-right a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.botanik-top-bar .top-bar-right a:hover,
.botanik-top-bar .top-bar-right a.active {
    color: #fff;
}

.botanik-top-bar .lang-link {
    padding: 2px 8px;
    border-radius: 3px;
}

.botanik-top-bar .lang-link.active {
    background-color: #5c4b42;
    color: white !important;
}

/* ===================================
   Header Main
   =================================== */
.botanik-header {
    background-color: #fff;
    position: relative;
    width: 100%;
    border-bottom: 5px solid #8b6c55;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.botanik-header-main {
    position: relative;
    background-color: #f8f5f0;
    padding: 10px 0;
}

.botanik-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* ===================================
   Logo
   =================================== */
.botanik-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.botanik-burger-menu {
    display: none;
}

.logo-wrapper {
    flex-shrink: 0;
}

.logo-link {
    text-decoration: none;
    display: block;
}

.logo-container {
    display: flex;
    align-items: center;
     justify-content: flex-start; /* Links ausrichten */
    margin-right: auto; /* Drückt alles andere nach rechts */
}

.logo-image {
    width: 300px;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text-small {
    font-size: 14px;
    color: #8b9d7e;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.logo-text-large {
    font-size: 28px;
    color: #5a6b4f;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
}

/* ===================================
   Search Desktop
   =================================== */
.botanik-search-desktop {
    flex: 1;
    max-width: 500px;
}

.botanik-search-wrapper {
    position: relative;
    display: inline-block; /* or block, depending on your layout */
}

.botanik-search-wrapper .form-icon {
    width: 100%;
}


.botanik-search-wrapper .form-control {
    border: none !important;
    background: transparent !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}



.botanik-search-wrapper .btn {
    background: transparent !important;
    border: none !important;
    border-left: 1px solid #e0e0e0 !important;
    color: #666 !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.botanik-search-wrapper .btn:hover {
    color: #8b9d7e !important;
    background: rgba(139, 157, 126, 0.05) !important;
}

.botanik-search-wrapper .form-clear {
    display: none !important;
}



/* ===================================
   Mobile Search
   =================================== */
.botanik-mobile-search {
    display: none;
    background-color: #e8e4db;
    padding: 10px 0;
}

.botanik-mobile-search .botanik-search-form {
    display: flex;
    background: white;
    border: 1px solid #d0cdc4;
    border-radius: 25px;
    overflow: hidden;
    height: 40px;
}

.botanik-mobile-search .botanik-search-input {
    flex: 1;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
}

.botanik-mobile-search .botanik-search-button {
    background: transparent;
    border: none;
    padding: 0 15px;
    color: #666;
    cursor: pointer;
}
/* Hauptfix für die Suche */
.botanik-search-wrapper form,
.botanik-search-desktop form {
    width: 100%;
}

.botanik-search-wrapper .input-group,
.botanik-search-form {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100%;
}

.product-attributes {
width:50% !important;
}

/* Input Feld */
.botanik-search-wrapper input[type="text"],
.botanik-search-wrapper .form-control,
.botanik-search-input {
    flex: 1;
    width:500px;
    border: 1px solid #e0e0e0 !important;
    border-radius: 25px !important;
    padding: 10px 50px 10px 20px !important; /* Rechts mehr Platz für Button */
    background-color: #f9f9f9 !important;
    font-size: 14px;
    height: 42px;
}

/* Such-Button absolut positionieren */
.botanik-search-wrapper button[type="submit"],
.botanik-search-wrapper .btn,
.botanik-search-button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #666 !important;
    padding: 0 20px !important;
    cursor: pointer;
    border-radius: 0 25px 25px 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Alternative Lösung mit Flexbox */
.botanik-search-form {
    display: flex !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 25px !important;
    overflow: hidden !important;
    background-color: #f9f9f9 !important;
    position: relative;
}

.botanik-search-form input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px 60px 10px 20px !important;
    outline: none !important;
}

.botanik-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent !important;
    border: none !important;
    border-left: 1px solid #e0e0e0 !important;
    color: #666 !important;
    padding: 0 20px !important;
    cursor: pointer;
}

/* Hover Effekte */
.botanik-search-wrapper button:hover,
.botanik-search-button:hover {
    color: #8b9d7e !important;
    background: rgba(139, 157, 126, 0.05) !important;
}

/* Focus Effekte */
.botanik-search-wrapper input:focus {
    outline: none !important;
    border-color: #8b9d7e !important;
    box-shadow: 0 0 0 2px rgba(139, 157, 126, 0.1) !important;
}

/* Für JTL Standard Form */
.form-search .input-group {
    position: relative;
}

.form-search .input-group .form-control {
    padding-right: 50px !important;
}

.form-search .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

/* ===================================
   User Menu
   =================================== */
.botanik-user-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.botanik-user-menu-desktop {
    display: flex;
    align-items: center;
    gap: 20px;
}

.botanik-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #5a6b4f;
    transition: all 0.3s ease;
    position: relative;
}

.botanik-menu-item:hover {
    color: #8b9d7e;
    text-decoration: none;
}

.botanik-menu-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.botanik-menu-item:hover .botanik-menu-icon {
    border-color: #8b9d7e;
    background-color: #f9faf8;
}

.botanik-menu-icon .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #8b9d7e;
    color: white;
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.botanik-menu-text {
    font-size: 11px;
    text-align: center;
}

/* ===================================
   Navigation
   =================================== */
.botanik-main-nav {
    background-color: #5a7247;
    width: 100%;
    box-shadow: 0 6px 20px #00000080;
}


.botanik-nav-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}


.botanik-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    justify-content: left;
}

.botanik-nav-item {
    flex: 0 1 auto;
    font-family: "Oswald" !important;
    font-size:1.3125rem;
    font-weight:200;
}

.botanik-nav-link {
    display: block;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.botanik-nav-link:hover {
    background-color: #7a8c6f;
    color: white;
    text-decoration: none;
}

/* ===================================
   Mobile Menu - Saemereien Style
   =================================== */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.show {
    display: block;
    opacity: 1;
}

.mobile-slide-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #f5f1e8;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-slide-menu.show {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e0dcd3;
}

.mobile-menu-logo {
    font-size: 20px;
    color: #5a6b4f;
    font-weight: 300;
    letter-spacing: 2px;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-list {
    padding: 20px 0;
}

.mobile-menu-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
}

.mobile-menu-item:hover {
    background: rgba(139, 157, 126, 0.1);
    text-decoration: none;
    color: #333;
}

.mobile-menu-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #d0cdc4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: white;
    font-size: 20px;
    color: #8b9d7e;
}

.mobile-menu-text {
    font-size: 16px;
    color: #333;
}

.mobile-menu-footer {
    border-top: 1px solid #e0dcd3;
    padding: 20px;
}

.mobile-menu-footer-item {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.mobile-menu-footer-item:hover {
    color: #8b9d7e;
    text-decoration: none;
}

/* ===================================
   Sticky Header
   =================================== */
#jtl-nav-wrapper {
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    z-index: 999 !important;
}

#jtl-nav-wrapper.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    animation: slideDown 0.3s ease;
}

#jtl-nav-wrapper.header-hidden {
    transform: translateY(-100%);
}

#jtl-nav-wrapper.header-sticky .botanik-header-main {
    padding: 8px 0;
}

#jtl-nav-wrapper.header-sticky .logo-image {
    width: 200px;
}

#jtl-nav-wrapper.header-sticky .botanik-menu-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
}

#jtl-nav-wrapper.header-sticky .botanik-nav-link {
    padding: 10px 15px;
}

body.header-is-sticky {
    padding-top: 180px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ===================================
   Mobile Responsive
   =================================== */
@media (max-width: 991px) {
    /* Header Structure */
    .botanik-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #f5f1e8;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .botanik-header-main {
        padding: 10px 0;
        background: transparent;
        box-shadow: none;
    }
    
    .botanik-header-content {
        gap: 10px;
        padding: 0 15px;
    }

    /* Logo center */
    .botanik-logo-wrapper {
        flex: 1;
        justify-content: center;
        order: 2;
    }
    
    .logo-image {
        width: 200px;
        height: auto;
        max-height: 60px;
    }
    
    /* Hide desktop search */
/* Botanik Search Styling - JTL kompatibel */
.botanik-search-desktop {
    flex: 1;
    max-width: 300px;
    margin: 0 30px;
}

/* Style für das Standard JTL Suchformular */
.botanik-search-desktop .form-search {
    margin: 0;
}

.botanik-search-desktop .form-icon {
    position: relative;
}

.botanik-search-desktop .input-group {
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.botanik-search-desktop .form-control {
    border: none !important;
    background: transparent !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    height: 42px;
}

.botanik-search-desktop .form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.botanik-search-desktop .input-group-append {
    margin-left: 0;
}

.botanik-search-desktop .input-group-append .btn {
    background: transparent;
    border: none;
    border-left: 1px solid #e0e0e0;
    color: #666;
    padding: 0 20px;
    height: 42px;
    border-radius: 0;
}

.botanik-search-desktop .input-group-append .btn:hover {
    color: #8b9d7e;
    background: rgba(139, 157, 126, 0.05);
}

/* Form Clear Button */
.botanik-search-desktop .form-clear {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
    z-index: 3;
}

.botanik-search-desktop .form-clear:hover {
    color: #666;
}

/* Mobile Suche anpassen */
.botanik-mobile-search form {
    margin: 0;
}

.botanik-mobile-search .input-group {
    border: 1px solid #d0cdc4;
    border-radius: 25px;
    overflow: hidden;
    background: white;
    height: 40px;
}

.botanik-mobile-search .form-control {
    border: none;
    padding: 0 15px;
    font-size: 14px;
}

.botanik-mobile-search .btn {
    background: transparent;
    border: none;
    padding: 0 15px;
    color: #666;
}
    
    /* User menu */
    .botanik-user-menu {
        order: 3;
    }
    
    .botanik-user-menu-desktop {
        display: none !important;
    }
    
    .botanik-cart .botanik-menu-icon {
        width: 30px;
        height: 30px;
        border: none;
        font-size: 20px;
        margin: 0;
        background: transparent;
    }
    
    /* Hide navigation */
    .botanik-main-nav {
        display: none !important;
    }
    
    /* Body padding */
    body {
        padding-top: 110px;
    }
    
    /* No sticky on mobile */
    #jtl-nav-wrapper.header-sticky {
        position: fixed;
    }
    
    body.header-is-sticky {
        padding-top: 110px;
    }
}

@media (max-width: 575px) {
    .botanik-header-content {
        padding: 0 10px;
    }
    
    .logo-image {
        width: 200px;
    }
    
    .botanik-burger-menu {
        margin-right: 5px;
    }
}

/* ===================================
   Utilities & Overrides
   =================================== */
.botanik-header .container-fluid,
.botanik-header .container-fluid-xl {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .botanik-header .container-fluid,
    .botanik-header .container-fluid-xl {
        padding: 0;
    }
}

/* Hide JTL defaults */
.botanik-header .navbar-nav:not(.botanik-nav-list),
.botanik-header #mainNavigation {
    display: none !important;
}

/* Form resets */
.botanik-search-wrapper form,
.botanik-search-desktop form {
    width: 100%;
}

.botanik-search-wrapper .form-group {
    margin: 0 !important;
}

/* Modal Overlay */
.bellaprint-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bellaprint-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Modal Content */
.bellaprint-modal {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.bellaprint-modal-overlay.show .bellaprint-modal {
    transform: translateY(0);
}

/* Modal Header */
.bellaprint-modal-header {
    position: relative;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
}

.bellaprint-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.bellaprint-modal-close:hover {
    background-color: #f5f5f5;
    color: #666;
}

/* Modal Body */
.bellaprint-modal-body {
    padding: 24px;
    overflow-y: auto;
    max-height: calc(90vh - 200px);
}

/* Product Info in Modal */
.bellaprint-modal-product {
    text-align: center;
}

.bellaprint-modal-product img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bellaprint-modal-product h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.bellaprint-modal-product .subtitle {
    color: #8b9d7e;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Action Buttons */
.bellaprint-modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
}

.bellaprint-modal-btn {
    padding: 14px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
}

.bellaprint-modal-btn-primary {
    background-color: #f0c000;
    color: #333;
    border-color: #f0c000;
}

.bellaprint-modal-btn-primary:hover {
    background-color: #e0b000;
    border-color: #e0b000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 192, 0, 0.3);
}

.bellaprint-modal-btn-secondary {
    background-color: transparent;
    color: #8b9d7e;
    border-color: #8b9d7e;
}

.bellaprint-modal-btn-secondary:hover {
    background-color: #8b9d7e;
    color: white;
}

/* Shipping Info */
.bellaprint-modal-shipping {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding: 12px;
    background-color: #f8f9f7;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
}

.bellaprint-modal-shipping i {
    color: #8b9d7e;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .bellaprint-modal {
        width: 95%;
        margin: 10px;
    }
    
    .bellaprint-modal-actions {
        grid-template-columns: 1fr;
    }
    
    .bellaprint-modal-body {
        padding: 16px;
    }
}
/* ===================================
   Sticky Produktbild für Kalender
   =================================== */

/* Hauptcontainer für Produktdetails - Flexbox Layout */
.product-detail-main,
.row.product-details {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* Entferne die min-height die den Abstand verursacht */
.col-12.col-lg-6:last-child,
.product-info-col {
    position: relative;
    min-height: auto !important; /* War vorher 100vh - das war das Problem! */
}

/* Bessere Lösung für Sticky */
#gallery_wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    z-index: 1000;
    /* Wichtig: Keine height setzen! */
}

/* Stelle sicher dass die Spalten richtig ausgerichtet sind */
.product-detail-main,
.row.product-details,
.productbox-info.row {
    display: flex;
    align-items: flex-start; /* Oben ausrichten */
    gap: 30px;
}

/* Linke Spalte (Bild) */
.col-12.col-lg-6:first-child,
.productbox-info .col-lg-6:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    align-self: flex-start;
    height: fit-content; /* Nur so hoch wie der Inhalt */
}

/* Rechte Spalte (Info) */
.col-12.col-lg-6:last-child,
.productbox-info .col-lg-6:last-child {
    flex: 1;
    /* Kein min-height! */
}

/* Beschreibung Container Fix */
.product-description,
.desc-wrapper,
.tab-content {
    margin-top: 20px; /* Normaler Abstand */
}

/* Mobile Reset */
@media (max-width: 991px) {
    .col-12.col-lg-6:first-child,
    .productbox-info .col-lg-6:first-child,
    #gallery_wrapper {
        position: relative !important;
        top: auto !important;
    }
    
    .productbox-info.row {
        display: block;
    }
}
/* CSS für das JTL Grid Layout */

.hero-grid-container {
    padding: 0px 0;
}

/* Hero Card Styling */
.hero-card {
    height: 100%;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.hero-image,
.hero-image-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 40px 30px 30px;
    color: white;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Feature Cards */
.feature-card {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.feature-card-large {
    min-height: 200px;
}

.feature-card:not(.feature-card-large) {
    min-height: 180px;
}

.feature-image {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    padding: 20px 15px 15px;
    color: white;
}

.feature-title {
    margin: 0;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.feature-card-large .feature-title {
    font-size: 1.4rem;
}

.feature-card:not(.feature-card-large) .feature-title {
    font-size: 1.1rem;
}

/* Hover Effects */
.hero-card:hover .hero-image img,
.feature-card:hover .feature-image img {
    transform: scale(1.05);
}

.hero-link,
.feature-card a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Bootstrap 5 Utilities Fallback */
.object-cover {
    object-fit: cover !important;
}

.hero-overlay-gradient {
    background: linear-gradient(transparent, rgba(0,0,0,0.7)) !important;
}

/* Responsive Anpassungen */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-overlay {
        padding: 30px 20px 20px;
    }
    
    .feature-overlay {
        padding: 15px 12px 12px;
    }
}

@media (max-width: 768px) {
    .bellaprint-homepage-grid {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0px !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
    
    .bp-hero-container {
        max-width: 100% !important;
        padding: 0 !important;
        flex-direction: column !important;
    }
}

@media (max-width: 768px) {
    .hero-card {
        min-height: 300px;
        margin-bottom: 20px;
    }
    
    .feature-card-large {
        min-height: 150px;
    }
    
    .feature-card:not(.feature-card-large) {
        min-height: 120px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .feature-title {
        font-size: 1rem;
    }
    
    .feature-card-large .feature-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .hero-overlay {
        padding: 20px 15px 15px;
    }
    
    .feature-overlay {
        padding: 10px;
    }
    
    .feature-title {
        font-size: 0.9rem;
    }
}

/* Grid Height Management */
.hero-main {
    min-height: 400px;
}

.feature-top {
    min-height: 200px;
}

@media (min-width: 992px) {
    .hero-grid-container .row {
        min-height: 400px;
    }
    
    .hero-grid-container .row > .col-lg-6:last-child .row {
        height: 100%;
    }
    
    .feature-top {
        flex: 1;
    }
}

/* Card Border Radius Override */
.hero-card.card,
.feature-card.card {
    border-radius: 12px !important;
}

.feature-card:not(.feature-card-large).card {
    border-radius: 8px !important;
}

/* Shadow Effects */
.hero-card,
.feature-card {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hero-card:hover,
.feature-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Text Styling */
.hero-text,
.card-img-overlay .hero-text {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.card-title.text-white,
.feature-title {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

 .bellaprint-homepage-grid {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 0;
        overflow-x: hidden;
    }
    
    /* Hero Grid Section */
    .bp-hero-section {
        padding: 0px;
        background: #f8f9f7;
    }
    
    .bp-hero-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        gap: 10px;
        min-height: 400px;
    }
    
    .bp-hero-main {
        flex: 1;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .bp-hero-main:hover {
        transform: translateY(0px);
    }
    
    .bp-hero-features {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .bp-feature-top {
        height: 200px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .bp-feature-top:hover {
        transform: translateY(0px);
    }
    
    .bp-feature-bottom {
        display: flex;
        gap: 10px;
        flex: 1;
    }
    
    .bp-feature-item {
        flex: 1;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .bp-feature-item:hover {
        transform: translateY(0px);
    }
    
    /* Bilder */
    .bp-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .bp-hero-main:hover .bp-image,
    .bp-feature-top:hover .bp-image,
    .bp-feature-item:hover .bp-image {
        transform: scale(1.05);
    }
    
    /* Text Overlays */
    .bp-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        color: white;
        padding: 30px 25px 25px;
    }
    
    .bp-feature-item .bp-overlay {
        padding: 20px 15px 15px;
    }
    
    .bp-title-main {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }
    
    .bp-subtitle {
        font-size: 1.1rem;
        opacity: 0.9;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    
    .bp-title-feature {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    
    .bp-title-small {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    
    /* Links */
    .bp-link {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
    }
    
    /* Produktslider Sektion */
    .bp-products-section {
        padding: 60px 20px;
        background: white;
        text-align: center;
    }
    
    .bp-products-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: left !important;
    }
    
    .bp-section-title {
        font-size: 2.5rem;
        color: #333;
        margin-bottom: 40px;
        font-weight: 300;
    }
    
    .bp-products-grid {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 20px 0;
        justify-content: start !important;

    }
    
.bp-product-card {
    flex: 0 0 280px !important; /* Feste Breite */
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    text-align: left;
    height: auto !important; /* Automatische Höhe */
}
    
    .bp-product-card:hover {
        transform: translateY(-5px);
    }
    
    .bp-product-image
     {
        height: 400px !important;
        overflow: hidden;
    }
    
    .bp-product-info {
        padding: 20px;
    }
    
    .bp-product-name {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
    }
    
    .bp-product-price {
        font-size: 1.2rem;
        font-weight: bold;
        color: #8b9d7e;
    }
    
    .bp-view-all {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
        padding: 12px 30px;
        background: transparent;
        border: 2px solid #8b9d7e;
        color: #8b9d7e;
        text-decoration: none;
        border-radius: 25px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .bp-view-all:hover {
        background: #8b9d7e;
        color: white;
        text-decoration: none;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
        .bp-hero-container {
            flex-direction: column;
            gap: 15px;
        }
        
        .bp-feature-bottom {
            flex-direction: column;
            gap: 10px;
        }
        
        .bp-feature-item {
            height: 120px;
        }
        
        .bp-title-main {
            font-size: 1.8rem;
        }
        
        .bp-overlay {
            padding: 20px 15px 15px;
        }
        
        .bp-section-title {
            font-size: 2rem;
        }
        
        .bp-products-grid {
            gap: 15px;
        }
        
        .bp-product-card {
            flex: 0 0 200px;
        }
    }
    
    @media (max-width: 576px) {
        .bp-hero-section,
        .bp-products-section {
            padding: 15px;
            text-align: left !important;
        }
        
        .bp-title-main {
            font-size: 1.5rem;
        }
        
        .bp-section-title {
            font-size: 1.8rem;
        }
        
        .bp-product-card {
            flex: 0 0 180px;
        }
    }
    
 
/* OPC CSS-Klassen für Hintergründe und Styling */

/* ===================================
   Basis Container-Klassen
   =================================== */

/* Hero Section Hintergrund (wie im Screenshot) */
.bp-hero-section,
.opc-hero-bg {
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    padding: 20px 0px !important;
    min-height: 400px !important;
}

/* Produktslider Hintergrund */
.bp-products-section,
.opc-products-bg {
    background: white !important;
    padding: 60px 20px !important;
}

/* Alternativ: Heller Hintergrund */
.opc-light-bg {
    background: #f8f9f7 !important;
    padding: 40px 20px !important;
}

/* ===================================
   Card/Container Styling
   =================================== */

.bp-hero-card,
.bp-feature-card,
.opc-hero-card,
.bellaprint-homepage-grid > * {
    overflow: hidden !important; /* Verhindert interne Scrollbalken */
    position: relative !important;
}

/* Hero Card Style (für OPC Container) */
.bp-hero-card,
.opc-hero-card {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    background: white !important;
}

.bp-hero-card:hover,
.opc-hero-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

/* Feature Card Style */
.bp-feature-card,
.opc-feature-card {
    position: relative !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    background: white !important;
    height: 100% !important;
}

/* ===================================
   Overlay Styling
   =================================== */

/* Text Overlay (für Bilder mit Text) */
.bp-overlay,
.opc-text-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(transparent, rgba(0,0,0,0.7)) !important;
    color: white !important;
    padding: 30px 25px 25px !important;
}

/* Titel Styling */
.bp-title-main,
.opc-title-main {
    font-size: 2.2rem !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
    color: white !important;
}

.bp-title-feature,
.opc-title-feature {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
    color: white !important;
}

/* ===================================
   Spezielle Hintergründe
   =================================== */

/* Gradient Hintergründe */
.opc-bg-gradient-green {
    background: linear-gradient(135deg, #8b9d7e 0%, #a8b899 100%) !important;
    color: white !important;
}

.opc-bg-gradient-blue {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

.opc-bg-gradient-orange {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
}

/* Matte Hintergründe */
.opc-bg-matte-green {
    background: #8b9d7e !important;
    color: white !important;
}

.opc-bg-matte-grey {
    background: #6c757d !important;
    color: white !important;
}

/* ===================================
   Button Styling
   =================================== */

.bp-view-all,
.opc-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 30px !important;
    background: transparent !important;
    border: 2px solid #8b9d7e !important;
    color: #8b9d7e !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.bp-view-all:hover,
.opc-btn-primary:hover {
    background: #8b9d7e !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
}

/* ===================================
   Responsive Container
   =================================== */

.bp-hero-container,
.opc-responsive-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* ===================================
   Verwendung in OPC
   =================================== */

/* Container CSS-Klasse hinzufügen: */
.your-opc-container {
    /* Kombinieren Sie die Klassen: */
}

/* Beispiel für Vollbreite Hero */
.opc-fullwidth-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    padding: 60px 20px !important;
}

/* Beispiel für Card Grid */
.opc-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 5px !important;
    padding: 20px !important;
}

.opc-card-grid > * {
    background: white !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
}

.opc-card-grid > *:hover {
    transform: translateY(-5px) !important;
}

/* Vollbreite Hintergrund mit Container-Inhalt */

/* ===================================
   Vollbreite Hintergrund, Container Inhalt
   =================================== */

/* Basis-Klasse für Vollbreite-Hintergrund */
.opc-fullwidth-bg {
    /* Vollbreite Hintergrund */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    
    /* Hintergrund-Styling */
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    padding: 60px 0 !important; /* Nur oben/unten Padding */
    
    /* Inhalt zentrieren */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Container für den Inhalt */
.opc-fullwidth-bg .opc-content-container {
    max-width: 1200px !important;
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
}

/* ===================================
   Verschiedene Hintergrund-Varianten
   =================================== */

/* Grauer Gradient Hintergrund */
.opc-fullwidth-bg-grey {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%) !important;
    padding: 60px 0 !important;
}

/* Grüner Hintergrund */
.opc-fullwidth-bg-green {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: linear-gradient(135deg, #8b9d7e 0%, #a8b899 100%) !important;
    padding: 60px 0 !important;
    color: white !important;
}

/* Weißer Hintergrund */
.opc-fullwidth-bg-white {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: white !important;
    padding: 60px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* ===================================
   Alternative: Pseudo-Element Methode
   =================================== */

/* Container behält normale Breite */
.opc-bg-stretch {
    position: relative !important;
    /* Normaler Container bleibt */
}

/* Hintergrund via ::before */
.opc-bg-stretch::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    right: 50% !important;
    bottom: 0 !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    width: 100vw !important;
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    z-index: -1 !important;
}

/* ===================================
   Verwendung mit OPC Grid
   =================================== */

/* Für Hero-Bereiche */
.opc-hero-fullwidth {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    padding: 80px 0 !important;
}

.opc-hero-fullwidth .hero-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

/* Für Produktbereiche */
.opc-products-fullwidth {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: white !important;
    padding: 80px 0 !important;
}

.opc-products-fullwidth .products-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    text-align: center !important;
}

/* ===================================
   Responsive Anpassungen
   =================================== */

@media (max-width: 768px) {
    .opc-fullwidth-bg,
    .opc-fullwidth-bg-grey,
    .opc-fullwidth-bg-green,
    .opc-fullwidth-bg-white {
        padding: 40px 0 !important;
    }
    
    .opc-fullwidth-bg .opc-content-container {
        padding: 0 15px !important;
    }
    
    .opc-hero-fullwidth .hero-content {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px !important;
    }
}

/* ===================================
   Spezielle Utility-Klassen
   =================================== */

/* Nur für den äußeren Container */
.break-out-of-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* Inhalt wieder zentrieren */
.center-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Kombination beider */
.fullwidth-section {
    /* Äußerer Container */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    
    /* Styling */
    background: linear-gradient(135deg, #f8f9f7 0%, #e9ecef 100%) !important;
    padding: 60px 0 !important;
}

.fullwidth-section > .container,
.fullwidth-section > .content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 0px !important;
}
/* Interne Scrollbalken in Kacheln entfernen */

/* ===================================
   Scrollbalken in Cards/Kacheln Fix
   =================================== */

/* Alle Card-Container */
.bp-hero-card,
.bp-feature-card,
.opc-hero-card,
.bellaprint-homepage-grid > * {
    overflow: hidden !important; /* Verhindert interne Scrollbalken */
    position: relative !important;
}

/* Hero Images - Größe begrenzen */
.bp-image,
.bp-hero-image,
.feature-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Image Wrapper - Größe kontrollieren */
.bp-image-wrapper,
.hero-image-wrapper {
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

/* ===================================
   Container Height Fixes
   =================================== */

/* Hero Main Container */
.bp-hero-main {
    height: 400px !important;
    max-height: 400px !important;
    overflow: hidden !important;
}

/* Feature Cards */
.bp-feature-top {
    height: 200px !important;
    max-height: 200px !important;
    overflow: hidden !important;
}

.bp-feature-item {
    height: 180px !important;
    max-height: 180px !important;
    overflow: hidden !important;
}

/* ===================================
   Mobile Height Anpassungen
   =================================== */

@media (max-width: 768px) {
    .bp-hero-main {
        height: 250px !important;
        max-height: 250px !important;
    }
    
    .bp-feature-top {
        height: 150px !important;
        max-height: 150px !important;
    }
    
    .bp-feature-item {
        height: 120px !important;
        max-height: 120px !important;
    }
}

/* ===================================
   Content Overflow Fixes
   =================================== */

/* Text Overlays */
.bp-overlay {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Titel begrenzen */
.bp-title-main,
.bp-title-feature,
.bp-title-small {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
}

/* Mehrzeilige Titel (alternative) */
.bp-title-multiline {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ===================================
   Flexbox Container Fixes
   =================================== */

/* Hero Container */
.bp-hero-container {
    overflow: hidden !important;
    height: auto !important;
    min-height: 400px !important;
    max-height: none !important;
}

/* Feature Container */
.bp-hero-features {
    overflow: hidden !important;
    height: 400px !important;
    max-height: 400px !important;
}

/* Bottom Feature Container */
.bp-feature-bottom {
    overflow: hidden !important;
    height: 180px !important;
    max-height: 180px !important;
}

/* ===================================
   Spezifische Element Fixes
   =================================== */

/* Links in Cards */
.bp-link {
    overflow: hidden !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

/* Bilder in Links */
.bp-link img {
    overflow: hidden !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* ===================================
   CSS Grid Alternative (falls Flexbox Probleme macht)
   =================================== */

/* Grid statt Flex für bessere Kontrolle */
.bp-hero-container-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 400px !important;
    gap: 5px !important;
    overflow: hidden !important;
    height: 400px !important;
}

.bp-hero-features-grid {
    display: grid !important;
    grid-template-rows: 200px 180px !important;
    gap: 5px !important;
    overflow: hidden !important;
}

.bp-feature-bottom-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 5px !important;
    overflow: hidden !important;
    height: 180px !important;
}

/* ===================================
   Debug: Scrollbar-Ursachen finden
   =================================== */

/* Temporär hinzufügen um Probleme zu finden */
.debug-scroll * {
    outline: 1px solid red !important;
}

.debug-scroll *::-webkit-scrollbar {
    background: blue !important;
    width: 10px !important;
}

/* Elemente mit overflow: auto/scroll finden */
.debug-scroll [style*="overflow: auto"],
.debug-scroll [style*="overflow: scroll"] {
    outline: 3px solid green !important;
}

/* ===================================
   Universal Fix für alle Cards
   =================================== */

/* Alle Card-ähnlichen Elemente */
[class*="card"],
[class*="hero"],
[class*="feature"],
.bp-hero-main,
.bp-feature-top,
.bp-feature-item {
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Alle Bilder in Cards */
[class*="card"] img,
[class*="hero"] img,
[class*="feature"] img {
    overflow: hidden !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* ===================================
   Webkit Scrollbar komplett verstecken
   =================================== */

/* Scrollbars in Cards verstecken */
.bp-hero-card::-webkit-scrollbar,
.bp-feature-card::-webkit-scrollbar,
.bellaprint-homepage-grid::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Firefox Scrollbar verstecken */
.bp-hero-card,
.bp-feature-card,
.bellaprint-homepage-grid {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
/* Mobile Menu Divider */
.mobile-menu-divider {
    height: 1px;
    background-color: #e0dcd3;
    margin: 15px 20px;
}

/* ===================================
   Vorhandenes Menü als Slide-Menu nutzen
   =================================== */

@media (max-width: 991px) {
    /* Navigation Container als Slide-Menu */
    .botanik-main-nav {
        position: fixed !important;
        top: 0 !important;
        left: -300px !important; /* Versteckt links */
        width: 300px !important;
        height: 100% !important;
        background: #f5f1e8 !important;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1) !important;
        transition: left 0.3s ease !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
    }
    
    /* Wenn Menü geöffnet ist */
    .botanik-main-nav.show {
        left: 0 !important;
    }
    
    /* Mobile Nav Toggle ausblenden */
    .mobile-nav-toggle {
        display: none !important;
    }
    
    /* Navigation Content anpassen */
    .botanik-nav-content {
        padding: 0 !important;
        max-width: 100% !important;
    }
    
    /* Nav Liste für Mobile anpassen */
    .botanik-nav-list {
        display: block !important; /* Immer sichtbar im Slide-Menu */
        flex-direction: column !important;
        gap: 0 !important;
        padding: 20px 0 !important;
    }
    
    /* Nav Items vertikal */
    .botanik-nav-item {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    }
    
    /* Nav Links anpassen */
    .botanik-nav-link {
        display: flex !important;
        align-items: center !important;
        padding: 15px 20px !important;
        color: #333 !important;
        background: transparent !important;
        font-size: 16px !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
    }
    
    .botanik-nav-link:hover {
        background: rgba(139, 157, 126, 0.1) !important;
        color: #333 !important;
        padding-left: 25px !important;
    }
    
    /* Icons vor Menüpunkten hinzufügen */
    .botanik-nav-link::before {
        content: '\f07b'; /* Folder Icon */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 15px;
        color: #8b9d7e;
        font-size: 18px;
    }
    
    /* Spezifische Icons */
    .botanik-nav-link[href*="zimmerpflanzen"]::before,
    .botanik-nav-link[href*="Zimmerpflanzen"]::before {
        content: '\f06c'; /* Leaf Icon */
    }
    
    .botanik-nav-link[href*="saemereien"]::before,
    .botanik-nav-link[href*="Saemereien"]::before {
        content: '\f4d8'; /* Seedling Icon */
    }
    
    .botanik-nav-link[href*="gartenplanung"]::before,
    .botanik-nav-link[href*="Gartenplanung"]::before {
        content: '\f568'; /* Drafting Compass Icon */
    }
    
    .botanik-nav-link[href*="kalender"]::before,
    .botanik-nav-link[href*="Kalender"]::before {
        content: '\f133'; /* Calendar Icon */
    }
    
    /* Header für Slide-Menu hinzufügen */
    .botanik-main-nav::before {
        content: 'BOTANIK';
        display: block;
        padding: 20px;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 2px;
        color: #5a6b4f;
        border-bottom: 1px solid #e0dcd3;
        background: white;
    }
    
    /* Close Button hinzufügen */
    .botanik-main-nav::after {
        content: '\f00d'; /* X Icon */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Overlay */
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    /* Overlay wenn Menü offen */
    body.mobile-menu-open::before {
        opacity: 1;
        visibility: visible;
    }
    
    /* Body scroll verhindern */
    body.mobile-menu-open {
        overflow: hidden !important;
    }
    
    /* Mobile Suche unter dem Header positionieren */
    .botanik-mobile-search {
        position: relative !important;
        display: block !important;
        padding: 10px 15px !important;
        background: #f5f1e8 !important;
    }
}

/* Extra Sicherheit für Hamburger Button */
@media (max-width: 991px) {
    .botanik-burger-menu {
        z-index: 10000 !important;
    }
    
}
 #checkout {
   padding-top:30px;
   }
.product-gallery {
    z-index: 998 !important;
}
.lightbox,
.modal,
.product-lightbox,
.image-modal {
    z-index: 9999 !important;
    position: fixed !important;
}

#opc-startmenu {
z-index:2000;
}
.estimated-delivery {
    visibility: hidden;
}


/* EINFACHE FOOTER BILDER NEBENEINANDER */

.payment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.payment-list li {
    margin: 0;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 5px;
    flex: 1;
    text-align: center;
}

.payment-list li img {
    max-width: 100%;
    height: 35px;
    object-fit: contain;
}

.payment-list li:hover {
    background: #e0e0e0;
}

/* Mobile */
@media (max-width: 400px) {
    .payment-list li {
        flex: 0 1 calc(50% - 10px); /* Nur 2 pro Zeile */
    }
}
@media (max-width: 767.98px) {
  .container-fluid-xl.fixed-search {
    display: none !important;
  }
}
#copyright {
  display: none;
}


