/* =============================================================
   Balaji Wholesale — Storefront CSS
   Maroon (#6B1F2A) + Gold (#C9A24A) luxury Indian aesthetic
   ============================================================= */

:root {
  --maroon: #6B1F2A;
  --maroon-dark: #4A151C;
  --maroon-light: #8B2E3E;
  --gold: #C9A24A;
  --gold-light: #D4AF5C;
  --gold-dark: #B38C3B;
  --bg: #FEFCF7;
  --card: #FFFFFF;
  --dark-section: #2A0A10;
  --text: #1A1A1A;
  --muted: #6B6B6B;
  --border: #E5E7EB;
  --success: #16A34A;
  --error: #EF4444;
  --shadow-sm: 0 2px 6px rgba(0,0,0,.05);
  --shadow-md: 0 6px 20px rgba(0,0,0,.08);
  --font-heading: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, -apple-system, Segoe UI, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  font-size: 15px;
}
h1,h2,h3,h4 { font-family: var(--font-heading); color: var(--text); margin: 0 0 .5em; line-height:1.2; }
a { color: var(--maroon); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-dark); }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mb-4 { margin-bottom: 1rem; }
.muted { color: var(--muted); } .small { font-size: 13px; }
.btn-block { width: 100%; display: flex; }

/* ---------- Top strip ---------- */
.topstrip { background: var(--maroon-dark); color: #FEFCF7; font-size: 13px; }
.topstrip-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 20px; flex-wrap: wrap; gap: 10px; }
.topstrip-right { display: flex; align-items: center; gap: 14px; }
.topstrip-sep { opacity: .5; }
.topstrip a { color: inherit; }
.topstrip i { color: var(--gold); margin-right: 4px; }

