/* =========================================================
   HERBA · L·S·M  —  Herbal Hair Care Catalog
   Design tokens
   ========================================================= */
:root{
  --bg:            #0e1a12;
  --bg-panel:      #16261a;
  --bg-panel-2:    #1c2e20;
  --green-deep:    #1f3d24;
  --green-mid:     #2c4a30;
  --gold:          #c9a24a;
  --gold-light:    #e9d6a3;
  --gold-dim:      #8a7038;
  --rose:          #7c1638;
  --rose-light:    #c2456f;
  --amber:         #6b4423;
  --amber-light:   #a97a45;
  --cream:         #f3ecd9;
  --text-muted:    #b7c1b2;
  --line:          rgba(201,162,74,0.25);
  --shadow:        0 20px 50px rgba(0,0,0,0.45);
  --radius:        14px;
  --radius-sm:     8px;
  --wa:            #25D366;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Jost', 'Segoe UI', sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html,body{
  max-width:100%;
  overflow-x:hidden; /* stops any stray element from causing horizontal scroll/jump on mobile */
  overflow-x: clip !important;
}
body{
  margin:0;
  background:var(--bg);
  color:var(--cream);
  font-family:var(--font-body);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  position: relative;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;}
.container{max-width:1240px;margin:0 auto;padding:0 24px;}

h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;margin:0 0 .4em;letter-spacing:.01em;}
.eyebrow{
  font-family:var(--font-body);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:.72rem;
  color:var(--gold);
  display:flex;align-items:center;gap:10px;
  margin-bottom:14px;
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold);display:inline-block;}

/* leaf-vein divider — signature motif reused from the product label leaf glyph */
.leaf-divider{
  display:flex;align-items:center;justify-content:center;gap:14px;
  color:var(--gold-dim); margin:18px 0 34px;
}
.leaf-divider::before,.leaf-divider::after{content:"";flex:1;max-width:120px;height:1px;
  background:linear-gradient(90deg,transparent,var(--line));}
.leaf-divider::after{background:linear-gradient(90deg,var(--line),transparent);}
.leaf-divider svg{width:20px;height:20px;fill:var(--gold);}

/* Skip link / focus visibility */
a:focus-visible,button:focus-visible,input:focus-visible{
  outline:2px solid var(--gold-light);outline-offset:3px;border-radius:4px;
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.001ms !important;transition-duration:.001ms !important;}
}

/* =========================== HEADER =========================== */
.topbar{
  background:var(--bg);
  border-bottom:1px solid var(--line);
  font-size:.8rem;color:var(--text-muted);
}
.topbar .container{display:flex;justify-content:space-between;align-items:center;padding:8px 24px;flex-wrap:wrap;gap:4px;}
.topbar a{color:var(--gold-light);}

/* --- FINAL CLEAN CART & HEADER Z-INDEX FIX --- */

