/*
 * DOTALES Theme — custom.css
 * Phase 2.2 — Header Brand Modernisierung (konsolidiert Phase 2.1)
 *
 * Scope: Nur header, #jtl-nav-wrapper, #header-top-bar, #shop-nav.
 * Kein Eingriff in Checkout, PDP oder globale Bootstrap-Klassen.
 *
 * Specificity-Konvention:
 *   Regeln werden nach dotales.css geladen (Minify-Reihenfolge).
 *   Bei gleicher Spezifität gewinnen die späteren Regeln dieser Datei.
 *   !important wird nur dort eingesetzt, wo Bootstrap-InputGroup-Regeln
 *   eine strukturell höhere Spezifität erzwingen (Suchfeld-Bereich).
 * -----------------------------------------------------------------------
 */


/* =================================================================
 * 1. TRUSTBAR / TOPBAR
 *    #header-top-bar — wird als strategische USP-Leiste eingesetzt.
 *    Nur sichtbar auf Desktop (NOVA: d-lg-flex).
 * ================================================================= */

#header-top-bar {
    background-color: #f7f4f0;
    border-bottom: 1px solid #e2dbd4;
    font-size: 0.8125rem;
}

#header-top-bar .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #6b6b6b;
    letter-spacing: 0.02em;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

/* Trustbar-Hinweis (JTL: {lang key='topbarNote'} → #topbarNote)
   Wenn dieser Key im Shop befüllt ist, erscheint er zentriert prominent. */
#topbarNote {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.04em;
    text-align: center;
}

/* Trennstriche im Topbar: dezenter */
#header-top-bar .nav-dividers .nav-item:not(:last-child)::after {
    opacity: 0.25;
}

/* Hover: dunkel statt NOVA-Gelb */
#header-top-bar a:not(.dropdown-item):not(.btn):hover,
#header-top-bar a:not(.dropdown-item):not(.btn):focus {
    color: #1a1a1a;
    text-decoration: none;
}


/* =================================================================
 * 2. HEADER-CONTAINER
 *    Kein sichtbarer Shadow — nur eine dezente warme Linie.
 *    Progressive Enhancement: Frosted-Glass wenn sticky.
 * ================================================================= */

header#jtl-nav-wrapper {
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #f0ebe4;
    /* Sanfter Übergang beim Sticky-Übergang */
    transition: background-color 0.25s ease,
                border-color 0.25s ease,
                backdrop-filter 0.25s ease;
}

/* Frosted-Glass bei sticky — Progressive Enhancement.
   Fallback: weißer Hintergrund (bereits oben gesetzt). */
@supports (backdrop-filter: blur(12px)) {
    header.sticky-top {
        background-color: rgba(255, 255, 255, 0.88);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom-color: rgba(240, 235, 228, 0.7);
    }
}


/* =================================================================
 * 3. LOGO / BRAND-PLATZIERUNG
 * ================================================================= */

header .navbar-brand {
    padding: 0.5rem 0.25rem;
    /* Mehr Luft zwischen Logo und Navigation */
    margin-right: 2rem;
    /* Sanfter Opacity-Hover statt abruptem Farbwechsel */
    transition: opacity 0.2s ease;
}

header .navbar-brand:hover {
    opacity: 0.75;
}

/* Desktop: Logo etwas größer als NOVA-Standard (3.0625rem) */
@media (min-width: 992px) {
    header .navbar-brand img {
        height: 3.5rem;
    }
}

/* Mobile: Logo kompakt, scharf ausgerichtet */
@media (max-width: 991.98px) {
    header .navbar-brand img {
        height: 2rem;
    }
}


/* =================================================================
 * 4. NAVIGATION — Desktop (ab 992px)
 * ================================================================= */

@media (min-width: 992px) {

    /* Navbar-Höhe: großzügiger als NOVA (4.3125rem → 5rem) */
    header .navbar-collapse {
        height: 5rem;
        align-items: center;
    }

    /* Nav-Links: Poppins, geringer Abstand, elegantes Tracking */
    header .navbar-nav > .nav-item > .nav-link {
        font-family: 'Poppins', sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        padding-left: 1.125rem;
        padding-right: 1.125rem;
        /* Inaktive Items leicht ausgeblendet — D2C Premium-Stil */
        color: rgba(26, 26, 26, 0.55);
        transition: color 0.2s ease;
    }

    /* NOVAs gelbes ::before vollständig entfernen.
       Ersetzt durch Farb-Fade (Shopify-/Arc-Stil). */
    header .navbar-nav > .nav-item > .nav-link::before {
        content: none;
    }

    /* Active & Hover: vollständige Sichtbarkeit */
    header .navbar-nav > .nav-item.active > .nav-link,
    header .navbar-nav > .nav-item:hover > .nav-link,
    header .navbar-nav > .nav-item.hover > .nav-link,
    header .navbar-nav > .nav-item:focus-within > .nav-link {
        color: #1a1a1a;
    }

    /* Icons-Leiste rechts: konsistente Vertical-Ausrichtung */
    header .nav-right .nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

}


/* =================================================================
 * 5. ALLGEMEINE HEADER-LINK-HOVER-FARBE
 *    Überschreibt NOVAs hardcoded #f8bf00 auf allen Header-Links.
 *    Gleicher Selektor wie in dotales.css — spätere Position gewinnt.
 * ================================================================= */

#header-top-bar a:not(.dropdown-item):not(.btn):hover,
header a:not(.dropdown-item):not(.btn):hover,
header a:not(.dropdown-item):not(.btn):focus {
    color: #6b6b6b;
    text-decoration: none;
}


/* =================================================================
 * 6. SUCHFELD — D2C Pill-Design
 *
 *    Struktur aus search_form.tpl:
 *      .search-wrapper
 *        form.main-search
 *          .input-group
 *            input.form-control.ac_input
 *            .input-group-append
 *              button.btn.btn-secondary
 *            span.form-clear
 *
 *    !important: Bootstrap-4-InputGroup-Regeln erzwingen höhere
 *    Spezifität für border-radius/background auf form-control.
 *    Begründeter Einsatz, eng auf .search-wrapper begrenzt.
 * ================================================================= */

/* Pill-Container: warmer Hintergrund, runde Kanten */
header .search-wrapper .input-group {
    background-color: #f7f4f0;
    border: 1px solid #e2dbd4;
    border-radius: 2rem;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus-Indikator am Container, nicht am Input */
header .search-wrapper .input-group:focus-within {
    border-color: rgba(26, 26, 26, 0.5);
    box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.06);
}

/* Input: transparent, kein Border, kein Focus-Shadow */
header .search-wrapper .form-control,
header .search-wrapper .form-control:not(:last-child),
header .search-wrapper .form-control:focus {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1a1a1a;
    padding-left: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}

header .search-wrapper .form-control::placeholder {
    color: #9b9b9b;
    font-weight: 400;
}

/* Submit-Button: transparent, kein grauer NOVA-Hintergrund */
header .search-wrapper .btn-secondary,
header .search-wrapper .input-group-append .btn,
header .search-wrapper .btn-secondary:hover,
header .search-wrapper .btn-secondary:focus,
header .search-wrapper .btn-secondary:active,
header .search-wrapper .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #9b9b9b;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: color 0.2s ease;
}

header .search-wrapper .btn-secondary:hover,
header .search-wrapper .input-group-append .btn:hover {
    color: #1a1a1a !important;
    background-color: transparent !important;
}

/* Clear-Button (X): Position angepasst für Pill */
header .form-clear {
    color: #9b9b9b;
    right: 3rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

header .form-clear:hover {
    color: #1a1a1a;
}

/* Mobile Suchzeile unter Header: gleiche Pill-Behandlung */
.search-form-wrapper-fixed .input-group,
.fixed-search .input-group {
    background-color: #f7f4f0;
    border: 1px solid #e2dbd4;
    border-radius: 2rem;
    overflow: hidden;
}

.search-form-wrapper-fixed .form-control,
.search-form-wrapper-fixed .form-control:focus,
.fixed-search .form-control,
.fixed-search .form-control:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #1a1a1a;
    padding-left: 1.25rem;
}

.search-form-wrapper-fixed .btn-secondary,
.fixed-search .btn-secondary {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #9b9b9b !important;
    box-shadow: none !important;
}


/* =================================================================
 * 7. SHOP-ICONS (Warenkorb, Account, Wishlist, Vergleich)
 * ================================================================= */

#shop-nav .nav-link {
    color: #1a1a1a;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    transition: color 0.2s ease;
    font-size: 1rem;
    line-height: 1;
}

#shop-nav .nav-link:hover,
#shop-nav .nav-link:focus {
    color: #6b6b6b;
}

/* Warenkorb-Badge: Schwarz statt NOVA-Gelb, kleiner & rund */
#shop-nav .badge {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    min-width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 0.2rem;
    border-radius: 0.55rem;
    letter-spacing: 0;
}


/* =================================================================
 * 8. DROPDOWN-MENÜS
 * ================================================================= */

header .dropdown-menu {
    border: 1px solid #f0ebe4;
    border-radius: 0.375rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    color: #1a1a1a;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

header .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #1a1a1a;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: background-color 0.15s ease;
}

header .dropdown-item:hover,
header .dropdown-item:focus {
    background-color: #f7f4f0;
    color: #1a1a1a;
}

header .dropdown-item:active {
    background-color: #e8ddd0;
    color: #1a1a1a;
}


/* =================================================================
 * 9. MEGAMENÜ / SUBMENU-ÜBERSCHRIFTEN (Desktop)
 * ================================================================= */

@media (min-width: 992px) {

    header .submenu-headline-toplevel {
        font-family: 'Poppins', sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #6b6b6b;
        border-bottom-color: #f0ebe4;
        margin-bottom: 0.625rem;
        padding-bottom: 0.625rem;
    }

    header .submenu-headline {
        font-family: 'Poppins', sans-serif;
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
    }

    /* Dropdown-Kategorie-Links im Megamenü */
    header .navbar-nav .dropdown-menu .nav-link {
        font-family: 'Poppins', sans-serif;
        font-size: 0.875rem;
        color: rgba(26, 26, 26, 0.7);
        padding: 0.25rem 0;
        transition: color 0.15s ease;
    }

    header .navbar-nav .dropdown-menu .nav-link:hover {
        color: #1a1a1a;
    }

}


/* =================================================================
 * 10. STICKY SEARCH BAR (erscheint beim Hochscrollen, Mobile)
 * ================================================================= */

.fixed-search {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid #f0ebe4;
}


/* =================================================================
 * 11. MOBILE NAVIGATION (max 991.98px)
 * ================================================================= */

@media (max-width: 991.98px) {

    /* Mobile Header-Icon-Zeile: größere Touch-Zone */
    .nav-icons {
        height: 3.5rem;
        align-items: center;
    }

    /* Hamburger: großer Touch-Bereich, kein störender Rahmen */
    header .navbar-toggler {
        color: #1a1a1a;
        border-color: transparent;
        padding: 0.75rem;
        font-size: 1.125rem;
        line-height: 1;
    }

    /* Suchzeile direkt unter Header */
    .search-form-wrapper-fixed {
        background-color: #ffffff;
        border-bottom: 1px solid #f0ebe4;
        padding: 0.625rem 1rem;
    }

    /* Offcanvas-Menü: sauber, viel Luft, dezenter Shadow */
    header .navbar-collapse {
        background: #ffffff;
        border-right: 1px solid #f0ebe4;
        box-shadow: 6px 0 28px rgba(0, 0, 0, 0.07);
    }

    /* Mobile Menü-Header-Zeile (Zurück-Button, Titel) */
    header .nav-mobile-header > .row {
        height: 3.5rem;
    }

    /* Nav-Items: saubere Trennlinien */
    header .navbar-nav > .nav-item {
        border-bottom: 1px solid #f7f4f0;
    }

    header .navbar-nav > .nav-item:last-child {
        border-bottom: none;
    }

    /* Mobile Nav-Links: Poppins, dunkel, großzügige Touch-Zone */
    header .navbar-nav .nav-link {
        font-family: 'Poppins', sans-serif;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #1a1a1a;
        letter-spacing: 0.01em;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /* Pfeil-Icon rechts in Mobile Nav-Links */
    header .navbar-nav .nav-link::after {
        color: rgba(26, 26, 26, 0.35);
        font-size: 0.625em;
    }

    /* Mobile Unter-Navigation: leicht abgedunkelt */
    header .navbar-nav .dropdown-menu .nav-link,
    header .navbar-nav .dropdown-menu .dropdown-item {
        font-family: 'Poppins', sans-serif;
        font-size: 0.875rem;
        color: rgba(26, 26, 26, 0.65);
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    header .navbar-nav .dropdown-menu .nav-link:hover,
    header .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #1a1a1a;
        background-color: #f7f4f0;
    }

    /* Konto-Dropdown innerhalb Offcanvas: volle Breite */
    header .nav-right .dropdown-menu {
        width: 100%;
    }

}

@media (max-width: 767.98px) {

    header#jtl-nav-wrapper {
        border-bottom-color: #f4efe9;
    }

    .nav-icons {
        height: 3rem;
    }

    header .navbar-brand {
        padding: 0.3125rem 0.125rem;
        margin-right: 0.75rem;
    }

    header .navbar-brand img {
        height: 1.625rem;
    }

    header .navbar-toggler {
        padding: 0.5rem 0.625rem;
        font-size: 1rem;
    }

    #shop-nav .nav-link {
        padding-left: 0.4375rem;
        padding-right: 0.4375rem;
        font-size: 0.9375rem;
    }

    .search-form-wrapper-fixed {
        padding: 0.375rem 0.75rem;
        border-bottom-color: #f4efe9;
    }

    .search-form-wrapper-fixed .input-group,
    .fixed-search .input-group {
        min-height: 2.75rem;
        border-radius: 1.5rem;
    }

    .search-form-wrapper-fixed .form-control,
    .search-form-wrapper-fixed .form-control:focus,
    .fixed-search .form-control,
    .fixed-search .form-control:focus {
        min-height: 2.625rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.2;
    }

    .search-form-wrapper-fixed .btn-secondary,
    .fixed-search .btn-secondary {
        min-height: 2.625rem;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        font-size: 0.875rem;
    }

    .search-form-wrapper-fixed .form-control::placeholder,
    .fixed-search .form-control::placeholder {
        font-size: 0.875rem;
    }

    #content-wrapper {
        padding-top: 2rem;
    }

    .breadcrumb-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .breadcrumb-wrapper {
        margin-bottom: 0.75rem;
    }

    .breadcrumb {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 0.75rem;
        line-height: 1.25;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 0.75rem;
        line-height: 1.25;
        white-space: nowrap;
    }

    .breadcrumb-item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #product-offer {
        margin-top: 0;
    }

    .product-gallery {
        padding-top: 0;
    }

    .product-info {
        padding-top: 1rem !important;
    }
}


/* =================================================================
 * PHASE 3–6
 * ================================================================= */

/* === Phase 3 — Kategorie / Listing (3.1 Basis + 3.2 D2C-Level) ===
 *
 * Smarty-Override: DOTALESNew/productlist/item_box.tpl
 *   → Fügt .dotales-quick-add-overlay innerhalb des basket-forms ein.
 * -----------------------------------------------------------------------
 * Struktur (NOVA):
 *   #result-wrapper > .productlist-page-nav / .title / .desc
 *   #product-list.row > .product-wrapper.col-*
 *     .productbox.productbox-column
 *       .productbox-quick-actions.productbox-onhover   (außerhalb form)
 *       form.form-basket
 *         .productbox-inner
 *           .productbox-image (äußerer Container)
 *             .productbox-images.list-gallery
 *               a > .productbox-image.square.first-wrapper > .inner > img.first
 *               .productbox-image.square.second-wrapper > .inner > img.second
 *             .dotales-quick-add-overlay   ← DOTALES NEU (in form)
 *           .productbox-title > a
 *           .price_wrapper > .price.productbox-price[.special-price]
 *
 * CSS Grid: Ab 992px überschreibt display:grid das Bootstrap-Flex-Row.
 * Featured Row: 1./2. Karte span 2 → erste Reihe = 2 großformatige Hero-Cards.
 * ----------------------------------------------------------------------- */


/* ════════════════════════════════════════════════════════════════════════
 * A — KATEGORIE-HEADER: Brand-Präsenz
 * ════════════════════════════════════════════════════════════════════════ */

#result-wrapper {
    padding-top: 0.5rem;
}

/* Akzent-Linie vor Titel — subtile Brand-Signatur */
.title {
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 1.75rem;
    margin-bottom: 0.25rem;
}

.title::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2px;
    background-color: #8b7355;
    margin-bottom: 1rem;
}

.title h1.h2,
.title .h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
}

.desc {
    margin-top: 0.75rem;
}

.desc p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #6b6b6b;
    line-height: 1.7;
    max-width: 58ch;
    margin-bottom: 1.75rem;
}

/* Trennlinie zwischen Header und Grid */
#result-wrapper > .productlist-page-nav:first-of-type,
.title + .productlist-page-nav,
.desc + .productlist-page-nav {
    border-top: 1px solid #f0ebe4;
}


/* ════════════════════════════════════════════════════════════════════════
 * B — SORTIERLEISTE / TOOLBAR
 * ════════════════════════════════════════════════════════════════════════ */

.productlist-page-nav {
    padding: 0.875rem 0;
    border-bottom: 1px solid #f0ebe4;
    margin-bottom: 2rem;
}

.result-option-wrapper,
.productlist-item-info {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9b9b9b;
}

.filter-type-FilterItemSort .btn,
.filter-type-FilterItemLimits .btn,
.displayoptions .btn {
    background-color: transparent;
    border: 1px solid #e2dbd4;
    border-radius: 0.25rem;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 0.35rem 0.75rem;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-shadow: none;
}

.filter-type-FilterItemSort .btn:hover,
.filter-type-FilterItemLimits .btn:hover,
.displayoptions .btn:hover,
.filter-type-FilterItemSort .btn:focus,
.filter-type-FilterItemLimits .btn:focus,
.displayoptions .btn:focus,
.filter-type-FilterItemSort .btn:active,
.filter-type-FilterItemLimits .btn:active,
.displayoptions .btn:active,
.filter-type-FilterItemSort .show > .btn,
.filter-type-FilterItemLimits .show > .btn,
.displayoptions .show > .btn {
    background-color: #f7f4f0 !important;
    border-color: #c8bdb3 !important;
    box-shadow: none !important;
    color: #1a1a1a !important;
}

.filter-type-FilterItemSort .dropdown-menu,
.filter-type-FilterItemLimits .dropdown-menu,
.displayoptions .dropdown-menu {
    border: 1px solid #f0ebe4;
    border-radius: 0.375rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 0.25rem 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    min-width: 10rem;
}

.filter-type-FilterItemSort .dropdown-item,
.filter-type-FilterItemLimits .dropdown-item,
.displayoptions .dropdown-item {
    color: #1a1a1a;
    padding: 0.45rem 1rem;
    transition: background-color 0.15s ease;
}

.filter-type-FilterItemSort .dropdown-item:hover,
.filter-type-FilterItemLimits .dropdown-item:hover,
.displayoptions .dropdown-item:hover {
    background-color: #f7f4f0;
    color: #1a1a1a;
}

.filter-type-FilterItemSort .dropdown-item.active,
.filter-type-FilterItemLimits .dropdown-item.active,
.displayoptions .dropdown-item.active {
    background-color: #1a1a1a;
    color: #ffffff;
}

.page-nav-filter-item .btn,
.layout-options .btn {
    background-color: transparent;
    border: 1px solid #e2dbd4;
    color: #6b6b6b;
    padding: 0.35rem 0.625rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    box-shadow: none;
}

.page-nav-filter-item .btn:hover,
.layout-options .btn:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
    background-color: transparent;
}

.page-nav-filter-item .btn.active,
.layout-options .btn.active {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
}


/* ════════════════════════════════════════════════════════════════════════
 * C — PRODUKTRASTER: CSS Grid — 3 + 4 Layout (Z-S)
 *
 * Technik: 12-Spalten-Basis (ggT/LCM von 3 und 4).
 *   Erste 3 Karten → span 4 (= 1/3 Breite) → obere Reihe
 *   Alle weiteren  → span 3 (= 1/4 Breite) → untere Reihen
 * Kein Template-Override nötig — rein CSS.
 * Bootstrap .col-* Eigenschaften werden pro Breakpoint zurückgesetzt.
 * ════════════════════════════════════════════════════════════════════════ */

/* ── Desktop ≥992px: 12-Spalten-Grid, erste Reihe 3-spaltig ─────────────── */
@media (min-width: 992px) {

    #product-list.row {
        display: grid !important;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 1.75rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Bootstrap col-* neutralisieren + Standard: 4 Karten/Reihe (span 3) */
    #product-list > .product-wrapper {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        grid-column: span 3;
    }

    /* Erste Reihe: 3 Karten je 4/12 = 1/3 Breite */
    #product-list > .product-wrapper:nth-child(1),
    #product-list > .product-wrapper:nth-child(2),
    #product-list > .product-wrapper:nth-child(3) {
        grid-column: span 4;
    }

}

/* ── Tablet 768px–991px: CSS Grid, 3 Spalten uniform ─────────────────────── */
@media (min-width: 768px) and (max-width: 991.98px) {

    #product-list.row {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #product-list > .product-wrapper {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

}

/* ── Mobile ≤767px: CSS Grid, 2 Spalten — kein Flex/Negativ-Margin mehr ───── */
@media (max-width: 767.98px) {

    /* minmax(0, 1fr) statt 1fr:
     * 1fr = minmax(auto, 1fr) → Spalte darf auf Inhalt-Min-Breite wachsen.
     * minmax(0, 1fr) → Min ist explizit 0 → Inhalt bleibt in der Spalte,
     * keine Overflow-Expansion durch wide content (Preise, innere .row etc). */
    #product-list.row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* min-width: 0 — Grid-Items sind by default min-width:auto (nicht 0).
     * Ohne diesen Wert verhindert das Item das Schrumpfen unter Content-Breite.
     * overflow: hidden — enthält auch innere Elemente (Bootstrap .row etc). */
    #product-list > .product-wrapper {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

}


/* ════════════════════════════════════════════════════════════════════════
 * D — PRODUKTKARTE: Rahmen, Tiefe, Hover-Lift
 * ════════════════════════════════════════════════════════════════════════ */

/* Position-Kontext für absolut positionierte Kinder (Quick-Actions, Overlay) */
.productbox.productbox-column {
    position: relative;
}

.productbox.productbox-column .productbox-inner {
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    overflow: hidden;
    background-color: #f9f7f5;
    transition: box-shadow 0.35s ease, transform 0.35s ease,
                border-color 0.35s ease;
    height: 100%;
}

@media (hover: hover) {
    .productbox.productbox-column:hover .productbox-inner {
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09),
                    0 2px 8px rgba(0, 0, 0, 0.04);
        transform: translateY(-3px);
        border-color: #ddd5cc;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * E — PRODUKTBILD: 4:5 Hochformat · Image Zoom · Crossfade
 *
 * NOVA-Naming:  äußerer Container = .productbox-image (kein .square)
 *               innere Wrapper    = .productbox-image.square(.first/.second)
 * Wir nutzen :not(.square) um nur den äußeren Container zu targeten.
 * ════════════════════════════════════════════════════════════════════════ */

.productbox .productbox-image:not(.square) {
    position: relative;
    overflow: hidden;
    background-color: #f4f1ec;
    border-radius: 0.75rem 0.75rem 0 0;
}

/* Expliziter Containing-Block für .second-wrapper (position:absolute).
 * Ohne position:relative auf .list-gallery würde der Containing-Block auf
 * .productbox-image:not(.square) fallen, dessen Höhe content-determined ist
 * → height:100% auf .second-wrapper kann dort zu 0 auflösen. */
.productbox .productbox-images.list-gallery {
    position: relative;
}

/*
 * BUG-FIX: NOVA's .square nutzt .square::before { padding-bottom: 100% } für
 * den Aspect Ratio (display:flex + ::before als Flex-Item).
 * padding-bottom direkt auf .first-wrapper würde ADDIERT → Container doppelt
 * so hoch → beige Fläche oben UND unten.
 * Korrekt: ::before padding-bottom überschreiben, NICHT das Element selbst.
 *
 * Reguläre Karten: 1:1 Quadrat (Schuh-Foto meist annähernd quadratisch).
 */
.productbox .productbox-images.list-gallery .first-wrapper.square::before {
    padding-bottom: 100% !important;
}

/* Zweites Bild: position:absolute + ::before neutralisieren.
 * Das ::before im second-wrapper braucht keinen Platz (Wrapper hat
 * explizite Größe via top/left/width/height). */
/* Inset-Ansatz statt width/height:100%:
 * top+bottom=0 legt Höhe direkt über Offset-Mechanismus fest (kein %-Höhenproblem).
 * Requiring-Block ist .list-gallery (position:relative oben). */
.productbox .productbox-images.list-gallery .second-wrapper.square {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.productbox .productbox-images.list-gallery .second-wrapper.square::before {
    content: none !important;
}

/* .inner: füllt seinen Square-Wrapper.
 * Minimales Padding: Schuh nutzt ~94% der Fläche, kein Hard-Clip. */
.productbox .productbox-images.list-gallery .square .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 3% 3%;
    box-sizing: border-box;
}

/* Bilder: contain → ganzer Schuh immer sichtbar.
 * Background (#f4f1ec) füllt den Rand um das Produkt.
 * Vorher: cover + center top → stark gecroppt.
 * Jetzt:  contain + center  → vollständig, mit Atemraum. */
.productbox .productbox-images.list-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

/* Crossfade + Zoom deaktiviert — erstes Bild immer stabil, zweites ausgeblendet. */
.productbox .productbox-images.list-gallery .first-wrapper,
.productbox .productbox-images.list-gallery .first-wrapper img {
    opacity: 1 !important;
    visibility: visible !important;
}

.productbox .productbox-images.list-gallery .second-wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.productbox .productbox-images.list-gallery:hover .first-wrapper,
.productbox .productbox-images.list-gallery:hover .first-wrapper img {
    opacity: 1 !important;
    visibility: visible !important;
}


/* ════════════════════════════════════════════════════════════════════════
 * E2 — BUGFIX: Produktbild-Stabilität bei Variationskarten-Hover
 *
 * Symptom: Auf Karten mit show-variation-collapse (Elternartikeln mit
 * Farbswatches) verschwindet oder verschiebt sich das Hauptbild beim
 * Hover über den Variationsbereich.
 *
 * Ursachen (3 kombiniert):
 *
 * (A) NOVA clear.css definiert .productbox-hover .productbox-inner::before
 *     als position:absolute white rectangle (left/top/right/bottom:0).
 *     Auf :hover expandiert es zu top/bottom/left/right:-1rem mit
 *     transition:all 0.2s ease-in-out.
 *     Unser transform:translateY(-4px) auf .productbox-inner öffnet einen
 *     neuen Stacking-Context. Innerhalb dieses Contexts liegt ::before
 *     (z-index:auto, DOM-first) vor dem Bildinhalt → bei gleichzeitigem
 *     Transform-Start und ::before-Transition kann ::before das Bild mit
 *     weißem Background überlagern.
 *     Fix: ::before deaktivieren — unser box-shadow-Ansatz macht es überflüssig.
 *
 * (B) transform:translateY(-4px) auf .productbox-inner feuert gleichzeitig
 *     mit Bootstrap collapse('show') via registerImageHover-JS →
 *     Karte "springt" beim Hover; Cursor kann kurzzeitig außerhalb des
 *     transformierten .productbox-inner-Bereichs liegen.
 *     Fix: transform für show-variation-collapse-Karten deaktivieren.
 *     box-shadow und border-color bleiben aktiv.
 *
 * (C) .list-gallery:hover img.first{opacity:0} kann feuern wenn der Cursor
 *     beim Übergang von der Variation-Area zum Bildbereich kurz die Grenze
 *     von .list-gallery streift. Für Vaterartikel mit Farbswatches ist der
 *     Crossfade ohnehin falsche UX — der Swatch-Panel übernimmt die Rolle
 *     der Bildvorschau.
 *     Fix: Crossfade auf show-variation-collapse pauschal sperren.
 * ════════════════════════════════════════════════════════════════════════ */

/* Fix A: NOVA ::before-Pseudo-Element neutralisieren.
 * Scoped auf min-width:768px (identisch zu NOVA's Deklaration). */
@media (min-width: 768px) {
    .productbox.productbox-hover .productbox-inner::before {
        content: none !important;
    }
}

/* Fix B: Kein translateY-Lift für show-variation-collapse-Karten.
 * box-shadow + border-color aus Section D bleiben erhalten. */
@media (hover: hover) {
    .productbox.show-variation-collapse.productbox-column:hover .productbox-inner {
        transform: none;
    }
}

/* Fix C/D: entfällt — .second-wrapper global display:none in Section E (oben). */


/* ════════════════════════════════════════════════════════════════════════
 * E3 — LISTING: Varianten-Swatch-Panel deaktiviert
 *
 * Variantenwahl findet auf der PDP statt.
 * Das Swatch-Panel (.productbox-variations) wird im Listing vollständig
 * ausgeblendet. Damit entfällt die Ursache der Bild-Instabilität:
 * NOVA's registerImageHover-JS feuert collapse('show'/'hide') weiterhin,
 * aber da der Parent display:none ist, misst Bootstrap scrollHeight=0
 * und erzeugt keinen sichtbaren Layout-Shift im productbox-inner.
 * ════════════════════════════════════════════════════════════════════════ */

.productbox-variations {
    display: none !important;
}


/* ════════════════════════════════════════════════════════════════════════
 * F — QUICK-ADD OVERLAY (DOTALES NEU — via item_box.tpl Override)
 *
 * Liegt als absolutes Element am Boden des äußeren .productbox-image.
 * type="submit" der innerliegenden Form → triggert JTL-Basket-AJAX.
 * d-none d-md-flex: Bootstrap-Klasse, nur ab md sichtbar (identisch
 * zu NOVAs quick-actions — keine doppelte Logik nötig).
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-quick-add-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 0.625rem;
    /* Kein dunkler Gradient (unpassend auf hellem contain-Hintergrund).
     * Stattdessen: dünne Leiste mit sanfter Fade aus dem Hintergrund. */
    background: linear-gradient(
        to top,
        rgba(244, 241, 236, 0.97) 0%,
        rgba(244, 241, 236, 0.7) 60%,
        transparent 100%
    );
    align-items: flex-end;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

@media (hover: hover) {
    .productbox:hover .dotales-quick-add-overlay {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Quick-Add Button: schwarzer CTA — kontrastiert zum hellen Bild-Background */
.dotales-quick-add-btn {
    display: block;
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 0.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.625rem 1rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.3;
    transition: background-color 0.2s ease;
    -webkit-font-smoothing: antialiased;
}

.dotales-quick-add-btn:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}

/* Varianten-Auswahl (bei Vaterartikeln) */
.dotales-quick-add-btn--select {
    background-color: rgba(232, 221, 208, 0.92);
    color: #1a1a1a;
}

.dotales-quick-add-btn--select:hover {
    background-color: #e8ddd0;
    color: #1a1a1a;
}


/* ════════════════════════════════════════════════════════════════════════
 * G — WISHLIST/COMPARE ICONS (NOVA .productbox-quick-actions)
 *
 * NOVA positioniert .productbox-quick-actions außerhalb des Basket-Forms.
 * Wir stylen sie als floating Icons oben rechts auf der Karte.
 * NOVA's d-none/d-md-flex bleibt erhalten (Mobile versteckt).
 * ════════════════════════════════════════════════════════════════════════ */

.productbox-quick-actions.productbox-onhover {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 30;
    flex-direction: column;
    gap: 0.375rem;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (hover: hover) {
    .productbox:hover .productbox-quick-actions.productbox-onhover {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Wishlist / Compare Buttons: runde Frosted-Icons */
.productbox-quick-actions .btn {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    color: #1a1a1a !important;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.productbox-quick-actions .btn:hover {
    background-color: #ffffff !important;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}


/* ════════════════════════════════════════════════════════════════════════
 * G2 — STATISCHE FARBSWATCHES IM LISTING (.dotales-static-swatches)
 *
 * Kein Collapse, kein Hover-JS, kein NOVA-Variations-System.
 * Jeder Swatch ist ein einfacher <a>-Link zur Vater-PDP.
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-static-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    margin: 0.4375rem 0 0.1875rem;
}

.dotales-static-swatch {
    display: block;
    width: 52px;
    height: 52px;
    border: 1.5px solid #e2dbd4;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none;
    background-color: #f7f4f0;
}

.dotales-static-swatch.is-first {
    border-color: #1a1a1a;
}

.dotales-static-swatch:hover {
    border-color: #8b7355;
}

.dotales-static-swatch img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* ════════════════════════════════════════════════════════════════════════
 * H — BADGES / RIBBONS
 *
 * NOVA setzt Ribbon-Farbe teils via klassen-gebundenes CSS (Grün, Rot).
 * !important ist hier bewusst — wir brechen NOVA's Color-Scheme gezielt.
 * ════════════════════════════════════════════════════════════════════════ */

.productbox-ribbon.ribbon {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    border-radius: 2rem !important;
    padding: 0.3125rem 0.75rem !important;
    line-height: 1.35;
    clip-path: none !important;
    border: none !important;
    /* NOVA-typische Positioning beibehalten: absolut im Bildbereich */
    position: absolute;
    top: 0.875rem;
    left: 0.875rem;
    z-index: 10;
}

/* Sale: wärmer als NOVA-Grün, nicht aggressiv rot */
.productbox-ribbon.ribbon-sale {
    background-color: #8b7355 !important;
}

/* Neu: neutral dunkel — clean, nicht verschrien */
.productbox-ribbon.ribbon-new {
    background-color: #2d2d2d !important;
}

/* Bestseller/Top: heller, Sand-Ton */
.productbox-ribbon.ribbon-bestseller,
.productbox-ribbon.ribbon-top {
    background-color: #e8ddd0 !important;
    color: #1a1a1a !important;
}


/* ════════════════════════════════════════════════════════════════════════
 * I — PRODUKTNAME + PREIS
 *
 * Hierarchie: Preis > Name > Stern
 * Preis ist das wichtigste Element unter dem Bild.
 * ════════════════════════════════════════════════════════════════════════ */

.productbox-inner .productbox-title {
    padding: 0.875rem 1rem 0.25rem;
}

.productbox-inner .productbox-title a,
.productbox-inner .productbox-title span {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #3a3a3a;
    letter-spacing: 0.01em;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.15s ease;
    display: block;
}

.productbox-inner .productbox-title a:hover {
    color: #6b6b6b;
    text-decoration: none;
}

/* Rating direkt unter Titel */
.productbox-inner .rating-stars {
    padding: 0.125rem 1rem 0;
    font-size: 0.75rem;
}

/* Preis-Wrapper */
.productbox-inner .price_wrapper {
    padding: 0.375rem 1rem 1.125rem;
    line-height: 1.25;
}

/* Regulärer Preis — primäres Element */
.productbox-inner .price.productbox-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.015em;
}

/* Sale-Preis: Erde-Signalfarbe */
.productbox-inner .price.productbox-price.special-price {
    color: #8b7355;
}

/* „Jetzt nur"-Label */
.productbox-inner .price_label.nowonly {
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 400;
    color: #9b9b9b;
    display: block;
    margin-bottom: 0.125rem;
    letter-spacing: 0.01em;
}

/* Fußnoten-Stern */
.productbox-inner .footnote-reference {
    font-size: 0.625rem;
    color: #b0a898;
    vertical-align: super;
    line-height: 0;
}


/* ════════════════════════════════════════════════════════════════════════
 * J — PAGINATION
 * ════════════════════════════════════════════════════════════════════════ */

.productlist-pagination {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.productlist-pagination .pagination {
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
}

.productlist-pagination .page-item .page-link {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #1a1a1a;
    background-color: transparent;
    border: 1px solid #ede8e2;
    border-radius: 0.25rem;
    padding: 0.4rem 0.8rem;
    min-width: 2.25rem;
    text-align: center;
    transition: background-color 0.15s ease, border-color 0.15s ease,
                color 0.15s ease;
    line-height: 1.5;
}

.productlist-pagination .page-item .page-link:hover {
    background-color: #f7f4f0;
    border-color: #e2dbd4;
    color: #1a1a1a;
}

.productlist-pagination .page-item.active .page-link {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
}

.productlist-pagination .page-item.disabled .page-link {
    color: #c8bdb3;
    border-color: #f0ebe4;
    pointer-events: none;
}


/* ════════════════════════════════════════════════════════════════════════
 * K — MOBILE ≤575px
 *
 * Bootstrap-Flex: 2 Spalten erzwingen.
 * Kein Image-Zoom, kein Hover-Lift, kein Quick-Add-Overlay (d-none).
 * Karten dichter, Preis gut lesbar.
 * ════════════════════════════════════════════════════════════════════════ */

@media (max-width: 575.98px) {

    #result-wrapper {
        padding-top: 0.5rem;
    }

    .title::before {
        margin-bottom: 0.75rem;
    }

    .title h1.h2,
    .title .h2 {
        font-size: 1.375rem;
    }

    .productbox-inner .productbox-title {
        padding: 0.625rem 0.75rem 0.125rem;
    }

    .productbox-inner .productbox-title a,
    .productbox-inner .productbox-title span {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .productbox-inner .price_wrapper {
        padding: 0.25rem 0.75rem 0.875rem;
    }

    .productbox-inner .price.productbox-price {
        font-size: 0.9375rem;
    }

    .productbox-ribbon.ribbon {
        font-size: 0.5625rem !important;
        padding: 0.25rem 0.5625rem !important;
        top: 0.625rem;
        left: 0.625rem;
    }

    .filter-type-FilterItemSort .btn,
    .filter-type-FilterItemLimits .btn,
    .displayoptions .btn {
        font-size: 0.75rem;
        padding: 0.3rem 0.55rem;
    }

    /* Karten-Hover: kein Lift auf Touch */
    .productbox.productbox-column:hover .productbox-inner {
        box-shadow: none !important;
        transform: none !important;
    }

}

/* ════════════════════════════════════════════════════════════════════════
 * L — PHASE 3.3: EDITORIAL KATEGORIE-HEADER
 *
 * Erweitert die bestehenden Section-A-Stile um:
 * – Zentrale Ausrichtung für kollektionalen Feel
 * – Größerer Schriftsatz auf xl-Screens
 * – Zentrierter Beschreibungstext
 * ════════════════════════════════════════════════════════════════════════ */

#result-wrapper .title {
    text-align: center;
}

#result-wrapper .title::before {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    #result-wrapper .title h1.h2,
    #result-wrapper .title .h2 {
        font-size: 2.75rem;
        letter-spacing: -0.03em;
    }
}

#result-wrapper .desc p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* ════════════════════════════════════════════════════════════════════════
 * M — PHASE 3.3: USP TRUST STRIP
 *
 * Direktes Kind von #result-wrapper, liegt vor .productlist-page-nav.
 * Vier Punkte in Einer Zeile mit vertikalen Trennern.
 * Mobil: 2×2 Grid.
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-usp-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0 2rem;
    margin-bottom: 0;
    gap: 0;
}

.dotales-usp-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1.75rem;
    border-right: 1px solid #e2dbd4;
}

.dotales-usp-item:last-child {
    border-right: none;
}

.dotales-usp-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #8b7355;
}

