/* ===================================================
   BM DESIGN SYSTEM — Single Source of Truth für Design-CSS
   Stand: 2026-07-31 — PHASE 1: Footer-Pilot

   REGEL (AGENTS.md §10): Design-CSS AUSSCHLIESSLICH in dieser Datei.
   Kein Styling in Templates, keinem weiteren bm-*.css,
   keinem Customizer-CSS, keinem Snippet.
   Neue/geänderte Regeln NUR hier.
   =================================================== */

/* ---------------------------------------------------
   SECTION: FOOTER
   Quellen: bm-footer.css + inline <style> in bm-footer.php
   Migriert: 2026-07-31 Phase 1
   --------------------------------------------------- */

.bm-footer {
  margin-top: 48px !important;
  background: transparent !important;
  font-family: Poppins, Arial, sans-serif !important;
}

/* Astra default footer ausblenden */
.site-footer .ast-footer-overlay,
.site-footer .footer-widget-area,
.site-footer .ast-footer-copyright {
  display: none !important;
}

/* Astra Below-Footer Bar verstecken */
.site-below-footer-wrap[data-section="section-below-footer-builder"] { display: none !important; }

/* Weißer Abstand vor Footer entfernen */
.site-content, #content, .ast-container,
.entry-content, .ast-article-single,
body .site-content > .ast-container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#page { background: transparent !important; }


/* == AUS bm-footer.php inline <style> == */

/* Astra eigenen Footer ausblenden (Duplikat — konsolidiert oben) */

