/** Shopify CDN: Minification failed

Line 850:0 Unexpected "@import"

**/
/* EzzeShoppe Luxury Design System */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap');

:root {
  --navy: #0D3B66;
  --navy-dark: #072542;
  --navy-deep: #041A30;
  --gold: #A16207;
  --gold-light: #CA8A04;
  --gold-pale: #FEF3C7;
  --bg: #FAFAF9;
  --surface: #FFFFFF;
  --surface-2: #F8FAFC;
  --border: #E2E8F0;
  --border-strong: #CBD5E1;
  --text: #0F172A;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --success: #059669;
  --danger: #DC2626;
  --warning: #D97706;
  --font: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px !important;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font) !important;
  background-color: var(--bg) !important;
  color: var(--text) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased;
  width: 100% !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: var(--font);
  cursor: pointer;
  border: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 1. TOP BAR */
.top-bar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid rgba(161, 98, 7, 0.3);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar-promo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.top-bar-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  transition: color 0.2s ease;
}

.top-bar-links a:hover {
  color: #FCD34D;
}

.top-bar-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

/* 2. MAIN HEADER */
.main-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 500;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 84px;
  gap: 24px;
}

.header-logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.search-bar {
  flex: 1;
  display: flex;
  align-items: center;
  border: 2px solid #0D3B66;
  border-radius: 10px;
  overflow: visible !important;
  height: 48px;
  background: #ffffff;
  position: relative;
}

.search-cat-select {
  background: #F8FAFC;
  border: none;
  border-right: 1px solid #CBD5E1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0 16px;
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  color: #0D3B66;
  outline: none;
  height: 100%;
  cursor: pointer;
}

.search-input {
  flex: 1;
  border: none;
  padding: 0 16px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  outline: none;
  height: 100%;
}

.search-btn {
  background: var(--navy);
  color: #ffffff;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  height: 100%;
  transition: background 0.2s ease;
}

