@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=Jost:wght@300;400;500;600&display=swap');

/* Narsa Live â€” generated custom CSS for Tier-B (HtmlRenderer) sections.
   Uploaded to the store's dedicated generated-CSS file (site_settings.sx_css_location).
   It cascades GLOBALLY, so every selector is namespaced under `.sx` / `.sx-*`.
   Brand colour comes from the theme var --secondary-main; only new tokens are defined,
   all prefixed --sx-. No bare element selectors, no body/html/:root/*, no @import. */

/* BEGIN shoopy-gen:base */
.sx {
  --sx-brand: var(--secondary-main, #6e1a32);
  --sx-gold: #b08d57;
  --sx-gold-pale: #e2ce92;
  --sx-deal: #a8480f;
  --sx-ink: #1c1512;
  --sx-muted: #6b5f58;
  --sx-bg: #fbf7f1;
  --sx-surface: #ffffff;
  --sx-line: rgba(28, 21, 18, 0.12);
  --sx-hairline: rgba(176, 141, 87, 0.42);
  --sx-radius: 2px;
  --sx-gap: clamp(14px, 2vw, 24px);
  --sx-pad: clamp(20px, 5vw, 64px);
  --sx-section-y: clamp(44px, 6.5vw, 92px);
  --sx-display: "Cormorant Garamond", "Baskerville", Georgia, serif;
  --sx-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  width: 100%;
  box-sizing: border-box;
  font-family: var(--sx-body);
  color: var(--sx-ink);
}
.sx *,
.sx *::before,
.sx *::after { box-sizing: border-box; }

.sx-inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: var(--sx-pad);
}

.sx-eyebrow {
  margin: 0 0 10px;
  font-family: var(--sx-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sx-brand);
}
.sx-heading {
  margin: 0;
  font-family: var(--sx-display);
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--sx-ink);
}
.sx-sub {
  margin: 10px auto 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--sx-muted);
}
.sx-head-center { text-align: center; }
.sx-rule {
  width: 56px;
  height: 1px;
  margin: 18px auto 0;
  background: var(--sx-gold);
}