/* Header ko apni sahi limit mein rakho */
/* Fix Header Transparent Background On Scroll */
header.site-header {
  background-color: #0e1a12 !important;
  background: #0e1a12 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Cart Overlay & Drawer ko Sab Se Upar Set Karo */
.cart-overlay {
  position: fixed !important;
  z-index: 99990 !important;
}

.cart-drawer {
  position: fixed !important;
  z-index: 99999 !important; /* Header, Topbar, Search bar sab ke upar aayega */
}
.header-row{display:flex;align-items:center;gap:28px;padding:16px 24px;}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.logo svg{width:34px;height:34px;flex-shrink:0;}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-text b{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.06em;color:var(--gold-light);}
.logo-text span{font-size:.62rem;letter-spacing:.42em;color:var(--gold-dim);margin-top:3px;}

nav.main-nav{display:flex;gap:26px;flex:1;justify-content:center;}
nav.main-nav a{
  font-size:.86rem;letter-spacing:.03em;color:var(--text-muted);
  padding:6px 2px;border-bottom:1px solid transparent;transition:.2s;
  white-space:nowrap;
}
nav.main-nav a:hover,nav.main-nav a.active{color:var(--gold-light);border-color:var(--gold);}

.search-box{
  display:flex;align-items:center;gap:8px;
  background:var(--bg-panel);border:1px solid var(--line);
  border-radius:999px;padding:9px 16px;min-width:210px;
}
.search-box input{
  background:none;border:none;color:var(--cream);font-family:var(--font-body);
  font-size:.85rem;width:100%;outline:none;
}
.search-box input::placeholder{color:var(--text-muted);}
.search-box svg{width:16px;height:16px;stroke:var(--gold-dim);flex-shrink:0;}

.header-actions{display:flex;align-items:center;gap:14px;flex-shrink:0;}
.icon-btn{
  position:relative;width:40px;height:40px;border-radius:50%;
  background:var(--bg-panel);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
  color:var(--gold-light);transition:.2s;flex-shrink:0;
}
.icon-btn:hover{background:var(--green-mid);}
.icon-btn svg{width:18px;height:18px;}
.cart-count{
  position:absolute;top:-6px;right:-6px;background:var(--rose);
  color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;
  border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;
}
.wa-quick-btn{
  display:flex;align-items:center;gap:8px;background:var(--wa);color:#08380f;
  font-weight:600;font-size:.82rem;padding:10px 18px;border-radius:999px;border:none;
  box-shadow:0 8px 20px rgba(37,211,102,.25);transition:transform .2s;flex-shrink:0;
}
.wa-quick-btn:hover{transform:translateY(-2px);}
.wa-quick-btn svg{width:17px;height:17px;fill:#08380f;flex-shrink:0;}

.nav-toggle{
  display:none;background:none;border:1px solid var(--line);border-radius:8px;
  padding:8px;color:var(--gold-light);flex-shrink:0;
  align-items:center;justify-content:center;
}
.nav-toggle svg{width:20px;height:20px;}

/* =========================== HERO =========================== */
.hero{
  position:relative;overflow:hidden;
  min-height:78vh;display:flex;align-items:center;
  background:radial-gradient(ellipse at 75% 50%, rgba(124,22,56,.18), transparent 60%), var(--bg);
}
.hero-slides{position:absolute;inset:0;}
.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  opacity:0;
  transition:opacity 1.1s ease;
}
.hero-slide.active{opacity:1;}
.hero-slide::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(9,15,10,.94) 0%, rgba(9,15,10,.72) 38%, rgba(9,15,10,.25) 68%, rgba(9,15,10,.1) 100%);
}
.hero-content{position:relative;z-index:2;max-width:620px;padding:0 24px 0 160px;}
.hero-content .eyebrow{color:var(--gold-light);}
.hero-content h1{font-size:clamp(2.4rem,4.6vw,3.6rem);color:var(--cream);line-height:1.08;margin-bottom:20px;}
.hero-content h1 em{font-style:italic;color:var(--gold-light);}
.hero-content p{color:var(--text-muted);max-width:460px;margin-bottom:30px;font-size:1.02rem;}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}

.btn{
  display:inline-flex;align-items:center;gap:9px;padding:14px 28px;border-radius:999px;
  font-size:.88rem;letter-spacing:.03em;font-weight:600;border:1px solid transparent;transition:.25s;
}
.btn-primary{background:var(--gold);color:#1a1206;}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);}
.btn-outline{border-color:var(--gold-dim);color:var(--gold-light);}
.btn-outline:hover{background:rgba(201,162,74,.1);}
.btn-wa{background:var(--wa);color:#08380f;}
.btn-wa:hover{filter:brightness(1.08);}
.btn svg{width:16px;height:16px;flex-shrink:0;}

.hero-dots{position:absolute;z-index:3;bottom:34px;left:50%;transform:translateX(-50%);display:flex;gap:9px;}
.hero-dots button{width:9px;height:9px;border-radius:50%;border:1px solid var(--gold-dim);background:transparent;padding:0;}
.hero-dots button.active{background:var(--gold);}

/* botanical seal — signature corner motif */
.seal{
  position:absolute;top:28px;right:28px;z-index:3;width:92px;height:92px;
  border:1px solid var(--gold-dim);border-radius:50%;
  display:flex;align-items:center;justify-content:center;text-align:center;
  color:var(--gold-light);font-family:var(--font-display);font-size:.62rem;letter-spacing:.14em;
  opacity:.85;
}
.seal span{display:block;}
.seal .big{font-size:1.1rem;letter-spacing:0;margin:2px 0;}
@media (max-width:900px){.seal{display:none;}}

/* =========================== SECTIONS =========================== */
.section{padding:78px 0;}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:38px;flex-wrap:wrap;gap:16px;}
.section-head h2{font-size:clamp(1.7rem,2.6vw,2.3rem);color:var(--cream);}
.section-head p{color:var(--text-muted);max-width:480px;margin:0;}
.section-alt{background:var(--bg-panel);}
.view-all{font-size:.82rem;color:var(--gold-light);border-bottom:1px solid var(--gold-dim);padding-bottom:2px;white-space:nowrap;}

/* Categories grid */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.cat-card{
  position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;
  border:1px solid var(--line);background:var(--bg-panel-2);
}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.cat-card:hover img{transform:scale(1.06);}
.cat-card .cat-overlay{
  position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,17,11,.92) 0%,rgba(10,17,11,.15) 55%,transparent 80%);
  display:flex;flex-direction:column;justify-content:flex-end;padding:20px;
}
.cat-card .cat-icon{width:34px;height:34px;fill:var(--gold-light);margin-bottom:8px;}
.cat-card h3{font-size:1.08rem;color:var(--cream);margin-bottom:2px;}
.cat-card span{font-size:.76rem;color:var(--gold-dim);letter-spacing:.05em;}