.dotales-usp-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.dotales-usp-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a1a1a;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .dotales-usp-strip {
        flex-wrap: wrap;
        row-gap: 0.5rem;
        padding: 0.5rem 0 1.5rem;
    }

    .dotales-usp-item {
        border-right: none;
        padding: 0 0.875rem;
    }

    .dotales-usp-text {
        font-size: 0.625rem;
    }
}

@media (max-width: 479.98px) {
    .dotales-usp-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem 0;
        padding: 0.5rem 1rem 1.25rem;
    }

    .dotales-usp-item {
        justify-content: center;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * N — PHASE 3.3: PRODUKTKARTEN FEINSCHLIFF
 *
 * Ergänzt Section D/H/I ohne diese zu duplizieren.
 * ════════════════════════════════════════════════════════════════════════ */

/* Bewertungssterne: Erde-Ton, kompakter */
.productbox-inner .star-rating .fa,
.productbox-inner .star-rating .fas,
.productbox-inner .star-rating .far,
.productbox-inner .rating-stars .fa,
.productbox-inner .rating-stars .fas,
.productbox-inner .rating-stars .far {
    color: #c8a97e;
    font-size: 0.6875rem;
}

/* Durchgestrichener Ursprungspreis: subtil, kein Störfeuer */
.productbox-inner .productbox-price-wrapper del,
.productbox-inner .old-price,
.productbox-inner .preis-alt,
.productbox-inner .per-price {
    font-size: 0.75rem;
    color: #b0a898;
    font-weight: 400;
}

/* Hover: Quick-Actions und Overlay smoother einfaden */
@media (hover: hover) {
    .productbox.productbox-column:hover .productbox-quick-actions.productbox-onhover,
    .productbox.productbox-column:hover .dotales-quick-add-overlay {
        transition-delay: 0.05s;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * O — PHASE 3.3: FOOTER SPACING
 * ════════════════════════════════════════════════════════════════════════ */

footer#jtl-footer {
    margin-top: 4rem;
    border-top: 1px solid #f0ebe4;
}

/* Footer-Spalten: großzügiges Padding oben */
footer#jtl-footer #footer-cols {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

/* Footer Nav-Überschriften: Small-Caps, Marken-Typografie */
footer .footer-nav-title,
footer .nav h5,
footer .nav .h5,
footer .footer-cols h3,
footer .footer-cols .h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

/* Footer Links */
footer .footer-nav a,
footer .footer-cols a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #6b6b6b;
    text-decoration: none;
    line-height: 2;
    transition: color 0.15s ease;
}

footer .footer-nav a:hover,
footer .footer-cols a:hover {
    color: #1a1a1a;
    text-decoration: none;
}


/* ════════════════════════════════════════════════════════════════════════
 * P — PDP PHASE 4: ATF-LAYOUT
 *
 * Galerie 7/12, Info-Spalte 5/12 auf Desktop via CSS-Override.
 * Kein TPL-Copy nötig — Bootstrap col-lg-6 wird gezielt überschrieben.
 * ════════════════════════════════════════════════════════════════════════ */

@media (min-width: 992px) {
    .dotales-pdp-container {
        max-width: 1500px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .dotales-pdp-container #product-offer {
        display: grid;
        grid-template-columns: minmax(0, 62%) minmax(0, 38%);
        column-gap: 2.75rem;
        align-items: start;
        margin-left: 0;
        margin-right: 0;
    }

    .dotales-pdp-container #product-offer > .product-gallery,
    .dotales-pdp-container #product-offer > .product-info {
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .dotales-pdp-container #product-offer > .product-gallery {
        grid-column: 1;
    }

    .dotales-pdp-container #product-offer > .product-info {
        grid-column: 2;
    }

    .dotales-pdp-container .product-info-inner {
        padding-left: 1.25rem;
        padding-right: 0;
        max-width: none;
    }

    .dotales-pdp-container .product-gallery .gallery-with-action {
        border-radius: 0;
        background-color: transparent;
    }

    .dotales-pdp-container .product-gallery #gallery_wrapper,
    .dotales-pdp-container .product-gallery .product-thumbnails-wrapper {
        max-width: none;
    }
}

@media (min-width: 1440px) {
    .dotales-pdp-container {
        max-width: 1600px;
    }
}

/* Info-Spalte: Sticky ATF für natürliches Scrollen neben langer Galerie */
@media (min-width: 992px) {
    .product-detail .product-info {
        position: sticky;
        top: 1.5rem;
        align-self: flex-start;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * Q — PDP TYPOGRAFIE: Titel · Kurzbeschreibung · Metadaten
 * ════════════════════════════════════════════════════════════════════════ */

.product-title {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 0.375rem;
}

@media (min-width: 992px) {
    .product-title {
        font-size: 1.875rem;
    }
}

.shortdesc {
    font-size: 0.9375rem;
    color: #6b6b6b;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
}

/* Bewertungs-Link: kein Underline, dezent */
.rating-wrapper a {
    text-decoration: none;
    color: inherit;
}

/* SKU und Metadaten: kleiner, grau, dezent */
.info-essential {
    font-size: 0.8125rem;
    color: #9a9a9a;
    margin-bottom: 0.75rem;
}
.info-essential li {
    display: inline;
    margin-right: 1rem;
}
.info-essential strong {
    font-weight: 400;
}

/* product-info-inner: Padding links auf Desktop */
@media (min-width: 992px) {
    .product-info-inner {
        padding-left: 2rem;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * R — PDP PREIS
 *
 * .price-wrapper und .price sind NOVA's Klassen in price.tpl.
 * priceLarge=true setzt .price--large auf dem Haupt-Preis.
 * ════════════════════════════════════════════════════════════════════════ */

.product-offer .price--large,
.product-offer .price-wrapper .price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

/* Durchgestrichener UVP / alter Preis */
.product-offer del,
.product-offer .price--old,
.product-offer .price-wrapper del {
    font-size: 1rem;
    font-weight: 400;
    color: #b0a898;
    text-decoration: line-through;
    margin-left: 0.5rem;
}

/* Aktionspreis: Akzentfarbe */
.product-offer .price--special,
.product-offer .price-wrapper .price-special {
    color: #8b7355;
}

/* Preis-Bereich Abstand */
.product-offer {
    margin-top: 1rem;
}


/* ════════════════════════════════════════════════════════════════════════
 * S — PDP CTA: „In den Warenkorb"
 *
 * NOVA rendert den Button als .btn.btn-primary.
 * Wir überschreiben Größe, Radius und Hover — nicht die Logik.
 * ════════════════════════════════════════════════════════════════════════ */

.product-buy .btn-primary {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    border-radius: 6px;
    padding: 0.9375rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    width: 100%;
}

.product-buy .btn-primary:hover,
.product-buy .btn-primary:focus {
    background-color: #333333;
    border-color: #333333;
    box-shadow: none;
}

/* ════════════════════════════════════════════════════════════════════════
 * T — PDP TRUST BADGES
 *
 * Historischer Bereich. Führende Trust-Styles stehen weiter unten im
 * konsolidierten PDP-Kaufbereich.
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4375rem 1.125rem;
}

.dotales-trust-item {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #3a3a3a;
    line-height: 1.4;
    white-space: nowrap;
}

.dotales-trust-item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #8b7355;
    stroke: currentColor;
}


/* ════════════════════════════════════════════════════════════════════════
 * U — PDP USP-SEKTION (BELOW FOLD, zwischen ATF und Tabs)
 *
 * Volle Breite, beiger Hintergrund, 4 Icons nebeneinander ab md.
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-pdp-usp {
    background-color: #f7f4f0;
    padding: 3rem 0;
    margin-top: 3rem;
}

@media (min-width: 992px) {
    .dotales-pdp-usp {
        margin-top: 4.25rem;
    }
}

.dotales-pdp-usp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    justify-items: center;
}

@media (min-width: 768px) {
    .dotales-pdp-usp-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

.dotales-pdp-usp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    text-align: center;
    max-width: 16rem;
}

.dotales-pdp-usp-item > div {
    text-align: center;
}

.dotales-pdp-usp-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.dotales-pdp-usp-icon svg {
    width: 20px;
    height: 20px;
    color: #8b7355;
    stroke: currentColor;
}

.dotales-pdp-usp-title {
    display: block;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1a1a1a;
    margin-bottom: 0.1875rem;
    line-height: 1.3;
}

.dotales-pdp-usp-text {
    display: block;
    font-size: 0.8125rem;
    color: #6b6b6b;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .dotales-pdp-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem 1rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .dotales-pdp-usp-item {
        align-items: center;
        gap: 0.625rem;
        min-width: 0;
        max-width: none;
    }

    .dotales-pdp-usp-icon {
        width: 2.25rem;
        height: 2.25rem;
        margin-bottom: 0;
    }

    .dotales-pdp-usp-title,
    .dotales-pdp-usp-text {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .dotales-pdp-usp-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Footer Bottom Bar */
footer #footer-bar,
footer .footer-bar {
    border-top: 1px solid #f0ebe4;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #9b9b9b;
}


/* ════════════════════════════════════════════════════════════════════════
 * V — PDP PHASE 4.2: DELIVERY PROMISE + PASSFORM-HINWEIS
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-delivery-promise {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0;
    margin-top: 1rem;
    margin-bottom: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #3a3a3a;
}

.dotales-dp-item {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
}

.dotales-dp-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #8b7355;
}

.dotales-dp-sep {
    margin: 0 0.75rem;
    color: #c8bdb3;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1;
}

.dotales-size-hint {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #6b6b6b;
    background-color: #f7f4f0;
    border-radius: 6px;
    padding: 0.5625rem 0.875rem;
    margin-top: 0.75rem;
    line-height: 1.5;
}

.dotales-size-hint svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: #8b7355;
    margin-top: 0.1rem;
}


/* ════════════════════════════════════════════════════════════════════════
 * W — PDP PHASE 4.2: MINI FAQ (NATIVE <details>/<summary>)
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-pdp-faq {
    margin-top: 1.25rem;
    border-top: 1px solid #e2dbd4;
    padding-top: 0.25rem;
}

.dotales-faq-item {
    border-bottom: 1px solid #ede8e2;
}

.dotales-faq-item:last-child {
    border-bottom: none;
}

.dotales-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none;
    user-select: none;
    line-height: 1.4;
}

.dotales-faq-q::-webkit-details-marker {
    display: none;
}

.dotales-faq-q::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 300;
    color: #8b7355;
    flex-shrink: 0;
    margin-left: 0.75rem;
    line-height: 1;
}

.dotales-faq-item[open] .dotales-faq-q::after {
    content: '−';
}

.dotales-faq-a {
    font-size: 0.8125rem;
    color: #6b6b6b;
    line-height: 1.7;
    padding: 0 0 0.875rem;
    margin: 0;
}


/* ════════════════════════════════════════════════════════════════════════
 * X — PDP PHASE 4.2: PROBLEM → LÖSUNG BLOCK  (Premium Finetuning)
 * ════════════════════════════════════════════════════════════════════════ */

/* ── Section-Wrapper ─── */
.dotales-pdp-vs {
    background-color: #f0ece7;
    padding: 4.5rem 0;
    margin-top: 0;
}

/* ── Grid: rechte Card 4% breiter → subtile Hero-Dominanz ─── */
.dotales-pdp-vs-grid {
    display: grid;
    grid-template-columns: 48fr 52fr;
    gap: 1.75rem;
    align-items: stretch;
}

/* ── Card-Basis: kein äußeres Padding, overflow:hidden für editorial Bleed ─── */
.dotales-pdp-vs-col {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 16px;
    overflow: hidden;
    min-height: 360px;
}

/* ── Linke Card — ruhiges Warm-Weiß ─── */
.dotales-pdp-vs-bad {
    background-color: #ffffff;
    border: 1px solid #e4dcd4;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}

/* ── Rechte Card — warmes dunkles Anthrazit (nicht hartes Schwarz)
 * #38332e: dunkles Braun-Grau, hält grüne Linien der Grafik gut sichtbar
 * ─── */
.dotales-pdp-vs-good {
    background-color: #38332e;
    border: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 4px 28px rgba(0,0,0,0.22);
    border-bottom: 2px solid rgba(139,115,85,0.5);
}

/* ── Textblock: ~54% der Card, mehr innere Luft ─── */
.dotales-pdp-vs-text {
    flex: 0 0 54%;
    padding: 2.5rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* ── Bildbereich: verbleibende ~46% ─── */
.dotales-pdp-vs-img-wrapper {
    flex: 1;
    display: flex;
    overflow: hidden;
    line-height: 0;
    box-sizing: border-box;
}

/* Linke Card: Grafik editorial unten-rechts — erzeugt Spannung
 * Kein Padding rechts/unten → Grafik läuft sauber an Card-Kante
 * (Border-Radius der Card clippt die Ecken) */
.dotales-pdp-vs-bad .dotales-pdp-vs-img-wrapper {
    background-color: #f5f0ea;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 1.75rem 0 0 1.25rem;
}

/* Rechte Card: Grafik zentriert, weniger Padding → mehr Hero-Präsenz
 * Hellerer Hintergrund (#2e2a25) hebt grüne Details besser hervor */
.dotales-pdp-vs-good .dotales-pdp-vs-img-wrapper {
    background-color: #2e2a25;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
}

/* Bild-Element: linke Card aus Bottom-Right, rechte Card Hero-Größe */
.dotales-pdp-vs-img {
    object-fit: contain;
    display: block;
    border-radius: 0;
}
.dotales-pdp-vs-bad .dotales-pdp-vs-img {
    width: 92%;
    height: auto;
    max-height: 250px;
    /* leicht angeschnitten an der rechten und unteren Kante */
}
.dotales-pdp-vs-good .dotales-pdp-vs-img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

/* ── Eyebrow ─── */
.dotales-pdp-vs-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b0a898;
    margin-bottom: 0.75rem;
}
.dotales-pdp-vs-good .dotales-pdp-vs-eyebrow {
    color: #8b7355;
}

/* ── Headlines — bewusste Asymmetrie
 * Links: ruhig, problemorientiert  →  Rechts: stark, emotional
 * ─── */
.dotales-pdp-vs-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 1.625rem;
}
.dotales-pdp-vs-good .dotales-pdp-vs-headline {
    font-size: 1.625rem;
    line-height: 1.25;
    color: #f8f4f0;
}

/* ── Bulletliste — größer, stärker, mehr Luft ─── */
.dotales-pdp-vs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}
.dotales-pdp-vs-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #4a4a4a;
}
.dotales-pdp-vs-good .dotales-pdp-vs-list li {
    color: #cec6be;
}

/* ── Icons — etwas größer, klarer ─── */
.dotales-pdp-vs-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 0.625rem;
    font-weight: 700;
    margin-top: 0.2rem;
    line-height: 1;
}
.dotales-pdp-vs-icon--bad {
    background-color: #f0ebe4;
    color: #c4b9b2;
}
.dotales-pdp-vs-icon--good {
    background-color: rgba(139,115,85,0.28);
    color: #c4a87a;
}

/* ── Tablet (576–991px): kompakter, gleiche Struktur ─── */
@media (max-width: 991.98px) and (min-width: 576px) {
    .dotales-pdp-vs-col {
        min-height: 300px;
    }
    .dotales-pdp-vs-text {
        padding: 1.875rem 1.625rem;
    }
    .dotales-pdp-vs-headline {
        font-size: 1.0625rem;
    }
    .dotales-pdp-vs-good .dotales-pdp-vs-headline {
        font-size: 1.25rem;
    }
    .dotales-pdp-vs-list li {
        font-size: 0.9375rem;
    }
    .dotales-pdp-vs-bad .dotales-pdp-vs-img {
        max-height: 210px;
    }
    .dotales-pdp-vs-good .dotales-pdp-vs-img {
        max-height: 250px;
    }
}

/* ── Mobile (<576px): Grafik oben, mehr Luft ─── */
@media (max-width: 575.98px) {
    .dotales-pdp-vs {
        padding: 3rem 0;
    }
    .dotales-pdp-vs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .dotales-pdp-vs-col {
        flex-direction: column;
        min-height: auto;
    }
    /* Bildbereich erscheint oben via order */
    .dotales-pdp-vs-img-wrapper {
        order: -1;
        flex: 0 0 auto;
        width: 100%;
        min-height: 190px;
        justify-content: center;
    }
    /* Mobile: linke Card Bild wieder zentriert, nicht Bottom-Right */
    .dotales-pdp-vs-bad .dotales-pdp-vs-img-wrapper {
        align-items: center;
        padding: 1.5rem 2.5rem;
    }
    .dotales-pdp-vs-good .dotales-pdp-vs-img-wrapper {
        padding: 1.5rem 2.5rem;
    }
    .dotales-pdp-vs-bad .dotales-pdp-vs-img,
    .dotales-pdp-vs-good .dotales-pdp-vs-img {
        width: auto;
        max-width: 100%;
        max-height: 160px;
        margin: 0 auto;
    }
    .dotales-pdp-vs-text {
        flex: 0 0 auto;
        padding: 1.5rem 1.25rem 1.875rem;
    }
    .dotales-pdp-vs-headline {
        font-size: 1.0625rem;
        margin-bottom: 1rem;
    }
    .dotales-pdp-vs-good .dotales-pdp-vs-headline {
        font-size: 1.125rem;
    }
    .dotales-pdp-vs-list {
        gap: 1rem;
    }
    .dotales-pdp-vs-list li {
        font-size: 0.9375rem;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * Y — PDP PHASE 4.3: TAGLINE + SOCIAL PROOF + STICKY MOBILE CTA
 * ════════════════════════════════════════════════════════════════════════ */

/* Emotionale Tagline direkt unter dem Produkttitel */
.dotales-pdp-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    line-height: 1.55;
    margin: 0.125rem 0 0.75rem;
    letter-spacing: 0.01em;
}

/* Sticky CTA — Mobile only (≤767px), fixed am unteren Bildschirmrand */
.dotales-sticky-cta {
    display: none;
}

@media (max-width: 767.98px) {
    .dotales-sticky-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 500;
        background-color: #ffffff;
        border-top: 1px solid #e8e0d8;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.09);
        padding: 0.875rem 1rem;
        padding-bottom: calc(0.875rem + env(safe-area-inset-bottom));
    }

    /* Abstand unten im Produktbereich, damit sticky CTA nichts überdeckt */
    .dotales-pdp-vs {
        margin-bottom: 5rem;
    }
}

.dotales-sticky-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5625rem;
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.9375rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    line-height: 1.3;
    transition: background-color 0.18s ease;
    -webkit-font-smoothing: antialiased;
}

.dotales-sticky-cta-btn:hover,
.dotales-sticky-cta-btn:active {
    background-color: #2d2d2d;
    color: #ffffff;
}

.dotales-sticky-cta-sub {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    color: #9a9a9a;
    margin: 0.4375rem 0 0;
    line-height: 1.3;
}


/* ════════════════════════════════════════════════════════════════════════
 * Z-A — PDP PHASE 4.4: USP HEADING + VARIATION STYLING
 * ════════════════════════════════════════════════════════════════════════ */

/* USP section heading */
.dotales-pdp-usp-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .dotales-pdp-usp-heading {
        font-size: 1.875rem;
    }
}

/* PDP-Varianten auf echte NOVA-DOM-Struktur ausgerichtet:
    Wrapper: .variation-wrapper > dd.form-group > .form-row.swatches.imgswatches
    Item: .col-auto.js-slider-item > label.variation.swatches.swatches-image
    Bild: .square.square-image > .inner > img
    Aktiv: label.active
    Nicht verfügbar: label.not-available / .swatches-not-in-stock / .swatches-sold-out */

.product-detail .variation-wrapper > dd.form-group {
    display: block !important;
    margin-bottom: 0.75rem !important;
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches > .col-auto,
.product-detail .variation-wrapper > dd.form-group > .swatches > .col-auto {
    padding: 0;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image {
    display: block;
    width: 64px;
    min-width: 64px;
    padding: 0.1875rem;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.15s ease;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image:hover {
    border-color: #d0cbc5;
    box-shadow: 0 3px 10px rgba(17, 17, 17, 0.04);
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image .square.square-image {
    width: 100%;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image .square.square-image::before {
    padding-bottom: 100%;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background-color: #f7f4f0;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image .square-image .inner img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.active {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.08);
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.not-available,
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.swatches-not-in-stock,
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.swatches-sold-out {
    opacity: 0.45;
}

.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.not-available .square-image .inner img,
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.swatches-not-in-stock .square-image .inner img,
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.swatches-sold-out .square-image .inner img {
    filter: grayscale(0.2);
}

.product-detail .variation-wrapper .swatches.imgswatches .label-info {
    display: none;
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 42px;
    padding: 0.5rem 0.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #222222 !important;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    text-decoration: none;
    line-height: 1;
    margin: 0;
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text:hover,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text:hover {
    border-color: #bdbdbd;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(17, 17, 17, 0.06);
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.active,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.active,
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.focus.active,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.focus.active {
    border-color: #111111;
    background-color: #111111;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.12);
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text .label-variation,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text .label-variation {
    line-height: 1;
}

@media (min-width: 992px) {
    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches {
        flex-wrap: nowrap;
        gap: 0.375rem;
        width: 100%;
    }

    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches > .col-auto,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches > .col-auto {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }

    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches .variation.swatches-text,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches .variation.swatches-text {
        width: 100%;
        min-width: 0;
        height: 38px;
        padding: 0.375rem 0.25rem;
        font-size: 0.8125rem;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.375rem;
        width: 100%;
    }

    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches > .col-auto,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches > .col-auto {
        min-width: 0;
        max-width: none;
        width: 100%;
    }

    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches .variation.swatches-text,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches .variation.swatches-text {
        width: 100%;
        min-width: 0;
        height: 38px;
        padding: 0.375rem 0.25rem;
        font-size: 0.8125rem;
        white-space: nowrap;
    }
}

.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.not-available,
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.swatches-not-in-stock,
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.swatches-sold-out,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.not-available,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.swatches-not-in-stock,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.swatches-sold-out {
    border-color: #eeeeee;
    background-color: #f5f5f5;
    color: #aaaaaa !important;
    opacity: 0.42;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}


/* ════════════════════════════════════════════════════════════════════════
 * Z-B — PDP PHASE 4.4: TRUST BLOCKS (3-ITEM ICON DESIGN)
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-trust-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.dotales-trust-block {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex: 1;
    min-width: 0;
}

.dotales-trust-block-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #f7f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotales-trust-block-icon svg {
    width: 18px;
    height: 18px;
    color: #8b7355;
    stroke: currentColor;
}

.dotales-trust-block-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    white-space: nowrap;
}

.dotales-trust-block-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #8b8b8b;
    line-height: 1.3;
    white-space: nowrap;
}

@media (max-width: 479.98px) {
    .dotales-trust-row {
        gap: 0.5rem;
    }
    .dotales-trust-block-title,
    .dotales-trust-block-sub {
        font-size: 0.6875rem;
        white-space: normal;
    }
    .dotales-trust-block-icon {
        width: 30px;
        height: 30px;
    }
    .dotales-trust-block-icon svg {
        width: 15px;
        height: 15px;
    }
}


/* ════════════════════════════════════════════════════════════════════════
 * Z-C — PDP PHASE 4.4: LIFESTYLE SECTION
 *   Bugfix: kein Produktbild-Slot mehr.
 *   Reine Text-/Icon-Card, zentriert im Container.
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-pdp-lifestyle {
    padding: 3.5rem 0;
    background-color: #f7f4f0;
}

.dotales-lifestyle-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    max-width: 720px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .dotales-lifestyle-card {
        padding: 3rem 3.5rem;
        text-align: center;
    }
}

.dotales-lifestyle-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .dotales-lifestyle-heading {
        font-size: 1.875rem;
    }
}

.dotales-lifestyle-body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #6b6b6b;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.dotales-lifestyle-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 575.98px) {
    .dotales-lifestyle-icons {
        grid-template-columns: 1fr 1fr;
    }
}

.dotales-lifestyle-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.dotales-lifestyle-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f7f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dotales-lifestyle-icon svg {
    width: 22px;
    height: 22px;
    color: #8b7355;
    stroke: currentColor;
}


/* ════════════════════════════════════════════════════════════════════════
 * Z-D — PDP PHASE 4.4: KUNDENBEWERTUNGEN
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-pdp-reviews {
    background-color: #f7f4f0;
    padding: 4rem 0;
}

.dotales-reviews-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.dotales-reviews-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .dotales-reviews-heading {
        font-size: 1.875rem;
    }
}

.dotales-reviews-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dotales-reviews-avg {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.dotales-reviews-stars-avg .dotales-star-on {
    color: #c8a97e;
    font-size: 1.25rem;
}

.dotales-reviews-stars-avg .dotales-star-off {
    color: #d9d0c7;
    font-size: 1.25rem;
}

.dotales-reviews-count {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #8b8b8b;
}

.dotales-reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125rem;
}

@media (min-width: 576px) {
    .dotales-reviews-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .dotales-reviews-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.dotales-review-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.dotales-review-stars .dotales-star-on {
    color: #c8a97e;
    font-size: 0.9375rem;
}

.dotales-review-stars .dotales-star-off {
    color: #d9d0c7;
    font-size: 0.9375rem;
}

.dotales-review-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    display: block;
}

.dotales-review-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #5a5a5a;
    line-height: 1.65;
    flex: 1;
    margin: 0;
}

.dotales-review-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f0ebe4;
}

.dotales-review-name {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1a1a1a;
}

.dotales-review-verified {
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #8b7355;
    background-color: #f7f4f0;
    border-radius: 3px;
    padding: 0.125rem 0.375rem;
}

.dotales-reviews-all {
    display: block;
    text-align: center;
    margin-top: 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.dotales-reviews-all:hover {
    color: #8b7355;
    text-decoration: none;
}


/* ════════════════════════════════════════════════════════════════════════
 * Z-E — PDP PHASE 4.4: GRÖSSENBERATER
 * ════════════════════════════════════════════════════════════════════════ */

.dotales-pdp-sizeguide {
    padding: 4rem 0;
    background-color: #ffffff;
    border-top: 1px solid #f0ebe4;
}

.dotales-sizeguide-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .dotales-sizeguide-grid {
        grid-template-columns: 1fr 1.5fr;
        gap: 3rem;
        align-items: start;
    }
}

.dotales-sizeguide-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin-bottom: 0.375rem;
}

.dotales-sizeguide-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #3a3a3a;
    margin-bottom: 1.25rem;
}

.dotales-sizeguide-list {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #5a5a5a;
    line-height: 1.7;
    padding-left: 1.25rem;
    margin-bottom: 1.125rem;
}

.dotales-sizeguide-list li {
    margin-bottom: 0.25rem;
}

.dotales-sizeguide-hint {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #8b7355;
    font-weight: 500;
    margin-bottom: 1rem;
}

.dotales-sizeguide-detail summary.dotales-sizeguide-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    background-color: #f7f4f0;
    border: 1px solid #e2dbd4;
    border-radius: 6px;
    padding: 0.5625rem 1rem;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.dotales-sizeguide-detail summary.dotales-sizeguide-btn::-webkit-details-marker {
    display: none;
}

.dotales-sizeguide-detail summary.dotales-sizeguide-btn:hover {
    background-color: #ede8e2;
}

.dotales-sizeguide-detail-body {
    margin-top: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #6b6b6b;
    line-height: 1.65;
    padding: 0.875rem;
    background-color: #f7f4f0;
    border-radius: 6px;
}

/* Size table */
.dotales-sizeguide-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dotales-sizeguide-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.dotales-sizeguide-table th,
.dotales-sizeguide-table td {
    text-align: center;
    padding: 0.625rem 0.5rem;
    border: 1px solid #e8e0d8;
    color: #3a3a3a;
    line-height: 1.3;
}

.dotales-sizeguide-table thead th {
    background-color: #f7f4f0;
    font-weight: 600;
    color: #1a1a1a;
}

.dotales-sizeguide-table thead th:first-child,
.dotales-sizeguide-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    padding-left: 0.875rem;
    background-color: #f7f4f0;
}

.dotales-sizeguide-table tbody tr:hover td {
    background-color: #faf8f5;
}


/* ════════════════════════════════════════════════════════════════════════
 * Z-F — PDP PHASE 4.4: GALLERY CSS IMPROVEMENTS
 *
 * NOVA's Slick gallery bleibt funktional.
 * Wir verbessern: Thumbnail-Rahmen, Bild-Proportionen, Zoom-Button.
 * ════════════════════════════════════════════════════════════════════════ */

/* Hauptbild: saubere quadratische Darstellung */
.product-gallery #gallery .square.square-image {
    background-color: #ffffff;
}

.product-gallery #gallery .square.square-image .inner img {
    object-fit: contain;
    object-position: center;
}

/* Thumbnail-Vorschau: sauber gerundete Rahmen */
.product-gallery .product-thumbnails .square.square-image {
    background-color: #fbfaf8;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    box-shadow: none;
}

.product-gallery .product-thumbnails .square.square-image:hover {
    border-color: #f0ebe4;
    box-shadow: none;
    background-color: #ffffff;
}

.product-gallery .product-thumbnails .square.square-image.slick-current,
.product-gallery .product-thumbnails .square.square-image.preview-first.slick-current {
    border: 2px solid #c8a97e;
    box-shadow: none;
    background-color: #ffffff;
}

.product-gallery .product-thumbnails .square.square-image .inner img {
    object-fit: contain;
    object-position: center;
}

/* Zoom / Fullscreen Button */
.product-gallery .product-detail-image-topbar {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
    padding: 0;
    width: auto;
}

.product-gallery #image_fullscreen_close {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    padding: 0;
    border: none;
}

/* Product gallery container: relative for absolute topbar */
.product-gallery .gallery-with-action {
    position: relative;
}


/* =================================================================
 * Section Z-G: [ENTFERNT — Phase 4.4 Bugfix]
 *   Vertikale Thumbnails per CSS+JS zurückgenommen.
 *   display:flex auf .gallery-with-action-main brach Bootstrap-Row.
 *   overflow:visible auf .slick-list legte Slick-Klone frei ("Linien").
 *   JS unslick()/slick({vertical}) war race-condition-anfällig.
 *   NOVA-Galerie läuft wieder unverändert.
 *   Klassen dotales-gallery-main-col / dotales-gallery-thumbs-col
 *   bleiben in image.tpl für spätere, sauberere Umsetzung.
 * ================================================================= */

/* ════════════════════════════════════════════════════════════════════════
 * Z-H — PDP PHASE 4.5: D2C POLISH
 *   Keine Galerie/Slick-Änderungen. Nur Buybox, CTA, Below-Fold, Gallery-
 *   Container (visuell), Mobile-Spacing.
 * ════════════════════════════════════════════════════════════════════════ */

/* ── 1. Titel: größer, schwerer, mehr Wirkung ─────────────────────────── */
.product-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
    .product-title {
        font-size: 2.125rem;
    }
}

/* ── 2. Buybox-Panel auf Desktop sticky ─────────────────────────────────
 * Nur .product-info-inner — kein Eingriff in Bootstrap-Grid.
 * max-height verhindert, dass sehr lange Buyboxen über den Viewport gehen. */
@media (min-width: 992px) {
    .product-info-inner {
        position: sticky;
        top: 1.5rem;
        padding-left: 2rem;
        max-height: calc(100vh - 3rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        /* Scrollbar ausblenden aber scrollen erlauben */
        scrollbar-width: none;
    }
    .product-info-inner::-webkit-scrollbar {
        display: none;
    }
}

/* ── 3. Preis: etwas größer, mehr Luft ──────────────────────────────── */
.product-offer .price--large,
.product-offer .price-wrapper .price {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* ── 4. CTA-Button: minimal größeres Padding, fettere Schrift ────────── */
.product-buy .btn-primary {
    padding: 1rem 2rem;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 8px;
}

/* ── 7. Savings Badge ────────────────────────────────────────────────── */
.dotales-savings-badge {
    display: inline;
    background-color: transparent;
    color: #d94f3a;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0;
    border-radius: 0;
    margin: 0 0 0 0.5rem;
}

/* ── 8. Gallery-Container: Premium-Optik (nur visuell, kein Slick) ───── */
.product-gallery .gallery-with-action {
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

/* Hauptbild quadratisch und sauber zentriert */
.product-gallery #gallery_wrapper {
    background-color: #ffffff;
}

#product-offer {
    margin-bottom: 1.5rem;
}

/* Fullscreen-Button Position verfeinern */
.product-gallery .product-detail-image-topbar {
    z-index: 20;
}

/* ── 9. Delivery-Promise: kompakter, klarer ──────────────────────────── */
.dotales-delivery-promise {
    margin-top: 0;
    margin-bottom: 0.25rem;
    gap: 0.5rem 0.875rem;
    font-size: 0.8125rem;
}

.dotales-dp-item {
    font-weight: 500;
}

/* ── 10. Passform-Hinweis: Update Text+Styling ────────────────────────
 * Text in details.tpl geändert. Nur CSS-Anpassung hier. */
.dotales-size-hint {
    font-size: 0.8125rem;
    background-color: #faf8f5;
    border-left: 3px solid #c8a97e;
    padding: 0.5rem 0.75rem;
    border-radius: 0 4px 4px 0;
    margin-top: 0.375rem;
    margin-bottom: 0.75rem;
    color: #5a5a5a;
}

.dotales-size-hint svg {
    color: #c8a97e;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── 12. Tabs / Below-Fold: Card-Optik ──────────────────────────────── */
.product-tabs {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 2rem;
}

/* ── 13. USP-Sektion: etwas weniger Außenabstand oben ──────────────── */
.dotales-pdp-usp {
    margin-top: 2rem;
}

/* ── 14. Mobile: Abstände harmonisieren ─────────────────────────────── */
@media (max-width: 767.98px) {
    .product-info {
        padding-top: 1.5rem;
    }

    .product-offer {
        margin-top: 0.75rem;
    }
}

/* ════════════════════════════════════════════════════════════════════════
 * Z-I — PDP PHASE 4.6: REFERENZ-MOCKUP ANGLEICHEN
 *   Gallery: 7/12 col (lg), Info: 5/12 col (lg).
 *   Kein JS. Kein Slick. Nur Layout, Typografie, Spacing, Komponenten.
 * ════════════════════════════════════════════════════════════════════════ */

/* ── A. Sticky Panel: overflow-y und max-height aus Z-H entfernen ───────
 * Eine sehr lange Buybox (viele Varianten, Trust, FAQ) darf nicht in einem
 * scrollbaren Div verschwinden. Sticky ohne Clip. */
@media (min-width: 992px) {
    .product-info-inner {
        overflow-y: visible;
        max-height: none;
        scrollbar-width: auto;
    }
    .product-info-inner::-webkit-scrollbar {
        display: auto;
    }
}

/* ── B. ATF Spalten: Gallery flush, Info mit Padding ─────────────────── */
@media (min-width: 992px) {
    .product-gallery {
        padding-right: 0 !important;
    }
    .product-info {
        padding-left: 2.75rem !important;
    }
}

/* ── C. Galerie Container: sauber rund, kein Clipping ───────────────── */
.product-gallery .gallery-with-action {
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.product-gallery #gallery_wrapper {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1.25rem;
}

/* Thumbnail-Streifen: dezenter Hintergrund */
.product-gallery .product-thumbnails-wrapper {
    margin-top: 0.75rem;
}
.product-gallery .product-thumbnails .square.square-image {
    background-color: #f5f1ec;
}

/* ── D. Produkt-Titel und Tagline: noch stärker ──────────────────────── */
.product-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #0f0f0f;
    margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
    .product-title {
        font-size: 2.25rem;
    }
}

.dotales-pdp-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    margin-bottom: 0.625rem;
    line-height: 1.5;
}

.dotales-pdp-summary,
.dotales-pdp-variant-block,
.dotales-pdp-price-block {
    width: 100%;
}

.dotales-pdp-price-block > .row {
    margin-bottom: 0;
}

/* Rating-Wrapper: direkt unter Tagline, kein Abstand */
.rating-wrapper {
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.rating-wrapper a {
    font-size: 0.8125rem;
    color: #6b6b6b;
    text-decoration: none;
}
.rating-wrapper a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

/* ── E. Info-Essential (SKU, EAN usw.) visuell minimal ──────────────────
 * Schema.org-Attribute bleiben im HTML. Kein display:none (Plugin-sicher).
 * Nur optisch auf Null gezogen: max-height + overflow. */
.info-essential {
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}

/* ── F. Kurzbeschreibung: sauber vom Preis-Bereich abgegrenzt ─────────── */
.shortdesc {
    font-size: 0.9375rem;
    color: #5a5a5a;
    line-height: 1.65;
    margin-bottom: 1rem;
    margin-top: 0;
}

/* ── G. Preis-Bereich: enger, direkt nach Varianten ─────────────────── */
.product-offer {
    margin-top: 0.5rem;
}

.dotales-pdp-price-block {
    margin-bottom: 0.75rem;
}

.product-offer .price--large,
.product-offer .price-wrapper .price {
    font-size: 2.125rem;
    font-weight: 800;
    color: #0f0f0f;
    letter-spacing: -0.02em;
    line-height: 1;
}

/* Durchgestrichener alter Preis: dezenter, daneben */
.product-offer del,
.product-offer .price--old,
.product-offer .price-wrapper del {
    font-size: 1.0625rem;
    color: #a8a098;
    margin-left: 0.625rem;
}

/* Savings Badge direkt nach Preis, klar sichtbar */
.dotales-savings-badge {
    display: inline;
    color: #d94f3a;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0;
    margin: 0 0 0 0.5rem;
    line-height: 1.35;
}

.price-saving-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.125rem 0.5rem;
    max-width: 100%;
}

.price-saving-row-label,
.price-saving-row .text-stroke {
    white-space: nowrap;
}

.price-saving-row .dotales-savings-badge {
    margin-left: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

/* ── H. Variations-Bereich ───────────────────────────────────────────── */
.product-detail .variation-wrapper {
    margin-bottom: 0.375rem;
}
.product-detail .variation-wrapper > dl {
    margin-bottom: 0.875rem;
}
/* Label über den Swatches */
.product-detail .variation-wrapper dt {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3a3a3a;
    margin-bottom: 0.5rem;
}

/* Select-Element für Größen: Premium-Look */
.product-detail .variation-wrapper select,
.product-detail .variation-wrapper .form-control[name*="Variationsfeld"],
.product-detail .variation-wrapper .form-control[name*="var_"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1.5px solid #cec6bb;
    border-radius: 8px;
    padding: 0.6875rem 2.5rem 0.6875rem 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1a1a1a;
    cursor: pointer;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238b7355' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
    background-size: 16px 16px;
    transition: border-color 0.18s, box-shadow 0.18s;
    line-height: 1.4;
}
.product-detail .variation-wrapper select:focus,
.product-detail .variation-wrapper .form-control:focus {
    outline: none;
    border-color: #8b7355;
    box-shadow: 0 0 0 3px rgba(139,115,85,0.14);
}
.product-detail .variation-wrapper select:hover {
    border-color: #8b7355;
}

/* ── I. Kaufbereich: stabile Qty/CTA-Struktur ohne Overlap ──────────── */
.basket-form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.875rem;
    margin-bottom: 0;
}

.product-buy .basket-form-inline {
    margin-left: 0;
    margin-right: 0;
}

.basket-form-inline .dotales-buy-qty,
.basket-form-inline .dotales-buy-cta {
    margin-bottom: 0;
}

.basket-form-inline .dotales-buy-qty {
    flex: 0 0 118px;
    max-width: 118px;
    padding-left: 0;
    padding-right: 0;
}

.basket-form-inline .dotales-buy-cta {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .basket-form-inline {
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .basket-form-inline .dotales-buy-qty {
        flex: 0 0 150px;
        max-width: 150px;
        padding-right: 0;
    }

    .basket-form-inline .dotales-buy-cta {
        flex: 1 1 auto;
        max-width: none;
        padding-left: 0;
    }
}

@media (max-width: 359.98px) {
    .basket-form-inline .dotales-buy-qty,
    .basket-form-inline .dotales-buy-cta {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ── J. Quantity-Stepper ─────────────────────────────────────────────── */
.product-buy .basket-form-inline .form-counter {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.375rem;
    min-height: 3.375rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
    overflow: hidden;
}

.product-buy .basket-form-inline .form-counter .input-group-prepend,
.product-buy .basket-form-inline .form-counter .input-group-append {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 100%;
}

.product-buy .basket-form-inline .form-counter .btn {
    border: 0 !important;
    background-color: transparent !important;
    color: #3a3a3a !important;
    min-width: 48px;
    width: 48px;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    box-shadow: none !important;
}

.product-buy .basket-form-inline .form-counter .input-group-prepend .btn {
    border-right: 1px solid #efefef !important;
}

.product-buy .basket-form-inline .form-counter .input-group-append .btn {
    border-left: 1px solid #efefef !important;
}

.product-buy .basket-form-inline .form-counter .btn:hover,
.product-buy .basket-form-inline .form-counter .btn:focus {
    background-color: #fafafa !important;
    color: #111111 !important;
}

.product-buy .basket-form-inline .form-counter .btn .fas {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.75rem;
}

.product-buy .basket-form-inline .form-counter input.quantity {
    border: 0 !important;
    flex: 0 0 54px;
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 100%;
    margin: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a1a;
    background-color: #ffffff;
    box-shadow: none !important;
    padding: 0 0.25rem;
    line-height: 1;
}

.product-buy .basket-form-inline .form-counter .input-group-text.unit {
    display: none;
}

/* ── K. CTA-Button: maximale Wirkung ────────────────────────────────── */
.product-buy .dotales-buy-cta .btn-primary {
    background-color: #0f0f0f !important;
    border-color: #0f0f0f !important;
    color: #ffffff !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    padding: 0 1.5rem !important;
    height: 3.375rem;
    min-height: 3.375rem;
    border-radius: 10px !important;
    width: 100% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.18s, transform 0.1s, box-shadow 0.18s;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(17, 17, 17, 0.12);
}

.product-buy .dotales-buy-cta .btn .btn-basket-check span {
    display: inline !important;
}

.product-buy .dotales-buy-cta .btn-primary:hover,
.product-buy .dotales-buy-cta .btn-primary:focus {
    background-color: #2a2a2a !important;
    border-color: #2a2a2a !important;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
    transform: translateY(-1px);
}

.product-buy .dotales-buy-cta .btn-primary:active {
    transform: translateY(0) !important;
}

.product-buy .dotales-buy-cta .btn-basket-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    white-space: nowrap;
}

.product-buy .dotales-buy-cta .btn-basket-check i {
    font-size: 0.95rem;
}

@media (max-width: 767.98px) {
    .basket-form-inline {
        gap: 0.625rem;
    }

    .product-buy .basket-form-inline .form-counter {
        height: 3.125rem;
        min-height: 3.125rem;
    }

    .product-buy .basket-form-inline .form-counter .input-group-prepend,
    .product-buy .basket-form-inline .form-counter .input-group-append,
    .product-buy .basket-form-inline .form-counter .btn {
        flex: 0 0 38px;
        width: 38px;
        min-width: 38px;
    }

    .product-buy .basket-form-inline .form-counter input.quantity {
        flex: 0 0 42px;
        width: 42px;
        min-width: 42px;
        max-width: 42px;
        font-size: 0.9375rem;
    }

    .product-buy .dotales-buy-cta .btn-primary {
        height: 3.125rem;
        min-height: 3.125rem;
        padding: 0 1rem !important;
        font-size: 0.875rem !important;
    }

    .product-buy .dotales-buy-cta .btn-basket-check {
        gap: 0.5rem;
    }
}

.dotales-social-proof {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.125rem 0 0;
    margin: 0 0 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.3;
}

.dotales-social-proof-icon {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b08b57;
    flex-shrink: 0;
}

.dotales-social-proof-icon svg {
    width: 100%;
    height: 100%;
}

.dotales-social-proof--summary {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.dotales-social-proof-stars {
    display: none;
    line-height: 1;
}

.dotales-pdp-trust {
    border-top: 1px solid #eee6dc;
    border-bottom: 1px solid #eee6dc;
    background-color: transparent;
    border-radius: 0;
    padding: 1rem 0;
    margin-top: 0.875rem;
    margin-bottom: 0.5rem;
}

.dotales-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.875rem;
}

.dotales-trust-block {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    min-width: 0;
}

.dotales-trust-block-icon {
    width: 1.375rem;
    height: 1.375rem;
    color: #b08b57;
    flex-shrink: 0;
    margin-top: 0.0625rem;
}

.dotales-trust-block-icon svg {
    width: 100%;
    height: 100%;
}

.dotales-trust-block-title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1f1f1f;
}

.dotales-trust-block-sub {
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #6f6a64;
    margin-top: 0.1rem;
}

.dotales-pdp-faq {
    margin-top: 0.875rem;
}

/* ── L. Trust Blocks: als 3-Card-Reihe mit beigem Hintergrund ────────── */
.dotales-trust-row {
    justify-content: space-around;
    gap: 0.5rem;
}
.dotales-trust-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 0;
    gap: 0.3rem;
}
.dotales-trust-block-icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}
.dotales-trust-block-icon svg {
    width: 15px;
    height: 15px;
}
.dotales-trust-block-title {
    font-size: 0.6875rem;
    font-weight: 700;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
}
.dotales-trust-block-sub {
    font-size: 0.625rem;
    text-align: center;
    color: #7a7a7a;
}