.sx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid var(--sx-brand);
  border-radius: var(--sx-radius);
  background: var(--sx-brand);
  color: #fff;
  font-family: var(--sx-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.sx-btn:hover { background: #551426; border-color: #551426; }
.sx-btn--ghost {
  background: transparent;
  color: var(--sx-brand);
}
.sx-btn--ghost:hover { background: var(--sx-brand); color: #fff; }

.sx-badge {
  display: inline-block;
  padding: 4px 9px;
  border-radius: var(--sx-radius);
  background: var(--sx-deal);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sx-note {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid var(--sx-hairline);
  border-radius: var(--sx-radius);
  background: rgba(251, 247, 241, 0.92);
  color: var(--sx-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
/* END shoopy-gen:base */


/* BEGIN shoopy-gen:usp-1 */
.sx-usp {
  padding-block: clamp(24px, 3vw, 34px);
  background: var(--sx-brand);
  color: #fff;
}
.sx-usp__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px var(--sx-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
.sx-usp__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.sx-usp__icon {
  flex: none;
  width: 30px;
  height: 30px;
  color: var(--sx-gold-pale);
}
.sx-usp__title {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.sx-usp__sub {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}
@media (min-width: 900px) {
  .sx-usp__list { grid-template-columns: repeat(4, 1fr); }
  .sx-usp__item + .sx-usp__item { border-left: 1px solid rgba(226, 206, 146, 0.28); padding-left: var(--sx-gap); }
}
/* END shoopy-gen:usp-1 */


/* BEGIN shoopy-gen:occasions-1 */
.sx-occasions { padding-top: 12px; padding-bottom: 44px; background: var(--sx-bg); }
.sx-occasions__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 64%;
  gap: var(--sx-gap);
  margin-top: 30px;
  padding-bottom: 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sx-occasions__track::-webkit-scrollbar { display: none; }
.sx-occasions__card {
  position: relative;
  display: block;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: var(--sx-radius);
  text-decoration: none;
  aspect-ratio: 4 / 5;
}
.sx-occasions__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.sx-occasions__card:hover .sx-occasions__img { transform: scale(1.045); }
.sx-occasions__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 8, 10, 0.78) 0%, rgba(15, 8, 10, 0.22) 42%, rgba(15, 8, 10, 0) 68%);
}
.sx-occasions__label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px 20px;
  text-align: center;
}
.sx-occasions__name {
  margin: 0;
  font-family: var(--sx-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  color: #fff;
}
.sx-occasions__cta {
  display: inline-block;
  margin-top: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--sx-gold-pale);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sx-gold-pale);
}
@media (min-width: 700px) { .sx-occasions__track { grid-auto-columns: 32%; } }
@media (min-width: 1024px) {
  .sx-occasions__track {
    grid-auto-flow: row;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
  }
}
/* END shoopy-gen:occasions-1 */


/* BEGIN shoopy-gen:journal-1 */
.sx-journal { padding-block: 64px; background: var(--sx-surface); }
.sx-journal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 36px);
  margin-top: 34px;
}
.sx-journal__card { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.sx-journal__excerpt { flex: 1 1 auto; }
.sx-journal__more { align-self: flex-start; }
.sx-journal__media { overflow: hidden; border-radius: var(--sx-radius); aspect-ratio: 8 / 5; }
.sx-journal__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.sx-journal__card:hover .sx-journal__img { transform: scale(1.04); }
.sx-journal__meta {
  margin: 16px 0 8px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sx-gold);
}
.sx-journal__title {
  margin: 0;
  font-family: var(--sx-display);
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 600;
  line-height: 1.3;
}
.sx-journal__excerpt { margin: 8px 0 0; font-size: 14px; line-height: 1.65; color: var(--sx-muted); }
.sx-journal__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sx-brand);
  border-bottom: 1px solid var(--sx-hairline);
  padding-bottom: 2px;
}
@media (min-width: 768px) { .sx-journal__grid { grid-template-columns: repeat(3, 1fr); } }
/* END shoopy-gen:journal-1 */


/* BEGIN shoopy-gen:testimonials-1 */
.sx-testimonials { padding-block: var(--sx-section-y); background: var(--sx-bg); }
.sx-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sx-gap);
  margin-top: 34px;
}
.sx-testimonials__card {
  position: relative;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--sx-hairline);
  border-radius: var(--sx-radius);
  background: var(--sx-surface);
}
.sx-testimonials__stars { color: var(--sx-gold); font-size: 13px; letter-spacing: 0.22em; }
.sx-testimonials__quote {
  margin: 14px 0 0;
  font-family: var(--sx-display);
  font-size: clamp(17px, 1.5vw, 20px);
  font-style: italic;
  line-height: 1.55;
  color: var(--sx-ink);
}
.sx-testimonials__by {
  margin: 18px 0 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sx-muted);
}
@media (min-width: 860px) { .sx-testimonials__grid { grid-template-columns: repeat(3, 1fr); } }
/* END shoopy-gen:testimonials-1 */


/* BEGIN shoopy-gen:faq-1 */
.sx-faq { padding-block: var(--sx-section-y); background: var(--sx-surface); }
.sx-faq__list { max-width: 860px; margin: 34px auto 0; }
.sx-faq__item { border-bottom: 1px solid var(--sx-line); }
.sx-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--sx-display);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 600;
  color: var(--sx-ink);
}
.sx-faq__q::-webkit-details-marker { display: none; }
.sx-faq__sign {
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
  color: var(--sx-brand);
}
.sx-faq__sign::before,
.sx-faq__sign::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.sx-faq__sign::before { width: 14px; height: 1px; }
.sx-faq__sign::after { width: 1px; height: 14px; }
.sx-faq__item[open] .sx-faq__sign::after { opacity: 0; }
.sx-faq__a {
  margin: 0;
  padding: 0 0 22px;
  max-width: 68ch;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--sx-muted);
}
.sx-faq__foot { margin-top: 30px; text-align: center; }
/* END shoopy-gen:faq-1 */