/* Product grid + cards */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.product-card{
  background:var(--bg-panel);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s;
  position:relative;
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);}
.product-media{
  position:relative;aspect-ratio:1/1;overflow:hidden;padding:16px;
  background:radial-gradient(circle at 50% 40%, #1c2e20, #0b140d 78%);
}
.product-media img{width:100%;height:100%;object-fit:contain;object-position:center;}
.badges-col{
  position:absolute;top:12px;left:12px;z-index:2;
  display:flex;flex-direction:column;gap:6px;align-items:flex-start;
}
.badge{
  background:var(--rose);color:#fff;
  font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:5px 10px;border-radius:999px;
}
.badge.gold{background:var(--gold);color:#1a1206;}
.wish-btn{
  position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;
  background:rgba(14,26,18,.75);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;
}
.wish-btn svg{width:15px;height:15px;stroke:var(--gold-light);}
.product-info{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1;}
.product-cat{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dim);}
.product-title{
  font-family:var(--font-display);font-size:1.05rem;color:var(--cream);line-height:1.3;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  min-height:2.6em; /* reserves space for 2 lines so every card's title block is the same height */
}
.product-vol{font-size:.78rem;color:var(--text-muted);}
.price-row{display:flex;align-items:baseline;gap:10px;margin-top:2px;flex-wrap:wrap;}
.price{font-size:1.15rem;font-weight:700;color:var(--gold-light);font-family:var(--font-display);}
.price-old{font-size:.85rem;color:var(--text-muted);text-decoration:line-through;}

/* Actions row: margin-top:auto pins it to the bottom of every card,
   regardless of how long the title/description above it is —
   this is what keeps the buttons in one straight line across the grid. */
.product-actions{display:flex;gap:8px;margin-top:auto;padding-top:14px;}
.btn-add{
  flex:1;height:44px;background:var(--green-mid);color:var(--cream);
  border:1px solid var(--line);border-radius:var(--radius-sm);
  font-size:.8rem;font-weight:600;letter-spacing:.02em;
  display:flex;align-items:center;justify-content:center;gap:7px;
  transition:background .2s, border-color .2s, transform .15s;
  min-width:0;
}
.btn-add:hover{background:var(--green-deep);border-color:var(--gold-dim);transform:translateY(-1px);}
.btn-add:active{transform:translateY(0);}
.btn-add.added{background:var(--gold);color:#1a1206;border-color:var(--gold);}
.btn-add svg{width:15px;height:15px;flex-shrink:0;}
.btn-icon-wa{
  width:44px;height:44px;flex-shrink:0;background:var(--wa);border-radius:var(--radius-sm);
  display:flex;align-items:center;justify-content:center;transition:transform .15s,filter .15s;
}
.btn-icon-wa:hover{filter:brightness(1.08);transform:translateY(-1px);}
.btn-icon-wa svg{width:19px;height:19px;fill:#08380f;}

@media (max-width:1080px){.product-grid{grid-template-columns:repeat(3,1fr);}.cat-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:720px){.product-grid{grid-template-columns:repeat(2,1fr);}.cat-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:480px){.product-grid{grid-template-columns:1fr 1fr;gap:14px;}}
@media (max-width:360px){.product-grid{grid-template-columns:1fr;}}

/* Trust strip */
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0;}
.trust-strip .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;}
.trust-item{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:.82rem;}
.trust-item svg{width:22px;height:22px;fill:var(--gold);flex-shrink:0;}

/* Promo banner (between sections) */
.promo-banner{
  border-radius:var(--radius);overflow:hidden;position:relative;min-height:280px;
  display:flex;align-items:center;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border:1px solid var(--line);
}
.promo-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,15,10,.9),rgba(9,15,10,.25));}
.promo-banner .promo-inner{position:relative;z-index:2;padding:40px;max-width:480px;}
.promo-inner .eyebrow{color:var(--gold-light);}
.promo-inner h2{color:var(--cream);font-size:1.9rem;}
.promo-inner p{color:var(--text-muted);margin-bottom:22px;}