/* ── M. FAQ als schlanke Accordion-Cards ────────────────────────────── */
.dotales-pdp-faq {
    border: 1.5px solid #e2dbd4;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0.375rem;
    margin-bottom: 0.25rem;
}
.dotales-faq-item {
    border-bottom: 1px solid #e2dbd4;
}
.dotales-faq-item:last-child {
    border-bottom: none;
}
.dotales-faq-q {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #faf8f5;
}
.dotales-faq-q:hover {
    background-color: #f5f1ec;
}
.dotales-faq-a {
    padding: 0.625rem 1rem 0.875rem;
    background-color: #ffffff;
    font-size: 0.875rem;
    color: #5a5a5a;
    margin: 0;
}

/* ── O. Below-Fold Sections: Rhythmus und Abstände ──────────────────── */
.dotales-pdp-usp {
    margin-top: 0;
    padding: 3.5rem 0;
}
.dotales-pdp-vs {
    padding: 3.5rem 0;
    background-color: #fff;
}
.dotales-pdp-lifestyle {
    padding: 3rem 0;
    background-color: #f7f4f0;
}
.dotales-pdp-reviews {
    padding: 3.5rem 0;
    background-color: #f7f4f0;
}
.dotales-pdp-sizeguide {
    padding: 3.5rem 0;
    background-color: #fff;
}

/* ── P. NOVA Tabs: Premium Card statt nackter Tabelle ───────────────── */
.product-tabs {
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 1.5rem;
    box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.product-tabs .nav-tabs {
    border-bottom: 2px solid #e2dbd4;
    padding: 0 1.25rem;
    background-color: #faf8f5;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.product-tabs .nav-tabs .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #7a7a7a;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.875rem 1rem;
    margin-bottom: -2px;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
}
.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-link:hover {
    color: #0f0f0f;
    border-bottom-color: #0f0f0f;
    background: transparent;
}
.product-tabs .tab-content {
    padding: 2rem 1.5rem;
    background: #ffffff;
}
/* Beschreibungs-Tabelle in den Tabs */
.product-tabs .tab-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}
.product-tabs .tab-content table td,
.product-tabs .tab-content table th {
    padding: 0.625rem 0.875rem;
    border-bottom: 1px solid #e8e0d8;
    vertical-align: top;
}
.product-tabs .tab-content table tr:last-child td {
    border-bottom: none;
}
.product-tabs .tab-content table td:first-child {
    font-weight: 600;
    color: #3a3a3a;
    width: 40%;
}

/* ── Q. Mobile Optimierungen ────────────────────────────────────────── */
@media (max-width: 991.98px) {
    #product-offer {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        row-gap: 0;
    }

    #product-offer > .product-info {
        display: contents;
    }

    #product-offer > .product-info > .product-info-inner {
        display: contents;
    }

    .product-info {
        padding-top: 0 !important;
    }

    .product-info-inner {
        padding-left: 0 !important;
        position: static;
    }

    .product-info-inner > .dotales-pdp-summary {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-bottom: 0.875rem;
    }

    .product-info-inner > .shortdesc {
        order: 8;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-bottom: 1rem;
    }

    .product-info-inner > .product-offer {
        order: 3;
        display: flex;
        flex-direction: column;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-top: 0;
        gap: 0;
    }

    .product-gallery {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
        padding-top: 0;
        margin-bottom: 1rem;
    }

    .product-gallery .gallery-with-action {
        border-radius: 10px;
    }

    .product-info-inner > .product-offer > .dotales-pdp-price-block {
        order: 1;
        margin-bottom: 0.875rem;
    }

    .product-info-inner > .product-offer > .dotales-pdp-price-block > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .product-info-inner > .product-offer > .dotales-social-proof--summary {
        order: 2;
        margin-bottom: 0.875rem;
    }

    .product-info-inner > .product-offer > .dotales-pdp-variant-block {
        order: 3;
        margin-bottom: 0.875rem;
    }

    .product-info-inner > .product-offer > .product-buy {
        display: contents;
    }

    .product-buy > .row.basket-form-inline {
        order: 4;
        margin-bottom: 0;
    }

    /* PayPal-Slot explizit zwischen CTA (4) und Trust (6) */
    .product-buy > #dotales-paypal-after-cart {
        order: 5;
        margin-top: 0.625rem;
    }

    .product-buy > .dotales-pdp-trust {
        order: 6;
        margin-top: 0.75rem;
    }

    /* .dotales-pdp-faq wurde aus basket.tpl entfernt — Regel bleibt als Fallback */
    .product-buy > .dotales-pdp-faq {
        order: 7;
    }

    .product-buy > .dotales-sticky-cta {
        order: 8;
    }

    .product-buy > .row:not(.basket-form-inline) {
        order: 9;
    }
}

@media (max-width: 767.98px) {
    .search-form-wrapper-fixed,
    .fixed-search,
    .search-form-wrapper-fixed .input-group,
    .fixed-search .input-group,
    .search-form-wrapper-fixed .form-control,
    .fixed-search .form-control,
    .dotales-sticky-cta,
    .dotales-pdp-container,
    .dotales-pdp-container .product-gallery,
    .dotales-pdp-container .product-info-inner,
    .dotales-pdp-container .product-offer {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .search-form-wrapper-fixed,
    .fixed-search {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .search-form-wrapper-fixed .input-group,
    .fixed-search .input-group {
        display: flex;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .search-form-wrapper-fixed .form-control,
    .search-form-wrapper-fixed .form-control:focus,
    .fixed-search .form-control,
    .fixed-search .form-control:focus {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .dotales-pdp-container img,
    .dotales-sticky-cta img {
        max-width: 100%;
        height: auto;
    }

    .dotales-pdp-trust {
        padding: 0.875rem 0;
    }

    .dotales-trust-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .dotales-trust-block-title {
        font-size: 0.8125rem;
    }

    .dotales-trust-block-sub,
    .dotales-social-proof,
    .dotales-savings-badge {
        font-size: 0.7rem;
    }

    .dotales-pdp-summary,
    .product-info-inner > .shortdesc,
    .product-info-inner > .product-offer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .price-saving-row {
        gap: 0.25rem 0.375rem;
        overflow-wrap: anywhere;
    }

    .price-saving-row .text-stroke,
    .price-saving-row .dotales-savings-badge,
    .price-saving-row-label {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .product-title {
        font-size: 1.625rem;
    }
    .product-offer .price--large,
    .product-offer .price-wrapper .price {
        font-size: 1.875rem;
    }
    .dotales-savings-badge {
        display: inline;
        width: auto;
        margin: 0;
    }
    .dotales-pdp-usp {
        padding: 2.5rem 0;
    }
    .dotales-pdp-vs,
    .dotales-pdp-lifestyle,
    .dotales-pdp-reviews,
    .dotales-pdp-sizeguide {
        padding: 2.5rem 0;
    }
}

/* ════════════════════════════════════════════════════════════════════════
 * Z-R — PDP GALLERY LAYOUT: DESKTOP THUMBS LEFT / MAIN IMAGE RIGHT
 *   Ziel: Thumbnail-Leiste visuell vom Hauptbild entkoppeln, ohne die
 *   bestehende NOVA-/Variantenlogik umzubauen.
 *   Ansatz: Desktop-Grid auf bestehender image.tpl-Struktur, Mobile bleibt
 *   horizontal unter dem Hauptbild.
 * ════════════════════════════════════════════════════════════════════════ */

.product-gallery #image_wrapper {
    text-align: left;
}

@media (min-width: 992px) {
    .product-gallery .gallery-with-action {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
    }

    .product-gallery #image_wrapper .gallery-with-action-main {
        display: grid;
        grid-template-columns: 5.5rem minmax(0, 1fr);
        gap: 1rem;
        align-items: start;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    .product-gallery #image_wrapper .gallery-with-action-main > .product-detail-image-topbar {
        grid-column: 2;
        grid-row: 1;
        position: absolute;
        top: 0.875rem;
        right: 0.875rem;
        width: auto;
        margin: 0;
        padding: 0;
        z-index: 30;
    }

    .product-gallery #image_wrapper .gallery-with-action-main > .col-12:not(.product-detail-image-topbar):not(.product-detail-image-preview-bar) {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        max-width: none;
        flex: initial;
        padding: 0;
    }

    .product-gallery #image_wrapper .gallery-with-action-main > .product-detail-image-preview-bar {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        max-width: none;
        flex: initial;
        align-self: start !important;
        margin: 0;
        padding: 0;
    }

    .product-gallery #gallery_wrapper {
        background-color: #ffffff;
        border: none;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
        padding: 1rem;
        height: auto;
        min-height: unset;
    }

    .product-gallery #gallery .square.square-image {
        aspect-ratio: 5 / 4;
        height: auto;
        min-height: unset;
    }

    .product-gallery #gallery .square.square-image::before {
        content: none;
        padding-bottom: 0;
    }

    .product-gallery #gallery .square.square-image .inner {
        position: relative;
        inset: auto;
        width: 100%;
        height: 100%;
    }

    .product-gallery .slick-list,
    .product-gallery .slick-track {
        height: auto !important;
    }

    .product-gallery #gallery {
        margin-bottom: 0;
    }

    .product-gallery .product-thumbnails-wrapper {
        width: 100%;
        margin-top: 0;
    }

    .product-gallery #gallery_preview_wrapper {
        width: 100%;
        max-height: min(38.75rem, calc(100vh - 8rem));
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 0;
        scroll-behavior: smooth;
        scroll-snap-type: y proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .product-gallery #gallery_preview_wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .product-gallery #gallery_preview.product-thumbnails {
        display: block;
        width: 100%;
        margin: 0;
    }

    .product-gallery #gallery_preview .slick-list {
        height: auto !important;
        padding: 0 !important;
    }

    .product-gallery #gallery_preview .slick-track {
        display: flex !important;
        flex-direction: column;
        width: 100% !important;
        transform: none !important;
    }

    .product-gallery #gallery_preview .slick-slide {
        border: 0 !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0.875rem;
        scroll-snap-align: start;
        box-shadow: none !important;
        background: transparent;
    }

    .product-gallery #gallery_preview .slick-slide:last-child {
        margin-bottom: 0;
    }

    .product-gallery #gallery_preview .slick-cloned,
    .product-gallery #gallery_preview .slick-arrow {
        display: none !important;
    }

    .product-gallery .product-thumbnails .square.square-image {
        width: 100%;
        margin-bottom: 0;
        border: 1px solid transparent;
        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: none;
    }

    .product-gallery .product-thumbnails .square.square-image:hover {
        border-color: #f0ebe4;
        box-shadow: none;
    }

    .product-gallery .product-thumbnails .square.square-image.slick-current,
    .product-gallery .product-thumbnails .square.square-image.preview-first.slick-current {
        border: 2px solid #c8a97e;
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .product-gallery .gallery-with-action {
        overflow: hidden;
    }

    .product-gallery #gallery_preview_wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

/* === Phase 5: Warenkorb & Checkout (nur kosmetisch) === */

/* === Phase 6: Feinschliff, Performance, Mobile QA === */

/* ════════════════════════════════════════════════════════════════════════
 * Z-J — PDP PHASE 4.7: BUGFIX — Overlaps, Farbvarianten, Lifestyle-Bild
 *   A: Qty/CTA kein Overlap auf Mobile
 *   B: IMGSWATCHES 56px quadratisch (override Z-A 34px/50%)
 *   C: Lifestyle-Card mit optionalem Bild
 * ════════════════════════════════════════════════════════════════════════ */

/* Qty/CTA- und IMGSWATCHES-Bugfix aus 4.7 in 4.8 konsolidiert. */

/* ── C. Lifestyle-Card: Bild links, Text rechts ─────────────────────── */

/* Mit Bild: horizontales Layout ab MD */
.dotales-lifestyle-card--withimage {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

@media (min-width: 768px) {
    .dotales-lifestyle-card--withimage {
        flex-direction: row;
        align-items: center;
        gap: 3.5rem;
    }
    .dotales-lifestyle-card--withimage .dotales-lifestyle-img-wrapper {
        flex: 0 0 44%;
        max-width: 44%;
    }
    .dotales-lifestyle-card--withimage .dotales-lifestyle-content {
        flex: 1 1 0;
    }
}

.dotales-lifestyle-img-wrapper {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: #f5f1ec;
}

.dotales-lifestyle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Content-Bereich im Image-Layout */
.dotales-lifestyle-card--withimage .dotales-lifestyle-heading {
    text-align: left;
    margin-bottom: 1rem;
}
.dotales-lifestyle-card--withimage .dotales-lifestyle-body {
    text-align: left;
    margin-bottom: 1.5rem;
}
.dotales-lifestyle-card--withimage .dotales-lifestyle-icons {
    justify-content: flex-start;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .dotales-pdp-lifestyle > .container {
        max-width: 1320px;
    }

    .dotales-lifestyle-card--withimage {
        max-width: none;
        width: 100%;
        gap: 3.75rem;
        align-items: center;
    }

    .dotales-lifestyle-card--withimage .dotales-lifestyle-img-wrapper {
        flex: 0 0 55%;
        max-width: 55%;
        width: 100%;
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .dotales-lifestyle-card--withimage .dotales-lifestyle-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dotales-lifestyle-card--withimage .dotales-lifestyle-content {
        flex: 0 0 45%;
        max-width: 33rem;
        min-width: 0;
        margin: 0 auto 0 0;
        align-self: center;
    }

    .dotales-lifestyle-card--withimage .dotales-lifestyle-heading,
    .dotales-lifestyle-card--withimage .dotales-lifestyle-body {
        max-width: 32rem;
    }

    .dotales-lifestyle-card--withimage .dotales-lifestyle-icons {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 1rem;
        width: 100%;
    }

    .dotales-lifestyle-card--withimage .dotales-lifestyle-icon-item {
        flex: 1 1 0;
        min-width: 0;
        font-size: 0.75rem;
        letter-spacing: 0.03em;
        white-space: nowrap;
    }
}

    /* ════════════════════════════════════════════════════════════════════════
     * Z-K — PDP PHASE 4.9: BELOW-FOLD MODERNIZATION
     *   Reviews, Größenberater + Beschreibung, Extras/Preisverlauf, Trust Row
     * ════════════════════════════════════════════════════════════════════════ */

    .dotales-pdp-info > .container,
    .dotales-pdp-extras > .container,
    .dotales-pdp-bottom-trust > .container {
        max-width: 1360px;
    }

    .dotales-pdp-reviews {
        width: 100%;
        margin-top: 2rem;
        padding: 5.75rem 0 5.25rem;
        background: #f7f4f0;
    }

    .dotales-reviews-inner {
        max-width: 1480px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .dotales-reviews-header {
        margin-bottom: 3.5rem;
        text-align: center;
    }

    .dotales-reviews-heading {
        font-size: clamp(2.125rem, 1.75rem + 1.2vw, 2.625rem);
        line-height: 1.12;
        letter-spacing: -0.035em;
        margin: 0;
    }

    .dotales-reviews-subline {
        max-width: 34rem;
        margin: 0.875rem auto 0;
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #6f655a;
    }

    .dotales-reviews-stage {
        position: relative;
        overflow: hidden;
    }

    .dotales-reviews-stage::before,
    .dotales-reviews-stage::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 5.5rem;
        z-index: 2;
        pointer-events: none;
    }

    .dotales-reviews-stage::before {
        left: 0;
        background: linear-gradient(90deg, #f7f4f0 20%, rgba(247, 244, 240, 0) 100%);
    }

    .dotales-reviews-stage::after {
        right: 0;
        background: linear-gradient(270deg, #f7f4f0 20%, rgba(247, 244, 240, 0) 100%);
    }

    .dotales-reviews-controls {
        display: none;
    }

    .dotales-reviews-slider {
        display: flex;
        gap: 1.5rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 0 6rem 1rem 0.5rem;
        cursor: grab;
    }

    .dotales-reviews-slider::-webkit-scrollbar {
        display: none;
    }

    .dotales-reviews-slider:active {
        cursor: grabbing;
    }

    .dotales-review-card {
        flex: 0 0 min(24rem, calc(100vw - 5rem));
        width: min(24rem, calc(100vw - 5rem));
        min-width: min(21.5rem, calc(100vw - 5rem));
        max-width: 24rem;
        min-height: 20rem;
        background-color: #ffffff;
        border: 1px solid #e8dfd5;
        border-radius: 20px;
        padding: 1.875rem 1.75rem;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        gap: 1.125rem;
        box-shadow: 0 18px 40px rgba(39, 28, 18, 0.08);
    }

    .dotales-review-stars {
        letter-spacing: 0.16em;
    }

    .dotales-review-stars .dotales-star-on,
    .dotales-review-stars .dotales-star-off {
        font-size: 1.18rem;
    }

    .dotales-review-text {
        font-size: 1.045rem;
        line-height: 1.85;
        color: #2b2b2b;
        display: -webkit-box;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .dotales-review-avatar {
        flex: 0 0 auto;
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #f7f1ea;
        border: 1px solid #ece1d4;
        color: #b6966e;
    }

    .dotales-review-avatar svg {
        width: 1.35rem;
        height: 1.35rem;
        display: block;
    }

    .dotales-review-meta-copy {
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        min-width: 0;
    }

    .dotales-review-meta {
        gap: 1rem;
        padding-top: 1.25rem;
        align-items: center;
    }

    .dotales-review-name {
        font-size: 0.98rem;
        font-weight: 600;
        color: #171717;
    }

    .dotales-review-verified {
        padding: 0;
        background: transparent;
        border-radius: 0;
        font-size: 0.8rem;
        color: #8b7355;
    }

    .dotales-pdp-info {
        padding: 0 0 3.25rem;
        background-color: #ffffff;
    }

    .dotales-pdp-info-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .dotales-pdp-info-card {
        background-color: #ffffff;
        border: 1px solid #ece7e1;
        border-radius: 18px;
        padding: 1.75rem;
        box-shadow: 0 8px 24px rgba(30, 24, 16, 0.035);
    }

    .dotales-info-card-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1.125rem;
    }

    .dotales-info-card-heading {
        font-family: 'Poppins', sans-serif;
        font-size: 1.625rem;
        font-weight: 600;
        color: #141414;
        letter-spacing: -0.03em;
        line-height: 1.15;
        margin: 0;
    }

    .dotales-sizeguide-card-head {
        align-items: center;
    }

    .dotales-sizeguide-head-copy {
        min-width: 0;
    }

    .dotales-sizeguide-figure {
        flex: 0 0 auto;
        width: 7rem;
        height: 7rem;
        color: #c7b8a5;
    }

    .dotales-sizeguide-figure svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .dotales-sizeguide-card-body {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
    }

    .dotales-sizeguide-list {
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .dotales-sizeguide-card-footer {
        margin-top: 0.125rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
    }

    .dotales-sizeguide-table-wrap {
        border: 1px solid #eee7df;
        border-radius: 12px;
        background-color: #ffffff;
    }

    .dotales-sizeguide-table {
        min-width: 34rem;
    }

    .dotales-sizeguide-btn {
        background-color: #f4e7d6;
        border-color: #e5d0b6;
        color: #1a1a1a;
        font-weight: 600;
        box-shadow: none;
        align-self: flex-start;
    }

    .dotales-description-card {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .dotales-description-body {
        font-family: 'Poppins', sans-serif;
        font-size: 0.95rem;
        color: #5a5a5a;
        line-height: 1.68;
        max-width: 34rem;
    }

    .dotales-description-body p:first-child {
        margin-top: 0;
    }

    .dotales-description-body p:last-child {
        margin-bottom: 0;
    }

    .dotales-description-highlights {
        margin: 1.25rem 0 0;
        padding-left: 0;
        display: grid;
        gap: 0.625rem;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9375rem;
        color: #1f1f1f;
        list-style: none;
    }

    .dotales-description-highlights li {
        position: relative;
        padding-left: 1.5rem;
        font-weight: 500;
    }

    .dotales-description-highlights li::before {
        content: '';
        position: absolute;
        top: 0.55rem;
        left: 0;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 999px;
        background-color: #c8a97e;
    }

    .dotales-description-more {
        margin-top: auto;
        border-top: 1px solid #f0ebe4;
        padding-top: 1rem;
    }

    .dotales-description-more-link {
        list-style: none;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
        font-weight: 500;
        color: #4b4b4b;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 0.18em;
    }

    .dotales-description-more-link::-webkit-details-marker {
        display: none;
    }

    .dotales-description-more-link::after {
        content: '→';
        font-size: 0.95rem;
        line-height: 1;
    }

    .dotales-description-more[open] .dotales-description-more-link::after {
        content: '↗';
    }

    .dotales-description-more-body {
        margin-top: 1rem;
    }

    .dotales-description-fullcopy {
        font-family: 'Poppins', sans-serif;
        font-size: 0.9375rem;
        line-height: 1.7;
        color: #565656;
        margin-bottom: 1rem;
    }

    .dotales-description-fullcopy > :first-child {
        margin-top: 0;
    }

    .dotales-description-fullcopy > :last-child {
        margin-bottom: 0;
    }

    .dotales-description-more-body table {
        width: 100%;
        border-collapse: collapse;
    }

    .dotales-description-more-body td,
    .dotales-description-more-body th {
        padding: 0.75rem 0;
        border-bottom: 1px solid #f0ebe4;
        vertical-align: top;
    }

    .dotales-description-more-body tr:last-child td,
    .dotales-description-more-body tr:last-child th {
        border-bottom: none;
    }

    .dotales-pdp-extras {
        padding: 0 0 2.25rem;
        background-color: #ffffff;
    }

    .dotales-pdp-extras-stack {
        display: grid;
        gap: 0.875rem;
    }

    .dotales-extra-card {
        background-color: #ffffff;
        border: 1px solid #ece7e1;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(30, 24, 16, 0.03);
        overflow: hidden;
    }

    .dotales-extra-card-summary {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 1.5rem;
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        color: #161616;
        cursor: pointer;
    }

    .dotales-extra-card-summary::-webkit-details-marker {
        display: none;
    }

    .dotales-extra-card-summary::after {
        content: '+';
        color: #8b7355;
        font-size: 1.25rem;
        line-height: 1;
    }

    .dotales-extra-card[open] .dotales-extra-card-summary::after {
        content: '–';
    }

    .dotales-extra-card-body {
        padding: 0 1.5rem 1.5rem;
    }

    .dotales-pdp-bottom-trust {
        padding: 0 0 3.5rem;
        background-color: #ffffff;
    }

    .dotales-bottom-trust-row {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .dotales-bottom-trust-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        min-width: 0;
        padding: 0.375rem 0.25rem;
    }

    .dotales-bottom-trust-icon {
        flex: 0 0 auto;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 999px;
        border: 1px solid #eadfce;
        background-color: #fffaf4;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c2a17a;
    }

    .dotales-bottom-trust-icon svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .dotales-bottom-trust-title {
        font-family: 'Poppins', sans-serif;
        font-size: 0.8125rem;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.35;
    }

    .dotales-bottom-trust-sub {
        font-family: 'Poppins', sans-serif;
        font-size: 0.75rem;
        color: #77706a;
        line-height: 1.45;
        margin-top: 0.125rem;
    }

    @media (min-width: 992px) {
        .dotales-pdp-info-grid {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 1.5rem;
            align-items: stretch;
        }

        .dotales-pdp-info-card {
            padding: 1.75rem 1.75rem 1.875rem;
            min-height: 100%;
        }

        .dotales-description-card {
            min-height: 100%;
        }
    }

    @media (min-width: 768px) {
        .dotales-reviews-header {
            margin-bottom: 3.75rem;
        }

        .dotales-reviews-controls {
            position: absolute;
            inset: 50% 0 auto 0;
            top: 50%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            z-index: 3;
            pointer-events: none;
        }

        .dotales-review-nav {
            width: 3.5rem;
            height: 3.5rem;
            border: 1px solid #ddcfbe;
            border-radius: 999px;
            background-color: rgba(255, 255, 255, 0.96);
            color: #2b241d;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 16px 32px rgba(45, 30, 16, 0.12);
            pointer-events: auto;
            transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
        }

        .dotales-review-prev {
            transform: translateX(-0.5rem);
        }

        .dotales-review-next {
            transform: translateX(0.5rem);
        }

        .dotales-review-nav svg {
            width: 1.3rem;
            height: 1.3rem;
            display: block;
        }

        .dotales-review-nav:hover:not(:disabled) {
            border-color: #cfb190;
            background-color: #ffffff;
            color: #8b7355;
        }

        .dotales-review-nav:disabled {
            opacity: 0.35;
            cursor: default;
        }
    }

    @media (max-width: 991.98px) {
        .dotales-pdp-reviews,
        .dotales-pdp-info,
        .dotales-pdp-extras,
        .dotales-pdp-bottom-trust {
            padding-left: 0;
            padding-right: 0;
        }

        .dotales-pdp-info-card,
        .dotales-extra-card,
        .dotales-review-card {
            border-radius: 16px;
        }

        .dotales-reviews-stage::before,
        .dotales-reviews-stage::after {
            width: 2.75rem;
        }

        .dotales-bottom-trust-row {
            grid-template-columns: 1fr 1fr;
            gap: 1rem 0.875rem;
        }
    }

    @media (max-width: 767.98px) {
        .dotales-pdp-reviews {
            margin-top: 1.25rem;
            padding: 4.5rem 0 4rem;
        }

        .dotales-pdp-info,
        .dotales-pdp-extras,
        .dotales-pdp-bottom-trust {
            padding-bottom: 2.5rem;
        }

        .dotales-reviews-heading,
        .dotales-info-card-heading {
            font-size: 1.625rem;
        }

        .dotales-reviews-header {
            margin-bottom: 2.5rem;
        }

        .dotales-reviews-subline {
            margin-top: 0.75rem;
            font-size: 0.9375rem;
        }

        .dotales-reviews-stage::before,
        .dotales-reviews-stage::after {
            display: none;
        }

        .dotales-reviews-slider {
            gap: 1rem;
            padding: 0 1.25rem 0.75rem 0;
        }

        .dotales-review-card {
            flex-basis: min(22rem, calc(100vw - 2.5rem));
            width: min(22rem, calc(100vw - 2.5rem));
            min-width: min(18.75rem, calc(100vw - 2.5rem));
            min-height: 18rem;
            padding: 1.5rem;
        }

        .dotales-pdp-info-card {
            padding: 1.5rem;
        }

        .dotales-info-card-head {
            align-items: flex-start;
            margin-bottom: 1.25rem;
        }

        .dotales-sizeguide-figure {
            width: 5.25rem;
            height: 5.25rem;
        }

        .dotales-sizeguide-table {
            min-width: 32rem;
        }

        .dotales-extra-card-summary {
            padding: 1rem 1.125rem;
            font-size: 0.9375rem;
        }

        .dotales-extra-card-body {
            padding: 0 1.125rem 1.125rem;
        }

        .dotales-bottom-trust-row {
            grid-template-columns: 1fr;
        }
    }

/* ============================================================
   Z-L — UI/UX Audit: Consolidation & Feinschliff
   Fixes conflicting trust-block definitions, normalises
   typography, harmonises card shadows, review section
   background, FAQ toggle indicator, form cleanup, spacing.
   ============================================================ */

/* --- Z-L 1: Trust blocks — single authoritative definition --- */
/* Override the two conflicting Z-I definitions */
.dotales-pdp-trust .dotales-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    padding: 1.25rem 0 0.5rem;
}

.dotales-pdp-trust .dotales-trust-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 5rem;
    gap: 0.5rem;
    padding: 0 0.25rem;
}

.dotales-pdp-trust .dotales-trust-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #faf7f3;
    border: 1px solid #ede6de;
    color: #b08b57;
    flex-shrink: 0;
}

.dotales-pdp-trust .dotales-trust-block-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.dotales-pdp-trust .dotales-trust-block-title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.dotales-pdp-trust .dotales-trust-block-sub {
    font-size: 0.75rem;
    color: #7a7a7a;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .dotales-pdp-trust .dotales-trust-block-title {
        font-size: 0.875rem;
    }
    .dotales-pdp-trust .dotales-trust-block-sub {
        font-size: 0.8125rem;
    }
}

/* --- Z-L 2: Reviews section — white background (was beige = adjacent to lifestyle) --- */
.dotales-pdp-reviews {
    background: #ffffff;
}

.dotales-reviews-stage::before {
    background: linear-gradient(to right, #ffffff, transparent);
}

.dotales-reviews-stage::after {
    background: linear-gradient(to left, #ffffff, transparent);
}

/* --- Z-L 3: Card shadow harmonisation --- */
.dotales-review-card {
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(40, 28, 15, 0.07);
}

.dotales-pdp-info-card {
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(40, 28, 15, 0.05);
}

.dotales-extra-card {
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(40, 28, 15, 0.04);
}

.dotales-pdp-faq .dotales-faq-item {
    border-radius: 12px;
    border-color: #e8e0d8;
}

.product-tabs .product-detail-tab-wrapper {
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(40, 28, 15, 0.05);
}

/* --- Z-L 4: Typography normalisation (review section) --- */
.dotales-review-text {
    font-size: 1.0625rem;
}

.dotales-review-name {
    font-size: 1rem;
}

.dotales-review-verified {
    font-size: 0.8125rem;
}

/* --- Z-L 5: FAQ toggle indicator --- */
.dotales-faq-item summary.dotales-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    cursor: pointer;
}

.dotales-faq-item summary.dotales-faq-q::-webkit-details-marker {
    display: none;
}

.dotales-faq-item summary.dotales-faq-q::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 400;
    color: #8b7355;
    flex-shrink: 0;
    margin-left: 0.75rem;
    line-height: 1;
}

.dotales-faq-item[open] > summary.dotales-faq-q::after {
    content: '–';
}

/* --- Z-L 6: Number input — hide browser spin buttons inside buy form --- */
.product-buy input[type="number"]::-webkit-inner-spin-button,
.product-buy input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-buy input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* --- Z-L 7: Product tabs — hide horizontal scrollbar on nav --- */
.product-tabs .nav-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}

/* --- Z-L 8: Sizeguide table — styled horizontal scroll --- */
.dotales-sizeguide-table-wrap {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #e0d8ce transparent;
}

.dotales-sizeguide-table-wrap::-webkit-scrollbar {
    height: 4px;
}

.dotales-sizeguide-table-wrap::-webkit-scrollbar-track {
    background: transparent;
}

.dotales-sizeguide-table-wrap::-webkit-scrollbar-thumb {
    background: #e0d8ce;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .dotales-sizeguide-table {
        min-width: 28rem;
    }
}

/* --- Z-L 9: Spacing micro-fixes --- */
.dotales-pdp-price-block {
    margin-bottom: 1rem;
}

.product-detail .variation-wrapper dl {
    margin-bottom: 1rem;
}

/* --- Z-L 10: Sticky CTA button radius — match main CTA --- */
.dotales-sticky-cta-btn {
    border-radius: 10px;
}

/* --- Z-L 11: Below-fold section padding harmonisation --- */
.dotales-pdp-info {
    padding: 4rem 0;
}

.dotales-pdp-extras {
    padding: 0 0 4rem;
}

.dotales-pdp-bottom-trust {
    padding: 0 0 4rem;
    border-top: 1px solid #f0ebe4;
}

/* ============================================================
   Z-M — Containment Hardening: Overflow & Layout Stability
   Systematically prevents any element from breaking its card
   boundary or causing body-level horizontal scroll.

   Root causes addressed:
   1. grid-template-columns: 1fr = minmax(auto,1fr) — allows
      grid cells to expand to table width instead of scrolling.
   2. .dotales-sizeguide-table-wrap has overflow-x:auto but no
      constrained width — it grows with the table.
   3. Grid/flex children without min-width:0 never shrink below
      their content's min-content size.
   4. No overflow-wrap on text containers — long URLs/names break
      out of cards.
   5. Tables inside tab-content and description-more have no
      horizontal scroll container — they push the card wider.
   6. User-supplied cBeschreibung HTML can contain images and
      tables with fixed pixel widths.
   ============================================================ */

/* --- Z-M 2: Sizeguide table wrapper — explicit width constraint ---
   overflow-x:auto alone is not enough if the wrapper can grow freely.
   width:100% + max-width:100% anchors it to the grid cell width. */
.dotales-sizeguide-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* --- Z-M 3: All grid/flex children — allow shrinking ---
   Grid and flex items have min-width:auto by default, which prevents
   them from shrinking below their content. Resetting to 0 lets
   overflow containers do their job. */
.dotales-pdp-info-grid > *,
.dotales-pdp-extras-grid > *,
.dotales-pdp-info-card {
    min-width: 0;
}

/* --- Z-M 4: Text containment — long unbreakable strings ---
   Handles long URLs, product names, SKUs, and CJK text that
   would otherwise overflow their text container. */
.dotales-description-body,
.dotales-description-fullcopy,
.dotales-description-more-body,
.dotales-faq-a,
.dotales-review-text,
.dotales-review-name,
.product-tabs .tab-content {
    overflow-wrap: break-word;
    word-break: break-word;
}

/* --- Z-M 5: Content media — never exceed container width ---
   User HTML (cBeschreibung, attributes) may contain img/video/iframe
   with fixed pixel widths. These rules override inline width attributes. */
.dotales-description-fullcopy img,
.dotales-description-fullcopy video,
.dotales-description-fullcopy iframe,
.dotales-description-more-body img,
.dotales-description-more-body video,
.dotales-description-more-body iframe,
.product-tabs .tab-content img,
.product-tabs .tab-content video,
.product-tabs .tab-content iframe {
    max-width: 100%;
    height: auto;
}

/* --- Z-M 6: Tables in content areas — horizontal scroll ---
   .product-tabs has overflow:hidden for border-radius clipping.
   .tab-content gets overflow-x:auto so wide tables scroll within
   the card without expanding it.
   .dotales-description-more-body wraps the attributes table — same
   principle: scroll inside, not outside. */
.product-tabs .tab-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dotales-description-more-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Attribute table from attributes.tpl — allow natural table width,
   scroll within the description-more-body scroll container. */
.dotales-description-more-body table {
    min-width: max-content;
}

/* --- Z-M 7: Section containers — prevent overflow escaping page ---
   These sections contain all below-fold content. Clipping here
   is the last line of defence against body-level horizontal scroll.
   overflow-x:clip (not hidden) so position:fixed children are unaffected. */
.dotales-pdp-info,
.dotales-pdp-extras,
.dotales-pdp-bottom-trust,
.dotales-pdp-sizeguide,
.dotales-pdp-reviews,
.dotales-pdp-usp,
.dotales-pdp-vs,
.dotales-pdp-lifestyle {
    overflow-x: clip;
}

/* ============================================================
   Z-N — Strukturelle PDP-Änderungen
   1. Gallery sticky (Desktop) statt Info sticky
   2. PayPal-Slot #dotales-paypal-after-cart
   3. FAQ-Sektion below-fold (.dotales-pdp-faq-section)
   ============================================================ */

/* ─── CSS custom property: Sticky-Offset (Header-Höhe + Gap) ────────────────
   Trust-Bar (~36px) + Hauptnavigation (~60px) ≈ 6rem (96px).
   Hier anpassen wenn der Header eine andere Höhe hat. */
:root {
    --dotales-sticky-top: 5.5rem;
}

/* ─── Aufgabe 1: Gallery sticky, Info scrollt ───────────────────────────────
   Vorher: .product-info + .product-info-inner waren sticky.
   Jetzt: .product-gallery ist sticky → Bild bleibt sichtbar wie bei Zalando.
   Wichtig: #product-offer hat align-items:start (Grid),
   gallery-with-action hat overflow:visible auf Desktop → kein Blocker.
   Die Sticky-Grenze ist die Höhe des #product-offer Rows. */
@media (min-width: 992px) {
    /* Sticky von rechter Spalte entfernen */
    .product-detail .product-info {
        position: static;
        top: auto;
        align-self: auto;
    }
    .product-info-inner {
        position: static;
        top: auto;
        max-height: none;
        overflow-y: visible;
    }
    /* Gallery-Spalte sticky — sticks bis zum Ende von #product-offer */
    .product-gallery {
        position: sticky;
        top: var(--dotales-sticky-top);
        align-self: start;
    }
}

/* ─── Aufgabe 2: PayPal-Slot ─────────────────────────────────────────────────
   ID: #dotales-paypal-after-cart
   Direkt unter Menge+CTA, vor Trust-Elementen.
   JTL PayPal-Plugin Konfiguration: CSS-Selector → #dotales-paypal-after-cart
   :empty → kein Leerraum wenn kein Plugin injiziert. */
#dotales-paypal-after-cart {
    margin: 0.875rem 0 0;
    /* min-height:0 + no display:none — PayPal JS SDK prüft Sichtbarkeit
       vor dem Rendern. display:none auf :empty würde den Slot für den
       Renderer unsichtbar machen → Plugin injiziert woanders. */
    min-height: 0;
}
#dotales-paypal-after-cart:empty {
    margin: 0;
    /* Kein display:none — leerer Slot bleibt im Fluss (keine Höhe) */
}