/* Extracted from index.html */

/* ---------------------------------------------------------------------------
   Preview-only chrome + Tier-A section styling.
   In a real store this is supplied by the `monarque` theme; it is reproduced
   here so the preview renders standalone. Only the .sx-* rules in theme.css
   ship to the store.
   --------------------------------------------------------------------------- */
:root {
  --secondary-main: #6E1A32;   /* Shoopy brand token â€” single point of re-skin */
  --brand: var(--secondary-main);
  --brand-dark: #551426;
  --gold: #B08D57;
  --gold-pale: #E2CE92;
  --deal: #A8480F;
  --success: #128C7E;
  --ink: #1C1512;
  --muted: #6B5F58;
  --bg: #FBF7F1;
  --surface: #FFFFFF;
  --line: rgba(28,21,18,.12);
  --hairline: rgba(176,141,87,.42);
  --radius: 2px;
  --pad: clamp(20px, 5vw, 64px);
  --section-y: clamp(44px, 6.5vw, 92px);
  --display: "Cormorant Garamond", Baskerville, Georgia, serif;
  --body: "Jost", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.inner { width: 100%; max-width: 1360px; margin: 0 auto; padding-inline: var(--pad); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--brand); color: #fff; padding: 12px 18px;
}
.skip:focus { left: 8px; top: 8px; }

