/* =========================================================
   ShreePrimes – Global Stylesheet  v4
   Brand: White bg · Black "Shree" + Gold "Primes" · Navy header/footer
   ========================================================= */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Outfit',sans-serif;background:#f7f4ef;color:#1a1a1a;line-height:1.6;min-height:100vh}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ── HEADER ── */
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:2px solid #D4AF37;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.header-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:70px;display:flex;align-items:center;justify-content:space-between}

/* ── SP LOGO (pure CSS, no image file required) ── */
.logo-link{display:flex;align-items:center;gap:11px;text-decoration:none}
.sp-logo-icon{
  width:46px;height:46px;background:#fff;border-radius:10px;
  border:1.5px solid #e2d8c8;box-shadow:0 2px 8px rgba(0,0,0,.12);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  position:relative;flex-shrink:0;
}
.sp-crown{font-size:.7rem;color:#D4AF37;line-height:1;margin-bottom:-2px}
.sp-letters{display:flex;align-items:baseline;line-height:1}
.sp-s{font-family:'Playfair Display',serif;font-size:1.28rem;font-weight:700;color:#0D1321;letter-spacing:-1px}
.sp-p{font-family:'Playfair Display',serif;font-size:.95rem;font-weight:700;color:#D4AF37;margin-left:-2px}
.sp-spark{position:absolute;color:#D4AF37;font-size:.42rem}
.sp-spark.tl{top:5px;left:3px}
.sp-spark.br{bottom:4px;right:3px}
.logo-brand{font-family:'Playfair Display',serif;font-size:1.42rem;font-weight:700;letter-spacing:.5px}
.logo-brand .b-shree{color:#0D1321}
.logo-brand .b-primes{color:#D4AF37}

/* NAV */
.main-nav{display:flex;gap:2px}
.nav-link{color:#2b1d0e;padding:8px 15px;border-radius:6px;font-weight:600;font-size:.88rem;transition:all .2s}
.nav-link:hover,.nav-link.active{color:#D4AF37;background:rgba(212,175,55,.08)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.hamburger span{display:block;width:22px;height:2px;background:#0D1321;border-radius:2px;transition:all .3s}
@media(max-width:768px){
  .hamburger{display:flex}
  .main-nav{display:none;flex-direction:column;gap:0;position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:2px solid #D4AF37;z-index:999}
  .main-nav.open{display:flex}
  .nav-link{border-radius:0;padding:13px 24px;border-bottom:1px solid #f0e8d8}
}

/* ── HERO ── */
.hero{background:#fff;border-bottom:1px solid #f0e8d8;padding:70px 24px 60px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(212,175,55,.07) 0%,transparent 70%);pointer-events:none}
.hero-logo{height:90px;margin:0 auto 24px;filter:drop-shadow(0 4px 16px rgba(212,175,55,.2))}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;letter-spacing:2px;margin:0 0 6px;line-height:1.1}
.hero h1 .h-shree{color:#0D1321}
.hero h1 .h-primes{color:#D4AF37}
.hero-tagline-wrap{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:14px}
.hero-tagline-wrap .tl-line{height:1.5px;width:50px;background:#D4AF37}
.hero-tagline{font-size:.9rem;font-weight:700;letter-spacing:7px;color:#4a3520;text-transform:uppercase}
.hero-sub{color:#6b5030;font-size:1rem;max-width:480px;margin:0 auto 32px;line-height:1.8}
.hero-csp{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}
.hero-csp-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#4a3520}
.hero-csp-item i{font-size:1.3rem;color:#D4AF37}
.hero-csp-item span{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;font-weight:600}
.hero-csp-sep{width:1px;height:32px;background:#D4AF37;opacity:.4}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-primary{background:#D4AF37;color:#0D1321;padding:13px 34px;border-radius:8px;font-weight:700;font-size:.97rem;letter-spacing:.5px;box-shadow:0 4px 18px rgba(212,175,55,.3);transition:all .22s;display:inline-block}
.btn-primary:hover{background:#b8940e;box-shadow:0 6px 24px rgba(212,175,55,.5);transform:translateY(-2px)}
.btn-outline{border:2px solid #D4AF37;color:#D4AF37;padding:11px 32px;border-radius:8px;font-weight:600;font-size:.97rem;transition:all .22s;display:inline-block}
.btn-outline:hover{background:#D4AF37;color:#0D1321}

/* ── TRUST BAR ── */
.trust-bar{background:#0D1321;padding:18px 20px;display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:9px;color:#FDF8E4;font-size:.86rem}
.trust-item i{color:#D4AF37;font-size:1.05rem}

/* ── CATEGORY STRIP (Flipkart style sticky) ── */
.cat-strip{background:#fff;border-bottom:1px solid #ede8df;box-shadow:0 1px 4px rgba(0,0,0,.04);position:sticky;top:70px;z-index:900}
.cat-strip-inner{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;overflow-x:auto;scrollbar-width:none}
.cat-strip-inner::-webkit-scrollbar{display:none}
.cat-pill{padding:13px 20px;white-space:nowrap;font-size:.84rem;font-weight:600;color:#4a3520;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;flex-shrink:0}
.cat-pill:hover{color:#D4AF37}
.cat-pill.active{color:#D4AF37;border-bottom-color:#D4AF37}

/* ── PRODUCT GRID ── */
.products-section{max-width:1280px;margin:0 auto;padding:44px 20px}
.section-title{font-family:'Playfair Display',serif;font-size:1.65rem;color:#0D1321;margin-bottom:4px}
.section-subtitle{color:#8c6e4e;margin-bottom:24px;font-size:.87rem}
.search-bar-wrap{max-width:440px;margin:0 auto 24px;position:relative}
#searchInput{width:100%;padding:11px 44px 11px 16px;border:1.5px solid #d4c5a9;border-radius:8px;font-size:.93rem;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;font-family:'Outfit',sans-serif;box-sizing:border-box}
#searchInput:focus{border-color:#D4AF37;box-shadow:0 0 0 3px rgba(212,175,55,.12)}
.search-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#C2A27F}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.07);border:1px solid #ede8df;transition:transform .26s,box-shadow .26s;display:flex;flex-direction:column;cursor:pointer}
.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 28px rgba(212,175,55,.18);border-color:rgba(212,175,55,.4)}
.card-animate{animation:cardIn .4s ease both}
@keyframes cardIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.card-img-wrap{position:relative;overflow:hidden;aspect-ratio:4/3;background:#fafaf8}
.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product-card:hover .card-img-wrap img{transform:scale(1.05)}
.card-body{padding:14px;display:flex;flex-direction:column;flex:1}
.card-cat{font-size:.7rem;text-transform:uppercase;letter-spacing:1.2px;color:#C2A27F;font-weight:600;margin-bottom:4px}
.card-name{font-weight:700;font-size:.95rem;color:#0D1321;margin-bottom:5px;line-height:1.3}
.card-desc{font-size:.8rem;color:#6b5030;flex:1;margin-bottom:12px;line-height:1.5;white-space:pre-line}
.card-footer{display:flex;align-items:center;justify-content:space-between}
.card-price{font-size:1.1rem;font-weight:800;color:#0D1321}
.card-btn{background:#D4AF37;color:#0D1321;padding:6px 15px;border-radius:6px;font-size:.78rem;font-weight:700;display:flex;align-items:center;gap:5px;transition:background .2s}
.product-card:hover .card-btn{background:#b8940e}

/* ── STATES ── */
.loading-wrap,.error-wrap,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:80px 20px;text-align:center;color:#8c6e4e}
.spinner{width:44px;height:44px;border:3px solid rgba(212,175,55,.2);border-top-color:#D4AF37;border-radius:50%;animation:spin .9s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.error-wrap i,.empty-state i{font-size:2.6rem;color:#C2A27F}

/* ══ USE ON ALL PLATFORMS (white section, above footer) ══ */
.platforms-section{background:#fff;padding:48px 24px;border-top:1px solid #ede8df;border-bottom:1px solid #ede8df}
.platforms-section-inner{max-width:900px;margin:0 auto;text-align:center}
.platforms-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:32px}
.platforms-heading .ph-line{height:1.5px;width:56px;background:#0D1321;opacity:.2}
.platforms-heading span{font-size:.78rem;font-weight:800;letter-spacing:5px;color:#0D1321;text-transform:uppercase}
.platforms-img{max-width:860px;width:100%;margin:0 auto;border-radius:10px}
.platforms-fallback{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.pf-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none}
.pf-icon{width:62px;height:62px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.55rem;color:#fff;transition:transform .22s,box-shadow .22s;box-shadow:0 3px 10px rgba(0,0,0,.15)}
.pf-icon:hover{transform:translateY(-4px) scale(1.07);box-shadow:0 8px 20px rgba(0,0,0,.2)}
.pf-label{font-size:.62rem;color:#4a3520;letter-spacing:.5px;font-weight:500;text-transform:uppercase}
.pf-youtube{background:#FF0000}
.pf-instagram{background:radial-gradient(circle at 30% 110%,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}
.pf-website{background:#D4AF37}
.pf-facebook{background:#1877F2}
.pf-threads{background:#111}
.pf-gmail{background:#EA4335}
.pf-twitter{background:#000}
.pf-pinterest{background:#E60023}
.pf-linkedin{background:#0A66C2}
.pf-whatsapp{background:#25D366}
.pf-telegram{background:#2CA5E0}

/* ── FOOTER ── */
.site-footer{background:#0D1321;color:#FDF8E4}
.footer-inner{max-width:1280px;margin:0 auto;padding:52px 24px 36px;display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:44px}
@media(max-width:860px){.footer-inner{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.footer-inner{grid-template-columns:1fr}}
.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.footer-sp-icon{width:40px;height:40px;background:#1a2540;border-radius:8px;border:1px solid rgba(212,175,55,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;position:relative}
.footer-sp-crown{font-size:.6rem;color:#D4AF37;line-height:1;margin-bottom:-1px}
.footer-sp-letters{display:flex;align-items:baseline}
.footer-sp-s{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:-1px}
.footer-sp-p{font-family:'Playfair Display',serif;font-size:.78rem;font-weight:700;color:#D4AF37;margin-left:-1px}
.footer-brand-name{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;letter-spacing:1.5px}
.footer-brand-name .b-shree{color:#fff}
.footer-brand-name .b-primes{color:#D4AF37}
.footer-tagline-text{font-size:.57rem;color:rgba(253,248,228,.4);letter-spacing:3.5px;text-transform:uppercase}
.footer-desc{color:rgba(253,248,228,.6);font-size:.84rem;line-height:1.75;margin-bottom:16px}
.footer-links h4,.footer-social h4{color:#D4AF37;font-size:.72rem;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:rgba(253,248,228,.7);font-size:.86rem;transition:color .2s;display:flex;align-items:center;gap:7px}
.footer-links a i{color:#D4AF37;font-size:.78rem}
.footer-links a:hover{color:#D4AF37}
.social-grid{display:grid;grid-template-columns:repeat(5,38px);gap:9px;margin-bottom:16px}
.social-icon-btn{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#fff;transition:transform .22s,opacity .22s;border:none}
.social-icon-btn:hover{transform:translateY(-3px) scale(1.08);opacity:.85}
.si-whatsapp{background:#25D366}
.si-telegram{background:#2CA5E0}
.si-instagram{background:radial-gradient(circle at 30% 110%,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}
.si-facebook{background:#1877F2}
.si-gmail{background:#EA4335}
.si-pinterest{background:#E60023}
.si-youtube{background:#FF0000}
.si-twitter{background:#000}
.si-linkedin{background:#0A66C2}
.si-threads{background:#111}
.footer-contact-info{display:flex;flex-direction:column;gap:9px}
.footer-contact-info a,.footer-contact-info span{color:rgba(253,248,228,.65);font-size:.83rem;display:flex;align-items:center;gap:8px;transition:color .2s}
.footer-contact-info a:hover{color:#D4AF37}
.footer-contact-info i{color:#D4AF37;width:15px;flex-shrink:0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:18px 24px;text-align:center;color:rgba(253,248,228,.3);font-size:.76rem}

/* ── PRODUCT DETAIL ── */
.detail-wrap{max-width:1100px;margin:48px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px}
@media(max-width:768px){.detail-wrap{grid-template-columns:1fr;gap:26px;margin:26px auto}}
.detail-img-box{background:#f5f5f5;border-radius:12px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.03);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.detail-img-box img{width:100%;height:100%;object-fit:cover}
.thumbnail-gallery{display:flex;gap:10px;margin-top:15px;overflow-x:auto;padding-bottom:5px;}
.thumbnail-gallery img{width:70px;height:70px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;opacity:0.7;transition:0.2s;}
.thumbnail-gallery img:hover{opacity:1;}
.thumbnail-gallery img.active{border-color:#D4AF37;opacity:1;}
.detail-info{display:flex;flex-direction:column;gap:13px}
.detail-cat{font-size:.72rem;text-transform:uppercase;letter-spacing:2px;color:#C2A27F;font-weight:600}
.detail-name{font-family:'Playfair Display',serif;font-size:clamp(1.35rem,4vw,2.1rem);color:#0D1321;line-height:1.25;margin:4px 0}
.detail-price{font-size:1.85rem;font-weight:800;color:#0D1321}
.detail-desc{color:#4a3520;line-height:1.85;font-size:.93rem;white-space:pre-line}
.policy-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:7px;font-size:.82rem;font-weight:600}
.policy-standard{background:rgba(212,175,55,.1);color:#7a5f0a;border:1.5px solid rgba(212,175,55,.3)}
.policy-noreturn{background:rgba(194,162,127,.12);color:#6b3f1e;border:1.5px solid rgba(194,162,127,.3)}
.detail-btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}
.btn-buy{background:#D4AF37;color:#0D1321;padding:12px 30px;border-radius:8px;font-weight:700;font-size:.95rem;border:none;cursor:pointer;transition:background .22s,box-shadow .22s;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 16px rgba(212,175,55,.3)}
.btn-buy:hover{background:#b8940e;box-shadow:0 6px 22px rgba(212,175,55,.55)}
.btn-whatsapp{background:#25D366;color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;font-size:.88rem;border:none;cursor:pointer;transition:background .22s;display:inline-flex;align-items:center;gap:8px}
.btn-whatsapp:hover{background:#1aab52}
.extra-fields{margin-top:4px}
.extra-field{display:flex;gap:8px;align-items:flex-start;padding:6px 0;border-bottom:1px solid rgba(194,162,127,.15);font-size:.85rem;color:#7a6048}
.extra-field strong{color:#2b1d0e;min-width:110px;flex-shrink:0}
.breadcrumb{max-width:1100px;margin:22px auto 0;padding:0 24px;display:flex;gap:7px;align-items:center;font-size:.82rem;color:#8c6e4e}
.breadcrumb a{color:#C2A27F;transition:color .2s}
.breadcrumb a:hover{color:#D4AF37}
.breadcrumb i{font-size:.58rem;color:#C2A27F}
.detail-share-label{font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:#8c6e4e;margin-bottom:7px}
.detail-social-row{display:flex;gap:8px;flex-wrap:wrap}
.detail-social-btn{width:36px;height:36px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.93rem;color:#fff;transition:transform .22s}
.detail-social-btn:hover{transform:translateY(-2px) scale(1.08)}

/* ── CATEGORY PAGE ── */
.cat-page-hero{background:#0D1321;padding:52px 24px 34px;text-align:center}
.cat-page-hero h1{font-family:'Playfair Display',serif;color:#D4AF37;font-size:2.1rem;margin-bottom:6px}
.cat-page-hero p{color:rgba(253,248,228,.65);font-size:.9rem}
.cat-page-section{max-width:1280px;margin:0 auto;padding:48px 20px}
.back-btn{display:inline-flex;align-items:center;gap:7px;color:rgba(253,248,228,.6);font-size:.86rem;font-weight:500;background:none;border:none;cursor:pointer;margin-bottom:14px;transition:color .2s}
.back-btn:hover{color:#D4AF37}
