/* hawlik Theme — Platz für schnelle CSS-Hotfixes ohne SASS-Rebuild.
   Wird via Minify nach hawlik.css angehängt (Muster: Tpark custom.css). */

/* Yakeba 0.21.125: Slider-CTAs innerhalb ihrer eigenen Produktkarte halten.
   Eine globale width:100%-Regel kollidierte mit den absoluten Seitenabständen
   der Slider-Buttons und ließ Kauf-/Benachrichtigungs-CTAs über Nachbarkarten ragen. */
html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta,
html.hk-brand-yakeba .slick-slider-other .slick-slide button[name="inWarenkorb"],
html.hk-brand-yakeba .product-slider-wrapper button[name="inWarenkorb"] {
    box-sizing: border-box;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 8px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Yakeba 0.21.135: Das Listen-CTA trägt den kurzen Text nun direkt im DOM.
   Kein zweites Pseudo-Label und kein herausragender alter Ausverkauft-Text. */
html.hk-brand-yakeba body .productbox a.hawlik-listcta.hawlik-listcta--soldout {
    overflow: hidden !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    letter-spacing: -.015em !important;
    text-align: center;
    white-space: nowrap !important;
}

html.hk-brand-yakeba body .productbox a.hawlik-listcta.hawlik-listcta--soldout::after {
    display: none !important;
    content: none !important;
}

/* Yakeba 0.21.130: Kaufen und Benachrichtigen teilen exakt dieselbe Aktionszeile.
   Absolute CTAs bleiben mit festen Innenabstaenden in ihrer eigenen Karte. */
html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta,
html.hk-brand-yakeba .slick-slider-other .slick-slide button[name="inWarenkorb"],
html.hk-brand-yakeba .product-slider-wrapper button[name="inWarenkorb"] {
    left: 8px !important;
    right: 8px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
}

html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta {
    box-sizing: border-box;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta,
    html.hk-brand-yakeba .slick-slider-other .slick-slide button[name="inWarenkorb"],
    html.hk-brand-yakeba .product-slider-wrapper button[name="inWarenkorb"] {
        min-height: 38px !important;
        padding: 7px 8px !important;
        font-size: 12px !important;
        line-height: 1.15;
        gap: 5px;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta i,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta i,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta i {
        flex: 0 0 auto;
        margin-right: 2px;
        font-size: 11px;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta--soldout,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout {
        font-size: 0 !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta--soldout::after,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout::after,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout::after {
        content: "Benachrichtigen lassen";
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11.5px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta i,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta i,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta i {
        display: none !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta--soldout::after,
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout::after,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout::after {
        content: "Benachrichtigen" !important;
        font-size: 9.5px !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .slick-slider-other .slick-slide button[name="inWarenkorb"],
    html.hk-brand-yakeba .product-slider-wrapper button[name="inWarenkorb"] {
        box-sizing: border-box;
        left: 4px !important;
        right: 4px !important;
        width: auto !important;
        max-width: calc(100% - 8px) !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta {
        box-sizing: border-box;
        width: calc(100% - 8px) !important;
        max-width: calc(100% - 8px) !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba.hk-yk-home .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta {
        position: static !important;
        left: auto !important;
        right: auto !important;
        width: calc(100% - 8px) !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
        margin-top: auto !important;
    }
}

/* Yakeba 0.21.131: Ausverkauft-CTA nutzt nur den echten DOM-Text.
   Das zusaetzliche ::after-Label verdoppelte den Anfang als "Ben...". */
html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout,
html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout {
    font-size: 11.5px !important;
}

html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout::after,
html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 767px) {
    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout {
        font-size: 9.5px !important;
    }
}

/* Yakeba 0.21.127: uebernommene Groessen-/Vergleichstabellen fuer Fahnen und Rosen. */
html.hk-brand-yakeba .hk-yk-sizeguide {
    margin: 34px 0 12px;
    padding: 24px;
    border: 1px solid rgba(74, 64, 56, .16);
    border-radius: 16px;
    background: #f8f5ed;
    box-shadow: 0 8px 24px rgba(45, 38, 28, .07);
}

html.hk-brand-yakeba .hk-yk-sizeguide__head {
    max-width: 760px;
    margin-bottom: 18px;
}

html.hk-brand-yakeba .hk-yk-sizeguide__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #9b461f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

html.hk-brand-yakeba .hk-yk-sizeguide h2 {
    margin: 0 0 7px;
    color: #263524;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.15;
}

html.hk-brand-yakeba .hk-yk-sizeguide__head p {
    margin: 0;
    color: #5d6158;
    font-size: 14px;
    line-height: 1.55;
}

html.hk-brand-yakeba .hk-yk-sizeguide .hk-tablewrap {
    border: 1px solid rgba(74, 64, 56, .18);
    border-radius: 12px;
    background: #fff;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table {
    width: 100%;
    min-width: 900px;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    color: #3f463d;
    font-size: 13px;
    line-height: 1.4;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table--rosen { min-width: 820px; }
html.hk-brand-yakeba .hk-yk-sizeguide__table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table th,
html.hk-brand-yakeba .hk-yk-sizeguide__table td {
    padding: 10px 12px;
    border-right: 1px solid rgba(74, 64, 56, .1);
    border-bottom: 1px solid rgba(74, 64, 56, .1);
    text-align: left;
    vertical-align: top;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table tr > :last-child { border-right: 0; }
html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:last-child > * { border-bottom: 0; }
html.hk-brand-yakeba .hk-yk-sizeguide__table thead th {
    background: #263524;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table tbody th[scope="row"] {
    color: #263524;
    font-weight: 700;
    white-space: nowrap;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group):nth-child(odd) {
    background: rgba(242, 238, 226, .52);
}

html.hk-brand-yakeba .hk-yk-sizeguide__group th {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #e4e8d5;
    color: #35432e;
    font-size: 12.5px;
    font-weight: 700;
}

@media (max-width: 767px) {
    html.hk-brand-yakeba .hk-yk-sizeguide {
        margin: 26px 0 8px;
        padding: 17px 12px 12px;
        border-radius: 13px;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__head { margin-bottom: 14px; }
    html.hk-brand-yakeba .hk-yk-sizeguide h2 { font-size: 22px; }
    html.hk-brand-yakeba .hk-yk-sizeguide__table { min-width: 820px; font-size: 12px; }
    html.hk-brand-yakeba .hk-yk-sizeguide__table--rosen { min-width: 760px; }
    html.hk-brand-yakeba .hk-yk-sizeguide__table th,
    html.hk-brand-yakeba .hk-yk-sizeguide__table td { padding: 9px 10px; }
}

/* Yakeba 0.21.126: durchgehende Gleichhoehen-Kette fuer Slick-Produktkarten.
   Nicht nur der Button, sondern auch Track, Slide und Kartenwrapper muessen die
   volle Reihenhoehe weitergeben, damit alle CTAs dieselbe Grundlinie erreichen. */
html.hk-brand-yakeba .slick-slider-other .slick-initialized .slick-track,
html.hk-brand-yakeba .product-slider-wrapper .slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch;
}

html.hk-brand-yakeba .slick-slider-other .slick-initialized .slick-slide,
html.hk-brand-yakeba .product-slider-wrapper .slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
}

html.hk-brand-yakeba .slick-slider-other .slick-initialized .slick-slide > div,
html.hk-brand-yakeba .product-slider-wrapper .slick-initialized .slick-slide > div {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

html.hk-brand-yakeba .slick-slider-other .slick-initialized .slick-slide .product-wrapper,
html.hk-brand-yakeba .slick-slider-other .slick-initialized .slick-slide .product-wrapper-product,
html.hk-brand-yakeba .slick-slider-other .slick-initialized .slick-slide .hk-yk-slidecard,
html.hk-brand-yakeba .product-slider-wrapper .slick-initialized .slick-slide .productbox,
html.hk-brand-yakeba .product-slider-wrapper .slick-initialized .slick-slide .product-wrapper {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100% !important;
}

@media (max-width: 767px) {
    html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-initialized .slick-slide .product-wrapper,
    html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-initialized .slick-slide .hk-yk-slidecard {
        padding-bottom: 4px !important;
    }

    html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-initialized .slick-slide .hk-yk-slidercta,
    html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-initialized .slick-slide .hawlik-slider-cta,
    html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-initialized .slick-slide .hawlik-listcta {
        margin-top: auto !important;
        margin-bottom: 4px !important;
    }
}

/* Yakeba 0.21.132: Kategorie-Slider sichtbar und stabil, mobile Header kompakt. */
@media (min-width: 768px) {
    html.hk-brand-yakeba:not(.hk-yk-home) .slick-slider-other .slick-initialized .slick-arrow,
    html.hk-brand-yakeba:not(.hk-yk-home) .product-slider-wrapper .slick-initialized .slick-arrow {
        top: 50% !important;
        bottom: auto !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        margin-top: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        opacity: 1 !important;
        transform: translateY(-50%) !important;
        z-index: 6 !important;
    }

    html.hk-brand-yakeba:not(.hk-yk-home) .slick-slider-other .slick-initialized .slick-prev,
    html.hk-brand-yakeba:not(.hk-yk-home) .product-slider-wrapper .slick-initialized .slick-prev {
        left: 4px !important;
        right: auto !important;
    }

    html.hk-brand-yakeba:not(.hk-yk-home) .slick-slider-other .slick-initialized .slick-next,
    html.hk-brand-yakeba:not(.hk-yk-home) .product-slider-wrapper .slick-initialized .slick-next {
        right: 4px !important;
        left: auto !important;
    }
}

@media (max-width: 767px) {
    html.hk-brand-yakeba body[data-page="2"] .hk-yk-plphero2__usps {
        display: none !important;
    }

    html.hk-brand-yakeba body[data-page="2"] .hk-yk-plphero2 {
        grid-template-rows: auto !important;
        row-gap: 0 !important;
    }

    html.hk-brand-yakeba body[data-page="2"] .hk-yk-plphero2 h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
        hyphens: auto;
        font-size: clamp(18px, 5vw, 21px) !important;
        line-height: 1.08 !important;
    }

    html.hk-brand-yakeba body[data-page="2"] .hk-yk-plphero2__eyebrow {
        letter-spacing: .13em;
        white-space: normal;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta--soldout:not(.hk-yk-slidercta--soldout) {
        font-size: 0 !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta--soldout:not(.hk-yk-slidercta--soldout)::after {
        content: "Benachrichtigen lassen" !important;
        display: inline !important;
        font-size: 11px !important;
        font-weight: 600;
        line-height: 1.15;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta--soldout,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta--soldout {
        font-size: 11px !important;
    }
}

html.hk-brand-yakeba .hk-yk-variant-shortdesc-fallback {
    margin: 16px 0 4px;
    padding: 14px 16px;
    border-left: 3px solid #7c8e28;
    border-radius: 0 10px 10px 0;
    background: #f8f5ed;
    color: #3f463d;
    font-size: 14px;
    line-height: 1.55;
}

/* W2 02.09. (Stefan): Grundpreise ueberall wieder sichtbar (PAngV) — kompakt
   statt versteckt; ersetzt den 0.21.133-Hide. */
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit .price-note {
    display: block;
    color: #8a857c;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.25;
}

/* Yakeba 0.21.134: Mobile Karten, CTAs und Vergleichshilfen aus Kundensicht. */
html.hk-brand-yakeba .productbox .hawlik-listcta--soldout {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    justify-content: center;
    font-size: 0 !important;
}

html.hk-brand-yakeba .productbox .hawlik-listcta--soldout::after {
    content: "Benachrichtigen lassen" !important;
    display: inline-block !important;
    max-width: 100%;
    overflow: hidden;
    color: inherit;
    font-size: 11px !important;
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -.015em;
    text-overflow: clip;
    white-space: nowrap;
}

html.hk-brand-yakeba .productbox .hawlik-listcta--soldout > i {
    display: none !important;
}

html.hk-brand-yakeba .hk-yk-sizeguide {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(199, 111, 43, .12), transparent 30%),
        linear-gradient(145deg, #fbf8f1 0%, #f4f3e7 100%);
}

html.hk-brand-yakeba .hk-yk-sizeguide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #233c27 0%, #7d8e2d 55%, #c76f2b 100%);
    content: "";
}

html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group) {
    transition: background-color .18s ease, box-shadow .18s ease;
}

html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group):hover {
    background: #fffaf1;
    box-shadow: inset 4px 0 0 #c76f2b;
}

@media (max-width: 767px) {
    html.hk-brand-yakeba .productbox .hawlik-listcta--soldout {
        min-height: 44px !important;
        padding: 7px 2px !important;
    }

    html.hk-brand-yakeba .productbox .hawlik-listcta--soldout::after {
        font-size: 10px !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .product-slider-wrapper .hk-yk-slidercta.hawlik-slider-cta,
    html.hk-brand-yakeba .slick-slider-other .slick-slide button[name="inWarenkorb"],
    html.hk-brand-yakeba .product-slider-wrapper button[name="inWarenkorb"] {
        left: 10px !important;
        right: 10px !important;
        max-width: calc(100% - 20px) !important;
    }

    html.hk-brand-yakeba .slick-slider-other .slick-slide .hawlik-listcta {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    html.hk-brand-yakeba.hk-yk-home .hk-pf__products {
        display: grid !important;
        grid-auto-flow: column;
        grid-auto-columns: minmax(154px, calc((100% - 12px) / 2));
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 12px;
        scroll-padding-inline: 2px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    html.hk-brand-yakeba.hk-yk-home .hk-pf__products::-webkit-scrollbar {
        display: none;
    }

    html.hk-brand-yakeba.hk-yk-home .hk-pf__cell {
        min-width: 0;
        scroll-snap-align: start;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide {
        overflow: visible;
        padding: 19px 12px 14px;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide .hk-tablewrap {
        overflow: visible !important;
        border: 0;
        background: transparent;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table,
    html.hk-brand-yakeba .hk-yk-sizeguide__table--rosen,
    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody {
        display: block;
        width: 100%;
        min-width: 0 !important;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody {
        display: grid;
        gap: 11px;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: hidden;
        border: 1px solid rgba(67, 80, 53, .16);
        border-radius: 13px;
        background: rgba(255, 255, 255, .92) !important;
        box-shadow: 0 5px 16px rgba(40, 48, 34, .07);
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr.hk-yk-sizeguide__group {
        display: block;
        margin-top: 5px;
        border: 0;
        border-radius: 10px;
        background: linear-gradient(120deg, #2d4430, #64752b) !important;
        box-shadow: 0 5px 14px rgba(39, 59, 41, .15);
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr.hk-yk-sizeguide__group th {
        display: block;
        padding: 11px 13px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 12px;
        line-height: 1.35;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group) > th[scope="row"] {
        grid-column: 1 / -1;
        padding: 11px 12px;
        border: 0;
        border-bottom: 1px solid rgba(67, 80, 53, .12);
        background: linear-gradient(90deg, #f0f2df, #fffaf0);
        color: #293d2b;
        font-size: 14px;
        line-height: 1.2;
        white-space: normal;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group) > td {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 3px;
        padding: 9px 10px;
        border: 0;
        border-right: 1px solid rgba(67, 80, 53, .09);
        border-bottom: 1px solid rgba(67, 80, 53, .09);
        color: #3f463d;
        font-size: 12px;
        line-height: 1.35;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group) > td::before {
        color: #8e4c2c;
        content: attr(data-label);
        font-size: 9.5px;
        font-weight: 750;
        letter-spacing: .075em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group) > td[colspan] {
        grid-column: 1 / -1;
    }

    html.hk-brand-yakeba .hk-yk-sizeguide__table tbody tr:not(.hk-yk-sizeguide__group):hover {
        box-shadow: 0 5px 16px rgba(40, 48, 34, .07);
    }
}

/* Yakeba 0.21.137: Mobile Kasse oberhalb der Navigation, echte Touch-Ziele
   und umbrechende Rechtstext-Links. */
@media (max-width: 767px) {
    html.hk-brand-yakeba .hawlik-sticky-kasse {
        bottom: 60px !important;
        transition: opacity .18s ease, transform .18s ease;
    }

    html.hk-brand-yakeba .hawlik-sticky-kasse.is-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 62px));
    }

    html.hk-brand-yakeba .hawlik-share__btn {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    html.hk-brand-yakeba #data-privacy a,
    html.hk-brand-yakeba #tos a,
    html.hk-brand-yakeba .Haendlerbund_Rechtstext_Absatz,
    html.hk-brand-yakeba .Haendlerbund_Rechtstext_Absatz a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

/* Yakeba 0.21.138 (Claude-Review 11.08., Fix 1/3): Pill-Styling der PDP-Tabs
   kommt ueber die wiederhergestellte li.nav-item/a.nav-link-Struktur aus
   custom.js (initYakebaTabsEntdroppen) -- hier kein eigenes CSS noetig. */

/* Yakeba 0.21.138 (Fix 2/3): Kaufhilfe-Groessentabelle als Aufklapper.
   Mobil belegte die offene Tabelle ~6.000 px Seitenhoehe (Fahnen-PDP);
   Desktop startet geoeffnet (custom.js setzt [open] ab 768 px). */
html.hk-brand-yakeba .hk-yk-sizeguide__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 52px;
    cursor: pointer;
    list-style: none;
}
html.hk-brand-yakeba .hk-yk-sizeguide__summary::-webkit-details-marker { display: none; }
html.hk-brand-yakeba .hk-yk-sizeguide__summary .hk-yk-sizeguide__head { margin: 0; }
html.hk-brand-yakeba .hk-yk-sizeguide__summary .hk-yk-sizeguide__head p { margin-bottom: 0; }
html.hk-brand-yakeba .hk-yk-sizeguide__chevron {
    flex: 0 0 auto;
    color: #5e6e1b;
    transition: transform .2s ease;
}
html.hk-brand-yakeba .hk-yk-sizeguide__details[open] .hk-yk-sizeguide__chevron { transform: rotate(180deg); }
html.hk-brand-yakeba .hk-yk-sizeguide__body { margin-top: 10px; }

/* Yakeba 0.21.138 (Fix 3/3): Die 5. Karte auf /soja stand als einzige der
   zweiten Reihe ZENTRIERT (Desktop). Produktreihen buendig links -- mobil
   macht S17.3 das bereits fuer #result-wrapper .row. */
html.hk-brand-yakeba #result-wrapper .product-list { justify-content: flex-start !important; }

/* Yakeba 0.21.139 (Fix 1/3 Nachtrag): Einheitliche Pill-Tabs auch fuer die
   hk-pdptabs-novamod-Leiste (Steaks-PDP, 6 Tabs). Werte 1:1 von den 4-Tab-
   PDPs (Fahnen/Rosen) abgenommen (aktiv rgb(38,53,36)/hell, radius 999px,
   8x18px). Uebersteuert die alte Flat-Underline-Optik aus
   _hawlik-components.scss (Block .hk-pdptabs-novamod, ~Z. 4692). */
html.hk-brand-yakeba .nav-tabs.hk-pdptabs-novamod {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 0 !important;
}
html.hk-brand-yakeba .nav-tabs.hk-pdptabs-novamod .nav-item .nav-link {
    background: #FBF8F1 !important;
    border: 1px solid rgba(164, 140, 136, .35) !important;
    border-radius: 999px !important;
    padding: 8px 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1F2A24 !important;
}
html.hk-brand-yakeba .nav-tabs.hk-pdptabs-novamod .nav-item .nav-link::after { display: none !important; }
html.hk-brand-yakeba .nav-tabs.hk-pdptabs-novamod .nav-item .nav-link.active {
    background: #263524 !important;
    border-color: #263524 !important;
    color: #F1ECDC !important;
}
html.hk-brand-yakeba .nav-tabs.hk-pdptabs-novamod .nav-item .nav-link:hover:not(.active) {
    border-color: #7C8E28 !important;
}

/* Yakeba 0.21.139 (Fix 3/3 Nachtrag): Alt-Regeln (~SCSS Z. 10762) zentrieren
   Rest-Karten der letzten Reihe per margin:auto -- Desktop jetzt buendig
   links wie mobil (S17.3) und wie Pilzbrut. Nur horizontale Margins. */
html.hk-brand-yakeba #product-list .product-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Yakeba 0.21.140: Der Benachrichtigen-Tab erbte kursive Schrift aus seiner
   Alt-Optik als Textlink -- im Pill einheitlich aufrecht. */
html.hk-brand-yakeba .nav-tabs.hk-pdptabs-novamod .nav-item .nav-link {
    font-style: normal !important;
}

/* Yakeba 0.21.141 (Claude, Mobil-Audit 11.08.): PDP-Fold straffen. Der erste
   Viewport zeigte fast nur Galerie + Weissraum (297px-Quadrat fuer ein 223px-
   Querformat-Bild, dazu ~80px Padding/Dots und 32px Breadcrumb-Abstand) --
   H1 und Preis kamen erst nach einem Scroll. Quadrat mobil auf feste 240px
   Hoehe (KEIN padding-top:0-Kollaps: Box behaelt reale Hoehe, Bildkette und
   Lazy-Verhalten bleiben unberuehrt), Abstaende reduziert. Nur <768px. */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .breadcrumb-wrapper { margin-bottom: 12px !important; }
    html.hk-brand-yakeba .product-detail .product-gallery {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
    }
    html.hk-brand-yakeba .product-detail .product-gallery .square {
        padding-top: 0 !important;
        height: 240px !important;
    }
    html.hk-brand-yakeba .product-detail .product-gallery .slick-dots { margin-top: 2px !important; }
}

/* Yakeba 0.21.142: Fold-Nachzug -- .gallery-with-action traegt mobil 48px
   margin-bottom; auf 16px reduziert bringt das den Preis in den ersten
   Viewport (867 -> ~835 bei 844px iPhone-Hoehe). Nur <768px. */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .product-detail .gallery-with-action { margin-bottom: 16px !important; }
}

/* ==========================================================================
   Yakeba 0.21.143 (Claude, Design-/Technik-Welle 11.08.) -- CSS-Teil.
   JS-Teil: SoldOutLast, RezepteNav, Cart-Preise, (Lesen)-Trim, Waisen-Cleanup,
   Soldout-CTA 11.5px (Inline-Style in custom.js).
   ========================================================================== */

/* Grundpreis in Listen ruhiger: einzeilig kleiner grau statt fast preisgross.
   PAngV: bleibt sichtbar -- nur Typografie. */
html.hk-brand-yakeba #result-wrapper .productbox .price-note,
html.hk-brand-yakeba #result-wrapper .productbox .base_price,
html.hk-brand-yakeba #result-wrapper .productbox .base-price {
    display: block;
    color: #8a857c !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

/* Listen-Titel mobil: echter 2-Zeilen-Clamp mit Ellipsis statt hartem Schnitt
   (Geschnetzeltes/Sli). */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba #result-wrapper .productbox-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Hero Desktop: Foto full-bleed bis an die Bandkante statt eingeklebtem
   Inset (26/34px-Padding der .hk-yk-hero laeuft unters Bild). */
@media (min-width: 992px) {
    html.hk-brand-yakeba .hk-yk-hero { overflow: hidden; }
    html.hk-brand-yakeba .hk-yk-hero__photo {
        align-self: stretch;
        margin: -26px -34px -26px 0;
        aspect-ratio: auto;
        border-radius: 0;
    }
    html.hk-brand-yakeba .hk-yk-hero__photo img {
        height: 100%;
        max-height: none;
        border-radius: 0;
    }
}

/* PDP-Beschreibung: 820px Lesebreite bleibt, aber zentriert statt linksbuendig
   mit grosser Leerflaeche rechts. */
html.hk-brand-yakeba .product-detail .tab-pane .desc {
    margin-left: auto;
    margin-right: auto;
}

/* Yakeba 0.21.144: eigene Rezept-Anker-Chips VERWORFEN -- der DB-Content
   von /soja-rezepte bringt bereits eine Anker-Reihe mit (#soja-steaks etc.).
   Behalten wird nur scroll-margin-top: Sprungziele landeten sonst unter dem
   Sticky-Header. */
html.hk-brand-yakeba h2[id] { scroll-margin-top: 84px; }

/* Preis auf den Leere-Warenkorb-Empfehlungskarten. */
html.hk-brand-yakeba .hk-yk-bestseller__price {
    display: block;
    margin-top: 2px;
    color: #5e6e1b;
    font-size: 13px;
    font-weight: 700;
}

/* ==========================================================================
   Yakeba 0.21.145 (Claude, Penibel-Welle 12.08.) -- CSS-Teil.
   ========================================================================== */

/* P1: Startseiten-Bestseller -- gemeinsame Baselines. Titel exakt 2 Zeilen
   (clamp + min-height), Rating-Slot kommt aus custom.js immer (auch leer). */
html.hk-brand-yakeba.hk-yk-home .slick-slider-other .slick-slide .product-wrapper > a:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
html.hk-brand-yakeba .hk-yk-card-rating--leer { min-height: 22px; }

/* P2: Varianten-Kacheln -- Reihe streckt, Karte ist Spalte, Preis am Boden.
   Die hoehere 4. Kachel sass sonst per align-center sichtbar versetzt. */
html.hk-brand-yakeba .hk-yk-var__row { align-items: stretch !important; }
html.hk-brand-yakeba .hk-yk-var__card {
    display: flex;
    flex-direction: column;
    height: auto;
}
html.hk-brand-yakeba .hk-yk-var__card .hk-yk-var__name { min-height: 36px; }
html.hk-brand-yakeba .hk-yk-var__card .hk-yk-var__rating { min-height: 16px; }
html.hk-brand-yakeba .hk-yk-var__card .hk-yk-var__preis { margin-top: auto; min-height: 18px; }

/* P3: Catsplit-Karten mobil -- Titel lief unter die Kartenkante (abgeschnittene
   Buchstaben, Rose-Reihe). 2-Zeilen-Clamp + gleiche Kartenhoehe je Reihe. */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .hk-yk-catsplit .hk-pf__cell .productbox-title,
    html.hk-brand-yakeba .hk-yk-catsplit .hk-pf__cell .productbox-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 36px;
    }
    html.hk-brand-yakeba .hk-yk-catsplit .hk-pf__products { align-items: stretch; }
    html.hk-brand-yakeba .hk-yk-catsplit .hk-pf__cell .productbox { height: 100%; }
}

/* P4: Haeufig zusammen gekauft -- der absolute Kauf-Button (hawlik-slider-cta)
   ueberdeckte den vorhandenen Preis (Desktop UND mobil). Karte reserviert jetzt
   eine Button-Zone, Preis bleibt sichtbar. */
html.hk-brand-yakeba .hk-also__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 54px;
}
html.hk-brand-yakeba .hk-also__card .hawlik-slider-cta {
    position: absolute !important;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto !important;
}
/* 0.21.146: Statischer JSON-Preis bleibt versteckt (Drift, SCSS ~10428);
   nur der live nachgeladene Preis (custom.js initYakebaAlsoPriceRefresh)
   wird gezeigt. */
html.hk-brand-yakeba .hk-also__price.hk-also__price--live {
    display: block !important;
    margin-top: 4px;
}
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .hk-also__card { padding-bottom: 66px; }
}

/* P5: Sticky-Kaufleiste Desktop -- Titel begann unter dem fixen Consent-
   Fingerprint links. */
@media (min-width: 768px) {
    html.hk-brand-yakeba .hawlik-sticky-buy { padding-left: 78px !important; }
}

/* P6: Tab-Inhalte auf PDPs generisch zentrieren -- der fruehere .desc-Fix
   griff nur auf Steaks; Fahnen/Rosen-Beschreibungen klebten weiter links. */
html.hk-brand-yakeba .product-detail .tab-content > .tab-pane {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* Yakeba 0.21.147: Tab-Zentrierung auch fuer die novamod-Leiste -- die liegt
   NICHT unter .product-detail (S4-Lektion), der 145er-Selektor griff dort nie. */
html.hk-brand-yakeba .tab-content.hk-pdptabs-novamod > .tab-pane {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* ===========================================================================
   Yakeba 0.21.148 (Codex, Review-Nachzug 12.08.)
   ========================================================================== */

/* Das isolierte PayPal-Logo hatte in der USP-Leiste weder Erklaerung noch Link.
   Zahlungsarten bleiben im Footer und Kaufpfad vollstaendig sichtbar. */
/* 03.09. (Stefan): Zahlarten-Logos in der USP-Leiste wie pilzbrut live — Hide entfernt */

/* Mobil: mehr Inhalt oberhalb des Folds, klarere Slider-Punkte. */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .product-detail .product-gallery .square {
        height: 218px !important;
    }
    html.hk-brand-yakeba .product-detail .product-gallery .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        min-height: 18px;
    }
    html.hk-brand-yakeba .product-detail .product-gallery .slick-dots li,
    html.hk-brand-yakeba .product-detail .product-gallery .slick-dots button {
        width: 10px !important;
        height: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 50%;
    }

    /* Lange Komposita bleiben in zweispaltigen Karten lesbar und laufen nicht
       mehr hart an der Kartenkante aus. */
    html.hk-brand-yakeba #result-wrapper .productbox-title a,
    html.hk-brand-yakeba .hk-yk-catsplit .productbox-title a {
        overflow-wrap: anywhere;
        hyphens: auto;
    }
    html.hk-brand-yakeba #result-wrapper .productbox .price-note,
    html.hk-brand-yakeba #result-wrapper .productbox .base_price,
    html.hk-brand-yakeba #result-wrapper .productbox .base-price {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
}

/* Die einzelne nicht kaufbare fuenfte Karte bleibt auffindbar, wird aber als
   eigener Statusbereich statt als verwaiste zweite Grid-Zeile gezeigt. */
html.hk-brand-yakeba .hk-yk-unavailable {
    margin: 28px 0 8px;
    padding-top: 22px;
    border-top: 1px solid #ded8cb;
}
html.hk-brand-yakeba .hk-yk-unavailable > h2 {
    margin-bottom: 16px;
    color: #324137;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}
html.hk-brand-yakeba .hk-yk-unavailable__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
html.hk-brand-yakeba .hk-yk-unavailable__grid .product-wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
}
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .hk-yk-unavailable__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Produktbeschreibung mobil: kompakter Einstieg, native und tastaturbedienbare
   Detailfreigabe. Desktop-DOM bleibt unveraendert. */
html.hk-brand-yakeba .hk-yk-desc-label {
    display: block;
    margin: 18px 0 6px;
    color: #324137;
    font-size: 1rem;
}
html.hk-brand-yakeba .hk-yk-desc-mobile__details {
    margin-top: 14px;
    border-top: 1px solid #ded8cb;
}
html.hk-brand-yakeba .hk-yk-desc-mobile__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    color: #536315;
    font-weight: 700;
    list-style: none;
}
html.hk-brand-yakeba .hk-yk-desc-mobile__toggle::-webkit-details-marker { display: none; }
html.hk-brand-yakeba .hk-yk-desc-mobile__toggle::after {
    content: "+";
    margin-left: 16px;
    font-size: 1.3rem;
    line-height: 1;
}
html.hk-brand-yakeba .hk-yk-desc-mobile__details[open] .hk-yk-desc-mobile__toggle::after { content: "\2212"; }

/* Lieferland erscheint nur auslaendischen Besuchern; dort muessen Schliessen,
   Auswahl und Bestaetigung als echte Touch-Ziele erreichbar bleiben. */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .ws5_oss_wrapper .ws5_oss_row {
        grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    }
    html.hk-brand-yakeba .ws5_oss_wrapper .hk-yk-oss-close,
    html.hk-brand-yakeba .ws5_oss_wrapper button,
    html.hk-brand-yakeba .ws5_oss_wrapper select {
        min-height: 44px;
    }
}

/* Yakeba PDP: Varianten in einem ruhigen, gleichmaessigen Raster. Ausverkaufte
   Groessen bleiben sichtbar und semantisch erhalten, werden aber nur ausgegraut. */
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations dd.form-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations .custom-control.custom-radio {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations label.variation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0;
    padding: 9px 10px;
    text-align: center;
}
html.hk-brand-yakeba .product-detail .product-offer .variations label.variation .badge-not-available {
    display: none !important;
}
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations .custom-control.is-soldout label.variation,
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations label.variation[data-stock="out-of-stock"],
html.hk-brand-yakeba .product-detail .product-offer .hk-yk-choice-button.is-unavailable {
    color: #6a6e68 !important;
    background: #efefec !important;
    border-color: #d3d5cf !important;
    border-style: solid !important;
    box-shadow: none !important;
    opacity: 1;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* Ausverkauft + ausgewählt: neutraler Auswahlring statt NOVAs rotem
   Active-/Invalid-Zustand. Grau bleibt das Lagerstatus-Signal; der Ring zeigt,
   welche Variante für die Benachrichtigung ausgewählt wurde. */
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations .custom-control.is-soldout label.variation.active,
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations label.variation[data-stock="out-of-stock"].active,
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations .custom-control.is-soldout input:checked ~ label.variation,
html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations input:checked ~ label.variation[data-stock="out-of-stock"],
html.hk-brand-yakeba .product-detail .product-offer .hk-yk-choice-button.is-unavailable.is-active {
    color: #555a53 !important;
    background: #efefec !important;
    border-color: #667329 !important;
    box-shadow: 0 0 0 2px rgba(102, 115, 41, .24) !important;
    cursor: pointer !important;
}

@media (max-width: 767.98px) {
    html.hk-brand-yakeba .product-detail .product-offer .variations.hk-yk-size-variations dd.form-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===========================================================================
   Yakeba 0.21.160 (Codex, Mobile-Kaufpfad + Kategorie-Bestseller 12.08.)
   ========================================================================== */

/* Das Plugin entscheidet weiterhin, ob die Lieferland-Auswahl erforderlich
   ist. Wenn sie existiert, steht ihr Originalelement im normalen Seitenfluss
   statt als Overlay ueber Kaufbereich und mobiler Navigation. */
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline,
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline.stickyBottom,
html.hk-brand-yakeba div.ws5_oss_wrapper.hk-yk-oss--inline[style] {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    z-index: auto !important;
    background: #f8f5ed !important;
    border: 1px solid #ded8cb !important;
    border-radius: 12px;
    box-shadow: none !important;
}
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_row {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) minmax(170px, 240px) 48px !important;
    align-items: center;
    gap: 10px 12px;
    width: 100%;
    margin: 0 !important;
    padding: 12px 14px !important;
}
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_text_div,
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_select_div,
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_button_div {
    min-width: 0;
    margin: 0 !important;
}
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_text_div p {
    margin: 0;
    color: #324137;
    font-size: 13px;
    line-height: 1.4;
}
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline select,
html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline button {
    min-height: 44px;
}

/* Kategorie-Bestseller: fuenf ruhige Karten auf Desktop, drei auf Tablet und
   mobil eine vollstaendige Karte plus sichtbaren Swipe-Hinweis. */
html.hk-brand-yakeba #slider-bestseller-products.hk-yk-cat-bs-ready {
    position: relative;
}
html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    margin: 0 !important;
    padding: 4px 2px 16px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css::-webkit-scrollbar {
    display: none;
}
html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css > .product-wrapper {
    display: flex !important;
    flex: 0 0 calc((100% - 64px) / 5) !important;
    flex-direction: column;
    width: calc((100% - 64px) / 5) !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    scroll-snap-align: start;
}
html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css > .product-wrapper > a:nth-child(2) {
    display: -webkit-box;
    min-height: 63px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css .hk-yk-slidercta {
    margin-top: auto;
}
html.hk-brand-yakeba #slider-bestseller-products .hk-yk-cat-bs-nav {
    position: absolute;
    top: var(--hk-yk-cat-bs-nav-y, 220px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    transform: translateY(-50%);
    color: #657622;
    background: rgba(255, 255, 255, .97);
    border: 2px solid #7c8e28;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(45, 38, 28, .2);
}
html.hk-brand-yakeba #slider-bestseller-products .hk-yk-cat-bs-nav--prev { left: -8px; }
html.hk-brand-yakeba #slider-bestseller-products .hk-yk-cat-bs-nav--next { right: -8px; }
html.hk-brand-yakeba #slider-bestseller-products .hk-yk-cat-bs-nav:disabled {
    opacity: .35;
    cursor: default;
}
html.hk-brand-yakeba #slider-bestseller-products .hk-yk-cat-bs-nav:focus-visible {
    outline: 3px solid rgba(196, 160, 90, .6);
    outline-offset: 2px;
}

@media (max-width: 1199.98px) {
    html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css > .product-wrapper {
        flex-basis: calc((100% - 32px) / 3) !important;
        width: calc((100% - 32px) / 3) !important;
    }
}

@media (max-width: 767.98px) {
    html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline,
    html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline.stickyBottom,
    html.hk-brand-yakeba div.ws5_oss_wrapper.hk-yk-oss--inline[style] {
        margin-bottom: 14px !important;
    }
    html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_row {
        grid-template-columns: minmax(0, 1fr) 48px !important;
        gap: 8px;
        padding: 10px !important;
    }
    html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_text_div {
        grid-column: 1 / -1;
        grid-row: 1;
    }
    html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_select_div {
        grid-column: 1;
        grid-row: 2;
    }
    html.hk-brand-yakeba .ws5_oss_wrapper.hk-yk-oss--inline .ws5_oss_button_div {
        grid-column: 2;
        grid-row: 2;
    }

    html.hk-brand-yakeba .product-detail .product-gallery .square {
        height: 176px !important;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > .shortdesc {
        display: -webkit-box !important;
        margin-bottom: 8px !important;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    html.hk-brand-yakeba .product-detail .hk-yk-choice-group--length .hk-yk-choice-buttons {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    html.hk-brand-yakeba .hawlik-sticky-buy {
        min-height: 56px;
        gap: 10px;
        padding: 6px 12px 6px 64px !important;
    }
    html.hk-brand-yakeba .hawlik-sticky-buy__info { flex: 0 0 auto; }
    html.hk-brand-yakeba .hawlik-sticky-buy__title { display: none; }
    html.hk-brand-yakeba .hawlik-sticky-buy__price {
        font-size: 18px;
        line-height: 1.2;
    }
    html.hk-brand-yakeba .hawlik-sticky-buy .hawlik-cta {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 44px;
        padding: 9px 14px;
    }

    html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css {
        gap: 12px;
        padding-right: 16px;
    }
    html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css > .product-wrapper {
        flex-basis: calc((100% - 12px) / 1.15) !important;
        width: calc((100% - 12px) / 1.15) !important;
    }
    html.hk-brand-yakeba #slider-bestseller-products .hk-yk-cat-bs-nav {
        display: none;
    }
}

@media (max-width: 349.98px) {
    html.hk-brand-yakeba .product-detail .hk-yk-choice-group--length .hk-yk-choice-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Yakeba 0.21.161: stabile Kategorie-Slider-Geometrie bereits vor dem JS-Init. */
html.hk-brand-yakeba {
    --hk-space-1: 8px;
    --hk-space-2: 16px;
    --hk-space-3: 24px;
    --hk-space-4: 32px;
    --hk-space-5: 48px;
    --hk-radius-control: 8px;
    --hk-radius-card: 12px;
    --hk-radius-hero: 18px;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products {
    position: relative;
    margin-top: var(--hk-space-5);
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-height: 390px;
    margin: 0 !important;
    overflow: hidden !important;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) > .product-wrapper {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-list {
    margin: 0 -8px;
    padding: 4px 0 16px;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-slide {
    height: auto;
    padding: 0 8px;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-track {
    display: flex;
    align-items: stretch;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-slide.product-wrapper {
    display: flex;
    flex-direction: column;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-arrow {
    width: 40px;
    height: 40px;
    border-width: 1.5px !important;
    box-shadow: 0 3px 10px rgba(45, 38, 28, .16) !important;
}
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-prev { left: -8px; }
html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-next { right: -8px; }
html.hk-brand-yakeba .desc.hk-yk-desc-moved .hk-yk-category-seo {
    max-width: 920px;
    margin: 0 auto;
    padding: var(--hk-space-3) 0 0;
}
html.hk-brand-yakeba .desc.hk-yk-desc-moved .hk-yk-category-seo h2 {
    margin: 0 0 var(--hk-space-2);
    font-size: clamp(22px, 2.2vw, 30px);
}
html.hk-brand-yakeba .desc.hk-yk-desc-moved .hk-yk-category-seo p {
    margin: 0 0 var(--hk-space-2);
    line-height: 1.65;
}

@media (max-width: 1199.98px) {
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) > .product-wrapper {
        flex-basis: 33.3333% !important;
        width: 33.3333% !important;
        max-width: 33.3333% !important;
    }
}

@media (max-width: 767.98px) {
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products {
        margin-top: 32px;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) {
        min-height: 330px;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) > .product-wrapper {
        flex-basis: 62.5% !important;
        width: 62.5% !important;
        max-width: 62.5% !important;
    }
    html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css > .product-wrapper {
        flex-basis: calc((100% - 12px) / 1.6) !important;
        width: calc((100% - 12px) / 1.6) !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:first-child {
        height: 148px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:first-child img {
        width: 100% !important;
        height: 142px !important;
        max-height: 142px !important;
        object-fit: contain !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:nth-child(2) {
        min-height: 53px;
        font-size: 13px;
        line-height: 1.35;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .item-slider-price {
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        font-size: 13px;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .hk-yk-slidercta {
        min-height: 44px;
        padding: 9px 8px;
        font-size: 12px;
    }

    /* Touch-Geräte brauchen keine über den Inhalt gelegten Pfeile: Peek + Swipe
       zeigen die Interaktion, Galerie-Punkte bleiben sichtbar. */
    html.hk-brand-yakeba.hk-yk-home .hk-yk-bs-nav,
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .slick-arrow,
    html.hk-brand-yakeba body[data-page="2"] .slick-slider-other .slick-arrow,
    html.hk-brand-yakeba .product-detail .product-gallery .slick-arrow,
    html.hk-brand-yakeba .product-detail #gallery .slick-arrow {
        display: none !important;
    }

    /* Mobile PDP: äußere Galeriehöhe mit der bereits verdichteten Bildfläche
       synchronisieren; verhindert den leeren Reserveblock unter den Bildern. */
    html.hk-brand-yakeba .product-detail > .row,
    html.hk-brand-yakeba .product-detail .row.product-detail-row {
        align-items: flex-start;
    }

    /* Titel und Bewertung bleiben in NOVAs serverseitigem DOM, nehmen mobil aber
       als Flex-Kinder vor der Galerie teil. Das ergibt dieselbe Optik wie der
       frühere JS-Move, ohne Layoutsprung beim ersten Paint oder Varkombi-Reload. */
    html.hk-brand-yakeba .product-detail .product-info,
    html.hk-brand-yakeba .product-detail .product-info-inner {
        display: contents !important;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > * {
        order: 30;
        flex: 0 0 100%;
        max-width: 100%;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > .product-headline,
    html.hk-brand-yakeba .product-detail .product-info-inner > .rating-wrapper {
        order: 10;
        padding-left: 16px;
        padding-right: 16px;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > .shortdesc {
        order: 30;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > .product-offer {
        order: 40;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > .info-essential {
        order: 50;
    }
    html.hk-brand-yakeba .product-detail .product-info-inner > .hawlik-share {
        order: 60;
    }
    html.hk-brand-yakeba .product-detail .product-gallery {
        order: 20;
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
        margin-bottom: 12px !important;
    }
    html.hk-brand-yakeba .product-detail .product-gallery .product-images,
    html.hk-brand-yakeba .product-detail #image_wrapper,
    html.hk-brand-yakeba .product-detail #gallery {
        min-height: 0 !important;
    }

    /* Das Datenschutz-Steuerelement sitzt bei sichtbarer Sticky-Kaufleiste im
       dafür reservierten linken 64-px-Slot statt über Produkttext/Bewertungen. */
    html.hk-brand-yakeba body:has(.hawlik-sticky-buy.is-visible) #consent-settings-btn {
        left: 10px !important;
        bottom: 66px !important;
    }
    html.hk-brand-yakeba .smoothscroll-top,
    html.hk-brand-yakeba .go-to-top.scroll-to-top {
        display: none !important;
    }
}

/* Yakeba 0.21.162: Pilzbrut-Livestand als Referenz fuer kompakte mobile
   Kategorie-Karten; Atmosphaere-Angebot und SEO-Text sauber in den Flow. */
html.hk-brand-yakeba .desc.hk-yk-desc-moved {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: var(--hk-space-4);
    column-count: 1 !important;
    column-width: auto !important;
    columns: auto !important;
}
html.hk-brand-yakeba .desc.hk-yk-desc-moved * {
    column-count: 1 !important;
    column-width: auto !important;
    columns: auto !important;
}
html.hk-brand-yakeba .desc.hk-yk-desc-moved .hk-yk-category-seo {
    width: 100% !important;
    max-width: 920px !important;
    padding: 0 !important;
}

html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer {
    display: block !important;
    margin: 28px 0 32px;
    padding: 0 16px;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .hr-sect {
    margin: 0 0 16px;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer > .row {
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .slick-list,
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .slick-track {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .slick-list {
    overflow: visible !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .slick-track {
    display: block !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .slick-arrow,
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .hk-yk-card-rating--leer {
    display: none !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper {
    display: grid !important;
    grid-template-areas:
        "image title cta"
        "image rating cta"
        "image price cta";
    grid-template-columns: 150px minmax(0, 1fr) 190px;
    gap: 8px 24px;
    align-items: center;
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 14px;
    border: 1px solid rgba(124, 136, 112, .24);
    border-radius: var(--hk-radius-card);
    background: #fff;
    box-shadow: 0 6px 22px rgba(45, 38, 28, .08);
    text-align: left;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper.slick-slide {
    float: none !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper > a:first-child {
    grid-area: image;
    width: 140px !important;
    height: 140px !important;
    margin: 0 !important;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper > a:first-child img {
    width: 140px !important;
    height: 140px !important;
    object-fit: contain;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper > a:nth-of-type(2) {
    grid-area: title;
    min-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .item-slider-price {
    grid-area: price;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .item-slider-rating {
    grid-area: rating;
    align-self: center;
    margin: 0;
}
html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .hk-yk-slidercta {
    grid-area: cta;
    align-self: center;
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px;
    margin: 0;
}

@media (max-width: 767.98px) {
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) {
        min-height: 300px;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) > .product-wrapper {
        flex-basis: 43.4783% !important;
        width: 43.4783% !important;
        max-width: 43.4783% !important;
    }
    html.hk-brand-yakeba #slider-bestseller-products > .row.hk-yk-cat-bs-css > .product-wrapper {
        flex-basis: calc((100% - 12px) / 2.3) !important;
        width: calc((100% - 12px) / 2.3) !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:first-child {
        height: 124px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:first-child img {
        height: 118px !important;
        max-height: 118px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:nth-child(2) {
        min-height: 56px;
        font-size: 12.5px;
        line-height: 1.32;
    }
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer {
        margin: 20px 0 24px;
        padding: 0;
    }
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper {
        grid-template-areas:
            "image title"
            "image rating"
            "image price"
            "cta cta";
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 6px 10px;
        padding: 10px;
        padding-bottom: 10px !important;
    }
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper > a:first-child,
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper > a:first-child img {
        width: 78px !important;
        height: 78px !important;
    }
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .product-wrapper > a:nth-of-type(2) {
        display: -webkit-box;
        overflow: hidden;
        font-size: 13px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .item-slider-price {
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
    }
    html.hk-brand-yakeba #slider-top-products.hk-yk-atmos-offer .hk-yk-slidercta {
        width: 100%;
        margin-top: 2px;
    }
    html.hk-brand-yakeba .desc.hk-yk-desc-moved {
        margin-top: 28px;
    }
}

/* Yakeba 0.21.176: mobile Kaufwege ohne gestapelte fixe Leisten. Die untere
   Navigation kehrt automatisch zurueck, sobald die Kauf-/Checkout-Leiste endet. */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba body.hk-yk-sticky-buy-visible .hawlik-bottomtabs,
    html.hk-brand-yakeba body.hk-yk-sticky-checkout-visible .hawlik-bottomtabs {
        transform: translateY(100%) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    html.hk-brand-yakeba body.hk-yk-sticky-buy-visible .hawlik-sticky-buy,
    html.hk-brand-yakeba body.hk-yk-sticky-checkout-visible .hawlik-sticky-kasse {
        bottom: 0 !important;
    }

    /* Kategorie-Bestseller: zwei Karten plus Peek, aber etwas weniger Hoehe. */
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper {
        padding: 10px 8px 56px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products > .row:not(.slick-initialized):not(.hk-yk-cat-bs-css) {
        min-height: 282px;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:first-child {
        height: 108px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:first-child img {
        height: 102px !important;
        max-height: 102px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .product-wrapper > a:nth-child(2) {
        min-height: 50px;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .item-slider-price {
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
    }
    html.hk-brand-yakeba body[data-page="2"] #slider-bestseller-products .hk-yk-slidercta {
        right: 8px !important;
        bottom: 8px !important;
        left: 8px !important;
        width: auto !important;
    }

    /* Die sichtbare Checkbox bleibt kompakt, die komplette Beschriftung wird zur
       mindestens 44 px hohen Touchflaeche. */
    html.hk-brand-yakeba body.is-checkout .checkout-register-form .custom-control-inline {
        display: flex;
        align-items: center;
        min-height: 44px;
    }
    html.hk-brand-yakeba body.is-checkout .checkout-register-form .custom-control-label {
        display: flex;
        align-items: center;
        min-height: 44px;
    }
}

/* ===========================================================================
   Yakeba 0.21.198 (CRO-Audit): Kundenzitate-Carousel aus dem eTrusted-Feed.
   Das eingebettete eTrusted-Widget ist im TS-Backend als FLOATING-Typ
   konfiguriert (injiziert eigenes position:fixed nach unserem CSS) — es wird
   per JS entfernt und hier zusätzlich versteckt (kein Aufblitz vor DOM-Ready).
   Ersatz: eigenes Carousel (initYakebaReviewCarousel) aus dem öffentlichen
   Review-Feed — UNGEFILTERT inkl. negativer Bewertungen (UWG/Omnibus).
   ========================================================================== */
/* 0.21.207: Offizielles Widget kehrt zurück — im Footer-Kontext gegen Aufblitz
   versteckt (JS verschiebt es in .hk-yk-reviews), dort per body:not(#hkx)-
   Spezifitäts-Konter (1,2,3) vom Badge-Fix (SCSS ~8176, ID im :not = 1,1,2)
   befreit — Doppel-:not, weil der Badge-Fix durch seine :not(#...)-Argumente
   selbst auf (1,2,3) kommt und bei Gleichstand die Ladereihenfolge entschied.
   #hkx/#hky existieren bewusst nicht. */
html.hk-brand-yakeba footer etrusted-widget[data-etrusted-widget-id="wdg-5ff5e7e3-c8de-47e4-a742-6e87bfe67778"],
html.hk-brand-yakeba #footer etrusted-widget[data-etrusted-widget-id="wdg-5ff5e7e3-c8de-47e4-a742-6e87bfe67778"] {
    display: none !important;
}
html.hk-brand-yakeba body:not(#hkx):not(#hky) .hk-yk-reviews etrusted-widget {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    transform: none !important;
    overflow: visible !important;
    contain: none !important;
}

/* W2 02.09. (Stefan): zurück auf kompakt & zentriert — volle Breite wirkte
   zu wuchtig. Position bleibt unter den Topsellern. */
/* W3d 02.09. (Stefan): Band kleiner + exakt auf die SICHTBARE Breite des
   Topseller-Sliders — der ist auf 1650px zentriert (bei 1920px beginnt er
   bei x=135); volle Breite wirkte breiter als die Karten. */
html.hk-brand-yakeba .hk-yk-reviews {
    max-width: 1650px;
    margin: 24px auto 28px;
    padding: 0 15px;
}
html.hk-brand-yakeba .hk-yk-reviews__title {
    margin: 0 0 6px;
    color: #324137;
    font-size: 1.1rem; /* W3d 02.09.: noch kompakter (Stefan) */
    text-align: center;
}
html.hk-brand-yakeba .hk-yk-reviews__sub {
    margin: 0 0 18px;
    color: #4c463c;
    font-size: 14px;
    text-align: center;
}
html.hk-brand-yakeba .hk-yk-reviews__sub a { color: #536315; text-decoration: underline; }
html.hk-brand-yakeba .hk-yk-reviews__substars i,
html.hk-brand-yakeba .hk-yk-review-card__stars i { color: #e8a33d; font-size: 13px; }
html.hk-brand-yakeba .hk-yk-reviews__row {
    display: flex;
    gap: 14px;
    padding: 2px 2px 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
html.hk-brand-yakeba .hk-yk-review-card {
    flex: 0 0 240px; /* W3d 02.09.: kompakter */
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(45, 38, 28, .1);
    border-radius: 13px;
    box-shadow: 0 6px 18px -14px rgba(45, 38, 28, .35);
    scroll-snap-align: start;
}
html.hk-brand-yakeba .hk-yk-review-card__title {
    color: #2f2a22;
    font-size: 14.5px;
    line-height: 1.3;
}
html.hk-brand-yakeba .hk-yk-review-card__text {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #4c463c;
    font-size: 13.5px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
html.hk-brand-yakeba .hk-yk-review-card__meta {
    margin-top: auto;
    color: #837c6e;
    font-size: 12px;
}
html.hk-brand-yakeba .hk-yk-reviews__note {
    margin: 10px 0 0;
    color: #837c6e;
    font-size: 11.5px;
    text-align: center;
}
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .hk-yk-reviews { margin: 22px auto 26px; padding: 0 12px; }
    html.hk-brand-yakeba .hk-yk-review-card { flex-basis: 260px; }
}

/* Yakeba 0.21.199: Story-Block Startseite (PB-Muster „Markengeschichte"). */
html.hk-brand-yakeba .hk-yk-story {
    margin: 8px 0 0;
    padding: 44px 16px;
    background: linear-gradient(150deg, #f7f5ee, #eef0e3);
}
html.hk-brand-yakeba .hk-yk-story__inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
html.hk-brand-yakeba .hk-yk-story__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #8a6d3b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
html.hk-brand-yakeba .hk-yk-story__title {
    margin: 0 0 12px;
    color: #324137;
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}
html.hk-brand-yakeba .hk-yk-story__text {
    margin: 0 0 18px;
    color: #4c463c;
    font-size: 15px;
    line-height: 1.65;
}
html.hk-brand-yakeba .hk-yk-story__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}
html.hk-brand-yakeba .hk-yk-story__fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 16px;
    color: #3d4a33;
    font-size: 13.5px;
    font-weight: 650;
    background: #fff;
    border: 1px solid rgba(45, 38, 28, .12);
    border-radius: 999px;
}
html.hk-brand-yakeba .hk-yk-story__fact i { color: #7c8e28; }
html.hk-brand-yakeba .hk-yk-story__link {
    color: #536315;
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 767.98px) {
    html.hk-brand-yakeba .hk-yk-story { padding: 30px 16px; }
}

/* Yakeba 0.21.200: Finish-Sweep aus dem CRO-Audit. */
/* Suche: 3-zeilige Titel — Unterscheidungsmerkmal der Varianten bleibt lesbar. */
html.hk-yk-search #result-wrapper .productbox-title a {
    -webkit-line-clamp: 3 !important;
}
/* Kochideen-Zeile auf Soja-PDPs (Ersatz für den entfernten strainspec-Block). */
html.hk-brand-yakeba .hk-yk-soja-uses--pdp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 4px 0 12px;
    color: #4c463c;
    font-size: 13.5px;
}
html.hk-brand-yakeba .hk-yk-soja-uses--pdp .hawlik-uc__chip {
    padding: 4px 12px;
    color: #3d4a33;
    font-weight: 650;
    background: #f1f3e6;
    border: 1px solid rgba(124, 142, 40, .25);
    border-radius: 999px;
}
html.hk-brand-yakeba .hk-yk-soja-uses--pdp .hk-yk-soja-uses__link {
    color: #536315;
    font-weight: 700;
    text-decoration: underline;
}

/* ===========================================================================
   Yakeba 0.21.202 (Stefan 27.08.): Grundpreis NUR auf der Produktseite.
   In Listen, Slidern, Catsplits, Suche und Empfehlungen ausgeblendet; die
   PDP-Buybox (JTL rendert ihn dort je gewählter Variante) bleibt unberührt.
   ========================================================================== */
/* W2 02.09. (Stefan): Grundpreise wieder sichtbar (PAngV) — kompakt. */
html.hk-brand-yakeba .base_price,
html.hk-brand-yakeba .base-price,
html.hk-brand-yakeba .hk-base-price-range {
    display: block;
    color: #8a857c;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}
/* Konter zum SCSS-Slider-Hide (_hawlik-components ~13616): auch in Produkt-
   slidern zeigen — einzeilig klein, damit die festen Kartenzonen halten. */
html.hk-brand-yakeba .slick-slider-other .item-slider-price .price-note,
html.hk-brand-yakeba .slick-slider-other .item-slider-price .base_price,
html.hk-brand-yakeba .slick-slider-other .item-slider-price .base-price,
html.hk-brand-yakeba .product-slider-wrapper .item-slider-price .price-note,
html.hk-brand-yakeba .product-slider-wrapper .item-slider-price .base_price,
html.hk-brand-yakeba .product-slider-wrapper .item-slider-price .base-price {
    display: block !important;
    color: #8a857c;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Bio-Kontrollstelle-Zeile auf der PDP (Port von Tpark organic_badge). */
html.hk-brand-yakeba .hawlik-bioks {
    margin-top: 6px;
    color: #4f6b23;
    font-size: 12.5px;
}
html.hk-brand-yakeba .hawlik-bioks i { margin-right: 4px; }
/* W2b 02.09.: Vater-Zusatzinfos als Aufklapp-Block auf Kind-PDPs (Task C2). */
html.hk-brand-yakeba .hawlik-vater-info {
    margin: 18px 0 6px;
    border: 1px solid rgba(45, 38, 28, .14);
    border-radius: 10px;
    background: #fbfaf7;
}
html.hk-brand-yakeba .hawlik-vater-info > summary {
    padding: 12px 16px;
    color: #3f4d2a;
    font-weight: 600;
    cursor: pointer;
}
html.hk-brand-yakeba .hawlik-vater-info > summary:hover { color: #5d6a1e; }
html.hk-brand-yakeba .hawlik-vater-info[open] > summary { border-bottom: 1px solid rgba(45, 38, 28, .1); }
html.hk-brand-yakeba .hawlik-vater-info__body { padding: 12px 16px; }

/* ==========================================================================
   W3 02.09. (Stefans Diktat, eigenständige Punkte)
   ========================================================================== */

/* B3: Kategorietext bleibt OBEN — Konter zur hk-early-Regel (SCSS ~10460,
   order:9999 sortierte ihn ab Paint ans Listenende). */
html.hk-early.hk-brand-yakeba body[data-page="2"] #result-wrapper > .desc {
    order: 0;
}
html.hk-brand-yakeba #result-wrapper > .desc.hk-yk-desc-top { margin-bottom: 10px; }
html.hk-brand-yakeba #result-wrapper > .desc.is-clamped {
    position: relative;
    max-height: 170px !important;
    overflow: hidden;
}
html.hk-brand-yakeba #result-wrapper > .desc.is-clamped::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 46px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

/* C3: Ausklapp-Elemente klar erkennbar — Rahmen, Hover, Chevron (Kaufhilfe). */
html.hk-brand-yakeba .hk-yk-sizeguide__details,
html.hk-brand-yakeba .hk-yk-bulk-details {
    margin: 14px 0;
    border: 1px solid rgba(45, 38, 28, .16);
    border-radius: 10px;
    background: #fbfaf7;
}
html.hk-brand-yakeba .hk-yk-sizeguide__summary,
html.hk-brand-yakeba .hk-yk-bulk-summary {
    display: block;
    position: relative;
    padding: 12px 44px 12px 16px;
    border-radius: 10px;
    cursor: pointer;
}
html.hk-brand-yakeba .hk-yk-sizeguide__summary:hover,
html.hk-brand-yakeba .hk-yk-bulk-summary:hover { background: #f4f2ec; }
html.hk-brand-yakeba .hk-yk-sizeguide__summary::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #5d6a1e;
    transition: transform .15s;
}
html.hk-brand-yakeba details[open] > .hk-yk-sizeguide__summary::after {
    transform: translateY(-50%) rotate(180deg);
}

/* A5: Rezept-Band ruhiger — Beige-Gradient raus, klarer weißer Kasten. */
html.hk-brand-yakeba .hk-yk-var--rezepte .hk-yk-var__inner {
    background: #fff;
    border: 1px solid rgba(45, 38, 28, .12);
    box-shadow: 0 1px 3px rgba(45, 38, 28, .05);
}
html.hk-brand-yakeba .hk-yk-var--rezepte .hk-yk-var__card--rezept {
    background: #fbfaf7;
    border: 1px solid rgba(45, 38, 28, .1);
    box-shadow: none;
}

/* A4: „So arbeitet Yakeba" als eigenes Band hervorheben (sanfter Grund,
   zentrierter Titel, weiße Karten). */
html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust {
    margin: 34px calc(50% - 50vw) 0;
    padding: 36px max(20px, calc(50vw - 720px)) 28px;
    background: #f5f3ec;
}
html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__title { text-align: center; }
html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__card {
    background: #fff;
    border: 1px solid rgba(45, 38, 28, .08);
}
html.hk-brand-yakeba .product-detail .product-offer .base_price,
html.hk-brand-yakeba .product-detail .product-offer .base-price {
    display: block !important;
}

/* ===========================================================================
   Yakeba 0.21.203 (Kundenblick 27.08.): Rosen-Kategorie entwirren.
   ========================================================================== */
/* Listen-Titel mobil: 3 Zeilen — die 2-Zeilen-Klemme schluckte genau das
   Unterscheidungsmerkmal der Varianten (nicht nur auf der Suche). */
@media (max-width: 767.98px) {
    html.hk-brand-yakeba #result-wrapper .productbox-title a {
        -webkit-line-clamp: 3 !important;
    }
}
/* Sprunglink zur Kaufhilfe oberhalb der Produktliste (Rosen/Fahnen). */
html.hk-brand-yakeba .hk-yk-sizeguide-jump {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    margin: 2px 0 14px;
    padding: 8px 16px;
    color: #3d4a33;
    font-size: 13.5px;
    font-weight: 650;
    text-decoration: none;
    background: #f1f3e6;
    border: 1px solid rgba(124, 142, 40, .3);
    border-radius: 999px;
}
html.hk-brand-yakeba .hk-yk-sizeguide-jump:hover {
    border-color: rgba(101, 118, 34, .55);
    color: #536315;
}

/* Yakeba 0.21.206: 8 Hauptnav-Punkte (Stefan 27.08.: Soja/Rosen/Fahnen direkt) —
   kompaktere Abstände, damit „Wissenswertes" nicht mehr anschneidet. */
@media (min-width: 992px) {
    html.hk-brand-yakeba #mainNavigation .navbar-nav > li > .nav-link,
    html.hk-brand-yakeba .navbar-collapse ul.navbar-nav > li > .nav-link {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 14.5px;
    }
}

/* Yakeba 0.21.209 (Funnel-Audit): Lieferzeit der Versandart im Checkout ist eine
   normale Information — Yakebas text-info-Brandfarbe (Orange) wirkte dort wie
   eine Warnung. Neutral einfärben. */
html.hk-brand-yakeba body.hk-funnel small.desc.text-info {
    color: #4c463c !important;
}

/* Yakeba 0.21.210: Produkt-Suggest-Dropdown unterm Suchfeld. */
html.hk-brand-yakeba .hk-yk-suggest {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(45, 38, 28, .16);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 16px 32px -18px rgba(45, 38, 28, .5);
}
html.hk-brand-yakeba .hk-yk-suggest__item {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    color: #2f2a22;
    font-size: 13.5px;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 38, 28, .07);
}
html.hk-brand-yakeba .hk-yk-suggest__item:hover { background: #f6f4ec; }
html.hk-brand-yakeba .hk-yk-suggest__item img {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    object-fit: contain;
}
html.hk-brand-yakeba .hk-yk-suggest__name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html.hk-brand-yakeba .hk-yk-suggest__preis { color: #536315; font-weight: 700; white-space: nowrap; }
html.hk-brand-yakeba .hk-yk-suggest__alle {
    display: block;
    min-height: 44px;
    padding: 11px 12px;
    color: #536315;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
/* Null-Treffer-Chips erben die 404-Optik; im hellen Kontext dunkle Chips. */
html.hk-brand-yakeba .hk-yk-search-empty-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 6px;
}
html.hk-brand-yakeba .hk-yk-search-empty-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 16px;
    color: #3d4a33;
    font-size: 13.5px;
    font-weight: 650;
    text-decoration: none;
    background: #f1f3e6;
    border: 1px solid rgba(124, 142, 40, .3);
    border-radius: 999px;
}

/* 27.08. v213: NOVAs h2-Grau (#525252) stand auf dem dunkelgruenen Footer
   (Kontrast ~1.9:1, WCAG-Fail) — Creme wie der uebrige Footer-Text.
   hawlik.css setzt es mit ID-Selektor (#footer ...), daher hier ebenso. */
html.hk-brand-yakeba #footer .newsletter-footer-heading {
    color: #f8f5ed;
}

/* 27.08. v214: "Passt dazu"-Strip verursachte Layout-Shifts (CLS 0.121 im
   Lighthouse-Audit) — Bilder ohne reservierte Hoehe. Quadrat fixieren. */
html.hk-brand-yakeba .hk-also__img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
html.hk-brand-yakeba .hk-also__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 27.08. v215: Galerie-Hauptbild hatte keine explizite Groesse ("Media element
   lacking an explicit size", CLS 0.19) — der absolute .inner gibt 100%/100% vor,
   das img uebernimmt sie jetzt ausdruecklich. Optik unveraendert (contain). */
/* Ohne html.hk-brand-yakeba-Scope: die Klasse setzt erst unser JS, die
   Layout-Shifts passieren aber schon davor beim ersten Render. */
.square-image .inner img.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 28.08. v217: Font-Swap verursachte den Rest-CLS (0.19 "Web font loaded").
   Fallback-Fonts bekommen die Metriken der Webfonts (size-adjust aus echten
   Glyphenbreiten berechnet, Overrides durch size-adjust geteilt) — der Text
   springt beim Swap nicht mehr. Scope-frei: muss VOR JS-Init gelten.
   (1) Georgia ist ausschliesslich Fraunces-Fallback -> direkt beschatten. */
@font-face {
    font-family: 'Georgia';
    src: local('Georgia');
    size-adjust: 116.66%;
    ascent-override: 83.83%;
    descent-override: 21.86%;
    line-gap-override: 0%;
}
/* (2) Open-Sans-Fallback in die Body-Kette einhaengen (Arial-Metrik-Klon). */
@font-face {
    font-family: 'hk-os-fallback';
    src: local('Arial');
    size-adjust: 103.70%;
    ascent-override: 103.07%;
    descent-override: 28.25%;
    line-gap-override: 0%;
}
body {
    font-family: "Open Sans", 'hk-os-fallback', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* 28.08. v218: Das JS-Einfuegen der Eyebrow-Badges in .product-headline schob
   die komplette PDP nach unten (Rest-CLS). Platzhalter reserviert exakt die
   Bandhoehe (48px mobil zweizeilig / 20px ab 576px) und verschwindet per :has()
   im selben Frame, in dem die Badges landen. Scope-frei (Erst-Render). */
.product-detail .product-headline::before {
    content: "";
    display: block;
    height: 26px; /* Brandline 20px + 6px margin-bottom (Desktop, gemessen) */
}
@media (max-width: 575.98px) {
    .product-detail .product-headline::before {
        height: 74px; /* Kicker 18 + Eyebrows 48 + Abstaende (mobil, gemessen) */
    }
}
.product-detail .product-headline:has(.hawlik-brandline)::before,
.product-detail .product-headline:has(.hawlik-eyebrows)::before { /* 02.09.: auch ohne Kicker (Handelsware ohne Hersteller) */
    display: none;
}

/* 28.08. v220: Lighthouse-A11y — Grundpreis, MwSt-Zeile und Versand-Hinweis
   standen zu hellgrau auf dem hellgruenen Buy-Box-Grund (WCAG-Kontrast-Fail).
   Warmes Dunkelbraun wie der uebrige Fliesstext. */
.product-detail .price-note .base-price .value,
.product-detail .price-note .base-price,
.product-detail .price-note .vat_info,
.product-detail .price-note .vat_info a,
.product-detail .hawlik-shipinfo {
    color: #4c463c;
}

/* Yakeba 0.21.224: Preserve distinguishing card names and remove the nested
   card frame. Keep the existing flex chain and CTA alignment intact. */
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit .hk-pf__cell .productbox-inner {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
}
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit .hk-pf__cell .productbox-title,
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit .hk-pf__cell .productbox-title a,
html.hk-brand-yakeba.hk-yk-home .hk-yk-bs-css .hk-yk-slidecard > a:nth-child(2),
html.hk-brand-yakeba.hk-yk-home .hk-yk-bs-css .item-slider-desc,
html.hk-brand-yakeba .hk-yk-var__card .hk-yk-var__name {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    white-space: normal;
    overflow-wrap: anywhere;
}
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit .price,
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit .price_label {
    color: #536315 !important;
}
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit a:focus-visible,
html.hk-brand-yakeba.hk-yk-home .hk-yk-catsplit button:focus-visible,
html.hk-brand-yakeba .hk-yk-var__card:focus-visible {
    outline: 2px solid #536315;
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    /* Short, readable rows instead of four narrow, tall text columns. */
    html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__card {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        align-items: start;
        gap: 4px 12px;
        padding: 14px !important;
        text-align: left;
        border-radius: 12px;
        box-shadow: none;
    }
    html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__ic {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 36px !important;
        height: 36px !important;
        margin: 0;
        border-width: 1px;
        box-shadow: none;
    }
    html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__ic i {
        font-size: 18px;
    }
    html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__h {
        grid-column: 2;
        font-size: 15px;
        line-height: 1.3;
    }
    html.hk-brand-yakeba.hk-yk-home .hawlik-hometrust__s {
        grid-column: 2;
        line-height: 1.45;
    }
    /* Reduce spacing only: prices, stock, actions and touch targets stay. */
    html.hk-brand-yakeba .product-detail .product-offer .price_wrapper {
        margin-bottom: 12px;
    }
    html.hk-brand-yakeba .product-detail .product-offer .stock-information {
        margin-top: 4px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

/* Yakeba 0.21.225: The absolute logo group and navigation overlapped at
   360px. Recover space in the gutters; retain all navigation actions. */
@media (max-width: 374.98px) {
    html.hk-brand-yakeba #jtl-nav-wrapper > .container-fluid {
        padding-right: 8px;
        padding-left: 8px;
    }
    html.hk-brand-yakeba #burger-menu { margin-right: 4px !important; }
    html.hk-brand-yakeba #logo .navbar-brand { margin-right: 0; }
    html.hk-brand-yakeba #shop-logo {
        width: 76px !important;
        max-width: 76px !important;
        height: auto !important;
    }
    html.hk-brand-yakeba #shop-nav .nav-link,
    html.hk-brand-yakeba #shop-nav .hawlik-search-toggle,
    html.hk-brand-yakeba #shop-nav .hawlik-wishlist-toggle {
        width: 40px !important;
        min-width: 40px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

/* Yakeba 0.21.227: Long names must not push the CTA below the old 360px
   desktop clipping box. Only release the reserve after carousel setup. */
@media (min-width: 992px) {
    html.hk-brand-yakeba.hk-yk-home .product-slider-wrapper.product-slider-Bestseller:has(.hk-yk-bs-css) {
        height: auto;
        overflow: visible;
    }
    html.hk-brand-yakeba.hk-yk-home .slick-slider-other.hk-yk-bs-ready:has(> .hk-yk-bs-css) {
        min-height: 0;
    }
}
@media (min-width: 1200px) {
    html.hk-brand-yakeba.hk-yk-home .hk-yk-bs-css .hk-yk-slidecard {
        margin-right: 0;
        margin-left: 0;
    }
}