/* ─── Aufgabe 3: FAQ-Sektion below-fold ──────────────────────────────────────
   Container: .dotales-pdp-faq-section (details.tpl, nach .dotales-pdp-info)
   Die FAQ-Items selbst nutzen die bestehenden .dotales-faq-item Regeln aus Z-L. */
.dotales-pdp-faq-section {
    padding: 3.5rem 0;
    background: #ffffff;
    border-top: 1px solid #f0ebe4;
}

.dotales-pdp-faq-section > .container {
    max-width: 760px;
}

.dotales-faq-section-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.dotales-pdp-faq-section .dotales-pdp-faq {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (max-width: 575px) {
    .dotales-pdp-faq-section {
        padding: 2.5rem 0;
    }
    .dotales-faq-section-heading {
        font-size: 1.25rem;
    }
}

/* ============================================================
   Z-O — Beschreibungsbox: Overflow-Fix, Tabellen modernisieren
   Scopes: .dotales-description-more-body (attributes.tpl)
   ============================================================ */

/* ── 1. Overflow-Fix ────────────────────────────────────────────────────────
   Z-M hatte overflow-x:auto + min-width:max-content gesetzt → das erzwang
   horizontalen Scroll. Beide Werte werden hier überschrieben: Die Tabelle
   soll umbrechen statt scrollen. */
.dotales-description-more-body {
    overflow-x: hidden;
    min-width: 0;
}

.dotales-description-more-body table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.dotales-description-more-body td,
.dotales-description-more-body th {
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

/* ── 2. NOVA-Reset ──────────────────────────────────────────────────────────
   Bootstrap table-striped setzt background-color auf tr:nth-of-type(odd).
   table-bordered-outline setzt harte Borders.
   Beides wird gezielt auf transparent/none gesetzt. */
.dotales-description-more-body .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.dotales-description-more-body .table,
.dotales-description-more-body .table-bordered,
.dotales-description-more-body .table-bordered-outline {
    border: none;
    background-color: transparent;
}

.dotales-description-more-body .table > thead > tr > td,
.dotales-description-more-body .table > thead > tr > th,
.dotales-description-more-body .table > tbody > tr > td,
.dotales-description-more-body .table > tbody > tr > th {
    border: none;
    border-bottom: 1px solid #f0ebe4;
    background-color: transparent !important;
}

/* Bootstrap badge-primary auf Merkmalwerten → unstyled plain text */
.dotales-description-more-body .badge,
.dotales-description-more-body a.badge {
    background: transparent !important;
    color: #2a2a2a;
    font-size: inherit;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    display: inline;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
}

/* ── 3. Attribute-Tabelle: Premium-Optik ────────────────────────────────────
   Zwei Spalten: Label (38%) links, Wert (62%) rechts.
   Kein NOVA-Grau. Dezente Trennlinie. Warme Hover-Fläche. */
.dotales-description-more-body .product-attributes table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
}

/* Label-Spalte (td.h6) */
.dotales-description-more-body .product-attributes td:first-child,
.dotales-description-more-body .product-attributes th:first-child {
    width: 40%;
    padding-right: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Wert-Spalte */
.dotales-description-more-body .product-attributes td:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.6;
}

/* Alle Zellen */
.dotales-description-more-body .product-attributes td,
.dotales-description-more-body .product-attributes th {
    padding: 0.75rem 0;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #f0ebe4;
    background-color: transparent !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.dotales-description-more-body .product-attributes tr:last-child td,
.dotales-description-more-body .product-attributes tr:last-child th {
    border-bottom: none;
}

.dotales-description-more-body .product-attributes tbody tr:hover td {
    background-color: #faf7f3 !important;
}

/* ── 4. Mobile: Label und Wert gestapelt ────────────────────────────────────
   Unter 576px wird die Tabelle zu einem Block-Layout:
   Label steht über dem Wert, keine 2-spaltige Tabelle mehr. */
@media (max-width: 575px) {
    .dotales-description-more-body .product-attributes table,
    .dotales-description-more-body .product-attributes tbody,
    .dotales-description-more-body .product-attributes tr {
        display: block;
        width: 100%;
    }

    .dotales-description-more-body .product-attributes td,
    .dotales-description-more-body .product-attributes th {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
        background-color: transparent !important;
    }

    /* Label */
    .dotales-description-more-body .product-attributes td:first-child,
    .dotales-description-more-body .product-attributes th:first-child {
        width: 100%;
        padding-top: 0.875rem;
        padding-bottom: 0.1875rem;
        font-size: 0.7rem !important;
        border-bottom: none;
    }

    /* Wert */
    .dotales-description-more-body .product-attributes td:last-child {
        padding-top: 0.125rem;
        padding-bottom: 0.875rem;
        border-bottom: 1px solid #f0ebe4;
    }

    .dotales-description-more-body .product-attributes tr:last-child td:last-child {
        border-bottom: none;
    }
}

/* ── 5. "Mehr Details" Button — DOTALES Stil ────────────────────────────────
   Überschreibt den →/↗ Stil aus Z-K. Passend zum FAQ-Toggle (+/−). */
.dotales-description-more-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4b4b4b;
    text-decoration: none;
    cursor: pointer;
    padding: 0.375rem 0;
    list-style: none;
}

.dotales-description-more-link:hover {
    color: #1a1a1a;
}

.dotales-description-more-link::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 300;
    color: #8b7355;
    flex-shrink: 0;
    margin-left: 0.75rem;
    line-height: 1;
}

.dotales-description-more[open] > .dotales-description-more-link::after {
    content: '−';
}

.dotales-description-more-link::-webkit-details-marker {
    display: none;
}

/* ── 6. fullcopy-Container: sauber umbrechen ────────────────────────────────
   cBeschreibung-HTML-Inhalt kann beliebige Tags enthalten. */
.dotales-description-fullcopy {
    overflow-wrap: break-word;
    word-break: break-word;
}

.dotales-description-fullcopy img {
    max-width: 100%;
    height: auto;
    display: block;
}

.dotales-description-fullcopy table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.dotales-description-fullcopy td,
.dotales-description-fullcopy th {
    padding: 0.5rem 0.25rem;
    vertical-align: top;
    border-bottom: 1px solid #f0ebe4;
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* ============================================================
   Z-P — Beschreibungsbox: Premium Spacing & Breathing Space
   Ziele: luftig, hochwertig, kein Edge-Hugging, Mobile-first
   Scopes: .dotales-pdp-info-card  ·  .dotales-description-card
           .dotales-description-more-body .product-attributes
   ============================================================ */

/* ── 1. Card-Padding ────────────────────────────────────────────────────────
   ≥992px Desktop: 2rem / 2.25rem — Premium-Luft.
   ≤575px XS: 1.25rem — kompakt, sauber, kein Edge-Hugging. */
@media (min-width: 992px) {
    .dotales-pdp-info-card {
        padding: 2rem 2.25rem 2.25rem;
    }
}

@media (max-width: 575px) {
    .dotales-pdp-info-card {
        padding: 1.25rem;
    }
}

/* ── 2. Description Card: Heading-Abstand ───────────────────────────────────
   Heading bekommt 1.5rem Luft zum nachfolgenden Inhalt. */
.dotales-description-card .dotales-info-card-head {
    margin-bottom: 1.5rem;
}

/* ── 3. Intro-Text ──────────────────────────────────────────────────────────
   1rem (war 0.95rem): Premium-Lesekomfort-Größe. */
.dotales-description-body {
    font-size: 1rem;
    line-height: 1.72;
}

/* ── 4. Highlights ──────────────────────────────────────────────────────────
   Mehr Atemraum oberhalb der Liste + größerer Gap zwischen Bullet-Items. */
.dotales-description-highlights {
    margin-top: 1.5rem;
    gap: 0.75rem;
}

/* ── 5. "Mehr Details" Toggle ───────────────────────────────────────────────
   1.75rem Abstand zur Highlight-Liste, 1.25rem Padding vor dem Toggle-Text. */
.dotales-description-more {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
}

/* ── 6. Fullcopy (cBeschreibung HTML) ───────────────────────────────────────
   Erhöhte line-height (1.78) + saubere Absatz-Abstände + Abstand nach unten. */
.dotales-description-fullcopy {
    line-height: 1.78;
    margin-bottom: 1.75rem;
}

.dotales-description-fullcopy p {
    margin-bottom: 0.875rem;
}

.dotales-description-fullcopy p:last-of-type {
    margin-bottom: 0;
}

/* ── 7. Attribute-Box: Premium-Container ────────────────────────────────────
   Sanfter Warm-Grau-Hintergrund (#f8f5f1) trennt Attribute visuell von
   Fließtext. border-radius 12px + overflow:hidden für korrekte Ecken.
   Cells haben background:transparent (Z-O) → dieser Hintergrund scheint durch. */
.dotales-description-more-body .product-attributes {
    background-color: #f8f5f1;
    border-radius: 12px;
    overflow: hidden;
}

/* ── 8. Zellen: komfortables horizontales + vertikales Padding ──────────────
   0.9375rem (15px) vertikal, 1rem (16px) horizontal.
   Überschreibt Z-O's padding:0.75rem 0 — kein Edge-Hugging mehr. */
.dotales-description-more-body .product-attributes td,
.dotales-description-more-body .product-attributes th {
    padding: 0.9375rem 1rem;
}

/* ── 9. Mobile Stacked (≤575px): konsistente Block-Layout-Abstände ──────────
   Label oben (1rem Rundum-Padding, 5px unten), Value darunter.
   Das horizontale Padding (1rem) sorgt für Breathing Space zur Box-Kante. */
@media (max-width: 575px) {
    .dotales-description-more-body .product-attributes td:first-child,
    .dotales-description-more-body .product-attributes th:first-child {
        padding: 1rem 1rem 0.3125rem;
    }

    .dotales-description-more-body .product-attributes td:last-child {
        padding: 0.3125rem 1rem 1rem;
    }
}

/* Z-Q — ROLLBACK: Abschnitt entfernt. Ursachen-Analyse oben.
   Alle nachfolgenden Header-Anpassungen erfolgen scoped und sicher. */

/* ============================================================
   Z-R — Header Desktop Feinschliff (sicher, minimal)
   Ergänzt Phase 2.2 — kein Eingriff in Bootstrap-Grid.

   Phase 2.2 setzt bereits:
     • Topbar: Farbe, Border, Schrift, Link-Farben (#header-top-bar)
     • Header: weißer BG, warme Border  (header#jtl-nav-wrapper)
     • Nav-Links: Poppins, Größe, Gewicht, L/R-Padding, Farbe (Phase 2.2 li. 135-145)
     • Search: Pill-Shape (bg, border, border-radius, overflow:hidden)
     • Icons: #shop-nav Farbe, L/R-Padding

   Z-R ergänzt ausschließlich:
     1. CSS Custom Properties am Header (Wartungsgewinn, kein visueller Effekt)
     2. T/B-Padding auf Desktop-Nav-Links (macht NOVA-Erbe explizit)
     3. T/B-Padding auf Search-Form-Control (Pill leicht größer)
     4. T/B-Padding auf #shop-nav .nav-link (klärt Cascade statt .nav-right-Erbe)

   Nicht angefasst:
     .container · .row · .col · .navbar · .navbar-nav global
     .input-group align-items · .collapse · .dropdown global
     Kein display:flex auf Bootstrap-Columns.
   ============================================================ */

/* ── 1. CSS Custom Properties ───────────────────────────────────────────────
   Zentrale Header-Farbvariablen — macht spätere Anpassungen wartungsfreundlicher.
   Nur deklariert; bestehende Phase-2.2-Regeln nutzen noch Hardcoded-Werte. */
header#jtl-nav-wrapper {
    --dt-h-text:        #1a1a1a;
    --dt-h-muted:       #6b6b6b;
    --dt-h-border:      #f0ebe4;
    --dt-h-warm-bg:     #f7f4f0;
    --dt-h-warm-border: #e2dbd4;
}

/* ── 2. Topbar: Container-Padding für sauberen vertikalen Rhythmus ───────────
   #header-top-bar ist d-none d-lg-flex — erscheint nur auf Desktop (≥992px).
   Phase 2.2 setzt nav-link padding (0.375rem T/B). Der Container selbst
   hatte keinen eigenen Wert. 3px Luft oben/unten = klarer, ruhiger Abstand. */
#header-top-bar {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
}

/* ── 3. Desktop-Nav-Links: T/B-Padding explizit ─────────────────────────────
   Phase 2.2 setzt L/R-Padding (1.125rem). T/B kam von NOVA (1.5rem Erbe).
   Gleicher Selektor wie Phase 2.2 → sicher, identisches Scope.
   1.5625rem (25px) = präzise Ausrichtung im 5rem-Navbar (Phase 2.2 li. 129).
   Kein font-weight-Wechsel bei Hover → kein Text-Shift/Layout-Jump. */
@media (min-width: 992px) {
    header .navbar-nav > .nav-item > .nav-link {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }
}

/* ── 4. Search Form-Control: etwas mehr T/B-Padding ────────────────────────
   Phase 2.2 setzt nur padding-left: 1.25rem. Ohne T/B-Padding hat die Pill
   Bootstrap-Standard-Höhe (~36px). 0.5625rem (9px) T/B → ~40px → Premium-Feel.
   Kein Eingriff in .input-group align-items:stretch — Button dehnt sich
   automatisch auf die neue Input-Höhe. Kein !important nötig (kein Konflikt). */
@media (min-width: 992px) {
    header .search-wrapper .form-control {
        padding-top: 0.5625rem;
        padding-bottom: 0.5625rem;
    }
}

/* ── 5. Shop-Icons: T/B-Padding explizit auf #shop-nav ──────────────────────
   Phase 2.2 setzt T/B via header .nav-right .nav-link (1.5rem). .nav-right
   erscheint laut Template AUCH auf .main-search-wrapper — Erbe war unklar.
   #shop-nav ist eindeutige ID → macht T/B-Padding direkt zuzuordnen.
   ID-Spezifität (0,1,1,0) schlägt .nav-right-Selektor (0,0,2,1) sicher. */
@media (min-width: 992px) {
    #shop-nav .nav-link {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }
}

/* ============================================================
   Z-S — Kategorie: Grid 3+4, Card-Design, Responsive Polish
   Basis: Phase-3-Sections C/D/E direkt editiert (Zeilen 822–).
   Z-S ergänzt was nicht in-place überschrieben wurde.

   Editiert in Phase 3:
     • Section C: repeat(12,1fr), erste 3 span 4, Rest span 3
     • Section D: border-radius 0.75rem, bg #f9f7f5, Shadow softer
     • Section E: image-wrapper radius 0.75rem oben
   item_box.tpl:
     • sizes '(min-width:992px) 33vw, ...' (war: 25vw)
   ============================================================ */

/* ── 1. Hover-Lift: auf Touch-Breakpoint ≤767px deaktivieren ────────────────
   @media (hover:hover) in Section D schließt Touch-Geräte bereits aus.
   Diese Regel schlägt auf Hybridgeräten (Tablet+Touchpad) im 576–767px-Fenster
   ein — Lift wäre auf touch-primären Geräten UX-störend. */
@media (max-width: 767.98px) {
    .productbox.productbox-column:hover .productbox-inner {
        box-shadow: none !important;
        transform: none !important;
    }
}

/* ── 2. Card-Innenabstand: konsistenter Atemraum im neuen Radius ─────────────
   0.75rem-Radius braucht leicht mehr horizontalen Padding damit Inhalt
   nicht optisch an die runden Ecken stößt. */
.productbox-inner .productbox-title {
    padding: 1rem 1.125rem 0.25rem;
}

.productbox-inner .price_wrapper {
    padding: 0.375rem 1.125rem 1.125rem;
}

.productbox-inner .rating-stars {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.dotales-static-swatches {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-left: 0;
    margin-right: 0;
}

/* ── 3. Produktraster Außenabstand: Header → Grid sauberer ──────────────────
   2.25rem statt 2rem nach dem Toolbar-Border für großzügigeren Einstieg. */
.productlist-page-nav {
    margin-bottom: 2.25rem;
}

/* ── 4. Kein Abstand-Reset auf Mobile Section K mehr nötig ──────────────────
   Section K ≤575px setzt .productbox-title padding. Bleibt bestehen.
   Z-S setzt nur mobil-spezifische Korrekturen für den neuen Radius. */
@media (max-width: 575.98px) {
    .productbox-inner .productbox-title {
        padding: 0.75rem 0.875rem 0.125rem;
    }

    .productbox-inner .price_wrapper {
        padding: 0.25rem 0.875rem 0.875rem;
    }

    .dotales-static-swatches {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
}

/* ============================================================
   Z-T — Mobile Swatches: Horizontal Strip + +N Badge
   Problem: flex-wrap:wrap mit 52px-Swatches erzeugt auf Mobile
   eine 2×2-Kachelreihe → Karte wird doppelt so hoch.
   Ursache: 3×52px + 2×5px = 166px > ~145px Karteninhalt.

   Fix:
   • Template: max. 3 Swatches + +N-Badge (beide Loops getrennt)
   • CSS Desktop: +N-Badge 52×52px passend zu Swatch-Design
   • CSS Mobile ≤767px: Swatches auf 36px, flex-wrap:nowrap,
     overflow:hidden → erzwungene Einzelreihe, kein Wrap

   Desktop und Tablet: unverändert (Regeln nur in ≤767.98px).
   ============================================================ */

/* ── 1. +N-Badge: Desktop-Sizing (52×52px = identisch zu .dotales-static-swatch) */
.dotales-swatch-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1.5px solid #e2dbd4;
    background-color: #f7f4f0;
    color: #6b6b6b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    flex-shrink: 0;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.dotales-swatch-more:hover {
    border-color: #8b7355;
    color: #1a1a1a;
    text-decoration: none;
}

/* ── 2. Mobile ≤767px: Swatches auf 36px, erzwungene Einzelreihe ──────────────
   Berechnung:  3 × 36px + 2 × 4px (gap) + 4px (gap) + 36px (+N) = 156px
   Karten-Inhaltsbreite ≥767px: 181px (keine extra Padding auf Swatches)
   156 < 181 → alle 3 + Badge passen in eine Zeile. */
@media (max-width: 767.98px) {

    /* Swatches: kleinere Box, angepasster Radius */
    .dotales-static-swatch {
        width: 36px;
        height: 36px;
        border-radius: 5px;
    }

    /* Container: erzwungene Einzelreihe, kein Wrap, kein Zusatz-Padding */
    .dotales-static-swatches {
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 0.25rem;
        padding-left: 0;
        padding-right: 0;
        margin: 0.3125rem 0 0.1875rem;
    }

    /* +N-Badge: identische Größe wie die kleinen Swatches */
    .dotales-swatch-more {
        width: 36px;
        height: 36px;
        border-radius: 5px;
        font-size: 0.625rem;
    }

}

/* ============================================================
   Z-U — Mobile Overflow Fix
   Root Cause: CSS Grid-Spalten expandierten über Viewport hinaus.

   Ursachen (3 kombiniert):
   1. repeat(2, 1fr) statt minmax(0, 1fr) — 1fr erlaubt Spalten-
      wachstum auf min-content-Größe → bereits in Section C gefixt.
   2. Grid-Items: min-width:auto (default) → Item resistiert
      Schrumpfen unter Content-Breite → min-width:0 + overflow:hidden
      bereits in Section C .product-wrapper ergänzt.
   3. Inneres Bootstrap .row innerhalb .productbox-inner hat
      margin: 0 -15px → Layout-Engine wertet .col-12 als 30px breiter
      als die Karte → Bootstrap-Gutter in Karten auf Mobile neutralisieren.

   Desktop/Tablet: NICHT betroffen (nur ≤767.98px).
   ============================================================ */

/* ── Inneres Bootstrap-Gutter in Produktkarten neutralisieren (nur Mobile) ──
   Das {row} / .row innerhalb .productbox-inner hat margin: 0 -15px.
   Auch mit overflow:hidden auf .productbox-inner bleibt die layout-Breite
   der inneren .col-12 um 30px zu groß, was min-content des Grid-Items erhöht.
   Lösung: Gutter auf Mobile auf 0 setzen — visueller Effekt Null, da
   Titel/Preis/Swatch-CSS eigenes Padding mitbringen. */
@media (max-width: 767.98px) {

    .productbox-inner .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .productbox-inner .col-12,
    .productbox-inner [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Sicherheits-Netz: kein horizontaler Scroll auf html/body.
     * clip statt hidden: kein Scroll-Container auf body, kein sticky-Problem. */
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

}


/* ═══════════════════════════════════════════════════════════════════
   Z-V  Warenkorb (Cart) — Premium Redesign
   Scope: .basket (NOVA-Container-Klasse auf der Warenkorbseite)
   Alle Selektoren sind unter .basket oder spezifischen Cart-Klassen
   eingeschränkt — keine globalen Bootstrap-Overrides.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Z-V.1 — Seiten-Typografie & Heading ────────────────────────── */
.basket .basket-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #ede8e2;
}

/* ── Z-V.2 — Sticky Summary — top-Offset passend zur Header-Höhe ─ */
.basket .sticky-top.cart-summary {
    top: 120px;
}

/* ── Z-V.3 — Spalten-Header (xl-only) ──────────────────────────── */
.basket .cart-items-header {
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9b8b7e;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #ede8e2;
    margin-bottom: 1rem;
}

.basket .cart-items-header hr {
    display: none;
}

/* ── Z-V.4 — Produkt-Card (jede Warenkorbposition) ──────────────── */
.basket .cart-items-body.type-1 {
    background: #f9f7f5;
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 0.875rem;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.basket .cart-items-body.type-1:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    border-color: #ddd5cc;
}

/* Hr zwischen Positionen ausblenden — Cards haben eigenen Rahmen */
.basket .cart-items-body + .col-12 > hr,
.basket .cart-items-items-bottom-hr hr {
    display: none;
}

/* ── Z-V.5 — Produktbild ─────────────────────────────────────────── */
.basket .cart-items-image {
    padding-right: 0.875rem !important;
}

.basket .cart-items-image img,
.basket .cart-items-image .img-fluid {
    border-radius: 0.5rem;
    object-fit: cover;
}

/* ── Z-V.6 — Produktname ─────────────────────────────────────────── */
.basket a.cart-items-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    margin-bottom: 0.25rem;
}

.basket a.cart-items-name:hover {
    color: #5c4a3a;
    text-decoration: none;
}

/* Varianten / Attribute unter dem Produktnamen */
.basket .cart-items-body .list-unstyled {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #6b6b6b;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.basket .cart-items-body .list-unstyled li {
    margin-bottom: 0.125rem;
}

.basket .cart-items-body .list-unstyled strong {
    color: #1a1a1a;
    font-weight: 500;
}

/* ── Z-V.7 — Mengeneingabe (Quantity Control) ────────────────────── */
/* Scope: .basket .cart-items-quantity — kein Einfluss auf PDP */
.basket .cart-items-quantity .form-counter {
    max-width: 128px;
    height: 40px;
    border: 1.5px solid #ddd5cc;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: stretch;
}

.basket .cart-items-quantity .form-counter .input-group-prepend,
.basket .cart-items-quantity .form-counter .input-group-append {
    display: flex;
    align-items: stretch;
}

.basket .cart-items-quantity .form-counter .btn-decrement,
.basket .cart-items-quantity .form-counter .btn-increment {
    background: transparent;
    border: none;
    width: 36px;
    min-width: 36px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b6b6b;
    font-size: 0.6875rem;
    padding: 0;
    box-shadow: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.basket .cart-items-quantity .form-counter .btn-decrement:hover,
.basket .cart-items-quantity .form-counter .btn-increment:hover {
    background: #f7f4f0;
    color: #1a1a1a;
}

.basket .cart-items-quantity .form-counter input.quantity {
    height: 40px;
    border-left: 1px solid #ede8e2 !important;
    border-right: 1px solid #ede8e2 !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #1a1a1a;
    background: #ffffff;
    padding: 0 0.25rem;
    box-shadow: none !important;
    -moz-appearance: textfield;
}

.basket .cart-items-quantity .form-counter input.quantity::-webkit-outer-spin-button,
.basket .cart-items-quantity .form-counter input.quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* ── Z-V.8 — Einzelpreis & Gesamtpreis ─────────────────────────── */
.basket .cart-items-single-price {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #6b6b6b;
}

.basket .cart-items-price .price_overall {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    color: #1a1a1a;
}

/* Mobile-Label ("Preis:") auf Desktop ausblenden */
.basket .cart-items-price .cart-items-price-text {
    display: none;
}

/* ── Z-V.9 — Löschen / Wunschliste ──────────────────────────────── */
.basket .cart-items-delete {
    padding-top: 0.5rem;
    border-top: 1px solid #f0ebe4;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.basket .cart-items-delete .cart-items-delete-button {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9b8b7e;
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3125rem;
    transition: color 0.15s ease;
}

.basket .cart-items-delete .cart-items-delete-button:hover {
    color: #c0392b;
    text-decoration: none;
}

/* ── Z-V.10 — Coupon-Card ───────────────────────────────────────── */
.basket .cart-summary .card.card-gray:not(.basket-summary) {
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    background: #f9f7f5;
    box-shadow: none;
    margin-bottom: 1rem;
}

.basket .cart-summary .card.card-gray:not(.basket-summary) .card-header {
    background: transparent;
    border-bottom: none;
    padding: 0.875rem 1.25rem;
    cursor: pointer;
}

.basket .cart-summary .card.card-gray:not(.basket-summary) .card-header strong {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
}

.basket .cart-summary .card.card-gray:not(.basket-summary) .card-body {
    padding: 0 1.25rem 1.25rem;
}

.basket .cart-summary .card.card-gray:not(.basket-summary) .form-control {
    border-color: #ddd5cc;
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    background: #ffffff;
}

.basket .cart-summary .card.card-gray:not(.basket-summary) .form-control:focus {
    border-color: #9b8b7e;
    box-shadow: 0 0 0 3px rgba(155, 139, 126, 0.15);
}

/* ── Z-V.11 — Bestell-Zusammenfassung (Summary Card) ────────────── */
.basket .cart-summary .card.card-gray.basket-summary {
    border: 1px solid #ede8e2 !important;
    border-radius: 0.75rem !important;
    background: #f9f7f5 !important;
    box-shadow: none !important;
}

.basket .cart-summary .basket-summary .card-body {
    padding: 1.25rem;
}

.basket .basket-summary .total-net,
.basket .basket-summary .tax,
.basket .basket-summary .customer-credit {
    margin-bottom: 0.4375rem;
}

.basket .basket-summary .price_label,
.basket .basket-summary .tax_label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #6b6b6b;
}

.basket .basket-summary .shipping-costs {
    margin-bottom: 0.75rem;
}

.basket .basket-summary .shipping-costs small {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9b8b7e;
}

/* Gesamtsumme — visuelle Trennung */
.basket .basket-summary .basket-summary-total {
    padding-top: 0.875rem;
    margin-top: 0.375rem;
    border-top: 2px solid #ede8e2;
}