/* Filters bar (product listing page) */
.filters-bar{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;
  padding:18px 0;border-bottom:1px solid var(--line);margin-bottom:34px;
}
.filter-chips{display:flex;gap:10px;flex-wrap:wrap;}
.chip{
  padding:8px 16px;border-radius:999px;border:1px solid var(--line);font-size:.8rem;color:var(--text-muted);
  background:var(--bg-panel);transition:.2s;
}
.chip.active,.chip:hover{background:var(--green-mid);color:var(--cream);border-color:var(--gold-dim);}
.sort-select{
  background:var(--bg-panel);border:1px solid var(--line);color:var(--cream);
  padding:9px 14px;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.82rem;
  max-width:100%;
}
.results-count{color:var(--text-muted);font-size:.82rem;}

/* Newsletter / WA subscribe */
.subscribe{
  background:linear-gradient(135deg,var(--green-deep),var(--bg));
  border:1px solid var(--line);border-radius:var(--radius);padding:50px;text-align:center;
}
.subscribe h2{color:var(--cream);}
.subscribe p{color:var(--text-muted);max-width:480px;margin:0 auto 24px;}

/* =========================== FOOTER =========================== */
footer{background:#0a120c;border-top:1px solid var(--line);padding:60px 0 0;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:44px;}
.footer-col h4{color:var(--gold-light);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;}
.footer-col p, .footer-col a{color:var(--text-muted);font-size:.86rem;}
.footer-col ul li{margin-bottom:10px;}
.footer-col ul li a:hover{color:var(--gold-light);}
.footer-brand .logo{margin-bottom:14px;}
.footer-brand p{max-width:280px;}
.social-row{display:flex;gap:10px;margin-top:16px;}
.social-row a{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.social-row svg{width:16px;height:16px;fill:var(--gold-light);}
.bottom-bar{
  border-top:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between;
  color:var(--text-muted);font-size:.78rem;flex-wrap:wrap;gap:10px;
}

@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr;gap:30px;}}

/* =========================== CART DRAWER =========================== */
.cart-overlay{
  position:fixed;inset:0;background:rgba(6,10,7,.6);z-index:90;opacity:0;pointer-events:none;transition:opacity .3s;
}
.cart-overlay.open{opacity:1;pointer-events:auto;}

.cart-drawer{
  position:fixed;top:0;right:0;height:100%;height:100dvh;width:min(420px,92vw);z-index:95;
  background:var(--bg-panel);border-left:1px solid var(--gold-dim);
  transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.5);
}
.cart-drawer.open{transform:translateX(0);}
.cart-head{
  padding:22px 24px;border-bottom:1px dashed var(--gold-dim);display:flex;justify-content:space-between;align-items:center;
}
.cart-head h3{font-size:1.2rem;color:var(--cream);margin:0;}
.cart-head button{background:none;border:none;color:var(--gold-light);}
.cart-head button svg{width:20px;height:20px;}

.cart-items{flex:1;overflow-y:auto;padding:10px 24px;}
.cart-item{
  display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--line);
}
.cart-item img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#0b140d;flex-shrink:0;}
.cart-item-info{flex:1;min-width:0;}
.cart-item-info h4{font-size:.9rem;color:var(--cream);margin:0 0 4px;font-family:var(--font-display);}
.cart-item-info .cart-item-vol{font-size:.72rem;color:var(--text-muted);}
.qty-row{display:flex;align-items:center;gap:10px;margin-top:8px;}
.qty-btn{
  width:24px;height:24px;border-radius:6px;border:1px solid var(--line);background:var(--bg-panel-2);
  color:var(--gold-light);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;
}
.qty-val{font-size:.85rem;min-width:16px;text-align:center;}
.cart-item-price{font-size:.9rem;color:var(--gold-light);font-weight:600;white-space:nowrap;}
.remove-btn{color:var(--text-muted);font-size:.72rem;text-decoration:underline;margin-top:6px;display:inline-block;}
.remove-btn:hover{color:var(--rose-light);}

