@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:wght@400;500;600;700&display=swap");

/* BEGIN shoopy-gen:base */
.sx {
  --sx-brand: var(--secondary-main, #502a25);
  --sx-brand-dark: #3a1d19;
  --sx-gold: #e9a13b;
  --sx-gold-ink: #a8520e;
  --sx-cream: #fbf6ef;
  --sx-cream-2: #f4eadb;
  --sx-ink: #2b2118;
  --sx-muted: #7a6e60;
  --sx-line: #e7dbcb;
  --sx-wa: #25d366;
  --sx-head: "Marcellus", Georgia, "Times New Roman", serif;
  --sx-radius: 16px;
  --sx-gap: 16px;
  box-sizing: border-box;
  width: 100%;
  color: var(--sx-ink);
  font-family: inherit;
}
.sx *, .sx *::before, .sx *::after { box-sizing: border-box; }
.sx .sx-wrap { max-width: 1240px; margin: 0 auto; padding: 0 16px; }
.sx .sx-kicker {
  display: block; margin: 0 0 8px; color: var(--sx-gold-ink);
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.sx .sx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 24px; border-radius: 999px; border: 0;
  font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer;
  background: var(--sx-brand); color: #fff; transition: background .15s;
}
.sx .sx-btn:hover { background: var(--sx-brand-dark); }
.sx .sx-btn svg { width: 20px; height: 20px; flex: none; }
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp { background: #fff; border-block: 1px solid var(--sx-line); }
.sx-usp .sx-usp__list {
  list-style: none; margin: 0 auto; padding: 14px 16px; max-width: 1240px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
}
.sx-usp .sx-usp__item { display: flex; align-items: center; gap: 10px; min-width: 0; }
.sx-usp .sx-usp__icon {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; background: var(--sx-cream-2); color: var(--sx-brand);
}
.sx-usp .sx-usp__icon svg { width: 20px; height: 20px; }
.sx-usp .sx-usp__title { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.25; }
.sx-usp .sx-usp__sub { margin: 2px 0 0; font-size: 11.5px; color: var(--sx-muted); line-height: 1.3; }
@media (min-width: 1024px) {
  .sx-usp .sx-usp__list { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 18px 16px; }
  .sx-usp .sx-usp__item + .sx-usp__item { border-left: 1px solid var(--sx-line); padding-left: 20px; }
  .sx-usp .sx-usp__title { font-size: 14.5px; }
  .sx-usp .sx-usp__sub { font-size: 12.5px; }
}
/* END shoopy-gen:usp-1 */

/* BEGIN shoopy-gen:story-1 */
.sx-story { margin: 40px 0 8px; padding: 40px 0; background: var(--sx-brand); color: #f6ecd3; }
.sx-story .sx-story__grid { display: grid; gap: 24px; align-items: center; }
.sx-story .sx-kicker { color: #f3c46b; }
.sx-story .sx-story__title {
  margin: 0 0 12px; font-family: var(--sx-head); font-weight: 400;
  font-size: 28px; line-height: 1.2; color: #fff;
}
.sx-story .sx-story__text { margin: 0; font-size: 15px; line-height: 1.65; color: #ead9c4; max-width: 520px; }
.sx-story .sx-story__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.sx-story .sx-story__item {
  display: flex; gap: 14px; align-items: flex-start; padding: 16px;
  border: 1px solid rgba(243, 196, 107, .35); border-radius: var(--sx-radius);
  background: rgba(255, 255, 255, .04);
}
.sx-story .sx-story__num {
  flex: none; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: #f3c46b; color: var(--sx-brand-dark); font-family: var(--sx-head); font-size: 17px;
}
.sx-story .sx-story__item b { display: block; margin-bottom: 2px; color: #fff; font-size: 15px; font-weight: 600; }
.sx-story .sx-story__item div span { font-size: 13.5px; line-height: 1.5; color: #e2cfb8; }
@media (min-width: 768px) {
  .sx-story { padding: 56px 0; }
  .sx-story .sx-story__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .sx-story .sx-story__title { font-size: 38px; }
}
/* END shoopy-gen:story-1 */

/* BEGIN shoopy-gen:order-1 */
.sx-order { padding: 36px 0 44px; }
.sx-order .sx-order__grid { display: grid; gap: var(--sx-gap); }
.sx-order .sx-order__card {
  border-radius: var(--sx-radius); padding: 24px 20px; background: #fff; border: 1px solid var(--sx-line);
}
.sx-order .sx-order__card--gift { background: var(--sx-cream-2); border-color: var(--sx-cream-2); }
.sx-order .sx-order__title {
  margin: 0 0 8px; font-family: var(--sx-head); font-weight: 400; font-size: 26px; line-height: 1.2; color: var(--sx-brand);
}
.sx-order .sx-order__text { margin: 0 0 18px; font-size: 15px; line-height: 1.6; color: #4d4035; max-width: 480px; }
.sx-order .sx-order__wa { background: var(--sx-wa); color: #0b2e18; }
.sx-order .sx-order__wa:hover { background: #3ee07b; }
.sx-order .sx-order__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.sx-order .sx-order__row { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; }
.sx-order .sx-order__row b { display: block; font-size: 15px; font-weight: 600; }
.sx-order .sx-order__row span, .sx-order .sx-order__row a { color: var(--sx-muted); text-decoration: none; }
.sx-order .sx-order__dot {
  flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--sx-cream-2); color: var(--sx-brand);
}
.sx-order .sx-order__dot svg { width: 17px; height: 17px; }
@media (min-width: 768px) {
  .sx-order .sx-order__grid { grid-template-columns: 1.15fr 1fr; }
  .sx-order .sx-order__card { padding: 32px; }
  .sx-order .sx-order__title { font-size: 32px; }
}
/* END shoopy-gen:order-1 */

/* Preview-only styling that mimics the cauvery theme chrome + native sections.
     Published custom CSS lives in theme.css (Tier-B blocks only). */
  :root {
    --secondary-main: #502a25;
    --brand-dark: #3a1d19;
    --gold: #e9a13b;
    --gold-ink: #a8520e;
    --deal: #f3c46b;
    --cream: #fbf6ef;
    --cream-2: #f4eadb;
    --ink: #2b2118;
    --muted: #7a6e60;
    --line: #e7dbcb;
    --head: "Marcellus", Georgia, "Times New Roman", serif;
    --r: 16px;
  }
  * { box-sizing: border-box; }
  body { margin: 0; font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; cursor: pointer; }
  .wrap { max-width: 1240px; margin: 0 auto; padding: 0 16px; }
  .ico { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

  /* ---- notice (Tier C) ---- */
  .notice { background: var(--brand-dark); color: #f6ecd3; font-size: 12.5px; font-weight: 500; }
  .notice .wrap { display: flex; justify-content: center; align-items: center; gap: 14px; min-height: 36px; white-space: nowrap; overflow: hidden; }
  .notice b { color: var(--deal); font-weight: 600; }
  .notice .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--deal); flex: none; }
  @media (max-width: 767px) { .notice .hide-sm { display: none; } }

  /* ---- header (Tier C) ---- */
  .hdr { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
  .hdr-main { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "logo . actions" "search search search"; align-items: center; gap: 10px 12px; padding-block: 10px; }
  .logo { grid-area: logo; display: flex; align-items: center; gap: 10px; }
  .logo img { width: 50px; height: 50px; }
  .logo-name { font-family: var(--head); font-size: 20px; line-height: 1; color: var(--secondary-main); letter-spacing: .02em; }
  .logo-name small { display: block; margin-top: 4px; font-family: "Poppins", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .2em; color: var(--gold-ink); }
  .search { grid-area: search; display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--muted); }
  .search input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font: inherit; font-size: 14.5px; color: var(--ink); }
  .actions { grid-area: actions; display: flex; gap: 2px; }
  .act { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 999px; color: var(--ink); }
  .act:hover { background: var(--cream-2); }
  .act .lbl { display: none; }
  .act.wa { color: #1c8c4a; }
  .badge { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: var(--secondary-main); color: #fff; font-size: 10.5px; font-weight: 600; display: grid; place-items: center; border: 2px solid #fff; }
  .nav { border-top: 1px solid var(--line); }
  .nav ul { list-style: none; margin: 0 auto; padding: 0 16px; max-width: 1240px; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
  .nav ul::-webkit-scrollbar { display: none; }
  .nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 10px; font-size: 13.5px; font-weight: 500; white-space: nowrap; color: #4a3b30; }
  .nav a:hover, .nav a.on { color: var(--secondary-main); }
  .nav a.on { box-shadow: inset 0 -2px 0 var(--gold); font-weight: 600; }
  @media (max-width: 479px) {
    .logo img { width: 44px; height: 44px; }
    .logo-name { font-size: 18px; white-space: nowrap; }
    .logo-name small { font-size: 9px; letter-spacing: .14em; }
  }
  @media (min-width: 1024px) {
    .hdr-main { grid-template-columns: auto 1fr auto; grid-template-areas: "logo search actions"; gap: 32px; padding-block: 12px; }
    .search { max-width: 560px; width: 100%; justify-self: center; }
    .logo img { width: 60px; height: 60px; }
    .logo-name { font-size: 24px; }
    .act { width: auto; height: 50px; padding: 0 12px; gap: 1px; }
    .act .lbl { display: block; font-size: 11px; font-weight: 500; }
    .nav ul { justify-content: center; }
  }

  /* ---- hero (StoreBanner, Tier A) ---- */
  .hero { padding: 14px 0 18px; }
  .hero-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 20px; }
  .hero-track::-webkit-scrollbar { display: none; }
  .slide { position: relative; flex: 0 0 100%; scroll-snap-align: start; overflow: hidden; color: #fff; background: var(--secondary-main); }
  .slide img { width: 100%; aspect-ratio: 3 / 4; max-height: 600px; object-fit: cover; object-position: center bottom; }
  .slide-copy { position: absolute; left: 0; right: 0; top: 0; z-index: 1; padding: 24px 20px; }
  .eyebrow { display: inline-block; margin-bottom: 10px; padding: 5px 12px; border-radius: 99px; border: 1px solid rgba(243,196,107,.55); color: var(--deal); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .slide-title { margin: 0 0 16px; font-family: var(--head); font-weight: 400; font-size: 29px; line-height: 1.15; }
  .slide p { display: none; margin: 0 0 22px; font-size: 15px; line-height: 1.6; color: #ead9c4; max-width: 440px; }
  .btn { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; min-height: 46px; padding: 0 24px; border-radius: 999px; font-weight: 600; font-size: 15px; background: var(--gold); color: #2b1608; }
  .btn .ico { width: 18px; height: 18px; }
  .dots { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }
  .dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px; background: #d9c9b4; transition: width .2s; }
  .dots button[aria-current="true"] { width: 26px; background: var(--secondary-main); }
  @media (min-width: 768px) {
    .slide img { aspect-ratio: 5 / 2; max-height: none; }
    .slide-copy { bottom: 0; right: auto; width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px 36px; }
    .slide-title { font-size: 30px; }
    .slide p { display: block; font-size: 14px; }
  }
  @media (min-width: 1024px) { .slide-copy { padding: 40px 64px; } .slide-title { font-size: 48px; } .slide p { font-size: 16px; } }

  /* ---- section headings ---- */
  .sec { padding: 32px 0 8px; }
  .sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
  .sec-kicker { display: block; margin-bottom: 4px; color: var(--gold-ink); font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .sec-title { margin: 0; font-family: var(--head); font-weight: 400; font-size: 25px; line-height: 1.15; color: var(--secondary-main); }
  .see-all { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; color: var(--secondary-main); font-weight: 600; font-size: 14px; white-space: nowrap; }
  .see-all .ico { width: 16px; height: 16px; }
  @media (min-width: 1024px) { .sec { padding-top: 48px; } .sec-title { font-size: 34px; } }

  /* ---- categories (ProductCategoriesV2, rounded, Tier A) ---- */
  .cats { list-style: none; margin: 0; padding: 4px 0 6px; display: grid; grid-auto-flow: column; grid-auto-columns: 84px; gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .cats::-webkit-scrollbar { display: none; }
  .cat a { display: block; text-align: center; scroll-snap-align: start; }
  .cat .thumb { display: block; aspect-ratio: 1; border-radius: 50%; padding: 3px; background: linear-gradient(135deg, var(--secondary-main), var(--gold)); transition: transform .15s; }
  .cat img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 3px solid #fff; background: #fff; }
  .cat span { display: block; margin-top: 8px; font-size: 12px; font-weight: 500; line-height: 1.25; color: #4a3b30; }
  .cat a:hover .thumb { transform: translateY(-3px); }
  @media (min-width: 768px) { .cats { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px 18px; overflow: visible; } .cat .thumb { max-width: 128px; margin: 0 auto; } .cat span { font-size: 13.5px; } }
  @media (min-width: 1200px) { .cats { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; } .cat span { font-size: 13px; } }

  /* ---- product cards (cauvery TWO_CARD) ---- */
  .row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
  .row::-webkit-scrollbar { display: none; }
  .row > .pc { flex: 0 0 calc((100% - 24px) / 2.2); scroll-snap-align: start; }
  .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .grid > .pc:nth-child(n+7) { display: none; }
  @media (min-width: 640px) { .row > .pc { flex-basis: calc((100% - 36px) / 3.3); } .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid > .pc:nth-child(n+7) { display: flex; } .grid > .pc:nth-child(n+10) { display: none; } }
  @media (min-width: 1024px) { .row { gap: 18px; } .row > .pc { flex-basis: calc((100% - 72px) / 5); } .grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; } .grid > .pc:nth-child(n+10) { display: flex; } }
  .pc { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: box-shadow .15s; }
  .pc:hover { box-shadow: 0 10px 24px rgba(80,42,37,.10); }
  .pc-img { position: relative; background: var(--cream-2); overflow: hidden; }
  .pc-img img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .3s; }
  .pc:hover .pc-img img { transform: scale(1.04); }
  .pc-off { position: absolute; top: 10px; left: 10px; z-index: 1; padding: 3px 9px; border-radius: 99px; background: var(--deal); color: #3a1e12; font-size: 11px; font-weight: 700; }
  .pc-body { display: flex; flex-direction: column; flex: 1; padding: 12px 12px 14px; }
  .pc-wt { font-size: 11.5px; font-weight: 500; color: var(--muted); }
  .pc-title { margin: 2px 0 8px; font-size: 14px; line-height: 1.35; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; }
  .pc-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 2px 8px; margin: auto 0 10px; }
  .pc-price b { font-size: 16px; font-weight: 700; color: var(--secondary-main); }
  .pc-price s { font-size: 12.5px; color: var(--muted); }
  .pc-add { width: 100%; min-height: 40px; border-radius: 999px; border: 1.5px solid var(--secondary-main); background: #fff; color: var(--secondary-main); font-weight: 600; font-size: 13.5px; transition: background .15s, color .15s; }
  .pc-add:hover { background: var(--secondary-main); color: #fff; }
  @media (min-width: 1024px) { .pc-title { font-size: 15px; } .pc-price b { font-size: 17.5px; } }

  /* ---- promo banners (BannerCollection x2, Tier A) ---- */
  .promos { display: grid; gap: 14px; }
  @media (min-width: 768px) { .promos { grid-template-columns: 1fr 1fr; gap: 18px; } }
  .promo { position: relative; display: block; border-radius: 20px; overflow: hidden; color: #fff; }
  .promo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
  .promo-copy { position: absolute; inset: 0 0 auto 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 22px 20px; }
  .promo-copy .eyebrow { margin-bottom: 8px; }
  .promo-title { margin: 0 0 14px; font-family: var(--head); font-weight: 400; font-size: 25px; line-height: 1.15; }
  .promo .btn { min-height: 42px; padding: 0 20px; font-size: 14px; }
  .promo--light { color: var(--ink); }
  .promo--light .promo-title { color: var(--secondary-main); }
  .promo--light .eyebrow { border-color: rgba(168,82,14,.4); color: var(--gold-ink); }
  .promo--light .btn { background: var(--secondary-main); color: #fff; }
  @media (min-width: 768px) {
    .promo img { aspect-ratio: 2 / 1; }
    .promo-copy { inset: 0 auto 0 0; width: 54%; justify-content: center; padding: 20px 24px; }
    .promo-title { font-size: 23px; }
  }
  @media (min-width: 1024px) { .promo-title { font-size: 30px; } .promo-copy { padding: 28px 36px; } }

  /* ---- footer (Tier C) ---- */
  .ftr { background: #2e1714; color: #e2cfb8; font-size: 14px; }
  .ftr-grid { display: grid; gap: 28px; padding-block: 40px 26px; }
  .ftr h2 { margin: 0 0 12px; font-family: var(--head); font-weight: 400; color: #fff; font-size: 18px; }
  .ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
  .ftr a:hover { color: #fff; text-decoration: underline; }
  .ftr-brand { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
  .ftr-brand img { width: 64px; height: 64px; }
  .ftr-brand b { font-family: var(--head); font-weight: 400; color: #fff; font-size: 21px; }
  .ftr p { margin: 0 0 8px; line-height: 1.6; }
  .ftr .contact li { display: flex; gap: 10px; align-items: flex-start; }
  .ftr .contact .ico { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--deal); }
  .ftr-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 14px; font-size: 12.5px; color: #b9a592; display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: space-between; }
  @media (min-width: 768px) { .ftr-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
  @media (min-width: 1024px) { .ftr-grid { grid-template-columns: 1.5fr 1fr 1fr 1.4fr; } }
  @media (min-width: 768px) and (max-width: 1023px) { .ftr-grid > :last-child { grid-column: 1 / -1; } }