/* =====================================================
   ElectricalMarket — Premium Design System v2.0
   ===================================================== */

/* ── Variables ──────────────────────────────────────── */
:root {
  --primary:      #0f172a;
  --primary-700:  #1e293b;
  --accent:       #f59e0b;
  --accent-dark:  #d97706;
  --accent-light: #fef3c7;
  --blue:         #3b82f6;
  --success:      #10b981;
  --danger:       #ef4444;
  --text:         #1e293b;
  --text-muted:   #64748b;
  --border:       #e2e8f0;
  --bg:           #f1f5f9;
  --bg-card:      #ffffff;
  --white:        #ffffff;
  --nav-h:        68px;
  --topbar-h:     38px;
  --shadow-sm:    0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);
  --shadow:       0 4px 12px rgba(0,0,0,.08);
  --shadow-md:    0 8px 24px rgba(0,0,0,.10);
  --shadow-lg:    0 20px 40px rgba(0,0,0,.13);
  --radius-sm:    6px;
  --radius:       10px;
  --radius-md:    14px;
  --radius-lg:    20px;
  --t:            .22s ease;
}

/* ── Reset ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: clip; /* prevents horizontal scroll without breaking position:sticky */
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-dark); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; padding: 0; margin: 0; }
button { font-family: inherit; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* ── Top Bar ────────────────────────────────────────── */
.top-bar {
  background: var(--primary);
  height: var(--topbar-h);
  display: flex; align-items: center;
  font-size: 12.5px;
  color: #94a3b8;
}
.top-bar a { color: #94a3b8; transition: color var(--t); }
.top-bar a:hover { color: var(--accent); }
.top-bar-promo { color: var(--accent); font-weight: 600; font-size: 12px; letter-spacing: .3px; }
.top-bar-right { display: flex; align-items: center; gap: 16px; }
.top-bar-right a { display: flex; align-items: center; gap: 5px; }

/* ── Site Header ────────────────────────────────────── */
.site-header {
  background: var(--white);
  box-shadow: 0 1px 0 var(--border), var(--shadow-sm);
  position: sticky;
  top: 0; z-index: 1000;
  height: var(--nav-h);
}
.header-inner {
  display: flex; align-items: center; height: 100%; gap: 16px;
}

/* Logo */
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 1.2rem;
  color: var(--primary) !important;
  text-decoration: none !important;
  white-space: nowrap; flex-shrink: 0;
}
.logo-mark { width: 42px; height: 42px; flex-shrink: 0; display: block; }
.logo-text em { color: var(--accent); font-style: normal; }
.logo-text strong { font-weight: 900; }
/* Keep old .logo-bolt for fallback */
.logo-bolt {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--accent), #f97316);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 16px; flex-shrink: 0;
}

/* Search */
.header-search { flex: 1; max-width: 560px; position: relative; }
.header-search input {
  width: 100%; height: 42px;
  padding: 0 110px 0 44px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 14px; color: var(--text);
  transition: border-color var(--t), box-shadow var(--t);
  outline: none; background: var(--bg);
}
.header-search input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(245,158,11,.12);
  background: white;
}
.header-search .s-icon {
  position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 14px; pointer-events: none;
}
.header-search .btn-search {
  position: absolute; right: 4px; top: 4px; bottom: 4px;
  padding: 0 16px;
  background: var(--accent); color: var(--primary);
  border: none; border-radius: 50px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  transition: background var(--t);
}
.header-search .btn-search:hover { background: var(--accent-dark); color: white; }

/* Header Actions */
.header-actions { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
.hdr-btn {
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 46px; height: 46px;
  border-radius: var(--radius-sm);
  color: var(--text); font-size: 19px;
  transition: background var(--t), color var(--t); cursor: pointer;
  text-decoration: none !important;
}
.hdr-btn:hover { background: var(--bg); color: var(--accent-dark); }
.hdr-btn .hbl { font-size: 9px; font-weight: 600; color: var(--text-muted); margin-top: 1px; line-height: 1; }
.hdr-count {
  position: absolute; top: 4px; right: 4px;
  min-width: 17px; height: 17px;
  background: var(--accent); color: var(--primary);
  border-radius: 50%; font-size: 10px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  padding: 0 3px;
}

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 8px; border: none; background: none;
  border-radius: var(--radius-sm); margin-left: 4px;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--primary); border-radius: 2px; transition: all .3s;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: translateX(-10px); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── Nav Bar (sticky below header) ─────────────────── */
.nav-bar {
  background: var(--primary);
  position: sticky;
  top: var(--nav-h);
  z-index: 90;
  z-index: 990;
}
.nav-bar .container { display: flex; align-items: center; height: 46px; }
.nav-menu { display: flex; align-items: center; height: 100%; gap: 0; }
.nav-menu > li { position: relative; height: 100%; display: flex; align-items: center; }
.nav-menu > li > a {
  display: flex; align-items: center; gap: 6px;
  padding: 0 15px; height: 100%;
  color: #cbd5e1; font-size: 13.5px; font-weight: 500;
  transition: color var(--t), background var(--t); white-space: nowrap;
}
.nav-menu > li > a:hover,
.nav-menu > li.has-mega:hover > a { color: var(--accent); background: rgba(255,255,255,.05); }
.nav-menu > li > a .drop-arrow { font-size: 9px; margin-left: 2px; transition: transform var(--t); }
.nav-menu > li.has-mega:hover > a .drop-arrow { transform: rotate(180deg); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.nav-tag {
  background: var(--accent); color: var(--primary);
  font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 50px;
}
.nav-tag.hot { background: #ef4444; color: white; }

/* Mega Menu */
.mega-drop {
  position: absolute; top: 100%; left: 0;
  background: var(--white);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 20px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
  min-width: 600px;
  opacity: 0; visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity var(--t), transform var(--t), visibility var(--t);
  z-index: 999;
}
.nav-menu > li.has-mega:hover .mega-drop {
  opacity: 1; visibility: visible; transform: translateY(0);
  pointer-events: auto;
}
.mega-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: var(--text) !important; font-size: 13px; font-weight: 500;
  transition: background var(--t), color var(--t);
  text-decoration: none !important;
}
.mega-item:hover { background: var(--accent-light); color: var(--accent-dark) !important; }
.mega-ico {
  width: 30px; height: 30px;
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0;
  background: var(--accent-light); color: var(--accent-dark);
  transition: background var(--t), color var(--t);
}
.mega-item:hover .mega-ico { background: var(--accent); color: white; }

/* ── Mobile Drawer ──────────────────────────────────── */
.mob-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.55); z-index: 1099;
  transition: opacity var(--t);
}
.mob-overlay.show { display: block; }
.mob-drawer {
  position: fixed; top: 0; left: -310px;
  width: 290px; height: 100dvh;
  background: var(--white); z-index: 1100;
  overflow-y: auto; transition: left .28s ease;
  display: flex; flex-direction: column;
}
.mob-drawer.open { left: 0; }
.mob-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; background: var(--primary); color: white; flex-shrink: 0;
}
.mob-close { background: none; border: none; color: white; font-size: 20px; cursor: pointer; line-height: 1; }
.mob-body { flex: 1; padding-bottom: 16px; }
.mob-section-lbl {
  padding: 14px 18px 6px;
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.2px; color: var(--text-muted);
}
.mob-link {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 18px;
  color: var(--text); font-size: 14px; font-weight: 500;
  border-bottom: 1px solid #f1f5f9;
  transition: background var(--t), color var(--t);
  text-decoration: none !important;
}
.mob-link:hover { background: var(--accent-light); color: var(--accent-dark); }
.mob-link i { width: 20px; text-align: center; color: var(--accent); font-size: 14px; }
.mob-foot {
  padding: 16px 18px;
  border-top: 1px solid var(--border);
  background: var(--bg);
  font-size: 13px; color: var(--text-muted);
}
.mob-foot a { color: var(--accent-dark); font-weight: 600; }