.eyebrow {
  margin: 0 0 10px; font-size: 11px; font-weight: 500; letter-spacing: .24em;
  text-transform: uppercase; color: var(--brand);
}
.heading {
  margin: 0; font-family: var(--display); font-weight: 600;
  font-size: clamp(26px, 3.4vw, 42px); line-height: 1.12; color: var(--ink);
}
.sub { margin: 10px auto 0; max-width: 62ch; font-size: 15px; line-height: 1.7; color: var(--muted); }
.center { text-align: center; }
.rule { width: 56px; height: 1px; margin: 18px auto 0; background: var(--gold); }
.sec-head { margin-bottom: 34px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 26px;
  border: 1px solid var(--brand); border-radius: var(--radius);
  background: var(--brand); color: #fff;
  font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn--ghost { background: transparent; color: var(--brand); }
.btn--ghost:hover { background: var(--brand); color: #fff; }
.btn--onDark { background: transparent; border-color: var(--gold-pale); color: #fff; }
.btn--onDark:hover { background: var(--gold-pale); color: #2A0E17; border-color: var(--gold-pale); }

/* ---------------------------------------------------------------- notice --- */
.notice {
  background: #2A0E17; color: #F3E9DC;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase; text-align: center;
}
.notice__inner { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 40px; padding-inline: 16px; }
.notice__dot { color: var(--gold-pale); }
.notice__aside { display: none; }
@media (min-width: 860px) { .notice__aside { display: inline; } }

/* ---------------------------------------------------------------- header --- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,247,241,.92);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__bar {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px;
  min-height: 70px;
}
.header__logo img { width: clamp(132px, 16vw, 176px); height: auto; }
.header__logo { justify-self: center; text-decoration: none; }
.header__left, .header__right { display: flex; align-items: center; gap: 6px; }
.header__right { justify-content: flex-end; }
.iconbtn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 0; background: none; color: var(--ink); cursor: pointer;
  text-decoration: none;
}
.iconbtn svg { width: 21px; height: 21px; }
.cart { position: relative; }
.cart__count {
  position: absolute; top: 6px; right: 4px;
  min-width: 17px; height: 17px; padding: 0 4px;
  display: grid; place-items: center;
  border-radius: 999px; background: var(--brand); color: #fff;
  font-size: 10px; font-weight: 500; line-height: 1;
}
.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: clamp(14px, 1.9vw, 30px); margin: 0; padding: 0; list-style: none; }
.nav__link {
  position: relative; display: inline-block; padding: 6px 0;
  font-size: 12px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; color: var(--ink);
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px;
  background: var(--gold); transition: right .3s ease;
}
.nav__link:hover::after { right: 0; }
.header__search {
  display: none; align-items: center; gap: 9px;
  height: 40px; padding: 0 14px; min-width: 190px;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  color: var(--muted); font-size: 13px; text-decoration: none;
}
.header__search svg { width: 17px; height: 17px; flex: none; }
@media (min-width: 1024px) {
  .header__bar { grid-template-columns: 1fr auto 1fr; min-height: 84px; }
  .nav { display: block; }
  .burger { display: none; }
  .header__search { display: inline-flex; }
  .header__search--mob { display: none; }
}

/* ------------------------------------------------------------------ hero --- */
.hero { position: relative; background: #2A0E17; }
.hero__slides { position: relative; }
.hero__slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease;
  pointer-events: none;
}
.hero__slide[data-active] { opacity: 1; position: relative; pointer-events: auto; }
.hero__media { position: relative; }
.hero__img { width: 100%; height: auto; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,7,12,.80) 0%, rgba(20,7,12,.42) 46%, rgba(20,7,12,.12) 100%);
}
.hero__body {
  position: absolute; inset: auto 0 0 0; padding: 0 var(--pad) clamp(34px, 6vw, 76px);
  text-align: center;
}
.hero__eyebrow {
  margin: 0 0 14px; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-pale);
}
.hero__title {
  margin: 0; font-family: var(--display); font-weight: 600;
  font-size: clamp(30px, 5.4vw, 66px); line-height: 1.06; color: #fff;
}
.hero__title em { font-style: italic; color: var(--gold-pale); }
.hero__copy { margin: 14px auto 0; max-width: 46ch; font-size: clamp(13px, 1.2vw, 15px); line-height: 1.65; color: rgba(255,255,255,.78); }
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
.hero__dots { display: flex; justify-content: center; gap: 10px; padding: 16px 0; background: #2A0E17; }
.hero__dot {
  width: 26px; height: 2px; border: 0; padding: 0; cursor: pointer;
  background: rgba(226,206,146,.34);
}
.hero__dot[aria-current="true"] { background: var(--gold-pale); }
@media (min-width: 768px) {
  .hero__scrim { background: linear-gradient(to right, rgba(20,7,12,.86) 0%, rgba(20,7,12,.58) 44%, rgba(20,7,12,0) 78%); }
  .hero__body { inset: 0 auto 0 0; display: flex; flex-direction: column; justify-content: center; text-align: left; max-width: 640px; padding: 0 0 0 clamp(40px, 6vw, 96px); }
  .hero__copy { margin-inline: 0; }
  .hero__cta { justify-content: flex-start; }
  .hero__dots { position: absolute; left: clamp(40px, 6vw, 96px); bottom: 34px; padding: 0; background: none; justify-content: flex-start; }
}

/* ------------------------------------------------------------ categories --- */
.cats { padding-block: var(--section-y); background: var(--bg); }
.cats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(12px, 1.8vw, 26px); }
.cats__tile { position: relative; display: block; overflow: hidden; border-radius: var(--radius); text-decoration: none; aspect-ratio: 1 / 1; }
.cats__tile:first-child { grid-column: span 2; aspect-ratio: 16 / 11; }
.cats__img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.cats__tile:hover .cats__img { transform: scale(1.05); }
.cats__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,8,10,.72), rgba(15,8,10,0) 62%); }
.cats__label { position: absolute; inset: auto 0 0 0; padding: 20px; text-align: center; }
.cats__num { display: block; font-size: 10px; letter-spacing: .28em; color: var(--gold-pale); margin-bottom: 6px; }
.cats__name { margin: 0; font-family: var(--display); font-size: clamp(20px, 2.2vw, 30px); font-weight: 600; color: #fff; }
.cats__meta { margin: 4px 0 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); }
@media (min-width: 768px) {
  .cats__grid { grid-template-columns: repeat(3, 1fr); }
  .cats__tile, .cats__tile:first-child { aspect-ratio: 4 / 5; grid-column: auto; }
}