.cart-empty{padding:60px 10px;text-align:center;color:var(--text-muted);}
.cart-empty svg{width:44px;height:44px;fill:var(--gold-dim);margin-bottom:14px;}

.cart-foot{
  padding:22px 24px 26px;border-top:1px dashed var(--gold-dim);
  background:repeating-linear-gradient(0deg,transparent,transparent 3px);
}
.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;}
.cart-total-row span:first-child{color:var(--text-muted);font-size:.86rem;}
.cart-total-row .total-amt{font-family:var(--font-display);font-size:1.5rem;color:var(--gold-light);}
.cart-note{font-size:.72rem;color:var(--text-muted);margin-bottom:16px;}
.wa-checkout-btn{
  width:100%;background:var(--wa);color:#08380f;padding:15px;border:none;border-radius:999px;
  font-weight:700;font-size:.92rem;display:flex;align-items:center;justify-content:center;gap:10px;
}
.wa-checkout-btn svg{width:19px;height:19px;fill:#08380f;flex-shrink:0;}
.wa-checkout-btn:hover{filter:brightness(1.06);}

/* Floating WhatsApp button */
.wa-float{
  position:fixed;bottom:24px;right:24px;z-index:80;width:58px;height:58px;border-radius:50%;
  background:var(--wa);display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 28px rgba(0,0,0,.4);animation:wa-pulse 2.6s infinite;
}
.wa-float svg{width:28px;height:28px;fill:#fff;}
@keyframes wa-pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.5),0 10px 28px rgba(0,0,0,.4);}
  70%{box-shadow:0 0 0 14px rgba(37,211,102,0),0 10px 28px rgba(0,0,0,.4);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0),0 10px 28px rgba(0,0,0,.4);}
}

/* Toast */
.toast{
  position:fixed;bottom:96px;right:24px;left:24px;z-index:97;background:var(--gold);color:#1a1206;
  padding:12px 20px;border-radius:999px;font-size:.82rem;font-weight:600;text-align:center;
  transform:translateY(20px);opacity:0;transition:.3s;pointer-events:none;
  margin:0 auto;max-width:360px;
}
.toast.show{transform:translateY(0);opacity:1;}

/* Order info modal */
.modal-overlay{
  position:fixed;inset:0;background:rgba(6,10,7,.7);z-index:98;display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transition:.25s;padding:20px;
}
.modal-overlay.open{opacity:1;pointer-events:auto;}
.modal-box{
  background:var(--bg-panel);border:1px solid var(--gold-dim);border-radius:var(--radius);
  max-width:420px;width:100%;padding:30px;max-height:90vh;overflow-y:auto;
}
.modal-box h3{color:var(--cream);margin-bottom:6px;}
.modal-box p{color:var(--text-muted);font-size:.85rem;margin-bottom:20px;}
.form-field{margin-bottom:14px;}
.form-field label{display:block;font-size:.76rem;color:var(--gold-light);margin-bottom:6px;letter-spacing:.03em;}
.form-field input,.form-field textarea{
  width:100%;background:var(--bg-panel-2);border:1px solid var(--line);color:var(--cream);
  padding:11px 13px;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.88rem;
}
.form-field textarea{resize:vertical;min-height:70px;}
.modal-actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap;}
.modal-actions .btn-outline{flex:1;text-align:center;justify-content:center;}
.modal-actions .wa-checkout-btn{flex:1.4;}

/* =========================================================
   Customer Reviews (WhatsApp screenshots)
   ========================================================= */
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.review-card{
  background:var(--bg-panel-2);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;transition:transform .25s,box-shadow .25s;
}
.review-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);}
.review-card img{width:100%;height:320px;object-fit:contain;object-position:center;display:block;cursor:pointer;}

@media (max-width:1080px){
  .reviews-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  .reviews-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto;}
  .review-card img{height:auto;max-height:400px;}
}

/* =========================================================
   Review Image Lightbox
   ========================================================= */