/* ── Hero ───────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0c2461 100%);
  position: relative; overflow: hidden;
  padding: 72px 0 52px;
  min-height: 500px; display: flex; align-items: center;
}
.hero-bg-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 15% 60%, rgba(245,158,11,.1) 0%, transparent 45%),
    radial-gradient(circle at 85% 30%, rgba(59,130,246,.08) 0%, transparent 40%);
}
.hero-content { position: relative; z-index: 1; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.25);
  color: var(--accent);
  padding: 6px 14px; border-radius: 50px;
  font-size: 12px; font-weight: 700; letter-spacing: .4px;
  margin-bottom: 20px;
}
.hero-pill span { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.hero-title {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 800; color: white; line-height: 1.15;
  letter-spacing: -.5px; margin-bottom: 16px;
}
.hero-title .hl { color: var(--accent); }
.hero-sub {
  font-size: 15.5px; color: #94a3b8;
  line-height: 1.7; max-width: 480px; margin-bottom: 28px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-hp {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 50px;
  font-weight: 700; font-size: 14.5px;
  transition: all var(--t); cursor: pointer; border: none;
}
.btn-hp-primary {
  background: var(--accent); color: var(--primary);
  box-shadow: 0 4px 18px rgba(245,158,11,.38);
}
.btn-hp-primary:hover {
  background: var(--accent-dark); color: white;
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(245,158,11,.48);
}
.btn-hp-outline {
  background: transparent; color: white;
  border: 2px solid rgba(255,255,255,.2) !important;
}
.btn-hp-outline:hover { border-color: var(--accent) !important; color: var(--accent); background: rgba(245,158,11,.07); }
.hero-stats { display: flex; gap: 28px; }
.hstat strong { display: block; font-size: 1.55rem; font-weight: 900; color: white; line-height: 1; }
.hstat span { font-size: 11px; color: #64748b; font-weight: 500; text-transform: uppercase; letter-spacing: .5px; }
/* Hero Visual */
.hero-visual { position: relative; height: 320px; display: flex; align-items: center; justify-content: center; }
.hero-ring {
  position: absolute; border-radius: 50%; animation: hring 3.5s ease-in-out infinite;
}
.hero-ring.r1 { width: 300px; height: 300px; border: 1px solid rgba(245,158,11,.15); animation-delay: 0s; }
.hero-ring.r2 { width: 220px; height: 220px; border: 1px solid rgba(245,158,11,.2); animation-delay: .6s; }
.hero-ring.r3 { width: 140px; height: 140px; border: 1px solid rgba(245,158,11,.3); animation-delay: 1.2s; }
@keyframes hring { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.07);opacity:1} }
.hero-bolt-wrap {
  position: absolute; display: flex; align-items: center; justify-content: center;
  font-size: 90px; color: var(--accent);
  filter: drop-shadow(0 0 30px rgba(245,158,11,.6));
  animation: hglow 2.5s ease-in-out infinite alternate;
}
@keyframes hglow {
  from { filter: drop-shadow(0 0 15px rgba(245,158,11,.4)); }
  to { filter: drop-shadow(0 0 50px rgba(245,158,11,.85)); }
}
.hero-fc {
  position: absolute; background: white; border-radius: var(--radius);
  padding: 9px 13px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; color: var(--text);
  animation: hfc 3s ease-in-out infinite;
  white-space: nowrap;
}
.hero-fc i { color: var(--accent); font-size: 15px; }
.hero-fc.fc1 { top: 18%; left: -10%; animation-delay: 0s; }
.hero-fc.fc2 { bottom: 22%; right: -8%; animation-delay: 1.5s; }
.hero-fc.fc3 { bottom: 42%; left: -5%; animation-delay: .75s; }
@keyframes hfc { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ── Trust Bar ──────────────────────────────────────── */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--border); overflow: hidden; }
.trust-items { display: flex; }
.trust-item {
  display: flex; align-items: center; gap: 11px;
  padding: 15px 24px; border-right: 1px solid var(--border);
  flex: 1; min-width: 180px;
}
.trust-item:last-child { border-right: none; }
.trust-item i { font-size: 22px; color: var(--accent); flex-shrink: 0; }
.trust-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.2; }
.trust-item span { font-size: 11.5px; color: var(--text-muted); line-height: 1.2; }

/* ── Sections ───────────────────────────────────────── */
.section { padding: 60px 0; }
.section-sm { padding: 40px 0; }
.section-white { background: var(--white); }
.section-dark { background: var(--primary); }
.sec-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 28px; gap: 12px; flex-wrap: wrap;
}
.sec-label {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent-light); color: var(--accent-dark);
  font-size: 11.5px; font-weight: 700;
  padding: 4px 10px; border-radius: 50px;
  margin-bottom: 7px; letter-spacing: .3px;
}
.sec-title {
  font-size: 1.65rem; font-weight: 800;
  color: var(--primary); letter-spacing: -.3px; margin: 0;
}
.sec-title-white { color: white; }
.sec-sub { font-size: 14.5px; color: var(--text-muted); margin-top: 5px; }
.view-all {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 700; color: var(--accent-dark);
  white-space: nowrap; transition: gap var(--t);
}
.view-all:hover { gap: 10px; color: var(--accent-dark); }