/* ----------------------------------------------------------- product row --- */
.prods { padding-block: var(--section-y); }
.prods--alt { background: var(--surface); }
.prods__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 30px; }
.prods__viewall { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; color: var(--brand); border-bottom: 1px solid var(--hairline); padding-bottom: 3px; white-space: nowrap; }
.prods__row {
  display: grid; grid-auto-flow: column; grid-auto-columns: 58%;
  gap: clamp(12px, 1.6vw, 24px);
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px;
}
.prods__row::-webkit-scrollbar { display: none; }
.prods__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.4vw, 36px) clamp(12px, 1.6vw, 24px); }
@media (min-width: 700px) { .prods__row { grid-auto-columns: 30%; } .prods__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) {
  /* is_horizontal:true stays a swiper â€” 5 cards in view, the 6th peeks to signal scroll */
  .prods__row { grid-auto-columns: 19%; }
  /* is_horizontal:false â†’ 4-up grid, 8 products = two clean rows */
  .prods__grid { grid-template-columns: repeat(4, 1fr); }
}

.card { scroll-snap-align: start; text-decoration: none; color: inherit; display: block; min-width: 0; }
.card__media { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface); aspect-ratio: 4 / 5; }
.card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.card:hover .card__img { transform: scale(1.045); }
.card__badge { position: absolute; top: 10px; left: 10px; }
.badge {
  display: inline-block; padding: 4px 8px; border-radius: var(--radius);
  background: var(--deal); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .08em;
}
.card__pending {
  position: absolute; right: 10px; bottom: 10px;
  padding: 3px 8px; border: 1px solid var(--hairline); border-radius: var(--radius);
  background: rgba(251,247,241,.92); color: var(--muted);
  font-size: 9px; letter-spacing: .12em; text-transform: uppercase;
}
.card__cat { margin: 14px 0 0; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.card__name { margin: 6px 0 0; font-family: var(--display); font-size: clamp(16px, 1.3vw, 19px); font-weight: 600; line-height: 1.28; }
.card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.card__now { font-size: 14px; font-weight: 500; color: var(--ink); }
.card__was { font-size: 12px; color: var(--muted); text-decoration: line-through; }
.card__off { font-size: 11px; font-weight: 500; color: var(--deal); }

.prods__note { margin: 26px 0 0; text-align: center; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ----------------------------------------------------------------- promo --- */
.promo { position: relative; }
.promo__link { display: block; position: relative; text-decoration: none; }
.promo__img { width: 100%; height: auto; object-fit: cover; }
.promo__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,5,11,.76), rgba(20,5,11,.18) 62%); }
.promo__body { position: absolute; inset: auto 0 0 0; padding: 0 var(--pad) clamp(28px, 5vw, 64px); text-align: center; }
.promo__eyebrow { margin: 0 0 12px; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-pale); }
.promo__title { margin: 0; font-family: var(--display); font-weight: 600; font-size: clamp(26px, 3.8vw, 48px); line-height: 1.1; color: #fff; }
.promo__title em { font-style: italic; color: var(--gold-pale); }
.promo__copy { margin: 12px auto 0; max-width: 48ch; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.76); }
.promo__cta { margin-top: 22px; }
@media (min-width: 768px) {
  .promo__scrim { background: linear-gradient(to right, rgba(20,5,11,.82), rgba(20,5,11,.30) 56%, rgba(20,5,11,0) 82%); }
  .promo__body { inset: 0 auto 0 0; display: flex; flex-direction: column; justify-content: center; text-align: left; max-width: 620px; padding: 0 0 0 clamp(40px, 6vw, 96px); }
  .promo__copy { margin-inline: 0; }
}

