/* ════════════════════════════════════════════════════════════
   SHARED SITE CHROME (CSS) — header, mobile nav, mobile bottom
   nav, footer, cart drawer and toast, matching the homepage
   (index.html) design exactly so every other page (product,
   category, wishlist, etc.) shares the same look.

   Only ADDS variables the homepage's chrome relies on that this
   page doesn't already define (--bg2/--bg3/--bg4/--border/
   --border2/--muted2/--font-display/--font-body/--ease/
   --radius-sm). It never redefines --c1/--c2/--bg/--text/
   --muted/--radius so this file cannot change the rest of the
   page's own look — only the header/footer/cart/toast chrome
   that uses these new tokens.
   ════════════════════════════════════════════════════════════ */

/* ── Baseline reset ──────────────────────────────────────────
   Product/category pages don't all carry their own full reset
   (some are missing box-sizing/margin/link resets entirely).
   This guarantees every page that loads chrome.css renders the
   header/footer identically — no stray borders, no edge gaps,
   no default blue/underlined links. Element-level selectors
   only, so any page's own more-specific rules still win. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
button { border: none; background: none; cursor: pointer; font: inherit; color: inherit; }

:root {
  --bg2: #0f0f0f;
  --bg3: #161616;
  --bg4: #1e1e1e;
  --border: #1f1f1f;
  --border2: #2a2a2a;
  --muted2: #555;
  --font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(.22,.68,0,1.2);
  --radius-sm: 10px;
}
html[data-theme="light"] {
  --bg2: #f7f7f5;
  --bg3: #f0efec;
  --bg4: #e6e4df;
  --border: #e7e3dc;
  --border2: #d8d3ca;
  --muted2: #8a847c;
}

/* ═══════════════════════════════════════════════
   TOP UTILITY BAR
═══════════════════════════════════════════════ */
.top-bar { background:#050505; color:rgba(255,255,255,.75); font-size:.76rem; border-bottom:1px solid rgba(255,255,255,.07); }
.top-bar-inner { max-width:1240px; margin:0 auto; padding:0 24px; height:34px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.top-bar-left { display:flex; align-items:center; gap:20px; }
.top-bar-item { display:flex; align-items:center; gap:6px; color:rgba(255,255,255,.7); transition:.15s; white-space:nowrap; }
.top-bar-item:hover { color:var(--c1); }
.top-bar-item svg { width:13px; height:13px; flex-shrink:0; fill:currentColor; }
.top-bar-wa { display:flex; align-items:center; gap:6px; color:#25D366; font-weight:700; font-size:.75rem; }
.top-bar-wa svg { width:15px; height:15px; fill:#25D366; }
@media(max-width:900px){ .top-bar-item.addr { display:none; } }
@media(max-width:768px){ .top-bar { display:none; } }

/* ═══════════════════════════════════════════════
   TIMED PROMOTION BANNER (Admin → Promotions)
   Only present in the DOM while a campaign is live.
═══════════════════════════════════════════════ */
.promo-banner { background:linear-gradient(90deg,var(--c1),var(--c2)); color:#fff; position:relative; }
.promo-banner-inner { max-width:1240px; margin:0 auto; padding:10px 44px; display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; text-align:center; }
.promo-banner-text { font-family:var(--font-display); font-weight:800; text-transform:uppercase; letter-spacing:.02em; font-size:.92rem; }
.promo-banner-countdown { font-family:var(--font-body); font-weight:700; font-size:.82rem; background:rgba(255,255,255,.22); padding:3px 10px; border-radius:20px; font-variant-numeric:tabular-nums; white-space:nowrap; }
.promo-banner-close { position:absolute; right:12px; top:50%; transform:translateY(-50%); width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; opacity:.85; font-size:.85rem; transition:.15s; }
.promo-banner-close:hover { opacity:1; background:rgba(255,255,255,.18); }
@media(max-width:600px){ .promo-banner-inner { padding:9px 40px; gap:8px; } .promo-banner-text { font-size:.82rem; } }

/* ═══════════════════════════════════════════════
   HEADER / NAVBAR
═══════════════════════════════════════════════ */
#site-header { position:sticky; top:0; z-index:500; background:#0b0b0b; border-bottom:1px solid rgba(225,29,42,.25); transition:box-shadow .3s ease, border-color .3s ease, background-color .3s ease; }
html[data-theme="light"] #site-header { background:#0b0b0b; border-bottom-color:rgba(225,29,42,.25); }
#site-header.scrolled { box-shadow:0 4px 24px rgba(0,0,0,.5); border-bottom-color:var(--c1); background:#050505; }
#site-header.scrolled .header-row1 { height:64px; }
#site-header.scrolled .logo-img { height:48px; }

.header-row1 { max-width:1240px; margin:0 auto; padding:0 24px; height:80px; display:flex; align-items:center; transition:height .25s ease; }
@media(max-width:768px){ .header-row1 { padding:0 14px; height:66px; } }

.logo { flex-shrink:1; min-width:0; display:flex; align-items:center; margin-right:20px; -webkit-tap-highlight-color:transparent; }
.logo-img { height:64px; max-width:260px; object-fit:contain; display:block; transition:height .25s ease; }
@media(max-width:768px){ .logo-img { height:54px; max-width:190px; } }
.logo-fallback { font-family:var(--font-display); font-size:1.7rem; font-weight:800; color:#fff; letter-spacing:.02em; white-space:nowrap; max-width:100%; }
.logo-fallback span { color:var(--c1); }
@media(max-width:768px){ .logo-fallback { font-size:1.45rem; } }
@media(max-width:400px){ .logo-fallback { font-size:1.2rem; } }

.header-icons { display:flex; align-items:center; gap:4px; }
.hdr-icon-btn { position:relative; width:40px; height:40px; border-radius:9px; background:none; color:#fff; display:flex; align-items:center; justify-content:center; transition:.15s; flex-shrink:0; }
.hdr-icon-btn:hover { background:rgba(255,255,255,.09); }
.hdr-icon-btn svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.hdr-icon-btn .hdr-badge { position:absolute; top:3px; right:3px; background:var(--c1); color:#fff; border-radius:50%; min-width:16px; height:16px; padding:0 3px; font-size:.6rem; font-weight:900; display:flex; align-items:center; justify-content:center; line-height:1; }

.login-pill-btn { display:inline-flex; align-items:center; gap:7px; background:var(--c1); color:#fff; border-radius:8px; padding:9px 18px; font-weight:700; font-size:.82rem; transition:.2s; margin-left:14px; }
.login-pill-btn:hover { filter:brightness(.9); transform:translateY(-1px); }
.login-pill-btn svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; }

/* ═══════════════════════════════════════════════
   SEARCH OVERLAY
═══════════════════════════════════════════════ */
.search-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.78); z-index:800; backdrop-filter:blur(4px); }
.search-overlay.open { display:block; }
.search-panel { width:min(640px,calc(100vw - 32px)); max-height:min(70vh,560px); margin:80px auto 0; background:var(--bg2); border:1px solid var(--border2); border-radius:18px; overflow:hidden; box-shadow:0 30px 80px rgba(0,0,0,.55); display:flex; flex-direction:column; opacity:0; transform:translateY(-14px) scale(.98); transition:opacity .22s ease, transform .22s cubic-bezier(.4,0,.2,1); }
.search-overlay.open .search-panel { opacity:1; transform:none; }
@media(max-width:768px){ .search-panel { margin:16px auto 0; width:calc(100vw - 24px); } }
.search-input-row { display:flex; align-items:center; gap:12px; padding:16px 20px; border-bottom:1px solid var(--border); flex-shrink:0; }
.search-input-icon { width:19px; height:19px; color:var(--c1); flex-shrink:0; }
.search-input-row input { flex:1; background:none; border:none; outline:none; color:var(--text); font-size:1.02rem; font-family:var(--font-body); min-width:0; }
.search-input-row input::placeholder { color:var(--muted2); }
.search-close { background:var(--bg3); border:1px solid var(--border2); color:var(--muted); width:32px; height:32px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:.15s; }
.search-close:hover { color:#fff; border-color:var(--c1); background:var(--c1); }
.search-close svg { width:15px; height:15px; }
.search-results { overflow-y:auto; padding:8px; }
.search-result { display:flex; align-items:center; gap:14px; padding:10px 12px; border-radius:12px; text-decoration:none; color:inherit; transition:.15s; }
.search-result:hover { background:var(--bg3); }
.search-result img { width:52px; height:52px; border-radius:10px; object-fit:cover; background:var(--bg4); flex-shrink:0; }
.search-result-info { display:flex; flex-direction:column; gap:3px; min-width:0; }
.search-result-name { font-size:.9rem; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:var(--text); }
.search-result-price { font-size:.85rem; color:var(--c1); font-weight:700; }
.search-empty, .search-loading { text-align:center; padding:40px 24px; color:var(--muted); font-size:.9rem; }
.search-hint-wrap { padding:22px 22px 26px; }
.search-hint { text-align:center; font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
.search-chips { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.search-chip { background:var(--bg3); border:1.5px solid var(--border2); color:var(--text); padding:8px 16px; border-radius:50px; font-size:.85rem; font-weight:600; cursor:pointer; transition:.15s; }
.search-chip:hover { border-color:var(--c1); color:var(--c1); }

.hdr-account-wrap { position:relative; }
.hdr-account-dd { position:absolute; top:calc(100% + 8px); right:0; background:#1a1a1a; border:1px solid rgba(255,255,255,.12); border-radius:12px; padding:6px; min-width:210px; box-shadow:0 20px 60px rgba(0,0,0,.7); opacity:0; pointer-events:none; transform:translateY(-8px); transition:.2s; z-index:600; }
.hdr-account-dd.open { opacity:1; pointer-events:all; transform:translateY(0); }
.hdr-account-dd a, .hdr-account-dd button { display:flex; align-items:center; gap:11px; padding:8px 10px; border-radius:9px; color:rgba(255,255,255,.85); font-size:.85rem; font-weight:600; transition:.15s; background:none; width:100%; text-align:left; }
.hdr-account-dd a:hover, .hdr-account-dd button:hover { background:rgba(255,255,255,.08); color:#fff; }
.hdr-account-dd a:hover .dd-ic, .hdr-account-dd button:hover .dd-ic { transform:scale(1.07); }
.hdr-account-dd .divider { height:1px; background:rgba(255,255,255,.1); margin:4px 0; }
.hdr-account-dd .logout-btn { color:#f87171 !important; }
.dd-ic { width:32px; height:32px; border-radius:9px; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:.18s ease; }
.dd-ic svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; flex-shrink:0; }
.dd-ic.dd-dash { background:rgba(37,99,235,.18); color:#60a5fa; }
.dd-ic.dd-orders { background:rgba(225,29,42,.16); color:#f0555f; }
.dd-ic.dd-wallet { background:rgba(34,197,94,.16); color:#4ade80; }
.dd-ic.dd-addr { background:rgba(20,184,166,.18); color:#2dd4bf; }
.dd-ic.dd-profile { background:rgba(147,51,234,.18); color:#c084fc; }
.dd-ic.dd-logout { background:rgba(248,113,113,.16); color:#f87171; }

.nav-center { display:flex; align-items:center; gap:2px; flex:1; justify-content:center; }
.nav2-link { color:rgba(255,255,255,.82); font-size:.92rem; font-weight:600; letter-spacing:.01em; padding:8px 13px; border-radius:6px; transition:.2s; white-space:nowrap; display:flex; align-items:center; gap:4px; position:relative; background:none; }
.nav2-link::after { content:''; position:absolute; left:13px; right:13px; bottom:3px; height:2px; background:var(--c1); border-radius:2px; transform:scaleX(0); transform-origin:center; transition:transform .25s ease; }
.nav2-link:hover { color:#fff; background:rgba(255,255,255,.06); }
.nav2-link:hover::after { transform:scaleX(1); }
.nav2-link.active-link { color:var(--c1); }

.nav-dropdown { position:relative; }
.nav-dropdown-panel { position:absolute; top:calc(100% + 6px); left:0; background:#1a1a1a; border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:8px; min-width:210px; box-shadow:0 20px 60px rgba(0,0,0,.6); opacity:0; pointer-events:none; transform:translateY(-8px); transition:.2s; z-index:50; max-height:70vh; overflow-y:auto; }
.nav-dropdown.open .nav-dropdown-panel { opacity:1; pointer-events:all; transform:translateY(0); }
.nav-dropdown-panel a { display:block; padding:8px 10px; border-radius:8px; font-size:.85rem; color:rgba(255,255,255,.75); font-weight:500; }
.nav-dropdown-panel a:hover { background:rgba(255,255,255,.08); color:var(--c1); }
.nav-dropdown-panel .sub-list { padding-left:12px; border-left:1px solid rgba(255,255,255,.12); margin:2px 0 6px 10px; }
.nav-dropdown-panel .top-link { font-weight:700; color:#fff; }

.desktop-only { display:flex; }
.mobile-controls { display:none; align-items:center; gap:6px; margin-left:auto; }

.mobile-toggle { position:relative; width:40px; height:40px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-radius:8px; padding:0; }
.mobile-toggle .hb-line { position:absolute; left:10px; right:10px; height:2px; background:#fff; border-radius:2px; transition:transform .3s var(--ease), opacity .2s ease, top .3s var(--ease); }
.mobile-toggle .hb-line1 { top:14px; }
.mobile-toggle .hb-line2 { top:19px; }
.mobile-toggle .hb-line3 { top:24px; }
.mobile-toggle.open .hb-line1 { top:19px; transform:rotate(45deg); }
.mobile-toggle.open .hb-line2 { opacity:0; }
.mobile-toggle.open .hb-line3 { top:19px; transform:rotate(-45deg); }

@media(max-width:768px){
  .desktop-only { display:none !important; }
  .mobile-controls { display:flex !important; }
  .nav-center { display:none; }
}

/* ═══════════════════════════════════════════════
   MOBILE NAV
═══════════════════════════════════════════════ */
#mobile-nav-overlay { position:fixed; inset:0; background:rgba(0,0,0,0); z-index:899; opacity:0; pointer-events:none; transition:opacity .35s ease, background-color .35s ease; }
#mobile-nav-overlay.open { background:rgba(0,0,0,.55); opacity:1; pointer-events:all; -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px); }
#mobile-nav { display:flex; flex-direction:column; position:fixed; top:58px; left:0; right:0; width:100%; background:#0b0b0b; border-top:1px solid rgba(255,255,255,.08); z-index:900; max-height:0; opacity:0; transform:translateY(-8px); transition:max-height .4s var(--ease), opacity .3s ease, transform .35s var(--ease); box-shadow:0 16px 40px rgba(0,0,0,.5); overflow:hidden; }
#mobile-nav.open { max-height:calc(100vh - 58px); opacity:1; transform:translateY(0); overflow-y:auto; -webkit-overflow-scrolling:touch; }
#mobile-nav-scroll { flex:1 1 auto; overscroll-behavior:contain; padding:6px 18px 28px; display:flex; flex-direction:column; gap:2px; }
#mobile-nav a, #mobile-nav button { display:flex; align-items:center; gap:10px; padding:13px 4px; color:rgba(255,255,255,.78); font-size:.92rem; font-weight:500; border-bottom:1px solid rgba(255,255,255,.06); background:none; text-align:left; width:100%; font-family:var(--font-body); transition:color .15s, padding-left .15s; }
#mobile-nav a:hover, #mobile-nav button:hover { color:var(--c1); padding-left:8px; }
#mobile-nav a svg, #mobile-nav button svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.8; flex-shrink:0; }
.mnav-accordion { border-bottom:1px solid rgba(255,255,255,.06); }
.mnav-accordion-toggle { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 4px; width:100%; background:none; border:none; color:rgba(255,255,255,.78); font-size:.92rem; font-weight:500; font-family:var(--font-body); cursor:pointer; text-align:left; }
.mnav-accordion-toggle:hover { color:var(--c1); }
.mnav-accordion-toggle .mnav-chevron { width:16px; height:16px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:2; transition:transform .3s var(--ease); }
.mnav-accordion.open .mnav-accordion-toggle .mnav-chevron { transform:rotate(180deg); }
.mnav-accordion-panel { max-height:0; overflow:hidden; transition:max-height .35s cubic-bezier(.22,.68,0,1); }
.mnav-accordion.open .mnav-accordion-panel { max-height:1000px; }
.mnav-accordion-panel a { padding:11px 4px 11px 20px; font-size:.87rem; color:rgba(255,255,255,.6); border-bottom:1px solid rgba(255,255,255,.04); }
.mnav-sub-accordion .mnav-accordion-toggle { padding-left:20px; font-size:.87rem; color:rgba(255,255,255,.6); }
body.mobile-nav-locked { position:fixed; left:0; right:0; overflow:hidden; }

/* ═══════════════════════════════════════════════
   MOBILE BOTTOM NAV
═══════════════════════════════════════════════ */
.mobile-bottom-nav { display:none; position:fixed; bottom:0; left:0; right:0; z-index:9999; background:#0f0f0f; border-top:1px solid rgba(255,255,255,.1); box-shadow:0 -2px 16px rgba(0,0,0,.4); padding-bottom:env(safe-area-inset-bottom,0); }
html[data-theme="light"] .mobile-bottom-nav { background:#fff; border-top-color:#e0e0e0; box-shadow:0 -2px 16px rgba(0,0,0,.1); }
.mbn-inner { display:flex; align-items:stretch; justify-content:space-between; max-width:520px; margin:0 auto; width:100%; }
.mbn-tab { flex:1 1 0; min-width:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:8px 2px 7px; color:var(--muted); font-size:.68rem; font-weight:600; line-height:1; background:none; border:none; cursor:pointer; position:relative; transition:color .15s; font-family:var(--font-body); -webkit-tap-highlight-color:transparent; text-decoration:none; }
.mbn-tab.active, .mbn-tab:hover { color:var(--c1); }
.mbn-tab svg { width:23px; height:23px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.mbn-tab.active svg { stroke-width:2.2; }
.mbn-badge { position:absolute; top:2px; left:calc(50% + 6px); background:var(--c1); color:#fff; border-radius:50%; min-width:16px; height:16px; padding:0 3px; font-size:.58rem; font-weight:900; display:flex; align-items:center; justify-content:center; line-height:1; border:2px solid #0f0f0f; }
html[data-theme="light"] .mbn-badge { border-color:#fff; }
@media(max-width:768px){
  .mobile-bottom-nav { display:flex !important; }
  body { padding-bottom:62px !important; }
}

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
#site-footer { background:#050505; padding:0; }
.footer-accent-bar { height:3px; background:linear-gradient(90deg,var(--c1) 0%,var(--c2) 50%,var(--c1) 100%); }
.footer-newsletter { background:var(--c1); padding:36px 24px; }
.footer-newsletter-inner { max-width:1240px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.footer-newsletter h3 { font-family:var(--font-display); font-size:1.6rem; font-weight:800; text-transform:uppercase; color:#fff; margin-bottom:4px; }
.footer-newsletter p { color:rgba(255,255,255,.85); font-size:.9rem; }
.footer-nl-form { display:flex; gap:0; flex-shrink:0; min-width:min(340px,100%); }
.footer-nl-form input { flex:1; padding:13px 18px; border:none; border-radius:50px 0 0 50px; font-size:.88rem; outline:none; font-family:var(--font-body); background:rgba(255,255,255,.18); color:#fff; min-width:0; }
.footer-nl-form input::placeholder { color:rgba(255,255,255,.7); }
.footer-nl-form button { padding:13px 24px; background:#fff; color:var(--c1); border:none; border-radius:0 50px 50px 0; font-weight:700; font-size:.85rem; cursor:pointer; white-space:nowrap; transition:.2s; }
.footer-nl-form button:hover { background:#f0f0f0; }
.footer-body { max-width:1240px; margin:0 auto; padding:56px 24px 40px; display:grid; grid-template-columns:1.8fr 1fr 1fr 1fr; gap:48px; }
.footer-logo-wrap { display:flex; align-items:center; margin-bottom:16px; }
.footer-logo-img { height:56px; max-width:230px; object-fit:contain; display:block; }
.footer-brand-name { font-family:var(--font-display); font-size:1.7rem; font-weight:800; text-transform:uppercase; color:#fff; line-height:1; margin-bottom:12px; letter-spacing:.02em; }
.footer-brand-name span { color:var(--c1); }
.footer-brand-tagline { color:rgba(255,255,255,.6); font-size:.95rem; line-height:1.75; margin-bottom:24px; max-width:320px; }
.footer-socials { display:flex; gap:10px; margin-bottom:28px; flex-wrap:wrap; }
.footer-social-btn { width:40px; height:40px; border-radius:10px; border:1px solid rgba(255,255,255,.15); color:rgba(255,255,255,.85); display:flex; align-items:center; justify-content:center; transition:.2s; flex-shrink:0; }
.footer-social-btn:hover { background:var(--c1); border-color:var(--c1); color:#fff; transform:translateY(-2px); }
.footer-social-btn svg { width:18px; height:18px; fill:currentColor; }
.footer-contact-item { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.72); font-size:.95rem; margin-bottom:12px; }
.footer-contact-item:hover { color:#fff; }
.footer-contact-icon { width:34px; height:34px; border-radius:8px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.footer-contact-icon svg { width:16px; height:16px; fill:none; stroke:var(--c1); stroke-width:2; }
.footer-col-title { font-size:.82rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:#fff; margin-bottom:18px; position:relative; padding-bottom:10px; }
.footer-col-title::after { content:''; position:absolute; bottom:0; left:0; width:26px; height:2px; background:var(--c1); border-radius:2px; }
.footer-col a { display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.7); font-size:.92rem; font-weight:500; padding:6px 0; transition:.2s; }
.footer-col a svg { width:16px; height:16px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.8; opacity:.85; }
.footer-col a.footer-wa-link svg { fill:#25D366; stroke:none; opacity:1; }
.footer-col a:hover { color:#fff; padding-left:6px; }
.footer-col a.footer-wa-link:hover { color:#25D366; }
.footer-bottom-bar { border-top:1px solid rgba(255,255,255,.08); padding:20px 24px; }
.footer-bottom-inner { max-width:1240px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.footer-copy { font-size:.85rem; color:rgba(255,255,255,.55); font-weight:500; }
.footer-legal { display:flex; gap:20px; flex-wrap:wrap; }
.footer-legal a { font-size:.85rem; color:rgba(255,255,255,.55); font-weight:600; transition:.2s; }
.footer-legal a:hover { color:var(--c1); }
.footer-made-by { font-size:.82rem; color:rgba(255,255,255,.5); display:flex; align-items:center; gap:5px; }
.footer-made-by a { color:rgba(255,255,255,.7); }
.footer-made-by a:hover { color:var(--c1); }
@media(max-width:1024px){ .footer-body { grid-template-columns:1fr 1fr; gap:36px; } }
@media(max-width:768px){ .footer-newsletter-inner { flex-direction:column; } .footer-nl-form { width:100%; } .footer-body { grid-template-columns:1fr; gap:32px; padding:40px 20px 32px; } .footer-bottom-inner { flex-direction:column; text-align:center; } }

/* ═══════════════════════════════════════════════
   CART DRAWER
═══════════════════════════════════════════════ */
.cart-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.75); z-index:600; backdrop-filter:blur(4px); }
.cart-overlay.open { display:block; }
.cart-drawer { position:fixed; right:0; top:0; bottom:0; width:min(400px,100vw); background:var(--bg2); border-left:1px solid var(--border); z-index:601; display:flex; flex-direction:column; transform:translateX(100%); transition:transform .4s cubic-bezier(.4,0,.2,1); }
.cart-drawer.open { transform:none; }
.cart-head { padding:20px 24px; border-bottom:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }
.cart-head h3 { font-family:var(--font-display); font-size:1.5rem; font-weight:800; text-transform:uppercase; color:var(--text); }
.cart-close { background:var(--bg3); border:1px solid var(--border2); color:var(--muted); width:32px; height:32px; border-radius:8px; font-size:1rem; display:flex; align-items:center; justify-content:center; transition:.2s; }
.cart-close:hover { color:var(--text); }
.cart-body { flex:1; overflow-y:auto; padding:16px 24px; }
.cart-empty { text-align:center; padding:60px 20px; color:var(--muted); }
.cart-empty-icon { font-size:3rem; margin-bottom:12px; }
.cart-item { display:flex; gap:12px; padding:14px 0; border-bottom:1px solid var(--border); }
.cart-item-img { width:60px; height:60px; border-radius:10px; object-fit:cover; flex-shrink:0; background:var(--bg3); }
.cart-item-info { flex:1; min-width:0; }
.cart-item-name { font-size:.88rem; font-weight:600; margin-bottom:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:var(--text); }
.cart-item-variant { font-size:.76rem; color:var(--muted); margin-bottom:4px; }
.cart-item-price { font-size:.85rem; color:var(--c1); font-weight:700; margin-bottom:8px; }
.cart-item-stock-warn { font-size:.76rem; color:#dc2626; font-weight:600; margin:-4px 0 8px; }
.qty-ctrl { display:flex; align-items:center; gap:6px; }
.qty-btn { background:var(--bg4); border:1px solid var(--border2); color:var(--text); width:26px; height:26px; border-radius:6px; font-size:.9rem; display:flex; align-items:center; justify-content:center; transition:.15s; }
.qty-btn:hover { border-color:var(--c1); color:var(--c1); }
.qty-btn:disabled { opacity:.4; cursor:not-allowed; border-color:var(--border2); color:var(--text); }
.qty-val { font-size:.85rem; min-width:20px; text-align:center; font-weight:600; color:var(--text); }
.cart-item-del { color:var(--muted2); font-size:.85rem; cursor:pointer; transition:.15s; padding:4px; flex-shrink:0; }
.cart-item-del:hover { color:#f87171; }
.cart-foot { padding:20px 24px; border-top:1px solid var(--border); }
.cart-subtotal-row, .cart-total-row { display:flex; justify-content:space-between; font-size:1.05rem; font-weight:700; margin-bottom:16px; color:var(--text); }
.btn-checkout { display:block; background:var(--c1); color:#fff; text-align:center; padding:14px; border-radius:var(--radius-sm); font-weight:700; font-size:.95rem; transition:.2s; box-shadow:0 4px 20px rgba(225,29,42,.3); }
.btn-checkout:hover { filter:brightness(.9); }
.btn-continue { display:block; text-align:center; padding:12px; color:var(--muted); font-size:.85rem; margin-top:10px; cursor:pointer; background:none; width:100%; }

/* ═══════════════════════════════════════════════
   TOAST
═══════════════════════════════════════════════ */
.toast-wrap { position:fixed; bottom:calc(env(safe-area-inset-bottom,0px) + 28px); right:28px; z-index:10000; display:flex; flex-direction:column-reverse; gap:8px; pointer-events:none; max-width:calc(100vw - 32px); transition:bottom .25s ease; }
@media(max-width:768px){ .toast-wrap { bottom:calc(env(safe-area-inset-bottom,0px) + 78px); right:12px; left:12px; } }
.toast { background:var(--bg3); border:1px solid var(--border2); border-radius:var(--radius-sm); padding:12px 16px; font-size:.85rem; color:var(--text); min-width:220px; max-width:100%; box-shadow:0 10px 34px rgba(0,0,0,.3); opacity:0; transform:translateX(20px); transition:.3s; display:flex; align-items:center; gap:10px; box-sizing:border-box; }
.toast.show { opacity:1; transform:none; }
@media(max-width:768px){ .toast { transform:translateY(14px); min-width:0; width:100%; } .toast.show { transform:none; } }
.toast.success { border-color:rgba(22,163,74,.35); }
.toast-msg { flex:1; }
.toast-icon { width:22px; height:22px; border-radius:50%; background:var(--c1); color:#fff; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.toast-icon svg { width:13px; height:13px; }
.toast.success .toast-icon { background:#16a34a; }

@media(prefers-reduced-motion:reduce){ #site-header, .logo-img, .header-row1, #mobile-nav, .mnav-accordion-panel, .cart-drawer, .toast, .search-panel { transition:none!important; } }