/* ---------- Main header ---------- */
.mainhead { background: #fff; position: sticky; top: 0; z-index: 60; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.mainhead-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 16px 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(140deg, var(--gold), var(--gold-dark));
  color: #fff; display:flex; align-items:center; justify-content:center;
  font-family: var(--font-heading); font-size: 30px; font-weight: 700;
  box-shadow: 0 2px 6px rgba(201,162,74,.35);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-title { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: var(--maroon); letter-spacing: 1px; }
.brand-sub { font-family: var(--font-heading); font-size: 12px; letter-spacing: 4px; color: var(--gold-dark); }
.brand-desc { font-size: 11px; color: var(--muted); letter-spacing: 1px; }

.searchbar { display: flex; border: 2px solid var(--border); border-radius: 10px; overflow: hidden; background:#fff; max-width: 620px; }
.searchbar input { flex: 1; border: 0; padding: 12px 16px; font-size: 14px; outline: none; background:transparent; }
.searchbar select { border: 0; border-left: 1px solid var(--border); background: #fff; padding: 0 14px; font-size: 13px; outline: none; }
.searchbar button { background: var(--maroon); color: #fff; border: 0; padding: 0 22px; font-size: 15px; }
.searchbar button:hover { background: var(--maroon-dark); }

.head-actions { display: flex; align-items: center; gap: 22px; }
.head-user, .head-cart { display: flex; align-items: center; gap: 8px; color: var(--text); }
.head-user i, .head-cart i { font-size: 22px; color: var(--maroon); }
.head-user small, .head-cart small { display: block; font-size: 11px; color: var(--muted); }
.head-user strong, .head-cart small + span { font-weight: 600; font-size: 14px; }
.head-cart { position: relative; }
.head-cart .cart-count {
  position: absolute; top: -6px; left: 20px;
  background: var(--gold); color: #fff; font-size: 11px; font-weight: 700;
  min-width: 20px; height: 20px; border-radius: 10px; display:flex; align-items:center; justify-content:center; padding: 0 6px;
}

/* Sub nav */
.subnav { background: var(--maroon); color: #fff; }
.subnav-inner { display: flex; align-items: center; gap: 24px; padding: 0 20px; }
.allcats-toggle { position: relative; background: var(--maroon-dark); padding: 14px 22px; font-weight: 600; font-size: 13px; letter-spacing: .5px; cursor: pointer; }
.allcats-toggle i { margin-right: 8px; color: var(--gold); }
.allcats-dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; color: var(--text); box-shadow: var(--shadow-md); z-index: 100; border-radius: 0 0 8px 8px; }
.allcats-dropdown a { display: block; padding: 10px 18px; border-bottom: 1px solid var(--border); font-weight: 400; font-size: 14px; }
.allcats-dropdown a:hover { background: var(--bg); color: var(--maroon); }
.allcats-toggle:hover .allcats-dropdown, .allcats-toggle:focus-within .allcats-dropdown { display: block; }
.subnav-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; flex: 1; }
.subnav-links a { display: block; color: #fff; padding: 14px 16px; font-size: 13px; letter-spacing: .5px; font-weight: 500; }
.subnav-links a:hover, .subnav-links a.active { color: var(--gold); }
.btn-wholesale {
  background: var(--gold); color: #fff !important; padding: 10px 22px; border-radius: 4px;
  font-size: 12px; font-weight: 700; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s;
}
.btn-wholesale:hover { background: var(--gold-dark); }
.mobile-menu-toggle { display: none; background:transparent;color:#fff;border:0;font-size:20px; }

/* ---------- Buttons ---------- */
.btn-primary, .btn-gold, .btn-outline, .btn-gold-outline, .btn-whatsapp {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px; font-weight: 600; font-size: 14px; letter-spacing: .3px;
  border: 2px solid transparent; transition: all .2s; text-align: center;
}
.btn-primary { background: var(--maroon); color: #fff !important; }
.btn-primary:hover { background: var(--maroon-dark); }
.btn-gold { background: var(--gold); color: #fff !important; }
.btn-gold:hover { background: var(--gold-dark); }
.btn-outline { border-color: var(--maroon); color: var(--maroon); background: transparent; }
.btn-outline:hover { background: var(--maroon); color: #fff; }
.btn-gold-outline { border-color: var(--gold); color: var(--gold-dark); background: transparent; }
.btn-gold-outline:hover { background: var(--gold); color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff !important; }
.btn-whatsapp:hover { background: #1DA851; }
.btn-lg { padding: 14px 32px; font-size: 15px; }
.btn-apply { margin-top: 10px; width: 100%; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; height: 620px; background: #0e0405; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; display: flex; align-items: center; opacity: 0; transition: opacity .6s ease; }
.hero-slide.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,5,10,.75) 0%, rgba(20,5,10,.55) 45%, rgba(20,5,10,.15) 100%); }
.hero-fallback { background: linear-gradient(120deg, #3a1520 0%, #6B1F2A 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 660px; padding: 60px 20px; }
.hero-eyebrow { color: var(--gold); font-weight: 600; letter-spacing: 3px; font-size: 13px; text-transform: uppercase; }
.hero-title { font-family: var(--font-heading); font-size: clamp(38px, 6vw, 76px); font-weight: 700; margin: 8px 0 4px; }
.hero-title-gold { font-family: var(--font-heading); color: var(--gold); font-weight: 500; font-size: clamp(28px, 4.5vw, 54px); font-style: italic; margin: 0 0 16px; }
.hero-sub { font-size: 16px; opacity: .9; margin: 0 0 22px; }
.hero-chips { display: flex; gap: 18px; margin-bottom: 30px; flex-wrap: wrap; }
.hero-chips span {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; line-height: 1.15; font-weight: 500;
}
.hero-chips i {
  background: rgba(255,255,255,.08); border: 1.5px solid var(--gold); color: var(--gold);
  width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 16px;
}
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background: rgba(255,255,255,.15); backdrop-filter: blur(6px); color: #fff; border: 0; width: 44px; height: 44px; border-radius: 50%; }
.hero-arrow:hover { background: rgba(255,255,255,.3); }
.hero-arrow.prev { left: 20px; } .hero-arrow.next { right: 20px; }
.hero-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); border: 0; }
.hero-dots button.active { background: var(--gold); width: 30px; border-radius: 5px; }

/* ---------- Trust bar ---------- */
.trust-bar-wrap { margin-top: -40px; position: relative; z-index: 20; }
.trust-bar { background: #fff; border-radius: 16px; box-shadow: var(--shadow-md); padding: 22px 26px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; border: 1px solid var(--border); }
.trust-bar > div { display: flex; align-items: center; gap: 12px; }
.trust-bar i { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); color: var(--maroon); display: flex; align-items: center; justify-content: center; font-size: 18px; border: 1px solid var(--border); }
.trust-bar strong { display: block; font-size: 14px; font-weight: 600; color: var(--text); }
.trust-bar span { display: block; font-size: 12px; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 60px 0; }
.section-alt { background: linear-gradient(to bottom, #fff 0%, var(--bg) 100%); }
.section-title { text-align: center; font-family: var(--font-heading); font-size: 30px; margin-bottom: 40px; position: relative; color: var(--text); }
.section-title span { display: inline-block; padding: 0 30px; position: relative; letter-spacing: 3px; font-size: 22px; font-weight: 600; }
.section-title::before, .section-title::after {
  content:''; position:absolute; top:50%; width: 80px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.section-title::before { right: 50%; margin-right: 100px; }
.section-title::after  { left: 50%; margin-left: 100px; }
.section-head-inline { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.section-title-alt { font-family: var(--font-heading); font-size: 24px; margin: 0; }
.section-title-alt span { border-bottom: 3px solid var(--gold); padding-bottom: 6px; }
.link-more { color: var(--maroon); font-size: 14px; font-weight: 500; }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.cat-card {
  background: #fff; border-radius: 14px; overflow: hidden; text-align: center; padding-bottom: 18px;
  border: 1px solid var(--border); transition: transform .2s, box-shadow .2s;
  display: block; color: var(--text);
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); color: var(--maroon); }
.cat-img { aspect-ratio: 1/1; background-size: cover; background-position: center; background-color: #f5f0e8; }
.cat-name { font-weight: 600; font-size: 13px; letter-spacing: 1.2px; margin: 14px 10px 4px; color: var(--maroon); }
.cat-link { font-size: 12px; color: var(--muted); }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-grid-6 { grid-template-columns: repeat(6, 1fr); gap: 16px; }
.product-card {
  background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden;
  transition: transform .2s, box-shadow .2s; display: block; color: var(--text); position: relative;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pc-image { aspect-ratio: 1/1; background-size: cover; background-position: center; background-color:#f8f2ea; position: relative; }
.pc-body { padding: 14px 16px 18px; }
.pc-name { font-size: 14px; font-weight: 500; min-height: 40px; margin-bottom: 6px; color: var(--text); }
.pc-price-row { display: flex; gap: 10px; align-items: baseline; }
.pc-price { font-size: 18px; font-weight: 700; color: var(--maroon); }
.pc-mrp { font-size: 13px; text-decoration: line-through; color: var(--muted); }
.pc-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; font-size: 12px; color: var(--muted); }
.pc-cart-btn { background: var(--maroon); color: #fff; border: 0; width: 32px; height: 32px; border-radius: 6px; font-size: 13px; }
.pc-cart-btn:hover { background: var(--maroon-dark); }
.badge-new       { position: absolute; top: 12px; left: 0; background: var(--maroon); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px 4px 10px; letter-spacing: .5px; border-radius: 0 8px 8px 0; }
.badge-bestseller{ position: absolute; top: 12px; left: 0; background: var(--gold-dark); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; letter-spacing: .5px; border-radius: 0 8px 8px 0; }
.badge-discount  { position: absolute; top: 12px; right: 12px; background: var(--gold); color: #fff; width: 46px; height: 46px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 2px 6px rgba(0,0,0,.15); }
.badge-discount strong { font-size: 13px; font-weight: 700; } .badge-discount small { font-size: 9px; }
.badge-discount-lg { position: absolute; top: 20px; right: 20px; background: #EF4444; color:#fff; width: 68px; height: 68px; border-radius: 50%; display:flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(239,68,68,.4); z-index: 2; }
.badge-discount-lg strong { font-size: 18px; } .badge-discount-lg small { font-size: 10px; }

/* ---------- Why choose ---------- */
.why-choose { padding: 40px 0; background: #fff; border-radius: 20px; margin: 20px 0; }
.why-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: center; padding: 30px; }
.why-text .eyebrow { color: var(--gold-dark); font-size: 13px; letter-spacing: 3px; font-weight: 600; }
.why-text h2 { font-family: var(--font-heading); font-size: 40px; margin: 6px 0 12px; }
.why-text p { color: var(--muted); margin-bottom: 24px; }
.why-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-stats > div { text-align: center; }
.why-stats i { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 12px; }
.why-stats strong { display: block; font-family: var(--font-heading); font-size: 22px; color: var(--maroon); }
.why-stats span { display: block; font-size: 13px; color: var(--muted); }

/* ---------- CTA + Trust bottom + Footer ---------- */
.cta-band { background: var(--maroon); color: #fff; padding: 26px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cta-text { display: flex; gap: 16px; align-items: center; }
.cta-text i { font-size: 40px; color: var(--gold); }
.cta-text h3 { color: #fff; margin: 0; font-family: var(--font-heading); font-size: 22px; }
.cta-text p { margin: 4px 0 0; opacity: .85; font-size: 14px; }
.trust-bottom { background: #fff; padding: 24px 0; border-top: 1px solid var(--border); }
.trust-bottom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-bottom > .container > div { display: flex; gap: 12px; align-items: center; }
.trust-bottom i { color: var(--gold-dark); font-size: 24px; width: 44px; height: 44px; background: var(--bg); border-radius: 50%; display:flex; align-items:center; justify-content:center; }
.trust-bottom strong { display: block; font-size: 14px; }
.trust-bottom span { display: block; font-size: 12px; color: var(--muted); }

.mainfoot { background: var(--dark-section); color: #FEFCF7; padding: 60px 0 0; border-top: 4px solid var(--gold); margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 40px; }
.mainfoot h4 { font-family: var(--font-heading); color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.mainfoot ul { list-style: none; padding: 0; margin: 0; }
.mainfoot li { padding: 4px 0; }
.mainfoot a { color: #FEFCF7; opacity: .8; font-size: 13.5px; }
.mainfoot a:hover { color: var(--gold); opacity: 1; }
.foot-brand-logo { align-items: center; margin-bottom: 16px; }
.foot-brand-logo .brand-title, .foot-brand-logo .brand-sub { color: var(--gold); }
.foot-brand-logo .brand-desc { color: #FEFCF7; }
.foot-social { display: flex; gap: 10px; margin-top: 16px; }
.foot-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; }
.foot-social a:hover { background: var(--gold); color: var(--maroon); }
.newsletter-form { display: flex; margin-top: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; overflow: hidden; }
.newsletter-form input { flex: 1; border: 0; background: transparent; color: #fff; padding: 10px 12px; outline: none; }
.newsletter-form button { border-radius: 0; padding: 10px 20px; }
.foot-copy { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; }
.foot-copy-inner { display: flex; justify-content: space-between; font-size: 13px; opacity: .8; }

.wa-float { position: fixed; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 6px 20px rgba(37,211,102,.4); z-index: 50; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* ---------- Flash ---------- */
.flash-wrap { padding-top: 14px; }
.flash { padding: 12px 18px; border-radius: 8px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.flash-success { background: #DCFCE7; color: #166534; border: 1px solid #86EFAC; }
.flash-error   { background: #FEE2E2; color: #991B1B; border: 1px solid #FCA5A5; }
.flash button { background: transparent; border: 0; font-size: 20px; cursor: pointer; color: inherit; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 20px 0 10px; font-size: 13px; color: var(--muted); }
.breadcrumb a { color: var(--muted); } .breadcrumb a:hover { color: var(--maroon); }
.breadcrumb span { margin: 0 6px; }

/* ---------- Empty state ---------- */
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state i { font-size: 56px; color: var(--gold); margin-bottom: 16px; }
.empty-state h3 { margin: 10px 0; }
.empty-hint { text-align: center; color: var(--muted); padding: 30px; }

/* ---------- Shop layout ---------- */
.shop-wrap { padding-bottom: 40px; }
.shop-header { margin: 10px 0 24px; }
.shop-header h1 { font-family: var(--font-heading); font-size: 34px; }
.shop-header p { color: var(--muted); margin: 0; }
.shop-grid { display: grid; grid-template-columns: 260px 1fr; gap: 30px; }
.shop-sidebar { position: sticky; top: 100px; align-self: start; }
.sidebar-block { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px; margin-bottom: 16px; }
.sidebar-block-dark { background: var(--dark-section); color: #fff; border: 0; }
.sidebar-block-dark h3 { color: var(--gold); font-family: var(--font-heading); font-size: 15px; letter-spacing: 2px; margin: 0 0 10px; }
.side-cats { list-style: none; padding: 0; margin: 0; }
.side-cats a { display: flex; justify-content: space-between; padding: 8px 4px; color: #fff; font-size: 14px; opacity: .9; }
.side-cats a:hover, .side-cats a.active { color: var(--gold); opacity: 1; }
.side-cats em { color: var(--gold); font-style: normal; font-size: 12px; }
.sidebar-block h4 { font-family: var(--font-body); font-size: 13px; letter-spacing: 2px; color: var(--muted); font-weight: 700; margin-bottom: 12px; }
.price-range-inputs { display: flex; gap: 8px; }
.price-range-inputs input { flex: 1; padding: 8px 10px; border: 1px solid var(--border); border-radius: 6px; font-size: 13px; }
.ck { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 13.5px; cursor: pointer; }
.ck input[type=checkbox] { accent-color: var(--maroon); }
.color-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.sw { position: relative; cursor: pointer; }
.sw input { display: none; } .sw span { display: block; width: 22px; height: 22px; border-radius: 50%; border: 2px solid #ddd; }
.sw input:checked + span { box-shadow: 0 0 0 2px var(--gold); }
.sidebar-promo { background: var(--bg); border: 1px solid var(--gold); border-radius: 12px; padding: 18px; }
.sidebar-promo h4 { font-family: var(--font-heading); color: var(--maroon); font-size: 14px; letter-spacing: 1px; }
.sidebar-promo ul { list-style: none; padding: 0; margin: 0 0 12px; font-size: 12.5px; }
.sidebar-promo li { padding: 3px 0; color: var(--maroon-dark); }
.sidebar-promo i { color: var(--gold); margin-right: 6px; }

.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 13px; color: var(--muted); background: #fff; padding: 12px 16px; border-radius: 10px; border: 1px solid var(--border); }
.toolbar-right { display: flex; gap: 14px; }
.toolbar-right select { padding: 6px 10px; border: 1px solid var(--border); border-radius: 6px; background: #fff; }

/* pagination */
.pager { display: flex; justify-content: center; padding: 30px 0; }
.pager ul { list-style: none; display: flex; gap: 6px; padding: 0; }
.pager a { display: block; padding: 8px 14px; border: 1px solid var(--border); border-radius: 6px; color: var(--text); font-size: 13px; background: #fff; }
.pager a.active { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.pager a.disabled { opacity: .4; pointer-events: none; }
.pager span { padding: 8px 4px; color: var(--muted); }

/* ---------- Product detail ---------- */
.product-page { padding-bottom: 40px; }
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 20px; }
.pd-main-image { position: relative; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.pd-main-image img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.pd-wish { position: absolute; top: 16px; right: 80px; background: #fff; border: 0; width: 36px; height: 36px; border-radius: 50%; box-shadow: var(--shadow-sm); font-size: 15px; color: var(--maroon); z-index: 2; }
.pd-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pd-thumb { flex: 0 0 80px; background: transparent; border: 2px solid var(--border); border-radius: 8px; padding: 0; overflow: hidden; cursor: pointer; }
.pd-thumb.active { border-color: var(--maroon); }
.pd-thumb img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

.pd-title { font-family: var(--font-heading); font-size: 32px; margin: 0 0 10px; }
.pd-tags { display: flex; gap: 12px; color: var(--muted); font-size: 13px; margin-bottom: 8px; flex-wrap: wrap; }
.pd-tags span::after { content:'|'; margin-left: 12px; color: #ccc; }
.pd-tags span:last-child::after { display: none; }
.pd-rating { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
.pd-rating .stars { color: var(--gold); font-size: 14px; }
.pd-rating .dot { color: #ccc; }
.pd-stock.in { color: var(--success); margin-left: auto; font-weight: 600; }
.pd-stock.out { color: var(--error); margin-left: auto; }
.pd-price-row { display: flex; align-items: baseline; gap: 12px; margin: 18px 0 6px; }
.pd-price { font-size: 32px; font-weight: 700; color: var(--maroon); font-family: var(--font-heading); }
.pd-mrp { text-decoration: line-through; color: var(--muted); font-size: 18px; }
.pd-discount { background: var(--gold); color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 6px; font-weight: 700; }
.pd-minorder { color: var(--muted); font-size: 13.5px; margin-bottom: 12px; }
.pd-short { color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.pd-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; background: var(--bg); border-radius: 10px; padding: 16px; margin-bottom: 20px; border: 1px solid var(--border); }
.pd-features > div { display: flex; gap: 10px; align-items: center; font-size: 12.5px; }
.pd-features i { color: var(--gold-dark); font-size: 18px; }
.pd-features strong { display: block; font-size: 12.5px; }
.pd-features span { display: block; font-size: 11.5px; color: var(--muted); }

.pd-bulk { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px; margin-bottom: 20px; }
.pd-bulk-title { color: var(--maroon); font-weight: 700; font-family: var(--font-heading); letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 2px solid rgba(201,162,74,.3); }
.pd-bulk-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pd-bulk-table th { text-align: left; padding: 10px 8px; color: var(--maroon); font-weight: 600; border-bottom: 2px solid rgba(201,162,74,.3); font-size: 12.5px; letter-spacing: 1px; }
.pd-bulk-table td { padding: 10px 8px; border-bottom: 1px solid var(--border); }

.pd-cart-form { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px; margin-bottom: 16px; }
.pd-qty { display: flex; align-items: center; gap: 20px; margin-bottom: 14px; }
.pd-qty label { color: var(--maroon); font-weight: 600; font-size: 14px; }
.qty-input { display: inline-flex; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.qty-input button { border: 0; background: var(--bg); padding: 8px 14px; font-size: 18px; }
.qty-input input { border: 0; width: 60px; text-align: center; font-weight: 600; }
.pd-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pd-trust-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 16px 0; font-size: 11.5px; }
.pd-trust-mini > div { display: flex; gap: 8px; align-items: center; }
.pd-trust-mini i { color: var(--gold-dark); font-size: 18px; }
.pd-trust-mini strong { display: block; font-size: 11.5px; }
.pd-trust-mini span { display: block; font-size: 10.5px; color: var(--muted); }

.pd-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 20px; margin: 30px 0; }
.spec { display: flex; gap: 12px; align-items: center; }
.spec i { color: var(--gold-dark); font-size: 18px; }
.spec span { display: block; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.spec strong { display: block; font-size: 13.5px; }

.pd-columns { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin: 30px 0; }
.pd-col { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.pd-col h3 { font-family: var(--font-body); color: var(--maroon); font-size: 14px; letter-spacing: 1px; padding-bottom: 10px; border-bottom: 2px solid var(--border); margin-bottom: 14px; }
.pd-col ul { padding-left: 18px; font-size: 14px; line-height: 1.8; }
.pd-col-offers { background: var(--dark-section); color: #fff; border: 0; }
.pd-col-offers h3 { color: var(--gold); border-bottom-color: rgba(255,255,255,.15); }
.pd-col-offers .offer-list { list-style: none; padding: 0; }
.pd-col-offers .offer-list li { padding: 6px 0; }
.pd-col-offers i { color: var(--gold); margin-right: 6px; }
.pd-related-head { margin-top: 40px; }

/* ---------- Cart ---------- */
.cart-wrap { padding-bottom: 40px; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 24px; margin-top: 20px; }
.cart-items, .cart-summary { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.cart-head, .cart-row { display: grid; grid-template-columns: 2.5fr .8fr 1fr .8fr .3fr; gap: 12px; align-items: center; }
.cart-head { font-weight: 600; font-size: 12px; letter-spacing: 1px; color: var(--muted); padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.cart-row { padding: 14px 0; border-bottom: 1px dashed var(--border); }
.cart-prod { display: flex; gap: 12px; align-items: center; }
.cart-prod img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; }
.cart-prod small { display: block; font-size: 11.5px; color: var(--muted); }
.cart-remove { background: transparent; border: 0; color: var(--error); font-size: 15px; }
.cart-actions { display: flex; justify-content: space-between; padding-top: 16px; }
.cart-summary h3 { font-family: var(--font-heading); font-size: 20px; margin-bottom: 14px; }
.cs-row { display: flex; justify-content: space-between; padding: 8px 0; color: var(--muted); font-size: 14px; }
.cs-total { display: flex; justify-content: space-between; padding: 12px 0; font-weight: 700; font-size: 18px; color: var(--maroon); border-top: 2px solid var(--gold); margin-top: 8px; }
.cs-warn { background: #FEF3C7; border: 1px solid #FCD34D; color: #92400E; padding: 10px 12px; border-radius: 8px; font-size: 13px; margin: 12px 0; }

/* ---------- Checkout ---------- */
.checkout-wrap { padding-bottom: 40px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 24px; margin-top: 20px; }
.checkout-form, .checkout-summary { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.checkout-form h3 { font-family: var(--font-heading); font-size: 20px; color: var(--maroon); margin-bottom: 14px; }
.checkout-form label { display: block; font-size: 13px; margin: 12px 0 4px; font-weight: 500; }
.checkout-form input, .checkout-form textarea, .checkout-form select { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; font-family: inherit; font-size: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.radio-card { display: flex; gap: 12px; padding: 14px; border: 2px solid var(--border); border-radius: 10px; margin-bottom: 10px; cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--maroon); background: rgba(107,31,42,.03); }
.radio-card strong { display: block; }
.radio-card small { color: var(--muted); }
.cos-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px dashed var(--border); font-size: 13px; }
.cos-row img { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; }
.cos-info small { display: block; color: var(--muted); font-size: 11.5px; }

/* ---------- Auth ---------- */
.auth-wrap { padding: 40px 0 60px; display: flex; justify-content: center; }
.auth-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 40px; max-width: 460px; width: 100%; box-shadow: var(--shadow-md); }
.auth-card-wide { max-width: 620px; }
.auth-card h1 { font-family: var(--font-heading); font-size: 32px; color: var(--maroon); margin-bottom: 8px; }
.auth-card label { display: block; font-size: 13px; margin: 14px 0 5px; font-weight: 500; }
.auth-card input { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 15px; }
.auth-card input:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.auth-card button { margin-top: 20px; }
.auth-alt { text-align: center; margin-top: 16px; color: var(--muted); }
.auth-alt a { color: var(--maroon); font-weight: 500; }

/* ---------- Account ---------- */
.account-wrap { padding-bottom: 40px; }
.account-tabs { display: flex; gap: 4px; margin: 20px 0; border-bottom: 1px solid var(--border); }
.account-tabs a { padding: 12px 20px; font-weight: 500; font-size: 14px; color: var(--muted); border-bottom: 3px solid transparent; }
.account-tabs a.active { color: var(--maroon); border-bottom-color: var(--gold); }
.account-form { background: #fff; padding: 24px; border-radius: 12px; border: 1px solid var(--border); }
.account-form label { display: block; font-size: 13px; margin: 12px 0 4px; }
.account-form input, .account-form textarea { width: 100%; padding: 10px; border: 1px solid var(--border); border-radius: 8px; }
.orders-list { display: flex; flex-direction: column; gap: 16px; }
.order-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.order-head { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; padding: 16px 20px; background: var(--bg); align-items: center; }
.order-head small { display: block; color: var(--muted); font-size: 12px; }
.order-body { padding: 12px 20px; display: flex; flex-wrap: wrap; gap: 14px; }
.order-body .oi { display: flex; gap: 8px; font-size: 13px; align-items: center; }
.order-body .oi img { width: 36px; height: 36px; border-radius: 6px; object-fit: cover; }
.order-foot { padding: 10px 20px; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--muted); }
.pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .3px; background: #eee; color: #333; }
.pill-placed { background: #FEF3C7; color: #92400E; }
.pill-confirmed { background: #DBEAFE; color: #1E40AF; }
.pill-processing { background: #FDE68A; color: #92400E; }
.pill-shipped { background: #C7D2FE; color: #3730A3; }
.pill-delivered { background: #DCFCE7; color: #166534; }
.pill-cancelled { background: #FEE2E2; color: #991B1B; }
.pill-pending { background: #FEF3C7; color: #92400E; }
.pill-paid { background: #DCFCE7; color: #166534; }
.pill-failed { background: #FEE2E2; color: #991B1B; }
.pill-refunded { background: #E0E7FF; color: #4338CA; }

/* ---------- Enquiry ---------- */
.enquiry-wrap { padding-bottom: 40px; }
.enquiry-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; margin-top: 20px; }
.enquiry-info { background: linear-gradient(160deg, var(--maroon-dark), var(--maroon)); color: #fff; border-radius: 16px; padding: 40px; }
.enquiry-info h1 { color: #fff; font-family: var(--font-heading); font-size: 36px; }
.enquiry-info p { opacity: .9; }
.enquiry-benefits { list-style: none; padding: 0; margin: 20px 0; }
.enquiry-benefits li { padding: 8px 0; font-size: 15px; }
.enquiry-benefits i { color: var(--gold); margin-right: 8px; }
.contact-strip { display: flex; gap: 20px; margin-top: 20px; font-size: 14px; opacity: .95; }
.contact-strip i { color: var(--gold); margin-right: 6px; }
.enquiry-form-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 30px; box-shadow: var(--shadow-sm); }
.enquiry-form-card label { display: block; font-size: 13px; margin: 10px 0 4px; font-weight: 500; }
.enquiry-form-card input, .enquiry-form-card textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; font-family: inherit; }

/* ---------- About / Contact ---------- */
.about-wrap { padding-bottom: 40px; }
.about-wrap .lede { font-size: 18px; color: var(--muted); max-width: 780px; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.about-grid > div { background: #fff; padding: 24px; border: 1px solid var(--border); border-radius: 12px; }
.about-grid h3 { color: var(--maroon); font-family: var(--font-heading); }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
.contact-grid > div { background: #fff; padding: 24px; border: 1px solid var(--border); border-radius: 12px; text-align: center; }
.contact-grid i { font-size: 28px; color: var(--gold-dark); margin-bottom: 10px; }

/* ---------- Payment page ---------- */
.pay-wrap { padding: 60px 0; text-align: center; max-width: 620px; margin: 0 auto; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid, .product-grid-6 { grid-template-columns: repeat(3, 1fr); }
  .trust-bar { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .pd-grid, .cart-layout, .checkout-layout, .enquiry-grid, .foot-grid { grid-template-columns: 1fr; }
  .pd-columns, .pd-specs, .about-grid, .contact-grid, .trust-bottom-grid { grid-template-columns: repeat(2, 1fr); }
  .why-stats { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
}

@media (max-width: 720px) {
  .mainhead-inner { grid-template-columns: auto auto; gap: 10px; padding: 12px; }
  .searchbar { order: 3; grid-column: 1 / -1; }
  .head-actions { gap: 12px; }
  .head-user span, .head-cart span { display: none; }
  .brand-desc { display: none; }
  .subnav-links { position: absolute; top: 100%; left: 0; right: 0; background: var(--maroon-dark); flex-direction: column; padding: 10px 0; display: none; z-index: 90; }
  .subnav-links.open { display: flex; }
  .subnav-inner { position: relative; padding: 0; }
  .allcats-toggle { flex: 1; }
  .mobile-menu-toggle { display: block; padding: 14px 18px; }
  .btn-wholesale { display: none; }
  .topstrip-inner { font-size: 11px; gap: 4px; text-align: center; justify-content: center; }
  .topstrip-right span { display: none; }
  .topstrip-right a { display: none; }
  .hero { height: 480px; }
  .hero-content { padding: 30px 20px; }
  .hero-chips { gap: 10px; }
  .hero-chips span { font-size: 11px; }
  .hero-chips i { width: 32px; height: 32px; font-size: 13px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .product-grid-6 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .trust-bar { grid-template-columns: 1fr 1fr; padding: 14px; }
  .trust-bottom-grid { grid-template-columns: 1fr 1fr; }
  .pd-columns { grid-template-columns: 1fr; }
  .pd-specs { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .cart-head { display: none; }
  .cart-row { grid-template-columns: 1fr; padding: 14px; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; }
  .foot-copy-inner { flex-direction: column; text-align: center; gap: 8px; }
  .section-title::before, .section-title::after { display: none; }
  .pd-title { font-size: 24px; }
  .pd-price { font-size: 26px; }
  .pd-buttons { grid-template-columns: 1fr; }
  .pd-trust-mini { grid-template-columns: 1fr 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .section { padding: 40px 0; }
}