.basket .basket-summary .basket-summary-total .price_label {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.basket .basket-summary .basket-summary-total .total-sum {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

/* ── Z-V.12 — Checkout-CTA ───────────────────────────────────────── */
#cart-checkout-btn.btn.btn-primary {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.5rem;
    background: #1a1a1a;
    color: #ffffff;
    border: 2px solid #1a1a1a;
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.02em;
    margin-top: 1rem;
    margin-bottom: 0.875rem;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

#cart-checkout-btn.btn.btn-primary:hover {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

/* ── Z-V.13 — Trust Strip unterhalb CTA ─────────────────────────── */
.dotales-cart-trust {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
    padding-top: 0.875rem;
    border-top: 1px solid #ede8e2;
}

.dotales-cart-trust-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #6b6b6b;
    line-height: 1.5;
    padding: 0.3125rem 0;
}

.dotales-cart-trust-item + .dotales-cart-trust-item {
    border-top: 1px solid #f5f1ed;
}

.dotales-cart-trust-item .fas {
    color: #9b8b7e;
    font-size: 0.875rem;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

/* ── Z-V.13b — UVP / Streichpreis in Warenkorb-Items ───────────── */
.dotales-cart-uvp {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.1875rem;
    flex-wrap: wrap;
}

.dotales-cart-uvp-price {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #9b8b7e;
    text-decoration: line-through;
    text-decoration-color: #bba99a;
}

.dotales-cart-uvp-saving {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.4375rem;
    background: #f0ebe4;
    color: #6b6b6b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* ── Z-V.14 — Versandkostenfreiheits-Hinweis ─────────────────────── */
.basket .cart-summary .font-weight-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #1a1a1a;
    margin-top: 1rem !important;
    margin-bottom: 0.375rem;
}

/* ── Z-V.15 — Versandkostenrechner Accordion ────────────────────── */
.basket .dotales-shipping-accordion {
    background: #f9f7f5;
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
    overflow: hidden;
}

.basket .dotales-shipping-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.25rem;
    /* iOS/Safari: resets native <button> appearance that overrides border/bg */
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
    transition: background 0.15s ease;
    gap: 0.5rem;
    white-space: normal;
}

/* NOVA injiziert ::after mit FA-Chevron (\f078 !important) auf alle
 * [data-toggle="collapse"]:not(.navbar-toggler) → clear.css ~17664.
 * Scoped hier verstecken, damit kein zweiter Pfeil erscheint. */
.basket .dotales-shipping-accordion .dotales-shipping-toggle::after {
    display: none;
}

.basket .dotales-shipping-toggle:hover {
    background: #f2ede7;
}

.basket .dotales-shipping-toggle > span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.basket .dotales-shipping-toggle .fas.fa-calculator {
    color: #9b8b7e;
    font-size: 0.875rem;
}

.basket .dotales-shipping-chevron {
    font-size: 0.75rem;
    color: #9b8b7e;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

/* Chevron dreht sich wenn offen */
.basket .dotales-shipping-toggle[aria-expanded="true"] .dotales-shipping-chevron {
    transform: rotate(180deg);
}

/* NOVA setzt [data-toggle=collapse]:focus { outline: none } — wir erben das.
 * Explizit hier für Klarheit und iOS-Kompatibilität. */
.basket .dotales-shipping-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(155, 139, 126, 0.35);
}

.basket .shipping-calculator-form {
    padding: 1rem 1.25rem 1.25rem;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

/* Innen-Heading aus shipping_calculator.tpl ausblenden — Toggle ist genug */
.basket .shipping-calculator-form .shipping-calculator-main-heading {
    display: none;
}

.basket .shipping-calculator-form .form-control {
    border-color: #ddd5cc;
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    height: 42px;
    background: #ffffff;
}

.basket .shipping-calculator-form .form-control:focus {
    border-color: #9b8b7e;
    box-shadow: 0 0 0 3px rgba(155, 139, 126, 0.15);
}

.basket .shipping-calculator-form .btn {
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    height: 42px;
}

/* Ergebnistabelle im Rechner */
.basket .shipping-calculator-form .table {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.basket .shipping-calculator-form .table td {
    padding: 0.5rem 0;
    border-color: #f0ebe4;
    color: #1a1a1a;
}

.basket .shipping-calculator-form .table-striped tbody tr:nth-of-type(odd) {
    background: #f5f1ec;
}

/* ── Z-V.16 — Leerer Warenkorb ───────────────────────────────────── */
.basket .basket-empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
}

.basket .basket-empty .alert.alert-info {
    background: #f9f7f5;
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    color: #6b6b6b;
    padding: 2.5rem 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-align: center;
    max-width: 420px;
    margin: 0 auto 1.5rem;
}

.basket .basket-empty .alert.alert-info .badge.bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ede8e2;
    color: #9b8b7e;
    font-size: 1.625rem;
    margin-bottom: 1rem;
}

.basket .basket-empty .btn.btn-primary {
    display: inline-block;
    padding: 0.9375rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    border: 2px solid #1a1a1a;
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.basket .basket-empty .btn.btn-primary:hover {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ── Z-V.17 — Responsive Mobile ≤767.98px ───────────────────────── */
@media (max-width: 767.98px) {

    .basket .basket-heading {
        font-size: 1.25rem;
    }

    /* Kein Sticky auf Mobile — Summary kommt nach Items */
    .basket .sticky-top.cart-summary {
        position: static !important;
        top: auto !important;
    }

    /* ─ Produkt-Card ─────────────────────────────────────────────── */
    .basket .cart-items-body.type-1 {
        padding: 0.875rem 0.75rem;
        border-radius: 0.625rem;
    }

    /* Bild — etwas breiter und freier auf Mobile (col-3 = 25% → 29%) */
    .basket .cart-items-image {
        flex: 0 0 29%;
        max-width: 29%;
        padding-right: 0.75rem !important;
    }

    .basket .cart-items-image img,
    .basket .cart-items-image .img-fluid {
        border-radius: 0.5rem;
        width: 100%;
        height: auto;
    }

    /* Produktname auf Mobile */
    .basket a.cart-items-name {
        font-size: 0.875rem;
        line-height: 1.35;
        margin-bottom: 0.1875rem;
    }

    /* UVP auf Mobile */
    .dotales-cart-uvp {
        margin-top: 0.125rem;
    }

    /* Mobile-Preis-Label sichtbar */
    .basket .cart-items-price .cart-items-price-text {
        display: inline;
        font-size: 0.75rem;
        color: #9b8b7e;
        font-weight: 400;
        margin-right: 0.25rem;
    }

    /* Gesamtpreis auf Mobile — prominent */
    .basket .cart-items-price .price_overall {
        font-size: 1rem;
    }

    /* Mengen-Stepper auf Mobile kleiner */
    .basket .cart-items-quantity .form-counter {
        max-width: 108px;
        height: 36px;
    }

    .basket .cart-items-quantity .form-counter .btn-decrement,
    .basket .cart-items-quantity .form-counter .btn-increment {
        width: 30px;
        min-width: 30px;
        height: 36px;
    }

    .basket .cart-items-quantity .form-counter input.quantity {
        height: 36px;
        font-size: 0.875rem;
    }

    /* Details-Liste (SKU, Varianten) kleiner */
    .basket .cart-items-body .list-unstyled {
        font-size: 0.75rem;
        margin-top: 0.1875rem;
    }

    /* Löschen-Zeile auf Mobile */
    .basket .cart-items-delete {
        padding-top: 0.375rem;
        margin-top: 0.375rem;
        gap: 0.5rem;
    }

    /* ─ Summary Card ─────────────────────────────────────────────── */
    .basket .cart-summary .card.card-gray.basket-summary .card-body {
        padding: 1rem;
    }

    .basket .basket-summary .basket-summary-total .total-sum {
        font-size: 1.125rem;
    }

    /* ─ CTA ──────────────────────────────────────────────────────── */
    #cart-checkout-btn.btn.btn-primary {
        padding: 0.875rem 1.25rem;
        font-size: 0.9375rem;
    }

    /* ─ Trust Strip auf Mobile ───────────────────────────────────── */
    .dotales-cart-trust {
        margin-top: 0.875rem;
        padding-top: 0.75rem;
    }

    .dotales-cart-trust-item {
        font-size: 0.6875rem;
        padding: 0.25rem 0;
        gap: 0.5rem;
    }

    /* ─ Versandkostenrechner Accordion auf Mobile ───────────────── */
    .basket .dotales-shipping-accordion {
        margin-top: 1.25rem;
    }

    .basket .dotales-shipping-toggle {
        padding: 0.75rem 1rem;
        font-size: 0.8125rem;
    }

    .basket .shipping-calculator-form {
        padding: 0 1rem 1rem;
    }

    /* ─ Abstand zwischen Versandkosten-Accordion und Bestellübersicht ─
     * Auf Mobile stacken linke Spalte (Artikel + Accordion) und rechte
     * Spalte (Summary) vertikal. Ohne Margin klebt "Bestellübersicht"
     * direkt an das Accordion-Ende. */
    .basket .cart-summary {
        margin-top: 2rem;
    }

    /* ─ Summary-Zeilen: Bootstrap col-7/col-5 → Flexbox ─────────────
     * Auf einem 375px-iPhone: Container-Padding + Spalten-Gutter +
     * Card-Padding lässt nur ~275px für den Karteninhalt.
     * col-7 = 160px → "Zwischensumme:" (~150px in Poppins) bricht um.
     * Lösung: alle Summary-Zeilen als Flexbox mit space-between. */
    .basket .basket-summary .total-net,
    .basket .basket-summary .tax,
    .basket .basket-summary .customer-credit,
    .basket .basket-summary .shipping-costs,
    .basket .basket-summary .basket-summary-total {
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0.5rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .basket .basket-summary .total-net > [class*="col"],
    .basket .basket-summary .tax > [class*="col"],
    .basket .basket-summary .customer-credit > [class*="col"],
    .basket .basket-summary .basket-summary-total > [class*="col"] {
        flex: none !important;
        width: auto !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Versandkosten-Hinweis: enthält eine col-12 mit langem Text
     * → kein flex + width:auto, sonst läuft Text aus dem Container.
     * Zeile darf umbrechen, Zwischensumme bleibt davon unberührt. */
    .basket .basket-summary .shipping-costs {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .basket .basket-summary .shipping-costs > [class*="col"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .basket .basket-summary .shipping-costs small {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        line-height: 1.45;
        display: block;
    }

    /* Label nie umbrechen, Wert rechtsbündig */
    .basket .basket-summary .price_label,
    .basket .basket-summary .tax_label {
        white-space: nowrap;
        font-size: 0.8125rem;
    }

    .basket .basket-summary .basket-summary-total .price_label {
        font-size: 0.9375rem;
        font-weight: 700;
    }

    .basket .basket-summary .total-sum {
        white-space: nowrap;
        text-align: right;
        font-size: 1rem;
    }

    .basket .basket-summary .basket-summary-total .total-sum {
        white-space: nowrap;
        font-size: 1.125rem;
        text-align: right;
    }

}


/* ── Z-V.18 — PayPal / Wallet-Buttons in der Cart-Summary ──────────
 * Slot: #dotales-cart-wallet (index.tpl, zwischen CTA und Trust Strip)
 * JTL PayPal-Plugin → CSS-Selector "#dotales-cart-wallet" konfigurieren
 * ──────────────────────────────────────────────────────────────────── */

/* Kein Leerraum wenn Slot noch leer */
#dotales-cart-wallet:empty {
    margin: 0;
    padding: 0;
    min-height: 0;
}

/* Wenn Slot befüllt: Separator + Abstand zum CTA */
#dotales-cart-wallet:not(:empty) {
    margin-top: 0.75rem;
    padding-top: 0.875rem;
    border-top: 1px solid #ede8e2;
}

/* "oder schnell bezahlen" Trenn-Label */
#dotales-cart-wallet:not(:empty)::before {
    content: 'oder schnell bezahlen';
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    color: #c4bbb4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

/* PayPal SDK setzt .paypal-buttons direkt — einheitliches Rounding */
#dotales-cart-wallet .paypal-buttons {
    border-radius: 8px !important;
    overflow: hidden;
}

/* Mehrere Wallet-Buttons: sauber gestapelt */
#dotales-cart-wallet .paypal-buttons + .paypal-buttons,
#dotales-cart-wallet .paypal-button + .paypal-button {
    margin-top: 0.375rem;
}

/* Generische Wrapper-Klassen verschiedener Plugin-Versionen */
#dotales-cart-wallet [id*="paypal-button-container"],
#dotales-cart-wallet [class*="paypal-checkout"],
#dotales-cart-wallet .jtl-paypal-button-container {
    border-radius: 8px;
    overflow: hidden;
}

/* ── Z-V.18 Mobile ──────────────────────────────────────────────── */
@media (max-width: 767.98px) {
    #dotales-cart-wallet:not(:empty) {
        margin-top: 0.625rem;
        padding-top: 0.75rem;
    }
}


/* ============================================================
   Z-W  CHECKOUT PREMIUM REDESIGN
   Scope: #checkout (confirmed: checkout/index.tpl line 11)
         + .order-completed / #order-confirmation (Bestellabschluss)
   No template overrides — pure CSS on existing NOVA markup.
   NOVA Bootstrap 4 base preserved; we layer on top.
   ============================================================ */

/* ── Z-W.0  Page foundation ─────────────────────────────────── */
#checkout {
    font-family: 'Poppins', sans-serif;
    background: #faf8f6;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

/* ── Z-W.1  Step navigation  ────────────────────────────────────
 * Template: NOVA checkout/inc_steps.tpl
 * Nav:     <nav class="nav stepper checkout-steps">
 * Step col: <div class="col-lg-4 nav-item step [step-active] [step-current] [col-auto]">
 *             → current: .step-active.step-current
 *             → done   : .step-active  (no .step-current, has .step-check in DOM)
 *             → future : neither (+ .col-auto for flex-shrink on mobile)
 * Badge:   <span class="badge badge-[primary|secondary] badge-pill">
 * Check:   <span class="fas fa-check step-check">  (only rendered when done)
 *
 * NOVA trapezoid source:
 *   clear.css ~18758: .stepper .step::after  { border-left: 1.875rem solid #f5f7fa … }
 *   clear.css ~18773: .stepper .step::before { border-left: 1.875rem solid #ebebeb … }
 *   clear.css ~18794: .stepper .step-active .step-content::after { background:#F8BF00 }
 *   clear.css ~22312: .checkout-steps .badge-pill { margin-left: auto } (≥768px)
 * ─────────────────────────────────────────────────────────────── */

/* 1a. Kill NOVA's CSS border-trick trapezoid arrows */
.checkout-steps.stepper .step::after,
.checkout-steps.stepper .step::before {
    display: none !important;
    content: none !important;
}
/* Kill NOVA's gold/yellow active-step underline */
.checkout-steps.stepper .step-active .step-content::after,
.checkout-steps.stepper .step-current .step-content::after {
    display: none !important;
    content: none !important;
}
/* Kill NOVA's right-aligned badge at ≥768px */
@media (min-width: 768px) {
    .checkout-steps.stepper .badge-pill {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* 1b. Stepper container — clean card */
#checkout .checkout-steps.stepper {
    background: #fff !important;
    border: 1px solid #ede8e2 !important;
    border-radius: 0.75rem !important;
    overflow: visible !important;
    margin-bottom: 2rem !important;
    padding: 0.875rem 1.5rem !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
    gap: 0 !important;
}
#checkout .checkout-steps::-webkit-scrollbar { display: none; }

/* 1c. Connecting line between badge circles (mathematically exact)
 * Stepper padding: 1.5rem each side.  3 equal cols (col-lg-4 = 33.33%).
 * Col 1 center from left = pad + col_w/2 = 1.5rem + (W-3rem)/6 = W/6 + 1rem
 * Col 3 center from left = W - W/6 - 1rem
 * ::before width = W (padding box), so calc(100%/6 + 1rem) is exact. */
#checkout .checkout-steps::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(
        to right,
        transparent calc(100% / 6 + 1rem),
        #e0d8d2   calc(100% / 6 + 1rem),
        #e0d8d2   calc(100% - 100% / 6 - 1rem),
        transparent calc(100% - 100% / 6 - 1rem)
    ) !important;
    z-index: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

/* 1d. Step columns — centred, transparent */
#checkout .checkout-steps .step {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.25rem 0.5rem !important;
    background: transparent !important;
    /* Bootstrap col-lg-4 supplies flex: 0 0 33.33% on ≥992px */
}

/* 1e. Step-content row (badge + text + check) */
#checkout .checkout-steps .step-content {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    min-height: auto !important;
    position: relative !important;
    z-index: 1 !important;
    flex-wrap: nowrap !important;
}

/* 1f. Badge circle */
#checkout .checkout-steps .badge.badge-pill {
    width: 1.875rem !important;
    height: 1.875rem !important;
    min-width: 1.875rem !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
    transition: background 0.2s, color 0.2s;
}

/* Future step — badge-secondary: light beige ring */
#checkout .checkout-steps .badge.badge-secondary {
    background: #f5f1ed !important;
    color: #c4b9b2 !important;
    border: 1.5px solid #e0d8d2 !important;
    box-shadow: none !important;
}

/* Active / current step — badge-primary: filled dark */
#checkout .checkout-steps .badge.badge-primary {
    background: #1a1a1a !important;
    color: #fff !important;
    border: 1.5px solid #1a1a1a !important;
    box-shadow: none !important;
}

/* Done step — badge-primary but outlined (white fill, dark border) */
#checkout .checkout-steps .step-active:not(.step-current) .badge.badge-primary {
    background: #fff !important;
    color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

/* 1g. Step text */
#checkout .checkout-steps .step-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    color: #c4b9b2 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}
/* Current step label */
#checkout .checkout-steps .step-current .step-text {
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
/* Done step label */
#checkout .checkout-steps .step-active:not(.step-current) .step-text {
    font-weight: 500 !important;
    color: #6b6b6b !important;
}

/* 1h. FA check icon (only in DOM on done steps via template condition) */
#checkout .checkout-steps .step-check {
    font-size: 0.5rem !important;
    color: #6b6b6b !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* 1i. Links inside steps — transparent, no underline */
#checkout .checkout-steps .step a,
#checkout .checkout-steps .step a:hover,
#checkout .checkout-steps .step a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

/* 1j. Mobile (< 992px)
 * Bootstrap col-lg-4 reverts to 100% width below lg.
 * Non-current steps have .col-auto → auto flex.
 * Current step has col-lg-4 but no col-auto → would take 100%.
 * Fix: all steps flex:0 auto, current step flex:1 to fill remaining space. */
@media (max-width: 991.98px) {
    #checkout .checkout-steps.stepper {
        padding: 0.75rem 1rem !important;
        border-radius: 0.5rem !important;
    }
    /* Hide gradient connecting line (column positions differ on mobile) */
    #checkout .checkout-steps::before {
        display: none !important;
    }
    /* All steps shrink to content */
    #checkout .checkout-steps .step {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding: 0.25rem 0.5rem !important;
    }
    /* Current step expands to fill remaining space */
    #checkout .checkout-steps .step.step-current {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    /* Allow label to wrap on narrow screens */
    #checkout .checkout-steps .step-text {
        white-space: normal !important;
        font-size: 0.75rem !important;
        line-height: 1.25 !important;
    }
}

/* Very narrow phones (< 400px): edge-to-edge strip */
@media (max-width: 399.98px) {
    #checkout .checkout-steps.stepper {
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    #checkout .checkout-steps .step-current .step-text {
        font-size: 0.6875rem !important;
    }
}

/* ── Z-W.2  Cards ────────────────────────────────────────────── */
#checkout .card {
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: none;
    margin-bottom: 1.25rem;
}

#checkout .card-gray,
#checkout .card.card-gray {
    background: #f9f7f5;
    border-color: #ede8e2;
}

#checkout .card-header {
    background: transparent;
    border-bottom: 1px solid #ede8e2;
    padding: 1rem 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a1a;
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

#checkout .card-body {
    padding: 1.25rem;
}

#checkout .card-footer {
    background: transparent;
    border-top: 1px solid #ede8e2;
    padding: 1rem 1.25rem;
    border-radius: 0 0 0.75rem 0.75rem !important;
}

/* ── Z-W.3  Forms ────────────────────────────────────────────── */
#checkout .form-control,
#checkout .custom-select {
    border: 1.5px solid #ddd5cc;
    border-radius: 0.5rem;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1a1a1a;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.875rem;
    transition: border-color 0.15s;
}
#checkout .form-control:focus,
#checkout .custom-select:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.08);
    outline: none;
}
#checkout .form-control.is-invalid,
#checkout .custom-select.is-invalid {
    border-color: #c0392b;
}
#checkout .form-control.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

#checkout label,
#checkout .col-form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 0.3125rem;
}

#checkout textarea.form-control {
    height: auto;
    min-height: 6rem;
    resize: vertical;
}

/* custom checkbox / radio (Bootstrap 4 custom-control) */
#checkout .custom-control-label::before {
    border: 1.5px solid #ddd5cc;
    border-radius: 0.25rem;
    background-color: #fff;
}
#checkout .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
#checkout .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}
#checkout .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

/* ── Z-W.4  Shipping & payment option cards ──────────────────────
 *
 * Markup (NOVA checkout/step3_shipping_options.tpl + inc_payment_methods.tpl)
 *
 * Shipping:
 *   <fieldset id="checkout-shipping-payment">
 *     <div class="row content">  ← {formrow} inside label
 *       <div class="col-12 col-sm-5 title"> logo + name </div>
 *       <div class="col-12 col-sm-3"> <small class="desc text-info"> </div>
 *       <div class="col-12 col-sm-4 price-col"> </div>
 *   THE CARD = .checkout-shipping-form-options-radio
 *   ({radio class="..."} puts class on the .custom-control wrapper div)
 *
 * Payment:
 *   <fieldset id="fieldset-payment">
 *   <div class="col-12 checkout-payment-method"> ← outer {col}
 *     <div class="custom-control custom-radio">  ← inner {radio}
 *       <label class="custom-control-label">
 *         <img class="img-sm">  OR  <span class="content"><span class="title">
 *         <strong class="checkout-payment-method-badge">  (surcharge)
 *         <span class="checkout-payment-method-note">      (hint)
 *   THE CARD = .checkout-payment-method .custom-radio
 *
 * Bootstrap .custom-control has padding-left: 1.5rem (radio indicator space).
 * Our card padding-left = 2.5rem (= 1rem visual gap + 1.5rem radio space).
 * Radio ::before at left:-1.5rem from label = exactly 1rem from card left. ✓
 * ─────────────────────────────────────────────────────────────── */

/* 4a. Fieldset panels — section cards for shipping + payment */
#checkout .checkout-shipping-form fieldset#checkout-shipping-payment,
#checkout .checkout-shipping-form fieldset#fieldset-payment {
    background: #fff !important;
    border: 1px solid #ede8e2 !important;
    border-radius: 0.75rem !important;
    padding: 1.25rem 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

/* Section headings inside fieldsets */
#checkout .checkout-shipping-form fieldset .h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin: 0 0 0.875rem !important;
}
/* Divider inside panels */
#checkout .checkout-shipping-form fieldset hr {
    margin: 0 0 1rem !important;
    border-color: #ede8e2 !important;
}

/* 4b. Shipping address bar */
#checkout .checkout-shipping-form-change {
    font-size: 0.8125rem !important;
    color: #6b6b6b !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.375rem !important;
    margin-bottom: 1rem !important;
    padding: 0.5rem 0.875rem !important;
    background: #f9f7f5 !important;
    border-radius: 0.5rem !important;
    border: 1px solid #ede8e2 !important;
}
#checkout .checkout-shipping-form-change .btn.btn-link {
    font-size: 0.8125rem !important;
    padding: 0 !important;
    color: #9b8b7e !important;
    text-decoration: none !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
}
#checkout .checkout-shipping-form-change .btn.btn-link:hover {
    color: #1a1a1a !important;
    text-decoration: none !important;
}
#checkout .checkout-shipping-form-change .checkout-shipping-form-change-icon {
    font-size: 0.625rem !important;
}

/* 4c. Shipping option cards
 * .checkout-shipping-form-options-radio = the .custom-control div itself */
#checkout .checkout-shipping-form-options-radio {
    background: #fff !important;
    border: 1.5px solid #ede8e2 !important;
    border-radius: 0.625rem !important;
    padding: 0.875rem 1rem 0.875rem 2.5rem !important;
    margin-bottom: 0.625rem !important;
    cursor: pointer !important;
    transition: border-color 0.15s, background 0.15s !important;
    display: block !important;
}
#checkout .checkout-shipping-form-options-radio:last-of-type {
    margin-bottom: 0 !important;
}
#checkout .checkout-shipping-form-options-radio:hover {
    border-color: #c4b9b2 !important;
}
#checkout .checkout-shipping-form-options-radio:has(.custom-control-input:checked) {
    border-color: #1a1a1a !important;
    background: #f9f7f5 !important;
}

/* Shipping label — keeps inner .row.content layout intact */
#checkout .checkout-shipping-form-options-radio .custom-control-label {
    cursor: pointer !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    width: 100% !important;
    padding: 0 !important;
}
/* Radio indicator: centered in first row */
#checkout .checkout-shipping-form-options-radio .custom-control-label::before,
#checkout .checkout-shipping-form-options-radio .custom-control-label::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: -1.5rem !important;
}

/* Shipping logo in title col */
#checkout .checkout-shipping-form-options-radio .custom-control-label .title img {
    max-height: 24px !important;
    width: auto !important;
    max-width: 60px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    margin-right: 0.375rem !important;
}
/* Delivery time */
#checkout .checkout-shipping-form-options-radio .desc.text-info {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.8125rem !important;
    color: #9b8b7e !important;
    font-weight: 400 !important;
}
/* Price */
#checkout .checkout-shipping-form-options-radio .price-col {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

/* 4d. Payment method outer column — reset Bootstrap col padding */
#checkout .checkout-payment-method {
    padding: 0 !important;
    margin-bottom: 0.625rem !important;
}
#checkout .checkout-payment-method:last-child {
    margin-bottom: 0 !important;
}
/* Card = inner .custom-radio */
#checkout .checkout-payment-method .custom-radio {
    background: #fff !important;
    border: 1.5px solid #ede8e2 !important;
    border-radius: 0.625rem !important;
    cursor: pointer !important;
    transition: border-color 0.15s, background 0.15s !important;
    overflow: hidden !important;
    padding: 0 !important;
}
#checkout .checkout-payment-method .custom-radio:hover {
    border-color: #c4b9b2 !important;
}
#checkout .checkout-payment-method:has(.custom-control-input:checked) .custom-radio {
    border-color: #1a1a1a !important;
    background: #f9f7f5 !important;
}

/* Payment label: flex row for logo + name alignment
 * padding-left: 2.5rem = 1rem visual + 1.5rem radio indicator space */
#checkout .checkout-payment-method .custom-control-label {
    display: flex !important;
    align-items: center !important;
    min-height: 52px !important;
    padding: 0.75rem 1rem 0.75rem 2.5rem !important;
    cursor: pointer !important;
    width: 100% !important;
    gap: 0.625rem !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}
/* Radio indicator: vertically centered */
#checkout .checkout-payment-method .custom-control-label::before,
#checkout .checkout-payment-method .custom-control-label::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: -1.5rem !important;
}

/* Payment logo (img.img-sm — image-based options) */
#checkout .checkout-payment-method .custom-control-label img.img-sm {
    max-height: 26px !important;
    width: auto !important;
    max-width: 88px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    display: block !important;
}

/* Text-only payment name */
#checkout .checkout-payment-method .custom-control-label .content {
    flex: 1 !important;
    min-width: 0 !important;
}
#checkout .checkout-payment-method .custom-control-label .title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    display: block !important;
}

/* Surcharge badge */
#checkout .checkout-payment-method .checkout-payment-method-badge {
    float: none !important;
    margin-left: auto !important;
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    color: #6b6b6b !important;
    background: #f0ebe4 !important;
    border-radius: 3px !important;
    padding: 0.125rem 0.4375rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    order: 3 !important;
}

/* Note text under payment name */
#checkout .checkout-payment-method .checkout-payment-method-note {
    font-size: 0.75rem !important;
    color: #9b8b7e !important;
    width: 100% !important;
    display: block !important;
    padding: 0.125rem 0 0 !important;
    line-height: 1.45 !important;
    order: 4 !important;
}

/* 4e. Trust strip — under the button row */
#checkout .checkout-shipping-form .checkout-button-row {
    border-top: 1px solid #ede8e2;
    padding-top: 1.5rem;
    margin-top: 1.5rem !important;
}
#checkout .dotales-checkout-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin-top: 1.25rem;
    justify-content: center;
}
#checkout .dotales-checkout-trust-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #9b8b7e;
    font-family: 'Poppins', sans-serif;
}
#checkout .dotales-checkout-trust-item .fas {
    font-size: 0.75rem;
    color: #c4b9b2;
}

/* ── Z-W.5  Order items  (inc_order_items.tpl) ────────────────────
 * Markup: Bootstrap .row per item (NOT flex).
 * Each .checkout-items-item row:
 *   .col-3.col-lg-2  .checkout-items-item-image-wrapper
 *   .col-9.col-lg-5  .checkout-items-item-main
 *   .col-9.col-lg-2  .checkout-items-item-price-single   (if enabled)
 *   .col-9.col-lg-1  .checkout-items-item-quantity
 *   .col-9.col-lg-2  .price-col                          (total price)
 *   .col-12 > hr     (bottom divider — replaced by row border-bottom)
 *
 * Image bug root cause (old Z-W.5):
 *   { object-fit: cover; width/height: 56px } → clips image to 56×56 square.
 *   Fix: use max-width/max-height + object-fit: contain (no cropping).
 * ─────────────────────────────────────────────────────────────── */

/* Column header row (desktop only via d-none d-lg-flex) */
#checkout .checkout-items-header {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9b8b7e;
    padding-bottom: 0.5rem;
}
#checkout .checkout-items-header-hr {
    border-color: #ede8e2 !important;
    margin: 0 0 0.5rem !important;
}

/* Item row — keep Bootstrap row, just add vertical rhythm */
#checkout .checkout-items-item {
    padding: 0.875rem 0;
    border-bottom: 1px solid #f5f1ed;
}

/* ── Image fix ────────────────────────────────────────────────── *
 * NOVA wraps image in .checkout-items-item-image-wrapper (col-3/col-lg-2).
 * The image inside is rendered via snippets/image.tpl as <img class="img-fluid">.
 * NOVA sets: width: 100%; object-fit: contain; — we override cleanly.
 * Use max-height to cap image height without fixed width (preserves aspect). */
#checkout .checkout-items-item-image-wrapper {
    padding-right: 0.5rem !important;
}
#checkout .checkout-items-item-image-wrapper img {
    max-width: 100% !important;
    max-height: 72px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 0.375rem;
    border: 1px solid #f0ebe4;
    display: block;
}

/* Product name link */
#checkout .checkout-items-item-main p a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
}
#checkout .checkout-items-item-main p a:hover {
    text-decoration: underline;
}

/* Metadata list (SKU, variation, etc.) */
#checkout .checkout-items-item-main .list-unstyled {
    font-size: 0.75rem !important;
    color: #9b8b7e !important;
    margin-bottom: 0 !important;
}

/* Mobile label (hidden on desktop via NOVA d-none d-lg-block) */
#checkout .checkout-items-item-title {
    font-size: 0.6875rem !important;
    color: #9b8b7e !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

/* Unit price */
#checkout .checkout-items-item-price-single {
    font-size: 0.875rem;
    color: #6b6b6b;
}

/* Quantity */
#checkout .checkout-items-item-quantity {
    font-size: 0.875rem;
    color: #4a4a4a;
}

/* Total price per row */
#checkout .checkout-items-item .price-col .price_overall {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Kill bottom HR inside item rows (border-bottom on row replaces it) */
#checkout .checkout-items-item .col-12 > hr {
    display: none !important;
}

/* ── Totals section ────────────────────────────────────────────── */
#checkout .checkout-items-total {
    padding-top: 1rem !important;
    padding-bottom: 0.5rem !important;
}

/* Subtotal / tax rows */
#checkout .checkout-items-total .total-net,
#checkout .checkout-items-total .tax,
#checkout .checkout-items-total .customer-credit {
    font-size: 0.875rem;
    color: #5a5a5a;
    padding: 0.125rem 0;
}
#checkout .checkout-items-total .total-net .col-auto,
#checkout .checkout-items-total .tax .col-auto,
#checkout .checkout-items-total .customer-credit .col-auto {
    font-size: 0.875rem;
    text-align: right;
    margin-left: auto;
}

/* Divider above grand total */
#checkout .checkout-items-total hr {
    margin: 0.5rem 0 !important;
    border-color: #ede8e2 !important;
}

/* Grand total row */
#checkout .checkout-items-total-total {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1a1a1a;
}
#checkout .checkout-items-total-total .price_label strong {
    font-weight: 700;
}
#checkout .checkout-items-total-total .col-auto {
    text-align: right;
    margin-left: auto;
    font-size: 1.0625rem;
    font-weight: 700;
}

/* Shipping info note */
#checkout .checkout-items-total .shipping-costs small {
    font-size: 0.75rem;
    color: #9b8b7e;
    line-height: 1.5;
}

/* ── Z-W.6  Button rows & CTAs ───────────────────────────────── */
#checkout .checkout-button-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

/* Primary CTA — forward / place order */
#checkout .checkout-button-row .btn.btn-primary,
#checkout #complete-order-button.btn.btn-primary {
    background: #1a1a1a;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: opacity 0.15s;
    text-align: center;
    display: inline-block;
}
#checkout .checkout-button-row .btn.btn-primary:hover,
#checkout #complete-order-button.btn.btn-primary:hover {
    opacity: 0.88;
}
#checkout .checkout-button-row .btn.btn-primary:disabled,
#checkout #complete-order-button.btn.btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Back button — NOVA uses btn-outline-primary variant */
#checkout .checkout-button-row .btn.btn-outline-primary,
#checkout .checkout-button-row .btn-back,
#checkout .checkout-button-row [data-checkout-step-back] {
    background: transparent;
    border: 1.5px solid #ddd5cc;
    color: #6b6b6b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.875rem 1.5rem;
    border-radius: 0.5rem;
    transition: border-color 0.15s, color 0.15s;
    text-align: center;
    display: inline-block;
}
#checkout .checkout-button-row .btn.btn-outline-primary:hover,
#checkout .checkout-button-row .btn-back:hover,
#checkout .checkout-button-row [data-checkout-step-back]:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
    background: transparent;
}

/* legal notice above/below place-order */
#checkout .checkout-confirmation-legal-notice {
    font-size: 0.75rem;
    color: #9b8b7e;
    line-height: 1.55;
    margin-top: 0.75rem;
}
#checkout .checkout-confirmation-legal-notice a {
    color: #6b6b6b;
    text-decoration: underline;
}

/* ── Z-W.7  Bestellabschluss (order confirmation) ────────────── */
.order-completed {
    font-family: 'Poppins', sans-serif;
    background: #faf8f6;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#order-confirmation.card {
    border: 1px solid #ede8e2;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

#order-confirmation .card-header {
    background: #f9f7f5;
    border-bottom: 1px solid #ede8e2;
    padding: 1.25rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1a1a1a;
}

#order-confirmation .order-confirmation-note {
    padding: 1.5rem;
    font-size: 0.9375rem;
    color: #4a4a4a;
    line-height: 1.6;
    border-bottom: 1px solid #ede8e2;
}

#order-confirmation .order-confirmation-details {
    padding: 1.25rem 1.5rem;
}

/* confirmation success heading */
.order-completed .order-confirmation-heading,
.order-completed h1,
.order-completed .h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

/* small success icon / checkmark area */
.order-completed .order-confirmation-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f0ebe4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    color: #1a1a1a;
    font-size: 1.375rem;
}

/* ── Z-W.8  Mobile responsive ────────────────────────────────── */
@media (max-width: 767.98px) {
    #checkout {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    /* step nav: compress to scrollable strip */
    #checkout .checkout-steps {
        padding: 0.875rem 1rem;
        margin-bottom: 1.25rem;
        justify-content: flex-start;
        gap: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    #checkout .checkout-steps .nav-item {
        min-width: 64px;
    }

    #checkout .checkout-steps .step-text {
        font-size: 0.625rem;
    }

    /* cards: tighter padding */
    #checkout .card-body {
        padding: 1rem;
    }
    #checkout .card-header {
        padding: 0.875rem 1rem;
    }
    #checkout .card-footer {
        padding: 0.875rem 1rem;
    }

    /* forms: prevent iOS zoom (font-size >= 16px) */
    #checkout .form-control,
    #checkout .custom-select {
        font-size: 1rem;
    }

    /* option cards: full-width tap target */
    #checkout .checkout-shipping-form-options-radio {
        padding: 0.9375rem 1rem 0.9375rem 2.5rem !important;
    }
    #checkout .checkout-payment-method .custom-control-label {
        min-height: 56px !important;
    }

    /* fieldset panels: tighter on mobile */
    #checkout .checkout-shipping-form fieldset#checkout-shipping-payment,
    #checkout .checkout-shipping-form fieldset#fieldset-payment {
        padding: 1rem !important;
        border-radius: 0.5rem !important;
    }

    /* button row: stack vertically — forward button first (column-reverse) */
    #checkout .checkout-button-row {
        flex-direction: column-reverse;
        gap: 0.625rem;
    }
    #checkout .checkout-button-row .btn.btn-primary,
    #checkout .checkout-button-row .btn.btn-outline-primary,
    #checkout .checkout-button-row .btn-back,
    #checkout .checkout-button-row [data-checkout-step-back],
    #checkout #complete-order-button.btn.btn-primary {
        width: 100% !important;
        text-align: center;
    }

    /* order items in summary: smaller thumbnail */
    #checkout .checkout-items-item img {
        width: 44px;
        height: 44px;
    }

    /* totals: keep label/value on one line */
    #checkout .checkout-items-total-total {
        font-size: 1rem;
    }

    /* Bestellabschluss: tighter card */
    #order-confirmation .order-confirmation-note,
    #order-confirmation .order-confirmation-details {
        padding: 1rem;
    }
}

/* ── Z-W.9  Address cards (billing / shipping) ───────────────── */
#checkout .checkout-confirmation-billing-address,
#checkout .checkout-confirmation-shipping {
    background: #f9f7f5;
    border: 1px solid #ede8e2;
    border-radius: 0.625rem;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #3a3a3a;
}

#checkout .checkout-confirmation-billing-address strong,
#checkout .checkout-confirmation-shipping strong {
    font-weight: 600;
    color: #1a1a1a;
    display: block;
    margin-bottom: 0.25rem;
}

/* ── Z-W.10  Zusammenfassung — step5_confirmation ──────────────────────── */

/* 10a. Fix Z-W.9 outer padding (card + card-header/body = double spacing).
 *      Distribute padding into header/body only. Unify radius + bg. */
#checkout .checkout-confirmation-billing-address,
#checkout .checkout-confirmation-shipping {
    padding: 0 !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    margin-bottom: 1rem !important;
    background: #fff !important;
}

#checkout #panel-edit-comment,
#checkout #panel-edit-coupon,
#checkout #panel-edit-credit {
    border: 1px solid #ede8e2 !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
    margin-bottom: 1rem !important;
}

/* Card headers — all info cards */
#checkout .checkout-confirmation-billing-address .card-header,
#checkout .checkout-confirmation-shipping .card-header,
#checkout #panel-edit-comment .card-header,
#checkout #panel-edit-coupon .card-header,
#checkout #panel-edit-credit .card-header {
    background: #fff !important;
    border-bottom: 1px solid #ede8e2 !important;
    padding: 0.875rem 1.25rem !important;
}

/* Section headings */
#checkout .checkout-confirmation .checkout-confirmation-heading {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
}

/* Edit / change links */
#checkout .checkout-confirmation .btn.btn-link {
    font-size: 0.8125rem !important;
    color: #6b6b6b !important;
    padding: 0 !important;
    text-decoration: none !important;
}
#checkout .checkout-confirmation .btn.btn-link:hover {
    color: #1a1a1a !important;
    text-decoration: none !important;
}
#checkout .checkout-confirmation .checkout-confirmation-change {
    text-decoration: underline;
}

/* Card bodies — all info cards */
#checkout .checkout-confirmation-billing-address .card-body,
#checkout .checkout-confirmation-shipping .card-body,
#checkout #panel-edit-comment .card-body,
#checkout #panel-edit-coupon .card-body,
#checkout #panel-edit-credit .card-body {
    padding: 1rem 1.25rem !important;
    font-size: 0.875rem !important;
    color: #3a3a3a !important;
    line-height: 1.6 !important;
}
#checkout .checkout-confirmation .card-body .title {
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

/* 10b. Pre-form divider */
#checkout .checkout-confirmation-pre-form-hr {
    border: none !important;
    border-top: 1px solid #ede8e2 !important;
    margin: 1.75rem 0 1.5rem !important;
}

/* 10c. Legal / AGB notice */
#checkout .checkout-confirmation-legal-notice {
    background: #f9f7f5 !important;
    border: 1px solid #ede8e2 !important;
    border-radius: 0.625rem !important;
    padding: 1rem 1.25rem !important;
    margin-bottom: 1.25rem !important;
    font-size: 0.8125rem !important;
    color: #5a5a5a !important;
    line-height: 1.6 !important;
}
#checkout .checkout-confirmation-legal-notice p {
    margin-bottom: 0 !important;
}
#checkout .checkout-confirmation-legal-notice a {
    color: #1a1a1a !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
}

/* 10d. Products / order-items card */
#checkout .checkout-confirmation-items .card.card-gray.card-products {
    border: 1px solid #ede8e2 !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
    margin-bottom: 1.25rem !important;
}
#checkout .checkout-confirmation-items .card.card-gray.card-products .card-header {
    background: #fff !important;
    border-bottom: 1px solid #ede8e2 !important;
    padding: 0.5rem 1.25rem !important;
    text-align: right !important;
}
#checkout .checkout-confirmation-items .card.card-gray.card-products .card-header .btn.btn-link {
    font-size: 0.8125rem !important;
    color: #6b6b6b !important;
}
#checkout .checkout-confirmation-items .card.card-gray.card-products .card-body {
    padding: 0.25rem 1.25rem !important;
}

/* 10e. CTA — prominent submit */
#checkout #complete-order-button.btn.btn-primary {
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    letter-spacing: 0.04em !important;
    border-radius: 0.5rem !important;
    background: #1a1a1a !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(26,26,26,0.15) !important;
}
#checkout #complete-order-button.btn.btn-primary:hover {
    background: #333 !important;
    box-shadow: 0 4px 12px rgba(26,26,26,0.2) !important;
}

/* Trust strip position on confirmation page */
#checkout .checkout-confirmation-items .dotales-checkout-trust {
    margin-top: 1.25rem;
}

/* 10f. Mobile — tighter cards */
@media (max-width: 767.98px) {
    #checkout .checkout-confirmation-billing-address .card-header,
    #checkout .checkout-confirmation-shipping .card-header,
    #checkout #panel-edit-comment .card-header,
    #checkout #panel-edit-coupon .card-header {
        padding: 0.75rem 1rem !important;
    }
    #checkout .checkout-confirmation-billing-address .card-body,
    #checkout .checkout-confirmation-shipping .card-body,
    #checkout #panel-edit-comment .card-body,
    #checkout #panel-edit-coupon .card-body {
        padding: 0.875rem 1rem !important;
    }
    #checkout .checkout-confirmation-items .card.card-gray.card-products .card-body {
        padding: 0.25rem 1rem !important;
    }
}

/* ── Z-W end ─────────────────────────────────────────────────── */

/* DOTALES — NOVA Ribbon Dreiecke deaktivieren */
.ribbon::before,
.ribbon::after,
[class*="ribbon-"]::before,
[class*="ribbon-"]::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
}


/* =================================================================
 * FOOTER — DOTALES Premium
 * Scope: #footer.dotales-footer  ·  .dotales-footer-*
 *        #copyright.dotales-footer-bottom
 * Keine globalen Bootstrap/NOVA-Klassen beschädigt.
 * ================================================================= */

/* ── 1. Footer-Basis ─────────────────────────────────────────────── */
#footer.dotales-footer {
    background: #f7f4f0 !important;
    border-top: 1px solid #e2dbd4;
    padding-top: 3rem;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: #3a3a3a;
}