body .bm-footer {
    background: var(--bm-navy) !important;
    color: rgba(255,255,255,0.8);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    margin-top: 0;
}
body .bm-footer a { color: rgba(255,255,255,0.85) !important; text-decoration: none; }
body .bm-footer a:hover { color: #fff !important; }

/* Trust-Streifen */
body .bm-ft-trust {
    background: #162540 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 10px 24px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
}

/* Haupt-Grid */
.bm-ft-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 32px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1.5fr;
    gap: 32px;
}
@media (max-width: 900px) { .bm-ft-main { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 500px) { .bm-ft-main { grid-template-columns: 1fr; gap: 20px; } }

.bm-ft-brand h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 8px;
}
.bm-ft-brand p {
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
    margin: 0 0 16px;
    font-size: 12px;
    max-width: 240px;
}
.bm-ft-brand-trust {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    color: rgba(255,255,255,0.85) !important;
}
.bm-ft-brand-trust span::before { content: '✓ '; color: #4caf50; }

.bm-ft-col h4 {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.bm-ft-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
body .bm-ft-col ul li a {
    color: rgba(255,255,255,0.85) !important;
    font-size: 12px;
    line-height: 1.3;
}
body .bm-ft-col ul li a:hover { color: #fff !important; }

/* Bottom */
.bm-ft-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 16px 24px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.bm-ft-bottom-copy {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Badge-Zeilen */
.bm-ft-badge-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bm-ft-badge-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.bm-ft-badge-row-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.85);
    min-width: 68px;
    flex-shrink: 0;
}

/* Einzelnes Badge im Footer — dezent, zum Navy-Footer passend */
.bm-ft-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    cursor: default;
}
.bm-ft-badge svg {
    width: 44px;
    height: 28px;
    border-radius: 4px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
}
.bm-ft-badge span {
    font-size: 9px;
    color: rgba(255,255,255,0.8);
    line-height: 1;
    white-space: nowrap;
}

/* ============================================================
   PRIMÄR-BUTTON: .bm-sp4-atc (Produktseite "In den Warenkorb")
   Verschoben aus content-single-product.php <style>-Block.
   Commit: YYYY-MM-DD Button-Migration §17
   ============================================================ */
.bm-sp4-atc-form { flex: 1; display: flex; }

.bm-sp4-atc,
button.bm-sp4-atc {
    background-color: #1a2e52 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px 16px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: center !important;
    width: 100% !important;
    text-decoration: none !important;
}

.bm-sp4-atc:hover,
button.bm-sp4-atc:hover {
    background-color: #33406b !important;
}

/* ============================================================
   STAFFEL C — DESIGN-FINALE 2026-08-03
   Alle Regeln ausschließlich hier (bm-design-system.css §17)
   ============================================================ */

/* ─── TEIL A: Produktkachel Final ─────────────────────────────
   li.product ist die Archiv-Kachel (Kategorie + Startseite)
   Struktur/Maße gemäß Spec: §TEIL A
   ─────────────────────────────────────────────────────────── */

/* Autor: 12px (war 13px) */
li.product .bm-uc-autor {
    font-size: 12px !important;
    color: #666666 !important;
}

/* Einband: 12px, leer → ausblenden */
li.product .bm-uc-format {
    font-size: 12px !important;
    color: #888888 !important;
}
li.product .bm-uc-format:empty {
    display: none !important;
}

/* Button: volle Breite, 13px/600, 9px Padding, 8px RUNDUM — NAVY laut Referenz */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button {
    background: #1a2e52 !important;
    background-color: #1a2e52 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 9px 10px !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Merken-Button: 12px zentriert */
li.product .bm-uc-wl-btn {
    font-size: 12px !important;
    text-align: center !important;
}

/* GANZE Kachel klickbar: stretched-link via position */
li.product {
    position: relative !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 420px !important;
}
/* Kachel-Inhalt streckt sich auf volle Höhe */
li.product .ast-loop-product__link,
li.product .astra-shop-summary-wrap {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
li.product .astra-shop-summary-wrap {
    padding-bottom: 0 !important;
}
/* Button klebt am Boden */
li.product .button.add_to_cart_button,
li.product a.add_to_cart_button {
    margin-top: auto !important;
}
li.product .ast-loop-product__link::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
}
/* Button + Merken über stretched-link-Overlay */
li.product .button.add_to_cart_button,
li.product a.add_to_cart_button,
li.product .bm-uc-wl-btn {
    position: relative !important;
    z-index: 2 !important;
}

/* Hover: roter Rahmen + Zeiger auf Kachel */
li.product:hover {
    outline: 2px solid #c8102e !important;
    outline-offset: -1px !important;
    cursor: pointer !important;
}

/* Titel-Hover: Text rot */
li.product:hover .woocommerce-loop-product__title {
    color: #c8102e !important;
}

/* Cover-Hover: roter Rahmen */
li.product:hover .astra-shop-thumbnail-wrap img,
li.product:hover .astra-shop-thumbnail-wrap a img {
    outline: 2px solid #c8102e !important;
    outline-offset: -2px !important;
}

/* ─── TEIL B: Sektionen ────────────────────────────────────────
   Kategorie-Kacheln 5 Spalten; Band-Dachzeile 12px Gold-Text;
   Mobil ≤820px: 2 Spalten; Band/Fokus einspaltig
   ─────────────────────────────────────────────────────────── */

/* Kategorie-Kacheln: 5 Spalten, gap 12, zentriert */
.bm-cat-grid,
.bm-cats-grid,
[class*="bm-cat-grid"] {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 12px !important;
    justify-items: center !important;
}

/* Band-Dachzeile: 12px Gold-Text, kein Chip, kein Emoji */
.bm-band-label,
.bm-sec-dach,
[class*="band-label"] {
    font-size: 12px !important;
    color: #f0a000 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}

/* Mobil ≤820px: 2 Spalten Produkte; Band/Fokus einspaltig */
@media (max-width: 820px) {
    ul.products,
    .bm-cat-grid,
    .bm-cats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .bm-band,
    .bm-fokus,
    .bm-big-cta {
        grid-template-columns: 1fr !important;
    }
}

/* ─── TEIL C: Fokus-Titel — Navy-Text/Hover-Rot ───────────────
   ROOT-CAUSE: Astra setzt global a:hover { color: var(--ast-global-color-1) }
   = #3a3a3a. Dieser Override muss spezifischer sein.
   ─────────────────────────────────────────────────────────── */

/* Ruhe: Navy-Text auf Weiß */
.bm-fokus-title a,
.bm-fokus-title-link,
a.bm-fokus-title-link {
    color: #1a2e52 !important;
    -webkit-text-fill-color: #1a2e52 !important;
    text-decoration: none !important;
    background: transparent !important;
}

/* Hover: rot */
.bm-fokus-title a:hover,
.bm-fokus-title-link:hover,
a.bm-fokus-title-link:hover,
.bm-fokus:hover .bm-fokus-title-link,
.bm-fokus:hover .bm-fokus-title a {
    color: #c8102e !important;
    -webkit-text-fill-color: #c8102e !important;
}

/* ─── TEIL D: Rot-Sonderfall ──────────────────────────────────
   "Alle Kategorien" + "Warenkorb" + Such-Lupe dauerhaft ROT
   ─────────────────────────────────────────────────────────── */

/* Alle Kategorien */
.bm-hdr-allcat,
#bm-allcat-btn {
    background-color: #c8102e !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
.bm-hdr-allcat:hover,
#bm-allcat-btn:hover {
    background-color: #a50d26 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Warenkorb-Button im Header */
.bm-hdr-cart,
a.bm-hdr-cart {
    background-color: #c8102e !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-color: #c8102e !important;
}
.bm-hdr-cart:hover,
a.bm-hdr-cart:hover {
    background-color: #a50d26 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Such-Lupe (ASL promagnifier) */
button.promagnifier,
.promagnifier {
    background-color: #c8102e !important;
    color: #ffffff !important;
}
button.promagnifier:hover,
.promagnifier:hover {
    background-color: #a50d26 !important;
}

/* ─── TEIL E: Kontrast — Navy-auf-Navy fix ────────────────────
   Merkliste-Überschrift + alle Navy-Flächen: Text weiß
   ─────────────────────────────────────────────────────────── */

/* Merkliste: h1/h2 auf Navy-Hintergrund */
.bm-wl-hero h1,
.bm-wl-hero h2,
.bm-wl-hero .entry-title,
.entry-title[style*="navy"],
.woocommerce-MyAccount-navigation li a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Navy-Flächen generell: kein grauer Text */
[style*="background: #1a2e52"] *,
[style*="background:#1a2e52"] *,
.bm-hdr-search *:not(.bm-hdr-searchbox):not(.bm-hdr-searchbox *):not(input):not(select),
.bm-footer *:not(input):not(select) {
    /* Nur explicit color-loses Text erbt weiß via CSS-Variable */
}

/* Bekannte Kontrast-Verstöße: Navy-bg + dunkler Text */
.bm-hdr-search .bm-hdr-allcat span,
.bm-hdr-search > * {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}
/* Alle-Kategorien-Panel: Schrift dunkel (erbt sonst -webkit-text-fill-color:#fff von .bm-hdr-search > *) */
#bm-allcat-panel, #bm-allcat-panel * { -webkit-text-fill-color: currentColor; }

/* Suchfeld-Text: dunkel (auf weißem Eingabefeld) */
.bm-hdr-searchbox input,
.bm-hdr-searchbox,
.bm-hdr-search input[type="text"],
.bm-hdr-search input[type="search"] {
    color: #333333 !important;
    -webkit-text-fill-color: #333333 !important;
    background-color: #ffffff !important;
}


/* ─── TEIL E: Kategorie-Karten-Raster (bm-cats / bm-cat) ─────────────────────
   Diese Regeln lagen in Phase 2g im Design-System-Dump.
   Wiederhergestellt Runde 6 (03.08.2026) da 2012f9c-Stand sie nicht enthielt.
   ─────────────────────────────────────────────────────────────────────────── */
.bm-cats {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
}
@media (max-width: 900px) { .bm-cats { grid-template-columns: repeat(3, 1fr) !important; gap: 12px !important; } }
@media (max-width: 540px) { .bm-cats { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; } }

.bm-cat {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 18px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 7px !important;
    transition: border-color .2s, transform .2s, box-shadow .2s !important;
}
.bm-cat:hover {
    border-color: #c8102e !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.1) !important;
}
.bm-cat-icon {
    font-size: 1.8rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.bm-cat-name {
    font-weight: 700 !important;
    font-size: 0.78rem !important;
    color: #1a2e52 !important;
    -webkit-text-fill-color: #1a2e52 !important;
    line-height: 1.2 !important;
}
.bm-cat-count {
    font-size: 0.7rem !important;
    color: #888 !important;
    -webkit-text-fill-color: #888 !important;
}

/* ─── TEIL F: Warenkorb-Empty-Icon-Fix ────────────────────────────────────────
   WooCommerce Blocks rendert ein riesiges SVG via .with-empty-cart-icon::before.
   Das wird durch #bm-empty-cart ersetzt (JS) — das WC-Pseudo-Icon ausblenden.
   ─────────────────────────────────────────────────────────────────────────── */
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    display: none !important;
    background-image: none !important;
    content: none !important;
}

/* ─── TEIL G: Toast + Herz-Button CSS (aus e0330ea bm-wishlist-de.php) ───────
   Phase 2g hat CSS aus bm-wishlist-de.php entfernt → Toast ohne Styling = 1905px SVG.
   Hier wiederhergestellt (03.08.2026 Runde 7).
   ─────────────────────────────────────────────────────────────────────────── */

/* Herz-Button auf Produktkarten */
.bm-heart-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.92);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: transform 0.2s, background 0.2s;
    padding: 0;
    outline: none;
    opacity: 0;
    pointer-events: none;
}
.bm-heart-btn svg {
    width: 18px !important;
    height: 18px !important;
    fill: none;
    stroke: #888;
    stroke-width: 2;
    transition: fill 0.2s, stroke 0.2s;
}
.bm-heart-btn.bm-heart-active svg {
    fill: var(--bm-red) !important;
    stroke: var(--bm-red) !important;
}
@media (min-width: 768px) {
    .woocommerce ul.products li.product:hover .bm-heart-btn,
    li.product:hover .bm-heart-btn,
    .bm-pcard:hover .bm-heart-btn {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}
@media (max-width: 767px) {
    .bm-heart-btn { opacity: 1 !important; pointer-events: auto !important; }
}

/* Eigener Wishlist-Toast */
#bm-wl-toast {
    position: fixed !important;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--bm-navy);
    color: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    display: flex !important;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.25s, transform 0.25s;
    pointer-events: none;
    min-width: 280px;
    max-width: 420px;
}
#bm-wl-toast.show {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
    pointer-events: auto;
}
#bm-wl-toast-icon {
    width: 32px !important;
    height: 32px !important;
    background: rgba(240,160,0,0.15);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#bm-wl-toast-icon svg {
    width: 17px !important;
    height: 17px !important;
    flex-shrink: 0;
}
#bm-wl-toast-body { flex: 1; min-width: 0; }
#bm-wl-toast-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: #fff !important;
    margin: 0 0 2px;
}
#bm-wl-toast-sub {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.65);
    -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
    margin: 0;
}
#bm-wl-toast-link {
    background: var(--bm-gold);
    color: var(--bm-navy) !important;
    -webkit-text-fill-color: var(--bm-navy) !important;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ─── TEIL H: Kachel-Buttons NAVY + Link-Reset + Akzentleiste ─────────────────
   Restliste Runde 7 (03.08.2026):
   1. Buttons NAVY mit weißer Schrift (rot NUR im Hover)
   2. Link-Reset global: keine unterstrichenen Rohlinks
   3. Gelbe Akzentleiste an Sektions-Überschriften
   4. Kachelhöhen einheitlich im Raster
   ─────────────────────────────────────────────────────────────────────────── */