.lightbox-overlay{
  position:fixed;inset:0;background:rgba(6,10,7,.92);z-index:99;
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transition:opacity .25s;padding:24px;
}
.lightbox-overlay.open{opacity:1;pointer-events:auto;}
.lightbox-overlay img{
  max-width:90vw;max-height:88vh;border-radius:var(--radius);
  box-shadow:var(--shadow);border:1px solid var(--gold-dim);
}
.lightbox-close{
  position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;
  background:var(--bg-panel);border:1px solid var(--line);color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
}
.lightbox-close svg{width:20px;height:20px;}
@media (max-width:480px){
  .lightbox-overlay{padding:14px;}
  .lightbox-close{top:12px;right:12px;width:38px;height:38px;}
}

/* =========================================================
   RESPONSIVE — single, non-conflicting set of breakpoints.
   Everything mobile-nav related lives ONLY here, so there is
   no more fighting between duplicate rules.
   ========================================================= */

/* ---- Tablet & below: shrink hero side padding, tighten header ---- */
@media (max-width:1080px){
  .hero-content{padding:0 24px 0 90px;}
}

@media (max-width:920px){
  .hero-content{padding:0 40px;}
  .hero{min-height:66vh;}

  .header-row{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:12px 16px;
    gap:10px;
  }

  .nav-toggle{ display:flex; }
  .logo{ margin-left:4px; margin-right:auto; }
  .search-box{ display:none; }

  .header-actions{
    display:flex; align-items:center; gap:10px; margin-left:auto;
  }
  .wa-quick-btn{
    padding:0; width:38px; height:38px;
    justify-content:center; border-radius:50%;
  }
  .wa-quick-btn span{ display:none; }
  .wa-quick-btn svg{ width:20px; height:20px; }
  .icon-btn{ width:38px; height:38px; }

  /* Dropdown mobile menu — ONE definition, no duplicates */
  header.site-header{ position:sticky; } /* sticky already creates its own containing block for the absolute child below */
  nav.main-nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#0c1610;
    padding:10px 20px 20px;
    box-shadow:0 10px 20px rgba(0,0,0,.8);
    z-index:59;
    flex-direction:column;
    gap:0;
  }
  nav.main-nav.open{ display:flex; }
  nav.main-nav a{
    display:block;
    padding:14px 0;
    color:#f3ecd9;
    border-bottom:1px solid rgba(201,162,74,.2);
    font-size:1rem;
  }
}

/* ---- Small tablets / large phones ---- */
@media (max-width:768px){
  .hero-slide {
    /* (X-axis, Y-axis) -> Percentage change kar ke image ko upar/neeche shift karein */
    background-position: 75% 30% !important; 
  }
  
  .hero {
    /* Image container ki height 70vh se 90vh ke beech change karein */
    min-height: 60vh !important; 
  }
  .promo-banner {
    min-height: 360px !important; /* Mobile par height thodi bari rakhein taaki bottle poori dikhe */
    background-position: 72% 30% !important; /* 50% 50% se mobile par image bilkul center mein aayegi */
  }
  
  .promo-banner .promo-inner {
    padding: 24px !important;
    max-width: 100% !important;
  }
  .header-row{gap:14px;padding:14px 16px;}
  .logo-text b{font-size:1.15rem;}
  .logo-text span{font-size:.56rem;}
  .promo-inner{max-width:100%;}
  .section-head{gap:12px;}
  .cat-grid{grid-template-columns:repeat(2,1fr);}
}

/* ---- Phones ---- */
@media (max-width:480px){
  .topbar .container{
    flex-direction:column;
    gap:4px;
    padding:8px 16px;
    text-align:center;
  }
  .header-row{padding:12px 14px;}
  .wa-quick-btn span{display:none;}
  .wa-quick-btn{padding:10px;width:40px;height:40px;justify-content:center;}
  .wa-quick-btn svg{width:18px;height:18px;}
  .hero-content{padding:0 16px;}
  .hero-content h1{font-size:1.9rem;}
  .hero-content p{font-size:.92rem;}
  .hero-ctas .btn{flex:1;justify-content:center;text-align:center;}
  .promo-inner{padding:20px;}
  .promo-inner h2{font-size:1.4rem;}
  .container{padding:0 16px;}
  .section{padding:44px 0;}
  .modal-box{padding:20px;}
  .footer-grid{gap:30px;}
  .trust-strip .container{justify-content:center;text-align:center;}
}

/* ---- Very small phones (old/entry-level devices) ---- */
@media (max-width:360px){
  .logo-text{display:none;}
  .hero-content h1{font-size:1.6rem;}
  .btn{padding:12px 18px;font-size:.8rem;}
  .cat-grid{grid-template-columns:1fr;}
}