/* ── Category Cards — AliExpress clean grid ─────────── */
.cat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.cat-card {
  background: var(--white); border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 24px 16px 20px; gap: 11px;
  text-decoration: none !important; color: inherit !important;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.cat-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.cat-icon {
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0; transition: transform var(--t);
}
.cat-card:hover .cat-icon { transform: scale(1.12); }
.cat-name { font-size: 13.5px; font-weight: 700; color: var(--primary); line-height: 1.3; }
.cat-cnt { font-size: 11.5px; color: var(--text-muted); }
/* theme colors */
.ct1,.ct2,.ct3,.ct4,.ct5,.ct6,.ct7,.ct8 { background: var(--white); }
.ct1 .cat-icon { background: #fef3c7; color: #d97706; }
.ct2 .cat-icon { background: #dbeafe; color: #1d4ed8; }
.ct3 .cat-icon { background: #dcfce7; color: #15803d; }
.ct4 .cat-icon { background: #f3e8ff; color: #7c3aed; }
.ct5 .cat-icon { background: #ffedd5; color: #c2410c; }
.ct6 .cat-icon { background: #ccfbf1; color: #0f766e; }
.ct7 .cat-icon { background: #fee2e2; color: #b91c1c; }
.ct8 .cat-icon { background: #e2e8f0; color: #475569; }

/* ── Product Cards ──────────────────────────────────── */
.prod-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.prod-card {
  background: var(--white); border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform var(--t), box-shadow var(--t);
  display: flex; flex-direction: column; height: 100%; position: relative;
}
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.prod-img {
  position: relative; overflow: hidden;
  background: var(--bg); aspect-ratio: 1;
}
.prod-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .38s ease;
}
.prod-card:hover .prod-img img { transform: scale(1.06); }
.prod-bdg {
  position: absolute; top: 9px; left: 9px;
  font-size: 10px; font-weight: 700; padding: 3px 7px;
  border-radius: 4px; text-transform: uppercase; letter-spacing: .3px; line-height: 1.4;
}
.bdg-sale { background: #ef4444; color: white; }
.bdg-new { background: var(--accent); color: var(--primary); }
.bdg-hot { background: #f97316; color: white; }
.bdg-best { background: var(--primary); color: white; }
.prod-wish {
  position: absolute; top: 9px; right: 9px;
  width: 30px; height: 30px; background: white;
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--text-muted); cursor: pointer;
  box-shadow: var(--shadow-sm); z-index: 2;
  opacity: 0; transition: opacity var(--t), color var(--t), transform var(--t);
}
.prod-card:hover .prod-wish { opacity: 1; }
.prod-wish:hover { color: #ef4444; transform: scale(1.1); }
/* Quick View Overlay */
.prod-overlay {
  position: absolute; inset: 0;
  background: rgba(15,23,42,.38);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--t); z-index: 1;
}
.prod-card:hover .prod-overlay { opacity: 1; }
.quick-view-btn {
  background: white; color: var(--primary);
  border: none; border-radius: 50px;
  padding: 9px 18px; font-size: 12.5px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; gap: 6px;
  transform: translateY(14px);
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), background var(--t);
  text-decoration: none !important;
}
.prod-card:hover .quick-view-btn { transform: translateY(0); }
.quick-view-btn:hover { background: var(--accent); color: var(--primary); }
.prod-body {
  padding: 13px 14px 15px;
  display: flex; flex-direction: column; flex: 1;
}
.prod-cat-lbl { font-size: 10.5px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 5px; }
.prod-name {
  font-size: 13.5px; font-weight: 600; color: var(--text);
  line-height: 1.45; margin-bottom: 7px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 2.9em; flex: 1;
}
.prod-name a { color: inherit; }
.prod-name a:hover { color: var(--accent-dark); }
.prod-stars { display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
.prod-stars .s { color: var(--accent); font-size: 11px; }
.prod-stars .rc { font-size: 11px; color: var(--text-muted); }
.prod-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.prod-price-wrap { display: flex; flex-direction: column; gap: 1px; }
.price-now { font-size: 1.05rem; font-weight: 800; color: var(--primary); line-height: 1; }
.price-was { font-size: 11.5px; color: var(--text-muted); text-decoration: line-through; line-height: 1; }
.btn-cart {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 13px;
  background: var(--accent); color: var(--primary);
  border: none; border-radius: var(--radius-sm);
  font-size: 12px; font-weight: 700; cursor: pointer;
  transition: all var(--t); white-space: nowrap; flex-shrink: 0;
}
.btn-cart:hover { background: var(--accent-dark); color: white; transform: scale(1.04); }

/* ── Category Strip Sections ────────────────────────── */
.cat-strip {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 28px; margin-bottom: 20px; box-shadow: var(--shadow-sm);
}
.cat-strip-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--border);
  flex-wrap: wrap; gap: 10px;
}
.cat-strip-title { display: flex; align-items: center; gap: 11px; }
.csi { width: 38px; height: 38px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.cat-strip-title h3 { font-size: 1.05rem; font-weight: 800; color: var(--primary); margin: 0; }
.cat-strip-title small { font-size: 12px; color: var(--text-muted); display: block; }
.cat-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }

/* ── Promo Banner ───────────────────────────────────── */
.promo-strip {
  background: linear-gradient(135deg, var(--primary) 0%, #1e3a8a 100%);
  border-radius: var(--radius-lg); padding: 36px 40px;
  position: relative; overflow: hidden; color: white;
}
.promo-strip::before {
  content:''; position: absolute; right: -50px; top: -50px;
  width: 220px; height: 220px; background: rgba(255,255,255,.04); border-radius: 50%;
}
.promo-strip h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 7px; }
.promo-strip p { color: rgba(255,255,255,.72); margin-bottom: 20px; font-size: 14.5px; }

/* ── Why Section ────────────────────────────────────── */
.why-card { text-align: center; padding: 36px 20px; }
.why-ico {
  width: 62px; height: 62px; border-radius: var(--radius-md);
  background: rgba(245,158,11,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--accent);
  margin: 0 auto 16px;
  transition: background var(--t), transform var(--t);
}
.why-card:hover .why-ico { background: var(--accent); color: var(--primary); transform: scale(1.08) rotate(4deg); }
.why-card h5 { color: white; font-weight: 700; margin-bottom: 8px; font-size: 1rem; }
.why-card p { color: #64748b; font-size: 13.5px; line-height: 1.65; margin: 0; }

/* ── Hero Product Card ──────────────────────────────── */
.hero-prod-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg);
  padding: 22px 22px 18px;
  backdrop-filter: blur(8px);
  transition: transform var(--t);
}
.hero-prod-card:hover { transform: translateY(-4px); }
.hero-prod-badge {
  font-size: 11px; font-weight: 700; color: var(--accent);
  background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.28);
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 50px; margin-bottom: 14px;
}
.hero-prod-inner { display: flex; gap: 16px; align-items: flex-start; }
.hero-prod-img {
  width: 100px; height: 100px; flex-shrink: 0;
  background: white; border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 8px;
}
.hero-prod-img img { width: 100%; height: 100%; object-fit: contain; }
.hero-prod-body { flex: 1; min-width: 0; }
.hero-prod-cat {
  font-size: 10.5px; font-weight: 700; color: var(--accent);
  text-transform: uppercase; letter-spacing: .4px; margin-bottom: 5px;
}
.hero-prod-name {
  font-size: 14px; font-weight: 700; color: white; line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hero-prod-price { font-size: 1.5rem; font-weight: 900; color: var(--accent); margin-bottom: 14px; line-height: 1; }
.hero-prod-was { font-size: 13px; color: #64748b; text-decoration: line-through; margin-left: 6px; font-weight: 400; }
.hero-prod-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--accent); color: var(--primary);
  padding: 9px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 700;
  transition: all var(--t); text-decoration: none !important;
}
.hero-prod-btn:hover { background: white; color: var(--primary); transform: scale(1.04); }
.hero-prod-divider { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: 16px 0 12px; }
.hero-prod-trust { display: flex; gap: 16px; }
.hero-prod-trust span { font-size: 11.5px; color: #94a3b8; display: flex; align-items: center; gap: 5px; }
.hero-prod-trust i { color: var(--accent); }

/* ── Cart Sidebar ────────────────────────────────────── */
.csb-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.52); z-index: 1099;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.csb-overlay.show { opacity: 1; pointer-events: all; }
.csb-panel {
  position: fixed; top: 0; right: -420px;
  width: 390px; max-width: 96vw; height: 100dvh;
  background: white; z-index: 1100;
  display: flex; flex-direction: column;
  transition: right .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -6px 0 36px rgba(0,0,0,.2);
}
.csb-panel.open { right: 0; }
.csb-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; background: var(--primary); color: white; flex-shrink: 0;
}
.csb-head h6 { font-size: 15px; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 8px; }
.csb-head h6 i { color: var(--accent); }
.csb-close { background: none; border: none; color: white; font-size: 22px; cursor: pointer; line-height: 1; padding: 2px 4px; opacity: .8; transition: opacity var(--t); }
.csb-close:hover { opacity: 1; }
.csb-items { flex: 1; overflow-y: auto; padding: 16px; }
.csb-item { display: flex; gap: 13px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--border); }
.csb-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.csb-item-img { width: 76px; height: 76px; border-radius: var(--radius-sm); border: 1px solid var(--border); object-fit: contain; padding: 4px; flex-shrink: 0; background: var(--bg); }
.csb-item-info { flex: 1; min-width: 0; }
.csb-item-name {
  font-size: 13px; font-weight: 600; color: var(--primary); line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.csb-item-price { font-size: 14.5px; font-weight: 800; color: var(--accent-dark); }
.csb-item-old { font-size: 11.5px; color: var(--text-muted); text-decoration: line-through; margin-left: 6px; }
.csb-item-qty { display: flex; align-items: center; gap: 6px; margin-top: 9px; }
.csb-qty-btn {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--bg);
  cursor: pointer; font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--t); line-height: 1;
}
.csb-qty-btn:hover { border-color: var(--accent); background: var(--accent-light); color: var(--accent-dark); }
.csb-qty-val { font-size: 14px; font-weight: 700; min-width: 22px; text-align: center; color: var(--primary); }
.csb-item-del {
  margin-left: auto; background: none; border: none; cursor: pointer;
  color: #94a3b8; font-size: 14px;
  transition: color var(--t);
}
.csb-item-del:hover { color: #ef4444; }
.csb-empty { text-align: center; padding: 56px 20px; }
.csb-empty i { font-size: 52px; color: var(--border); margin-bottom: 14px; display: block; }
.csb-empty p { color: var(--text-muted); font-size: 14.5px; }
.csb-footer { padding: 16px 20px; border-top: 2px solid var(--border); background: var(--bg); flex-shrink: 0; }
.csb-subtotal-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 3px; }
.csb-subtotal-lbl { font-size: 13px; color: var(--text-muted); font-weight: 500; }
.csb-subtotal-val { font-size: 1.35rem; font-weight: 900; color: var(--primary); }
.csb-ship-note { font-size: 11.5px; color: var(--text-muted); margin-bottom: 14px; display: flex; align-items: center; gap: 5px; }
.csb-ship-note i { color: var(--success); }
.csb-btn-view {
  display: block; width: 100%; padding: 11px; text-align: center;
  border: 2px solid var(--primary); border-radius: 50px;
  font-size: 14px; font-weight: 700; color: var(--primary);
  margin-bottom: 9px; transition: all var(--t); text-decoration: none !important;
}
.csb-btn-view:hover { background: var(--primary); color: white; }
.csb-btn-checkout {
  display: block; width: 100%; padding: 13px; text-align: center;
  background: var(--accent); border-radius: 50px;
  font-size: 15px; font-weight: 800; color: var(--primary);
  transition: all var(--t); text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(245,158,11,.38);
}
.csb-btn-checkout:hover { background: var(--accent-dark); color: white; }

/* ── Vertical category sidebar dropdown ─────────────── */
.mega-drop.mega-vert {
  grid-template-columns: 1fr;
  min-width: 220px; max-width: 260px;
  padding: 6px 0; gap: 0;
}
.mega-drop.mega-vert .mega-item {
  border-radius: 0; padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  font-size: 13.5px; font-weight: 500;
  justify-content: space-between;
}
.mega-drop.mega-vert .mega-item:last-child { border-bottom: none; }
.mega-drop.mega-vert .mega-item .mega-ico { width: 26px; height: 26px; font-size: 12px; }
.mega-drop.mega-vert .mega-item::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free'; font-weight: 900;
  font-size: 9px; color: var(--text-muted); flex-shrink: 0;
}
.mega-drop.mega-vert .mega-item:hover::after { color: var(--accent-dark); }

/* ── Circuit Breakers Sub-dropdown ─────────────────── */
.sub-drop {
  min-width: 390px !important;
  grid-template-columns: 1fr 1fr !important;
  padding: 16px !important;
}
.sub-drop-head {
  grid-column: 1 / -1;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px; margin-bottom: 6px;
}
.sub-drop-head a {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--primary);
  padding: 5px 8px; border-radius: var(--radius-sm);
  transition: background var(--t); text-decoration: none !important;
}
.sub-drop-head a:hover { background: var(--accent-light); color: var(--accent-dark); }
.sub-drop-head i { color: var(--accent); }