/* 1. Kachel-Button NAVY — alle Varianten */
li.product .button.add_to_cart_button,
li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button.add_to_cart_button,
.bm-pcard .button {
    background-color: var(--bm-navy) !important;
    background: var(--bm-navy) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border-color: var(--bm-navy) !important;
}
li.product .button.add_to_cart_button:hover,
li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.bm-pcard .button:hover {
    background-color: var(--bm-red) !important;
    background: var(--bm-red) !important;
    border-color: var(--bm-red) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* 2. Link-Reset: keine Unterstreichung bei Kachel-Links, Section-Links */
li.product a,
li.product a:hover,
.bm-pcard a,
.bm-pcard a:hover,
.bm-cats a,
.bm-cats a:hover,
.bm-section-btn,
.bm-section-btn:hover,
a.bm-btn,
a.bm-btn:hover {
    text-decoration: none !important;
}
/* Titel in Kacheln ohne Unterstreichung */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.bm-pcard .bm-pcard-title,
li.product .bm-ptitle {
    text-decoration: none !important;
}

/* 3. Gelbe Akzentleiste an Sektions-Überschriften */
.bm-section-title,
.bm-hp-section-heading,
.bm-section-heading {
    position: relative;
    padding-left: 14px;
}
.bm-section-title::before,
.bm-hp-section-heading::before,
.bm-section-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: var(--bm-gold);
    border-radius: 2px;
}

