/* ═══════════════════════════════════════════════
   Zeptdeals USER CSS  —  v3.0
   Fonts: Playfair Display + DM Sans
   Gold: #c8a96e  |  Dark: #0a0a0a
═══════════════════════════════════════════════ */

:root {
  --gold:    #c8a96e;
  --gold-lt: #e8d5a8;
  --dark:    #0a0a0a;
  --surface: #f8f6f2;
  --border:  #ede9e0;
  --text:    #1a1a1a;
  --muted:   #888;
  --font-display: 'Playfair Display', serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --radius:  10px;
  --shadow:  0 4px 24px rgba(0,0,0,.07);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.fw-600 { font-weight: 600; }

/* ── TOPBAR ─────────────────────────────────── */
.topbar {
  background: var(--dark);
  color: rgba(255,255,255,.6);
  font-size: .75rem;
  padding: .4rem 0;
  letter-spacing: .03em;
}
.topbar a { color: rgba(255,255,255,.65); transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.topbar-sell {
  background: rgba(200,169,110,.15);
  color: var(--gold) !important;
  border: 1px solid rgba(200,169,110,.3);
  padding: .15rem .65rem;
  border-radius: 100px;
  font-weight: 600;
}

/* ── HEADER ─────────────────────────────────── */
.main-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 900;
  transition: box-shadow .3s;
}
.main-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.09); }
.header-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .65rem 0;
}

/* Ham button */
.ham-btn {
  display: flex; flex-direction: column; justify-content: center;
  gap: 5px; width: 36px; height: 36px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.ham-btn span {
  display: block; height: 2px; background: var(--dark);
  border-radius: 2px; transition: all .3s;
}

/* Logo */
.site-logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; flex-shrink: 0; }
.logo-main {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  letter-spacing: .14em; color: var(--dark);
}
.logo-sub {
  font-size: .55rem; letter-spacing: .25em;
  text-transform: uppercase; color: var(--gold);
  margin-top: 2px; font-weight: 400;
}
.site-logo:hover .logo-main { color: var(--gold); }