/* =========================== PRODUCT MODAL STYLING =========================== */
.product-modal-box {
  max-width: 650px !important;
  position: relative;
  padding: 30px !important;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: var(--gold-light);
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 10;
}

.modal-product-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.modal-product-media {
  background: radial-gradient(circle at 50% 40%, #1c2e20, #0b140d 78%);
  border-radius: var(--radius-sm);
  padding: 15px;
  border: 1px solid var(--line);
}

.modal-product-media img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.product-card {
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal-product-body {
    grid-template-columns: 1fr;
  }
  .modal-product-media img {
    height: 160px;
  }
}



/* Product Card Image Enhancement */
.product-card .product-media {
  height: 220px !important; /* Image container ki height badhane ke liye */
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-sm, 8px) var(--radius-sm, 8px) 0 0;
  background: #0d1610; /* Clean dark background */
}

.product-card .product-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; /* Image ko poori jagah cover karne aur bada dikhane ke liye */
  object-position: 25% 20% !important;
  transition: transform 0.4s ease;
  filter: contrast(105%) sharpen(1px);
}

/* Hover par subtle zoom effect */
.product-card:hover .product-media img {
  transform: scale(1.05);
}




/* Only Heart Icon Layer Fix */
.product-card .wish-btn,
.product-card .wishlist-btn,
.product-card [class*="wish"] {
  z-index: 999 !important;
  pointer-events: auto !important;
}

.product-card .product-media img {
  z-index: 1 !important;
}




/* Sticky Header Fix */
header.site-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
}




/* ===== MODAL Z-INDEX FIX (header/cart ke upar layer karne ke liye) ===== */
.modal-overlay{
  z-index: 999999 !important;
}

/* ===== PRODUCT CARD: laptop jaisa look, mobile par bhi ===== */
@media (max-width:600px){
  html body .product-card .product-media{
    aspect-ratio: 1/1 !important;
    height: auto !important;
    padding: 12px !important;
    display: block !important;
    position: relative !important;
    background: radial-gradient(circle at 50% 40%, #1c2e20, #0b140d 78%) !important;
  }
  html body .product-card .product-media img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  html body .badges-col{
    top: 10px !important;
    left: 10px !important;
  }
  html body .wish-btn{
    top: 8px !important;
    right: 8px !important;
  }

  html body .product-actions{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
  }
  html body .btn-add{
    flex: 1 1 0 !important;
    height: 42px !important;
    font-size: .72rem !important;
    white-space: nowrap !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 6px !important;
    overflow: hidden !important;
      border-radius: 20px !important;
  }
  html body .btn-add svg{
    
    width: 13px !important;
    height: 13px !important;
    flex-shrink: 0 !important;
  }
  html body .btn-icon-wa{
      border-radius: 999px !important;
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0 !important;
  }
}
/* ===== Product Modal ko sahi center karo (mobile) ===== */
@media (max-width:600px){
  html body #productModal.modal-overlay{
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
  }
  html body #productModal .product-modal-box{
    margin: 0 auto !important;
    width: calc(100% - 0px) !important;
    max-width: 420px !important;
  }
}






/* ===== Mobile header ko bara/spacious banao ===== */
@media (max-width:920px){
  html body .header-row{
    padding: 18px 18px !important;
    gap: 14px !important;
  }
  html body .logo svg{
    width: 42px !important;
    height: 42px !important;
  }
  html body .logo-text b{
    font-size: 1.3rem !important;
  }
  html body .logo-text span{
    font-size: .64rem !important;
  }
  html body .wa-quick-btn{
    width: 46px !important;
    height: 46px !important;
  }
  html body .wa-quick-btn svg{
    width: 22px !important;
    height: 22px !important;
  }
  html body .icon-btn{
    width: 46px !important;
    height: 46px !important;
  }
  html body .icon-btn svg{
    width: 21px !important;
    height: 21px !important;
  }
  html body .nav-toggle{
    padding: 10px !important;
  }
  html body .nav-toggle svg{
    width: 22px !important;
    height: 22px !important;
  }
  html body .cart-count{
    min-width: 20px !important;
    height: 20px !important;
    font-size: .7rem !important;
  }
}


/* ===== Heart (wishlist) icon ko image ke andar rakho ===== */
@media (max-width:600px){
  html body .product-card{
    position: relative !important;
  }
  html body .product-card .product-media{
    position: relative !important;
  }
  html body .product-card .wish-btn{
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 5 !important;
  }
}