/* ── 2. Brand / Trust Zone ──────────────────────────────────────── */
.dotales-footer-brand {
    text-align: center;
    padding-bottom: 2rem;
}
.dotales-footer-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.04em;
    margin-bottom: 1.25rem;
}
.dotales-footer-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2.5rem;
}
.dotales-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #5a5a5a;
}
.dotales-footer-trust-item i {
    font-size: 0.9375rem;
    color: #1a1a1a;
    width: 1rem;
    text-align: center;
}
.dotales-footer-divider {
    border: none !important;
    border-top: 1px solid #e2dbd4 !important;
    margin: 0 0 2.5rem !important;
}

/* ── 3. Link-Spalten (Footer Boxes aus dem Admin) ────────────────── */
#footer.dotales-footer #footer-boxes {
    margin-bottom: 2rem;
}

/* Card-Reset: Boxes haben oft eine .card-Hülle */
#footer.dotales-footer #footer-boxes .card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
#footer.dotales-footer #footer-boxes .card-header {
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 0 0.75rem !important;
}
#footer.dotales-footer #footer-boxes .card-body {
    padding: 0 !important;
}

/* Box-Überschriften (H3–H5 und .card-header) */
#footer.dotales-footer #footer-boxes h3,
#footer.dotales-footer #footer-boxes h4,
#footer.dotales-footer #footer-boxes h5,
#footer.dotales-footer #footer-boxes .h3,
#footer.dotales-footer #footer-boxes .h4,
#footer.dotales-footer #footer-boxes .h5 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
}
#footer.dotales-footer #footer-boxes .card-header,
#footer.dotales-footer #footer-boxes .card-header * {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* Listen */
#footer.dotales-footer #footer-boxes ul,
#footer.dotales-footer #footer-boxes .list-unstyled {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#footer.dotales-footer #footer-boxes li {
    margin-bottom: 0.5rem !important;
}
#footer.dotales-footer #footer-boxes li:last-child {
    margin-bottom: 0 !important;
}

/* Links */
#footer.dotales-footer #footer-boxes a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #5a5a5a !important;
    text-decoration: none !important;
    line-height: 1.4;
    transition: color 0.15s;
}
#footer.dotales-footer #footer-boxes a:hover {
    color: #1a1a1a !important;
}

/* ── 4. Mobile Accordion Heading ─────────────────────────────────── */
@media (max-width: 767.98px) {
    #footer.dotales-footer .dotales-footer-accordion-heading {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin-bottom: 0 !important;
        padding-bottom: 0.875rem !important;
    }
    #footer.dotales-footer .dotales-footer-accordion-heading::after {
        content: '+';
        font-family: 'Poppins', sans-serif;
        font-size: 1.25rem;
        font-weight: 300;
        color: #9a9a9a;
        line-height: 1;
        flex-shrink: 0;
        margin-left: 0.5rem;
    }
    #footer.dotales-footer .dotales-footer-accordion-heading.is-open::after {
        content: '\2212'; /* minus */
    }
    #footer.dotales-footer #footer-boxes [class*="col-"] {
        border-top: 1px solid #e2dbd4;
        padding-top: 0.875rem;
        margin-bottom: 0 !important;
    }
    #footer.dotales-footer #footer-boxes [class*="col-"]:last-child {
        border-bottom: 1px solid #e2dbd4;
        padding-bottom: 0.875rem;
    }
}

/* ── 5. Social Media Icons ──────────────────────────────────────── */
#footer.dotales-footer .footer-social-media {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
#footer.dotales-footer .footer-additional-wrapper .list-unstyled {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}
#footer.dotales-footer .footer-additional-wrapper li {
    margin: 0 !important;
}
#footer.dotales-footer .footer-social-media .btn.btn-sm {
    background: transparent !important;
    border: 1.5px solid #ddd5cc !important;
    color: #5a5a5a !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color 0.15s, color 0.15s !important;
    box-shadow: none !important;
}
#footer.dotales-footer .footer-social-media .btn.btn-sm:hover {
    border-color: #1a1a1a !important;
    color: #1a1a1a !important;
    background: transparent !important;
}

/* ── 6. MwSt.-/Versandhinweis ────────────────────────────────────── */
#footer.dotales-footer .footnote-vat {
    padding: 1.25rem 0 1.5rem;
    border-top: 1px solid #e2dbd4;
}
#footer.dotales-footer .footnote-vat .small {
    font-size: 0.75rem !important;
    color: #ababab;
}
#footer.dotales-footer .footnote-vat a {
    color: #7a7a7a;
    text-decoration: underline;
}

/* ── 7. Newsletter (wenn aktiv) ──────────────────────────────────── */
#footer.dotales-footer .newsletter-footer {
    padding: 1.75rem 0 2rem;
    border-bottom: 1px solid #e2dbd4;
    margin-bottom: 2.5rem;
}
#footer.dotales-footer .newsletter-footer-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}
#footer.dotales-footer .newsletter-footer .info {
    font-size: 0.75rem;
    color: #7a7a7a;
}
#footer.dotales-footer .newsletter-footer .btn-secondary {
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #fff !important;
    border-radius: 0 0.375rem 0.375rem 0 !important;
    font-size: 0.875rem !important;
}

/* ── 8. Bottom Bar / Copyright ───────────────────────────────────── */
#copyright.dotales-footer-bottom {
    background: #1a1a1a !important;
    color: #7a7a7a;
    padding: 1rem 0 !important;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}
#copyright.dotales-footer-bottom .row {
    align-items: center;
}
#copyright.dotales-footer-bottom span,
#copyright.dotales-footer-bottom .icon-mr-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #7a7a7a !important;
}
#copyright.dotales-footer-bottom a {
    color: #5a5a5a !important;
    text-decoration: none;
    transition: color 0.15s;
}
#copyright.dotales-footer-bottom a:hover {
    color: #aaa !important;
}
/* "Powered by" extra dezent */
#copyright.dotales-footer-bottom #system-credits {
    font-size: 0.75rem !important;
    color: #444 !important;
}
#copyright.dotales-footer-bottom #system-credits a {
    color: #555 !important;
}
#copyright.dotales-footer-bottom #system-credits a:hover {
    color: #888 !important;
}

/* ── 9. Scroll-to-top ────────────────────────────────────────────── */
#smoothscroll-top.go-to-top {
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #fff !important;
    border-radius: 50% !important;
}

/* ── 10. Desktop ─────────────────────────────────────────────────── */
@media (min-width: 992px) {
    .dotales-footer-trust {
        gap: 1rem 3rem;
    }
    #footer.dotales-footer #footer-boxes {
        margin-bottom: 2.5rem;
    }
}

/* ── 11. Mobile (< 768 px) ──────────────────────────────────────── */
@media (max-width: 767.98px) {
    #footer.dotales-footer {
        padding-top: 2rem;
    }
    .dotales-footer-brand {
        padding-bottom: 1.5rem;
        text-align: left;
    }
    .dotales-footer-tagline {
        font-size: 1rem;
    }
    .dotales-footer-trust {
        justify-content: flex-start;
        gap: 0.625rem 0;
    }
    .dotales-footer-trust-item {
        flex: 0 0 50%;
        font-size: 0.8125rem;
    }
    .dotales-footer-divider {
        margin-bottom: 0 !important;
    }
    #footer.dotales-footer .footer-additional-wrapper .list-unstyled {
        justify-content: flex-start;
    }
    #copyright.dotales-footer-bottom .row {
        flex-direction: column;
        text-align: center;
        gap: 0.25rem;
    }
    #copyright.dotales-footer-bottom #system-credits {
        margin-top: 0;
    }
}


/* ══════════════════════════════════════════════════════════════════════
   OFFCANVAS MOBILE MENU — PREMIUM D2C REDESIGN
   Scope: #mainNavigation (mobile) — keine globalen Bootstrap-Overrides
   Ziel:  ruhig · hochwertig · editorial · minimalistisch
   Orientierung: Nike / ON Running / Apple / ARKET / Allbirds
   ══════════════════════════════════════════════════════════════════════ */

@media (max-width: 991.98px) {

    /* ── 1. Offcanvas-Container ──────────────────────────────────────── */
    #mainNavigation.navbar-collapse {
        background-color: #faf8f5 !important;
        max-width: 310px !important;
        box-shadow: 4px 0 40px rgba(0, 0, 0, 0.14) !important;
        border-right: 1px solid rgba(0, 0, 0, 0.04);
    }

    /* ── 2. Mobile Header ────────────────────────────────────────────── */
    #mainNavigation .nav-mobile-header {
        padding: 1.125rem 1.25rem 1rem;
        background-color: #faf8f5;
    }

    /* Trennlinie – extrem dezent */
    #mainNavigation .nav-mobile-header-hr {
        border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
        margin: 0.875rem 0 0 !important;
    }

    /* Close-Button (Toggler im Menü-Header) */
    #mainNavigation .nav-mobile-header .navbar-toggler {
        padding: 0.375rem;
        border: none !important;
        background: transparent !important;
        transition: opacity 0.15s;
        line-height: 1;
    }
    #mainNavigation .nav-mobile-header .navbar-toggler .fa-times {
        font-size: 1rem;
        color: #2a2420;
        opacity: 0.55;
        transition: opacity 0.15s;
    }
    #mainNavigation .nav-mobile-header .navbar-toggler:hover .fa-times {
        opacity: 1;
    }

    /* Menü-Titel ("Menü" / Unterkategorie) */
    #mainNavigation span.nav-offcanvas-title {
        font-family: 'Poppins', sans-serif;
        font-size: 0.6875rem;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: #9a918a !important;
    }

    /* Back-Button */
    #mainNavigation a.nav-offcanvas-title[data-menu-back] {
        font-family: 'Poppins', sans-serif;
        font-size: 0.8125rem;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #2a2420 !important;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
    }
    #mainNavigation a.nav-offcanvas-title[data-menu-back] .fas.fa-chevron-left {
        font-size: 0.625rem;
        opacity: 0.55;
    }

    /* ── 3. Menu Body ────────────────────────────────────────────────── */
    #mainNavigation .nav-mobile-body {
        background-color: #faf8f5;
        padding-top: 0.25rem;
        padding-bottom: 1.5rem;
    }

    /* Subtiles DOTALES-Branding am Ende der Menüliste */
    #mainNavigation .nav-mobile-body::after {
        content: 'DOTALES';
        display: block;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 0.5rem;
        font-weight: 700;
        letter-spacing: 0.26em;
        color: #d8d2cc;
        margin-top: 2.25rem;
        padding-bottom: 0.5rem;
    }

    /* ── 4. Nav Items & Links ────────────────────────────────────────── */
    #mainNavigation .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.055);
        margin: 0;
    }

    #mainNavigation .nav-link {
        font-family: 'Poppins', sans-serif !important;
        font-size: 0.9375rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.01em;
        color: #1e1b18 !important;
        padding: 0.9375rem 1.375rem !important;
        background: transparent !important;
        transition: background-color 0.12s;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        line-height: 1.3;
    }
    #mainNavigation .nav-link:hover,
    #mainNavigation .nav-link:focus {
        background-color: rgba(0, 0, 0, 0.03) !important;
        color: #1e1b18 !important;
        text-decoration: none !important;
    }
    #mainNavigation .nav-link:active {
        background-color: rgba(0, 0, 0, 0.06) !important;
    }

    /* Chevron — kleiner, deutlich dezenter */
    #mainNavigation .nav-link::after {
        color: #c4bbb4 !important;
        font-size: 0.5625rem !important;
        opacity: 1 !important;
        flex-shrink: 0;
        margin-left: 0.5rem;
        transition: transform 0.18s ease;
    }

    /* ── 5. Produkt-Zähler / Badges ──────────────────────────────────── */
    #mainNavigation .product-count,
    #mainNavigation .badge-primary,
    #mainNavigation .badge.badge-primary {
        background-color: #e8e2d9 !important;
        color: #5a5047 !important;
        border-radius: 10rem !important;
        font-family: 'Poppins', sans-serif;
        font-size: 0.625rem !important;
        font-weight: 700 !important;
        padding: 0.2em 0.6em !important;
        line-height: 1.4;
        box-shadow: none !important;
        margin-left: 0.5rem;
        vertical-align: middle;
        letter-spacing: 0;
    }

    /* ── 6. Backdrop ─────────────────────────────────────────────────── */
    body > .backdrop {
        background-color: rgba(26, 20, 16, 0.42) !important;
    }

}
/* end @media max-width: 991.98px */
/* ── end OFFCANVAS MOBILE MENU ──────────────────────────────────────── */

/* ── Footer end ──────────────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   MINI CART DROPDOWN — PREMIUM D2C REDESIGN
   Scope: .cart-dropdown, .cart-icon-dropdown — keine globalen Overrides
   Ziel:  hochwertig · ruhig · editorial · conversionstark
   Orientierung: Nike / ON Running / Apple / Allbirds / ARKET
   ══════════════════════════════════════════════════════════════════════ */

/* ── 1. Dropdown-Container ────────────────────────────────────────────── */
header .cart-dropdown.dropdown-menu {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.13), 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    min-width: 380px;
    padding: 0 !important;
    overflow: hidden;
    margin-top: 0.625rem !important;
}

/* ── 2. Scrollbarer Items-Bereich ─────────────────────────────────────── */
.cart-dropdown .table-responsive {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.cart-dropdown .table-responsive::-webkit-scrollbar {
    width: 3px;
}
.cart-dropdown .table-responsive::-webkit-scrollbar-track {
    background: transparent;
}
.cart-dropdown .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

/* ── 3. Items-Tabelle ─────────────────────────────────────────────────── */
.cart-dropdown .dropdown-cart-items {
    margin-bottom: 0;
}
.cart-dropdown .dropdown-cart-items tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.055);
}
.cart-dropdown .dropdown-cart-items tbody tr:last-child {
    border-bottom: none;
}
.cart-dropdown .dropdown-cart-items td {
    padding: 1rem 1.25rem;
    vertical-align: middle;
    border-top: none !important;
}

/* Produktbild */
.cart-dropdown .dropdown-cart-items .img-sm {
    width: 68px !important;
    height: 68px !important;
    object-fit: contain !important;
    border-radius: 8px;
    background-color: #f0ebe4;
    display: block;
    padding: 4px;
}

/* Menge (1x, 2x …) */
.cart-dropdown .dropdown-cart-items .col-auto ~ .col-auto {
    font-size: 0.8125rem;
    color: #9a918a;
    font-weight: 500;
    white-space: nowrap;
}

/* Produktname */
.cart-dropdown .dropdown-cart-items a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e1b18 !important;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.12s;
}
.cart-dropdown .dropdown-cart-items a:hover {
    color: #5a4a3a !important;
    text-decoration: none;
}

/* Preisspalte */
.cart-dropdown .dropdown-cart-items td.text-right-util {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1e1b18;
    padding-left: 0.5rem;
    white-space: nowrap;
}

/* ── 4. Dropdown-Body / Summen ────────────────────────────────────────── */
.cart-dropdown .dropdown-body {
    padding: 1rem 1.25rem 0;
    background-color: #faf8f5;
}
.cart-dropdown .dropdown-body .list-unstyled {
    margin-bottom: 0;
}

/* Zwischenpositionen (Netto, Steuer) */
.cart-dropdown .dropdown-body .cart-dropdown-total-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.8125rem;
    color: #8a8178 !important;
    margin-bottom: 0.3125rem;
}
.cart-dropdown .dropdown-body .cart-dropdown-total-item .cart-dropdown-total-item-price {
    float: none;
    font-weight: 600;
    color: #5a5047;
}

/* Gesamtsumme */
.cart-dropdown .dropdown-body .font-weight-bold-util {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1rem;
    font-weight: 700;
    color: #1e1b18;
    padding-top: 0.625rem;
    margin-top: 0.3125rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 0;
}
.cart-dropdown .dropdown-body .font-weight-bold-util .cart-dropdown-total-item-price {
    float: none;
    color: #1e1b18;
}

/* Versand-Hinweis */
.cart-dropdown .cart-dropdown-shipping-notice {
    padding: 0.875rem 0;
    font-size: 0.8125rem;
    color: #8a8178 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 0.75rem;
}
.cart-dropdown .cart-dropdown-shipping-notice hr {
    display: none;
}

/* ── 5. CTA-Buttons ───────────────────────────────────────────────────── */
.cart-dropdown .cart-dropdown-buttons {
    padding: 1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* Bootstrap .row-Negative-Margin aufheben */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* "Zur Kasse" — dominante primäre CTA */
.cart-dropdown .cart-dropdown-next {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    padding: 0.875rem 1.5rem !important;
    border-radius: 10px !important;
    transition: background-color 0.15s, transform 0.12s;
    text-align: center;
    display: block;
    width: 100%;
}
.cart-dropdown .cart-dropdown-next:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.cart-dropdown .cart-dropdown-next:active {
    transform: translateY(0);
    box-shadow: none;
}

/* "Zum Warenkorb" — ruhiger Sekundär-Link */
.cart-dropdown .cart-dropdown-goto-basket {
    display: block;
    text-align: center;
    color: #9a918a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0.25rem 0 0.125rem;
    transition: color 0.15s;
    letter-spacing: 0.01em;
}
.cart-dropdown .cart-dropdown-goto-basket:hover {
    color: #1e1b18 !important;
    text-decoration: underline !important;
}

/* Fallback: falls NOVA-btn-primary im dropdown auftaucht */
.cart-dropdown .dropdown-body ~ .cart-dropdown-buttons .btn.btn-primary:not(.cart-dropdown-next) {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: #5a5047 !important;
    font-size: 0.8125rem !important;
}

/* ── 6. Leerer Warenkorb ──────────────────────────────────────────────── */
.cart-dropdown .cart-dropdown-empty {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #8a8178 !important;
    padding: 2rem 1.25rem !important;
    text-align: center;
    letter-spacing: 0.01em;
    display: block;
}
.cart-dropdown .cart-dropdown-empty:hover {
    background-color: rgba(0, 0, 0, 0.02) !important;
    color: #5a5047 !important;
    text-decoration: none !important;
}

/* ── 7. Overflow-Hinweis ──────────────────────────────────────────────── */
.cart-dropdown .item-overflow-notice {
    font-size: 0.8125rem;
    color: #8a8178;
    padding: 0.625rem 1.25rem;
}
.cart-dropdown .item-overflow-notice hr {
    border-color: rgba(0, 0, 0, 0.06);
}

/* ── 8. Cart-Icon in der Header-Leiste ────────────────────────────────── */
.cart-icon-dropdown .cart-icon-dropdown-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

/* ── 9. Mobile (< 992 px) ─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    header .cart-dropdown.dropdown-menu {
        min-width: calc(100vw - 1.5rem);
        max-width: calc(100vw - 1.5rem);
        border-radius: 12px !important;
        right: 0.75rem !important;
        left: auto !important;
        transform: none !important;
    }
    .cart-dropdown .cart-dropdown-next {
        padding: 0.9375rem !important;
        font-size: 1rem !important;
    }
    .cart-dropdown .dropdown-cart-items td {
        padding: 0.875rem 1rem;
    }
    .cart-dropdown .dropdown-body {
        padding: 0.875rem 1rem 0;
    }
    .cart-dropdown .cart-dropdown-buttons {
        padding: 0.875rem 1rem 1rem;
    }
}

/* ── end MINI CART DROPDOWN ───────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   ACCOUNT LOGIN DROPDOWN — PREMIUM D2C REDESIGN
   Scope: .account-icon-dropdown — keine globalen Bootstrap-Overrides
   Ziel:  ruhig · vertrauensvoll · modern · conversionstark
   Orientierung: Apple / Nike / ON Running / ARKET / Allbirds
   ══════════════════════════════════════════════════════════════════════ */

/* ── 1. Dropdown-Container ────────────────────────────────────────────── */
header .account-icon-dropdown .dropdown-menu {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.13), 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    padding: 0 !important;
    overflow: hidden;
    margin-top: 0.625rem !important;
    min-width: 360px;
}

/* ── 2. Dropdown-Body (Login-Form-Bereich) ────────────────────────────── */
.account-icon-dropdown .dropdown-body {
    padding: 1.5rem 1.5rem 1.125rem !important;
    background-color: #faf8f5;
}

/* ── 3. Login-Heading ────────────────────────────────────────────────── */
.dotales-login-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9a918a;
    margin-bottom: 1.25rem;
    margin-top: 0;
    padding: 0;
}

/* ── 4. Fieldset Reset ────────────────────────────────────────────────── */
.account-icon-dropdown #quick-login {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
}

/* ── 5. Form Groups ───────────────────────────────────────────────────── */
.account-icon-dropdown .dropdown-body .form-group {
    margin-bottom: 1rem;
}
.account-icon-dropdown .dropdown-body .account-icon-dropdown-pass {
    margin-bottom: 1rem !important;
}
.account-icon-dropdown .dropdown-body .form-group:last-child {
    margin-bottom: 0;
}

/* ── 6. Labels ────────────────────────────────────────────────────────── */
.account-icon-dropdown .dropdown-body .form-group > label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #8a8178;
    transition: top 0.15s ease, font-size 0.15s ease, color 0.15s ease;
}

/* Floating-Label wenn aktiv (NOVA setzt label nach input → Geschwister-Selektor) */
.account-icon-dropdown .dropdown-body .form-control:focus ~ label,
.account-icon-dropdown .dropdown-body .form-control:not(:placeholder-shown) ~ label {
    color: #9a918a !important;
    font-size: 0.6875rem !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ── 7. Inputs ────────────────────────────────────────────────────────── */
.account-icon-dropdown .dropdown-body .form-control,
.account-icon-dropdown .dropdown-body input[type="email"],
.account-icon-dropdown .dropdown-body input[type="password"] {
    height: 48px !important;
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    padding: 1rem 1rem 0.25rem !important;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-shadow: none !important;
}
.account-icon-dropdown .dropdown-body .form-control:focus,
.account-icon-dropdown .dropdown-body input[type="email"]:focus,
.account-icon-dropdown .dropdown-body input[type="password"]:focus {
    border-color: #9b8b7e !important;
    box-shadow: 0 0 0 3px rgba(155, 139, 126, 0.18) !important;
    outline: none !important;
    background-color: #ffffff !important;
}

/* ── 8. Submit-Button ────────────────────────────────────────────────── */
.account-icon-dropdown #submit-btn.btn {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    padding: 0.875rem 1.5rem !important;
    border-radius: 10px !important;
    height: auto !important;
    line-height: 1.4;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
    text-align: center;
}
.account-icon-dropdown #submit-btn.btn:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16) !important;
}
.account-icon-dropdown #submit-btn.btn:active {
    transform: translateY(0);
    box-shadow: none !important;
}

/* ── 9. Passwort vergessen ───────────────────────────────────────────── */
.dotales-login-forgot {
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a !important;
    text-decoration: none !important;
    margin-top: 0.875rem;
    transition: color 0.15s;
    letter-spacing: 0.01em;
}
.dotales-login-forgot:hover {
    color: #1e1b18 !important;
    text-decoration: none !important;
}

/* ── 10. Registrierungs-Bereich (dropdown-footer) ────────────────────── */
.account-icon-dropdown .dropdown-footer {
    background-color: #f3ede6 !important;
    padding: 1.125rem 1.5rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.875rem;
}

/* "Neu hier?" Text */
.dotales-register-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #6b6055;
    font-weight: 400;
    flex: 1;
    min-width: 0;
    line-height: 1.4;
}

/* "Jetzt registrieren!" CTA */
.dotales-register-cta {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem !important;
    font-weight: 700;
    color: #1e1b18 !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 0.5rem 0.875rem;
    border: 1.5px solid #1e1b18;
    border-radius: 8px;
    transition: background-color 0.15s, color 0.15s;
    line-height: 1.4;
    display: inline-block;
}
.dotales-register-cta:hover {
    background-color: #1e1b18;
    color: #fff !important;
    text-decoration: none !important;
}

/* ── 11. Eingeloggter Zustand — Dropdown-Items ───────────────────────── */
.account-icon-dropdown .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #1e1b18;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.12s;
    letter-spacing: 0.005em;
}
.account-icon-dropdown .dropdown-item:hover,
.account-icon-dropdown .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.03) !important;
    color: #1e1b18;
}
.account-icon-dropdown .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.06) !important;
    color: #1e1b18;
}
.account-icon-dropdown .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.07);
    margin: 0.25rem 0;
}
.account-icon-dropdown .account-icon-dropdown-logout.dropdown-item {
    font-size: 0.8125rem;
    color: #6b6055;
}
.account-icon-dropdown .account-icon-dropdown-logout.dropdown-item:hover {
    color: #c0392b;
    background-color: rgba(192, 57, 43, 0.04) !important;
}

/* ── 12. Mobile (< 992 px) ────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    header .account-icon-dropdown .dropdown-menu {
        min-width: calc(100vw - 1.5rem);
        max-width: calc(100vw - 1.5rem);
        border-radius: 12px !important;
        right: 0.75rem !important;
        left: auto !important;
        transform: none !important;
    }
    .account-icon-dropdown .dropdown-body {
        padding: 1.25rem !important;
    }
    .account-icon-dropdown .dropdown-body .form-control,
    .account-icon-dropdown .dropdown-body input[type="email"],
    .account-icon-dropdown .dropdown-body input[type="password"] {
        height: 52px !important;
        font-size: 1rem;
    }
    .account-icon-dropdown #submit-btn.btn {
        padding: 1rem !important;
        font-size: 1rem !important;
    }
    .account-icon-dropdown .dropdown-footer {
        padding: 1rem 1.25rem !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
    }
    .dotales-register-cta {
        width: 100%;
        text-align: center;
    }
}

/* ── end ACCOUNT LOGIN DROPDOWN ──────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   WISHLIST DROPDOWN — PREMIUM D2C REDESIGN
   Scope: #shop-nav-wish, #nav-wishlist-collapse — keine globalen Overrides
   Ziel:  emotional · hochwertig · editorial · markenkonform
   Orientierung: Nike / Apple / ON Running / ARKET / Allbirds
   ══════════════════════════════════════════════════════════════════════ */

/* ── 1. Dropdown-Container ────────────────────────────────────────────── */
header #nav-wishlist-collapse.dropdown-menu {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.13), 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    padding: 0 !important;
    overflow: hidden;
    margin-top: 0.625rem !important;
    min-width: 320px;
}

/* ── 2. Premium Empty State ───────────────────────────────────────────── */
.dotales-wl-empty {
    padding: 2.25rem 1.5rem 1.875rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.055);
}

/* Herz-Icon */
.dotales-wl-empty-icon {
    margin-bottom: 1rem;
    line-height: 1;
}
.dotales-wl-empty-icon .far.fa-heart {
    font-size: 2.25rem;
    color: #e2dbd4;
    display: block;
}

/* "Deine Merkliste" Heading */
.dotales-wl-empty-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #9a918a;
    margin-bottom: 0.625rem;
    padding: 0;
}

/* Claim-Text */
.dotales-wl-empty-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #9a918a;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ── 3. Section-Heading (befüllte Liste) ──────────────────────────────── */
.dotales-wl-section-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #9a918a;
    padding: 1.25rem 1.25rem 0.625rem;
}

/* ── 4. Wishlist-Listen-Tabelle ───────────────────────────────────────── */
.wishlist-dropdown-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.wishlist-dropdown-items .table {
    margin-bottom: 0;
}
.wishlist-dropdown-items tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.055);
    transition: background-color 0.12s;
}
.wishlist-dropdown-items tbody tr:last-child {
    border-bottom: none;
}
.wishlist-dropdown-items tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

/* Tabellen-Zellen */
.wishlist-dropdown-items td {
    padding: 0.875rem 1.25rem;
    vertical-align: middle;
    border-top: none !important;
}

/* Listen-Name */
.wishlist-dropdown-items .clickable-row td:first-child {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e1b18;
    line-height: 1.4;
}

/* public / private Label */
.wishlist-dropdown-items .small {
    font-family: 'Poppins', sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #b8afa8;
    letter-spacing: 0.02em;
}

/* Produkt-Anzahl */
.wishlist-dropdown-items .text-right-util {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #9a918a;
    white-space: nowrap;
}

/* ── 5. Footer / "Neue Liste" CTA ─────────────────────────────────────── */
.wishlist-dropdown-footer.dropdown-body {
    padding: 1rem 1.25rem 1.25rem !important;
    background-color: #faf8f5;
}

/* Neuer dark CTA */
.dotales-wl-new-btn.btn {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    padding: 0.875rem 1.5rem !important;
    border-radius: 10px !important;
    height: auto !important;
    line-height: 1.4;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
    text-align: center;
}
.dotales-wl-new-btn.btn:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16) !important;
}
.dotales-wl-new-btn.btn:active {
    transform: translateY(0);
    box-shadow: none !important;
}

/* ── 6. Header-Badge (Herzchen-Zähler) ────────────────────────────────── */
#shop-nav-wish #badge-wl-count.fa-sup {
    background-color: #e8e2d9 !important;
    color: #5a5047 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.5625rem !important;
    font-weight: 700 !important;
    border-radius: 10rem !important;
    box-shadow: none !important;
    letter-spacing: 0;
}

/* ── 7. Mobile (< 992 px) ─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    header #nav-wishlist-collapse.dropdown-menu {
        min-width: calc(100vw - 1.5rem);
        max-width: calc(100vw - 1.5rem);
        border-radius: 12px !important;
        right: 0.75rem !important;
        left: auto !important;
        transform: none !important;
    }
    .dotales-wl-empty {
        padding: 1.875rem 1.25rem 1.5rem;
    }
    .dotales-wl-empty-icon .far.fa-heart {
        font-size: 2rem;
    }
    .dotales-wl-empty-text {
        font-size: 0.8125rem;
    }
    .dotales-wl-new-btn.btn {
        padding: 0.9375rem !important;
        font-size: 1rem !important;
    }
}

/* ── end WISHLIST DROPDOWN ────────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   MEIN KONTO — PREMIUM D2C REDESIGN
   Scope: #account, .dotales-account-*, .account-data-item, .account-orders-item
   Ziel:  modern · editorial · premium · vertrauensvoll
   Orientierung: Apple / Nike / ON Running / ARKET
   ══════════════════════════════════════════════════════════════════════ */

/* ── Z-MA.1: Container & Seitenabstand ───────────────────────────────── */
#account {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

/* ── Z-MA.2: Premium Hero / Willkommen-Bereich ───────────────────────── */
.dotales-account-hero {
    margin-bottom: 2.75rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ede8e2;
}

.dotales-account-welcome-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #9a918a;
    margin-bottom: 0.5rem;
}

.dotales-account-welcome-name {
    font-family: 'Poppins', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e1b18;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: 0.625rem;
}

.dotales-account-welcome-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #9a918a;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ── Z-MA.3: Guthaben-Card (Premium Dark Widget) ──────────────────────── */
.account-head-data {
    margin-bottom: 2.5rem;
    align-items: center;
}

.dotales-account-credit.card {
    background: linear-gradient(135deg, #1e1b18 0%, #312c27 100%) !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 32px rgba(30, 27, 24, 0.22), 0 2px 8px rgba(30, 27, 24, 0.10) !important;
    padding: 1.625rem 1.5rem 1.5rem !important;
    color: #fff !important;
}

.dotales-credit-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.5rem;
    padding: 0;
}

.dotales-credit-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0;
}

/* ── Z-MA.4: Account-Cards — Grundstil ───────────────────────────────── */
#account .account-data-item .card {
    background-color: #faf8f5 !important;
    border: 1px solid #e2dbd4 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.045), 0 1px 4px rgba(0, 0, 0, 0.03) !important;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

/* ── Z-MA.5: Card-Header Typografie ──────────────────────────────────── */
#account .account-data-item .card .card-header {
    background-color: transparent !important;
    border-bottom: 1px solid #ede8e2 !important;
    padding: 1.375rem 1.5rem !important;
}

/* Titel-Links im Card-Header */
#account .account-data-item .card .card-header .h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
#account .account-data-item .card .card-header .h3 a {
    color: #1e1b18 !important;
    text-decoration: none !important;
}
#account .account-data-item .card .card-header .h3 a:hover {
    color: #5a5047 !important;
}
#account .account-data-item .card .card-header .h3:not(:has(a)) {
    color: #1e1b18;
}

/* "Alle anzeigen" Sekundär-Link */
#account .account-data-item .card .card-header .font-size-sm a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #9a918a;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.12s;
}
#account .account-data-item .card .card-header .font-size-sm a:hover {
    color: #1e1b18;
}

/* "Retoure erstellen" Plus-Button */
#account .account-data-item .card .card-header .btn-secondary.btn-add {
    background-color: #f0ebe4 !important;
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    border-radius: 8px !important;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    min-width: unset;
    vertical-align: middle;
    transition: background-color 0.12s;
}
#account .account-data-item .card .card-header .btn-secondary.btn-add:hover {
    background-color: #e2dbd4 !important;
    border-color: #c4bbb4 !important;
}

/* ── Z-MA.6: Tabellen-Zeilen ──────────────────────────────────────────── */
#account .account-data-item .card .table {
    margin-bottom: 0;
}

#account .account-data-item .card .table td {
    border-top: none !important;
    border-bottom: 1px solid #ede8e2 !important;
    padding: 1.0625rem 1.5rem !important;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    line-height: 1.5;
}

#account .account-data-item .card .table tbody tr:last-child td {
    border-bottom: none !important;
}

/* Hover-Effekt */
#account .account-data-item .card .table-hover tbody tr:hover td {
    background-color: rgba(0, 0, 0, 0.018) !important;
    cursor: pointer;
}

/* Muted/kleine Zusatztexte */
#account .account-data-item .card .table .text-muted-util {
    font-size: 0.8125rem !important;
    color: #9a918a !important;
    line-height: 1.5;
    margin-top: 0.2rem;
}

/* Edit-Stift-Icons */
#account .account-data-item .card .table td .fa-pencil-alt {
    color: #c4bbb4;
    font-size: 0.875rem;
    transition: color 0.12s;
}
#account .account-data-item .card .table td a:hover .fa-pencil-alt {
    color: #1e1b18;
}

/* RMA-Status-Badges */
#account .account-data-item .card .badge {
    font-family: 'Poppins', sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-radius: 6px;
    padding: 0.3em 0.55em;
}
#account .account-data-item .card .badge-light {
    background-color: #e8e2d9 !important;
    color: #5a5047 !important;
}

/* RMA Kalender-Icon */
#account .account-data-item .card .fa-calendar {
    color: #b8afa8;
    margin-right: 0.375rem;
}

/* Eye-Icon in Bestellzeilen */
#account .account-data-item .card .fa-eye,
#account .account-data-item .card .fa-retweet {
    color: #c4bbb4;
    font-size: 0.9375rem;
    transition: color 0.12s;
}
#account .account-data-item .card .clickable-row:hover .fa-eye,
#account .account-data-item .card .clickable-row:hover .fa-retweet {
    color: #1e1b18;
}

/* Custom Toggle Switch (Merkliste / Lieferadresse Standard) */
#account .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
}
#account .custom-switch .custom-control-label::before {
    border-color: #c4bbb4;
}

/* ── Z-MA.7: Leer-Zustände (card-body) ───────────────────────────────── */
#account .account-data-item .card .card-body {
    padding: 1.625rem 1.5rem !important;
}

#account .account-data-item .card .card-body > p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #9a918a;
    margin-bottom: 1.125rem;
    line-height: 1.6;
}

/* ── Z-MA.8: Buttons ──────────────────────────────────────────────────── */

/* Primärer CTA (Abmelden) → Dark */
#account .btn-primary {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.025em;
    border-radius: 10px !important;
    padding: 0.875rem 1.875rem !important;
    height: auto !important;
    line-height: 1.4;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
}
#account .btn-primary:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14) !important;
}
#account .btn-primary:active {
    transform: translateY(0);
    box-shadow: none !important;
}

/* Outline-Secondary (neue Lieferadresse, etc.) */
#account .btn-outline-secondary {
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 0.625rem 1.125rem !important;
    height: auto !important;
    transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}
#account .btn-outline-secondary:hover {
    background-color: #f0ebe4 !important;
    border-color: #c4bbb4 !important;
    color: #1e1b18 !important;
}

/* Outline-Primary (Zurück-Button Bestellungen) */
#account .btn-outline-primary {
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
    height: auto !important;
    transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}
#account .btn-outline-primary:hover {
    background-color: #f0ebe4 !important;
    border-color: #c4bbb4 !important;
    color: #1e1b18 !important;
}

/* Outline-Danger (Konto löschen) — subtil, kein Alarm-Rot */
#account .btn-outline-danger {
    border-color: #d4c5be !important;
    color: #9a918a !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.25rem !important;
    height: auto !important;
    transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}
#account .btn-outline-danger:hover {
    background-color: #fff5f4 !important;
    border-color: #c46060 !important;
    color: #c46060 !important;
}

/* Vergleichsliste / Merkliste CTA */
#account .btn-outline-secondary.btn-sm,
#account .account-data-item .card .card-body .btn-outline-secondary {
    font-size: 0.8125rem !important;
    padding: 0.5625rem 1rem !important;
}

/* ── Z-MA.9: Aktionszeile (Abmelden + Konto löschen) ─────────────────── */
#account .btn-row {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ede8e2;
}

/* ── Z-MA.10: Bestellungen-Seite (orders.tpl) ────────────────────────── */

/* Seiten-Heading */
#account .h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1e1b18;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 2rem;
}

/* Einzelne Bestell-Cards */
#account .account-orders-item.card {
    background-color: #faf8f5 !important;
    border: 1px solid #e2dbd4 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 0.875rem;
    transition: box-shadow 0.15s, transform 0.12s;
}
#account .account-orders-item.card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px);
}

#account .account-orders-item .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 1.25rem 1.5rem !important;
}

/* Datum (fett, mit Kalender-Icon) */
#account .account-orders-item .card-header strong {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e1b18;
}
#account .account-orders-item .card-header .fa-calendar-alt {
    color: #b8afa8;
    margin-right: 0.375rem;
    font-size: 0.875rem;
}

/* Bestellwert, Bestellnummer */
#account .account-orders-item .card-header [class*="col"] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    display: flex;
    align-items: center;
}

/* Status-Zeile */
#account .account-orders-item .card-header [class*="col"]:nth-child(4) {
    font-size: 0.8125rem;
    color: #9a918a;
}

/* Eye / Retoure-Icons */
#account .account-orders-item .card-header .fa-eye,
#account .account-orders-item .card-header .fa-retweet {
    color: #b8afa8;
    font-size: 1rem;
    transition: color 0.12s;
}
#account .account-orders-item .card-header a:hover .fa-eye,
#account .account-orders-item .card-header a:hover .fa-retweet {
    color: #1e1b18;
}

