/* ============================================================
   bomba-overrides.css — bomba-editorial temos override'ai
   Perkelta is header.tpl <style> bloko 2026-05-19 (tvarkingumas).
   Keiciant: header.tpl <link> ?v= versija pabumpinti (CF cache-bust).
   ============================================================ */

/* --- Logo (light/dark switch) --- */
.bomba-logo{display:block}
.bomba-logo-dark{display:none}
.dark .bomba-logo-light{display:none}
.dark .bomba-logo-dark{display:block}

/* --- Meniu medzio toggle ikonos --- */
.collapse-icons .material-icons{background:transparent !important;width:auto;height:auto;min-width:0;margin:0;padding:0;color:var(--text,#1a1714) !important;font-family:inherit;font-size:0;box-shadow:none !important}
.collapse-icons .material-icons::before{font-family:inherit;font-size:1.05rem;font-weight:600;line-height:1}
.collapse-icons .material-icons.add::before{content:"+"}
.collapse-icons .material-icons.remove::before{content:"\2212"}

/* --- Prekiu korteliu flag ("NAUJA" ir kt.) --- */
.bomba-product-card{position:relative}
.bomba-product-card .product-flags{position:absolute !important;top:.55rem !important;left:.55rem !important;right:auto !important;bottom:auto !important;width:auto !important;margin:0 !important;padding:0 !important;z-index:3;display:flex;flex-direction:column;gap:.35rem;pointer-events:none;list-style:none}
.bomba-product-card .product-flags .product-flag{position:static !important;top:auto !important;margin:0 !important;width:fit-content !important;background:var(--gold,#b8901c) !important;color:#1a1714 !important;border:none !important;border-radius:999px !important;padding:.28rem .68rem !important;font-family:'Inter',sans-serif !important;font-size:.6rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:.09em !important;line-height:1 !important;box-shadow:0 2px 6px rgba(0,0,0,.2) !important}
.bomba-product-card .product-flags .product-flag.out_of_stock{background:#c0392b !important;color:#fff !important}

/* --- Dark mode: --bomba-* kintamuju dark reiksmes --- */
html.dark{--bomba-bg:#0a0a0a;--bomba-bg-alt:#141414;--bomba-text:#f0ece4;--bomba-text-soft:#c8c0b4;--bomba-text-muted:#8a857c;--bomba-gold:#c8a96e;--bomba-gold-dark:#e8c97e;--bomba-card:#141414;--bomba-border:#2a2520;--bomba-border-strong:#3a332b;--bomba-success:#27ae60;--bomba-danger:#e0564a}

/* --- Topbar: trumpas tekstas mobiliam --- */
.bomba-topbar-short{display:none}
@media(max-width:768px){.bomba-topbar-full{display:none}.bomba-topbar-short{display:inline}}

/* --- Dark mode: PrestaShop core/moduliu balti blokai (light leftover'ai) --- */
html.dark .card,
html.dark .page-content,
html.dark footer#footer,
html.dark .block_newsletter{background:var(--bg2) !important;border-color:var(--border) !important;color:var(--text) !important}
html.dark .card label,html.dark .card legend,html.dark .card h1,html.dark .card h2,html.dark .card h3,html.dark .card h4,html.dark .card p,
html.dark .page-content h1,html.dark .page-content h2,html.dark .page-content h3,html.dark .page-content h4,html.dark .page-content h5,html.dark .page-content h6,html.dark .page-content p,html.dark .page-content li,html.dark .page-content strong,html.dark .page-content span,html.dark .page-content td,html.dark .page-content label,
html.dark .block_newsletter h1,html.dark .block_newsletter h2,html.dark .block_newsletter h3,html.dark .block_newsletter h4,html.dark .block_newsletter p,html.dark .block_newsletter label{color:var(--text) !important}

/* --- Produkto virselis: picture uzpildo kvadrata --- */
.bomba-product-cover picture{display:block;width:100%;height:100%}