/* Header search */
.header-search {
  flex: 1; max-width: 500px; margin: 0 auto;
  display: flex; align-items: center;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 10px; overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.header-search:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,169,110,.12);
}
.header-search i { padding: 0 .75rem; color: #bbb; flex-shrink: 0; }
.header-search input {
  flex: 1; border: none; background: transparent;
  padding: .6rem 0; font-size: .875rem;
  font-family: var(--font-body); outline: none; color: var(--text);
}
.header-search input::placeholder { color: #c0b8aa; }
.header-search button {
  background: var(--dark); color: #fff;
  border: none; padding: .6rem 1rem;
  font-size: .78rem; font-weight: 700;
  letter-spacing: .05em; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.header-search button:hover { background: var(--gold); }

/* Header icons */
.header-icons { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.hicon {
  position: relative;
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 9px; background: none; border: none;
  font-size: 1.15rem; color: var(--dark); cursor: pointer;
  text-decoration: none; transition: all .2s;
}
.hicon:hover { background: var(--surface); color: var(--gold); }
.hicon-badge {
  position: absolute; top: 2px; right: 2px;
  min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--gold); color: #fff;
  font-size: .6rem; font-weight: 800;
  border-radius: 100px;
  display: flex; align-items: center; justify-content: center;
}

/* Mobile search bar */
.mobile-search-bar {
  display: flex; align-items: center;
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: 10px; overflow: hidden; margin-bottom: .6rem;
}
.mobile-search-bar i { padding: 0 .75rem; color: #bbb; }
.mobile-search-bar input {
  flex: 1; border: none; background: transparent;
  padding: .65rem 0; font-size: .875rem; outline: none;
  font-family: var(--font-body);
}
.mobile-search-bar button {
  background: var(--dark); color: #fff; border: none;
  padding: .65rem .9rem; cursor: pointer;
}

/* ── CATEGORY NAV ───────────────────────────── */
.cat-nav { border-top: 1px solid var(--border); }
.cat-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; overflow-x: auto;
  scrollbar-width: none; gap: 0;
}
.cat-nav ul::-webkit-scrollbar { display: none; }
.cat-nav li { position: relative; flex-shrink: 0; }
.cat-nav li a {
  display: flex; align-items: center; gap: .3rem;
  padding: .6rem .9rem; font-size: .8rem;
  font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; color: #555;
  border-bottom: 2px solid transparent;
  transition: all .2s; white-space: nowrap;
}
.cat-nav li a:hover, .cat-nav li a.active {
  color: var(--dark); border-bottom-color: var(--gold);
}
.cat-nav li a i { font-size: .65rem; transition: transform .2s; }
.cat-nav li:hover > a i { transform: rotate(180deg); }

/* Category dropdown */
.cat-nav .has-sub:hover .cat-dropdown { display: flex; }
.cat-dropdown {
  display: none;
  flex-direction: column;
  position: absolute; top: 100%; left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
  z-index: 999; padding: .5rem 0;
}
.cat-dropdown a {
  padding: .5rem 1.1rem !important;
  font-size: .85rem !important; text-transform: none !important;
  letter-spacing: 0 !important; font-weight: 500 !important;
  border-bottom: none !important;
  color: #555 !important;
}
.cat-dropdown a:hover { color: var(--gold) !important; background: var(--surface); padding-left: 1.4rem !important; }
.cat-dropdown-all {
  font-weight: 700 !important; color: var(--dark) !important;
  border-bottom: 1px solid var(--border) !important;
  margin-bottom: .25rem;
}

/* ── MOBILE OFFCANVAS ───────────────────────── */
.mob-user-strip {
  display: flex; align-items: center; gap: .75rem;
  padding: 1rem 1.25rem; background: var(--dark); color: #fff;
}
.mob-user-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold); color: #fff;
  font-size: 1.1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mob-auth-strip {
  display: flex; gap: .6rem; padding: 1rem 1.25rem;
  background: var(--dark);
}
.mob-auth-btn {
  flex: 1; text-align: center; padding: .55rem;
  border-radius: 8px; font-size: .85rem; font-weight: 700;
  background: var(--gold); color: #000; text-decoration: none;
  transition: opacity .2s;
}
.mob-auth-btn.outline {
  background: transparent; border: 1.5px solid rgba(255,255,255,.3); color: #fff;
}
.mob-nav-list { list-style: none; padding: 0; margin: 0; }
.mob-nav-label {
  padding: .85rem 1.25rem .35rem;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: #bbb;
}
.mob-nav-list a {
  display: flex; align-items: center; gap: .75rem;
  padding: .75rem 1.25rem;
  font-size: .9rem; font-weight: 500; color: #333;
  border-bottom: 1px solid #f5f2ec;
  transition: color .2s, background .2s;
}
.mob-nav-list a i { font-size: 1rem; color: #bbb; width: 20px; text-align: center; }
.mob-nav-list a:hover { color: var(--gold); background: var(--surface); }
.mob-nav-list a:hover i { color: var(--gold); }

/* ── FLASH MESSAGES ─────────────────────────── */
.flash-msg {
  display: flex; align-items: center; gap: .75rem;
  padding: .875rem 1.25rem; font-size: .875rem;
  position: relative; z-index: 800;
  transition: opacity .5s;
}
.flash-msg button {
  margin-left: auto; background: none; border: none;
  font-size: 1.2rem; line-height: 1; cursor: pointer; opacity: .6;
}
.flash-success { background: #f0fdf4; color: #15803d; border-bottom: 1px solid #bbf7d0; }
.flash-error   { background: #fef2f2; color: #dc2626; border-bottom: 1px solid #fecaca; }
.flash-warning { background: #fffbeb; color: #92400e; border-bottom: 1px solid #fde68a; }
.flash-info    { background: #eff6ff; color: #1d4ed8; border-bottom: 1px solid #bfdbfe; }

/* ── MAIN CONTENT ───────────────────────────── */
.site-main { min-height: 60vh; }

/* ── DESKTOP FOOTER ─────────────────────────── */
.site-footer { background: #0d0d0d; color: rgba(255,255,255,.6); }
.footer-top { padding: 3.5rem 0 2.5rem; }
.footer-about { font-size: .875rem; line-height: 1.75; color: rgba(255,255,255,.45); max-width: 300px; margin-bottom: 1.25rem; }
.footer-heading { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { font-size: .855rem; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-social { display: flex; gap: .4rem; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5); font-size: 1rem;
  transition: all .2s;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1.25rem 0; font-size: .8rem;
}
.footer-bottom p { color: rgba(255,255,255,.35); }
.pay-chip {
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.5);
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  padding: .2rem .5rem; border-radius: 5px;
}

/* ── MOBILE BOTTOM NAV ───────────────────────── */
.mob-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 950;
  background: #fff;
  border-top: 1px solid var(--border);
  display: flex;
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
  padding-bottom: env(safe-area-inset-bottom);
}
.mob-nav-item {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 3px; padding: .55rem .25rem;
  font-size: .62rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: #aaa; text-decoration: none;
  transition: color .2s; position: relative;
}
.mob-nav-item i { font-size: 1.25rem; line-height: 1; }
.mob-nav-item.active { color: var(--gold); }
.mob-nav-item.active::after {
  content: '';
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 28px; height: 2px;
  background: var(--gold);
  border-radius: 0 0 4px 4px;
}

/* Cart bubble in bottom nav */
.mob-cart-bubble {
  position: relative;
  width: 46px; height: 32px;
  background: var(--dark); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.1rem;
  transition: background .2s;
}
.mob-nav-item.active .mob-cart-bubble { background: var(--gold); }
.mob-cart-count {
  position: absolute; top: -5px; right: -5px;
  min-width: 18px; height: 18px; padding: 0 4px;
  background: #e74c3c; color: #fff;
  font-size: .6rem; font-weight: 800;
  border-radius: 100px; border: 2px solid #fff;
  display: flex; align-items: center; justify-content: center;
}

/* ═══════════════════════════════════════════════
   SHOP PAGE
═══════════════════════════════════════════════ */
.shop-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1c1408 100%);
  padding: 2.5rem 0 2rem; overflow: hidden; position: relative;
}
.shop-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(200,169,110,.1) 0%, transparent 70%);
}
.shop-hero-inner { position: relative; z-index: 1; }
.shop-hero-eyebrow { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .5rem; }
.shop-hero-eyebrow a { color: rgba(200,169,110,.6); }
.shop-hero-eyebrow span { margin: 0 .35rem; color: rgba(255,255,255,.2); }
.shop-hero-title { font-family: var(--font-display); font-size: clamp(1.8rem,4vw,3rem); font-weight: 700; color: #fff; margin-bottom: .35rem; }
.shop-hero-count { font-size: .82rem; color: rgba(255,255,255,.35); letter-spacing: .06em; margin: 0; }

.shop-page { padding: 2rem 0 4rem; }
.shop-grid-wrap { display: grid; grid-template-columns: 260px 1fr; gap: 2rem; align-items: start; }

/* Sidebar */
.shop-sidebar { position: sticky; top: 90px; }
.sidebar-inner { background: #fff; border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.sidebar-block { border-bottom: 1px solid var(--border); }
.sidebar-block:last-child { border-bottom: none; }
.sidebar-block-title {
  width: 100%; text-align: left; background: none; border: none;
  padding: .9rem 1.2rem; font-size: .75rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  transition: color .2s;
}
.sidebar-block-title:hover { color: var(--gold); }
.sidebar-block-title i { font-size: .65rem; transition: transform .25s; }
.sidebar-block-body { padding: 0 1.2rem 1rem; }
.sidebar-cat {
  display: flex; align-items: center; justify-content: space-between;
  padding: .45rem .55rem; border-radius: 7px;
  font-size: .86rem; color: #555; text-decoration: none;
  transition: all .2s; margin-bottom: .05rem;
}
.sidebar-cat:hover { background: var(--surface); color: var(--gold); }
.sidebar-cat.active { background: var(--dark); color: #fff; font-weight: 600; }
.cat-badge { background: var(--surface); color: #999; font-size: .68rem; font-weight: 700; padding: .1rem .4rem; border-radius: 100px; }
.price-slider {
  width: 100%; height: 4px; -webkit-appearance: none; appearance: none;
  background: linear-gradient(to right, var(--gold) 50%, var(--border) 50%);
  border-radius: 100px; outline: none; cursor: pointer; margin-bottom: .5rem;
}
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(200,169,110,.4); cursor: pointer;
}
.price-range-labels { display: flex; justify-content: space-between; font-size: .8rem; font-weight: 600; color: #555; margin-bottom: .65rem; }
.price-max { color: var(--gold); }
.apply-price-btn, .apply-brands-btn {
  display: block; text-align: center; background: var(--dark); color: #fff;
  padding: .42rem; border-radius: 7px; font-size: .76rem; font-weight: 700;
  letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background .2s;
}
.apply-price-btn:hover, .apply-brands-btn:hover { background: var(--gold); color: #fff; }
.sort-option {
  display: flex; align-items: center; gap: .55rem;
  padding: .45rem .55rem; border-radius: 7px; font-size: .875rem;
  color: #555; text-decoration: none; transition: all .2s; margin-bottom: .05rem;
}
.sort-option:hover { background: var(--surface); color: var(--gold); }
.sort-option.active { color: var(--gold); font-weight: 700; }
.sort-option i { font-size: .85rem; color: #ccc; }
.sort-option.active i:first-child { color: var(--gold); }
.brand-check { display: flex; align-items: center; gap: .55rem; padding: .32rem 0; cursor: pointer; font-size: .875rem; color: #555; }
.brand-check input { display: none; }
.brand-check-box { width: 18px; height: 18px; border-radius: 5px; border: 2px solid #ddd; flex-shrink: 0; transition: all .2s; position: relative; }
.brand-check input:checked + .brand-check-box { background: var(--gold); border-color: var(--gold); }
.brand-check input:checked + .brand-check-box::after { content: '✓'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .68rem; font-weight: 800; }

/* Toolbar */
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0 1.2rem; border-bottom: 1px solid var(--border); margin-bottom: 1.4rem; }
.toolbar-left { display: flex; align-items: center; gap: 1rem; }
.results-text { font-size: .875rem; color: #888; margin: 0; }
.results-text strong { color: var(--text); font-weight: 700; }
.results-text em { font-style: italic; color: var(--gold); }
.toolbar-right { display: flex; align-items: center; gap: .6rem; }
.mobile-filter-btn { display: none; align-items: center; gap: .4rem; padding: .45rem 1rem; background: var(--dark); color: #fff; border: none; border-radius: 8px; font-size: .8rem; font-weight: 700; cursor: pointer; position: relative; }
.filter-active-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); position: absolute; top: 4px; right: 4px; }
.sort-select { border: 1.5px solid var(--border); border-radius: 8px; padding: .38rem .7rem; font-size: .8rem; background: #fff; color: #333; outline: none; cursor: pointer; }
.grid-toggle { display: flex; gap: .2rem; }
.gtoggle { width: 34px; height: 34px; border-radius: 8px; background: var(--surface); border: 1.5px solid transparent; color: #aaa; font-size: .85rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.gtoggle:hover { color: #555; }
.gtoggle.active { background: var(--dark); color: #fff; }

/* Product grid */
.products-grid { display: grid; gap: 1.1rem; }
.products-grid.grid-4 { grid-template-columns: repeat(4,1fr); }
.products-grid.grid-3 { grid-template-columns: repeat(3,1fr); }
.products-grid.grid-2 { grid-template-columns: repeat(2,1fr); }

.product-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,.1); }
.product-img-wrap { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--surface); }
.product-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-img { transform: scale(1.06); }
.product-badge { position: absolute; top: 9px; left: 9px; font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: .22rem .58rem; border-radius: 6px; z-index: 2; }
.product-badge.sale { background: #dc2626; color: #fff; }
.product-badge.new  { background: var(--dark); color: #fff; }
.product-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg,rgba(10,10,10,.82) 0%,transparent 100%); padding: 2rem .7rem .7rem; display: flex; gap: .35rem; justify-content: center; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.product-card:hover .product-overlay { opacity: 1; transform: translateY(0); }
.overlay-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.95); border: none; color: var(--dark); font-size: .9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all .2s; }
.overlay-btn:hover { background: var(--gold); color: #fff; transform: scale(1.1); }
.product-info { padding: .85rem .9rem .9rem; }
.product-vendor { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 700; display: block; margin-bottom: .2rem; }
.product-name { font-size: .86rem; font-weight: 600; margin-bottom: .3rem; line-height: 1.35; }
.product-name a { color: var(--text); transition: color .2s; }
.product-name a:hover { color: var(--gold); }
.product-stars { display: flex; align-items: center; gap: .2rem; font-size: .68rem; color: #f59e0b; margin-bottom: .3rem; }
.product-stars span { color: #bbb; margin-left: .1rem; }
.product-pricing { display: flex; align-items: baseline; gap: .45rem; margin-bottom: .6rem; }
.price-now { font-size: .98rem; font-weight: 800; color: var(--dark); }
.price-was { font-size: .78rem; color: #ccc; text-decoration: line-through; }
.product-cart-btn { width: 100%; padding: .48rem; background: var(--dark); color: #fff; border: none; border-radius: 8px; font-size: .76rem; font-weight: 700; letter-spacing: .06em; cursor: pointer; transition: background .2s; display: flex; align-items: center; justify-content: center; font-family: var(--font-body); }
.product-cart-btn:hover { background: var(--gold); }

/* Empty state */
.shop-empty { text-align: center; padding: 5rem 1rem; }
.shop-empty-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--surface); margin: 0 auto 1.4rem; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; color: var(--gold); }
.shop-empty h3 { font-size: 1.25rem; color: #333; margin-bottom: .45rem; }
.shop-empty p { font-size: .9rem; color: #999; }
.shop-empty a { color: var(--gold); font-weight: 700; }
.empty-cat-chip { padding: .42rem 1rem; border-radius: 100px; border: 1.5px solid var(--border); font-size: .8rem; font-weight: 600; color: #555; text-decoration: none; transition: all .2s; }
.empty-cat-chip:hover { border-color: var(--gold); color: var(--gold); }

/* Pagination */
.shop-pagination { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--border); }
.page-arrow { width: 38px; height: 38px; border-radius: 9px; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; color: #555; text-decoration: none; transition: all .2s; }
.page-arrow:hover { border-color: var(--gold); color: var(--gold); }
.page-numbers { display: flex; gap: .25rem; }
.page-num { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: .875rem; font-weight: 600; color: #555; text-decoration: none; border: 1.5px solid transparent; transition: all .2s; }
.page-num:hover { border-color: var(--border); color: var(--dark); }
.page-num.active { background: var(--dark); color: #fff; border-color: var(--dark); }
.page-dots { display: flex; align-items: center; padding: 0 .2rem; color: #aaa; }

/* Mobile sidebar drawer */
.sidebar-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 1040; }
.sidebar-backdrop.show { display: block; }
body.sidebar-locked { overflow: hidden; }

/* ═══════════════════════════════════════════════
   AUTH PAGES
═══════════════════════════════════════════════ */
.auth-page { background: #faf8f4; }
.auth-split { display: flex; min-height: calc(100vh - 130px); }
.auth-visual {
  width: 42%; flex-shrink: 0; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #0a0a0a 0%, #1a1208 60%, #2c1f06 100%);
  display: flex; align-items: center; justify-content: center; padding: 3rem;
}
.auth-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 30% 40%, rgba(200,169,110,.18) 0%, transparent 70%); }
.auth-visual-inner { position: relative; z-index: 1; text-align: center; }
.auth-visual-logo { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; letter-spacing: .2em; color: #fff; margin-bottom: 2rem; }
.auth-visual-quote { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: rgba(255,255,255,.7); line-height: 1.7; border: none; padding: 0; margin: 0 0 1.5rem; max-width: 300px; }
.auth-visual-tagline { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.auth-form-panel { flex: 1; display: flex; align-items: center; justify-content: center; padding: 2.5rem 1.5rem; background: #faf8f4; overflow-y: auto; }
.auth-form-wrap { width: 100%; max-width: 420px; }
.auth-back { display: inline-flex; align-items: center; font-size: .8rem; font-weight: 600; color: #999; text-decoration: none; margin-bottom: 1.75rem; transition: color .2s; }
.auth-back:hover { color: var(--gold); }
.auth-logo-mobile { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; letter-spacing: .15em; color: var(--dark); }
.auth-title { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; color: var(--dark); margin-bottom: .35rem; }
.auth-subtitle { color: #999; font-size: .9rem; margin-bottom: 1.6rem; }
.auth-alert { display: flex; align-items: center; padding: .7rem 1rem; border-radius: 8px; font-size: .875rem; margin-bottom: 1.1rem; }
.auth-alert--error   { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.auth-alert--success { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }
.auth-field { margin-bottom: 1rem; }
.auth-label { display: block; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #666; margin-bottom: .4rem; }
.auth-input-wrap { display: flex; align-items: center; background: #fff; border: 1.5px solid #e0dbd0; border-radius: 10px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.auth-input-wrap:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,169,110,.12); }
.auth-input-icon { padding: 0 .8rem; color: #ccc; font-size: 1rem; flex-shrink: 0; }
.auth-input { flex: 1; border: none; background: transparent; padding: .72rem .5rem .72rem 0; font-size: .9rem; color: var(--text); font-family: var(--font-body); outline: none; }
.auth-input::placeholder { color: #ccc; }
.auth-eye { background: none; border: none; padding: 0 .8rem; color: #bbb; cursor: pointer; font-size: 1rem; transition: color .2s; flex-shrink: 0; }
.auth-eye:hover { color: var(--gold); }
.auth-check-label { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: #777; cursor: pointer; }
.auth-checkbox { width: 16px; height: 16px; accent-color: var(--gold); cursor: pointer; }
.auth-submit { width: 100%; padding: .82rem; background: var(--dark); color: #fff; border: none; border-radius: 10px; font-size: .9rem; font-weight: 700; letter-spacing: .06em; cursor: pointer; transition: background .25s, transform .15s; font-family: var(--font-body); display: flex; align-items: center; justify-content: center; }
.auth-submit:hover { background: var(--gold); transform: translateY(-1px); }
.auth-divider { display: flex; align-items: center; gap: 1rem; margin: 1.4rem 0; color: #ccc; font-size: .8rem; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.auth-switch { text-align: center; font-size: .875rem; color: #888; }
.auth-link { color: var(--gold); font-weight: 700; text-decoration: none; }
.auth-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.auth-link-sm { font-size: .8rem; color: var(--gold); text-decoration: none; font-weight: 600; }
.auth-terms { font-size: .8rem; color: #aaa; margin-bottom: 1.1rem; line-height: 1.6; }

/* ═══════════════════════════════════════════════
   ACCOUNT PAGES
═══════════════════════════════════════════════ */
.account-section { background: var(--surface); min-height: 80vh; padding: 2rem 0 4rem; }
.account-sidebar { background: #fff; border-radius: 12px; padding: 1.5rem 1.1rem; box-shadow: var(--shadow); position: sticky; top: 90px; }
.account-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; margin: 0 auto; background: var(--gold); display: flex; align-items: center; justify-content: center; }
.account-avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-initials { font-size: 1.8rem; color: #fff; font-weight: 700; font-family: var(--font-display); }
.account-nav { display: flex; flex-direction: column; gap: .15rem; margin-top: 1rem; }
.account-nav-item { display: flex; align-items: center; gap: .7rem; padding: .65rem .9rem; border-radius: 8px; color: #666; font-size: .875rem; text-decoration: none; transition: all .2s; }
.account-nav-item i { font-size: 1rem; }
.account-nav-item:hover { background: var(--surface); color: var(--dark); }
.account-nav-item.active { background: var(--surface); color: var(--gold); font-weight: 700; }
.account-card { background: #fff; border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.account-card-header { padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--border); font-family: var(--font-display); font-size: .95rem; font-weight: 600; display: flex; align-items: center; justify-content: space-between; }
.account-card-body { padding: 1.4rem; }

/* Order badges */
.order-badge { display: inline-block; padding: .22rem .7rem; border-radius: 100px; font-size: .72rem; font-weight: 700; }
.status-pending   { background: #fff8e1; color: #b45309; }
.status-confirmed { background: #eff6ff; color: #1d4ed8; }
.status-shipped   { background: #f0f9ff; color: #0369a1; }
.status-delivered { background: #f0fdf4; color: #15803d; }
.status-cancelled { background: #fef2f2; color: #dc2626; }

/* Buttons */
.btn-fab-primary { display: inline-flex; align-items: center; justify-content: center; padding: .55rem 1.25rem; background: var(--dark); color: #fff; border: none; border-radius: 9px; font-size: .82rem; font-weight: 700; letter-spacing: .05em; cursor: pointer; text-decoration: none; transition: background .2s; font-family: var(--font-body); }
.btn-fab-primary:hover { background: var(--gold); color: #fff; }
.btn-fab-outline-sm { display: inline-flex; align-items: center; padding: .32rem .8rem; border: 1.5px solid var(--dark); border-radius: 7px; font-size: .78rem; font-weight: 700; color: var(--dark); background: transparent; text-decoration: none; cursor: pointer; transition: all .2s; }
.btn-fab-outline-sm:hover { background: var(--dark); color: #fff; }
.btn-fab-danger-sm { display: inline-flex; align-items: center; padding: .32rem .8rem; border: 1.5px solid #dc2626; border-radius: 7px; font-size: .78rem; font-weight: 700; color: #dc2626; background: transparent; text-decoration: none; cursor: pointer; transition: all .2s; }
.btn-fab-danger-sm:hover { background: #dc2626; color: #fff; }

/* Toast */
.fab-toast { position: fixed; bottom: 5rem; right: 1.25rem; z-index: 9999; padding: .85rem 1.4rem; border-radius: 10px; background: #1a1a1a; color: #fff; font-size: .875rem; display: flex; align-items: center; box-shadow: 0 8px 30px rgba(0,0,0,.25); transform: translateY(20px); opacity: 0; transition: all .35s cubic-bezier(.34,1.56,.64,1); max-width: 340px; }
.fab-toast.show { transform: translateY(0); opacity: 1; }
.fab-toast--success { background: #14532d; }
.fab-toast--error   { background: #7f1d1d; }
.fab-toast--info    { background: #1e3a5f; }
.fab-toast--warning { background: #713f12; }

/* Form controls */
.form-control-fab { width: 100%; border: 1.5px solid var(--border); border-radius: 9px; padding: .65rem .85rem; font-size: .9rem; font-family: var(--font-body); outline: none; transition: border-color .2s, box-shadow .2s; }
.form-control-fab:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,169,110,.1); }
.form-label-fab { display: block; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #777; margin-bottom: .4rem; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1199px) {
  .shop-grid-wrap { grid-template-columns: 230px 1fr; }
  .products-grid.grid-4 { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 991px) {
  .shop-grid-wrap { grid-template-columns: 1fr; }
  .shop-sidebar { position: fixed; top: 0; left: -100%; bottom: 0; width: min(300px,85vw); z-index: 1050; overflow-y: auto; transition: left .3s; background: #fff; }
  .shop-sidebar.mobile-open { left: 0; box-shadow: 4px 0 30px rgba(0,0,0,.15); }
  .mobile-filter-btn { display: flex; }
  .products-grid.grid-4 { grid-template-columns: repeat(3,1fr); }
  .auth-split { flex-direction: column; min-height: auto; }
  .auth-visual { display: none !important; }
  .auth-form-panel { padding: 1.5rem 1.1rem 2.5rem; }
}
@media (max-width: 767px) {
  .products-grid.grid-4,
  .products-grid.grid-3 { grid-template-columns: repeat(2,1fr); }
  .shop-hero { padding: 1.75rem 0 1.5rem; }
  .shop-hero-title { font-size: 1.6rem; }
  .shop-toolbar { flex-wrap: wrap; gap: .6rem; }
  .logo-sub { display: none; }
  .logo-main { font-size: 1.25rem; }
  .account-section { padding: 1rem 0 5rem; }
}
@media (max-width: 480px) {
  .products-grid { gap: .65rem; }
  .product-info { padding: .65rem .7rem .75rem; }
  .price-now { font-size: .9rem; }
  .product-cart-btn { font-size: .72rem; padding: .45rem; }
}

/* ═══════════════════════════════════════════════
   HOME PAGE
═══════════════════════════════════════════════ */

/* ── HERO ──────────────────────────────────── */
.hero-wrap { position: relative; }
.hero-slide {
  min-height: 520px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex; align-items: center;
}
.hero-default {
  background: linear-gradient(135deg, #060608 0%, #0e0c14 40%, #161020 70%, #0a0a12 100%);
  overflow: hidden;
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 75% 50%, rgba(200,169,110,.13) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 20% 80%, rgba(100,80,180,.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.3) 60%, transparent 100%);
}
.hero-body {
  position: relative; z-index: 2;
  display: flex; align-items: center;
  justify-content: space-between;
  width: 100%; padding: 4rem 0;
}
.hero-text-wrap { max-width: 560px; }
.hero-eyebrow {
  display: inline-block;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
  background: rgba(200,169,110,.1);
  padding: .3rem .85rem; border-radius: 100px;
  border: 1px solid rgba(200,169,110,.25);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.2rem);
  font-weight: 700; line-height: 1.1;
  color: #fff; margin-bottom: 1.1rem;
  letter-spacing: -.02em;
}
.hero-title em { color: var(--gold); font-style: italic; }
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,.65);
  line-height: 1.7; margin-bottom: 1.75rem;
  max-width: 460px;
}
.hero-btns { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hbtn-primary {
  display: inline-flex; align-items: center;
  padding: .78rem 1.75rem;
  background: var(--gold); color: #0a0a0a;
  border-radius: 10px; font-weight: 800;
  font-size: .9rem; letter-spacing: .04em;
  text-decoration: none; border: none; cursor: pointer;
  transition: all .25s; font-family: var(--font-body);
}
.hbtn-primary:hover { background: #e8d5a8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,169,110,.35); }
.hbtn-ghost {
  display: inline-flex; align-items: center;
  padding: .78rem 1.75rem;
  background: transparent; color: rgba(255,255,255,.85);
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 10px; font-weight: 600;
  font-size: .9rem; letter-spacing: .04em;
  text-decoration: none; transition: all .25s;
}
.hbtn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); color: #fff; }
.hero-pills { display: flex; gap: .6rem; flex-wrap: wrap; }
.hero-pills span {
  font-size: .72rem; font-weight: 600; letter-spacing: .05em;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: .25rem .7rem; border-radius: 100px;
}

/* Hero visual (decorative circles) */
.hero-visual { position: relative; width: 380px; flex-shrink: 0; }
.hero-circles { position: relative; height: 320px; }
.hc { position: absolute; border-radius: 50%; opacity: .12; }
.hc-1 { width: 280px; height: 280px; background: var(--gold); top: 20px; left: 50px; animation: hcFloat 6s ease-in-out infinite; }
.hc-2 { width: 180px; height: 180px; background: #8b5cf6; top: 80px; left: 140px; animation: hcFloat 8s ease-in-out infinite reverse; }
.hc-3 { width: 120px; height: 120px; background: #ec4899; top: 160px; left: 30px; animation: hcFloat 5s ease-in-out infinite; }
@keyframes hcFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-20px)} }

.hero-floating-cards { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.hf-card {
  position: absolute;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px; padding: .65rem 1rem;
  display: flex; align-items: center; gap: .5rem;
  color: #fff; font-size: .8rem; font-weight: 600;
  white-space: nowrap;
}
.hf-card i { color: var(--gold); font-size: 1rem; }
.hf-1 { top: 30px; right: 20px; }
.hf-2 { top: 120px; right: 60px; }
.hf-3 { top: 210px; right: 10px; }

/* Hero arrows */
.hero-arrow {
  width: 44px; height: 44px; border-radius: 50% !important;
  background: rgba(255,255,255,.1) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  display: flex; align-items: center; justify-content: center;
  opacity: 1 !important; top: 50% !important; transform: translateY(-50%) !important;
  transition: background .2s !important;
}
.hero-arrow:hover { background: rgba(255,255,255,.2) !important; }
.hero-arrow i { font-size: 1.1rem; color: #fff; }
.carousel-control-prev.hero-arrow { left: 1.5rem; }
.carousel-control-next.hero-arrow { right: 1.5rem; }
.hero-dots { bottom: 1.25rem !important; }
.hero-dots button {
  width: 24px !important; height: 4px !important;
  border-radius: 4px !important; background: rgba(255,255,255,.4) !important;
  transition: all .3s !important; margin: 0 3px !important;
  border: none !important;
}
.hero-dots button.active { width: 36px !important; background: var(--gold) !important; }

/* ── TRUST STRIP ───────────────────────────── */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1rem;
}
.trust-item {
  display: flex; align-items: center; gap: .85rem;
}
.trust-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--gold); flex-shrink: 0;
}
.trust-item strong { display: block; font-size: .875rem; font-weight: 700; color: var(--dark); }
.trust-item span { font-size: .78rem; color: var(--muted); }

/* ── SECTIONS ──────────────────────────────── */
.home-section { padding: 3.5rem 0; }
.home-section--tinted { background: var(--surface); }
.section-head {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 2rem;
}
.section-eyebrow {
  font-size: .72rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .3rem;
}
.section-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700; color: var(--dark); margin: 0;
}
.section-link {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .82rem; font-weight: 700;
  color: var(--dark); text-decoration: none;
  border-bottom: 1.5px solid var(--dark);
  padding-bottom: 1px; transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.section-link:hover { color: var(--gold); border-color: var(--gold); }

/* ── HOME VIEW ALL BTN ─────────────────────── */
.home-view-all-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 2rem;
  border: 1.5px solid var(--dark);
  border-radius: 10px; font-size: .875rem; font-weight: 700;
  color: var(--dark); text-decoration: none;
  transition: all .25s; letter-spacing: .04em;
}
.home-view-all-btn:hover { background: var(--dark); color: #fff; }

/* ── PROMO SPLIT ───────────────────────────── */
.promo-split-section { padding: 3rem 0; background: var(--surface); }
.promo-split-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.promo-split-card {
  border-radius: 16px; overflow: hidden;
  padding: 2.25rem 2rem;
  position: relative; min-height: 220px;
  display: flex; align-items: center;
}
.promo-dark  { background: linear-gradient(135deg, #0a0a0a 0%, #1a1208 100%); }
.promo-gold  { background: linear-gradient(135deg, #7c5c1e 0%, #c8a96e 100%); }
.promo-light { background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%); }
.promo-split-text { position: relative; z-index: 2; }
.promo-tag {
  display: inline-block; font-size: .68rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  background: rgba(255,255,255,.15); color: rgba(255,255,255,.8);
  padding: .2rem .65rem; border-radius: 100px; margin-bottom: .75rem;
}
.promo-split-text h3 {
  font-family: var(--font-display);
  font-size: 1.35rem; font-weight: 700;
  color: #fff; line-height: 1.25; margin-bottom: 1.1rem;
}
.promo-cta {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(255,255,255,.15);
  color: #fff; font-size: .8rem; font-weight: 700;
  padding: .5rem 1.1rem; border-radius: 8px;
  text-decoration: none; transition: background .2s;
  border: 1px solid rgba(255,255,255,.2);
}
.promo-cta:hover { background: rgba(255,255,255,.25); color: #fff; }
.promo-split-visual { position: absolute; right: -20px; top: -20px; }
.promo-circle {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.pc-1 { width: 180px; height: 180px; top: -40px; right: -30px; }
.pc-2 { width: 100px; height: 100px; top: 40px; right: 60px; }

/* ── NEWSLETTER ────────────────────────────── */
.newsletter-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #16120a 50%, #0a0a0a 100%);
  padding: 4rem 0; position: relative; overflow: hidden;
}
.newsletter-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(200,169,110,.08) 0%, transparent 70%);
}
.newsletter-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
.newsletter-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff; font-weight: 700; margin-bottom: .6rem;
}
.newsletter-text p { color: rgba(255,255,255,.55); font-size: .9rem; line-height: 1.7; margin: 0; }
.newsletter-input-wrap {
  display: flex; align-items: center;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 12px; overflow: hidden;
  transition: border-color .2s;
}
.newsletter-input-wrap:focus-within { border-color: var(--gold); }
.newsletter-input-wrap i { padding: 0 1rem; color: rgba(255,255,255,.3); flex-shrink: 0; }
.newsletter-input-wrap input {
  flex: 1; border: none; background: transparent;
  padding: .85rem .5rem; font-size: .9rem;
  color: #fff; outline: none; font-family: var(--font-body);
}
.newsletter-input-wrap input::placeholder { color: rgba(255,255,255,.3); }
.newsletter-input-wrap button {
  background: var(--gold); color: #0a0a0a;
  border: none; padding: .85rem 1.5rem;
  font-weight: 800; font-size: .875rem;
  cursor: pointer; transition: background .2s;
  font-family: var(--font-body); white-space: nowrap;
}
.newsletter-input-wrap button:hover { background: #e8d5a8; }
.newsletter-note { font-size: .75rem; color: rgba(255,255,255,.25); margin-top: .6rem; }

/* ── EMPTY STATE ───────────────────────────── */
.home-empty-state {
  text-align: center; padding: 4rem 1rem;
  background: #fff; border-radius: 16px;
  border: 1px solid var(--border);
}
.home-empty-icon {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--surface);
  margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--gold);
}
.home-empty-state h3 { font-size: 1.3rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; }
.home-empty-state p { color: var(--muted); font-size: .9rem; max-width: 380px; margin: 0 auto; }

/* ── HOME RESPONSIVE ───────────────────────── */
@media (max-width: 1199px) {
  
  
}
@media (max-width: 991px) {
  .hero-slide { min-height: 420px; }
  .promo-split-grid { grid-template-columns: 1fr 1fr; }
  
  
  .newsletter-inner { grid-template-columns: 1fr; gap: 1.75rem; text-align: center; }
  .newsletter-text { max-width: 500px; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .hero-slide { min-height: 360px; }
  .hero-title { font-size: 2rem; }
  .hero-sub { font-size: .875rem; }
  .hero-btns { gap: .5rem; }
  .hbtn-primary, .hbtn-ghost { padding: .65rem 1.25rem; font-size: .82rem; }
  .hero-body { padding: 2.5rem 0; }
  
  .promo-split-grid { grid-template-columns: 1fr; }
  
  .home-section { padding: 2.5rem 0; }
  .section-h2 { font-size: 1.4rem; }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: .75rem; }
  .trust-item { flex-direction: column; text-align: center; gap: .4rem; }
}
@media (max-width: 480px) {
  
  
  .hero-title { font-size: 1.75rem; }
  .promo-split-card { min-height: 170px; padding: 1.5rem 1.25rem; }
  .promo-split-text h3 { font-size: 1.1rem; }
}

/* ═══════════════════════════════════════════════
   CART PAGE
═══════════════════════════════════════════════ */
.cart-page { background: var(--surface); min-height: 70vh; }

.cart-header {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 1.75rem;
  flex-wrap: wrap; gap: .75rem;
}
.cart-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700; color: var(--dark); margin: 0;
}
.cart-meta { color: var(--muted); font-size: .875rem; margin: .2rem 0 0; }
.cart-continue-link {
  font-size: .82rem; font-weight: 700; color: var(--dark);
  text-decoration: none; border-bottom: 1.5px solid var(--dark);
  padding-bottom: 1px; transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.cart-continue-link:hover { color: var(--gold); border-color: var(--gold); }

/* Empty cart */
.cart-empty {
  text-align: center; padding: 5rem 1rem;
  background: #fff; border-radius: 16px;
  border: 1px solid var(--border);
}
.cart-empty-icon {
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--surface); margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; color: var(--gold);
}
.cart-empty h3 { font-size: 1.3rem; font-weight: 700; color: var(--dark); margin-bottom: .4rem; }
.cart-empty p  { color: var(--muted); font-size: .9rem; max-width: 340px; margin: 0 auto; }

/* Cart items */
.cart-items-wrap {
  background: #fff; border-radius: 14px;
  border: 1px solid var(--border); overflow: hidden;
}
.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 1rem; align-items: center;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: background .2s;
}
.cart-item:last-child { border-bottom: none; }
.cart-item:hover { background: #fafaf8; }

.cart-item-img {
  width: 90px; height: 110px;
  border-radius: 10px; overflow: hidden;
  flex-shrink: 0;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }

.cart-item-details { min-width: 0; }
.cart-item-vendor { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 700; display: block; margin-bottom: .2rem; }
.cart-item-name { font-size: .9rem; font-weight: 600; margin-bottom: .35rem; }
.cart-item-name a { color: var(--dark); text-decoration: none; transition: color .2s; }
.cart-item-name a:hover { color: var(--gold); }
.cart-item-variants { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .4rem; }
.variant-chip { font-size: .72rem; background: var(--surface); border: 1px solid var(--border); color: #666; padding: .18rem .55rem; border-radius: 6px; }
.cart-item-price { font-size: .9rem; font-weight: 700; color: var(--dark); }

.cart-item-controls {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: .6rem;
}
.qty-stepper {
  display: flex; align-items: center;
  border: 1.5px solid var(--border); border-radius: 8px; overflow: hidden;
}
.qty-btn {
  width: 32px; height: 32px; background: none; border: none;
  font-size: 1rem; font-weight: 700; cursor: pointer; color: var(--dark);
  transition: background .2s; display: flex; align-items: center; justify-content: center;
}
.qty-btn:hover:not(:disabled) { background: var(--surface); }
.qty-btn:disabled { color: #ccc; cursor: not-allowed; }
.qty-val { width: 32px; text-align: center; font-size: .875rem; font-weight: 700; color: var(--dark); }
.cart-item-subtotal { font-size: .95rem; font-weight: 800; color: var(--dark); }
.cart-remove {
  background: none; border: none; padding: .3rem .4rem;
  color: #ccc; cursor: pointer; font-size: 1rem;
  border-radius: 6px; transition: all .2s;
}
.cart-remove:hover { color: #dc2626; background: #fef2f2; }

/* Delivery progress */
.delivery-progress-bar {
  background: #fff; border: 1px solid var(--border);
  border-radius: 0 0 14px 14px;
  padding: .9rem 1.25rem; font-size: .85rem; color: #555;
}
.delivery-progress-track {
  height: 5px; background: var(--border); border-radius: 100px; overflow: hidden;
}
.delivery-progress-fill {
  height: 100%; background: var(--gold); border-radius: 100px;
  transition: width .5s ease;
}

/* Summary card */
.cart-summary-card {
  background: #fff; border-radius: 14px;
  border: 1px solid var(--border); padding: 1.5rem;
  position: sticky; top: 90px;
}
.summary-heading {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700;
  color: var(--dark); margin-bottom: 1.1rem;
  padding-bottom: .75rem; border-bottom: 1px solid var(--border);
}

/* Coupon */
.coupon-box { display: flex; gap: .5rem; margin-bottom: .5rem; }
.coupon-input {
  flex: 1; border: 1.5px solid var(--border); border-radius: 9px;
  padding: .55rem .85rem; font-size: .875rem;
  font-family: var(--font-body); outline: none;
  transition: border-color .2s; text-transform: uppercase;
}
.coupon-input:focus { border-color: var(--gold); }
.coupon-apply-btn {
  background: var(--dark); color: #fff; border: none;
  padding: .55rem 1rem; border-radius: 9px;
  font-size: .78rem; font-weight: 700; cursor: pointer;
  transition: background .2s; white-space: nowrap;
  font-family: var(--font-body);
}
.coupon-apply-btn:hover { background: var(--gold); }
.coupon-msg { font-size: .8rem; min-height: 1.2rem; margin-bottom: .5rem; }
.coupon-applied {
  background: #f0fdf4; border: 1px solid #bbf7d0;
  border-radius: 9px; padding: .75rem 1rem; margin-bottom: 1rem;
}
.badge-green { background: #16a34a; color: #fff; font-size: .68rem; font-weight: 700; padding: .15rem .45rem; border-radius: 4px; }
.coupon-remove-link { font-size: .75rem; color: #dc2626; text-decoration: none; font-weight: 600; }

/* Summary lines */
.summary-lines { margin: 1rem 0; }
.summary-line {
  display: flex; justify-content: space-between; align-items: center;
  padding: .5rem 0; border-bottom: 1px solid var(--border);
  font-size: .9rem; color: #555;
}
.summary-line:last-child { border-bottom: none; }
.summary-line--total {
  font-size: 1.05rem; font-weight: 800;
  color: var(--dark); padding-top: .75rem; margin-top: .25rem;
  border-top: 2px solid var(--dark) !important;
}

/* Checkout button */
.checkout-btn {
  display: flex; align-items: center;
  width: 100%; padding: .85rem 1.25rem;
  background: var(--dark); color: #fff;
  border: none; border-radius: 12px;
  font-size: .9rem; font-weight: 800;
  text-decoration: none; transition: background .2s, transform .15s;
  font-family: var(--font-body); letter-spacing: .04em;
  cursor: pointer;
}
.checkout-btn:hover { background: var(--gold); color: #0a0a0a; transform: translateY(-2px); }

/* Trust row */
.summary-trust-row {
  display: flex; gap: .5rem; justify-content: space-between;
  margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--border);
}
.summary-trust-row div {
  display: flex; align-items: center; gap: .3rem;
  font-size: .7rem; color: #aaa; font-weight: 600;
}
.summary-trust-row i { color: var(--gold); }

/* Cart responsive */
@media (max-width: 575px) {
  .cart-item { grid-template-columns: 72px 1fr; gap: .75rem; }
  .cart-item-controls { flex-direction: row; align-items: center; flex-wrap: wrap; grid-column: 1/-1; border-top: 1px solid var(--border); padding-top: .75rem; margin-top: .25rem; }
  .cart-item-img { width: 72px; height: 88px; }
  .cart-summary-card { position: static; }
}

/* ═══════════════════════════════════════════════
   PRODUCT DETAIL PAGE
═══════════════════════════════════════════════ */

/* Breadcrumb */
.breadcrumb-wrap { background: var(--surface); border-bottom: 1px solid var(--border); padding: .65rem 0; }
.fab-breadcrumb { list-style:none; margin:0; padding:0; display:flex; align-items:center; flex-wrap:wrap; gap:.25rem; font-size:.8rem; }
.fab-breadcrumb li { color: var(--muted); }
.fab-breadcrumb li::after { content:'/'; margin-left:.4rem; }
.fab-breadcrumb li:last-child::after { display:none; }
.fab-breadcrumb a { color: var(--muted); text-decoration:none; transition:color .2s; }
.fab-breadcrumb a:hover { color: var(--gold); }
.fab-breadcrumb .active { color: var(--dark); font-weight:600; }

.product-detail-wrap { padding: 2.5rem 0 4rem; }

/* Gallery */
.product-gallery-wrap { position: sticky; top: 90px; }
.gallery-main-wrap {
  position: relative; border-radius: 14px;
  overflow: hidden; background: var(--surface);
  aspect-ratio: 1; margin-bottom: .75rem;
}
.gallery-main-img { width:100%; height:100%; object-fit:cover; transition: opacity .3s; }
.gallery-badge {
  position:absolute; top:12px; left:12px;
  font-size:.72rem; font-weight:800; letter-spacing:.06em;
  padding:.25rem .65rem; border-radius:6px; text-transform:uppercase;
}
.gallery-badge.sale { background:#dc2626; color:#fff; }
.gallery-badge.new  { background:var(--dark); color:#fff; }
.gallery-wishlist {
  position:absolute; top:12px; right:12px;
  width:40px; height:40px; border-radius:50%;
  background:rgba(255,255,255,.95); border:none;
  font-size:1.1rem; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:all .2s; color:var(--dark);
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.gallery-wishlist:hover, .gallery-wishlist.active { color:#dc2626; }
.gallery-wishlist.active i { font-size:1.1rem; }
.gallery-thumbs-row { display:flex; gap:.6rem; flex-wrap:wrap; }
.gallery-thumb {
  width: 72px; height: 72px; border-radius:10px;
  overflow:hidden; border:2px solid transparent; cursor:pointer;
  transition:border-color .2s; flex-shrink:0;
}
.gallery-thumb img { width:100%; height:100%; object-fit:cover; }
.gallery-thumb.active, .gallery-thumb:hover { border-color:var(--gold); }

/* Info */
.product-info-wrap { padding-top: .5rem; }
.product-vendor-link {
  display:inline-flex; align-items:center; gap:.3rem;
  font-size:.75rem; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; color:var(--gold);
  text-decoration:none; margin-bottom:.6rem;
}
.product-detail-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight:700; color:var(--dark); line-height:1.2;
  margin-bottom:.75rem;
}
.product-rating-row {
  display:flex; align-items:center; gap:.75rem; margin-bottom:1rem;
}
.product-rating-row .stars { display:flex; gap:.1rem; color:#f59e0b; font-size:.9rem; }
.rating-count { font-size:.85rem; color:var(--muted); }
.rating-link { font-size:.8rem; color:var(--gold); text-decoration:none; font-weight:600; }

.product-detail-price {
  display:flex; align-items:baseline; gap:.75rem;
  margin-bottom:1rem;
}
.detail-price-now { font-size:1.85rem; font-weight:800; color:var(--dark); font-family:var(--font-display); }
.detail-price-was { font-size:1rem; color:#bbb; text-decoration:line-through; }
.detail-price-save {
  font-size:.78rem; font-weight:700; color:#16a34a;
  background:#f0fdf4; border:1px solid #bbf7d0;
  padding:.2rem .55rem; border-radius:6px;
}
.product-short-desc { font-size:.9rem; color:#666; line-height:1.7; margin-bottom:.75rem; }
.product-divider { height:1px; background:var(--border); margin:1.25rem 0; }

/* Variants */
.variant-group { margin-bottom:1.1rem; }
.variant-label { font-size:.8rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#666; margin-bottom:.5rem; }
.variant-label strong { color:var(--dark); }
.color-swatch-row { display:flex; flex-wrap:wrap; gap:.4rem; }
.color-swatch {
  padding:.32rem .85rem; border-radius:100px;
  border:1.5px solid var(--border); background:#fff;
  font-size:.78rem; font-weight:600; color:#555;
  cursor:pointer; transition:all .2s;
}
.color-swatch:hover { border-color:var(--dark); color:var(--dark); }
.color-swatch.selected { background:var(--dark); color:#fff; border-color:var(--dark); }
.size-btn-row { display:flex; flex-wrap:wrap; gap:.4rem; }
.size-pill {
  min-width:52px; padding:.42rem .75rem; border-radius:8px;
  border:1.5px solid var(--border); background:#fff;
  font-size:.82rem; font-weight:700; color:#555;
  cursor:pointer; text-align:center; transition:all .2s;
}
.size-pill:hover { border-color:var(--dark); color:var(--dark); }
.size-pill.selected { background:var(--dark); color:#fff; border-color:var(--dark); }

/* Qty + cart */
.product-action-row { display:flex; align-items:center; gap:.75rem; margin-bottom:.75rem; }
.qty-stepper { display:flex; align-items:center; border:1.5px solid var(--border); border-radius:10px; overflow:hidden; }
.qty-btn { width:38px; height:44px; background:none; border:none; font-size:1.2rem; font-weight:700; cursor:pointer; color:var(--dark); transition:background .2s; display:flex; align-items:center; justify-content:center; }
.qty-btn:hover { background:var(--surface); }
.qty-btn:disabled { color:#ccc; cursor:not-allowed; }
.qty-display { min-width:40px; text-align:center; font-size:1rem; font-weight:700; color:var(--dark); }
.btn-detail-addcart {
  flex:1; padding:.75rem 1.25rem;
  background:var(--dark); color:#fff;
  border:none; border-radius:10px;
  font-size:.9rem; font-weight:700;
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:background .2s; font-family:var(--font-body);
}
.btn-detail-addcart:hover { background:var(--gold); }
.btn-detail-buynow {
  width:100%; padding:.75rem;
  background:var(--gold); color:#0a0a0a;
  border:none; border-radius:10px;
  font-size:.9rem; font-weight:800;
  cursor:pointer; margin-bottom:1.25rem;
  transition:background .2s, transform .15s;
  font-family:var(--font-body); letter-spacing:.04em;
}
.btn-detail-buynow:hover { background:#e8d5a8; transform:translateY(-1px); }

/* Meta */
.product-meta-list { margin-bottom:1.25rem; }
.meta-item { display:flex; gap:.75rem; padding:.4rem 0; border-bottom:1px solid var(--border); font-size:.85rem; }
.meta-item:last-child { border:none; }
.meta-item span:first-child { font-weight:700; color:#888; min-width:80px; font-size:.78rem; text-transform:uppercase; letter-spacing:.05em; }
.stock-in  { color:#16a34a; font-weight:600; }
.stock-out { color:#dc2626; font-weight:600; }

/* Trust row */
.detail-trust-row { display:flex; gap:.5rem; flex-wrap:wrap; }
.detail-trust { display:flex; align-items:center; gap:.35rem; font-size:.75rem; color:#888; font-weight:600; padding:.4rem .75rem; background:var(--surface); border-radius:8px; }
.detail-trust i { color:var(--gold); }

/* Tabs */
.product-tabs-section { margin-top: 3rem; border-top:2px solid var(--border); padding-top:2rem; }
.product-tab-nav { display:flex; gap:0; border-bottom:2px solid var(--border); margin-bottom:1.5rem; }
.ptab {
  padding:.7rem 1.5rem; background:none; border:none;
  font-size:.875rem; font-weight:600; color:var(--muted);
  cursor:pointer; border-bottom:2px solid transparent;
  margin-bottom:-2px; transition:all .2s; font-family:var(--font-body);
}
.ptab:hover { color:var(--dark); }
.ptab.active { color:var(--gold); border-bottom-color:var(--gold); }
.desc-body { font-size:.9rem; line-height:1.8; color:#555; max-width:720px; }

/* Reviews */
.review-card { padding:1.25rem 0; border-bottom:1px solid var(--border); }
.review-card:last-of-type { border:none; }
.review-card-head { display:flex; align-items:center; gap:.75rem; margin-bottom:.6rem; }
.reviewer-av { width:38px; height:38px; border-radius:50%; background:var(--gold); color:#fff; font-weight:700; display:flex; align-items:center; justify-content:center; font-size:1rem; flex-shrink:0; }
.reviewer-name { font-size:.875rem; font-weight:700; color:var(--dark); }
.review-stars-sm { font-size:.75rem; color:#f59e0b; }
.review-date { font-size:.75rem; color:var(--muted); margin-left:auto; }
.review-text { font-size:.875rem; color:#555; line-height:1.6; margin:0; }
.write-review-box { margin-top:2rem; padding:1.5rem; background:var(--surface); border-radius:12px; }

/* Star picker */
.star-picker { display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:.25rem; }
.star-picker input { display:none; }
.star-picker label { font-size:1.5rem; color:#ddd; cursor:pointer; transition:color .2s; }
.star-picker input:checked ~ label,
.star-picker label:hover,
.star-picker label:hover ~ label { color:#f59e0b; }

/* Related */
.related-section { margin-top:3rem; border-top:1px solid var(--border); padding-top:2.5rem; }

/* Responsive */
@media (max-width:991px) {
  .product-gallery-wrap { position:static; }
  .gallery-thumbs-row .gallery-thumb { width:60px; height:60px; }
}
@media (max-width:575px) {
  .product-action-row { flex-wrap:wrap; }
  .btn-detail-addcart { width:100%; }
  .detail-trust-row { gap:.35rem; }
  .detail-trust { font-size:.7rem; padding:.3rem .55rem; }
}

/* ═══════════════════════════════════════════════
   PRODUCT DETAIL PAGE  (PDP)
═══════════════════════════════════════════════ */
.pdp-breadcrumb {
  background:#fff; border-bottom:1px solid var(--border);
  padding:.6rem 0; font-size:.78rem;
}
.pdp-breadcrumb nav {
  display:flex; align-items:center; gap:.35rem; flex-wrap:wrap; color:var(--muted);
}
.pdp-breadcrumb a { color:var(--muted); text-decoration:none; transition:color .2s; }
.pdp-breadcrumb a:hover { color:var(--gold); }
.pdp-breadcrumb span { color:var(--dark); font-weight:600; }
.pdp-breadcrumb i { font-size:.6rem; color:#ccc; }

.pdp-wrap { background:#fff; padding-bottom:5rem; }

/* Grid */
.pdp-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:4rem;
  padding:2.5rem 0;
}

/* ─── GALLERY ───────────────────────────────── */
.pdp-gallery {
  display:flex; gap:1rem;
  align-items:flex-start;
  position:sticky; top:88px; height:fit-content;
}

/* Thumbnail strip */
.pdp-thumbs {
  display:flex; flex-direction:column; gap:.6rem;
  width:72px; flex-shrink:0;
}
.pdp-thumb {
  width:72px; height:72px; border-radius:8px;
  overflow:hidden; border:2px solid transparent;
  cursor:pointer; transition:border-color .2s, transform .2s;
  flex-shrink:0;
}
.pdp-thumb img { width:100%; height:100%; object-fit:cover; }
.pdp-thumb.active { border-color:var(--gold); }
.pdp-thumb:hover { border-color:var(--gold); transform:scale(1.04); }

/* Main image container */
.pdp-main-img-wrap {
  flex:1; position:relative;
  border-radius:16px; overflow:hidden;
  background:var(--surface);
}
.pdp-zoom-container {
  position:relative; cursor:crosshair;
  aspect-ratio:1; overflow:hidden;
}
.pdp-main-img {
  width:100%; height:100%; object-fit:cover;
  display:block; transition:opacity .3s;
}
.pdp-zoom-lens {
  display:none; position:absolute;
  border:2px solid var(--gold);
  background:rgba(200,169,110,.15);
  pointer-events:none; border-radius:4px;
}

/* Zoom result panel */
.pdp-zoom-result {
  display:none; position:absolute;
  right: calc(-100% - 1rem);
  top:0; width:100%; height:100%;
  background-repeat:no-repeat;
  border:1px solid var(--border);
  border-radius:16px; z-index:50;
  box-shadow:0 8px 40px rgba(0,0,0,.15);
  pointer-events:none;
}

/* Arrows */
.pdp-arrow {
  position:absolute; top:50%; transform:translateY(-50%);
  width:40px; height:40px; border-radius:50%;
  background:rgba(255,255,255,.92); border:none;
  font-size:1rem; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 10px rgba(0,0,0,.15);
  transition:all .2s; color:var(--dark); z-index:3;
  opacity:0;
}
.pdp-main-img-wrap:hover .pdp-arrow { opacity:1; }
.pdp-arrow-prev { left:10px; }
.pdp-arrow-next { right:10px; }
.pdp-arrow:hover { background:var(--gold); color:#fff; }

/* Dots (mobile) */
.pdp-dots {
  position:absolute; bottom:12px; left:50%;
  transform:translateX(-50%);
  display:flex; gap:.4rem; z-index:3;
}
.pdp-dot {
  width:6px; height:6px; border-radius:50%;
  background:rgba(255,255,255,.5); cursor:pointer;
  transition:all .2s;
}
.pdp-dot.active { background:#fff; width:20px; border-radius:4px; }

/* Badges */
.pdp-badge {
  position:absolute; top:14px; left:14px; z-index:3;
  font-size:.7rem; font-weight:800; letter-spacing:.06em;
  text-transform:uppercase; padding:.28rem .7rem; border-radius:6px;
}
.pdp-badge-sale { background:#dc2626; color:#fff; }
.pdp-badge-new  { background:var(--dark); color:#fff; }

/* Wishlist */
.pdp-wishlist-btn {
  position:absolute; top:14px; right:14px; z-index:3;
  width:42px; height:42px; border-radius:50%;
  background:rgba(255,255,255,.95); border:none;
  font-size:1.2rem; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 10px rgba(0,0,0,.12); transition:all .2s;
  color:var(--dark);
}
.pdp-wishlist-btn:hover, .pdp-wishlist-btn.active { color:#dc2626; transform:scale(1.1); }

/* Zoom hint */
.pdp-zoom-hint {
  position:absolute; bottom:14px; right:14px; z-index:3;
  font-size:.7rem; color:rgba(255,255,255,.8);
  background:rgba(0,0,0,.4); padding:.25rem .6rem;
  border-radius:100px; backdrop-filter:blur(4px);
  align-items:center;
}

/* ─── INFO PANEL ─────────────────────────────── */
.pdp-info { display:flex; flex-direction:column; gap:0; }

.pdp-vendor-pill {
  display:inline-flex; align-items:center; gap:.35rem;
  font-size:.72rem; font-weight:800; letter-spacing:.1em;
  text-transform:uppercase; color:var(--gold);
  text-decoration:none; margin-bottom:.75rem;
  background:rgba(200,169,110,.08);
  border:1px solid rgba(200,169,110,.25);
  padding:.28rem .85rem; border-radius:100px;
  width:fit-content; transition:background .2s;
}
.pdp-vendor-pill:hover { background:rgba(200,169,110,.18); }

.pdp-title {
  font-family:var(--font-display);
  font-size:clamp(1.6rem,2.5vw,2.25rem);
  font-weight:700; color:var(--dark);
  line-height:1.18; margin-bottom:.9rem;
}

.pdp-rating-row {
  display:flex; align-items:center; gap:.65rem; margin-bottom:1.1rem;
}
.pdp-stars { display:flex; gap:.1rem; color:#f59e0b; font-size:.95rem; }
.pdp-rating-val { font-size:.9rem; font-weight:700; color:var(--dark); }
.pdp-review-link {
  font-size:.82rem; color:var(--gold); font-weight:700;
  background:none; border:none; cursor:pointer; padding:0;
  text-decoration:underline; text-underline-offset:2px;
}

.pdp-price-block {
  display:flex; align-items:baseline; gap:.75rem;
  margin-bottom:.35rem;
}
.pdp-price-now {
  font-family:var(--font-display);
  font-size:2.2rem; font-weight:800; color:var(--dark); line-height:1;
}
.pdp-price-mrp { font-size:1rem; color:#bbb; text-decoration:line-through; }
.pdp-price-badge {
  font-size:.75rem; font-weight:800;
  background:#fef2f2; color:#dc2626;
  border:1px solid #fecaca;
  padding:.2rem .55rem; border-radius:6px;
}
.pdp-savings { font-size:.82rem; color:#16a34a; font-weight:600; margin-bottom:1rem; }
.pdp-short-desc { font-size:.9rem; color:#666; line-height:1.7; margin-bottom:.5rem; }
.pdp-divider { height:1px; background:var(--border); margin:1.25rem 0; }

/* Options */
.pdp-option-group { margin-bottom:1.25rem; }
.pdp-option-label { font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em; color:#777; margin-bottom:.6rem; }
.pdp-option-label strong { color:var(--dark); font-size:.9rem; }

.pdp-colour-row { display:flex; flex-wrap:wrap; gap:.45rem; }
.pdp-colour-btn {
  padding:.38rem 1rem; border-radius:100px;
  border:1.5px solid var(--border); background:#fff;
  font-size:.8rem; font-weight:600; color:#555;
  cursor:pointer; transition:all .2s;
}
.pdp-colour-btn:hover { border-color:var(--dark); color:var(--dark); }
.pdp-colour-btn.selected { background:var(--dark); color:#fff; border-color:var(--dark); }

.pdp-size-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:.6rem; }
.pdp-size-guide-btn {
  font-size:.76rem; font-weight:600; color:var(--gold);
  background:none; border:none; cursor:pointer; padding:0;
  display:flex; align-items:center;
}
.pdp-size-row { display:flex; flex-wrap:wrap; gap:.45rem; }
.pdp-size-btn {
  min-width:52px; padding:.45rem .8rem; border-radius:9px;
  border:1.5px solid var(--border); background:#fff;
  font-size:.85rem; font-weight:700; color:#555;
  cursor:pointer; text-align:center; transition:all .2s;
}
.pdp-size-btn:hover { border-color:var(--dark); color:var(--dark); }
.pdp-size-btn.selected { background:var(--dark); color:#fff; border-color:var(--dark); }

/* Size guide */
.pdp-size-guide { margin-top:.75rem; }
.size-guide-table { width:100%; border-collapse:collapse; font-size:.82rem; }
.size-guide-table th { background:var(--dark); color:#fff; padding:.45rem .75rem; text-align:left; font-size:.75rem; letter-spacing:.06em; }
.size-guide-table td { padding:.4rem .75rem; border-bottom:1px solid var(--border); }
.size-guide-table tr:nth-child(even) td { background:var(--surface); }

/* Stock */
.pdp-stock-row { margin-bottom:1.1rem; font-size:.85rem; font-weight:600; }
.pdp-stock-in   { color:#16a34a; }
.pdp-stock-low  { color:#d97706; }
.pdp-stock-out  { color:#dc2626; }

/* Qty + Cart */
.pdp-qty-cart-row { display:flex; align-items:center; gap:.75rem; margin-bottom:.65rem; }
.pdp-qty-wrap {
  display:flex; align-items:center;
  border:1.5px solid var(--border); border-radius:10px; overflow:hidden;
}
.pdp-qty-btn {
  width:40px; height:48px; background:none; border:none;
  font-size:1.25rem; font-weight:700; cursor:pointer;
  color:var(--dark); transition:background .2s;
  display:flex; align-items:center; justify-content:center;
}
.pdp-qty-btn:hover { background:var(--surface); }
.pdp-qty-btn:disabled { color:#ddd; cursor:not-allowed; }
.pdp-qty-val { min-width:44px; text-align:center; font-size:1rem; font-weight:700; color:var(--dark); }
.pdp-add-cart-btn {
  flex:1; padding:.82rem 1.5rem;
  background:var(--dark); color:#fff;
  border:none; border-radius:10px;
  font-size:.9rem; font-weight:800;
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:background .2s, transform .15s;
  letter-spacing:.04em; font-family:var(--font-body);
}
.pdp-add-cart-btn:hover:not(.disabled) { background:#333; }
.pdp-add-cart-btn.disabled { background:#ccc; cursor:not-allowed; }
.pdp-buy-now-btn {
  width:100%; padding:.82rem;
  background:var(--gold); color:#0a0a0a;
  border:none; border-radius:10px;
  font-size:.9rem; font-weight:800;
  cursor:pointer; margin-bottom:1.4rem;
  transition:background .2s, transform .15s;
  letter-spacing:.04em; font-family:var(--font-body);
  display:flex; align-items:center; justify-content:center;
}
.pdp-buy-now-btn:hover:not(.disabled) { background:#e8d5a8; transform:translateY(-1px); }
.pdp-buy-now-btn.disabled { background:#e8e2d8; color:#aaa; cursor:not-allowed; }

/* Trust strip */
.pdp-trust-strip {
  display:grid; grid-template-columns:repeat(4,1fr); gap:.5rem;
  margin-bottom:1.25rem;
}
.pdp-trust-item {
  display:flex; flex-direction:column; align-items:center;
  text-align:center; gap:.3rem;
  padding:.75rem .4rem; background:var(--surface);
  border-radius:10px; border:1px solid var(--border);
}
.pdp-trust-item i { font-size:1.25rem; color:var(--gold); }
.pdp-trust-item span { font-size:.72rem; font-weight:600; color:#555; line-height:1.4; }
.pdp-trust-item small { font-size:.65rem; color:#aaa; display:block; }

/* Meta */
.pdp-meta-row { display:flex; gap:1.5rem; font-size:.78rem; color:var(--muted); flex-wrap:wrap; }
.pdp-meta-link { color:var(--gold); font-weight:600; text-decoration:none; }

/* ─── TABS ───────────────────────────────────── */
.pdp-tabs-wrap { margin-top:3rem; border-top:2px solid var(--border); padding-top:2rem; }
.pdp-tab-nav { display:flex; border-bottom:2px solid var(--border); margin-bottom:2rem; gap:0; }
.pdp-tab {
  padding:.75rem 1.75rem; background:none; border:none;
  font-size:.875rem; font-weight:600; color:var(--muted);
  cursor:pointer; border-bottom:2px solid transparent;
  margin-bottom:-2px; transition:all .2s; font-family:var(--font-body);
}
.pdp-tab:hover { color:var(--dark); }
.pdp-tab.active { color:var(--gold); border-bottom-color:var(--gold); }

.pdp-tab-pane { max-width:780px; }
.pdp-desc-content { font-size:.9rem; line-height:1.85; color:#555; }

/* Reviews */
.reviews-summary { display:flex; gap:2rem; margin-bottom:2rem; padding:1.5rem; background:var(--surface); border-radius:12px; border:1px solid var(--border); }
.reviews-avg { text-align:center; }
.reviews-avg-num { font-family:var(--font-display); font-size:3.5rem; font-weight:800; color:var(--dark); line-height:1; }
.reviews-avg-stars { color:#f59e0b; font-size:1.1rem; margin:.4rem 0; }
.reviews-avg-count { font-size:.78rem; color:var(--muted); }
.pdp-review-card { padding:1.25rem 0; border-bottom:1px solid var(--border); }
.pdp-review-card:last-child { border:none; }
.pdp-review-top { display:flex; align-items:center; gap:.75rem; margin-bottom:.6rem; }
.pdp-reviewer-av { width:40px; height:40px; border-radius:50%; background:var(--gold); color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:var(--font-display); }
.pdp-reviewer-name { font-size:.875rem; font-weight:700; }
.pdp-review-stars { font-size:.75rem; color:#f59e0b; }
.pdp-review-date { font-size:.75rem; color:var(--muted); margin-left:auto; }
.pdp-review-body { font-size:.875rem; color:#555; line-height:1.65; margin:0; }
.pdp-no-reviews { text-align:center; padding:3rem; color:var(--muted); }
.pdp-no-reviews i { font-size:2.5rem; display:block; margin-bottom:.75rem; color:var(--gold); }
.pdp-write-review { margin-top:2rem; padding:1.75rem; background:var(--surface); border-radius:14px; border:1px solid var(--border); }
.pdp-write-review h5 { font-family:var(--font-display); margin-bottom:1rem; }
.pdp-star-picker { display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:.35rem; }
.pdp-star-picker input { display:none; }
.pdp-star-picker label { font-size:1.75rem; color:#ddd; cursor:pointer; transition:color .15s; }
.pdp-star-picker input:checked ~ label,
.pdp-star-picker label:hover,
.pdp-star-picker label:hover ~ label { color:#f59e0b; }

/* Shipping tab */
.pdp-shipping-info { display:flex; flex-direction:column; gap:1.25rem; }
.pdp-ship-item { display:flex; gap:1rem; align-items:flex-start; padding:1rem; background:var(--surface); border-radius:10px; border:1px solid var(--border); }
.pdp-ship-item i { font-size:1.4rem; color:var(--gold); flex-shrink:0; margin-top:.1rem; }
.pdp-ship-item strong { font-size:.9rem; display:block; margin-bottom:.25rem; }
.pdp-ship-item p { font-size:.85rem; color:#666; margin:0; line-height:1.6; }

/* Related */
.pdp-related { margin-top:3.5rem; border-top:1px solid var(--border); padding-top:2.5rem; }

/* ─── LIGHTBOX ───────────────────────────────── */
.pdp-lightbox {
  position:fixed; inset:0; background:rgba(0,0,0,.92); z-index:9999;
  display:flex; align-items:center; justify-content:center;
  opacity:0; pointer-events:none; transition:opacity .25s;
}
.pdp-lightbox.open { opacity:1; pointer-events:all; }
.pdp-lightbox-inner { position:relative; max-width:90vw; max-height:90vh; }
.pdp-lightbox-inner img { max-width:90vw; max-height:85vh; object-fit:contain; display:block; border-radius:8px; }
.pdp-lb-close {
  position:absolute; top:-48px; right:0;
  background:none; border:none; color:#fff; font-size:1.5rem;
  cursor:pointer; padding:.5rem; transition:color .2s;
}
.pdp-lb-close:hover { color:var(--gold); }
.pdp-lb-prev, .pdp-lb-next {
  position:fixed; top:50%; transform:translateY(-50%);
  background:rgba(255,255,255,.1); border:none;
  color:#fff; font-size:1.5rem; cursor:pointer;
  width:52px; height:52px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s;
}
.pdp-lb-prev { left:1.5rem; }
.pdp-lb-next { right:1.5rem; }
.pdp-lb-prev:hover, .pdp-lb-next:hover { background:rgba(255,255,255,.2); }
.pdp-lb-counter { position:absolute; bottom:-36px; left:50%; transform:translateX(-50%); color:rgba(255,255,255,.6); font-size:.82rem; }

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width:1199px) {
  .pdp-zoom-result { display:none !important; }
  .pdp-zoom-hint { display:none !important; }
  .pdp-zoom-container { cursor:default; }
}
@media (max-width:991px) {
  .pdp-grid { grid-template-columns:1fr; gap:2rem; }
  .pdp-gallery { position:static; }
  .pdp-thumbs { flex-direction:row; width:auto; }
  .pdp-thumb { width:60px; height:60px; }
  .pdp-trust-strip { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:767px) {
  .pdp-thumbs { display:none; }
  .pdp-arrow { opacity:1; }
  .pdp-title { font-size:1.5rem; }
  .pdp-price-now { font-size:1.75rem; }
  .pdp-trust-strip { grid-template-columns:repeat(2,1fr); }
  .pdp-qty-cart-row { flex-wrap:wrap; }
  .pdp-add-cart-btn { width:100%; }
  .pdp-tab { padding:.65rem .9rem; font-size:.82rem; }
}

/* ═══════════════════════════════════════════════
   PRODUCT CARD  (.pc)
   Clean, modern, performant
═══════════════════════════════════════════════ */

/* Grid helpers (keep both class names working) */
.products-grid,
#newArrivalsGrid {
  display: grid;
  gap: 1.1rem;
}
.products-grid.grid-4,
#newArrivalsGrid { grid-template-columns: repeat(4, 1fr); }
.products-grid.grid-3 { grid-template-columns: repeat(3, 1fr); }
.products-grid.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Card shell */
.pc {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f0ece4;
  transition: transform .28s ease, box-shadow .28s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pc:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.11);
  border-color: #e8e2d8;
}

/* ─ Image wrap ─────────────────────────── */
.pc-img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--surface);
  flex-shrink: 0;
}
.pc-img-link { display: block; height: 100%; }
.pc-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .55s ease, opacity .3s;
}
.pc:hover .pc-img { transform: scale(1.07); }

/* ─ Badge ──────────────────────────────── */
.pc-badge {
  position: absolute;
  top: 10px; left: 10px;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .25rem .65rem;
  border-radius: 6px;
  z-index: 2;
  pointer-events: none;
}
.pc-badge--sale { background: #dc2626; color: #fff; }
.pc-badge--new  { background: #0a0a0a; color: #fff; }
.pc-badge--hot  { background: #ea580c; color: #fff; }

/* ─ Action buttons (top-right, stack vertically) ─ */
.pc-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  z-index: 5;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.pc:hover .pc-overlay {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
.pc-ov-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  border: none;
  color: #0a0a0a;
  font-size: .9rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.pc-ov-btn:hover    { background: var(--gold); color: #fff; transform: scale(1.12); }
.pc-ov-btn.wishlisted i,
.pc-ov-btn.active i { color: #dc2626; }

/* ─ Quick Add bar (slides up from bottom) ─── */
.pc-quick-add {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(4px);
  color: #fff;
  border: none;
  padding: .75rem;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  gap: .4rem;
  transform: translateY(100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1), background .2s;
  z-index: 4;
  font-family: var(--font-body);
}
.pc:hover .pc-quick-add { transform: translateY(0); }
.pc-quick-add:hover { background: var(--gold); color: #0a0a0a; }

/* ─ Info area ──────────────────────────── */
.pc-info {
  padding: .85rem .95rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.pc-vendor {
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
}

.pc-name {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  /* two-line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc-name a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color .2s;
}
.pc-name a:hover { color: var(--gold); }

/* Stars */
.pc-stars {
  display: flex;
  align-items: center;
  gap: .15rem;
  font-size: .68rem;
  color: #f59e0b;
}
.pc-stars span {
  color: #bbb;
  font-size: .68rem;
  margin-left: .1rem;
}

/* Price */
.pc-price-row {
  display: flex;
  align-items: baseline;
  gap: .45rem;
  margin-top: .15rem;
}
.pc-price-now {
  font-size: 1rem;
  font-weight: 800;
  color: #0a0a0a;
  font-family: var(--font-display);
}
.pc-price-was {
  font-size: .78rem;
  color: #ccc;
  text-decoration: line-through;
  font-weight: 400;
}

/* Low stock warning */
.pc-stock-warn {
  font-size: .7rem;
  font-weight: 700;
  color: #dc2626;
  margin: .15rem 0 0;
  letter-spacing: .03em;
}

/* ─ Responsive ─────────────────────────── */
@media (max-width: 1199px) {
  .products-grid.grid-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .products-grid.grid-4,
  .products-grid.grid-3 { grid-template-columns: repeat(3, 1fr); }
  /* On touch: only show quick-add, keep overlay accessible */
  .pc-quick-add { transform: translateY(0); }
  .pc-overlay   { opacity: 1; transform: translateX(0); pointer-events: all; }
}
@media (max-width: 767px) {
  .products-grid.grid-4,
  .products-grid.grid-3,
  #newArrivalsGrid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { gap: .75rem; }
  .pc-info { padding: .65rem .7rem .75rem; }
  .pc-price-now { font-size: .9rem; }
  .pc-name { font-size: .8rem; }
}
@media (max-width: 400px) {
  .products-grid.grid-4,
  .products-grid.grid-3,
  .products-grid.grid-2 { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .pc-quick-add { font-size: .7rem; padding: .55rem; }
}

/* ═══════════════════════════════════════════════
   SHOP SIDEBAR  — Complete Redesign
═══════════════════════════════════════════════ */

.shop-sidebar { position: sticky; top: 90px; }

.sidebar-inner {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.04);
}

/* ─ Active Filters ─────────────────────────── */
.active-filters {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1208 100%);
  padding: 1.1rem 1.25rem;
}
.active-filters-label {
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: .65rem;
}
.active-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .65rem;
}
.filter-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(200,169,110,.18);
  border: 1px solid rgba(200,169,110,.35);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: .28rem .75rem .28rem .65rem;
  border-radius: 100px;
}
.filter-pill-tag a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  transition: color .2s;
  display: flex; align-items: center; justify-content: center;
  width: 16px; height: 16px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  font-size: .75rem;
}
.filter-pill-tag a:hover { color: #fff; background: rgba(220,38,38,.5); }
.clear-all-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .75rem;
  font-weight: 700;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  transition: color .2s;
}
.clear-all-link::before { content: '↺'; font-size: .9rem; }
.clear-all-link:hover { color: #fff; }

/* ─ Sidebar Block ───────────────────────────── */
.sidebar-block {
  border-bottom: 1px solid #f5f0e8;
}
.sidebar-block:last-child { border-bottom: none; }

.sidebar-block-title {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: .95rem 1.25rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color .2s;
  font-family: var(--font-body);
}
.sidebar-block-title:hover { color: var(--gold); }
.sidebar-block-title i {
  font-size: .65rem;
  color: #bbb;
  transition: transform .25s, color .2s;
}
.sidebar-block-title:hover i { color: var(--gold); }
.sidebar-block-title.collapsed i { transform: rotate(-90deg); }

.sidebar-block-body {
  padding: 0 1rem 1rem;
}
.sidebar-block-body.collapsed { display: none; }

/* ─ Category Links ──────────────────────────── */
.sidebar-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .52rem .7rem;
  border-radius: 9px;
  font-size: .875rem;
  color: #555;
  text-decoration: none;
  transition: all .2s;
  margin-bottom: .08rem;
  font-weight: 500;
}
.sidebar-cat:hover {
  background: #faf7f2;
  color: var(--dark);
  padding-left: 1rem;
}
.sidebar-cat.active {
  background: var(--dark);
  color: #fff;
  font-weight: 700;
}
.sidebar-cat.active i { color: rgba(255,255,255,.35); }
.sidebar-cat i { font-size: .7rem; color: #ccc; }
.cat-badge {
  background: #f0ece4;
  color: #999;
  font-size: .65rem;
  font-weight: 800;
  padding: .12rem .45rem;
  border-radius: 100px;
  min-width: 22px;
  text-align: center;
}
.sidebar-cat.active .cat-badge {
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.7);
}

/* ─ Price Slider ────────────────────────────── */
.price-range-ui { padding-top: .25rem; }
.price-slider {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right, var(--gold) 50%, #e8e2d8 50%);
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  margin-bottom: .65rem;
}
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--gold);
  box-shadow: 0 2px 8px rgba(200,169,110,.4);
  cursor: pointer;
}
.price-slider::-moz-range-thumb {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--gold);
  cursor: pointer;
}
.price-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  font-weight: 600;
  color: #888;
  margin-bottom: .75rem;
}
.price-range-labels span:last-child { color: var(--gold); font-weight: 800; }
.apply-price-btn {
  display: block;
  text-align: center;
  background: var(--dark);
  color: #fff;
  padding: .48rem;
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
  cursor: pointer;
}
.apply-price-btn:hover { background: var(--gold); color: #0a0a0a; }

/* ─ Sort Options ────────────────────────────── */
.sort-option {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .52rem .7rem;
  border-radius: 9px;
  font-size: .875rem;
  color: #555;
  text-decoration: none;
  transition: all .2s;
  margin-bottom: .08rem;
  font-weight: 500;
}
.sort-option i { font-size: .85rem; color: #ccc; flex-shrink: 0; }
.sort-option:hover { background: #faf7f2; color: var(--dark); }
.sort-option:hover i { color: var(--gold); }
.sort-option.active {
  background: #faf7f2;
  color: var(--gold);
  font-weight: 700;
}
.sort-option.active i { color: var(--gold); }
.sort-option .bi-check2 { color: var(--gold) !important; margin-left: auto; }

/* ─ Brand Checkboxes ────────────────────────── */
.brand-check {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .38rem 0;
  cursor: pointer;
  font-size: .875rem;
  color: #555;
  transition: color .2s;
}
.brand-check:hover { color: var(--dark); }
.brand-check input { display: none; }
.brand-check-box {
  width: 18px; height: 18px;
  border-radius: 5px;
  border: 2px solid #ddd;
  flex-shrink: 0;
  transition: all .2s;
  position: relative;
  background: #fff;
}
.brand-check input:checked + .brand-check-box {
  background: var(--gold);
  border-color: var(--gold);
}
.brand-check input:checked + .brand-check-box::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
}
.apply-brands-btn {
  display: block;
  text-align: center;
  background: var(--dark);
  color: #fff;
  padding: .42rem;
  border-radius: 8px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
  margin-top: .5rem;
}
.apply-brands-btn:hover { background: var(--gold); color: #0a0a0a; }

/* ─ Mobile Sidebar Drawer ───────────────────── */
.sidebar-backdrop {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 1040;
  backdrop-filter: blur(2px);
}
.sidebar-backdrop.show { display: block; }
body.sidebar-locked { overflow: hidden; }

@media (max-width: 991px) {
  .shop-sidebar {
    position: fixed;
    top: 0; left: -100%;
    bottom: 0;
    width: min(300px, 85vw);
    z-index: 1050;
    overflow-y: auto;
    transition: left .3s cubic-bezier(.4,0,.2,1);
    background: #fff;
    border-radius: 0;
  }
  .shop-sidebar.mobile-open {
    left: 0;
    box-shadow: 4px 0 40px rgba(0,0,0,.2);
  }
  .sidebar-inner {
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: 100vh;
  }
  /* Close button for mobile sidebar */
  .sidebar-inner::before {
    content: '✕ Close';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    font-size: .78rem;
    font-weight: 700;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
    cursor: pointer;
  }
}

/* ─ Mobile filter button ────────────────────── */
.mobile-filter-btn {
  display: none;
  align-items: center;
  gap: .5rem;
  padding: .52rem 1.1rem;
  background: var(--dark);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: .8rem;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  font-family: var(--font-body);
  letter-spacing: .04em;
  transition: background .2s;
}
.mobile-filter-btn:hover { background: #333; }
.filter-active-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  top: 5px; right: 5px;
}
@media (max-width: 991px) {
  .mobile-filter-btn { display: flex; }
}

/* ═══════════════════════════════════════════════
   CATEGORY CARDS  — No-image design
═══════════════════════════════════════════════ */
.cat-grid-new {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .9rem;
}

.cat-card-new {
  text-decoration: none;
  display: block;
}

.cat-card-bg {
  border-radius: 16px;
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1),
              box-shadow .35s ease;
  cursor: pointer;
}
.cat-card-new:hover .cat-card-bg {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 60px rgba(0,0,0,.3);
}

/* Background image (when available) */
.cat-bg-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .35;
  transition: opacity .3s, transform .5s;
}
.cat-card-new:hover .cat-bg-img { opacity: .5; transform: scale(1.08); }

/* Decorative blobs */
.cat-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cat-blob-1 {
  width: 120px; height: 120px;
  top: -30px; right: -30px;
}
.cat-blob-2 {
  width: 80px; height: 80px;
  bottom: 30px; left: -20px;
}

/* Center icon ring */
.cat-icon-ring {
  position: relative; z-index: 2;
  width: 70px; height: 70px;
  border-radius: 50%;
  border: 1.5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .75rem;
  transition: transform .3s, border-color .3s;
  backdrop-filter: blur(8px);
}
.cat-card-new:hover .cat-icon-ring {
  transform: scale(1.15) rotate(-5deg);
}
.cat-icon-ring i {
  font-size: 1.75rem;
  transition: transform .3s;
}
.cat-card-new:hover .cat-icon-ring i {
  transform: scale(1.1);
}

/* Bottom label bar */
.cat-card-foot {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem .85rem .85rem;
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 3;
}
.cat-card-name {
  font-size: .875rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: .04em;
  line-height: 1.2;
  display: block;
}
.cat-card-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .8rem;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
}
.cat-card-new:hover .cat-card-arrow {
  background: rgba(255,255,255,.3);
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 1199px) { .cat-grid-new { grid-template-columns: repeat(4, 1fr); gap: .75rem; } }
@media (max-width: 767px)  { .cat-grid-new { grid-template-columns: repeat(3, 1fr); gap: .6rem; } }
@media (max-width: 480px)  {
  .cat-grid-new { grid-template-columns: repeat(2, 1fr); }
  .cat-card-bg  { aspect-ratio: 3/4; }
  .cat-icon-ring { width: 56px; height: 56px; }
  .cat-icon-ring i { font-size: 1.4rem; }
  .cat-card-name { font-size: .8rem; }
}

/* ═══════════════════════════════════════════════
   VENDOR CARDS  — No-image design
═══════════════════════════════════════════════ */
.vendor-grid-new {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
}

.vendor-card-new {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
}
.vendor-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
  border-color: transparent;
}

/* Banner */
.vcn-banner {
  height: 100px;
  position: relative;
  overflow: hidden;
}
.vcn-banner-img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .7;
}
.vcn-banner-pattern {
  width: 100%; height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vcn-bp-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.vcn-bp-1 { width: 100px; height: 100px; top: -30px; right: -20px; }
.vcn-bp-2 { width: 70px;  height: 70px;  bottom: -20px; left: -15px; }
.vcn-banner-initials {
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(255,255,255,.25);
  font-family: var(--font-display);
  letter-spacing: .1em;
  position: relative; z-index: 1;
  text-transform: uppercase;
}

/* Verified badge */
.vcn-verified {
  position: absolute;
  top: 8px; right: 10px;
  color: #fff;
  font-size: 1rem;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.3));
}

/* Body */
.vcn-body {
  padding: 0 1rem 1.1rem;
  text-align: center;
  position: relative;
}

/* Logo circle */
.vcn-logo {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: -26px auto .65rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  position: relative; z-index: 2;
}
.vcn-logo img { width: 100%; height: 100%; object-fit: cover; }
.vcn-logo span {
  color: #fff;
  font-weight: 900;
  font-size: .95rem;
  font-family: var(--font-display);
  letter-spacing: .05em;
}

.vcn-name {
  font-size: .9rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: .25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vendor-card-new:hover .vcn-name { color: var(--gold); }

.vcn-city {
  font-size: .72rem;
  color: var(--muted);
  margin-bottom: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vcn-city i { color: var(--gold); font-size: .65rem; }

/* Stats row */
.vcn-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-bottom: .9rem;
}
.vcn-stat { text-align: center; }
.vcn-stat-val {
  display: block;
  font-size: .85rem;
  font-weight: 800;
  color: var(--dark);
}
.vcn-stat-val i { color: #f59e0b; font-size: .75rem; }
.vcn-stat-lbl {
  font-size: .65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
}
.vcn-divider {
  width: 1px;
  height: 28px;
  background: var(--border);
}

/* CTA button */
.vcn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .48rem;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all .2s;
}
.vendor-card-new:hover .vcn-btn {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

/* Responsive */
@media (max-width: 1199px) { .vendor-grid-new { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 991px)  { .vendor-grid-new { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .vendor-grid-new { grid-template-columns: repeat(2, 1fr); gap: .75rem; } }
@media (max-width: 400px)  {
  .vendor-grid-new { grid-template-columns: repeat(1, 1fr); }
  .vcn-banner { height: 80px; }
}

/* ═══════════════════════════════════════════════
   ACCOUNT PAGES
═══════════════════════════════════════════════ */
.account-page { background: var(--surface); min-height: 70vh; }

/* Sidebar */
.acct-sidebar {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  overflow: hidden;
  position: sticky;
  top: 90px;
}
.acct-avatar-wrap {
  display: flex; align-items: center; gap: .85rem;
  padding: 1.35rem 1.25rem;
  background: linear-gradient(135deg, #0a0a0a, #1a1208);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.acct-avatar-img,
.acct-avatar-init {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
}
.acct-avatar-img { object-fit: cover; border: 2px solid rgba(255,255,255,.2); }
.acct-avatar-init {
  background: var(--gold); color: #fff;
  font-size: 1.2rem; font-weight: 800;
  font-family: var(--font-display);
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,.2);
}
.acct-avatar-name { font-size: .875rem; font-weight: 700; color: #fff; }
.acct-avatar-email { font-size: .72rem; color: rgba(255,255,255,.45); }

.acct-nav { padding: .6rem 0; }
.acct-nav-item {
  display: flex; align-items: center; gap: .75rem;
  padding: .75rem 1.35rem;
  font-size: .875rem; font-weight: 500;
  color: #555; text-decoration: none;
  transition: all .2s; border-left: 3px solid transparent;
}
.acct-nav-item i { font-size: 1rem; width: 18px; text-align: center; color: #bbb; transition: color .2s; }
.acct-nav-item:hover { color: var(--dark); background: var(--surface); border-left-color: var(--gold); }
.acct-nav-item:hover i { color: var(--gold); }
.acct-nav-item.active { color: var(--gold); font-weight: 700; border-left-color: var(--gold); background: rgba(200,169,110,.05); }
.acct-nav-item.active i { color: var(--gold); }
.acct-nav-logout { color: #dc2626 !important; }
.acct-nav-logout i { color: #dc2626 !important; }
.acct-nav-logout:hover { background: #fef2f2 !important; border-left-color: #dc2626 !important; }

/* Stats row */
.acct-stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .85rem; }
.acct-stat-card {
  background: #fff; border-radius: 12px; border: 1px solid var(--border);
  padding: 1.1rem 1.25rem;
  display: flex; align-items: center; gap: .85rem;
  transition: box-shadow .2s;
}
.acct-stat-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); }
.acct-stat-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--surface); display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; color: var(--gold); flex-shrink: 0;
}
.acct-stat-val { font-size: 1.4rem; font-weight: 800; color: var(--dark); font-family: var(--font-display); line-height: 1; }
.acct-stat-lbl { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; font-weight: 600; margin-top: .2rem; }

/* Cards */
.acct-card { background: #fff; border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.acct-card-head {
  padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.acct-card-head h5 { font-size: .95rem; font-weight: 700; color: var(--dark); margin: 0; }
.acct-card-body { padding: 1.4rem; }

/* Avatar upload */
.avatar-upload-wrap { position: relative; display: inline-block; }
.avatar-upload-preview, .avatar-upload-init {
  width: 88px; height: 88px; border-radius: 50%;
  object-fit: cover;
}
.avatar-upload-init {
  background: var(--gold); color: #fff;
  font-size: 2.2rem; font-weight: 800;
  font-family: var(--font-display);
  display: flex; align-items: center; justify-content: center;
}
.avatar-upload-btn {
  position: absolute; bottom: 0; right: 0;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; cursor: pointer; border: 2px solid #fff;
  transition: background .2s;
}
.avatar-upload-btn:hover { background: var(--gold); }

/* Alerts */
.acct-alert { display: flex; align-items: center; padding: .85rem 1.1rem; border-radius: 10px; font-size: .875rem; }
.acct-alert-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.acct-alert-error   { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }

/* Link */
.acct-link { color: var(--gold); font-weight: 700; text-decoration: none; font-size: .82rem; }
.acct-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Table */
.acct-table { width: 100%; border-collapse: collapse; }
.acct-table th { background: var(--surface); padding: .75rem 1.1rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #888; text-align: left; border-bottom: 1px solid var(--border); }
.acct-table td { padding: .85rem 1.1rem; font-size: .875rem; border-bottom: 1px solid var(--border); }
.acct-table tr:last-child td { border-bottom: none; }
.acct-table tr:hover td { background: #fafaf8; }

/* Order badges */
.acct-badge { display: inline-block; padding: .22rem .65rem; border-radius: 100px; font-size: .72rem; font-weight: 700; }
.acct-badge-success { background: #f0fdf4; color: #15803d; }
.acct-badge-info    { background: #eff6ff; color: #1d4ed8; }
.acct-badge-warn    { background: #fffbeb; color: #92400e; }
.acct-badge-error   { background: #fef2f2; color: #dc2626; }

/* Responsive */
@media (max-width: 991px) {
  .acct-sidebar { position: static; margin-bottom: 1.5rem; }
  .acct-stats-row { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 575px) {
  .acct-stats-row { grid-template-columns: repeat(1,1fr); }
  .acct-table { font-size: .8rem; }
  .acct-table th, .acct-table td { padding: .6rem .75rem; }
}

/* ── Wishlist cards ─ */
.wish-card { background:#fff; border-radius:12px; border:1px solid var(--border); overflow:hidden; transition:transform .25s,box-shadow .25s; }
.wish-card:hover { transform:translateY(-4px); box-shadow:0 12px 32px rgba(0,0,0,.09); }
.wish-img-wrap { position:relative; aspect-ratio:3/4; overflow:hidden; background:var(--surface); }
.wish-img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.wish-card:hover .wish-img { transform:scale(1.05); }
.wish-remove-btn { position:absolute; top:8px; right:8px; width:28px; height:28px; border-radius:50%; background:rgba(255,255,255,.95); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:.75rem; color:#555; transition:all .2s; box-shadow:0 2px 6px rgba(0,0,0,.12); }
.wish-remove-btn:hover { background:#dc2626; color:#fff; }
.wish-info { padding:.7rem .85rem .85rem; }
.wish-name { display:block; font-size:.82rem; font-weight:600; color:var(--dark); text-decoration:none; margin-bottom:.3rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.wish-name:hover { color:var(--gold); }
.wish-price { font-size:.9rem; font-weight:800; color:var(--dark); }

/* ── Address cards ─ */
.addr-card { border:1.5px solid var(--border); border-radius:12px; padding:1.1rem; background:#fff; position:relative; transition:border-color .2s; }
.addr-card--default { border-color:var(--gold); background:#fffdf8; }
.addr-default-tag { position:absolute; top:-10px; left:12px; background:var(--gold); color:#fff; font-size:.68rem; font-weight:800; letter-spacing:.08em; padding:.18rem .6rem; border-radius:100px; text-transform:uppercase; }
.addr-type { font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; color:var(--gold); margin-bottom:.4rem; }
.addr-text { font-size:.85rem; color:#555; margin-bottom:.2rem; }

/* ═══════════════════════════════════════════════
   CHECKOUT PAGE
═══════════════════════════════════════════════ */
.checkout-wrap { background: var(--surface); min-height: 70vh; }

/* Steps bar */
.checkout-steps-bar { display:flex; align-items:center; justify-content:center; gap:0; }
.csb-step { display:flex; flex-direction:column; align-items:center; gap:.3rem; }
.csb-num {
  width:36px; height:36px; border-radius:50%;
  background:#e8e2d8; color:#aaa;
  display:flex; align-items:center; justify-content:center;
  font-size:.8rem; font-weight:800; transition:all .3s;
}
.csb-step span { font-size:.72rem; font-weight:600; color:#bbb; letter-spacing:.05em; text-transform:uppercase; }
.csb-step.active .csb-num { background:var(--dark); color:#fff; }
.csb-step.active span    { color:var(--dark); }
.csb-step.done .csb-num  { background:var(--gold); color:#fff; }
.csb-step.done span      { color:var(--gold); }
.csb-line { flex:1; max-width:80px; height:2px; background:#e8e2d8; margin:0 .5rem; margin-bottom:1.2rem; }
.csb-line.done { background:var(--gold); }

/* Cards */
.co-card { background:#fff; border-radius:14px; border:1px solid var(--border); overflow:hidden; margin-bottom:1rem; }
.co-card-head { padding:.9rem 1.25rem; border-bottom:1px solid var(--border); background:var(--surface); font-size:.875rem; font-weight:700; color:var(--dark); display:flex; align-items:center; }
.co-card-body { padding:1.25rem; }

/* Saved address options */
.co-addr-option {
  display:flex; align-items:flex-start; gap:.85rem;
  border:1.5px solid var(--border); border-radius:10px;
  padding:.9rem 1rem; margin-bottom:.6rem; cursor:pointer;
  transition:border-color .2s, background .2s;
}
.co-addr-option input { flex-shrink:0; margin-top:.2rem; accent-color:var(--gold); }
.co-addr-option:hover { border-color: var(--gold); }
.co-addr-option.selected { border-color:var(--gold); background:#fffdf8; }
.co-addr-name { font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em; color:var(--gold); margin-bottom:.25rem; }
.co-addr-line { font-size:.85rem; color:#555; }
.co-addr-phone { font-size:.78rem; color:#aaa; margin-top:.25rem; }
.co-default-chip { background:var(--gold); color:#fff; font-size:.62rem; font-weight:800; padding:.1rem .45rem; border-radius:4px; margin-left:.4rem; letter-spacing:.04em; }
.co-new-addr-toggle { background:none; border:1.5px dashed var(--border); border-radius:10px; width:100%; padding:.75rem; font-size:.82rem; font-weight:600; color:#888; cursor:pointer; transition:all .2s; margin-top:.25rem; }
.co-new-addr-toggle:hover { border-color:var(--gold); color:var(--gold); }

/* Checkbox */
.co-checkbox { display:flex; align-items:center; gap:.5rem; cursor:pointer; font-size:.85rem; color:#555; }
.co-checkbox input { accent-color:var(--gold); width:16px; height:16px; }

/* Payment options */
.co-pay-options { display:flex; flex-direction:column; gap:.6rem; }
.co-pay-option {
  display:flex; align-items:center;
  border:1.5px solid var(--border); border-radius:10px;
  padding:.9rem 1rem; cursor:pointer;
  transition:all .2s;
}
.co-pay-option input { display:none; }
.co-pay-option:hover   { border-color:var(--gold); }
.co-pay-option.selected{ border-color:var(--gold); background:#fffdf8; }
.co-pay-body { display:flex; align-items:center; gap:.85rem; flex:1; }
.co-pay-icon { width:40px; height:40px; border-radius:10px; background:var(--surface); color:var(--dark); display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; }
.co-pay-name { font-size:.875rem; font-weight:700; color:var(--dark); }
.co-pay-desc { font-size:.75rem; color:#aaa; }
.co-pay-check { color:#ccc; font-size:1.1rem; transition:color .2s; margin-left:auto; }
.co-pay-option.selected .co-pay-check { color:var(--gold); }

/* Order summary card */
.co-summary-card { background:#fff; border-radius:14px; border:1px solid var(--border); overflow:hidden; position:sticky; top:90px; }
.co-summary-head { padding:1rem 1.25rem; border-bottom:1px solid var(--border); font-family:var(--font-display); font-size:1.05rem; font-weight:700; color:var(--dark); background:var(--surface); }

/* Cart items in summary */
.co-items-list { padding:.75rem 1.25rem; max-height:280px; overflow-y:auto; border-bottom:1px solid var(--border); }
.co-item { display:flex; align-items:center; gap:.75rem; padding:.55rem 0; border-bottom:1px solid #f5f0e8; }
.co-item:last-child { border-bottom:none; }
.co-item-img { position:relative; width:48px; height:58px; border-radius:8px; overflow:hidden; flex-shrink:0; background:var(--surface); }
.co-item-img img { width:100%; height:100%; object-fit:cover; }
.co-item-qty { position:absolute; top:-6px; right:-6px; width:20px; height:20px; border-radius:50%; background:var(--dark); color:#fff; font-size:.65rem; font-weight:800; display:flex; align-items:center; justify-content:center; border:2px solid #fff; }
.co-item-info { flex:1; min-width:0; }
.co-item-name { font-size:.82rem; font-weight:600; color:var(--dark); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.co-item-variant { font-size:.72rem; color:#aaa; margin-top:.1rem; }
.co-item-price { font-size:.875rem; font-weight:800; color:var(--dark); flex-shrink:0; }

/* Coupon */
.co-coupon-row { display:flex; gap:.5rem; padding:.85rem 1.25rem; border-bottom:1px solid var(--border); }
.co-coupon-input { flex:1; border:1.5px solid var(--border); border-radius:8px; padding:.5rem .75rem; font-size:.82rem; outline:none; text-transform:uppercase; transition:border-color .2s; font-family:var(--font-body); }
.co-coupon-input:focus { border-color:var(--gold); }
.co-coupon-btn { background:var(--dark); color:#fff; border:none; border-radius:8px; padding:.5rem 1rem; font-size:.78rem; font-weight:800; cursor:pointer; transition:background .2s; font-family:var(--font-body); }
.co-coupon-btn:hover { background:var(--gold); }
.co-coupon-msg { padding:0 1.25rem .5rem; font-size:.78rem; }
.co-coupon-applied { display:flex; align-items:center; gap:.25rem; padding:.75rem 1.25rem; background:#f0fdf4; border-bottom:1px solid #bbf7d0; font-size:.82rem; }
.co-coupon-remove { color:#dc2626; font-size:.75rem; text-decoration:none; font-weight:700; }

/* Price lines */
.co-price-lines { padding:.85rem 1.25rem; border-bottom:1px solid var(--border); }
.co-price-line { display:flex; justify-content:space-between; font-size:.875rem; color:#666; padding:.3rem 0; }
.co-price-total { font-size:1.1rem; font-weight:800; color:var(--dark); padding-top:.65rem; margin-top:.35rem; border-top:2px solid var(--dark); }

/* Place order button */
.co-place-order-btn {
  display:flex; align-items:center; justify-content:center;
  width:100%; margin:1rem 1.25rem; width:calc(100% - 2.5rem);
  padding:.9rem; background:var(--gold); color:#0a0a0a;
  border:none; border-radius:12px; font-size:.95rem; font-weight:900;
  cursor:pointer; transition:all .2s; font-family:var(--font-body);
  letter-spacing:.04em;
}
.co-place-order-btn:hover { background:#e8d5a8; transform:translateY(-1px); box-shadow:0 6px 20px rgba(200,169,110,.3); }
.co-place-order-btn:disabled { background:#ddd; color:#aaa; cursor:not-allowed; transform:none; }
.co-secure-note { text-align:center; font-size:.72rem; color:#aaa; padding:0 1.25rem 1rem; }

/* Success page */
.co-success-wrap { max-width:560px; margin:0 auto; text-align:center; padding:3rem 1.5rem; }
.co-success-icon { width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,#0f9b58,#11998e); color:#fff; font-size:2.5rem; display:flex; align-items:center; justify-content:center; margin:0 auto 1.5rem; box-shadow:0 8px 24px rgba(15,155,88,.3); }
.co-success-title { font-family:var(--font-display); font-size:1.75rem; font-weight:700; color:var(--dark); margin-bottom:.5rem; }
.co-success-sub { color:#666; font-size:.95rem; line-height:1.7; margin-bottom:1.75rem; }
.co-success-details { background:#fff; border-radius:12px; border:1px solid var(--border); padding:1.1rem 1.4rem; margin-bottom:1.25rem; text-align:left; }
.co-success-row { display:flex; justify-content:space-between; padding:.4rem 0; font-size:.875rem; border-bottom:1px solid var(--border); }
.co-success-row:last-child { border:none; }
.co-success-addr { background:#fff; border-radius:12px; border:1px solid var(--border); padding:1rem 1.4rem; margin-bottom:1.5rem; text-align:left; font-size:.875rem; color:#555; line-height:1.7; }
.co-success-addr-label { font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; color:var(--gold); margin-bottom:.4rem; }
.co-success-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:.75rem; }

@media (max-width:767px) {
  .checkout-steps-bar { gap:.25rem; }
  .csb-line { max-width:30px; }
  .csb-step span { font-size:.65rem; }
  .co-summary-card { position:static; }
}

/* ── Vendors page join CTA ─ */
.vendors-join-cta {
  margin-top: 3rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1208 100%);
  border-radius: 16px;
  padding: 2.25rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.vendors-join-cta::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(200,169,110,.06);
  top: -80px; right: -60px;
}
.vjc-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1.5rem;
  flex-wrap: wrap;
}
.vjc-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  color: #fff; margin-bottom: .35rem;
}
.vjc-sub { font-size: .9rem; color: rgba(255,255,255,.55); margin: 0; }

@media (max-width: 575px) {
  .vjc-inner { flex-direction: column; text-align: center; }
  .vjc-inner .hbtn-primary { width: 100%; justify-content: center; }
}