/* Keine Bestellungen — Alert */
#account .alert-info {
    background-color: #f3ede6 !important;
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    padding: 1.125rem 1.375rem !important;
}

/* ── Z-MA.11: Mobile (< 768 px) ──────────────────────────────────────── */
@media (max-width: 767.98px) {
    #account {
        padding-top: 2rem;
        padding-bottom: 3.5rem;
    }

    .dotales-account-welcome-name {
        font-size: 1.75rem;
    }

    .dotales-account-hero {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }

    .account-head-data {
        margin-bottom: 1.875rem;
    }

    .dotales-credit-amount {
        font-size: 1.5rem;
    }

    #account .account-data-item .card {
        border-radius: 12px !important;
        margin-bottom: 1.125rem;
    }

    #account .account-data-item .card .card-header {
        padding: 1.125rem 1.25rem !important;
    }

    #account .account-data-item .card .table td {
        padding: 0.9375rem 1.25rem !important;
        font-size: 0.875rem;
    }

    #account .account-data-item .card .card-body {
        padding: 1.25rem !important;
    }

    #account .btn-primary {
        padding: 0.9375rem !important;
        font-size: 1rem !important;
        width: 100%;
    }

    #account .btn-row {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    #account .btn-row [class*="col"] {
        width: 100%;
    }

    #account .btn-outline-danger {
        width: 100%;
        text-align: center;
    }

    #account .account-orders-item .card-header {
        padding: 1rem 1.125rem !important;
    }

    #account .h1 {
        font-size: 1.625rem;
        margin-bottom: 1.5rem;
    }
}

/* ── Z-MA.12: Tablet (768 – 991 px) ──────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991.98px) {
    .dotales-account-welcome-name {
        font-size: 2rem;
    }

    #account .account-data-item .card {
        border-radius: 14px !important;
    }
}

/* ── end MEIN KONTO ───────────────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   ACCOUNT-FORMULARE — PREMIUM D2C REDESIGN
   Scope: #rechnungsdaten / #panel-address-form (Rechnungsadresse)
          #lieferadressen / #lieferadressen-liste (Lieferadressen)
   Ziel:  editorial · warm · modern · kein Backend-Look
   ══════════════════════════════════════════════════════════════════════ */

/* ── Z-FO.1: Kompakter Hero (Unterseiten-Variante) ───────────────────── */
.dotales-account-hero.dotales-account-hero-sm {
    margin-bottom: 2.25rem;
    padding-bottom: 1.5rem;
}
.dotales-account-hero.dotales-account-hero-sm .dotales-account-welcome-name {
    font-size: 1.875rem;
}
.dotales-account-hero.dotales-account-hero-sm .dotales-account-welcome-sub {
    display: none;
}

/* ── Z-FO.2: Rechnungsadresse-Formular ───────────────────────────────── */

/* NOVA-eigene h2 im inc_billing_address_form unterdrücken */
#panel-address-form .h2 {
    display: none !important;
}

/* HR-Trennlinien: warm statt Bootstrap-grau */
#panel-address-form hr,
#lieferadressen hr {
    border-color: #ede8e2 !important;
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

/* Abschnitt-Überschriften (Name / Rechnungsadresse / Kontakt) */
#panel-address-form .h3,
#lieferadressen .h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a918a !important;
    margin-bottom: 0 !important;
    padding-top: 0.25rem;
    line-height: 1.5;
}

/* Formular-Inputs */
#rechnungsdaten .form-control,
#lieferadressen .form-control {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    height: 48px !important;
    padding: 1rem 1rem 0.25rem !important;
    transition: border-color 0.15s, box-shadow 0.15s;
}
#rechnungsdaten .form-control:focus,
#lieferadressen .form-control:focus {
    border-color: #9a918a !important;
    box-shadow: 0 0 0 3px rgba(30, 27, 24, 0.07) !important;
    outline: none;
}
#rechnungsdaten textarea.form-control,
#lieferadressen textarea.form-control {
    height: auto !important;
    padding: 0.875rem 1rem !important;
}

/* Select-Felder */
#rechnungsdaten .custom-select,
#lieferadressen .custom-select {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    height: 48px !important;
    padding: 0.25rem 2rem 0.25rem 1rem !important;
    transition: border-color 0.15s;
}
#rechnungsdaten .custom-select:focus,
#lieferadressen .custom-select:focus {
    border-color: #9a918a !important;
    box-shadow: 0 0 0 3px rgba(30, 27, 24, 0.07) !important;
}

/* Labels (floating + statisch) */
#rechnungsdaten .form-group label,
#lieferadressen .form-group label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a;
}

/* Fehler-Meldungen */
#rechnungsdaten .form-error-msg,
#lieferadressen .form-error-msg {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #c46060;
    margin-bottom: 0.375rem;
}
#rechnungsdaten .has-error .form-control,
#lieferadressen .has-error .form-control {
    border-color: #c46060 !important;
}

/* Optional-Label */
#rechnungsdaten .optional,
#lieferadressen .optional {
    color: #b8afa8;
    font-size: 0.75rem;
}

/* Primärer CTA (Speichern) */
#rechnungsdaten .btn-primary,
#lieferadressen .btn-primary {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.025em;
    border-radius: 10px !important;
    padding: 0.875rem 1.875rem !important;
    height: auto !important;
    line-height: 1.4;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
}
#rechnungsdaten .btn-primary:hover,
#lieferadressen .btn-primary:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14) !important;
}

/* Zurück-Button */
#rechnungsdaten .btn-outline-primary,
#lieferadressen .btn-outline-primary {
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
    height: auto !important;
    transition: background-color 0.12s, border-color 0.12s;
}
#rechnungsdaten .btn-outline-primary:hover,
#lieferadressen .btn-outline-primary:hover {
    background-color: #f0ebe4 !important;
    border-color: #c4bbb4 !important;
    color: #1e1b18 !important;
}

/* Button-Zeile */
#rechnungsdaten .btn-row,
#lieferadressen .btn-row {
    margin-top: 2.5rem !important;
    padding-top: 2rem !important;
    border-top: 1px solid #ede8e2;
}

/* ── Z-FO.3: Lieferadressen-Liste (DataTables) ───────────────────────── */

/* DataTables Wrapper */
.shipping-addresses-wrapper .dataTables_wrapper {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}

/* DataTables Suche */
.shipping-addresses-wrapper .dataTables_filter input[type=search] {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    padding: 0.5rem 0.875rem !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    background-color: #fff;
    color: #1e1b18;
    height: 40px;
    transition: border-color 0.15s;
}
.shipping-addresses-wrapper .dataTables_filter input[type=search]:focus {
    border-color: #9a918a !important;
    box-shadow: 0 0 0 3px rgba(30, 27, 24, 0.07) !important;
    outline: none;
}

/* DataTables Längen-Select */
.shipping-addresses-wrapper .dataTables_length select {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 8px !important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    height: 36px;
}

/* Tabellen-Zeilen */
#lieferadressen-liste tbody tr {
    border-bottom: 1px solid #ede8e2 !important;
    font-family: 'Poppins', sans-serif;
}
#lieferadressen-liste tbody tr td {
    padding: 1rem 0.75rem !important;
    vertical-align: middle;
    color: #1e1b18;
    font-size: 0.875rem;
    border-top: none !important;
}
#lieferadressen-liste tbody tr strong {
    font-weight: 600;
    color: #1e1b18;
}

/* "Mehr anzeigen" Button */
.shipping-addresses-wrapper .btn-show-more {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #9a918a !important;
    padding: 0 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.shipping-addresses-wrapper .btn-show-more:hover {
    color: #1e1b18 !important;
}

/* Adressen-Aktionsbuttons */
#lieferadressen-liste .btn-outline-secondary {
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    border-radius: 7px !important;
    padding: 0.375rem 0.75rem !important;
    transition: background-color 0.12s;
}
#lieferadressen-liste .btn-outline-secondary:hover {
    background-color: #f0ebe4 !important;
    border-color: #c4bbb4 !important;
    color: #1e1b18 !important;
}

#lieferadressen-liste .btn-secondary {
    background-color: #f0ebe4 !important;
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem !important;
    border-radius: 7px !important;
    padding: 0.375rem 0.625rem !important;
    transition: background-color 0.12s;
}
#lieferadressen-liste .btn-secondary:hover {
    background-color: #e2dbd4 !important;
    color: #1e1b18 !important;
}

#lieferadressen-liste .btn-danger {
    background-color: transparent !important;
    border-color: #d4c5be !important;
    color: #9a918a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem !important;
    border-radius: 7px !important;
    padding: 0.375rem 0.625rem !important;
    transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}
#lieferadressen-liste .btn-danger:hover {
    background-color: #fff5f4 !important;
    border-color: #c46060 !important;
    color: #c46060 !important;
}

/* DataTables Paginierung */
.shipping-addresses-wrapper .dataTables_paginate .paginate_button {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    border-radius: 8px !important;
    padding: 0.375rem 0.75rem !important;
}
.shipping-addresses-wrapper .dataTables_paginate .paginate_button.current,
.shipping-addresses-wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
}

/* ── Z-FO.4: Mobile (< 768 px) ───────────────────────────────────────── */
@media (max-width: 767.98px) {
    .dotales-account-hero.dotales-account-hero-sm .dotales-account-welcome-name {
        font-size: 1.625rem;
    }

    #rechnungsdaten .form-control,
    #lieferadressen .form-control {
        height: 44px !important;
    }

    #rechnungsdaten .btn-primary,
    #lieferadressen .btn-primary {
        width: 100%;
        padding: 0.9375rem !important;
    }

    #rechnungsdaten .btn-outline-primary,
    #lieferadressen .btn-outline-primary {
        width: 100%;
        text-align: center;
    }
}

/* ── end ACCOUNT-FORMULARE ────────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   WUNSCHLISTE (SEITE) — PREMIUM D2C REDESIGN
   Scope: .snippets-wishlist, .wishlist-*, .dotales-wl-page-*
   Ziel:  editorial · emotional · modern · premium
   ══════════════════════════════════════════════════════════════════════ */

/* ── Z-WL.1: Seiten-Container ────────────────────────────────────────── */
.snippets-wishlist {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

/* ── Z-WL.2: Premium Hero ────────────────────────────────────────────── */
.dotales-wishlist-hero {
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #ede8e2;
}
.dotales-wishlist-hero .dotales-account-welcome-label {
    margin-bottom: 0.375rem;
}
.dotales-wishlist-hero .dotales-account-welcome-name {
    font-size: 1.875rem;
    margin-bottom: 0;
}

/* E-Mail-Versand Subheadline */
.snippets-wishlist .subheadline {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #5a5047;
    margin-bottom: 1.5rem;
}

/* ── Z-WL.3: Aktionszeile (Options + Listenwahl + Suche) ─────────────── */
.wishlist-actions {
    margin-bottom: 1rem;
    align-items: center;
}

/* Options-Dropdown (···) */
.wishlist-options .btn {
    color: #9a918a !important;
    font-size: 1.125rem;
    padding: 0.375rem 0.625rem !important;
    transition: color 0.12s;
}
.wishlist-options .btn:hover {
    color: #1e1b18 !important;
}
.wishlist-options .dropdown-menu {
    border: 1px solid #e2dbd4 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08) !important;
    background-color: #faf8f5 !important;
    padding: 0.5rem 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}
.wishlist-options .dropdown-item {
    color: #1e1b18 !important;
    padding: 0.625rem 1.125rem !important;
    transition: background-color 0.1s;
}
.wishlist-options .dropdown-item:hover {
    background-color: #f0ebe4 !important;
}
.wishlist-options .dropdown-item .btn-link {
    color: #1e1b18 !important;
    font-size: 0.875rem;
    padding: 0 !important;
    font-weight: 400;
}

/* Listen-Name Dropdown */
.wishlist-dropdown-name .btn {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #1e1b18 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.5625rem 1rem !important;
    transition: border-color 0.12s;
}
.wishlist-dropdown-name .btn:hover {
    border-color: #c4bbb4 !important;
    background-color: #faf8f5 !important;
}
.wishlist-dropdown-name .dropdown-menu {
    border: 1px solid #e2dbd4 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08) !important;
    background-color: #faf8f5 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
}
.wishlist-dropdown-name .dropdown-item {
    color: #1e1b18 !important;
    padding: 0.75rem 1.125rem !important;
}
.wishlist-dropdown-name .dropdown-item:hover {
    background-color: #f0ebe4 !important;
}

/* Suche */
.wishlist-search-wrapper #wishlist-search .form-control {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    height: 44px !important;
    padding: 0.5rem 1rem !important;
}
.wishlist-search-wrapper #wishlist-search .form-control:focus {
    border-color: #9a918a !important;
    box-shadow: none !important;
}
.wishlist-search-wrapper .wishlist-search-button,
.wishlist-search-wrapper .input-group-append .btn {
    border: 1.5px solid #e2dbd4 !important;
    border-left: none !important;
    border-radius: 0 10px 10px 0 !important;
    background-color: #faf8f5 !important;
    color: #5a5047 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    height: 44px;
    padding: 0 1rem !important;
    transition: background-color 0.12s, color 0.12s;
}
.wishlist-search-wrapper .wishlist-search-button:hover,
.wishlist-search-wrapper .input-group-append .btn:hover {
    background-color: #f0ebe4 !important;
    color: #1e1b18 !important;
    border-color: #c4bbb4 !important;
}

/* ── Z-WL.4: Sichtbarkeit + Produkt-Anzahl ───────────────────────────── */
.dotales-wl-divider {
    border-color: #ede8e2 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

.wishlist-privacy-count {
    align-items: center;
    margin-bottom: 0.75rem;
}

.wishlist-privacy .custom-control-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #5a5047;
    cursor: pointer;
}
.wishlist-privacy .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
}
.wishlist-privacy .custom-switch .custom-control-label::before {
    border-color: #c4bbb4;
}

.wishlist-count {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a;
}

/* ── Z-WL.5: Share-URL Feld ──────────────────────────────────────────── */
#wishlist-url {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #faf8f5 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a;
    height: 44px !important;
    padding: 0.5rem 1rem !important;
}
#wishlist-url-wrapper .input-group-append .btn {
    border: 1.5px solid #e2dbd4 !important;
    border-left: none !important;
    border-radius: 0 10px 10px 0 !important;
    background-color: #faf8f5 !important;
    color: #9a918a !important;
    height: 44px;
    padding: 0 1rem !important;
    transition: color 0.12s;
}
#wishlist-url-wrapper .input-group-append .btn:hover {
    color: #1e1b18 !important;
    background-color: #f0ebe4 !important;
}

/* ── Z-WL.6: Umbenenn- / Neue-Liste-Formular ─────────────────────────── */
.wishlist-collapse .input-group .form-control,
.wishlist-collapse .input-group input[type=text] {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px 0 0 10px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    height: 44px !important;
    padding: 0.5rem 1rem !important;
}
.wishlist-collapse .input-group-text {
    border: 1.5px solid #e2dbd4 !important;
    border-right: none !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #f0ebe4 !important;
    color: #5a5047;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}
.wishlist-collapse .input-group-append .btn,
.wishlist-collapse input[type=submit] {
    border: 1.5px solid #e2dbd4 !important;
    border-left: none !important;
    border-radius: 0 10px 10px 0 !important;
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    height: 44px;
    padding: 0 1.125rem !important;
    transition: background-color 0.12s;
}
.wishlist-collapse .input-group-append .btn:hover,
.wishlist-collapse input[type=submit]:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
}

/* ── Z-WL.7: Produkt-Grid ────────────────────────────────────────────── */

/* Produkt-Card — Basis */
.snippets-wishlist .productbox-column.productbox-hover .productbox-inner {
    border: 1px solid #e2dbd4 !important;
    border-radius: 14px !important;
    background-color: #faf8f5 !important;
    overflow: hidden;
    transition: box-shadow 0.15s, transform 0.12s;
}
.snippets-wishlist .productbox-column.productbox-hover:hover .productbox-inner {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.09) !important;
    transform: translateY(-2px);
}

/* Entfernen-Button (X) */
.snippets-wishlist .wishlist-pos-delete.btn {
    background-color: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid #e2dbd4 !important;
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a918a !important;
    font-size: 0.75rem;
    transition: background-color 0.12s, color 0.12s;
}
.snippets-wishlist .wishlist-pos-delete.btn:hover {
    background-color: #fff !important;
    color: #c46060 !important;
    border-color: #c46060 !important;
}

/* Produkt-Titel */
.snippets-wishlist .productbox-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e1b18 !important;
    line-height: 1.45;
    text-decoration: none !important;
}
.snippets-wishlist .productbox-title:hover {
    color: #5a5047 !important;
}

/* Notiz-Textarea */
.snippets-wishlist .js-update-wl.form-control {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #5a5047;
    background-color: #fff !important;
    padding: 0.625rem 0.875rem !important;
    resize: none;
}

/* In-den-Warenkorb-Button (pro Artikel) */
.snippets-wishlist .wishlist-item-buttons .btn-primary {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 0.6875rem 1rem !important;
    height: auto !important;
    transition: background-color 0.15s, transform 0.12s;
}
.snippets-wishlist .wishlist-item-buttons .btn-primary:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    transform: translateY(-1px);
}

/* Mengen-Stepper */
.snippets-wishlist .form-counter .btn {
    border-color: #e2dbd4 !important;
    background-color: #faf8f5 !important;
    color: #5a5047 !important;
    font-size: 0.75rem;
    transition: background-color 0.1s;
}
.snippets-wishlist .form-counter .btn:hover {
    background-color: #f0ebe4 !important;
    color: #1e1b18 !important;
}
.snippets-wishlist .form-counter .form-control {
    border-color: #e2dbd4 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #1e1b18;
    text-align: center;
}

/* ── Z-WL.8: Sticky „Alle in den Warenkorb"-Bar ──────────────────────── */
.wishlist-all-to-cart.sticky-bottom {
    background-color: rgba(250, 248, 245, 0.96) !important;
    backdrop-filter: blur(10px);
    border-top: 1px solid #ede8e2 !important;
    padding: 1rem 0 !important;
    margin-top: 2rem;
}

.wishlist-all-to-cart .btn-primary {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 0.875rem 2rem !important;
    height: auto !important;
    letter-spacing: 0.025em;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
}
.wishlist-all-to-cart .btn-primary:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14) !important;
}

/* ── Z-WL.9: Emotionaler Leer-Zustand ───────────────────────────────── */
.dotales-wl-page-empty {
    text-align: center;
    padding: 4rem 1.5rem 3rem;
}

.dotales-wl-page-empty-icon {
    margin-bottom: 1.375rem;
}
.dotales-wl-page-empty-icon .far.fa-heart {
    font-size: 3rem;
    color: #e2dbd4;
    display: block;
}

.dotales-wl-page-empty-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e1b18;
    letter-spacing: -0.01em;
    margin-bottom: 0.75rem;
    padding: 0;
}

.dotales-wl-page-empty-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #9a918a;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0;
}

/* ── Z-WL.10: Mobile (< 768 px) ──────────────────────────────────────── */
@media (max-width: 767.98px) {
    .snippets-wishlist {
        padding-top: 1.75rem;
        padding-bottom: 4rem;
    }

    .dotales-wishlist-hero .dotales-account-welcome-name {
        font-size: 1.625rem;
    }

    .wishlist-actions {
        gap: 0.625rem;
    }

    .wishlist-dropdown-name .btn {
        font-size: 0.875rem;
    }

    .snippets-wishlist .productbox-column.productbox-hover .productbox-inner {
        border-radius: 12px !important;
    }

    .wishlist-all-to-cart .btn-primary {
        width: 100%;
        padding: 0.9375rem !important;
    }

    .dotales-wl-page-empty {
        padding: 3rem 1rem 2rem;
    }

    .dotales-wl-page-empty-icon .far.fa-heart {
        font-size: 2.5rem;
    }

    .dotales-wl-page-empty-headline {
        font-size: 1.125rem;
    }
}

/* ── end WUNSCHLISTE (SEITE) ──────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   LOGIN / LOGGEDOUT — PREMIUM D2C REDESIGN
   Scope: #login_form / .login-form / .register-wrapper / .resetpw-wrapper
   Ziel:  editorial · warm · modern · kein Backend-Look
   ══════════════════════════════════════════════════════════════════════ */

/* ── Z-LOGIN.1: Container ────────────────────────────────────────────── */
.login-form {
    padding-top: 0;
}

/* ── Z-LOGIN.2: Fieldset + Legend ────────────────────────────────────── */
#login_form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#login_form fieldset legend {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a918a;
    margin-bottom: 1.25rem;
    padding-top: 0;
}

/* ── Z-LOGIN.3: Inputs ───────────────────────────────────────────────── */
#login_form .form-control {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    height: 48px !important;
    padding: 1rem 1rem 0.25rem !important;
    transition: border-color 0.15s, box-shadow 0.15s;
}
#login_form .form-control:focus {
    border-color: #9a918a !important;
    box-shadow: 0 0 0 3px rgba(30, 27, 24, 0.07) !important;
    outline: none;
}
#login_form .form-group label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a;
}

/* ── Z-LOGIN.4: Submit-Button ────────────────────────────────────────── */
#login_form .login-form-submit .btn-primary {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.025em;
    border-radius: 10px !important;
    padding: 0.875rem 1.875rem !important;
    height: auto !important;
    line-height: 1.4;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
}
#login_form .login-form-submit .btn-primary:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14) !important;
}

/* ── Z-LOGIN.5: Register + Passwort-vergessen ────────────────────────── */
.register-wrapper,
.resetpw-wrapper {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #9a918a;
    margin-top: 0.75rem;
}
.register-wrapper {
    margin-top: 1.25rem;
}
.register-wrapper a.register,
.resetpw-wrapper a.resetpw {
    color: #1e1b18 !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.12s;
}
.register-wrapper a.register:hover,
.resetpw-wrapper a.resetpw:hover {
    color: #5a5047 !important;
}
.resetpw-wrapper .fa-question-circle {
    color: #b8afa8;
    margin-right: 0.25rem;
    font-size: 0.875rem;
}

/* ── Z-LOGIN.6: Info-Alert ───────────────────────────────────────────── */
.account-login .alert-info {
    background-color: #f3ede6 !important;
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    padding: 1.125rem 1.375rem !important;
}

/* ── Z-LOGIN.7: Mobile (< 768 px) ───────────────────────────────────── */
@media (max-width: 767.98px) {
    #login_form .form-control {
        height: 44px !important;
    }
    #login_form .login-form-submit .btn-primary {
        width: 100%;
        padding: 0.9375rem !important;
        font-size: 1rem !important;
    }
}

/* ── end LOGIN ───────────────────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   KONTAKT — PREMIUM D2C REDESIGN
   Scope: .contact-form / .dotales-contact-hero
   Ziel:  editorial · warm · modern · kein Backend-Look
   ══════════════════════════════════════════════════════════════════════ */

/* ── Z-CONTACT.1: Hero ───────────────────────────────────────────────── */
.dotales-contact-hero {
    margin-bottom: 2.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ede8e2;
}
.dotales-contact-hero .dotales-account-welcome-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a918a;
    margin-bottom: 0.5rem;
}
.dotales-contact-hero .dotales-account-welcome-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e1b18;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 0;
}

/* ── Z-CONTACT.2: Abschnitt-Labels (h3-Divs) ────────────────────────── */
.contact-form .h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a918a !important;
    margin-bottom: 0 !important;
    padding-top: 0.25rem;
    line-height: 1.5;
}

/* ── Z-CONTACT.3: Formular-Inputs ────────────────────────────────────── */
.contact-form .form-control {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    height: 48px !important;
    padding: 1rem 1rem 0.25rem !important;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.contact-form .form-control:focus {
    border-color: #9a918a !important;
    box-shadow: 0 0 0 3px rgba(30, 27, 24, 0.07) !important;
    outline: none;
}
.contact-form textarea.form-control {
    height: auto !important;
    min-height: 160px;
    padding: 0.875rem 1rem !important;
    resize: vertical;
}
.contact-form .custom-select {
    border: 1.5px solid #e2dbd4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    height: 48px !important;
    padding: 0.25rem 2rem 0.25rem 1rem !important;
    transition: border-color 0.15s;
}
.contact-form .custom-select:focus {
    border-color: #9a918a !important;
    box-shadow: 0 0 0 3px rgba(30, 27, 24, 0.07) !important;
}
.contact-form .form-group label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a;
}

/* ── Z-CONTACT.4: HR-Trennlinie ──────────────────────────────────────── */
.contact-form-hr {
    border-color: #ede8e2 !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

/* ── Z-CONTACT.5: Datenschutz-Link ──────────────────────────────────── */
.contact-form-privacy {
    margin-bottom: 1rem;
}
.contact-form-privacy a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #9a918a !important;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.12s;
}
.contact-form-privacy a:hover {
    color: #1e1b18 !important;
}

/* ── Z-CONTACT.6: Submit-Button ──────────────────────────────────────── */
.contact-form .btn-primary {
    background-color: #1e1b18 !important;
    border-color: #1e1b18 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.025em;
    border-radius: 10px !important;
    padding: 0.875rem 1.875rem !important;
    height: auto !important;
    line-height: 1.4;
    transition: background-color 0.15s, transform 0.12s, box-shadow 0.15s;
}
.contact-form .btn-primary:hover {
    background-color: #2d2926 !important;
    border-color: #2d2926 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14) !important;
}

/* ── Z-CONTACT.7: Fehler-Meldungen ──────────────────────────────────── */
.contact-form .alert-danger {
    background-color: #fff5f4 !important;
    border-color: #e8bfbf !important;
    color: #a03535 !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
}
.contact-form .form-error-msg {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #c46060;
    margin-bottom: 0.375rem;
}
.contact-form .has-error .form-control {
    border-color: #c46060 !important;
}

/* ── Z-CONTACT.8: Optional-Label ────────────────────────────────────── */
.contact-form .optional {
    color: #b8afa8;
    font-size: 0.75rem;
}

/* ── Z-CONTACT.9: Mobile (< 768 px) ─────────────────────────────────── */
@media (max-width: 767.98px) {
    .dotales-contact-hero .dotales-account-welcome-name {
        font-size: 1.625rem;
    }
    .contact-form .form-control {
        height: 44px !important;
    }
    .contact-form .btn-primary {
        width: 100%;
        padding: 0.9375rem !important;
        font-size: 1rem !important;
    }
}

/* ── end KONTAKT ─────────────────────────────────────────────────────── */


/* ══════════════════════════════════════════════════════════════════════
   BESTELLDETAIL — PREMIUM D2C REDESIGN
   Scope: .order-details / .order-items / .order-item / .order-items-total
   Ziel:  editorial · warm · modern · kein Backend-Look
   ══════════════════════════════════════════════════════════════════════ */

/* ── Z-ORDER.1: Haupt-Card ───────────────────────────────────────────── */
.order-details.card {
    background-color: #faf8f5 !important;
    border: 1px solid #e2dbd4 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
    margin-bottom: 2rem;
}

/* ── Z-ORDER.2: Card-Header (Datum / Bestellnr / Status) ─────────────── */
.order-details .card-header {
    background-color: #f0ebe4 !important;
    border-bottom: 1px solid #e2dbd4 !important;
    padding: 1.125rem 1.5rem !important;
}
.order-details-date {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e1b18;
}
.order-details-date .fa-calendar,
.order-details-date .far.fa-calendar {
    color: #b8afa8;
    margin-right: 0.5rem;
    font-size: 0.875rem;
}
.order-details .card-header [class*="col"] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #5a5047;
    display: flex;
    align-items: center;
}
.order-details-status {
    font-size: 0.8125rem !important;
    color: #9a918a !important;
}

/* ── Z-ORDER.3: Card-Body ────────────────────────────────────────────── */
.order-details .card-body {
    padding: 1.75rem 1.5rem !important;
}

/* ── Z-ORDER.4: Linke Datenspalte (Zahlung / Versand / Adressen) ──────── */
.order-details-data {
    padding: 0;
    margin: 0;
}
.order-details-data > li {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #9a918a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem 0;
    border-bottom: 1px solid #ede8e2;
}
.order-details-data > li:first-child {
    padding-top: 0;
}
.order-details-data > li:last-child {
    border-bottom: none;
}
.order-details-data-item {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1e1b18;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.55;
}
.order-details-data-item dl,
.order-details-data-item ul {
    margin: 0;
    padding: 0;
}
.order-details-data-item dl dt {
    font-weight: 600;
    color: #1e1b18;
    font-size: 0.875rem;
}
.order-details-data-item dl dd,
.order-details-data-item ul li {
    font-size: 0.875rem;
    color: #5a5047;
    margin-left: 0;
    margin-bottom: 0.125rem;
}
.order-details-data-item a {
    color: #1e1b18 !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.12s;
}
.order-details-data-item a:hover {
    color: #5a5047 !important;
}

/* ── Z-ORDER.5: Unterüberschrift „Warenkorb" ─────────────────────────── */
.order-details .subheadline {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a918a;
    margin-bottom: 1rem;
}

/* ── Z-ORDER.6: Artikel-Tabelle (order_item.tpl) ─────────────────────── */
.order-items.card-table {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.order-items .card-table-header {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a918a;
    padding: 0 0 0.75rem !important;
    border-bottom: 1px solid #ede8e2;
}
.order-item {
    border-bottom: 1px solid #ede8e2 !important;
    padding: 1rem 0 !important;
    font-family: 'Poppins', sans-serif;
}
.order-item:last-child {
    border-bottom: none !important;
}
.order-item-image-wrapper img {
    border-radius: 8px;
    border: 1px solid #ede8e2;
}
.order-item .order-item-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e1b18;
    line-height: 1.45;
}
.order-item .order-item-name a {
    color: #1e1b18 !important;
    text-decoration: none;
    transition: color 0.12s;
}
.order-item .order-item-name a:hover {
    color: #5a5047 !important;
}
.order-item .text-muted,
.order-item .small {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #9a918a !important;
}
.order-item [class*="price"],
.order-item .order-item-qty,
.order-item .order-item-total {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    color: #1e1b18;
    font-weight: 500;
}

/* ── Z-ORDER.7: Summenzeilen ─────────────────────────────────────────── */
.order-items-total {
    border-top: 2px solid #ede8e2 !important;
    padding-top: 1rem !important;
    margin-top: 0.5rem;
}
.order-items-total [class*="col"] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #5a5047;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.order-items-total .font-weight-bold,
.order-items-total strong {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1e1b18 !important;
}

/* ── Z-ORDER.8: Lieferschein-Tabelle ─────────────────────────────────── */
.table-responsive.mb-3 .table {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}
.table-responsive.mb-3 .table thead th {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a918a;
    border-bottom: 1px solid #e2dbd4 !important;
    padding: 0.75rem 1rem !important;
}
.table-responsive.mb-3 .table tbody td {
    font-size: 0.875rem;
    color: #1e1b18;
    border-top: 1px solid #ede8e2 !important;
    padding: 0.75rem 1rem !important;
}
.table-responsive.mb-3 .table a {
    color: #1e1b18 !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.12s;
}

/* ── Z-ORDER.9: Zurück-Button ────────────────────────────────────────── */
.order-details ~ .btn-row {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #ede8e2;
}
.order-details ~ .btn-row .btn-outline-primary {
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
    height: auto !important;
    transition: background-color 0.12s, border-color 0.12s;
}
.order-details ~ .btn-row .btn-outline-primary:hover {
    background-color: #f0ebe4 !important;
    border-color: #c4bbb4 !important;
    color: #1e1b18 !important;
}

/* ── Z-ORDER.10: RMA-Button ──────────────────────────────────────────── */
.order-details-data .btn-outline-primary {
    border-color: #e2dbd4 !important;
    color: #5a5047 !important;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 0.5rem 0.875rem !important;
    height: auto !important;
    margin-top: 0.5rem;
    transition: background-color 0.12s, border-color 0.12s;
}
.order-details-data .btn-outline-primary:hover {
    background-color: #f0ebe4 !important;
    border-color: #c4bbb4 !important;
    color: #1e1b18 !important;
}

/* ── Z-ORDER.11: Mobile (< 768 px) ──────────────────────────────────── */
@media (max-width: 767.98px) {
    .order-details.card {
        border-radius: 12px !important;
    }
    .order-details .card-body {
        padding: 1.25rem 1rem !important;
    }
    .order-details .card-header {
        padding: 1rem 1.125rem !important;
    }
    .order-details ~ .btn-row .btn-outline-primary {
        width: 100%;
        text-align: center;
    }
}

/* ── end BESTELLDETAIL ───────────────────────────────────────────────── */

/* ════════════════════════════════════════════════════════════════════════
 * Z-OPT — PDP CONTENT DENSITY OPTIMIZATION
 *   USP-Bar: elegante Feature-Bar · Problem/Lösung: früher im Scroll
 *   Galerie: kompakter · Below-Fold: besserer Rhythmus
 *   Desktop+Mobile als Einheit — keine separaten Hacks
 * ════════════════════════════════════════════════════════════════════════ */

/* ── 1. ATF: Galerie-Spaltenabstand + Bild-Höhe ──────────────────────── */
@media (min-width: 992px) {
    .dotales-pdp-container #product-offer { column-gap: 2.25rem; }
    .product-gallery #gallery_wrapper { padding: 0.625rem; }
    .product-gallery #gallery .square.square-image { aspect-ratio: 4 / 3; }
    .product-gallery #gallery_preview .slick-slide { margin-bottom: 0.625rem; }
}
#product-offer { margin-bottom: 0.75rem; }

/* ── 2. ATF Buybox-Rhythmus ──────────────────────────────────────────── */
.dotales-social-proof--summary { margin-bottom: 0.625rem; }
.shortdesc { margin-bottom: 0.75rem; }
.dotales-pdp-trust { padding: 0.75rem 0; margin-top: 0.625rem; }
.product-tabs { margin-top: 1rem; }
@media (max-width: 991.98px) { .product-gallery { margin-bottom: 0.75rem; } }

/* ── 3. USP: Horizontales Premium-Bar-Layout ─────────────────────────── */
.dotales-pdp-usp { padding: 1.875rem 0; }
.dotales-pdp-usp-heading { font-size: 1.125rem; margin-bottom: 1.25rem; }
.dotales-pdp-usp-item { gap: 0.5rem; }
.dotales-pdp-usp-grid { gap: 1.25rem 1rem; }
@media (min-width: 768px) {
    .dotales-pdp-usp-heading { font-size: 1.375rem; }
    .dotales-pdp-usp-grid { gap: 0.875rem 1.5rem; justify-items: start; }
    .dotales-pdp-usp-item {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 0.75rem;
        max-width: none;
    }
    .dotales-pdp-usp-item > div { text-align: left; }
}
@media (max-width: 767.98px) {
    .dotales-pdp-usp { padding: 1.625rem 0; }
    .dotales-pdp-usp-grid { gap: 1.125rem 0.875rem; }
}
@media (max-width: 479.98px) {
    .dotales-pdp-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 0.75rem;
    }
}
@media (max-width: 575.98px) { .dotales-pdp-usp { padding: 1.5rem 0; } }

/* ── 4. Problem/Lösung: Direkter Übergang ────────────────────────────── */
.dotales-pdp-vs { padding: 2.5rem 0; }
@media (max-width: 575.98px) { .dotales-pdp-vs { padding: 2rem 0; } }

/* ── 5. Below-Fold: Verdichtung ──────────────────────────────────────── */
.dotales-pdp-lifestyle { padding: 2.25rem 0; }
.dotales-pdp-reviews { padding: 3.5rem 0 3rem; margin-top: 1.25rem; }
.dotales-reviews-header { margin-bottom: 2.5rem; }
.dotales-pdp-sizeguide { padding: 2.5rem 0; }
.dotales-pdp-info { padding: 2.75rem 0; }
.dotales-pdp-extras { padding: 0 0 2.25rem; }
.dotales-pdp-bottom-trust { padding: 0 0 2.5rem; }
.dotales-pdp-faq-section { padding: 2.5rem 0; }
@media (max-width: 575.98px) {
    .dotales-pdp-vs,
    .dotales-pdp-lifestyle,
    .dotales-pdp-sizeguide { padding: 2rem 0; }
    .dotales-pdp-reviews { padding: 2.75rem 0 2.25rem; margin-top: 0.75rem; }
    .dotales-reviews-header { margin-bottom: 1.75rem; }
}

/* ── end Z-OPT ───────────────────────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * Z-OPT2 — PDP PREMIUM D2C FEINTUNING
 *   1. ATF: Galerie flacher  2. USP: Premium Feature-Bar (keine Kacheln)
 *   3. P/L: Illustration hervorheben  4. Typo-Hierarchie
 *   5. Editorial Flow — Desktop+Mobile als Einheit
 * ════════════════════════════════════════════════════════════════════════ */

/* ── 1. ATF: Galerie-Höhe weiter reduzieren ──────────────────────────── */
@media (min-width: 992px) {
    /* 3:2 statt 4:3 — Bild breiter/flacher, domainiert weniger */
    .product-gallery #gallery .square.square-image { aspect-ratio: 3 / 2; }
    /* Thumbnail-Spalte enger zusammenrücken */
    .product-gallery #image_wrapper .gallery-with-action-main { gap: 0.75rem; }
    /* Thumbnail-Scroll-Höhe beschränken */
    .product-gallery #gallery_preview_wrapper {
        max-height: min(30rem, calc(100vh - 9rem));
    }
}
@media (max-width: 991.98px) {
    .product-gallery { margin-bottom: 0.5rem; }
}