/* 4. Einheitliche Kachelhöhe: min-height auf Kacheln */
.woocommerce ul.products li.product,
li.product {
    display: flex !important;
    flex-direction: column !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
li.product .bm-pcard-inner {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* ─── TEIL I: Leerer Warenkorb (bm-empty-cart) CSS ───────────────────────────
   Aus bm-wc-pages.php e0330ea entfernt durch Phase 2g — Runde 7 wiederhergestellt.
   ─────────────────────────────────────────────────────────────────────────── */
.wc-block-cart__empty-cart__title,
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__ > *,
.wc-block-cart__new-in-store { display: none !important; }

#bm-empty-cart {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 60px;
    font-family: 'Poppins', sans-serif;
    display: none;
}
.bm-ec-hero {
    background: var(--bm-navy);
    border-radius: 14px;
    padding: 48px 40px;
    text-align: center;
    margin-bottom: 48px;
}
.bm-ec-hero-icon {
    width: 72px !important;
    height: 72px !important;
    background: rgba(240,160,0,0.15);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.bm-ec-hero-icon svg {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
}
.bm-ec-hero h2 {
    font-size: 1.6rem; font-weight: 800;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    margin: 0 0 10px;
}
.bm-ec-hero p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    -webkit-text-fill-color: rgba(255,255,255,0.7) !important;
    margin: 0 0 28px;
}
.bm-ec-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bm-ec-btn-primary {
    background: var(--bm-red); color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 13px 28px; border-radius: 8px;
    font-weight: 700; font-size: 0.95rem;
    text-decoration: none !important;
    display: inline-flex; align-items: center; gap: 8px;
}
.bm-ec-btn-secondary {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff !important; -webkit-text-fill-color: #fff !important;
    padding: 11px 24px; border-radius: 8px;
    font-weight: 600; font-size: 0.9rem;
    text-decoration: none !important;
    display: inline-flex; align-items: center; gap: 8px;
}
.bm-ec-recs h3 {
    font-size: 1.05rem; font-weight: 700; color: var(--bm-navy);
    -webkit-text-fill-color: var(--bm-navy) !important;
    margin: 0 0 20px; padding-left: 14px;
    border-left: 4px solid #f0a000;
}
.bm-ec-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
@media (max-width: 1000px) { .bm-ec-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px)  { .bm-ec-grid { grid-template-columns: repeat(2, 1fr); } }
.bm-ec-card {
    display: flex; flex-direction: column;
    background: #fff; border: 1px solid #e8ecf0;
    border-radius: 8px; overflow: hidden;
    text-decoration: none !important;
}
.bm-ec-card-img { aspect-ratio: 3/4; overflow: hidden; background: #f5f6f8; }
.bm-ec-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 8px; display: block; }
.bm-ec-card-body { padding: 8px 10px; }
.bm-ec-card-title {
    font-size: 0.75rem; font-weight: 600;
    color: var(--bm-navy) !important; -webkit-text-fill-color: var(--bm-navy) !important;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
    margin-bottom: 5px;
}
.bm-ec-card-price {
    font-size: 0.88rem; font-weight: 800;
    color: var(--bm-red) !important; -webkit-text-fill-color: var(--bm-red) !important;
}
.bm-ec-card-atc {
    display: block; margin-top: auto; padding: 7px 10px;
    background: var(--bm-navy); color: #fff !important; -webkit-text-fill-color: #fff !important;
    font-size: 0.72rem; font-weight: 700;
    text-align: center; text-decoration: none !important;
    border: none; cursor: pointer;
}

/* ─── FIX 3: Versandkosten-Link unter dem Preis (PAngV) ───────────────────
   bm-modern-v3.css blendet .wc-gzd-shipping-costs-info aus (display:none).
   bm-unified-card.php erzeugt .bm-uc-shipping als eigenen DOM-Text-Link.
   .bm-uc-shipping muss sichtbar bleiben — kein CSS-Pseudo-Content (§ AGENTS).
   ────────────────────────────────────────────────────────────────────────── */
.bm-uc-shipping {
    display: block !important;
    font-size: 11px !important;
    color: #666 !important;
    margin-top: 4px !important;
    text-align: center !important;
}
.bm-uc-shipping a {
    color: #666 !important;
    text-decoration: underline !important;
}

/* ─── FIX 5: "Alle ansehen" Link neben Sektionsüberschrift ──────────────
   Referenz 1: Link rechts neben .bm-sec-title im .bm-sec-head Flex-Container
   ────────────────────────────────────────────────────────────────────────── */
.bm-sec-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
}
.bm-sec-alle {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: var(--bm-navy) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}
.bm-sec-alle:hover {
    color: var(--bm-red) !important;
    text-decoration: underline !important;
}

/* ─── FIX 6: Schnellzugriff-Pills CSS ───────────────────────────────────── */
.bm-ql-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: var(--bm-navy) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    transition: background .15s !important;
}
.bm-ql-btn:hover {
    background: var(--bm-red) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.bm-ql-count {
    background: rgba(255,255,255,0.25) !important;
    padding: 1px 7px !important;
    border-radius: 10px !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
}

/* ─── FIX 4: Gelber Akzentbalken Schnellzugriff ─────────────────────────── */
.bm-quicklinks-bar {
    border-bottom: 2px solid var(--bm-gold) !important;
}