.search-btn:hover {
  background: var(--navy-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 8px;
  position: relative;
  transition: background 0.2s ease;
}

.header-action-btn:hover {
  background: var(--surface-2);
}

.header-action-label {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.header-action-sublabel {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
}

.cart-badge {
  position: absolute;
  top: 2px;
  right: 6px;
  background: var(--danger);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* 3. NAV BAR */
.nav-bar {
  background: var(--navy);
  border-bottom: 3px solid var(--gold);
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 8px;
}

.nav-all-btn {
  background: var(--gold);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.02em;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.nav-link.highlight {
  color: #FCD34D;
  font-weight: 700;
}

/* 4. CATEGORY RINGS BAR (Image 2 Top) */
.category-rings-section {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.category-rings-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.category-ring-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.category-ring-card:hover {
  transform: translateY(-4px);
}

.ring-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #F8FAFC;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ring-circle svg {
  width: 28px;
  height: 28px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 1.8;
  transition: stroke 0.2s ease;
}

.category-ring-card:hover .ring-circle {
  border-color: var(--gold);
  background: var(--gold-pale);
  box-shadow: 0 4px 14px rgba(161, 98, 7, 0.2);
}

.category-ring-card:hover .ring-circle svg {
  stroke: var(--gold);
}

.ring-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-align: center;
}

.category-ring-card:hover .ring-label {
  color: var(--navy);
}

/* 5. HERO SECTION (Image 2 Middle) */
.hero-section {
  padding: 24px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
}

.hero-main-card {
  background: linear-gradient(135deg, #041A30 0%, #0D3B66 60%, #1A5694 100%);
  border-radius: 20px;
  padding: 44px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.hero-main-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FCD34D;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.hero-main-title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #ffffff;
}

.hero-main-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 24px;
}

.hero-main-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn-hero-gold {
  background: linear-gradient(135deg, #CA8A04, #A16207);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(161, 98, 7, 0.4);
  transition: transform 0.2s ease, filter 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.btn-hero-outline {
  border: 1.5px solid rgba(252, 211, 77, 0.5);
  color: #FCD34D;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 11px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-trust-indicators {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.hero-side-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-side-card {
  background: #ffffff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  flex: 1;
}

.hero-side-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(161, 98, 7, 0.15);
}

.hero-side-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-side-icon.icon-navy {
  background: linear-gradient(135deg, var(--navy), #1A5694);
  color: #FCD34D;
}

.hero-side-icon.icon-gold {
  background: linear-gradient(135deg, #CA8A04, var(--gold));
  color: #ffffff;
}

.hero-side-icon.icon-dark {
  background: linear-gradient(135deg, #0F172A, #334155);
  color: #38BDF8;
}

.hero-side-badge {
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

.badge-express { background: #EFF6FF; color: #1D4ED8; }
.badge-hot { background: #FEE2E2; color: #DC2626; }
.badge-trending { background: #FEF3C7; color: #D97706; }

.hero-side-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 2px;
}

.hero-side-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 6. TRUST BAR (Image 2 Bottom) */
.trust-bar-section {
  background: #ffffff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  margin-bottom: 24px;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 12px;
  border-right: 1px solid var(--border);
}

.trust-card:last-child {
  border-right: none;
}

.trust-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gold-pale);
  border: 1px solid rgba(161, 98, 7, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon-box svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.8;
}

.trust-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 2px;
}

.trust-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* 7. PROMO STRIP (Image 3 Top) */
.promo-strip-section {
  margin-bottom: 32px;
}

.promo-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.promo-card-item {
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.promo-card-blue { background: linear-gradient(135deg, #0D3B66, #1E5FA3); }
.promo-card-gold { background: linear-gradient(135deg, #92400E, #CA8A04); }
.promo-card-dark { background: linear-gradient(135deg, #1C1917, #3C3028); }
.promo-card-slate { background: linear-gradient(135deg, #0F172A, #1E3A5F); }

.promo-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-card-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.8;
}

.promo-eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  margin-bottom: 2px;
}

.promo-title {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 2px;
}

.promo-sub {
  font-size: 0.75rem;
  opacity: 0.8;
}

/* 8. PRODUCT GRID (Image 3 Bottom) */
.product-grid-section {
  padding: 24px 0 40px;
}

.product-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  background: #ffffff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(161, 98, 7, 0.15);
  transform: translateY(-4px);
}

.discount-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #EF4444;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 2;
}

.product-img-box {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 12px;
  overflow: hidden;
}

.product-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover .product-img-box img {
  transform: scale(1.06);
}

.product-brand {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.product-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.rating-stars {
  color: #F59E0B;
  font-size: 0.85rem;
}

.rating-count {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.main-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
}

.old-price {
  font-size: 0.88rem;
  color: var(--text-light);
  text-decoration: line-through;
}

.express-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #EFF6FF;
  color: #1D4ED8;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.btn-add-cart {
  width: 100%;
  height: 42px;
  background: var(--navy);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-add-cart:hover {
  background: var(--gold);
}

@media (max-width: 1024px) {
  .category-rings-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid-4col { grid-template-columns: repeat(2, 1fr); }
}


/* === EZZE THEME COMPONENT STYLES === */
Ã¯Â»Â¿/* ==========================================================================
   EzzeShoppe.com Ã¢â‚¬â€ UI UX Pro Max Redesign
   Design System: Soft UI Evolution | Premium E-Commerce Marketplace
   Palette: Deep Navy + Gold + Clean Off-White
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap');

:root {
  --navy:#0D3B66;--navy-dark:#072542;--navy-deep:#041A30;
  --gold:#A16207;--gold-light:#CA8A04;--gold-pale:#FEF3C7;
  --bg:#FAFAF9;--surface:#FFFFFF;--surface-2:#F5F5F4;
  --muted:#E8ECF0;--border:#E0DDD9;--border-strong:#C8C4BE;
  --text:#0C0A09;--text-secondary:#44403C;--text-muted:#78716C;--text-light:#A8A29E;
  --success:#059669;--danger:#DC2626;--warning:#D97706;
  --shadow-xs:0 1px 2px rgba(0,0,0,0.06);
  --shadow-sm:0 2px 6px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);
  --shadow-md:0 4px 14px rgba(0,0,0,0.09),0 2px 4px rgba(0,0,0,0.05);
  --shadow-lg:0 8px 28px rgba(0,0,0,0.12),0 4px 8px rgba(0,0,0,0.06);
  --shadow-xl:0 20px 48px rgba(0,0,0,0.14),0 8px 16px rgba(0,0,0,0.06);
  --r-xs:4px;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-2xl:28px;
  --ease:cubic-bezier(0.25,0.46,0.45,0.94);
  --ease-out:cubic-bezier(0.16,1,0.3,1);
  --ease-back:cubic-bezier(0.34,1.56,0.64,1);
  --dur-fast:150ms;--dur-mid:220ms;--dur-slow:300ms;
  --font:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:0.9375rem;line-height:1.55;-webkit-font-smoothing:antialiased;min-width:0}
a{text-decoration:none;color:inherit}
button{font-family:var(--font);cursor:pointer;border:none;background:none}
img{max-width:100%;display:block}
ul{list-style:none}

.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem}
/* Force full-width layout for top-level bars */
.top-bar .container,
.main-header .container,
.nav-bar .container,
.category-bar .container{max-width:100%;padding:0 2rem}


/* Buttons */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:#fff;font-weight:700;font-size:.825rem;padding:.65rem 1.4rem;border-radius:var(--r-sm);transition:background var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease-back);cursor:pointer;border:none}
.btn-primary:hover{background:var(--navy-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#CA8A04,var(--gold));color:#fff;font-weight:700;font-size:.825rem;padding:.65rem 1.5rem;border-radius:var(--r-sm);box-shadow:0 4px 12px rgba(161,98,7,.3);transition:filter var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease-back);cursor:pointer;border:none}
.btn-gold:hover{filter:brightness(1.08);transform:translateY(-2px)}
.btn-outline{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--navy);font-weight:600;font-size:.825rem;padding:.55rem 1.2rem;border-radius:var(--r-sm);border:1.5px solid var(--navy);transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease);cursor:pointer}
.btn-outline:hover{background:var(--navy);color:#fff}

/* Badges */
.badge{display:inline-flex;align-items:center;font-size:.68rem;font-weight:800;letter-spacing:.03em;padding:.18rem .5rem;border-radius:var(--r-xs);white-space:nowrap}
.badge-gold{background:var(--gold-pale);color:var(--gold);border:1px solid #FCD34D}
.badge-navy{background:var(--navy);color:#fff}
.badge-danger{background:#FEE2E2;color:var(--danger);border:1px solid #FECACA}
.badge-success{background:#D1FAE5;color:var(--success);border:1px solid #6EE7B7}
.badge-express{background:linear-gradient(90deg,#0D3B66,#1E5FA3);color:#fff}

/* Section headers */
.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}
.section-title{font-size:1.0625rem;font-weight:800;color:var(--text);position:relative;padding-left:.85rem}
.section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:linear-gradient(180deg,var(--gold-light),var(--gold));border-radius:2px}
.section-see-all{font-size:.825rem;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:.25rem;cursor:pointer;transition:gap var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}
.section-see-all:hover{gap:.5rem;color:var(--gold)}

/* 1. TOP BAR */
.top-bar{background:var(--navy-deep);color:rgba(255,255,255,.88);font-size:.75rem;font-weight:500;padding:.45rem 0;border-bottom:1px solid rgba(161,98,7,.3)}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.top-bar-promo{display:flex;align-items:center;gap:.5rem;font-weight:600}
.top-bar-promo strong{color:#FCD34D}
.top-bar-links{display:flex;align-items:center;gap:1.5rem}
.top-bar-links a{color:rgba(255,255,255,.7);transition:color var(--dur-fast) var(--ease)}
.top-bar-links a:hover{color:#FCD34D}
.top-bar-divider{width:1px;height:14px;background:rgba(255,255,255,.15)}

/* 2. MAIN HEADER */
.main-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:600;box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;height:84px;gap:0;width:100%}
.header-logo{display:flex;align-items:center;flex-shrink:0;margin-right:1.25rem}
.header-logo img{height:50px;width:auto;object-fit:contain}
.search-bar{flex:1 1 0;min-width:0;display:flex;align-items:stretch;border:2.5px solid var(--navy);border-radius:var(--r-md);overflow:hidden;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease);height:50px}
.search-bar:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px rgba(161,98,7,.12)}
.search-cat-select{background:var(--surface-2);border:none;border-right:1.5px solid var(--border);padding:0 1.1rem;font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--text);outline:none;cursor:pointer;min-width:150px;flex-shrink:0}
.search-input{flex:1;border:none;padding:0 1.4rem;font-family:var(--font);font-size:1rem;color:var(--text);background:transparent;outline:none}
.search-input::placeholder{color:var(--text-light)}
.search-btn{background:var(--navy);color:#fff;padding:0 2rem;display:flex;align-items:center;gap:.45rem;font-family:var(--font);font-weight:700;font-size:.9rem;transition:background var(--dur-fast) var(--ease);flex-shrink:0}
.search-btn:hover{background:var(--navy-dark)}
.search-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.2}
.header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0;margin-left:1.25rem}
.header-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.5rem .85rem;border-radius:var(--r-md);cursor:pointer;transition:background var(--dur-fast) var(--ease);position:relative;min-width:72px}
.header-action-btn:hover{background:var(--muted)}
.header-action-btn svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.7}
.header-action-label{font-size:.7rem;font-weight:600;color:var(--text-secondary);line-height:1.1;text-align:center}
.header-action-sublabel{font-size:.72rem;font-weight:800;color:var(--navy);line-height:1}
.cart-badge{position:absolute;top:4px;right:8px;background:var(--danger);color:#fff;font-size:.6rem;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface);padding:0 3px}

/* 3. NAV BAR */
.nav-bar{background:var(--navy);border-bottom:3px solid var(--gold)}
.nav-inner{display:flex;align-items:stretch;height:46px;overflow:hidden}
.nav-all-btn{background:var(--gold);color:#fff;font-weight:800;font-size:.825rem;padding:0 1.4rem;display:flex;align-items:center;gap:.5rem;flex-shrink:0;transition:background var(--dur-fast) var(--ease);letter-spacing:.01em;border:none;cursor:pointer}
.nav-all-btn:hover{background:var(--gold-light)}
.nav-all-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5}
.nav-link{display:flex;align-items:center;padding:0 1.1rem;font-size:.825rem;font-weight:600;color:rgba(255,255,255,.85);white-space:nowrap;cursor:pointer;position:relative;transition:color var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease);letter-spacing:.01em}
.nav-link::after{content:'';position:absolute;bottom:0;left:50%;right:50%;height:3px;background:var(--gold-pale);border-radius:2px 2px 0 0;transition:left var(--dur-mid) var(--ease-out),right var(--dur-mid) var(--ease-out)}
.nav-link:hover,.nav-link.active{color:#fff;background:rgba(255,255,255,.07)}
.nav-link:hover::after,.nav-link.active::after{left:.6rem;right:.6rem}
.nav-link.highlight{color:#FCD34D;font-weight:700}
.nav-link.express-link{color:#86EFAC;font-weight:700}

/* 4. CATEGORY BAR */
.category-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0}
.category-bar-grid{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.cat-item{display:flex;flex-direction:column;align-items:center;gap:.55rem;cursor:pointer;padding:.5rem .75rem;border-radius:var(--r-lg);transition:background var(--dur-fast) var(--ease),transform var(--dur-mid) var(--ease-back);flex:1;min-width:80px}
.cat-item:hover{background:var(--surface-2);transform:translateY(-3px)}
.cat-icon-ring{width:60px;height:60px;border-radius:50%;background:var(--surface-2);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xs);transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease)}
.cat-item:hover .cat-icon-ring{border-color:var(--gold);box-shadow:0 4px 14px rgba(161,98,7,.2);background:var(--gold-pale)}
.cat-icon-ring svg{width:26px;height:26px;stroke:var(--navy);fill:none;stroke-width:1.7;transition:stroke var(--dur-fast) var(--ease)}
.cat-item:hover .cat-icon-ring svg{stroke:var(--gold)}
.cat-label{font-size:.76rem;font-weight:700;color:var(--text-secondary);text-align:center;line-height:1.2}
.cat-item:hover .cat-label{color:var(--navy)}

/* 5. HERO */
.hero-section{padding:1.25rem 0}
.hero-grid{display:grid;grid-template-columns:1fr 300px;gap:1rem}
.hero-main{position:relative;border-radius:var(--r-xl);overflow:hidden;min-height:360px;display:flex;align-items:flex-end;background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 60%,#1A5694 100%);box-shadow:var(--shadow-lg)}
.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}
.hero-bg-gradient{position:absolute;inset:0;background:linear-gradient(100deg,rgba(7,37,66,.96) 0%,rgba(7,37,66,.82) 45%,rgba(7,37,66,.1) 100%)}
.hero-content{position:relative;z-index:2;padding:2.5rem 3rem;max-width:580px}
.hero-eyebrow{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}
.hero-eyebrow span{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#FCD34D}
.hero-eyebrow-line{width:32px;height:1.5px;background:#FCD34D;border-radius:1px}
.hero-h1{font-size:2.6rem;font-weight:800;line-height:1.15;color:#fff;margin-bottom:.85rem;letter-spacing:-.02em}
.hero-h1 em{font-style:normal;background:linear-gradient(90deg,#FCD34D,#FDE68A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:.9375rem;color:rgba(255,255,255,.75);line-height:1.6;margin-bottom:1.5rem}
.hero-cta-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}
.hero-code-chip{background:rgba(255,255,255,.1);border:1px solid rgba(252,211,77,.4);color:#FCD34D;font-size:.75rem;font-weight:800;padding:.35rem .75rem;border-radius:var(--r-sm);letter-spacing:.05em}
.hero-trust-row{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12)}
.hero-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:rgba(255,255,255,.65)}
.hero-trust-item svg{width:14px;height:14px;stroke:#86EFAC;fill:none;stroke-width:2.5}
.hero-dot{width:24px;height:4px;border-radius:2px;background:rgba(255,255,255,.3);cursor:pointer;transition:width var(--dur-mid) var(--ease),background var(--dur-mid) var(--ease)}
.hero-dot.active{width:36px;background:#FCD34D}
.hero-slide-dots{position:absolute;bottom:1.25rem;left:3rem;z-index:3;display:flex;gap:.4rem}
.hero-side-stack{display:flex;flex-direction:column;gap:1rem}
.hero-side-card{background:var(--surface);border-radius:var(--r-lg);border:1.5px solid var(--border);padding:1.1rem;display:flex;align-items:center;gap:.85rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease-back);flex:1}
.hero-side-card:hover{border-color:var(--gold);box-shadow:0 6px 20px rgba(161,98,7,.15);transform:translateY(-2px)}
.hero-side-card-icon{width:54px;height:54px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero-side-card-icon svg{width:28px;height:28px;fill:none;stroke-width:1.7}
.icon-bg-navy{background:linear-gradient(135deg,var(--navy),#1A5694)}
.icon-bg-navy svg{stroke:#FCD34D}
.icon-bg-gold{background:linear-gradient(135deg,#CA8A04,var(--gold))}
.icon-bg-gold svg{stroke:#fff}
.hero-side-card-title{font-size:.875rem;font-weight:800;color:var(--text);margin-bottom:.15rem}
.hero-side-card-sub{font-size:.75rem;color:var(--text-muted)}
.hero-side-card-arrow svg{width:16px;height:16px;stroke:var(--text-light);fill:none;stroke-width:2}

/* 6. DEALS */
.deals-section{padding:1.25rem 0 0}
.deals-panel{background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);padding:1.5rem;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}
.deals-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.deals-title-group{display:flex;align-items:center;gap:1.25rem}
.deals-title{font-size:1.0625rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:.5rem}
.deals-title svg{width:22px;height:22px;stroke:var(--danger);fill:none;stroke-width:1.8}
.timer-row{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--text-muted)}
.timer-unit{background:var(--navy);color:#FCD34D;font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:800;padding:.22rem .55rem;border-radius:var(--r-xs);font-family:var(--font);min-width:2.2rem;text-align:center}
.timer-colon{color:var(--danger);font-weight:800;font-size:.9rem}

/* 7. PRODUCT GRID */
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}
.product-grid-5col{grid-template-columns:repeat(5,1fr)}
.product-grid-4col{grid-template-columns:repeat(4,1fr)}
.product-card{background:var(--surface);border-radius:var(--r-lg);border:1.5px solid var(--border);padding:.85rem;display:flex;flex-direction:column;gap:.55rem;box-shadow:var(--shadow-xs);cursor:pointer;position:relative;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),transform var(--dur-mid) var(--ease-back);opacity:0;transform:translateY(16px) scale(.97)}
.product-card.visible{opacity:1;transform:translateY(0) scale(1)}
.product-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md),0 0 0 1px rgba(161,98,7,.12);transform:translateY(-4px)}
.card-wishlist-btn{position:absolute;top:.6rem;right:.6rem;width:32px;height:32px;border-radius:50%;background:var(--surface);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;opacity:0;transform:scale(.85);transition:opacity var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease-back),border-color var(--dur-fast) var(--ease);box-shadow:var(--shadow-xs)}
.card-wishlist-btn svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2}
.product-card:hover .card-wishlist-btn{opacity:1;transform:scale(1)}
.card-wishlist-btn:hover{border-color:var(--danger)}
.card-wishlist-btn:hover svg{stroke:var(--danger)}
.card-img-wrap{aspect-ratio:1;background:var(--surface-2);border-radius:var(--r-md);overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}
.card-img-wrap img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .4s var(--ease-out)}
.product-card:hover .card-img-wrap img{transform:scale(1.06)}
.card-discount-badge{position:absolute;top:.5rem;left:.5rem;background:var(--danger);color:#fff;font-size:.65rem;font-weight:800;padding:.15rem .45rem;border-radius:var(--r-xs)}
.card-brand{font-size:.68rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.06em}
.card-title{font-size:.84rem;font-weight:600;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.25em}
.product-card:hover .card-title{color:var(--navy)}
.card-rating{display:flex;align-items:center;gap:.3rem}
.stars{display:flex;gap:1px}
.stars svg{width:11px;height:11px}
.star-filled{fill:#F59E0B;stroke:none}
.star-empty{fill:#E5E7EB;stroke:none}
.rating-count{font-size:.7rem;color:var(--text-muted)}
.card-price-row{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}
.card-price{font-size:1.15rem;font-weight:800;color:var(--navy);font-variant-numeric:tabular-nums}
.card-price-old{font-size:.775rem;color:var(--text-light);text-decoration:line-through;font-variant-numeric:tabular-nums}
.card-express-tag{display:inline-flex;align-items:center;gap:.2rem;font-size:.65rem;font-weight:700;color:var(--navy);background:#DBEAFE;border-radius:var(--r-xs);padding:.12rem .38rem}
.card-add-btn{width:100%;background:var(--navy);color:#fff;font-family:var(--font);font-weight:700;font-size:.75rem;padding:.52rem;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;gap:.35rem;transition:background var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease-back),box-shadow var(--dur-fast) var(--ease),opacity var(--dur-fast) var(--ease);cursor:pointer;border:none;opacity:0;transform:translateY(4px)}
.card-add-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.2}
.product-card:hover .card-add-btn{opacity:1;transform:translateY(0)}
.card-add-btn:hover{background:var(--gold);box-shadow:0 4px 12px rgba(161,98,7,.35)}

/* 8. PROMO STRIP */
.promo-strip{padding:1.5rem 0}
.promo-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.promo-card{border-radius:var(--r-xl);padding:1.4rem 1.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;position:relative;overflow:hidden;transition:transform var(--dur-mid) var(--ease-back),box-shadow var(--dur-mid) var(--ease);box-shadow:var(--shadow-md)}
.promo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}
.promo-card-navy{background:linear-gradient(135deg,var(--navy),#1A5694);color:#fff}
.promo-card-gold{background:linear-gradient(135deg,#92400E,var(--gold));color:#fff}
.promo-card-dark{background:linear-gradient(135deg,#1C1917,#3C3028);color:#fff}
.promo-card-slate{background:linear-gradient(135deg,#0F172A,#1E3A5F);color:#fff}
.promo-card::after{content:'';position:absolute;top:-40px;right:-40px;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.promo-card-icon{width:48px;height:48px;flex-shrink:0;border-radius:var(--r-md);background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.promo-card-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}
.promo-eyebrow{font-size:.65rem;font-weight:700;opacity:.7;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.15rem}
.promo-title{font-size:1rem;font-weight:800;line-height:1.2;margin-bottom:.2rem}
.promo-sub{font-size:.72rem;opacity:.78;font-weight:500}

/* 9. TRUST BAR */
.trust-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0;margin:1.5rem 0}
.trust-bar-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:.85rem;padding:0 1.5rem;border-right:1px solid var(--border)}
.trust-item:last-child{border-right:none}
.trust-icon-wrap{width:44px;height:44px;border-radius:var(--r-md);background:var(--gold-pale);border:1px solid rgba(161,98,7,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon-wrap svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.8}
.trust-text-title{font-size:.825rem;font-weight:800;color:var(--text)}
.trust-text-sub{font-size:.75rem;color:var(--text-muted)}

/* 10. CART DRAWER */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(3px);z-index:900;opacity:0;pointer-events:none;transition:opacity var(--dur-slow) var(--ease)}
.cart-overlay.active{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:0;width:440px;height:100dvh;background:var(--surface);z-index:1000;transform:translateX(100%);transition:transform var(--dur-slow) var(--ease-out);display:flex;flex-direction:column;box-shadow:-8px 0 40px rgba(0,0,0,.18)}
.cart-drawer.active{transform:translateX(0)}
.cart-header{background:var(--navy);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.cart-header-title{color:#fff;font-size:1.1rem;font-weight:800}
.cart-close-btn{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--dur-fast) var(--ease);border:none}
.cart-close-btn:hover{background:rgba(255,255,255,.2)}
.cart-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}
.cart-footer{border-top:1px solid var(--border);padding:1.25rem 1.5rem;background:var(--surface)}
.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:800;color:var(--text)}
.cart-total-amount{color:var(--danger);font-variant-numeric:tabular-nums}
.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}
.cart-item-img{width:64px;height:64px;object-fit:contain;border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--border);padding:4px;flex-shrink:0}
.cart-item-info{flex:1}
.cart-item-name{font-size:.825rem;font-weight:600;color:var(--text);line-height:1.3}
.cart-item-price{font-size:1rem;font-weight:800;color:var(--navy);margin-top:.25rem}
.cart-item-remove{font-size:1.2rem;color:var(--text-light);cursor:pointer;padding:.25rem;border:none;background:none;transition:color var(--dur-fast) var(--ease)}
.cart-item-remove:hover{color:var(--danger)}
.cart-empty{text-align:center;padding:3rem 0;color:var(--text-muted)}
.cart-empty svg{width:48px;height:48px;margin:0 auto 1rem;stroke:var(--border-strong);fill:none;stroke-width:1.2}

/* 11. MODAL */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:1100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--dur-slow) var(--ease);padding:1.5rem}
.modal-overlay.active{opacity:1;pointer-events:auto}
.modal-card{background:var(--surface);border-radius:var(--r-2xl);max-width:840px;width:100%;padding:2rem;position:relative;box-shadow:var(--shadow-xl);transform:scale(.95) translateY(10px);transition:transform var(--dur-slow) var(--ease-out);max-height:90vh;overflow-y:auto}
.modal-overlay.active .modal-card{transform:scale(1) translateY(0)}
.modal-close-btn{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:var(--surface-2);color:var(--text-secondary);font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--border);transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}
.modal-close-btn:hover{background:var(--navy);color:#fff}
.modal-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.modal-img-wrap{aspect-ratio:1;border-radius:var(--r-xl);background:var(--surface-2);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}
.modal-img-wrap img{width:100%;height:100%;object-fit:contain;padding:1.5rem}
.modal-info{display:flex;flex-direction:column;gap:.75rem;padding-top:.25rem}
.modal-brand{font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.06em}
.modal-title{font-size:1.25rem;font-weight:800;color:var(--text);line-height:1.3}
.modal-price{font-size:2rem;font-weight:800;color:var(--navy);font-variant-numeric:tabular-nums}
.modal-price-old{font-size:1rem;color:var(--text-light);text-decoration:line-through}
.modal-desc{font-size:.825rem;color:var(--text-secondary);line-height:1.65}
.modal-add-btn{margin-top:.25rem;padding:.85rem;font-size:.9375rem}

/* 12. TOAST */
.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:1200;display:flex;flex-direction:column;gap:.5rem}
.toast{background:var(--navy-deep);color:#fff;padding:.9rem 1.4rem;border-radius:var(--r-md);font-size:.825rem;font-weight:600;border-left:4px solid var(--gold);box-shadow:var(--shadow-lg);animation:toastIn var(--dur-slow) var(--ease-out) forwards;max-width:320px}
@keyframes toastIn{from{opacity:0;transform:translateX(100%) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}

/* 13. FOOTER */
.site-footer{background:var(--navy-deep);color:rgba(255,255,255,.7);padding:3.5rem 0 0;border-top:1px solid rgba(161,98,7,.3);margin-top:3rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-logo{height:44px;width:auto;margin-bottom:1rem;object-fit:contain}
.footer-desc{font-size:.825rem;line-height:1.7;color:rgba(255,255,255,.55);max-width:280px}
.footer-social{display:flex;gap:.65rem;margin-top:1.25rem}
.footer-social-btn{width:36px;height:36px;border-radius:var(--r-md);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease)}
.footer-social-btn:hover{background:var(--gold);border-color:var(--gold)}
.footer-social-btn svg{width:16px;height:16px;stroke:rgba(255,255,255,.8);fill:none;stroke-width:1.8}
.footer-col-title{font-size:.825rem;font-weight:800;color:#FCD34D;margin-bottom:1rem;letter-spacing:.03em}
.footer-links{display:flex;flex-direction:column;gap:.55rem}
.footer-links a{font-size:.825rem;color:rgba(255,255,255,.55);transition:color var(--dur-fast) var(--ease),padding-left var(--dur-fast) var(--ease)}
.footer-links a:hover{color:#FCD34D;padding-left:4px}
.footer-bottom{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between}
.footer-copy{font-size:.75rem;color:rgba(255,255,255,.35)}
.footer-pay-methods{display:flex;align-items:center;gap:.5rem}
.pay-chip{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-xs);padding:.2rem .6rem;font-size:.68rem;font-weight:700;color:rgba(255,255,255,.6);letter-spacing:.04em}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--muted) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--r-sm)}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}







/* ============================================================
   EZZE SHOPPE MOBILE RESPONSIVE DESIGN SYSTEM
   ============================================================ */
@media screen and (max-width: 768px) {
  .container { padding-left: 12px !important; padding-right: 12px !important; }
  .header-main-grid { grid-template-columns: 1fr !important; gap: 10px !important; padding: 10px 0 !important; }
  .header-actions { justify-content: flex-end !important; width: auto !important; }
  .search-bar { width: 100% !important; max-width: 100% !important; }
  .nav-bar .container { padding: 0 6px !important; }
  .nav-inner { display: flex !important; overflow-x: auto !important; white-space: nowrap !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; gap: 8px !important; justify-content: flex-start !important; padding: 6px 0 !important; }
  .nav-inner::-webkit-scrollbar { display: none !important; }
  .nav-link { font-size: 0.725rem !important; padding: 4px 8px !important; flex-shrink: 0 !important; }
  .hero-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .hero-main { min-height: 300px !important; border-radius: 12px !important; }
  .hero-content { padding: 1.25rem !important; }
  .hero-h1 { font-size: 1.5rem !important; line-height: 1.25 !important; margin-bottom: 8px !important; }
  .hero-sub { font-size: 0.8125rem !important; margin-bottom: 14px !important; }
  .hero-cta-row { flex-wrap: wrap !important; gap: 8px !important; }
  .btn-gold { padding: 10px 18px !important; font-size: 0.8125rem !important; }
  .hero-code-chip { padding: 8px 12px !important; font-size: 0.75rem !important; }
  .hero-side-stack { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .trust-item { gap: 8px !important; }
  .category-bar-grid { display: flex !important; overflow-x: auto !important; gap: 16px !important; padding-bottom: 6px !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; }
  .category-bar-grid::-webkit-scrollbar { display: none !important; }
  .cat-item { flex-shrink: 0 !important; width: 72px !important; }
  .cat-icon-ring { width: 54px !important; height: 54px !important; }
  .cat-label { font-size: 0.75rem !important; white-space: nowrap !important; }
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .ezze-product-card { padding: 10px !important; }
  .ezze-product-card img { height: 130px !important; }
  .ezze-product-card h3 { font-size: 0.8125rem !important; height: 2.5em !important; }
  .section-header { flex-direction: row !important; align-items: center !important; justify-content: space-between !important; }
}
@media screen and (max-width: 480px) {
  .trust-bar-grid { grid-template-columns: 1fr !important; }
  .hero-h1 { font-size: 1.35rem !important; }
}



/* === NOON STYLE PRODUCT IMAGE HOVER ZOOM === */
.product__media, .product__media-item, .product-media-container, .product__modal-opener {
  overflow: hidden !important;
  position: relative !important;
  cursor: zoom-in !important;
}
.product__media img, .product__media-item img, .product-media-container img, .product__modal-opener img {
  transition: transform 0.25s ease-out, transform-origin 0.05s ease-out !important;
}
.product__media:hover img, .product__media-item:hover img, .product-media-container:hover img, .product__modal-opener:hover img {
  transform: scale(2.2) !important;
}