/* ── 2. USP: Kompakte Premium Feature-Bar ────────────────────────────── */
/* Keine Section, sondern ein Trust-Strip mit klarer Struktur */
.dotales-pdp-usp {
    padding: 1.125rem 0;
    background-color: #faf8f5;
    border-top: 1px solid #ede8e2;
    border-bottom: 1px solid #ede8e2;
}
/* Kein Sektions-Titel in einer Feature-Bar */
.dotales-pdp-usp-heading { display: none; }
/* Icon: keine Kreisform mehr — Inline-Icon ohne Hintergrund */
.dotales-pdp-usp-icon {
    width: 30px;
    height: 30px;
    background-color: transparent;
    box-shadow: none;
    flex-shrink: 0;
}
.dotales-pdp-usp-icon svg {
    width: 18px;
    height: 18px;
}
.dotales-pdp-usp-title {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.0625rem;
}
.dotales-pdp-usp-text {
    font-size: 0.75rem;
    color: #7a7a7a;
    line-height: 1.4;
}
/* Desktop: einzelne Reihe mit vertikalen Trennlinien */
@media (min-width: 768px) {
    .dotales-pdp-usp-grid { gap: 0; }
    .dotales-pdp-usp-item {
        padding: 0.25rem 1.25rem;
        border-right: 1px solid #e4ddd6;
    }
    .dotales-pdp-usp-item:first-child { padding-left: 0; }
    .dotales-pdp-usp-item:last-child { border-right: none; padding-right: 0; }
}
/* Mobile: 2×2 Grid mit Kreuztrennlinien */
@media (max-width: 767.98px) {
    .dotales-pdp-usp { padding: 0; }
    .dotales-pdp-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dotales-pdp-usp-item {
        padding: 0.875rem 1rem;
        border-right: 1px solid #e4ddd6;
        gap: 0.5rem;
        align-items: center;
    }
    .dotales-pdp-usp-item:nth-child(even) { border-right: none; }
    .dotales-pdp-usp-item:nth-child(n+3) { border-top: 1px solid #e4ddd6; }
    .dotales-pdp-usp-icon { width: 26px; height: 26px; }
}

/* ── 3. P/L: Illustration stärker hervorheben ────────────────────────── */
/* Heller warmer Hintergrund statt Dunkel — Illustration kontrastiert stark */
.dotales-pdp-vs-good .dotales-pdp-vs-img-wrapper {
    background-color: #f5f0ea;
    padding: 1.5rem 1.25rem;
}
/* Mehr Platz für die Illustration + subtiler Schatten */
.dotales-pdp-vs-good .dotales-pdp-vs-img {
    max-height: 340px;
    filter: drop-shadow(0 3px 14px rgba(0,0,0,0.1));
}
@media (max-width: 991.98px) and (min-width: 576px) {
    .dotales-pdp-vs-good .dotales-pdp-vs-img { max-height: 280px; }
}
@media (max-width: 575.98px) {
    .dotales-pdp-vs-good .dotales-pdp-vs-img-wrapper {
        background-color: #f5f0ea;
        padding: 1.25rem 2rem;
    }
}

/* ── 4. Typografische Hierarchie ─────────────────────────────────────── */
/* Produkttitel: noch stärker — dominante Ankerfunktion */
@media (min-width: 992px) {
    .product-title {
        font-size: 2.25rem;
        letter-spacing: -0.025em;
    }
}
/* Tagline: wärmer, klarer von Shortdesc getrennt */
.dotales-pdp-tagline {
    font-size: 0.875rem;
    color: #9a918a;
    margin: 0 0 0.75rem;
}
/* Shortdesc: etwas wärmere Textfarbe, mehr Lesbarkeit */
.shortdesc { color: #4a4a4a; }

/* ── 5. Editorial Flow: sanfte Section-Übergänge ─────────────────────── */
.dotales-pdp-vs { border-top: 1px solid #ede8e2; }
.dotales-pdp-lifestyle { border-top: 1px solid #ede8e2; }
.dotales-pdp-reviews { border-top: 1px solid #ede8e2; margin-top: 0; }

/* ── end Z-OPT2 ──────────────────────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * Z-OPT3 — PDP LUXURY FINETUNING
 *   Preis · Swatches · Kaufbox-Zonen · Galerie-Tiefe · P/L · Micro
 *   Ziel: von "gutem Shop" zu "echter Premium Brand Experience"
 * ════════════════════════════════════════════════════════════════════════ */

/* ── 1. Preisbereich: Elegantere Typografie ──────────────────────────── */
/* Weniger 800-heavy, mehr Editorial */
.product-offer .price--large,
.product-offer .price-wrapper .price {
    font-weight: 700;
    letter-spacing: -0.025em;
}
/* Streichpreis klarer unterordnen */
.product-offer del,
.product-offer .price--old,
.product-offer .price-wrapper del {
    font-size: 0.9375rem;
    opacity: 0.72;
}
/* Ersparnis warm statt aggressiv-rot */
.dotales-savings-badge { color: #b85c3c; }

/* ── 2. Kaufbox-Zonen: Drei klare Fokusebenen ────────────────────────── */
/* Preis-Zone: klare Abgrenzung nach unten */
.dotales-pdp-price-block {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ede8e2;
    margin-bottom: 0.875rem;
}
/* Aktion-Zone: separator vor Qty + CTA */
.product-buy .basket-form-inline {
    padding-top: 0.875rem;
    border-top: 1px solid #ede8e2;
    margin-top: 0.25rem;
}

/* ── 3. Varianten: Warme Premium-Chip-Optik ──────────────────────────── */
.product-detail .variation-wrapper dt {
    color: #7a7068;
    letter-spacing: 0.1em;
}
/* Text-Swatches (Größen): kanter, wärmer */
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text {
    border-color: #ddd5cb;
    border-radius: 6px;
    box-shadow: none;
    transition: border-color 0.15s ease, background-color 0.15s ease,
                color 0.15s ease;
}
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text:hover,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text:hover {
    border-color: #c4a87a;
    background-color: #fdf9f5;
    box-shadow: none;
}
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.active,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.active,
.product-detail .variation-wrapper > dd.form-group > .form-row.swatches .variation.swatches-text.focus.active,
.product-detail .variation-wrapper > dd.form-group > .swatches .variation.swatches-text.focus.active {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    box-shadow: none;
}
/* Bild-Swatches (Farbvarianten): wärmere States */
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image {
    border-color: #e2dbd4;
    border-radius: 10px;
    transition: border-color 0.15s ease, opacity 0.15s ease;
}
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image:hover {
    border-color: #c4a87a;
    box-shadow: none;
}
.product-detail .variation-wrapper .swatches.imgswatches .variation.swatches-image.active {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 2px rgba(26,26,26,0.1);
}

/* ── 4. Qty-Stepper: warm aligned ────────────────────────────────────── */
.product-buy .basket-form-inline .form-counter {
    border-color: #ddd5cb;
}
.product-buy .basket-form-inline .form-counter .input-group-prepend .btn {
    border-right-color: #e8e2dc !important;
}
.product-buy .basket-form-inline .form-counter .input-group-append .btn {
    border-left-color: #e8e2dc !important;
}
.product-buy .basket-form-inline .form-counter .btn:hover {
    background-color: #faf6f2 !important;
}

/* ── 5. Galerie: Subtile Wärme + Tiefe ───────────────────────────────── */
@media (min-width: 992px) {
    .product-gallery #gallery_wrapper {
        box-shadow: inset 0 0 60px rgba(139,115,85,0.045);
    }
}
/* Thumbnails: inaktive Bilder leicht ausgeblendet — aktives springt hervor */
.product-gallery .product-thumbnails .square.square-image {
    transition: border-color 0.2s ease, opacity 0.2s ease;
}
.product-gallery .product-thumbnails .square.square-image:not(.slick-current) {
    opacity: 0.78;
}
.product-gallery .product-thumbnails .square.square-image.slick-current,
.product-gallery .product-thumbnails .square.square-image:hover {
    opacity: 1;
}

/* ── 6. P/L: Kartenabstand enger — editorial Einheit ────────────────── */
.dotales-pdp-vs-grid { gap: 0.875rem; }
@media (max-width: 575.98px) { .dotales-pdp-vs-grid { gap: 0.75rem; } }
/* Rechte Headline stärker */
.dotales-pdp-vs-good .dotales-pdp-vs-headline {
    font-size: 1.75rem;
    letter-spacing: -0.015em;
}
@media (max-width: 991.98px) {
    .dotales-pdp-vs-good .dotales-pdp-vs-headline { font-size: 1.375rem; }
}

/* ── 7. Mobile: Sticky CTA verfeinert ────────────────────────────────── */
@media (max-width: 767.98px) {
    .dotales-sticky-cta {
        box-shadow: 0 -1px 0 rgba(0,0,0,0.06), 0 -4px 20px rgba(0,0,0,0.07);
    }
    .dotales-sticky-cta-btn {
        border-radius: 8px;
        letter-spacing: 0.025em;
    }
    /* Swatches auf Mobile ebenso warm */
    .product-detail .variation-wrapper > dd.form-group > .form-row.swatches.dotales-size-swatches .variation.swatches-text,
    .product-detail .variation-wrapper > dd.form-group > .swatches.dotales-size-swatches .variation.swatches-text {
        border-radius: 5px;
    }
}

/* ── end Z-OPT3 ──────────────────────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * Z-MOB-ATF — Mobile PDP Above-the-Fold Verdichtung (v2)
 *   Scope: ausschließlich ≤ 767.98 px.
 *   Desktop und Tablet (768–991 px) bleiben unverändert.
 *
 *   Root causes der Leerräume (vollständige Analyse):
 *
 *   HAUPTTÄTER: .product-detail-image-preview-bar (.col-12 unterhalb
 *   des Hauptbildes in .gallery-with-action-main.row) ist auf Mobile
 *   NICHT ausgeblendet. Auf Desktop liegt dieser Block als linke
 *   Thumbnail-Spalte im 2-Spalten-Grid. Auf Mobile stacked er als
 *   volle Breite unter das Hauptbild und hat zusätzlich
 *   .product-thumbnails { margin-bottom: 2rem } aus der Baseline.
 *   → Verursacht geschätzt 80–150 px künstlicher Galerien-Höhe.
 *
 *   SEKUNDÄR:
 *   - .dotales-pdp-summary margin-bottom: 0.875rem
 *   - #gallery_wrapper padding (diverse Werte aus früheren Regeln)
 *   - .initial-slick-dots Bootstrap-ul margin-bottom: 1rem
 *   - .product-gallery margin-bottom-Stack aus mehreren Überb.
 * ════════════════════════════════════════════════════════════════════════ */

@media (max-width: 767.98px) {

    /* ── HAUPTFIX: Thumbnail-Streifen auf Mobile komplett ausblenden ───
       Auf Desktop = linke Sidebar-Spalte im 2-Spalten-Grid.
       Auf Mobile = stacked col-12 unterhalb des Hauptbildes.
       Ersatz: .initial-slick-dots / Slick-Dots (bereits via d-lg-none). */
    .product-gallery .product-detail-image-preview-bar,
    .product-gallery .product-thumbnails-wrapper,
    .product-gallery #gallery_preview_wrapper {
        display: none !important;
    }

    /* ── 1. Summary (Titel + Tagline) → minimaler Abstand nach unten ── */
    .product-info-inner > .dotales-pdp-summary {
        margin-bottom: 0.25rem;
    }

    /* ── 2. Galerie-Spalte → kein extra Abstand nach unten ────────────── */
    .product-gallery {
        margin-bottom: 0 !important;
    }

    /* ── 3. Gallery-Wrapper → kompaktes Padding ohne extra Luft ────────
       Kein padding-bottom: Dots sitzen direkt am Bild-Unterkante.
       Kein padding-top: Bild startet direkt. */
    .product-gallery #gallery_wrapper {
        padding: 0;
    }

    /* ── 4. Bild-Slide → aspect-ratio begrenzen statt slick-Höhe ───────
       Schützt vor zu großem Bild-Container vor slick-Init.
       3:2 = kompakter als der natürliche 1:1 Produktbild-Square. */
    .product-gallery #gallery .square.square-image {
        aspect-ratio: 1 / 1;
        max-height: 72vw;
    }

    /* ── 5. Inner img → max-height respektieren ─────────────────────── */
    .product-gallery #gallery .square.square-image .inner {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    /* ── 6. Slick-Container → kein hartcodiertes height ────────────────
       Wichtig: slick setzt height via JS — wir lassen auto gelten. */
    .product-gallery .slick-list,
    .product-gallery .slick-track {
        height: auto !important;
    }

    /* ── 7. #gallery selbst → kein margin-bottom ───────────────────────
       Verhindert Leerraum zwischen letztem Slide und Dot-Zeile. */
    .product-gallery #gallery {
        margin-bottom: 0;
    }

    /* ── 8. Slick-Dots → Bootstrap-ul-Margin entfernen ─────────────────
       Bootstrap setzt ul { margin-bottom: 1rem } — das entfernen.
       .initial-slick-dots: Pre-Init-Punkte aus image.tpl (d-lg-none).
       Nach Slick-Init: .slick-dots (von Slick generiert). */
    .product-gallery #gallery_wrapper .initial-slick-dots,
    .product-gallery #gallery_wrapper .slick-dots,
    .product-gallery .slick-dots {
        margin: 0.375rem 0 0.25rem;
        padding: 0;
        list-style: none;
    }

    /* ── 9. Varianten-Block → direkt unter Galerie ─────────────────────── */
    .product-info-inner > .product-offer {
        margin-top: 0;
        padding-top: 0.75rem;
    }

    /* ── 10. Preis-Block → enger ─────────────────────────────────────────── */
    .product-info-inner > .product-offer > .dotales-pdp-price-block {
        margin-bottom: 0.625rem;
    }
}

/* ── end Z-MOB-ATF ───────────────────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * Z-MOB-ORDER — Mobile PDP Element-Reihenfolge (≤ 767.98 px)
 *
 *   Flex-Items in #product-offer nach display:contents-Kette
 *   (.product-info → .product-info-inner → .product-offer → .product-buy):
 *
 *   DOM-Pos  Element                           order  Flex-Pos
 *   ──────────────────────────────────────────────────────────
 *   DOM:5    .dotales-social-proof--summary     → 1    (1.)
 *   DOM:2    .dotales-pdp-summary (Titel)       → 2    (2.)
 *   DOM:4    .dotales-pdp-price-block (Preis)   → 3    (3.)
 *   DOM:1    .product-gallery                  → 4    (4.)
 *   DOM:6    .dotales-pdp-variant-block         → 5    (5.)
 *   DOM:7    .alert.choose-variations           → 6    (6.)
 *   DOM:10   .dotales-pdp-trust (Lieferzeit)    → 7    (7.)
 *   DOM:8    .row.basket-form-inline (CTA)      → 8    (8.)
 *   DOM:9    #dotales-paypal-after-cart         → 9    (9.)
 *
 *   Alle Selektoren = gleiche Spezifität wie 991.98px-Regeln.
 *   Da dieser Block später steht, gewinnen diese Werte bei gleicher Spezifität.
 * ════════════════════════════════════════════════════════════════════════ */

@media (max-width: 767.98px) {

    /* .product-offer-Box auflösen — alle Kinder werden Flex-Items von
       #product-offer (wie .product-info + .product-info-inner bereits). */
    .product-info-inner > .product-offer {
        display: contents;
    }

    /* Explizite col-12-Breite + seitliche Ausrichtung für gehisste Items */
    .dotales-pdp-price-block,
    .dotales-social-proof--summary,
    .dotales-pdp-variant-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        box-sizing: border-box;
    }

    /* Breadcrumb-Abstand zum PDP reduzieren (überschreibt 0.75rem aus dem mobilen Header-Block) */
    .breadcrumb-wrapper { margin-bottom: 0.25rem; }

    /* ════════════════════════════════════════════════
     * 1. SOCIAL PROOF [DOM:5 → order:1]
     * ════════════════════════════════════════════════ */
    .product-info-inner > .product-offer > .dotales-social-proof--summary {
        order: 1;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 14px;
        border-bottom: 1px solid #eee7df;
    }

    /* ════════════════════════════════════════════════
     * 2. TITEL + TAGLINE [DOM:2 → order:2]
     * ════════════════════════════════════════════════ */
    .product-info-inner > .dotales-pdp-summary {
        order: 2;
        margin-bottom: 0.25rem;
    }
    /* Produkttitel auf Mobile kompakter */
    .dotales-pdp-summary .product-title {
        font-size: 1.3rem !important;
        line-height: 1.18 !important;
    }

    /* ════════════════════════════════════════════════
     * 3. PREISBLOCK [DOM:4 → order:3]
     * ════════════════════════════════════════════════ */
    .product-info-inner > .product-offer > .dotales-pdp-price-block {
        order: 3;
        padding-top: 0.125rem;
        padding-bottom: 0.375rem;
        margin-bottom: 0.5rem;
    }

    /* Bootstrap-Row-Bleeding des inneren .row neutralisieren */
    .dotales-pdp-price-block > .row {
        margin-left: 0;
        margin-right: 0;
    }

    /* Spalten-Padding entfernen — Preis beginnt bündig mit Titel */
    .dotales-pdp-price-block > .row > .col,
    .dotales-pdp-price-block > .row > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    /* Stock-Info (Lagerbestand, Lieferzeit) aus dem Preisblock ausblenden.
       Diese Infos erscheinen weiter unten direkt über dem CTA (Trust-Bar). */
    .dotales-pdp-price-block > .row > .col-12 {
        display: none !important;
    }

    /* Preis + "inkl. 19% USt., inkl. Versand" in einer Zeile:
       .price-note-Box auflösen → .vat_info wird direktes Flex-Item
       neben .price.h1 im .price_wrapper. */
    .dotales-pdp-price-block .price_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        column-gap: 0.5rem;
        row-gap: 0;
    }

    /* Optionaler "Nur noch"-Label: eigene Zeile */
    .dotales-pdp-price-block .price_label {
        flex: 0 0 100%;
        font-size: 0.6875rem;
        color: #8a8078;
    }

    /* Hauptpreis */
    .dotales-pdp-price-block .price.h1 {
        flex: 0 0 auto;
        font-size: 1.25rem !important;
        font-weight: 700 !important;
        color: #1a1a1a;
        letter-spacing: -0.02em;
        line-height: 1.2;
        margin-bottom: 3px;
    }

    /* .price-note-Box auflösen: Kinder (.vat_info, .text-stroke, …)
       werden direkte Flex-Items des .price_wrapper */
    .dotales-pdp-price-block .price-note {
        display: contents;
    }

    /* Steuer-/Versandinfo: inline neben dem Preis, dezent */
    .dotales-pdp-price-block .vat_info {
        flex: 1 0 auto;
        font-size: 0.6875rem !important;
        color: #8a8078 !important;
        white-space: nowrap;
        line-height: 1.4;
    }

    /* Alter Preis: direkt unter Preis+Steuerinfo, kompakter + kleiner */
    .dotales-pdp-price-block .text-stroke,
    .dotales-pdp-price-block .text-danger {
        flex: 0 0 100%;
        font-size: 0.75rem;
        line-height: 1.2;
        margin-top: 0;
        opacity: 0.75;
    }

    /* Rabatt / UVP-Ersparnis */
    .dotales-pdp-price-block .discount,
    .dotales-pdp-price-block .yousave,
    .dotales-pdp-price-block .suggested-price,
    .dotales-pdp-price-block .dotales-savings-badge {
        flex: 0 0 auto;
        font-size: 0.75rem;
        margin-top: 0.0625rem;
    }

    /* ════════════════════════════════════════════════
     * Savings-Row: Alter Preis · Streichpreis · Ersparnis — EINE Zeile.
     *
     * Problem: .text-stroke bekommt oben flex:0 0 100% (via .text-danger-Regel),
     * was innerhalb des .price-saving-row-Flex-Containers die Zeile bricht.
     * Fix: flex-wrap:nowrap auf den Container + flex:0 0 auto auf alle Kinder.
     * Spezifität 3 > 2 → gewinnt gegenüber der 2-Klassen-Regel oben.
     * ════════════════════════════════════════════════ */
    .dotales-pdp-price-block .price-saving-row {
        flex-wrap: nowrap;
        align-items: baseline;
        gap: 0.25rem 0.375rem;
    }
    .dotales-pdp-price-block .price-saving-row .price-saving-row-label,
    .dotales-pdp-price-block .price-saving-row .text-stroke,
    .dotales-pdp-price-block .price-saving-row .dotales-savings-badge {
        flex: 0 0 auto;
        white-space: nowrap;
        max-width: none;
    }

    /* ════════════════════════════════════════════════
     * 4. GALERIE [DOM:1 → order:4]
     * ════════════════════════════════════════════════ */
    .product-gallery {
        order: 4;
        margin-top: 0 !important;
    }

    /* ════════════════════════════════════════════════
     * 5. FARBVARIANTEN + GRÖßEN + GRÖßENHINWEIS [DOM:6 → order:5]
     * ════════════════════════════════════════════════ */
    .product-info-inner > .product-offer > .dotales-pdp-variant-block {
        order: 5;
        margin-top: 0.25rem;
        margin-bottom: 0.125rem;
    }

    /* ════════════════════════════════════════════════
     * 6. VARIANTEN-HINWEISBOX [DOM:7 → order:6]
     *    Nur bei Vaterartikeln. Erscheint nach Größenhinweis.
     * ════════════════════════════════════════════════ */
    .alert.choose-variations {
        order: 6;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.25rem;
    }

    /* ════════════════════════════════════════════════
     * 7. TRUST / LIEFERZEIT [DOM:10 → order:7]
     *    Direkt über dem CTA (vorher war order:9).
     *    Spez: 2 Klassen — gleich wie 991.98px (dort order:6) → gewinnt.
     * ════════════════════════════════════════════════ */
    .product-buy > .dotales-pdp-trust {
        order: 7;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    /* ════════════════════════════════════════════════
     * 8. CTA / WARENKORB [DOM:8 → order:8]
     *    (vorher order:7)
     * ════════════════════════════════════════════════ */
    .product-buy > .row.basket-form-inline {
        order: 8;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* ════════════════════════════════════════════════
     * 9. PAYPAL / EXPRESS CHECKOUT [DOM:9 → order:9]
     * ════════════════════════════════════════════════ */
    .product-buy > #dotales-paypal-after-cart {
        order: 9;
    }
    .product-buy > .row:not(.basket-form-inline) {
        order: 9;
    }

    /* Kurzbeschreibung bleibt ganz unten */
    .product-info-inner > .shortdesc {
        order: 10;
    }
}

/* ── end Z-MOB-ORDER ─────────────────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * Z-MOB-SEARCH — Mobile Header-Suche als Klapp-Icon
 * Entspricht DOTALESNew/layout/header_nav_search.tpl
 *
 * Fixes:
 * 1. Doppelte Suche:  #search + .search-form-wrapper-fixed auf Mobile = none
 * 2. Panel kompakt:   max-width 300px, kein Fast-Fullscreen
 * 3. Input einzeilig: flex-wrap:nowrap auf .input-group; dropdown-body-padding ↓
 * 4. Weniger Fläche:  kompaktes Padding, schlankes Input (36px)
 * ════════════════════════════════════════════════════════════════════════ */

/* ── Icon-Button (alle Breakpoints) ─────────────────────────────────── */
.search-wrapper-dropdown > .nav-link {
    padding: 0.5rem 0.625rem;
    color: inherit;
    font-size: 1.05rem;
    line-height: 1;
}
.search-wrapper-dropdown > .nav-link:hover,
.search-wrapper-dropdown > .nav-link:focus {
    color: var(--dotales-accent, #c8753a);
}

/* ── Dropdown-Panel (alle Breakpoints) ──────────────────────────────── */
.search-wrapper-dropdown .dropdown-menu {
    min-width: 300px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #eee7df;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

/* NOVA setzt .dropdown-body { padding: 1.5rem } — für Suche zu viel */
.search-wrapper-dropdown .dropdown-body {
    padding: 0.75rem;
}

/* Input-Group immer einzeilig — Bootstrap hat flex-wrap:wrap als Default */
.search-wrapper-dropdown .input-group {
    flex-wrap: nowrap;
    align-items: stretch;
}

/* ── Mobile Overrides (≤ 767.98 px) ─────────────────────────────────── */
@media (max-width: 767.98px) {

    /* 1. Alle NOVA-Fallback-Suchleisten ausblenden.
     *    #search: d-none d-lg-flex im TPL reicht normalerweise; extra-Sicherung.
     *    .search-form-wrapper-fixed: NOVA-Block aus header.tpl bei
     *    mobile_search_type=fixed — wird durch unseren Icon-Ansatz ersetzt. */
    #search,
    .search-form-wrapper-fixed,
    .fixed-search {
        display: none !important;
    }

    /* 2. Icon etwas kleiner */
    .search-wrapper-dropdown > .nav-link {
        padding: 0.375rem 0.5rem;
        font-size: 0.95rem;
    }

    /* 3. Kompaktes Panel — kein Fast-Fullscreen */
    .search-wrapper-dropdown .dropdown-menu {
        min-width: 240px;
        max-width: 300px;
        border-radius: 10px;
    }

    /* 4. Padding nochmals reduzieren */
    .search-wrapper-dropdown .dropdown-body {
        padding: 0.5rem 0.625rem;
    }

    /* 5. Input + Lupe: exakt eine Zeile, schlankes Input */
    .search-wrapper-dropdown .input-group {
        height: 36px;
    }

    .search-wrapper-dropdown .form-control {
        flex: 1 1 auto;
        min-width: 0;
        height: 36px;
        font-size: 0.875rem;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.625rem;
        line-height: 36px;
        border-right: none;
        border-radius: 8px 0 0 8px !important;
    }

    .search-wrapper-dropdown .input-group-append {
        flex: 0 0 auto;
    }

    .search-wrapper-dropdown .input-group-append .btn {
        height: 36px;
        width: 36px;
        min-width: 36px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8125rem;
        border-radius: 0 8px 8px 0 !important;
    }
}

/* ── end Z-MOB-SEARCH ────────────────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * DOTALES Free-Shipping Label
 * Rendert "Kostenloser Versand" in Grün — gesetzt via
 * DOTALESNew/snippets/shipping_tax_info.tpl (global_versandhinweis = inkl).
 * ════════════════════════════════════════════════════════════════════════ */
.dotales-free-shipping {
    color: #2a7a48;
    font-weight: 800;
}

/* ── end DOTALES Free-Shipping ───────────────────────────────────────── */


/* ════════════════════════════════════════════════════════════════════════
 * Z-DESK-TAB-PDP — Desktop & Tablet: Social Proof über Titel
 * Neue Reihenfolge im Info-Panel: Social Proof → Linie → Titel → Preis
 *   → Varianten → CTA. Zweite Divider-Linie (basket-form border-top)
 *   entfernt. Mobile (< 768 px) bleibt unverändert.
 * ════════════════════════════════════════════════════════════════════════ */

/* ── Shared: Tablet + Desktop (≥ 768 px) ─────────────────────────────── */
@media (min-width: 768px) {

    /* Trennlinie unter Social Proof */
    .product-info-inner .dotales-social-proof--summary {
        border-bottom: 1px solid #eee7df;
        padding-bottom: 12px;
        margin-bottom: 18px;
    }

    /* Zweite Divider-Linie (basket-form border-top) entfernen */
    .product-buy .basket-form-inline {
        border-top: none;
        padding-top: 0;
    }
}

/* ── Tablet (768 px – 991.98 px) ─────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991.98px) {

    /* .product-offer auflösen — Kinder werden direkte Flex-Items von .product-info-inner */
    .product-info-inner > .product-offer {
        display: contents;
    }

    /* Gelöste Items brauchen eigene Breite + Padding (kein Container mehr) */
    .product-info-inner > .product-offer > .dotales-pdp-price-block,
    .product-info-inner > .product-offer > .dotales-social-proof--summary,
    .product-info-inner > .product-offer > .dotales-pdp-variant-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        box-sizing: border-box;
    }

    .product-buy > .row.basket-form-inline,
    .product-buy > #dotales-paypal-after-cart,
    .product-buy > .dotales-pdp-trust {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        box-sizing: border-box;
    }

    /* Neue Reihenfolge */
    .product-info-inner > .product-offer > .dotales-social-proof--summary { order: 1; }
    .product-info-inner > .dotales-pdp-summary                             { order: 2; }
    .product-gallery                                                        { order: 3; }
    .product-info-inner > .product-offer > .dotales-pdp-price-block        { order: 4; margin-bottom: 0.875rem; }
    .product-info-inner > .product-offer > .dotales-pdp-variant-block      { order: 5; margin-bottom: 0.875rem; }
    .product-buy > .row.basket-form-inline                                  { order: 6; }
    .product-buy > #dotales-paypal-after-cart                               { order: 7; }
    .product-buy > .dotales-pdp-trust                                       { order: 8; margin-top: 0.75rem; }
    .product-info-inner > .shortdesc                                        { order: 9; }
}

/* ── Desktop (≥ 992 px) ──────────────────────────────────────────────── */
@media (min-width: 992px) {

    /* Info-Spalte als Flex-Kolonne, damit order-Werte greifen */
    .dotales-pdp-container .product-info-inner {
        display: flex;
        flex-direction: column;
    }

    /* .product-offer auflösen — Kinder werden direkte Flex-Items von .product-info-inner */
    .dotales-pdp-container .product-info-inner > .product-offer {
        display: contents;
    }

    /* Neue Reihenfolge */
    .dotales-pdp-container .product-info-inner > .product-offer > .dotales-social-proof--summary { order: 1; }
    .dotales-pdp-container .product-info-inner > .dotales-pdp-summary                             { order: 2; }
    .dotales-pdp-container .product-info-inner > .product-offer > .dotales-pdp-price-block        { order: 3; }
    .dotales-pdp-container .product-info-inner > .product-offer > .dotales-pdp-variant-block      { order: 4; }
    .dotales-pdp-container .product-info-inner > .product-offer > .product-buy                    { order: 5; }
    .dotales-pdp-container .product-info-inner > .shortdesc                                        { order: 8; }
}

/* ── end Z-DESK-TAB-PDP ──────────────────────────────────────────────── */


/* ═══════════════════════════════════════════════════════════════════════
   Z-ALERTS — DOTALES Alert / Notification Overrides
   Ersetzt Bootstrap 4 Alert-Standard durch warmtoniges DOTALES-Design.
   ══════════════════════════════════════════════════════════════════════ */

/* ── Basis ────────────────────────────────────────────────────────────── */
.alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 44px 14px 18px;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid transparent;
    border-left-width: 3px;
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
    background-clip: padding-box;
}

.alert > i.fas,
.alert > i.far,
.alert > i.fab {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 14px;
    opacity: .9;
}

/* Dismiss-Button (.close ist ein <div> in JTL) */
.alert .close {
    position: absolute;
    top: 13px;
    right: 14px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    opacity: .55;
    cursor: pointer;
    transition: opacity .18s ease, background .18s ease;
    color: inherit;
    background: transparent;
    border: none;
    padding: 0;
}

.alert .close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .07);
}

/* Kein extra Right-Padding durch Bootstrap-Dismissible */
.alert.alert-dismissible {
    padding-right: 44px;
}

/* ── Varianten ────────────────────────────────────────────────────────── */

/* Fehler / Danger */
.alert-danger {
    background-color: #fdf3f1;
    border-color: rgba(196, 88, 72, .22);
    border-left-color: #c45848;
    color: #6e2e24;
}
.alert-danger > i.fas,
.alert-danger > i.far {
    color: #c45848;
}

/* Erfolg / Success */
.alert-success {
    background-color: #f2f8ee;
    border-color: rgba(83, 152, 58, .22);
    border-left-color: #53983a;
    color: #28561a;
}
.alert-success > i.fas,
.alert-success > i.far {
    color: #53983a;
}

/* Warnung / Warning */
.alert-warning {
    background-color: #fdf9ec;
    border-color: rgba(192, 144, 42, .24);
    border-left-color: #c0902a;
    color: #5c420d;
}
.alert-warning > i.fas,
.alert-warning > i.far {
    color: #c0902a;
}

/* Info / Neutral */
.alert-info {
    background-color: #f5f3f0;
    border-color: rgba(139, 115, 85, .22);
    border-left-color: #8b7355;
    color: #3d3228;
}
.alert-info > i.fas,
.alert-info > i.far {
    color: #8b7355;
}

/* Note (JTL-spezifisch) — wie Info */
.alert-note {
    background-color: #f5f3f0;
    border-color: rgba(139, 115, 85, .22);
    border-left-color: #8b7355;
    color: #3d3228;
}

/* ── Alert-Liste Container ────────────────────────────────────────────── */
#alert-list {
    padding-top: 0.5rem;
}

/* ── Links innerhalb Alerts ───────────────────────────────────────────── */
.alert a,
.alert a:hover {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

/* ── Fade-Animation (Bootstrap .fade.show) ───────────────────────────── */
.alert.fade {
    transition: opacity .18s ease;
}


/* =================================================================
 * Z-MODAL — DOTALES Modal-Dialog-Styling
 *    Bootstrap 4 Modal-Struktur:
 *    .modal > .modal-dialog > .modal-content
 *      > .modal-header + .modal-body + .modal-footer
 *
 *    Scope: Alle Bootstrap-Modals im Shop (Konfigurator, Formulare,
 *    Lightbox, rechtliche Dokumente, Adressauswahl usw.).
 * ================================================================= */

/* ── Backdrop ─────────────────────────────────────────────────── */
.modal-backdrop {
    background-color: rgba(26, 22, 18, 1);
}
.modal-backdrop.show {
    opacity: .56;
}

/* ── Dialog-Wrapper ───────────────────────────────────────────── */
.modal-dialog {
    margin-top: clamp(40px, 5vh, 80px);
}
.modal-dialog.modal-dialog-centered {
    margin-top: auto;
}

/* ── Content-Container ────────────────────────────────────────── */
.modal-content {
    border: 1px solid rgba(26, 26, 26, .09);
    border-radius: 20px;
    background: #fff;
    box-shadow:
        0 32px 80px rgba(26, 22, 18, .18),
        0 8px 24px rgba(26, 22, 18, .08);
    overflow: hidden;
    font-family: 'Poppins', -apple-system, sans-serif;
}

/* ── Header ───────────────────────────────────────────────────── */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 18px;
    border-bottom: 1px solid #ede8e2;
    background: #fff;
}

.modal-title {
    margin: 0;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.22;
    font-family: 'Poppins', -apple-system, sans-serif;
}

/* ── Close Button ─────────────────────────────────────────────── */
.modal-header .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: -6px -6px -6px auto;
    padding: 0;
    border-radius: 8px;
    background: transparent;
    border: none;
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}
.modal-header .close:hover {
    background: rgba(26, 26, 26, .07);
    color: #111;
    opacity: 1;
}
.modal-header .close:focus {
    outline: none;
    background: rgba(26, 26, 26, .07);
}
.modal-header .close span {
    line-height: 1;
    vertical-align: middle;
}

/* ── Body ─────────────────────────────────────────────────────── */
.modal-body {
    padding: 22px 24px;
    color: #333;
    font-size: 14px;
    line-height: 1.62;
    font-family: 'Poppins', -apple-system, sans-serif;
}

/* Überschriften im Body */
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}

/* Scrollbarer Body (z.B. AGB, WRB) */
.modal-body-scroll {
    max-height: 62vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 115, 85, .35) transparent;
}
.modal-body-scroll::-webkit-scrollbar {
    width: 5px;
}
.modal-body-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.modal-body-scroll::-webkit-scrollbar-thumb {
    background: rgba(139, 115, 85, .35);
    border-radius: 4px;
}

/* ── Footer ───────────────────────────────────────────────────── */
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px 20px;
    border-top: 1px solid #ede8e2;
    background: #faf8f5;
}

/* Standard-Buttons im Footer — nutzen Bootstrap .btn */
.modal-footer .btn {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    border-radius: 11px;
    min-height: 42px;
    padding: 0 20px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.modal-footer .btn:hover {
    transform: translateY(-1px);
}

/* Primär */
.modal-footer .btn-primary,
.modal-footer .btn-dark {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}
.modal-footer .btn-primary:hover,
.modal-footer .btn-dark:hover {
    background: #000;
    border-color: #000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
    color: #fff;
}

/* Sekundär / Abbrechen */
.modal-footer .btn-default,
.modal-footer .btn-secondary,
.modal-footer .btn-light,
.modal-footer .btn-outline-secondary {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(26, 26, 26, .16);
    color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
.modal-footer .btn-default:hover,
.modal-footer .btn-secondary:hover,
.modal-footer .btn-light:hover,
.modal-footer .btn-outline-secondary:hover {
    background: #fff;
    border-color: rgba(26, 26, 26, .32);
    color: #1a1a1a;
}

/* ── Size Variants ────────────────────────────────────────────── */
@media (min-width: 576px) {
    .modal-sm .modal-content {
        border-radius: 16px;
    }
    .modal-sm .modal-header {
        padding: 16px 20px 14px;
    }
    .modal-sm .modal-body {
        padding: 18px 20px;
    }
    .modal-sm .modal-footer {
        padding: 12px 20px 16px;
    }
    .modal-sm .modal-title {
        font-size: 15px;
    }
}

/* =================================================================
 * Z-BREADCRUMB — DOTALES Breadcrumb-Styling
 *    Überschreibt NOVA-Defaults (dotales.css): graue Border → warm,
 *    generische Farben → DOTALES-Farbsystem, Font → Poppins.
 * ================================================================= */

/* ── Wrapper-Zeile ────────────────────────────────────────────── */
.breadcrumb-wrapper {
    font-family: 'Poppins', -apple-system, sans-serif;
}

@media (min-width: 992px) {
    .breadcrumb-wrapper {
        border-color: #ede8e2;
    }
}

/* ── Breadcrumb-Liste ─────────────────────────────────────────── */
.breadcrumb {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* ── Links ────────────────────────────────────────────────────── */
.breadcrumb a,
.breadcrumb-item a {
    color: #8b7355;
    text-decoration: none;
    transition: color .16s ease;
}
.breadcrumb a:hover,
.breadcrumb-item a:hover {
    color: #5c4a36;
    text-decoration: none;
}

/* ── Trennzeichen ─────────────────────────────────────────────── */
.breadcrumb-item + .breadcrumb-item::before {
    color: #c9bfb3;
    font-weight: 400;
}

/* ── Aktives / letztes Item ───────────────────────────────────── */
.breadcrumb-item.active {
    color: #3a352f;
    font-weight: 600;
}

/* ── Mobile-Zurück-Pfeil (NOVA: .breadcrumb-arrow) ───────────── */
.breadcrumb-arrow a,
.breadcrumb-backtolist {
    color: #8b7355;
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}
.breadcrumb-arrow a:hover,
.breadcrumb-backtolist:hover {
    color: #5c4a36;
    text-decoration: none;
}


/* ── Mobile ───────────────────────────────────────────────────── */
@media (max-width: 575px) {
    .modal-dialog {
        margin: 0;
        align-items: flex-end;
        min-height: 100%;
        display: flex;
    }
    .modal-dialog:not(.modal-dialog-centered) {
        margin-top: auto;
    }
    .modal-content {
        border-radius: 20px 20px 0 0;
        border-bottom: none;
    }
    .modal-header {
        padding: 18px 20px 16px;
    }
    .modal-body {
        padding: 18px 20px;
    }
    .modal-footer {
        padding: 14px 20px 22px;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 8px;
    }
    .modal-footer .btn {
        width: 100%;
        justify-content: center;
    }
    .modal-footer .btn-primary,
    .modal-footer .btn-dark {
        order: -1;
    }
}

/* ══ end Z-ALERTS ════════════════════════════════════════════════════════ */