/* ---------------------------------------------------------------- season --- */
.season { padding-block: var(--section-y); background: var(--bg); }
.season__grid { display: grid; grid-template-columns: 1fr; gap: clamp(16px, 2vw, 28px); }
.season__card { position: relative; display: block; overflow: hidden; border-radius: var(--radius); text-decoration: none; aspect-ratio: 1 / 1; }
.season__img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.season__card:hover .season__img { transform: scale(1.05); }
.season__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,8,10,.70), rgba(15,8,10,0) 66%); }
.season__body { position: absolute; inset: auto 0 0 0; padding: 24px; text-align: center; }
.season__name { margin: 0; font-family: var(--display); font-size: clamp(22px, 2vw, 28px); font-weight: 600; color: #fff; }
.season__cta { display: inline-block; margin-top: 8px; padding-bottom: 2px; border-bottom: 1px solid var(--gold-pale); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-pale); }
@media (min-width: 768px) { .season__grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------------------------------------------------------------- footer --- */
.footer { background: #1B1613; color: #CFC5BA; padding-block: clamp(44px, 5vw, 72px) 0; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
.footer__logo { width: 168px; margin-bottom: 16px; }
.footer__blurb { margin: 0; max-width: 40ch; font-size: 13.5px; line-height: 1.75; color: #9E958C; }
.footer__socials { display: flex; gap: 10px; margin-top: 20px; }
.footer__social {
  display: grid; place-items: center; width: 38px; height: 38px;
  border: 1px solid rgba(226,206,146,.28); border-radius: var(--radius); color: var(--gold-pale);
}
.footer__social svg { width: 17px; height: 17px; }
.footer__social:hover { background: rgba(226,206,146,.12); }
.footer__title { margin: 0 0 16px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-pale); }
.footer__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.footer__list a { font-size: 13.5px; color: #9E958C; text-decoration: none; }
.footer__list a:hover { color: #fff; }
.footer__contact { font-size: 13.5px; line-height: 1.8; color: #9E958C; font-style: normal; }
.footer__contact a { color: #9E958C; text-decoration: none; }
.footer__contact a:hover { color: #fff; }
.footer__wa { display: flex; width: fit-content; align-items: center; gap: 8px; margin-top: 16px; color: #2FBFA8 !important; }
.footer__wa svg { width: 17px; height: 17px; }
.footer__bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: clamp(36px, 4vw, 56px); padding-block: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px; color: #857C74;
}
.footer__pay { display: flex; gap: 8px; flex-wrap: wrap; }
.footer__pay span { padding: 4px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); font-size: 10px; letter-spacing: .1em; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 30px; } }

/* ============================================================
   Narsa "monarque" match — restyle native classic components
   (fonts, section headings, category cards, product cards)
   to match the Tier-B .sx sections and the design reference.
   Targets stable sh-* / pr-* / cat-* hooks; loads after core CSS.
   ============================================================ */

/* Global type — Jost body, Cormorant Garamond display */
.sh-body { font-family: var(--body); color: var(--ink); }

/* Section headings -> centered serif with gold rule */
.sh-section-heading { text-align: center; justify-content: center; align-items: center; margin-bottom: 30px; }
.sh-section-heading a { text-decoration: none; }
.sh-section-heading .section-heading,
.section-heading-container .section-heading {
  font-family: var(--display) !important;
  font-weight: 600 !important;
  font-size: clamp(26px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
  letter-spacing: .01em;
  color: var(--ink) !important;
}
.sh-section-heading::after {
  content: "";
  display: block;
  width: 56px; height: 1px;
  margin: 16px auto 0;
  background: var(--gold);
}

/* Category cards -> tall image, gold-scrim, serif label overlaid */
.cat-card a { position: relative; display: block; }
.cat-card-img-root { aspect-ratio: 4 / 5; height: auto !important; overflow: hidden; }
.cat-card-img { width: 100% !important; height: 100% !important; object-fit: cover; }
.cat-card-img-root::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,8,10,.72), rgba(15,8,10,0) 62%);
  border-radius: inherit;
  pointer-events: none;
}
.cat-card-title {
  position: absolute;
  left: 12px; right: 12px; bottom: 18px;
  z-index: 2;
  margin: 0 !important;
  font-family: var(--display) !important;
  font-size: clamp(20px, 2.2vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  color: #fff !important;
  text-align: center;
}

/* Product card names -> serif; keep prices/actions functional */
.sh-product-card-name, .pr-title {
  font-family: var(--display) !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
.sh-product-card-price, .pr-sale-price { font-weight: 500 !important; }

/* Notice bar -> deep maroon, matching the reference */
:root { --notice-bg-color: #2A0E17; --notice-color: #F3E9DC; }
#notice.notice, .notice { background-color: #2A0E17 !important; }
#notice.notice, #notice .notice-message, .notice .notice-message { color: #F3E9DC !important; }

/* Base body typography -> Jost (core forces --typography-font-family) */
:root { --typography-font-family: "Jost", "Helvetica Neue", Arial, sans-serif; }


/* ============================================================
   Header — match reference: compact announcement bar,
   centered logo (nav left / actions right), expanded search.
   ============================================================ */

/* Announcement bar -> single ~40px row (was double-padded to ~82px) */
#notice.notice, #notice .notice { padding-top: 0 !important; padding-bottom: 0 !important; }

/* Header background -> reference cream with bottom hairline */
#app-header { background-color: #FBF7F1 !important; }
.app-bar-main { border-bottom: 1px solid rgba(28, 21, 18, 0.12); }

@media (min-width: 1024px) {
  /* Match the reference bar height (was ~64px, reference is 84px) */
  .app-bar-main .page-container { position: relative; min-height: 84px; }

  /* Center the logo across the bar; nav stays left, actions right */
  .app-bar-main .logo-ctn.left-aligned {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  /* Search pill — reference style: thin hairline, 2px radius, icon left */
  .search-container {
    display: flex !important;
    align-items: center;
    gap: 9px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(28, 21, 18, 0.12);
    border-radius: 2px;
    background: #fff;
  }
  .search-container .input-container {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    width: 280px !important;
  }
  .search-container .search-icon { order: -1; color: var(--muted); display: inline-flex; }
  .search-container .search-icon svg { width: 17px; height: 17px; }

  /* Remove the MUI underline under the input */
  .search-container .MuiInput-root::before,
  .search-container .MuiInput-root::after,
  .search-container .MuiInputBase-root::before,
  .search-container .MuiInputBase-root::after,
  .search-container .MuiInput-underline::before,
  .search-container .MuiInput-underline::after {
    display: none !important;
    border-bottom: 0 !important;
    content: none !important;
  }
  .search-container .MuiPaper-root { border-bottom: 0 !important; box-shadow: none !important; }
  #desktop-search-bar,
  .search-container input {
    padding: 0 !important;
    height: 38px !important;
    font-size: 13px !important;
    font-family: var(--body) !important;
    color: var(--ink) !important;
  }
  .search-container input::placeholder { color: var(--muted) !important; opacity: 1; }

  /* Primary nav — uppercase, tracked, like the reference */
  .desktop-nav .nav-item.hidden { display: flex !important; }
  .desktop-nav .overflow-more-button { display: none !important; }
  .desktop-nav .nav-link,
  .desktop-nav .nav-item {
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
  }
}


/* ============================================================
   Category section — add the reference eyebrow above the heading
   ("THE HOUSE OF NARSA"). Scoped to the category block only.
   ============================================================ */
.cat-section .sh-section-heading::before {
  content: "The House of Narsa";
  display: block;
  order: -1;
  margin-bottom: 10px;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand);
}


/* Category section: cream full-bleed background, vertical padding, subtle radius */
main > div:has(.LargeCategoriesCardV1-component) { background: #FBF7F1 !important; }
.grid.section:has(.LargeCategoriesCardV1-component) { background: transparent !important; }
.LargeCategoriesCardV1-component .cat-section { padding-block: 44px }
.cat-card-img-root { border-radius: 2px !important; }


/* ============================================================
   Product cards — match reference: squared image corners,
   deal-orange discount badge pinned top-left, uppercase.
   ============================================================ */
.pr-image, .pr-image-ctn, .sh-product-img { border-radius: 2px !important; }

.pr-discount, .sh-product-card-discount-tag {
  left: 8px !important;
  right: auto !important;
  top: 8px !important;
  background: #A8480F !important;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}


/* ============================================================
   Product cards — exact match to reference card metrics
   (portrait 4:5 image, type sizes, spacing, badge inset).
   ============================================================ */
/* Portrait 4:5 image like the reference */
.pr-image-ctn, .sh-product-img, .pr-image { aspect-ratio: 4 / 5 !important; }
.pr-image { width: 100% !important; height: 100% !important; object-fit: cover; }

/* Text block spacing: image -> name 14px, name -> price 8px */
.pr-card-content { padding-top: 14px !important; }
.sh-product-card-name, .pr-title {
  margin: 0 !important;
  font-size: clamp(16px, 1.3vw, 19px) !important;
  font-weight: 600 !important;
  line-height: 1.28 !important;
}
.sh-product-card-price-ctn, .pr-price { margin-top: 8px !important; gap: 8px; }
.sh-product-card-price, .pr-sale-price {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  margin: 0 !important;
}
.sh-product-card-mrp, .pr-mrp-price {
  font-size: 12px !important;
  color: var(--muted) !important;
  margin: 0 !important;
}

/* Badge inset 10px like the reference */
.pr-discount, .sh-product-card-discount-tag { top: 10px !important; left: 10px !important; }


/* Product card: drop the boxed wrapper (border/radius/bg/padding) -> borderless like reference */
.MuiPaper-root:has(.pr-card-content) {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}


/* Promo banner (Wedding Edit) -> full-bleed: drop the page-container max-width/padding */
.section-spacing:has(.promo) {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}


/* Space below product collections */
.ProductGridCollection-component { margin-bottom: 50px; }


/* Journal section wrapper: white background, no top margin, full width */
.section-spacing:has(#journal) {
  background: #fff;
  margin-top: 0;
  max-width: unset;
}

/* USP + FAQ section wrappers: full width, no top margin, no wrapper padding */
.section-spacing:has(section.sx.sx-usp),
.section-spacing:has(section.sx.sx-faq) {
  max-width: unset;
  margin-top: unset;
  padding: unset;
}


/* Spacing between products in grid collections (row / column) */
.grid:has(> .product-card) {
  gap: clamp(24px, 2.4vw, 36px) clamp(14px, 1.6vw, 24px) !important;
}


/* Product detail: info panel should inherit the cream theme, not sit on white */
.product-component-about, .theme-product-about { background: transparent !important; }


/* PDP: related header transparent; the sticky action bar gets an opaque cream
   background (was showing content through it and overlapping the Features text) */
.related-product-header { background: transparent !important; }
.product-footer-root, .product-footer-root-dropdown { background: #FBF7F1 !important; }


/* PDP: remove the white divider strip between product and related products */
.sh-pc-margin-line { background: transparent !important; }


/* Square inputs */
.universal-input { border-radius: 0px !important; }


/* Square outlined product buttons */
.pr-outlined-button { border-radius: 0 !important; }


/* Square solid buttons */
.solid-button__btn { border-radius: 0 !important; }


/* Align product card content (name -> price -> action buttons) across a row:
   give the name a consistent 2-line height so buttons line up regardless of name length */
.sh-product-card-name, .pr-title { min-height: 2.56em; }


/* Product footer buttons: unset constraining min-width / mobile fixed height */
.product-footer-min-width { min-width: unset !important; }
@media (max-width: 599.95px) {
  .product-footer-height { height: unset !important; }
}


/* Equal height for the two product action buttons (+ Add / Buy Now) */
.product-footer-buttons { align-items: stretch !important; }
.product-footer-buttons .pr-outlined-button,
.product-footer-buttons .solid-button__btn,
.product-footer-buttons .MuiButton-root {
  height: 44px !important;
  min-height: 44px !important;
}


/* Journal / occasions / testimonials inners: full-bleed only on mobile (<=767px) */
@media (max-width: 767px) {
  .sx-inner:has(.sx-journal__grid),
  .sx-inner:has(.sx-occasions__track),
  .sx-inner:has(.sx-testimonials__grid) {
    max-width: 767px;
    padding: 0;
  }
}


/* Quantity stepper (shown after Add to cart): match Buy Now height + square corners */
.pr-plus-minus-button, .sh-product-plus-minus-button {
  border-radius: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
}