/* ── Newsletter ─────────────────────────────────────── */
.nl-section { background: linear-gradient(135deg, var(--accent), #f97316); padding: 56px 0; }
.nl-section h4 { font-size: 1.35rem; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
.nl-section p { color: rgba(15,23,42,.68); font-size: 14.5px; }
.nl-form { display: flex; max-width: 440px; }
.nl-form input {
  flex: 1; height: 48px; padding: 0 18px;
  border: none; border-radius: 50px 0 0 50px;
  font-size: 14px; outline: none;
}
.nl-form button {
  height: 48px; padding: 0 22px;
  background: var(--primary); color: white; border: none;
  border-radius: 0 50px 50px 0; font-size: 13.5px; font-weight: 700; cursor: pointer;
  transition: background var(--t);
}
.nl-form button:hover { background: #1e293b; }

/* ── Footer ─────────────────────────────────────────── */
.site-footer { background: var(--primary); color: #94a3b8; }
.footer-main { padding: 56px 0 36px; }
.footer-brand p { font-size: 13.5px; color: #64748b; line-height: 1.7; margin: 14px 0 18px; max-width: 280px; }
.footer-contact li { display: flex; align-items: center; gap: 9px; font-size: 13px; margin-bottom: 8px; color: #94a3b8; }
.footer-contact li i { color: var(--accent); width: 15px; flex-shrink: 0; }
.ft-heading { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: white; margin-bottom: 16px; }
.ft-links li { margin-bottom: 8px; }
.ft-links a {
  font-size: 13.5px; color: #64748b;
  transition: color var(--t), padding-left var(--t);
  display: flex; align-items: center; gap: 5px;
}
.ft-links a:hover { color: var(--accent); padding-left: 4px; }
.soc-links { display: flex; gap: 8px; margin-top: 18px; }
.soc-links a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.06); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: #64748b; font-size: 14px;
  transition: background var(--t), color var(--t);
}
.soc-links a:hover { background: var(--accent); color: var(--primary); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
  font-size: 13px; color: #475569;
}
.footer-bottom a { color: #64748b; }
.footer-bottom a:hover { color: var(--accent); }
.pay-icons { display: flex; gap: 8px; align-items: center; }
.pay-ic {
  background: rgba(255,255,255,.07); border-radius: 4px;
  padding: 3px 8px; font-size: 10px; font-weight: 700;
  color: #94a3b8; letter-spacing: .4px;
}

/* ── Product Detail ─────────────────────────────────── */
.pd-wrap { padding: 28px 0 60px; background: white; }
.pd-breadcrumb { font-size: 13px; margin-bottom: 20px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pd-breadcrumb a { color: var(--text-muted); }
.pd-breadcrumb a:hover { color: var(--accent-dark); }
.pd-breadcrumb span { color: var(--text-muted); }
.pd-breadcrumb .cur { color: var(--text); font-weight: 500; }

/* Gallery — left thumb strip + main image */
.pd-gallery { position: sticky; top: calc(var(--nav-h) + 14px); }
.pd-gallery-wrap { display: flex; gap: 10px; align-items: flex-start; }
.pd-thumbs-left {
  display: flex; flex-direction: column; gap: 7px;
  width: 68px; flex-shrink: 0;
  max-height: 420px; overflow-y: auto;
  scrollbar-width: none;
}
.pd-thumbs-left::-webkit-scrollbar { display: none; }
.pd-thumb {
  width: 64px; height: 64px;
  border: 2px solid var(--border); border-radius: var(--radius-sm);
  cursor: pointer; overflow: hidden; background: white; flex-shrink: 0;
  transition: border-color var(--t);
}
.pd-thumb.active, .pd-thumb:hover { border-color: var(--accent); }
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.pd-main-img {
  flex: 1; background: white; border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  aspect-ratio: 1; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  position: relative; cursor: zoom-in;
}
.pd-main-img img {
  width: 100%; height: 100%; object-fit: contain; padding: 20px;
  transition: transform .35s;
}
.pd-main-img:hover img { transform: scale(1.07); }
.pd-sale-badge {
  position: absolute; top: 12px; left: 12px;
  background: #ef4444; color: white; font-size: 12px; font-weight: 700;
  padding: 4px 10px; border-radius: 50px;
}

/* Product Info Box */
.pd-info {
  background: white; border-radius: var(--radius-md);
  padding: 24px; border: 1px solid var(--border);
}
.pd-cat-link { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--accent-dark); margin-bottom: 8px; display: inline-block; }
.pd-name { font-size: 1.35rem; font-weight: 800; color: var(--primary); line-height: 1.3; margin-bottom: 11px; }
.pd-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.in-stock { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; color: #16a34a; background: #f0fdf4; padding: 3px 9px; border-radius: 50px; }
.out-stock { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; color: #b91c1c; background: #fef2f2; padding: 3px 9px; border-radius: 50px; }
.pd-price-block { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.pd-price-now { font-size: 1.9rem; font-weight: 900; color: var(--primary); line-height: 1; }
.pd-price-was { font-size: .95rem; color: var(--text-muted); text-decoration: line-through; }
.pd-discount { background: #fee2e2; color: #b91c1c; font-size: 11.5px; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
.pd-short-desc { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
/* Qty */
.qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.qty-box { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 50px; overflow: hidden; width: fit-content; }
.qty-btn { width: 36px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--bg); border: none; cursor: pointer; font-size: 16px; font-weight: 700; color: var(--text); transition: background var(--t); }
.qty-btn:hover { background: var(--accent-light); color: var(--accent-dark); }
.qty-in { width: 48px; height: 40px; border: none; border-left: 1.5px solid var(--border); border-right: 1.5px solid var(--border); text-align: center; font-size: 15px; font-weight: 700; color: var(--primary); outline: none; }
.qty-lbl { font-size: 12.5px; color: var(--text-muted); font-weight: 500; }
/* CTA — single Add to Cart button */
.btn-add-cart-main {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px; background: var(--accent); color: var(--primary);
  border: none; border-radius: 50px; font-size: 15px; font-weight: 800;
  cursor: pointer; transition: all var(--t); margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(245,158,11,.3); letter-spacing: .2px;
}
.btn-add-cart-main:hover { background: var(--accent-dark); color: white; transform: translateY(-2px); box-shadow: 0 6px 22px rgba(245,158,11,.42); }
.btn-add-cart-main:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.pd-actions-row { display: flex; gap: 10px; margin-bottom: 16px; }
.btn-wish-sm {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px; background: var(--bg); border: none; border-radius: 50px;
  font-size: 13px; font-weight: 600; color: var(--text-muted); cursor: pointer;
  transition: all var(--t);
}
.btn-wish-sm:hover { background: #fee2e2; color: #b91c1c; }
.btn-share-sm {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px; background: var(--bg); border: none; border-radius: 50px;
  font-size: 13px; font-weight: 600; color: var(--text-muted); cursor: pointer;
  transition: all var(--t);
}
.btn-share-sm:hover { background: var(--accent-light); color: var(--accent-dark); }

/* Shipping Info Box (3rd column on product page) */
.pd-ship-box {
  background: white; border-radius: var(--radius-md);
  border: 1px solid var(--border); overflow: hidden;
  position: sticky; top: calc(var(--nav-h) + 14px);
}
.pd-ship-box-head {
  background: var(--primary); color: white;
  padding: 14px 18px; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.pd-ship-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 18px; border-bottom: 1px solid var(--border);
}
.pd-ship-item:last-child { border-bottom: none; }
.pd-ship-ico {
  width: 38px; height: 38px; border-radius: var(--radius-sm);
  background: var(--accent-light); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0; margin-top: 1px;
}
.pd-ship-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--primary); margin-bottom: 3px; }
.pd-ship-item p { font-size: 12px; color: var(--text-muted); margin: 0; line-height: 1.5; }
/* Product Tabs */
.pd-tabs-wrap { margin-top: 36px; }
.pd-tab-nav {
  background: var(--white); border-radius: var(--radius-md) var(--radius-md) 0 0;
  border-bottom: 2px solid var(--border); padding: 0 20px;
  box-shadow: var(--shadow-sm);
  display: flex; gap: 0;
}
.pd-tab-btn {
  padding: 14px 22px; font-size: 14px; font-weight: 600;
  color: var(--text-muted); border: none; background: none;
  border-bottom: 3px solid transparent; margin-bottom: -2px;
  cursor: pointer; transition: color var(--t), border-color var(--t);
  white-space: nowrap;
}
.pd-tab-btn.active { color: var(--accent-dark); border-bottom-color: var(--accent); }
.pd-tab-btn:hover:not(.active) { color: var(--text); }
.pd-tab-pane { display: none; }
.pd-tab-pane.active { display: block; }
.pd-tab-body {
  background: var(--white);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  padding: 28px 30px; box-shadow: var(--shadow-sm);
}
.pd-tab-body h5 { font-weight: 700; font-size: 1rem; margin-bottom: 12px; color: var(--primary); }
.pd-tab-body p { font-size: 14.5px; line-height: 1.75; color: var(--text-muted); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr:nth-child(even) { background: var(--bg); }
.spec-table td { padding: 10px 14px; font-size: 14px; border-bottom: 1px solid var(--border); }
.spec-table td:first-child { font-weight: 600; color: var(--primary); width: 38%; }
/* Reviews */
.review-card { background: var(--bg); border-radius: var(--radius); padding: 18px; margin-bottom: 12px; }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.review-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--accent); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px; flex-shrink: 0;
}
.review-name { font-weight: 700; font-size: 14px; color: var(--primary); }
.review-date { font-size: 11.5px; color: var(--text-muted); }
.review-stars { color: var(--accent); font-size: 12px; }
.review-text { font-size: 14px; color: var(--text-muted); line-height: 1.65; }
/* Review form */
.review-form { background: var(--bg); border-radius: var(--radius-md); padding: 24px; margin-top: 20px; }
.star-rating { display: flex; gap: 4px; margin-bottom: 14px; }
.star-rating input { display: none; }
.star-rating label { font-size: 24px; color: #cbd5e1; cursor: pointer; transition: color var(--t); }
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label { color: var(--accent); }

/* ── Contact Page ───────────────────────────────────── */
.cinfo-card {
  background: var(--white); border-radius: var(--radius-md);
  padding: 26px; box-shadow: var(--shadow-sm); text-align: center;
  transition: transform var(--t), box-shadow var(--t); height: 100%;
}
.cinfo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cinfo-ico { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 21px; margin: 0 auto 14px; }
.cinfo-card h6 { font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.cinfo-card p { font-size: 13.5px; color: var(--text-muted); margin: 0; }
.cinfo-card a { color: var(--accent-dark); font-weight: 600; }

.cform-wrap { background: var(--white); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow-md); }
.cform-wrap .form-label { font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.cform-wrap .form-control, .cform-wrap .form-select {
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 10px 14px; font-size: 14px; color: var(--text);
  transition: border-color var(--t), box-shadow var(--t);
}
.cform-wrap .form-control:focus, .cform-wrap .form-select:focus {
  border-color: var(--accent); box-shadow: 0 0 0 3px rgba(245,158,11,.12); outline: none;
}
.btn-csubmit {
  background: var(--accent); color: var(--primary); border: none;
  padding: 13px 32px; border-radius: var(--radius);
  font-size: 15px; font-weight: 700; cursor: pointer;
  transition: all var(--t); display: inline-flex; align-items: center; gap: 8px;
}
.btn-csubmit:hover { background: var(--accent-dark); color: white; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,158,11,.35); }
.honeypot { display: none !important; position: absolute; left: -9999px; opacity: 0; }

/* ── Legal Pages ─────────────────────────────────────── */
.legal-wrap { max-width: 800px; margin: 0 auto; padding: 48px 0 72px; }
.legal-wrap h1 { font-size: 2rem; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.legal-wrap .legal-date { font-size: 13.5px; color: var(--text-muted); margin-bottom: 36px; }
.legal-section { background: var(--white); border-radius: var(--radius-md); padding: 28px 32px; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.legal-section h2 { font-size: 1.1rem; font-weight: 700; color: var(--primary); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.legal-section h2 i { color: var(--accent); font-size: 1rem; }
.legal-section p { font-size: 14.5px; color: var(--text-muted); line-height: 1.8; margin-bottom: 10px; }
.legal-section ul { padding-left: 20px; }
.legal-section ul li { font-size: 14.5px; color: var(--text-muted); line-height: 1.8; margin-bottom: 4px; }

/* ── Flash Messages ─────────────────────────────────── */
.flash-wrap { position: fixed; top: 20px; right: 20px; z-index: 9999; max-width: 360px; }
.flash-msg {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 16px; border-radius: var(--radius); margin-bottom: 8px;
  box-shadow: var(--shadow-md); font-size: 14px; font-weight: 500;
  animation: flashIn .3s ease;
}
.flash-success { background: #f0fdf4; color: #166534; border-left: 4px solid #16a34a; }
.flash-error { background: #fef2f2; color: #991b1b; border-left: 4px solid #ef4444; }
.flash-warning { background: #fffbeb; color: #92400e; border-left: 4px solid var(--accent); }
.flash-close { background: none; border: none; color: inherit; opacity: .5; cursor: pointer; font-size: 16px; margin-left: auto; line-height: 1; flex-shrink: 0; padding: 0; }
@keyframes flashIn { from{transform:translateX(100%);opacity:0} to{transform:translateX(0);opacity:1} }

/* ── Page Hero ──────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--primary), #1e293b);
  padding: 40px 0; color: white;
}
.page-hero h1 { font-size: 1.8rem; font-weight: 800; margin-bottom: 6px; }
.page-hero p { color: #94a3b8; font-size: 14.5px; margin: 0; }
.page-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #64748b; margin-top: 10px; flex-wrap: wrap; }
.page-breadcrumb a { color: #64748b; }
.page-breadcrumb a:hover { color: var(--accent); }

/* ── Elegant Product Card (ecard) ───────────────────── */
.ecard-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ecard-grid.ecard-grid-3 { grid-template-columns: repeat(3,1fr); }
.ecard {
  background: white; border-radius: var(--radius-md);
  border: 1px solid var(--border);
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow var(--t), transform var(--t);
}
.ecard:hover { box-shadow: var(--shadow-md); }
.ecard-img {
  position: relative; aspect-ratio: 1;
  overflow: hidden; background: #f8fafc; flex-shrink: 0;
}
.ecard-img > a { display: block; width: 100%; height: 100%; }
.ecard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s; }
.ecard:hover .ecard-img img { transform: scale(1.06); }
.ecard-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--accent); color: var(--primary);
  font-size: 11px; font-weight: 800;
  padding: 4px 10px; border-radius: 50px; line-height: 1.3;
  z-index: 1;
}
.ecard-badge.sale { background: #ef4444; color: white; }
.ecard-badge.feat { background: var(--primary); color: white; }
.ecard-actions {
  position: absolute; top: 10px; right: 10px;
  display: flex; flex-direction: column; gap: 6px;
  opacity: 0; transform: translateX(14px);
  pointer-events: none;
  transition: opacity .22s, transform .22s; z-index: 2;
}
.ecard:hover .ecard-actions, .ecard-img:hover .ecard-actions { opacity: 1; transform: translateX(0); pointer-events: auto; }
.ecard-action-btn {
  width: 32px; height: 32px; background: white; border-radius: 50%;
  border: none; display: flex; align-items: center; justify-content: center;
  font-size: 13px; cursor: pointer; color: #64748b;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  transition: background var(--t), color var(--t);
  text-decoration: none !important;
}
.ecard-action-btn:hover { background: var(--accent); color: var(--primary); }
.ecard-body { padding: 12px 14px 14px; display: flex; flex-direction: column; flex: 1; }
.ecard-brand {
  font-size: 10.5px; color: #94a3b8; font-weight: 600;
  text-transform: uppercase; letter-spacing: .4px; margin-bottom: 4px;
}
.ecard-name {
  font-size: 13.5px; font-weight: 600; color: var(--primary); line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 8px; min-height: 2.9em; flex: 1;
}
.ecard-name a { color: inherit; text-decoration: none; }
.ecard-name a:hover { color: var(--accent-dark); }
.ecard-stars { display: flex; align-items: center; gap: 3px; margin-bottom: 8px; font-size: 11px; color: var(--accent); }
.ecard-stars .rc { color: var(--text-muted); margin-left: 2px; }
.ecard-price-row { display: flex; align-items: baseline; gap: 7px; margin-bottom: 11px; flex-wrap: wrap; }
.ecard-price-now { font-size: 1.05rem; font-weight: 800; color: var(--primary); }
.ecard-price-was { font-size: 11.5px; color: #94a3b8; text-decoration: line-through; }
.ecard-atc {
  width: 100%; padding: 9px 12px;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  background: none; cursor: pointer; font-size: 13px; font-weight: 600;
  color: var(--text-muted); display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: all var(--t); font-family: inherit; margin-top: auto;
}
.ecard-atc:hover:not(:disabled) { border-color: var(--accent); background: var(--accent); color: var(--primary); font-weight: 700; }
.ecard-atc:disabled { opacity: .45; cursor: not-allowed; }
.ecard-atc.loading { opacity: .6; pointer-events: none; }

/* ── Category Page ───────────────────────────────────── */
.cat-page-banner {
  background: linear-gradient(135deg, var(--primary), #1e293b);
  padding: 28px 0; color: white;
}
.cat-page-banner h1 { font-size: 1.55rem; font-weight: 800; margin-bottom: 4px; }
.cat-page-banner p { color: #94a3b8; font-size: 13.5px; margin: 0; }

/* Filter Sidebar */
.filter-sidebar { background: white; border-radius: var(--radius-md); border: 1px solid var(--border); overflow: hidden; }
.filter-sidebar-head { background: var(--primary); color: white; padding: 13px 18px; font-size: 13.5px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.filter-block { padding: 16px 18px; border-bottom: 1px solid var(--border); }
.filter-block:last-child { border-bottom: none; }
.filter-block-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: var(--primary); margin-bottom: 12px; }
.filter-check { display: flex; align-items: center; gap: 9px; padding: 5px 0; cursor: pointer; font-size: 13.5px; color: var(--text); transition: color var(--t); }
.filter-check input { accent-color: var(--accent); width: 15px; height: 15px; cursor: pointer; flex-shrink: 0; }
.filter-check:hover { color: var(--accent-dark); }
.price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.price-in-wrap { flex: 1; display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.price-in-wrap span { padding: 0 8px; font-size: 13px; color: var(--text-muted); background: var(--bg); border-right: 1.5px solid var(--border); align-self: stretch; display: flex; align-items: center; }
.price-in { flex: 1; border: none; padding: 8px 8px; font-size: 13px; outline: none; width: 100%; }
.price-sep { color: var(--text-muted); font-size: 13px; flex-shrink: 0; }
.filter-apply-btn { width: 100%; padding: 9px; background: var(--primary); color: white; border: none; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; cursor: pointer; transition: background var(--t); font-family: inherit; }
.filter-apply-btn:hover { background: var(--accent); color: var(--primary); }
.filter-clear-btn { display: block; text-align: center; padding: 8px; font-size: 12.5px; color: #ef4444; font-weight: 600; margin: 14px 18px 0; border: 1px solid #fecaca; border-radius: var(--radius-sm); text-decoration: none !important; transition: background var(--t); }
.filter-clear-btn:hover { background: #fef2f2; color: #b91c1c; }

/* Sort Bar */
.sort-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.sort-count { font-size: 14px; color: var(--text-muted); font-weight: 500; }
.sort-select { padding: 7px 28px 7px 12px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 13.5px; outline: none; font-family: inherit; cursor: pointer; background: white; color: var(--text); }
.sort-select:focus { border-color: var(--accent); }

/* No Products State */
.no-products { text-align: center; padding: 64px 24px; background: white; border-radius: var(--radius-md); border: 1px solid var(--border); }
.no-products i { font-size: 52px; color: var(--border); margin-bottom: 16px; display: block; }
.no-products h5 { font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.no-products p { color: var(--text-muted); margin-bottom: 18px; }
.no-products a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 20px; background: var(--accent); color: var(--primary); border-radius: 50px; font-weight: 700; font-size: 13.5px; text-decoration: none !important; }

/* Category Pagination */
.cat-pagination { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 36px; flex-wrap: wrap; }
.pag-btn {
  min-width: 36px; height: 36px; padding: 0 10px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-size: 13.5px; font-weight: 600; color: var(--text);
  text-decoration: none !important; transition: all var(--t); background: white;
}
.pag-btn:hover { border-color: var(--accent); color: var(--accent-dark); }
.pag-btn.active { background: var(--accent); border-color: var(--accent); color: var(--primary); }
.pag-dots { padding: 0 6px; color: var(--text-muted); font-size: 14px; display: flex; align-items: center; }

/* ── Live Search Dropdown ───────────────────────────── */
.search-dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: var(--white); border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  max-height: 420px; overflow-y: auto; z-index: 1200;
  display: none;
}
.search-dropdown.show { display: block; }
.search-drop-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px; border-bottom: 1px solid var(--border);
  text-decoration: none !important; color: var(--text) !important;
  transition: background var(--t);
}
.search-drop-item:last-child { border-bottom: none; }
.search-drop-item:hover { background: var(--accent-light); }
.search-drop-img { width: 44px; height: 44px; border-radius: var(--radius-sm); object-fit: cover; border: 1px solid var(--border); flex-shrink: 0; background: var(--bg); }
.search-drop-info { flex: 1; min-width: 0; }
.search-drop-name { font-size: 13.5px; font-weight: 600; color: var(--primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-drop-cat { font-size: 11.5px; color: var(--text-muted); }
.search-drop-price { font-size: 13.5px; font-weight: 800; color: var(--accent-dark); flex-shrink: 0; }
.search-drop-footer { padding: 10px 14px; text-align: center; font-size: 13px; font-weight: 700; color: var(--accent-dark); border-top: 1px solid var(--border); cursor: pointer; }
.search-drop-footer:hover { background: var(--accent-light); }
.search-drop-empty { padding: 24px; text-align: center; color: var(--text-muted); font-size: 14px; }
.search-loading { padding: 20px; text-align: center; color: var(--text-muted); }

/* ── Quick View Modal ───────────────────────────────── */
.qv-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  z-index: 1150; opacity: 0; pointer-events: none; transition: opacity .25s;
}
.qv-overlay.show { opacity: 1; pointer-events: all; }
.qv-modal {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%,-44%) scale(.95);
  width: min(960px, 96vw); max-height: 90vh;
  background: white; border-radius: var(--radius-lg);
  z-index: 1151; overflow-y: auto;
  transition: transform .25s, opacity .25s; opacity: 0;
  box-shadow: var(--shadow-lg);
}
.qv-modal.show { transform: translate(-50%,-50%) scale(1); opacity: 1; }
.qv-close {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--bg); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--text-muted); z-index: 2;
  transition: background var(--t), color var(--t);
}
.qv-close:hover { background: #fee2e2; color: #ef4444; }
.qv-body { padding: 28px; }
.qv-img-wrap { aspect-ratio: 1; background: var(--bg); border-radius: var(--radius-md); overflow: hidden; }
.qv-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.qv-cat { font-size: 11px; font-weight: 700; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.qv-name { font-size: 1.25rem; font-weight: 800; color: var(--primary); margin-bottom: 12px; line-height: 1.3; }
.qv-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.qv-price { font-size: 1.6rem; font-weight: 900; color: var(--primary); }
.qv-price-was { font-size: .95rem; color: var(--text-muted); text-decoration: line-through; }
.qv-badge { background: #fee2e2; color: #b91c1c; font-size: 11.5px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.qv-short-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.qv-atc {
  width: 100%; padding: 13px; background: var(--accent); color: var(--primary);
  border: none; border-radius: 50px; font-size: 15px; font-weight: 800;
  cursor: pointer; transition: all var(--t); display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px;
}
.qv-atc:hover:not(:disabled) { background: var(--accent-dark); color: white; }
.qv-atc:disabled { opacity: .5; cursor: not-allowed; }
.qv-view-link {
  display: block; text-align: center; font-size: 13.5px; font-weight: 700;
  color: var(--accent-dark); text-decoration: none !important; padding: 8px;
  transition: color var(--t);
}
.qv-view-link:hover { color: var(--accent); }

/* ── Stock Urgency Badge ─────────────────────────────── */
.ecard-stock-warn {
  font-size: 11px; font-weight: 700; color: #b91c1c;
  display: flex; align-items: center; gap: 4px; margin-bottom: 6px;
}
.ecard-stock-warn i { font-size: 10px; }

/* ── Recently Viewed ─────────────────────────────────── */
.rv-section { padding: 40px 0; }
.rv-scroll { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.rv-scroll::-webkit-scrollbar { display: none; }
.rv-card {
  flex-shrink: 0; width: 180px;
  background: white; border-radius: var(--radius-md); border: 1px solid var(--border);
  overflow: hidden; text-decoration: none !important; color: inherit !important;
  transition: box-shadow var(--t), transform var(--t);
}
.rv-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.rv-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.rv-card-body { padding: 10px 10px 12px; }
.rv-card-name { font-size: 12.5px; font-weight: 600; color: var(--primary); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; }
.rv-card-price { font-size: 13px; font-weight: 800; color: var(--accent-dark); }

/* ── Mega-vert subcategory flyout ───────────────────── */
.mega-vert-item { position: relative; }
.mega-sub {
  position: absolute; left: 100%; top: 0;
  background: var(--white);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  box-shadow: var(--shadow-lg);
  min-width: 270px;
  padding: 8px 0;
  opacity: 0; visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity var(--t), transform var(--t), visibility var(--t);
  z-index: 1001;
}
.mega-vert-item:hover .mega-sub { opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; }
.mega-sub-head {
  padding: 9px 16px 7px;
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .8px; color: var(--text-muted);
  border-bottom: 1px solid var(--border); margin-bottom: 4px;
}
.mega-sub-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 16px;
  color: var(--text) !important; font-size: 13px; font-weight: 500;
  text-decoration: none !important;
  transition: background var(--t), color var(--t);
}
.mega-sub-item:hover { background: var(--accent-light); color: var(--accent-dark) !important; }
.mega-sub-item i { width: 16px; text-align: center; color: var(--text-muted); font-size: 12px; flex-shrink: 0; }
.mega-sub-item:hover i { color: var(--accent-dark); }
.mega-sub-footer { border-top: 1px solid var(--border); margin-top: 6px; padding: 9px 16px; }
.mega-sub-footer a {
  font-size: 12.5px; font-weight: 700; color: var(--accent-dark);
  display: flex; align-items: center; gap: 6px;
  text-decoration: none !important; transition: gap var(--t);
}
.mega-sub-footer a:hover { gap: 9px; color: var(--accent); }

/* ── Blog Section ───────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card {
  background: var(--white); border-radius: var(--radius-md);
  border: 1px solid var(--border); overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow var(--t), transform var(--t);
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.blog-thumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.blog-thumb-icon { font-size: 56px; }
.blog-cat-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--accent); color: var(--primary);
  font-size: 10.5px; font-weight: 800; padding: 4px 10px;
  border-radius: 50px; text-transform: uppercase; letter-spacing: .3px; z-index: 1;
}
.blog-body { padding: 20px 20px 18px; display: flex; flex-direction: column; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: 14px; font-size: 11.5px; color: var(--text-muted); margin-bottom: 10px; flex-wrap: wrap; }
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.blog-meta i { color: var(--accent); font-size: 11px; }
.blog-title {
  font-size: 1rem; font-weight: 800; color: var(--primary); line-height: 1.4; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-title a { color: inherit; text-decoration: none !important; }
.blog-title a:hover { color: var(--accent-dark); }
.blog-excerpt {
  font-size: 13.5px; color: var(--text-muted); line-height: 1.7;
  margin-bottom: 16px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); margin-top: auto; }
.blog-author { display: flex; align-items: center; gap: 8px; }
.blog-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: var(--primary); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; flex-shrink: 0; }
.blog-author-name { font-size: 12px; font-weight: 700; color: var(--primary); }
.blog-read-more { font-size: 12.5px; font-weight: 700; color: var(--accent-dark); display: flex; align-items: center; gap: 5px; text-decoration: none !important; transition: gap var(--t); }
.blog-read-more:hover { gap: 8px; color: var(--accent); }

/* ── Reviews Section Redesign ───────────────────────── */
.review-hero {
  background: linear-gradient(135deg, var(--primary), #1e3a8a);
  border-radius: var(--radius-lg); padding: 36px 40px;
  color: white; margin-bottom: 36px;
  display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
}
.review-overall { text-align: center; flex-shrink: 0; }
.review-big-score { font-size: 4.5rem; font-weight: 900; color: var(--accent); line-height: 1; letter-spacing: -2px; margin-bottom: 4px; }
.review-big-stars { color: var(--accent); font-size: 17px; display: flex; justify-content: center; gap: 3px; margin-bottom: 6px; }
.review-total-count { font-size: 12.5px; color: #94a3b8; }
.review-bars { flex: 1; min-width: 200px; }
.review-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 12.5px; color: #94a3b8; }
.review-bar-row:last-child { margin-bottom: 0; }
.review-bar-label { width: 36px; flex-shrink: 0; text-align: right; white-space: nowrap; }
.review-bar-label i { color: var(--accent); font-size: 10px; margin-left: 2px; }
.review-bar-track { flex: 1; height: 7px; background: rgba(255,255,255,.12); border-radius: 50px; overflow: hidden; }
.review-bar-fill { height: 100%; background: var(--accent); border-radius: 50px; }
.review-bar-pct { width: 30px; flex-shrink: 0; font-size: 11px; color: #64748b; }
.review-grid-new { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card-new {
  background: var(--bg); border-radius: var(--radius-md);
  border: 1px solid var(--border); padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow var(--t), transform var(--t);
}
.review-card-new:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.review-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.review-card-stars { display: flex; gap: 2px; color: var(--accent); font-size: 12px; }
.review-card-date { font-size: 11.5px; color: var(--text-muted); flex-shrink: 0; }
.review-quote-mark { font-size: 2.2rem; line-height: 1; color: var(--accent); font-family: Georgia, serif; font-weight: 700; opacity: .4; margin-bottom: -6px; display: block; }
.review-quote-text { font-size: 13.5px; color: var(--text); line-height: 1.72; font-style: italic; flex: 1; }
.review-product-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--accent-light); color: var(--accent-dark); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 50px; }
.review-card-author { display: flex; align-items: center; gap: 10px; padding-top: 12px; border-top: 1px solid var(--border); }
.review-card-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex-shrink: 0; }
.review-card-name { font-size: 13px; font-weight: 700; color: var(--primary); line-height: 1.3; }
.review-card-role { font-size: 11.5px; color: var(--text-muted); }
.review-verified { display: flex; align-items: center; gap: 4px; font-size: 11px; color: #16a34a; font-weight: 600; margin-top: 2px; }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width:1199px) {
  .prod-grid { grid-template-columns: repeat(3,1fr); }
  .cat-strip-grid { grid-template-columns: repeat(3,1fr); }
  .ecard-grid { grid-template-columns: repeat(3,1fr); }
  .ecard-grid.ecard-grid-3 { grid-template-columns: repeat(3,1fr); }
}
@media (max-width:991px) {
  .nav-bar { display: none; }
  .hamburger { display: flex; }
  .header-search { max-width: 360px; }
  .prod-grid { grid-template-columns: repeat(2,1fr); }
  .cat-strip-grid { grid-template-columns: repeat(2,1fr); }
  .ecard-grid { grid-template-columns: repeat(2,1fr); }
  .ecard-grid.ecard-grid-3 { grid-template-columns: repeat(2,1fr); }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .hero-section { padding: 44px 0 36px; min-height: auto; }
  .hero-prod-card { display: none; }
  .pd-gallery { position: static; margin-bottom: 24px; }
  .pd-ship-box { position: static; margin-top: 20px; }
  .filter-sidebar { margin-bottom: 20px; }
  .blog-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .review-grid-new { grid-template-columns: repeat(2,1fr); }
  .review-hero { gap: 24px; padding: 28px; }
}
@media (max-width:767px) {
  .blog-grid { grid-template-columns: 1fr; }
  .review-grid-new { grid-template-columns: 1fr; }
  .review-hero { padding: 22px 20px; }
  .review-big-score { font-size: 3.5rem; }
  .top-bar { display: none; }
  .trust-items { flex-wrap: wrap; }
  .trust-item { min-width: 50%; flex: 1 1 50%; border-right: none; border-bottom: 1px solid var(--border); }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .trust-item:last-child, .trust-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .prod-grid { gap: 11px; }
  .cat-grid { gap: 8px; }
  .section { padding: 40px 0; }
  .sec-title { font-size: 1.3rem; }
  .hero-title { font-size: 1.55rem; }
  .hero-sub { font-size: 14px; }
  .hero-stats { gap: 18px; }
  .cform-wrap { padding: 22px; }
  .pd-info { padding: 18px; }
  .pd-gallery-wrap { flex-direction: column-reverse; }
  .pd-thumbs-left { flex-direction: row; width: auto; max-height: none; }
  .pd-thumb { width: 56px; height: 56px; }
  .cat-strip { padding: 18px; }
  .promo-strip { padding: 24px 22px; }
  .nl-section { padding: 40px 0; }
  .footer-main { padding: 40px 0 24px; }
  .pd-tab-body { padding: 20px; }
  .legal-wrap { padding: 32px 0 48px; }
  .legal-section { padding: 20px; }
  .csb-panel { width: 100%; max-width: 100vw; }
}
@media (max-width:575px) {
  .header-search input { padding: 0 56px 0 40px; }
  .header-search .btn-search span { display: none; }
  .hero-btns { flex-direction: column; }
  .btn-hp { width: 100%; justify-content: center; }
  .hbl { display: none; }
  .prod-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .cat-strip-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .ecard-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .ecard-grid.ecard-grid-3 { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .cat-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .cat-card { padding: 18px 10px 14px; gap: 8px; }
  .cat-icon { width: 48px; height: 48px; font-size: 18px; }
  .cat-name { font-size: 12px; }
}
