/* Generated CSS — uploaded to site_settings.sx_css_location (dedicated slot).
   Authored per-segment, concatenated into one file. Do NOT @import or minify
   (the BEGIN/END markers are comments and must survive). Every selector is
   namespaced under .sx so nothing leaks into the theme header/footer/cards.
   Brand color comes from the theme var --secondary-main (Bollywood plum). */

/* BEGIN shoopy-gen:base */
.sx { --sx-plum: var(--secondary-main, #8A2A54); --sx-gold: #C9A24B; --sx-ivory: #FBF6F4; --sx-ink: #2A222A; --sx-muted: #8B7E86; --sx-gap: 16px; --sx-radius: 16px; }
.sx, .sx * { box-sizing: border-box; }
.sx-btn {
  display: inline-block; padding: 12px 26px; border-radius: 999px;
  background: var(--sx-plum); color: #fff; font-weight: 600;
  letter-spacing: .04em; text-decoration: none; border: none; cursor: pointer;
}
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
  max-width: 1200px; margin: 0 auto; padding: 4px 12px;
  background: transparent;
}
.sx-usp__item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 10px; padding: 20px 12px; background: #fff;
  border: 1px solid #efe4e8; border-radius: var(--sx-radius);
}
.sx-usp__icon {
  width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center; font-size: 20px; line-height: 1;
  background: color-mix(in srgb, var(--sx-plum) 10%, #fff);
  color: var(--sx-plum);
  border: 1px solid color-mix(in srgb, var(--sx-plum) 24%, #fff);
}
.sx-usp__title { margin: 0; font-weight: 700; font-size: 15px; color: var(--sx-ink); }
.sx-usp__sub { margin: 3px 0 0; color: var(--sx-muted); font-size: 13px; }
@media (min-width: 768px) {
  .sx-usp { grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 8px 16px; }
  .sx-usp__item { flex-direction: row; align-items: center; text-align: left; gap: 14px; padding: 18px 16px; }
}
/* END shoopy-gen:usp-1 */

:root{
    --secondary-main:#8A2A54;   /* brand plum (Shoopy token) */
    --plum:#8A2A54; --plum-deep:#5E1B3A; --plum-dark:#341123;
    --gold:#C9A24B; --gold-lt:#DFC484;
    --coral:#E8663B;            /* deal / discount */
    --wa:#25D366;              /* whatsapp / success */
    --ivory:#FBF6F4; --ivory-2:#F4ECE9; --surface:#ffffff;
    --ink:#2A222A; --muted:#8B7E86; --line:#EFE4E8;
    --radius:16px; --radius-sm:10px; --shadow:0 10px 30px rgba(94,27,58,.08);
    --serif:"Didot","Playfair Display",Georgia,"Times New Roman",serif;
    --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    --wrap:1240px;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--sans);color:var(--ink);background:var(--ivory);line-height:1.5;-webkit-font-smoothing:antialiased}
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:var(--wrap);margin:0 auto;padding:0 18px}
  .serif{font-family:var(--serif)}

  /* ---------- notice bar ---------- */
  .notice{background:var(--plum);color:var(--ivory);font-size:12.5px;letter-spacing:.03em;text-align:center;padding:9px 14px}
  .notice b{color:var(--gold-lt);font-weight:600}

  /* ---------- header ---------- */
  header.site{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
  .hdr{display:flex;align-items:center;gap:14px;height:70px}
  .hdr .logo img{height:44px;width:auto}
  .hdr .burger{display:inline-flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:6px}
  .hdr .burger span{width:22px;height:2px;background:var(--ink);border-radius:2px}
  nav.main{display:none;gap:22px;margin-left:8px;flex:1}
  nav.main a{font-size:13.5px;font-weight:600;letter-spacing:.03em;color:var(--ink);padding:6px 0;position:relative;text-transform:uppercase}
  nav.main a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--plum);transition:right .25s}
  nav.main a:hover::after{right:0}
  .hdr .search{display:none;flex:1;max-width:340px;align-items:center;gap:8px;background:var(--ivory-2);border:1px solid var(--line);border-radius:999px;padding:9px 16px}
  .hdr .search svg{width:18px;height:18px;flex:0 0 auto;color:var(--muted)}
  .hdr .search input{border:none;background:none;outline:none;font-size:13.5px;width:100%;color:var(--ink)}
  .hdr .icons{display:flex;align-items:center;gap:6px;margin-left:auto}
  .hdr .ic{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--ink)}
  .hdr .ic:hover{background:var(--ivory-2)}
  .hdr .ic.search-m{display:inline-grid}
  .hdr .ic svg{width:21px;height:21px}
  .hdr .cart{position:relative}
  .hdr .cart .badge{position:absolute;top:4px;right:4px;background:var(--coral);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:9px;display:grid;place-items:center;padding:0 3px}

  /* ---------- hero ---------- */
  .hero{position:relative;background:var(--plum-dark)}
  .hero a{display:block}
  .hero img{width:100%;height:auto}
  .hero .dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:8px}
  .hero .dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.45)}
  .hero .dots i.on{background:var(--gold);width:22px;border-radius:4px}

  /* ---------- section shell ---------- */
  section.blk{padding:44px 0}
  .sec-head{text-align:center;max-width:640px;margin:0 auto 26px}
  .sec-head .kick{display:inline-block;font-size:11.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:8px}
  .sec-head h2{font-family:var(--serif);font-size:30px;font-weight:600;color:var(--ink);line-height:1.15}
  .sec-head p{color:var(--muted);font-size:14px;margin-top:8px}
  .flourish{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:12px}
  .flourish i{height:1px;width:44px;background:var(--gold);opacity:.6}
  .flourish b{color:var(--gold);font-size:14px}

  /* usp wrapper spacing */
  .usp-wrap{padding:8px 0 4px}

  /* ---------- categories ---------- */
  .cats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 12px}
  .cat{text-align:center}
  .cat a{display:block}
  .cat .thumb{aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);border:2px solid #fff;outline:1px solid var(--line);transition:transform .3s,box-shadow .3s}
  .cat .thumb img{width:100%;height:100%;object-fit:cover}
  .cat a:hover .thumb{transform:translateY(-4px);box-shadow:0 16px 34px rgba(94,27,58,.16)}
  .cat span{display:block;margin-top:10px;font-size:12.5px;font-weight:600;color:var(--ink);letter-spacing:.01em;line-height:1.3}

  /* ---------- collection band (banner-with-products / GenericCollectionCard) ---------- */
  /* Faithful to Shoopy's BANNER_PRODUCT layout: lead banner LEFT, product swiper RIGHT. */
  .band{padding:34px 0}
  .band-tint{background:var(--ivory-2)}
  .sec-bar{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}
  .sec-bar h2{font-family:var(--serif);font-size:22px;font-weight:600;color:var(--ink);line-height:1.2}
  .sec-bar .viewall{flex:0 0 auto;color:var(--plum);font-weight:700;font-size:13px;letter-spacing:.03em;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}
  .sec-bar .viewall:hover{color:var(--plum-deep)}
  .gcc{display:flex;flex-direction:column;gap:16px}
  .gcc-banner{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);height:190px}
  .gcc-banner img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}
  .gcc-banner:hover img{transform:scale(1.04)}
  .gcc-row{display:grid;grid-auto-flow:column;grid-auto-columns:74%;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
  .gcc-row::-webkit-scrollbar{height:6px}
  .gcc-row::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}

  /* ---------- product card ---------- */
  .card{scroll-snap-align:start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s,transform .3s}
  .card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
  .card .pimg{position:relative;aspect-ratio:4/5;background:#fff;overflow:hidden}
  .card .pimg img{width:100%;height:100%;object-fit:cover}
  .card .disc{position:absolute;top:10px;left:10px;background:var(--coral);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;letter-spacing:.02em}
  .card .wish{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--plum)}
  .card .wish svg{width:16px;height:16px}
  .card .pbody{padding:13px 13px 15px;display:flex;flex-direction:column;gap:7px;flex:1}
  .card .fabric{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
  .card .pname{font-size:13.5px;font-weight:600;color:var(--ink);line-height:1.35;min-height:2.7em}
  .card .price{display:flex;align-items:baseline;gap:8px;margin-top:auto}
  .card .price .now{font-size:16px;font-weight:800;color:var(--plum)}
  .card .price .mrp{font-size:12.5px;color:var(--muted);text-decoration:line-through}
  .card .add{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:10px;border-radius:999px;border:1.5px solid var(--plum);background:#fff;color:var(--plum);font-weight:700;font-size:12.5px;letter-spacing:.04em;cursor:pointer;transition:background .2s,color .2s}
  .card .add:hover{background:var(--plum);color:#fff}
  .card .add svg{width:15px;height:15px}
  .card.soon .pimg img{filter:saturate(.9)}

  /* ---------- promo banner ---------- */
  .promo{padding:20px 0}
  .promo a{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
  .promo img{width:100%;height:auto}
  .promo .m{display:block}
  .promo .d{display:none}

  /* ---------- footer ---------- */
  footer.site{background:var(--plum-dark);color:rgba(251,246,244,.82);margin-top:20px}
  .foot{display:grid;grid-template-columns:1fr;gap:30px;padding:44px 18px 26px}
  .foot h4{font-family:var(--serif);color:#fff;font-size:16px;margin-bottom:14px;font-weight:600}
  .foot .brand p{font-size:13.5px;line-height:1.7;margin-top:14px;max-width:38ch}
  .foot .brand .lg{background:#fff;border-radius:12px;padding:10px 12px;display:inline-block}
  .foot .brand .lg img{height:40px}
  .foot ul{list-style:none;display:flex;flex-direction:column;gap:10px}
  .foot ul a{font-size:13.5px;color:rgba(251,246,244,.82)}
  .foot ul a:hover{color:var(--gold-lt)}
  .foot .contact li{font-size:13.5px;line-height:1.55;margin-bottom:10px;display:flex;gap:9px;align-items:flex-start}
  .foot .contact svg{width:16px;height:16px;color:var(--gold);flex:0 0 auto;margin-top:2px}
  .foot .contact a{color:rgba(251,246,244,.9)}
  .foot .gstin{font-size:11.5px;color:rgba(251,246,244,.5);margin-top:6px}
  .foot .socials{display:flex;gap:10px;margin-top:16px}
  .foot .socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;color:#fff}
  .foot .socials a:hover{background:var(--plum);border-color:var(--plum)}
  .foot .socials svg{width:17px;height:17px}
  .wa-float{position:fixed;right:16px;bottom:16px;z-index:60;width:54px;height:54px;border-radius:50%;background:var(--wa);display:none;place-items:center;box-shadow:0 8px 22px rgba(37,211,102,.4)}
  @media (min-width:768px){ .wa-float{display:grid} }
  .wa-float svg{width:30px;height:30px;color:#fff}
  .pay{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
  .pay .modes{display:flex;gap:8px;flex-wrap:wrap}
  .pay .modes span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:6px;font-size:11px;padding:5px 10px;color:rgba(251,246,244,.85);font-weight:600;letter-spacing:.03em}
  .copy{text-align:center;font-size:12px;color:rgba(251,246,244,.55);padding:16px 0 22px;border-top:1px solid rgba(255,255,255,.1)}

  /* ---------- responsive ---------- */
  @media(min-width:600px){
    .cats{grid-template-columns:repeat(4,1fr)}
    .gcc-row{grid-auto-columns:46%}
  }
  @media(min-width:768px){
    .hdr .burger{display:none}
    nav.main{display:flex}
    .hdr .search{display:flex}
    .hdr .ic.search-m{display:none}
    .sec-head h2{font-size:36px}
    .gcc{flex-direction:row;align-items:stretch;gap:22px}
    .gcc-banner{flex:0 0 300px;height:auto}
    .gcc-row{flex:1;min-width:0;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(2,1fr);overflow:visible}
    .promo .m{display:none}.promo .d{display:block}
    .foot{grid-template-columns:1.7fr 1fr 1fr 1.5fr;gap:34px}
    .cats{grid-template-columns:repeat(8,1fr)}
  }
  @media(min-width:1024px){
    .sec-head h2{font-size:40px}
  }