/* ===== elsashopping — الساشاپینگ | Bootstrap 5 + custom theme ===== */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

:root{
  --bg:#ffffff;
  --ink:#1c1a16;
  --muted:#8a847a;
  --muted2:#a09477;
  --gold:#e9a93c;
  --gold-dark:#dfb257;
  --cream:#fdfaf4;
  --cream2:#fbf6ee;
  --line:#f2ede4;
  --line2:#f0e7d5;
  --dark:#1c1a16;
  --dark2:#26231d;
  --maxw:1400px;
  --bs-body-font-family:Vazirmatn,system-ui,sans-serif;
  --bs-body-color:var(--ink);
  --bs-body-bg:var(--bg);
}

html{scroll-behavior:smooth}
body{font-family:var(--bs-body-font-family);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
input,button{font-family:inherit}
::placeholder{color:#9a948a}
.text-gold{color:var(--gold)!important}
.min-w-0{min-width:0!important}

body .container{max-width:var(--maxw);padding-left:40px;padding-right:40px}

@keyframes fly{0%{transform:translate(0,0)}50%{transform:translate(-8px,-4px)}100%{transform:translate(0,0)}}
@keyframes ovdrop{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}

.sec-wrap{position:relative;width:100%;overflow:hidden}
.honeycl{position:absolute;pointer-events:none;z-index:0;
  background-image:url('../images/honeycomb.svg');background-size:52px 60px;
  -webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0%,#000 30%,transparent 70%);
  mask-image:radial-gradient(circle at 50% 50%,#000 0%,#000 30%,transparent 70%)}

/* topbar */
.topbar{background:var(--dark);color:#e7e3da;font-size:12.5px}

/* header */
.header{background:#fff;border-bottom:1px solid #f0ece3;z-index:1030}
.header-inner{min-height:78px}
.icon-btn{width:40px;height:40px;border-radius:10px;border:1px solid #ece7dd;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;color:var(--ink);padding:0}
.icon-btn:hover{border-color:var(--gold)}
.cart-badge{position:absolute;top:-6px;left:-6px;background:var(--gold);color:var(--ink);font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.site-nav a{padding-bottom:4px;font-size:14px;font-weight:500;white-space:nowrap}
.site-nav a:hover{color:var(--gold)}
.site-nav a.active{color:var(--gold);font-weight:700;border-bottom:2px solid var(--gold)}
.logo .lg-name{font-size:25px;font-weight:800;color:var(--ink);line-height:1}
.logo .lg-sub{font-size:11.5px;color:var(--muted);margin-top:4px}
.logo-img{height:48px;width:auto;object-fit:contain}
@media(max-width:767.98px){.logo-img{height:38px}}
.logo-bee{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:26px}
.site-offcanvas{max-width:320px}
.mobile-nav a{padding:10px 4px;font-size:15px}
.mobile-nav a.active{color:var(--gold);font-weight:700}
/* mobile: slim app-style header (bottom tabbar handles nav) */
@media(max-width:767.98px){
  .header.sticky-top{position:static}
  .header-inner{min-height:58px;position:relative}
  .header .logo{position:absolute;left:50%;transform:translateX(-50%)}
  .logo .lg-name{font-size:20px}
  .logo .lg-sub{font-size:10.5px;margin-top:2px}
}

/* search modal */
.search-modal{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.search-modal-dialog{max-width:640px;margin-top:12vh}
.search-box{position:relative;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(20,18,14,.12),0 32px 90px rgba(20,18,14,.28);overflow:hidden;animation:ovdrop .3s cubic-bezier(.2,.9,.3,1)}
.search-box::before{content:'';position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,transparent,var(--gold) 30%,var(--gold-dark) 70%,transparent);opacity:.9}
.search-head{display:flex;align-items:center;gap:12px;padding:20px 22px;border-bottom:1px solid var(--line);transition:border-color .2s}
.search-head:focus-within{border-color:var(--line2)}
.search-head-icon{width:40px;height:40px;flex:none;border-radius:12px;background:linear-gradient(135deg,#fdf4e0,#faf5ec);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}
.search-head:focus-within .search-head-icon{transform:scale(1.05);box-shadow:0 4px 14px rgba(233,169,60,.28)}
.search-head input{flex:1;border:none;outline:none;font-size:17px;font-weight:500;background:transparent;color:var(--ink);min-width:0}
.search-head input::-webkit-search-cancel-button,.search-head input::-webkit-search-decoration{-webkit-appearance:none}
.search-clear{width:26px;height:26px;border-radius:50%;border:none;background:#f1ece2;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:none;padding:0;transition:background .15s,color .15s}
.search-clear:hover{background:var(--gold);color:var(--ink)}
.search-close{width:34px;height:34px;border-radius:10px;border:1px solid #ece7dd;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);flex:none;padding:0;transition:border-color .15s,color .15s,transform .15s}
.search-close:hover{border-color:var(--gold);color:var(--ink);transform:rotate(90deg)}
.search-body{padding:20px 22px 22px}
.search-section{margin-bottom:22px;animation:ovdrop .35s cubic-bezier(.2,.9,.3,1) backwards}
.search-section:nth-child(2){animation-delay:.05s}
.search-section:nth-child(3){animation-delay:.1s}
.search-section.mb-0{margin-bottom:0}
.search-label{font-size:12.5px;color:var(--muted2);font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px;letter-spacing:.2px}
.search-label svg{color:var(--gold);flex:none}
.search-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.search-label-row .search-label{margin-bottom:0}
.search-label-action{border:none;background:none;padding:0;font-size:11.5px;color:var(--muted);cursor:pointer;transition:color .15s}
.search-label-action:hover{color:#c0392b}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{background:#faf5ec;border:1px solid var(--line2);color:#5a5348;font-size:13px;font-weight:500;padding:8px 16px;border-radius:22px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:background .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s}
.chip:hover{background:var(--gold);border-color:var(--gold);color:var(--ink);transform:translateY(-1px);box-shadow:0 5px 14px rgba(233,169,60,.3)}
.chip .chip-x{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;color:var(--muted);transition:background .15s,color .15s}
.chip .chip-x:hover{background:rgba(28,26,22,.12);color:var(--ink)}
.search-cat-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 8px;border:1px solid var(--line);border-radius:16px;background:#fff;text-align:center;height:100%;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s}
.search-cat-item:hover{border-color:var(--gold);background:var(--cream);transform:translateY(-3px);box-shadow:0 10px 24px rgba(180,150,80,.16)}
.search-cat-item .sc-emoji{width:46px;height:46px;display:flex;align-items:center;justify-content:center;font-size:22px;border-radius:14px;background:linear-gradient(135deg,#fdf4e0,#faf5ec);transition:transform .18s}
.search-cat-item:hover .sc-emoji{transform:scale(1.12)}
.search-cat-item .sc-title{font-size:12.5px;font-weight:600;color:#5a5348}
.search-foot{background:#faf5ec;border-top:1px solid var(--line);padding:11px 22px;font-size:11.5px;color:var(--muted2)}
.search-foot kbd{background:#fff;border:1px solid #e7ddc9;border-bottom-width:2px;border-radius:6px;padding:2px 7px;font-family:inherit;font-size:10.5px;color:#7a746a}
.search-foot-brand{font-weight:700;color:var(--muted2)}
@media(prefers-reduced-motion:reduce){.search-box,.search-section{animation:none}}

/* hero */
.hero{position:relative;background:linear-gradient(180deg,var(--cream) 0%,var(--cream2) 100%);overflow:hidden}
.hero-inner{min-height:520px;padding:30px 0}
.hero-badge{background:#fff;border:1px solid var(--line2);border-radius:30px;padding:7px 14px;font-size:12.5px;color:#7a746a;box-shadow:0 4px 14px rgba(180,150,80,.08)}
.hero h1{font-size:clamp(34px,5vw,52px);line-height:1.28;font-weight:800;color:var(--ink);margin:26px 0 0}
.hero h1 span{color:var(--gold)}
.hero h1 .hl{position:relative;display:inline-block}
.hero h1 .hl svg{position:absolute;right:0;left:0;bottom:-4px;width:100%;height:10px}
.hero-lead{font-size:16px;line-height:2;color:#7a746a;margin-top:22px;max-width:430px}
.btn-elsa{margin-top:32px;display:inline-flex;align-items:center;gap:12px;background:var(--dark);color:#fff!important;font-weight:600;font-size:15px;padding:15px 26px;border-radius:12px;border:none;transition:transform .2s,box-shadow .2s}
.btn-elsa:hover{background:#2e2a22;color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 26px rgba(28,26,22,.18)}
.btn-elsa .pc{width:26px;height:26px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;color:var(--ink)}
.hero-stats{margin-top:34px;gap:0}
.hero-stats .hs-item{padding:0 22px;text-align:center}
.hero-stats .hs-item:first-child{padding-right:0}
.hero-stats .hs-item:not(:last-child){border-left:1px solid var(--line2)}
.hero-stats .hs-num{font-size:21px;font-weight:800;color:var(--ink)}
.hero-stats .hs-num .hs-star{color:var(--gold);font-size:15px;margin-right:3px}
.hero-stats .hs-lbl{font-size:12px;color:var(--muted2);margin-top:3px}
.hero-media{position:relative;min-height:360px}
.hero-blob{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(500px,110%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(233,169,60,.22) 0%,rgba(233,169,60,0) 65%);filter:blur(6px);pointer-events:none}
.hero-ring{position:absolute;left:50%;top:50%;width:min(478px,104%);aspect-ratio:1;border-radius:50%;border:1.5px dashed rgba(233,169,60,.55);pointer-events:none;animation:ringspin 40s linear infinite}
@keyframes ringspin{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}
.hero-disc{position:relative;width:min(430px,100%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 40%,#f6ecda 0%,#efe3cd 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 30px 70px rgba(150,120,60,.14)}
.hero-disc img{object-fit:cover;border-radius:22px;transition:transform .5s ease}
.hero-disc:hover img{transform:scale(1.04)}
.hero-hex{position:absolute;background:var(--gold);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);pointer-events:none;animation:fly 6s ease-in-out infinite}
.hero-hex.hh-1{width:26px;height:30px;top:14%;right:8%;opacity:.75}
.hero-hex.hh-2{width:16px;height:18px;bottom:16%;right:16%;opacity:.5;animation-duration:7s;animation-delay:.8s}
.hero-hex.hh-3{width:20px;height:23px;bottom:6%;left:14%;opacity:.35;animation-duration:8s;animation-delay:1.6s}
.hero-chip{position:absolute;top:8%;left:2%;width:104px;height:118px;background:#fff;box-shadow:0 14px 34px rgba(150,120,60,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);animation:fly 5s ease-in-out infinite}
.hero-chip .hc-txt{text-align:center;font-size:11px;font-weight:700;color:var(--ink);line-height:1.5}
/* hero entrance */
@keyframes heroUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroIn{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
@keyframes heroFade{from{opacity:0}to{opacity:1}}
.hero-badge,.hero h1,.hero-lead,.hero-txt .btn-elsa,.hero-stats{animation:heroUp .7s cubic-bezier(.2,.8,.3,1) both}
.hero h1{animation-delay:.1s}
.hero-lead{animation-delay:.2s}
.hero-txt .btn-elsa{animation-delay:.3s}
.hero-stats{animation-delay:.42s}
.hero-disc{animation:heroIn .8s cubic-bezier(.2,.8,.3,1) both}
.hero-blob{animation:heroFade .9s ease-out both}
.hero-ring{animation:heroFade .9s ease-out both,ringspin 40s linear infinite}
@media (prefers-reduced-motion:reduce){
  .hero-badge,.hero h1,.hero-lead,.hero-txt .btn-elsa,.hero-stats,.hero-disc,.hero-blob,.hero-ring,.hero-hex,.hero-chip{animation:none}
}

/* features */
.features-wrap{margin-top:-42px;position:relative;z-index:5}
.features{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 40px rgba(150,120,60,.08);padding:26px 10px}
.feature{padding:8px 18px}
@media (min-width:992px){
  .features .col:not(:last-child) .feature{border-left:1px solid var(--line)}
}
@media (min-width:576px) and (max-width:991.98px){
  .features .col:nth-child(odd) .feature{border-left:1px solid var(--line)}
}
.feature .ft-t{font-weight:700;font-size:15px}
.feature .ft-s{font-size:12.5px;color:var(--muted);margin-top:3px}

/* sections */
.sec{padding-top:78px}
section.sec-wrap:last-of-type{padding-bottom:78px}
.sec-title{font-size:28px;font-weight:800}
.see-all{color:var(--gold);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.arrow{width:44px;height:44px;border-radius:50%;border:1px solid #eee5d6;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);padding:0;flex:none}
.arrow:hover{background:var(--gold);border-color:var(--gold)}

/* one-row scrollable carousel (categories / best sellers) */
.carousel .row{flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}
.carousel .row::-webkit-scrollbar{display:none}
.carousel .row>.col{scroll-snap-align:start}
/* mobile: app-like peek slider (cards ~58% width so next card peeks) */
@media(max-width:767.98px){
  .carousel .row>.col{width:58%}
  .prod-media{height:170px}
  .sec{padding-top:52px}
  .sec-title{font-size:22px}
}

/* deals band (تخفیف دارها) */
.deals-band{background:linear-gradient(135deg,#fff 0%,#fef8ec 100%);border:1.5px solid var(--line2);border-radius:24px;padding:32px 28px;position:relative;overflow:hidden;box-shadow:0 4px 28px rgba(233,169,60,.08)}
.deals-band::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 100% 0%,rgba(233,169,60,.08) 0%,transparent 70%);pointer-events:none}
.deals-band>*{position:relative}
.deals-title{color:var(--ink)}
.deals-title .dz{margin-left:8px;display:inline-block}
.deals-seeall{color:var(--ink);font-weight:600;font-size:13px;border:1px solid var(--line2);border-radius:10px;padding:7px 14px;transition:border-color .2s,background .2s,color .2s;display:inline-flex;align-items:center;gap:5px}
.deals-seeall:hover{background:var(--gold);border-color:var(--gold);color:var(--ink)}
.deal-timer{background:rgba(233,169,60,.07);border:1px solid rgba(233,169,60,.22);border-radius:14px;padding:9px 14px;font-size:12px;color:var(--muted2);display:inline-flex;align-items:center;gap:10px}
.deal-timer .dt-lbl{font-weight:700;color:var(--muted);white-space:nowrap;display:flex;align-items:center;gap:5px}
.deal-timer .dt-lbl svg{color:#b8670a;flex:none}
.deal-timer .dt-boxes{display:flex;align-items:center;gap:4px}
.deal-timer .dt-sep{color:#b8670a;font-weight:800;font-size:13px;opacity:.45;align-self:flex-start;margin-top:5px;line-height:1;user-select:none}
.deal-timer .dt-box{background:#fff;border:1px solid var(--line2);border-radius:10px;min-width:44px;padding:6px 8px;display:flex;flex-direction:column;align-items:center;gap:0;box-shadow:0 2px 6px rgba(0,0,0,.04);line-height:1}
.deal-timer .dt-box b{color:#b8670a;font-size:17px;font-weight:800;line-height:1.2;font-variant-numeric:tabular-nums;display:block}
.deal-timer .dt-box small{font-size:9px;color:var(--muted);display:block;margin-top:2px}
@keyframes dt-tick{0%{opacity:.3;transform:translateY(-3px)}100%{opacity:1;transform:translateY(0)}}
.deal-timer .dt-box-s.ticking b{animation:dt-tick .22s ease-out}
@media(max-width:767.98px){
  .deals-band{padding:22px 16px;border-radius:20px}
  .deal-timer{width:100%;justify-content:center;flex-wrap:wrap}
  .deal-timer .dt-boxes{flex-wrap:nowrap}
}

/* featured deal card (پیشنهاد روز) */
.featured-deal{position:relative;background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);border:1.5px solid var(--gold);border-radius:22px;overflow:hidden;box-shadow:0 16px 40px rgba(233,169,60,.18);transition:transform .3s,box-shadow .3s}
.featured-deal:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(233,169,60,.28)}
.fd-ribbon{position:absolute;top:14px;right:14px;z-index:2;background:var(--gold);color:var(--ink);font-size:12px;font-weight:800;padding:7px 14px;border-radius:20px;box-shadow:0 6px 14px rgba(233,169,60,.4)}
.fd-media{position:relative;height:250px;overflow:hidden;background:#faf7ef}
.fd-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.featured-deal:hover .fd-media img{transform:scale(1.06)}
.fd-off{position:absolute;bottom:12px;left:12px;z-index:2;background:#e0435a;color:#fff;font-size:13px;font-weight:800;padding:7px 13px;border-radius:20px;box-shadow:0 5px 12px rgba(224,67,90,.4)}
.fd-body{padding:20px}
.fd-body h3{font-size:17px;font-weight:800;line-height:1.6;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fd-price{margin-top:16px}
.fd-cta{display:inline-flex;align-items:center;gap:6px;background:var(--dark);color:#fff;font-size:13px;font-weight:700;padding:10px 16px;border-radius:11px}
.featured-deal:hover .fd-cta{background:var(--gold);color:var(--ink)}
@media(max-width:991.98px){.fd-media{height:210px}}

/* cards */
.cat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 6px 20px rgba(150,120,60,.05);transition:transform .2s}
.cat-card:hover{transform:translateY(-4px)}
.cat-card .thumb{height:150px;border-radius:12px;overflow:hidden}
.cat-card h3{text-align:center;font-size:17px;font-weight:700;margin-top:16px}
.cat-card p{text-align:center;font-size:12.5px;color:var(--muted);margin-top:6px}
.cat-btn-wrap{display:flex;justify-content:center;margin-top:14px}
.cat-btn{border:1px solid var(--gold);color:var(--gold);font-size:12.5px;font-weight:600;padding:7px 22px;border-radius:20px}
.cat-btn:hover{background:var(--gold);color:#fff}

/* popular categories — v2, image-forward cards */
.cat-card-v2{position:relative;border-radius:22px;overflow:hidden;height:280px;box-shadow:0 10px 28px rgba(150,120,60,.1);border:1px solid rgba(233,169,60,.15);transition:transform .35s ease,box-shadow .35s ease}
.cat-card-v2:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(150,120,60,.22)}
.cat-card-v2-media{position:absolute;inset:0;overflow:hidden}
.cat-card-v2-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.cat-card-v2:hover .cat-card-v2-media img{transform:scale(1.1)}
.cat-card-v2-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,26,22,0) 30%,rgba(28,26,22,.15) 60%,rgba(28,26,22,.85) 100%);transition:background .35s ease}
.cat-card-v2:hover .cat-card-v2-overlay{background:linear-gradient(180deg,rgba(28,26,22,0) 20%,rgba(28,26,22,.25) 55%,rgba(28,26,22,.9) 100%)}
.cat-card-v2-body{position:absolute;inset-inline:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:20px 20px 22px}
.cat-card-v2-body h3{color:#fff;font-size:18px;font-weight:800;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.25)}
.cat-card-v2-arrow{width:38px;height:38px;flex:none;border-radius:50%;background:var(--gold);display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:opacity .3s ease,transform .3s ease}
.cat-card-v2:hover .cat-card-v2-arrow{opacity:1;transform:scale(1)}

.prod-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(150,120,60,.07);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.prod-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(150,120,60,.18);border-color:rgba(233,169,60,.35)}
.prod-media{position:relative;height:210px;overflow:hidden;background:#faf7ef}
.prod-media img{transition:transform .6s ease}
.prod-card:hover .prod-media img{transform:scale(1.08)}
.wish{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.85);backdrop-filter:blur(4px);border:1px solid #f0ece3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#b7ab92;padding:0;transition:all .2s ease}
.wish:hover{border-color:var(--gold);color:var(--gold);background:#fff;transform:scale(1.08)}
.prod-body{padding:18px 18px 20px}
.prod-body h3{text-align:center;font-size:15px;font-weight:700;line-height:1.5;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prod-foot{margin-top:16px;padding-top:14px;border-top:1px dashed var(--line2)}
.add-btn{width:38px;height:38px;border-radius:10px;background:#faf5ec;border:1px solid var(--line2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);padding:0;transition:all .2s ease}
.add-btn:hover{background:var(--gold);border-color:var(--gold);transform:scale(1.06)}
.price{font-weight:800;font-size:16px;color:var(--ink)}
.price small{font-size:12px;font-weight:500;color:var(--muted)}

/* banners */
.banner-wrap{padding-top:44px}
.banner-wide{height:100%;border-radius:18px;overflow:hidden;border:1px solid var(--line2)}
.banner-item{height:100%;border-radius:16px;overflow:hidden;border:1px solid var(--line2)}

/* promo */
.promo-wrap{padding-top:52px}
.promo{background:url('../images/promo-bg.jpg') center/cover no-repeat;border-radius:20px;padding:38px 46px;overflow:hidden}
.promo .p-ico{width:96px;height:96px;border-radius:16px;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:44px;flex:none}
.promo h3{font-size:26px;font-weight:800;color:var(--ink)}
.promo p{font-size:14px;color:#4a3d1c}
.promo-form{background:#fff;border-radius:12px;padding:6px;gap:6px;flex:1 1 280px;max-width:420px;min-width:0}
.promo-form .form-control{font-size:14px}
.promo-submit{background:var(--dark);color:#fff;font-weight:600;font-size:14px;padding:12px 22px;border:none;border-radius:9px;cursor:pointer;white-space:nowrap}
.promo-submit:hover{background:#2e2a22}

/* why */
.why{background:var(--cream);margin-top:72px;padding:62px 0;position:relative;overflow:hidden}
.why-honey{position:absolute;top:0;right:0;width:320px;height:100%;opacity:.55;background:url('../images/honeycomb.svg');background-size:52px 60px;-webkit-mask-image:linear-gradient(270deg,#000 10%,transparent 90%);mask-image:linear-gradient(270deg,#000 10%,transparent 90%)}
.why-bee{position:absolute;top:26px;right:64px;font-size:36px;animation:fly 5s ease-in-out infinite}
.why h2{font-size:28px;font-weight:800}
.why-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 44px rgba(150,120,60,.07);padding:42px 24px}
.why-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;height:100%}
.why-hex{position:relative;width:60px;height:66px;display:flex;align-items:center;justify-content:center}
.why-hex svg.frame{position:absolute;inset:0}
.why-item h3{font-size:15px;font-weight:700;margin-top:4px}
.why-item p{font-size:12.5px;color:var(--muted);line-height:1.7;max-width:170px}

/* strip */
.strip{background:linear-gradient(90deg,var(--cream) 0%,#f8f1e2 100%);border-top:1px solid var(--line2);border-bottom:1px solid var(--line2);position:relative;overflow:hidden}
.strip-honey1{position:absolute;right:0;top:0;bottom:0;width:min(300px,40%);background:linear-gradient(270deg,#f3dfb2 0%,rgba(243,223,178,0) 100%);pointer-events:none}
.strip-honey2{position:absolute;right:0;top:0;bottom:0;width:min(300px,40%);opacity:.7;background:url('../images/honeycomb.svg');background-size:46px 53px;-webkit-mask-image:linear-gradient(270deg,#000 15%,transparent 85%);mask-image:linear-gradient(270deg,#000 15%,transparent 85%);pointer-events:none}
.strip-jar{position:absolute;right:36px;top:50%;transform:translateY(-50%);font-size:44px;filter:drop-shadow(0 6px 12px rgba(180,130,40,.35));pointer-events:none;z-index:0}
.strip-inner{z-index:1;padding:28px 0}

.perks{min-width:0}
.perk{display:flex;align-items:center;gap:12px;padding:10px 12px;background:rgba(255,255,255,.55);border:1px solid rgba(233,169,60,.15);border-radius:12px;transition:background .2s,border-color .2s}
.perk:hover{background:#fff;border-color:rgba(233,169,60,.35)}
.perk-ico{width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid var(--line2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.perk .p-txt{flex:1;min-width:0;font-size:13px;line-height:1.5}
.perk .p-txt b{display:block;font-size:14px;color:var(--ink);margin-bottom:2px}
.perk .p-sub{color:var(--muted2);font-size:11.5px}

.insta-gallery{min-width:0}
.insta-item{display:block;aspect-ratio:1;border-radius:14px;overflow:hidden;border:1px solid var(--line2);box-shadow:0 8px 18px rgba(160,120,50,.10);transition:transform .2s,box-shadow .2s}
.insta-item:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(160,120,50,.18)}
.insta-item img{width:100%;height:100%;object-fit:cover}

.insta-follow{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:0;padding:18px 20px;background:rgba(255,255,255,.6);border:1px solid var(--line2);border-radius:16px}
.insta-follow .if-t{font-weight:800;font-size:15.5px;line-height:1.6;color:var(--ink)}
.insta-follow .if-h{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;padding:8px 14px 8px 10px;background:#fff;border:1px solid var(--line2);border-radius:12px;transition:border-color .2s,color .2s}
.insta-follow .if-h:hover{border-color:var(--gold);color:var(--ink)}
.insta-follow .if-ico{width:34px;height:34px;border-radius:10px;background:var(--cream);border:1px solid var(--line2);display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* footer */
.footer{background:var(--dark);color:#cfc9bd;border-top:3px solid var(--gold);position:relative}
.f-logo{max-height:52px;max-width:120px;object-fit:contain;width:auto}
.f-brand .fb-name{font-size:23px;font-weight:800;color:#fff}
.f-brand .fb-sub{font-size:11.5px;color:#9a948a;margin-top:3px}
.f-about{font-size:13px;line-height:2;color:#9a948a;margin-top:16px}
.footer h4{color:#fff;font-size:14.5px;font-weight:700;margin-bottom:18px;position:relative;padding-bottom:10px}
.footer h4::after{content:"";position:absolute;bottom:0;right:0;width:28px;height:2px;background:var(--gold);border-radius:2px}
.f-list a,.f-contact span{font-size:13px}
.f-list{gap:12px!important}
.f-list a{color:#b9b3a7;transition:color .15s,transform .15s;display:inline-block}
.f-list a:hover{transform:translateX(-3px)}
/*.footer a:hover{color:var(--gold)}*/
.footbar{background:var(--dark2);border-radius:14px;padding:20px 26px}
.fb-social .lbl,.trust .lbl{font-size:13px;font-weight:600}
.fb-social .lbl{color:#cfc9bd}
.trust .lbl{color:var(--muted)}
.social{width:40px;height:40px;border-radius:10px;background:var(--dark);display:inline-flex;align-items:center;justify-content:center;color:#cfc9bd;transition:all .2s}
.social:hover{background:var(--gold);color:var(--ink);transform:translateY(-3px)}
.trust .seal{width:82px;height:82px;border-radius:10px;background:#fff;border:1px dashed #4a463d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;color:#8a7d63}
.trust .seal span{font-size:9px;line-height:1.3;font-weight:700;color:#5a5348}
.copyright{border-top:1px solid #322e27;margin-top:36px;padding:22px 40px;font-size:12.5px;color:var(--muted)}

/* footer — mobile tidy-up */
@media(max-width:767.98px){
  .footer .row>[class*="col-"]{text-align:center}
  .f-brand{justify-content:center}
  .footer h4::after{right:50%;transform:translateX(50%)}
  .f-contact,.f-list{align-items:center!important}
  .footbar{flex-direction:column;text-align:center;padding:18px 16px}
  .fb-social,.trust{justify-content:center;width:100%}
  .fb-social{padding-bottom:14px;border-bottom:1px solid #34302a}
  .trust{padding-top:2px}
  .copyright{padding:18px 16px;margin-top:24px}
}

/* mobile app-style bottom tab bar */
.mobile-tabbar{
  position:fixed;inset-inline:0;bottom:0;z-index:1040;
  display:flex;align-items:flex-end;justify-content:space-around;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-top:1px solid var(--line);border-radius:18px 18px 0 0;
  box-shadow:0 -8px 30px rgba(28,26,22,.1);
  padding:7px 6px calc(7px + env(safe-area-inset-bottom));
}
.mt-item{
  flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  background:none;border:0;padding:4px 2px;color:#9a948a;font-size:10.5px;font-weight:600;
  text-decoration:none;line-height:1;transition:color .15s;
  -webkit-tap-highlight-color:transparent;
}
.mt-item:active .mt-ico{transform:scale(.86)}
.mt-ico{display:inline-flex;align-items:center;justify-content:center;width:44px;height:27px;border-radius:14px;transition:background .2s,transform .15s}
.mt-item.active{color:var(--ink)}
.mt-item.active .mt-ico{background:rgba(233,169,60,.18);color:var(--gold-dark)}
.mt-icon-wrap{position:relative}
.mt-badge{position:absolute;top:-4px;left:2px;background:var(--gold);color:var(--ink);font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.mt-search{margin-top:-24px}
.mt-search-circle{width:50px;height:50px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(233,169,60,.45);border:4px solid #fff;transition:transform .15s}
.mt-search:active .mt-search-circle{transform:scale(.9)}
.mt-search span:last-child{margin-top:3px;color:#9a948a}

@media(min-width:768px){
  .mobile-tabbar{display:none!important}
}
@media(max-width:767.98px){
  body{padding-bottom:76px}
}

/* shop / category listing */
.shop-page{padding:28px 0 64px}

.shop-breadcrumb{margin-bottom:18px}
.shop-breadcrumb .breadcrumb{--bs-breadcrumb-divider:'›';font-size:13px;display:flex;align-items:center;flex-wrap:wrap;gap:2px 0}
.shop-breadcrumb .breadcrumb-item{display:flex;align-items:center}
.shop-breadcrumb .breadcrumb-item a{color:var(--muted);display:inline-flex;align-items:center;gap:5px;transition:color .15s}
.shop-breadcrumb .breadcrumb-item a:hover{color:var(--gold)}
.shop-breadcrumb .breadcrumb-item.active{color:var(--ink);font-weight:600}
.shop-breadcrumb .breadcrumb-item-home a{color:var(--muted2)}

.shop-header{display:flex;align-items:center;gap:18px;margin-bottom:22px;padding:22px 26px;background:linear-gradient(135deg,var(--cream) 0%,#fff 65%);border:1px solid var(--line);border-radius:20px;position:relative;overflow:hidden}
.shop-header::after{content:'';position:absolute;inset-inline-end:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(233,169,60,.14) 0%,transparent 70%)}
.shop-header-icon{flex:none;width:52px;height:52px;border-radius:14px;background:#fff;border:1px solid var(--line2);display:flex;align-items:center;justify-content:center;color:var(--gold);box-shadow:0 6px 16px rgba(150,120,60,.08);position:relative;z-index:1}
.shop-header-text{flex:1;min-width:0;position:relative;z-index:1}
.shop-title{font-size:24px;font-weight:800;margin-bottom:6px}
.shop-desc{font-size:13.5px;color:var(--muted);max-width:640px;line-height:1.8;margin:0}
.shop-header-count{flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid var(--line2);border-radius:14px;padding:10px 20px;position:relative;z-index:1}
.shop-header-count strong{font-size:19px;font-weight:800;color:var(--ink);line-height:1.2}
.shop-header-count span{font-size:11.5px;color:var(--muted);font-weight:600}

.shop-subcats .subcat-pill{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:20px;border:1.4px solid var(--line2);font-size:13px;font-weight:600;color:var(--muted);background:#fff;transition:all .18s}
.shop-subcats .subcat-pill:hover{border-color:var(--gold);color:var(--ink);transform:translateY(-1px)}
.shop-subcats .subcat-pill.active{border-color:var(--gold);color:#fff;background:var(--gold);box-shadow:0 6px 16px rgba(233,169,60,.3)}

.shop-banner .banner-wide{height:auto;min-height:120px;max-height:220px}
.shop-banner{border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(150,120,60,.08)}
.shop-banner .banner-wide img{transition:transform .5s ease}
.shop-banner .banner-wide:hover img{transform:scale(1.02)}
.banner-placeholder{min-height:140px;display:flex;align-items:center;gap:18px;padding:22px 26px;background:repeating-linear-gradient(135deg,var(--cream) 0 22px,#fdf5e6 22px 44px);border:1.5px dashed var(--gold-dark)}
.banner-placeholder-tag{flex:none;background:var(--dark);color:#fff;font-size:11.5px;font-weight:700;padding:6px 14px;border-radius:20px}
.banner-placeholder-text{display:flex;flex-direction:column;gap:4px}
.banner-placeholder-text strong{font-size:14.5px;color:var(--ink)}
.banner-placeholder-text span{font-size:12.5px;color:var(--muted);line-height:1.7}
.shop-layout{display:grid;grid-template-columns:268px 1fr;gap:28px;align-items:start}
.shop-sidebar{position:sticky;top:88px}

/* ---- filters card ---- */
.shop-filters{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(150,120,60,.06)}
.filters-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(180deg,var(--cream) 0%,#fff 100%);border-bottom:1px solid var(--line)}
.filters-head-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:800;color:var(--ink)}
.filters-head-title svg{color:var(--gold);flex:none}
.filters-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--gold);color:#fff;font-size:11px;font-weight:700}
.filters-clear-link{font-size:12.5px;font-weight:600;color:var(--muted);text-decoration:underline;text-underline-offset:2px;transition:color .15s}
.filters-clear-link:hover{color:var(--gold)}
.filters-body{padding:18px 20px 20px}

.filter-group{border:none}
.filter-group+.filter-group{margin-top:6px;padding-top:16px;border-top:1px solid var(--line)}
.filter-summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;padding:4px 0 12px;font-size:13.5px;font-weight:700;color:var(--ink);-webkit-tap-highlight-color:transparent}
.filter-summary::-webkit-details-marker{display:none}
.filter-summary-label{display:flex;align-items:center;gap:8px}
.filter-summary-label svg{color:var(--muted2);flex:none}
.filter-chevron{color:var(--muted);transition:transform .2s ease;flex:none}
.filter-group[open]>.filter-summary .filter-chevron{transform:rotate(180deg)}
.filter-title{font-size:14px;font-weight:700;margin-bottom:12px}

.filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}
.filter-list-scroll{max-height:236px;overflow-y:auto;padding-inline-end:4px}
.filter-list-scroll::-webkit-scrollbar{width:5px}
.filter-list-scroll::-webkit-scrollbar-thumb{background:var(--line2);border-radius:10px}

.filter-check{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13.5px;color:var(--ink);margin:0;padding:8px 8px;border-radius:9px;transition:background .15s}
.filter-check:hover{background:var(--cream)}
.filter-check input{position:absolute;opacity:0;width:18px;height:18px;margin:0;cursor:pointer}
.filter-check-text{flex:1;line-height:1.4}
.filter-check-mark{position:relative;flex:none;width:18px;height:18px;border-radius:6px;border:1.6px solid var(--line2);background:#fff;transition:all .15s}
.filter-check-mark::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(.5);transition:all .15s}
.filter-check input:checked+.filter-check-mark{background:var(--gold);border-color:var(--gold)}
.filter-check input:checked+.filter-check-mark::after{opacity:1;transform:scale(1)}
.filter-check input:focus-visible+.filter-check-mark{box-shadow:0 0 0 3px rgba(233,169,60,.25)}
.filter-check-mark--radio{border-radius:50%}
.filter-check-mark--radio::after{background-image:none;width:8px;height:8px;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);border-radius:50%;background-color:#fff}
.filter-check input:checked+.filter-check-mark--radio::after{opacity:1;transform:translate(-50%,-50%) scale(1)}
.filter-check:has(input:checked) .filter-check-text{color:var(--ink);font-weight:600}

.filter-price-range{display:flex;align-items:center;gap:10px}
.price-input-wrap{position:relative;flex:1;display:flex;flex-direction:column;gap:4px;background:var(--cream);border:1.4px solid var(--line2);border-radius:12px;padding:8px 12px;transition:border-color .15s;min-width:0}
.price-input-wrap:focus-within{border-color:var(--gold)}
.price-input-label{font-size:11px;color:var(--muted);font-weight:600}
.price-input{width:100%;border:none;background:transparent;font-size:13.5px;font-weight:700;color:var(--ink);padding:0;outline:none}
.price-unit{position:absolute;left:12px;bottom:8px;font-size:10.5px;color:var(--muted2)}
.price-divider{flex:none;width:12px;height:1.4px;background:var(--line2);margin-top:14px}
.filter-price .form-control{border-color:var(--line2);font-size:13px}

.filter-actions{margin-top:18px;display:flex;flex-direction:column;gap:10px}
.filter-clear-btn{text-align:center;font-size:12.5px;font-weight:600;color:var(--muted);padding:6px;transition:color .15s}
.filter-clear-btn:hover{color:#e0435a}
.btn-elsa-sm{display:inline-flex;align-items:center;justify-content:center;background:var(--dark);color:#fff!important;font-weight:600;font-size:13.5px;padding:10px 18px;border-radius:10px;border:none;transition:background .15s}
.btn-elsa-sm:hover{background:#2e2a22;color:#fff!important}

.filter-banner{margin-top:20px}
.filter-toggle{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line2);color:var(--ink);font-size:13px;font-weight:600;padding:8px 14px;border-radius:20px;transition:all .15s}
.filter-toggle:hover{border-color:var(--gold);color:var(--ink)}
.filter-toggle-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:var(--gold);color:#fff;font-size:10.5px;font-weight:700}

.sort-bar{margin:20px 0 24px;padding:14px 20px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 18px rgba(150,120,60,.05)}
.sort-count{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--ink)}
.sort-count svg{color:var(--gold)}
.sort-label{font-size:12.5px;color:var(--muted);white-space:nowrap;font-weight:600}
.sort-pills{position:relative}
.sort-pills::before{content:'';position:absolute;top:50%;inset-inline-start:-14px;transform:translateY(-50%);width:1px;height:22px;background:var(--line2)}
.sort-pill-group{display:flex;align-items:center;gap:4px;flex-wrap:wrap;background:var(--cream2);border-radius:14px;padding:4px}
.sort-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:11px;border:1px solid transparent;font-size:12.5px;font-weight:600;color:var(--muted);white-space:nowrap;transition:all .18s}
.sort-pill svg{color:var(--muted2);transition:color .18s}
.sort-pill:hover{color:var(--ink)}
.sort-pill.active{border-color:var(--line2);color:var(--ink);background:#fff;box-shadow:0 4px 10px rgba(150,120,60,.1)}
.sort-pill.active svg{color:var(--gold)}
@media(max-width:575.98px){
  .sort-pills::before{display:none}
  .sort-pill-group{width:100%}
  .sort-pill{flex:1;justify-content:center}
}
.product-grid .prod-card{color:inherit}
.prod-badge{position:absolute;top:12px;left:12px;z-index:2;background:#e0435a;color:#fff;font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:20px;line-height:1;box-shadow:0 4px 10px rgba(224,67,90,.35)}
.prod-badge-new{background:var(--gold);color:var(--ink);box-shadow:0 4px 10px rgba(233,169,60,.35)}
.price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.price-old{font-size:12px;color:var(--muted);text-decoration:line-through;font-weight:500}
.shop-empty-icon{font-size:48px;line-height:1}
.shop-pagination .pagination{margin:0}
.shop-filter-drawer{--bs-offcanvas-width:min(320px,92vw)}
.filter-banner img{border:1px solid var(--line2)}

/* shop index — main category catalogue */
.shop-index-sec{padding-top:8px}
.shop-cat-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(150,120,60,.08);transition:transform .35s ease,box-shadow .35s ease}
.shop-cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(150,120,60,.18)}
.shop-cat-media{position:relative;display:block;height:220px;overflow:hidden}
.shop-cat-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.shop-cat-card:hover .shop-cat-media img{transform:scale(1.08)}
.shop-cat-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,26,22,0) 55%,rgba(28,26,22,.55) 100%)}
.shop-cat-count{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);color:var(--ink);font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.12)}
.shop-cat-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex-grow:1}
.shop-cat-body h3{font-size:18px;font-weight:800;margin-bottom:10px}
.shop-cat-body h3 a{color:var(--ink)}
.shop-cat-body h3 a:hover{color:var(--gold)}
.shop-cat-body p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:18px;flex-grow:1}
.shop-cat-btn{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:13.5px;font-weight:700;color:var(--gold);border:1px solid var(--gold);padding:9px 18px;border-radius:20px;transition:all .2s ease}
.shop-cat-btn svg{transition:transform .2s ease}
.shop-cat-btn:hover{background:var(--gold);color:#fff}
.shop-cat-btn:hover svg{transform:scale(1.15)}

/* static content pages — about / terms / contact / faq */
.page-layout{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}
.page-layout:has(.page-contact-side){grid-template-columns:1fr 320px}
.page-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px 36px;box-shadow:0 10px 30px rgba(150,120,60,.06)}
.page-content{font-size:14.5px;line-height:2;color:var(--ink)}
.page-content h1,.page-content h2,.page-content h3,.page-content h4{font-weight:800;color:var(--ink);margin:28px 0 12px}
.page-content h3:first-child,.page-content h2:first-child{margin-top:0}
.page-content h3{font-size:16.5px;padding-inline-start:14px;border-inline-start:3px solid var(--gold);position:relative}
.page-content p{color:var(--muted);margin-bottom:14px}
.page-content p:last-child{margin-bottom:0}
.page-content ul,.page-content ol{color:var(--muted);padding-inline-start:22px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px}
.page-content li::marker{color:var(--gold)}
.page-content a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}
.page-content img{border-radius:14px;margin:12px 0}
.page-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13.5px}
.page-content table th,.page-content table td{border:1px solid var(--line);padding:10px 12px;text-align:right}
.page-content table th{background:var(--cream);font-weight:700}
.page-content blockquote{margin:16px 0;padding:14px 18px;background:var(--cream);border-inline-start:3px solid var(--gold);border-radius:10px;color:var(--ink)}

.page-contact-side{display:flex;flex-direction:column;gap:20px}
.contact-info-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(150,120,60,.06)}
.contact-info-title{font-size:15px;font-weight:800;margin-bottom:16px}
.contact-info-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.contact-info-list li{display:flex;align-items:flex-start;gap:12px}
.contact-info-icon{flex:none;width:36px;height:36px;border-radius:10px;background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.contact-info-list div{display:flex;flex-direction:column;gap:2px;min-width:0}
.contact-info-label{font-size:11.5px;color:var(--muted);font-weight:600}
.contact-info-value{font-size:13.5px;color:var(--ink);font-weight:600;word-break:break-word}
.contact-map-placeholder{min-height:160px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;background:repeating-linear-gradient(135deg,var(--cream) 0 22px,#fdf5e6 22px 44px);border:1.5px dashed var(--gold-dark);border-radius:16px}

@media(max-width:991.98px){
  .page-layout:has(.page-contact-side){grid-template-columns:1fr}
  .page-card{padding:24px 20px}
}

/* responsive tweaks */
@media(max-width:991.98px){
  .shop-layout{grid-template-columns:1fr}
  .shop-sidebar{display:none!important}
  .hero-txt{align-items:center!important;text-align:center}
  .hero-lead{margin-left:auto;margin-right:auto}
  .hero-stats{justify-content:center}
  .hero-stats .hs-item:first-child{padding-right:22px}
  .promo{text-align:center}
  .promo .p-left{justify-content:center}
  .promo-form{max-width:100%}
  .insta-follow{align-items:center;text-align:center;margin:0 auto;max-width:360px;width:100%}
  .insta-follow .if-h{justify-content:center}
  .perks{max-width:480px;margin:0 auto;width:100%}
}
@media(max-width:767.98px){
  body .container{padding-left:16px;padding-right:16px}
  .topbar .container{padding-left:16px;padding-right:16px}
  .copyright{padding-left:16px;padding-right:16px}
  .sec-title,.why h2{font-size:24px}
  .search-modal-dialog{margin:0;max-width:100%;align-items:flex-start;min-height:100%}
  .search-box{border-radius:0 0 18px 18px;max-height:92vh}
  .search-body{overflow-y:auto;padding:18px 16px 20px}
  .search-head{padding:14px 16px}
  .search-head-icon{width:36px;height:36px}
  .search-head input{font-size:16px}
  .search-foot{padding:10px 16px}
  .strip-inner{padding:22px 0}
  .shop-header{flex-wrap:wrap;padding:18px}
  .shop-header-count{order:3;flex:1 1 100%;flex-direction:row;justify-content:center;gap:6px}
  .sort-bar{flex-direction:column;align-items:stretch!important}
  .sort-pills{width:100%}
}

/* ===== product detail page ===== */
.pd-flash{margin-bottom:20px;padding:14px 18px;border-radius:12px;font-size:13.5px;font-weight:600}
.pd-flash-success{background:#eaf7ec;color:#1e7b34;border:1px solid #c9ecd0}

.product-top{display:grid;grid-template-columns:440px 1fr;gap:36px;align-items:start;margin-bottom:40px}

.product-gallery{position:sticky;top:88px}
.product-gallery-main{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;aspect-ratio:1/1;box-shadow:0 10px 26px rgba(150,120,60,.06)}
.product-gallery-main img{width:100%;height:100%;object-fit:cover}
.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.pd-thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;border:1.6px solid var(--line2);padding:0;background:#fff;transition:border-color .15s}
.pd-thumb img{width:100%;height:100%;object-fit:cover}
.pd-thumb:hover{border-color:var(--gold-dark)}
.pd-thumb.active{border-color:var(--gold);box-shadow:0 0 0 2px rgba(233,169,60,.18)}

.product-info{min-width:0}
.product-brand{display:inline-flex;font-size:12.5px;font-weight:700;color:var(--muted2);text-transform:uppercase;letter-spacing:.02em;margin-bottom:6px}
.product-title{font-size:23px;font-weight:800;line-height:1.5;margin-bottom:12px}

.product-rating-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;font-size:13px}
.pd-rating-value{font-weight:700;color:var(--ink)}
.pd-rating-link{color:var(--muted);text-decoration:underline;text-underline-offset:2px}
.pd-rating-link:hover{color:var(--gold)}
.pd-line-sep{width:1px;height:14px;background:var(--line2)}

.pd-stars{position:relative;display:inline-block;font-size:15px;line-height:1;color:var(--line2);direction:ltr}
.pd-stars::before{content:'★★★★★'}
.pd-stars::after{content:'★★★★★';position:absolute;inset:0;overflow:hidden;color:var(--gold);width:calc(var(--rating, 0) / 5 * 100%)}
.pd-stars-lg{font-size:22px}

.product-short-desc{font-size:13.5px;color:var(--muted);line-height:1.9;margin-bottom:18px}

.product-price-block{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:20px;padding:16px 18px;background:var(--cream);border-radius:14px}
.pd-price{font-size:24px;font-weight:800;color:var(--ink)}
.pd-price small{font-size:13px;font-weight:600;color:var(--muted)}
.pd-old-price{font-size:14px;color:var(--muted);text-decoration:line-through;font-weight:500}
.pd-discount-badge{background:#e0435a;color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px}

.product-variant-groups{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}
.pd-variant-group-label{font-size:13px;font-weight:700;margin-bottom:10px}
.pd-variant-options{display:flex;gap:8px;flex-wrap:wrap}
.pd-option{padding:8px 16px;border-radius:10px;border:1.4px solid var(--line2);background:#fff;font-size:13px;font-weight:600;color:var(--ink);transition:all .15s}
.pd-option:hover{border-color:var(--gold-dark)}
.pd-option.active{border-color:var(--gold);background:var(--gold);color:#fff}
.pd-swatch{width:34px;height:34px;border-radius:50%;border:2px solid var(--line2);cursor:pointer;transition:all .15s;position:relative}
.pd-swatch:hover{transform:translateY(-1px)}
.pd-swatch.active{border-color:var(--gold);box-shadow:0 0 0 3px rgba(233,169,60,.2)}

.product-stock-line{display:inline-flex;align-items:center;font-size:13px;font-weight:700;margin-bottom:16px;padding:6px 14px;border-radius:20px;width:fit-content}
.product-stock-line.ok{background:#eaf7ec;color:#1e7b34}
.product-stock-line.low{background:#fff4e1;color:#9a6b0a}
.product-stock-line.out{background:#fdecee;color:#c62839}

.product-buy-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}
.qty-stepper{display:flex;align-items:center;border:1.4px solid var(--line2);border-radius:12px;overflow:hidden}
.qty-stepper button{width:38px;height:44px;border:none;background:var(--cream);font-size:18px;font-weight:700;color:var(--ink);cursor:pointer;transition:background .15s}
.qty-stepper button:hover{background:var(--line2)}
.qty-stepper input{width:46px;height:44px;border:none;border-inline:1.4px solid var(--line2);text-align:center;font-size:14px;font-weight:700;color:var(--ink)}
.pd-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;flex:1}
.pd-add-btn:disabled{background:var(--muted2);cursor:not-allowed}
.pd-wish-btn{width:44px;height:44px;border-radius:12px;border:1.4px solid var(--line2);background:#fff;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:all .15s;flex:none}
.pd-wish-btn:hover{border-color:#e0435a;color:#e0435a}

.product-mini-trust{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid var(--line)}
.product-mini-trust span{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted)}
.product-mini-trust svg{color:var(--gold);flex:none}

/* tabs */
.product-tabs{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 30px rgba(150,120,60,.06);margin-bottom:40px;overflow:hidden}
.pd-tab-nav{display:flex;gap:4px;padding:6px;background:var(--cream2);overflow-x:auto}
.pd-tab-btn{flex:none;padding:12px 20px;border:none;background:transparent;border-radius:12px;font-size:13.5px;font-weight:700;color:var(--muted);white-space:nowrap;transition:all .15s}
.pd-tab-btn:hover{color:var(--ink)}
.pd-tab-btn.active{background:#fff;color:var(--ink);box-shadow:0 4px 12px rgba(150,120,60,.1)}
.pd-tab-panel{display:none;padding:28px 32px}
.pd-tab-panel.active{display:block}

.pd-specs-table{width:100%;border-collapse:collapse;font-size:13.5px}
.pd-specs-table tr{border-bottom:1px solid var(--line)}
.pd-specs-table tr:last-child{border-bottom:none}
.pd-specs-table th{width:220px;text-align:right;padding:12px 14px;color:var(--muted);font-weight:600;background:var(--cream)}
.pd-specs-table td{padding:12px 14px;color:var(--ink);font-weight:600}

/* reviews */
.pd-rating-summary{display:flex;gap:32px;flex-wrap:wrap;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--line)}
.pd-rating-score{display:flex;flex-direction:column;align-items:center;gap:6px;flex:none;min-width:140px}
.pd-rating-score strong{font-size:34px;font-weight:800;color:var(--ink);line-height:1}
.pd-rating-count{font-size:12px;color:var(--muted)}
.pd-rating-bars{flex:1;min-width:220px;display:flex;flex-direction:column;gap:8px;justify-content:center}
.pd-rating-bar-row{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}
.pd-rating-bar-label{flex:none;width:52px}
.pd-rating-bar{flex:1;height:8px;border-radius:20px;background:var(--line);overflow:hidden}
.pd-rating-bar span{display:block;height:100%;background:var(--gold);border-radius:20px}
.pd-rating-bar-count{flex:none;width:24px;text-align:left;color:var(--muted2)}

.pd-review-list{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}
.pd-review-item{padding-bottom:20px;border-bottom:1px solid var(--line)}
.pd-review-item:last-child{border-bottom:none;padding-bottom:0}
.pd-review-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.pd-review-author{font-size:13.5px;color:var(--ink)}
.pd-review-date{font-size:11.5px;color:var(--muted2)}
.pd-review-title{font-size:14px;font-weight:700;margin-bottom:4px}
.pd-review-body{font-size:13.5px;color:var(--muted);line-height:1.9;margin:0}
.pd-admin-reply{margin-top:10px;padding:12px 14px;background:var(--cream);border-inline-start:3px solid var(--gold);border-radius:10px}
.pd-admin-reply strong{font-size:12.5px;color:var(--ink)}
.pd-admin-reply p{font-size:13px;color:var(--muted);margin:4px 0 0}

.pd-form-card{padding-top:24px;border-top:1px solid var(--line)}
.pd-form-title{font-size:15px;font-weight:800;margin-bottom:14px}
.pd-review-form,.pd-question-form{max-width:520px}
.pd-rating-input{display:flex;justify-content:flex-end;gap:4px;font-size:26px}
.pd-rating-input input{position:absolute;opacity:0;width:0;height:0}
.pd-rating-input label{cursor:pointer;color:var(--line2);transition:color .15s}
.pd-rating-input input:checked ~ label,
.pd-rating-input label:hover,
.pd-rating-input label:hover ~ label{color:var(--gold)}
.pd-field-error{font-size:12px;color:#c62839;margin-top:4px}
.pd-login-cta{font-size:13.5px;color:var(--muted);padding:14px 16px;background:var(--cream);border-radius:12px}
.pd-login-cta a{color:var(--gold);font-weight:700;text-decoration:underline;text-underline-offset:2px}

/* Q&A */
.pd-question-list{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}
.pd-question-item{padding-bottom:20px;border-bottom:1px solid var(--line)}
.pd-question-item:last-child{border-bottom:none;padding-bottom:0}
.pd-question-row{display:flex;align-items:flex-start;gap:12px}
.pd-question-row+.pd-question-row{margin-top:14px}
.pd-question-row p{font-size:13.5px;color:var(--muted);line-height:1.9;margin:4px 0 0}
.pd-question-row strong{font-size:13.5px;color:var(--ink)}
.pd-qa-badge{flex:none;width:28px;height:28px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff}
.pd-qa-badge-q{background:var(--muted2)}
.pd-qa-badge-a{background:var(--gold)}

/* related */
.pd-related-title{font-size:19px;font-weight:800;margin-bottom:18px}

@media(max-width:991.98px){
  .product-top{grid-template-columns:1fr;gap:24px}
  .product-gallery{position:static}
  .pd-tab-panel{padding:22px 18px}
  .pd-specs-table th{width:140px}
}

/* اعداد و قیمت‌ها همیشه در یک خط نمایش داده شوند */
.nowrap-number,
.price,
.price-old,
.pd-price,
.pd-old-price,
.pd-discount-badge,
.prod-badge,
.fd-off,
.acc-item-price,
.acc-summary-row span,
.acc-stat-num{white-space:nowrap}

.price-wrap{white-space:nowrap}

@media(max-width:575.98px){
  .product-buy-row{flex-direction:column;align-items:stretch}
  .pd-add-btn{width:100%}
  .pd-wish-btn{width:100%;height:40px}
  .qty-stepper{justify-content:center}
  .pd-rating-summary{flex-direction:column;gap:16px}
}
