:root {
  --color-bg: #fbf5ec;
  --color-surface: #fffaf3;
  --color-text: #241816;
  --color-muted: #76645d;
  --color-maroon: #5b1118;
  --color-maroon-dark: #32080c;
  --color-gold: #c49a4a;
  --color-gold-soft: #ead8ad;
  --color-border: rgba(91, 17, 24, 0.14);
  --font-heading: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --shadow-soft: 0 18px 45px rgba(50, 8, 12, 0.12);
  --radius: 24px;
  --page-width: 1240px;
  --header-offset: 84px;
  --section-gap-y: 40px;
}
* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  padding-top: var(--header-offset);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#MainContent,
.footer,
.shopify-section {
  max-width: 100%;
}
#shopify-section-header {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}
a { color: inherit; text-decoration: none; }
img, video, svg { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { left:16px; top:16px; width:auto; height:auto; z-index:999; background:#fff; padding:10px 14px; border-radius:8px; }
.page-width {
  width: 100%;
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline: 16px;
}
.lux-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:14px 24px; border-radius:999px; border:1px solid var(--color-gold); background: linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark)); color:#fffaf3; font-weight:700; letter-spacing:.03em; box-shadow: 0 12px 28px rgba(91,17,24,.24); transition:.25s ease; cursor:pointer; text-decoration:none; position:relative; z-index:1; }
button.lux-btn { appearance:none; -webkit-appearance:none; font-family:inherit; line-height:1.2; }
button.lux-btn:disabled { opacity:.55; cursor:not-allowed; transform:none; box-shadow:none; }
.lux-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(91,17,24,.32); }
.lux-btn.secondary { background: transparent; color: var(--color-maroon); box-shadow:none; }
.section-padding {
  padding-top: 0;
  padding-bottom: var(--section-gap-y);
}
#MainContent > .shopify-section:first-child + .shopify-section .section-padding {
  padding-top: var(--section-gap-y);
}
#MainContent > .shopify-section:first-child + .shopify-section {
  position: relative;
  z-index: 2;
  background: var(--color-bg);
}
.eyebrow {
  color: var(--color-gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-body, Inter, Arial, sans-serif);
  margin: 0 0 10px;
}
.section-title {
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.1;
  margin: 0 0 10px;
  color: var(--color-maroon-dark);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.section-subtitle {
  max-width: 680px;
  margin: 0;
  color: var(--color-muted);
  line-height: 1.65;
  font-family: var(--font-body);
  font-size: 15px;
}
.section-subtitle + .products-grid,
.section-subtitle + .products-grid--home,
.section-title + .products-grid,
.section-title + .products-grid--home {
  margin-top: 20px;
}
.site-header {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:500;
  width:100%;
  max-width:100%;
  background:rgba(251,245,236,.98);
  border-bottom:1px solid var(--color-border);
  box-shadow:0 4px 24px rgba(50,8,12,.04);
}
body.menu-open .site-header,
body.cart-open .site-header,
body.mega-open .site-header,
.site-header.is-mega-open { z-index:1200; }
.header-inner { display:flex; align-items:center; min-height:80px; gap:16px 24px; max-width:100%; }
.header-inner .logo { margin-right:4px; flex-shrink:0; }
.header-inner .nav { flex:1; display:flex; justify-content:center; min-width:0; overflow:visible; }
.header-inner .header-actions { margin-left:auto; flex-shrink:0; }
.header-account {
  display:none;
  align-items:center;
  gap:8px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.header-account__link {
  color:var(--color-muted);
  transition:color .2s ease;
}
.header-account__link:hover,
.header-account__link--active {
  color:var(--color-maroon);
}
.header-account__sep {
  color:var(--color-border);
  font-weight:400;
}
.header-icon--account-mobile {
  display:inline-flex;
}
@media (min-width:990px) {
  .header-account { display:inline-flex; }
}
.logo { display:inline-flex; align-items:center; justify-content:center; }
.logo-image { width:auto; height:auto; max-height:68px; object-fit:contain; border-radius:50%; }
.logo-image--default { filter:drop-shadow(0 4px 12px rgba(50,8,12,.12)); }
.nav-pill {
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:5px;
  max-width:100%;
  flex-wrap:nowrap;
  background:rgba(255,250,243,.95);
  border:1px solid var(--color-border);
  border-radius:999px;
  box-shadow:0 6px 24px rgba(91,17,24,.08), inset 0 1px 0 rgba(255,255,255,.6);
  overflow:visible;
}
.nav-link {
  position:relative;
  padding:10px 14px;
  border-radius:999px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--color-muted);
  white-space:nowrap;
  transition:color .2s ease, background .25s ease, box-shadow .25s ease;
}
@media (min-width:1200px) {
  .nav-link { padding:11px 18px; font-size:12px; letter-spacing:.08em; }
}
.nav-link:hover { color:var(--color-maroon); background:rgba(91,17,24,.06); }
.nav-link--active {
  color:#fffaf3;
  background:linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark));
  box-shadow:0 6px 16px rgba(91,17,24,.28);
}
.nav-item-mega { position:relative; flex-shrink:0; }
.nav-link--mega {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin:0;
  padding:10px 14px;
  border:none;
  border-radius:999px;
  background:transparent;
  box-shadow:none;
  cursor:pointer;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--color-muted);
  line-height:1.2;
  white-space:nowrap;
  -webkit-appearance:none;
  appearance:none;
  transition:color .2s ease, background .25s ease, box-shadow .25s ease;
}
@media (min-width:1200px) {
  .nav-link--mega { padding:11px 18px; font-size:12px; letter-spacing:.08em; }
}
.nav-link--mega:hover {
  color:var(--color-maroon);
  background:rgba(91,17,24,.06);
}
.nav-link--mega.nav-link--active {
  color:#fffaf3;
  background:linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark));
  box-shadow:0 6px 16px rgba(91,17,24,.28);
}
.nav-link--mega .nav-link__chevron {
  font-size:8px;
  line-height:1;
  color:inherit;
  opacity:.75;
  transition:transform .2s ease;
}
.nav-link--mega:hover .nav-link__chevron,
.nav-link--mega.nav-link--active .nav-link__chevron { opacity:1; }
.site-header.is-mega-open .nav-link__chevron { transform:rotate(180deg); }
.site-header.is-mega-open .nav-link--mega:not(.nav-link--active) {
  color:var(--color-maroon);
  background:rgba(91,17,24,.06);
}
.mega-menu-panel {
  position:absolute;
  top:100%;
  left:0;
  right:0;
  z-index:550;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease, visibility .28s ease;
}
.site-header.is-mega-open .mega-menu-panel {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.mega-menu-panel__backdrop {
  position:fixed;
  inset:0;
  top:var(--header-offset, 84px);
  background:rgba(23,5,6,.42);
  backdrop-filter:blur(4px);
  opacity:0;
  transition:opacity .28s ease;
}
.site-header.is-mega-open .mega-menu-panel__backdrop { opacity:1; }
.mega-menu-panel__center {
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  width:100%;
  padding:14px clamp(16px, 3vw, 32px) 22px;
  box-sizing:border-box;
}
.mega-menu-panel__card {
  width:min(1120px, 100%);
  margin:0 auto;
  padding:26px 30px 24px;
  border-radius:24px;
  border:1px solid rgba(196,154,74,.28);
  background:linear-gradient(165deg, #fffdf9 0%, #fffaf3 48%, #f8efe0 100%);
  box-shadow:
    0 28px 64px rgba(50,8,12,.18),
    0 0 0 1px rgba(255,255,255,.65) inset;
  transform:translateY(-10px) scale(.985);
  opacity:0;
  transition:transform .32s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
.site-header.is-mega-open .mega-menu-panel__card {
  transform:translateY(0) scale(1);
  opacity:1;
}
.mega-menu-panel__card::before {
  content:'';
  display:block;
  height:4px;
  margin:-26px -30px 22px;
  border-radius:24px 24px 0 0;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold), var(--color-maroon));
}
.mega-menu-panel__head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(91,17,24,.1);
}
.mega-menu-panel__eyebrow {
  margin:0 0 6px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.mega-menu-panel__title {
  margin:0;
  font-family:var(--font-heading, Georgia, serif);
  font-size:clamp(24px, 2.6vw, 32px);
  font-weight:400;
  color:var(--color-maroon-dark);
  line-height:1.12;
}
.mega-menu-panel__cta {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 20px;
  border-radius:999px;
  border:1px solid rgba(196,154,74,.55);
  background:linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark));
  color:#fffaf3;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(91,17,24,.28);
  transition:transform .22s ease, box-shadow .22s ease;
}
.mega-menu-panel__cta:hover {
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(91,17,24,.34);
  color:#fffaf3;
}
.mega-menu-panel__cta-arrow { font-size:14px; line-height:1; }
.mega-menu-panel__grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  align-items:stretch;
}
.mega-menu-panel__tile {
  padding:16px 16px 14px;
  border-radius:18px;
  border:1px solid rgba(91,17,24,.08);
  background:rgba(255,250,243,.72);
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.mega-menu-panel__tile:hover {
  border-color:rgba(196,154,74,.4);
  box-shadow:0 10px 24px rgba(91,17,24,.08);
  transform:translateY(-2px);
}
.mega-menu-panel__tile-head { margin:0 0 12px; padding-bottom:10px; border-bottom:1px dashed rgba(91,17,24,.12); }
.mega-menu-panel__parent {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-heading, Georgia, serif);
  font-size:17px;
  font-weight:400;
  color:var(--color-maroon-dark);
  text-decoration:none;
  transition:color .15s ease;
}
.mega-menu-panel__parent::before {
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--color-gold), #e8c06a);
  box-shadow:0 0 0 3px rgba(196,154,74,.2);
  flex-shrink:0;
}
.mega-menu-panel__parent:hover,
.mega-menu-panel__parent.is-active { color:var(--color-maroon); }
.mega-menu-panel__sublist {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:4px;
}
.mega-menu-panel__link {
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  margin:0 -6px;
  border-radius:10px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  font-weight:500;
  color:var(--color-muted);
  text-decoration:none;
  transition:color .15s ease, background .15s ease, padding-left .15s ease;
}
.mega-menu-panel__link::before {
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(196,154,74,.55);
  flex-shrink:0;
  transition:transform .15s ease;
}
.mega-menu-panel__link:hover,
.mega-menu-panel__link.is-active {
  color:var(--color-maroon);
  background:rgba(91,17,24,.06);
  padding-left:14px;
}
.mega-menu-panel__link:hover::before,
.mega-menu-panel__link.is-active::before { transform:scale(1.35); background:var(--color-maroon); }
.mega-menu-panel__tile--occasion {
  padding:18px 16px;
  border:none;
  background:linear-gradient(155deg, var(--color-maroon) 0%, var(--color-maroon-dark) 100%);
  box-shadow:0 12px 28px rgba(91,17,24,.25);
}
.mega-menu-panel__tile--occasion:hover {
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(91,17,24,.32);
  border-color:transparent;
}
.mega-menu-panel__occasion-label {
  margin:0 0 14px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,250,243,.75);
}
.mega-menu-panel__occasion-list {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.mega-menu-panel__occasion-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 14px;
  border-radius:12px;
  border:1px solid rgba(255,250,243,.18);
  background:rgba(255,250,243,.1);
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  font-weight:600;
  color:#fffaf3;
  text-decoration:none;
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.mega-menu-panel__occasion-link::after {
  content:'→';
  font-size:12px;
  opacity:.7;
  transition:transform .2s ease, opacity .2s ease;
}
.mega-menu-panel__occasion-link:hover,
.mega-menu-panel__occasion-link.is-active {
  background:rgba(255,250,243,.18);
  border-color:rgba(196,154,74,.55);
  color:#fffaf3;
  transform:translateX(3px);
}
.mega-menu-panel__occasion-link:hover::after { opacity:1; transform:translateX(2px); }
.mega-menu-panel__featured {
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(91,17,24,.1);
}
.mega-menu-panel__featured-label {
  margin:0 0 12px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.mega-menu-panel__featured-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}
.mega-menu-panel__chip {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(196,154,74,.35);
  background:linear-gradient(135deg, rgba(255,250,243,.95), rgba(234,216,173,.35));
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  font-weight:700;
  color:var(--color-maroon-dark);
  text-decoration:none;
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.mega-menu-panel__chip:hover,
.mega-menu-panel__chip.is-active {
  color:var(--color-maroon);
  border-color:var(--color-maroon);
  box-shadow:0 8px 20px rgba(91,17,24,.12);
  transform:translateY(-2px);
}
@media (max-width:1100px) {
  .mega-menu-panel__grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .mega-menu-panel__tile--occasion { grid-column:span 2; }
}
@media (max-width:989px) {
  .mega-menu-panel { display:none; }
}
.mobile-mega { margin:2px 0; }
.mobile-nav__link--mega {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:none;
  background:transparent;
  cursor:pointer;
  text-align:left;
  font:inherit;
}
.mobile-mega__chevron {
  font-size:12px;
  color:var(--color-gold);
  transition:transform .2s ease;
}
.mobile-mega.is-open .mobile-mega__chevron { transform:rotate(180deg); }
.mobile-mega__panel {
  display:grid;
  gap:2px;
  padding:4px 0 8px 8px;
  margin:0 8px 8px;
  border-left:2px solid rgba(196,154,74,.45);
}
.mobile-mega__panel[hidden] { display:none; }
.mobile-mega__section { display:grid; gap:2px; padding:6px 0; }
.mobile-mega__section--flat { padding-top:2px; }
.mobile-mega__group {
  margin:0;
  padding:6px 12px 2px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mobile-mega__parent {
  display:block;
  padding:6px 12px;
  font-size:15px;
  font-weight:700;
  color:var(--color-maroon-dark);
  text-decoration:none;
}
.mobile-mega__parent.is-active { color:var(--color-maroon); }
.mobile-mega__child {
  display:block;
  padding:8px 12px 8px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:500;
  color:var(--color-muted);
  text-decoration:none;
}
.mobile-mega__child--main { padding-left:12px; font-weight:600; color:var(--color-text); }
.mobile-mega__child:hover,
.mobile-mega__child.is-active {
  background:rgba(91,17,24,.06);
  color:var(--color-maroon);
}
.mobile-mega__all {
  display:block;
  margin:8px 12px 4px;
  padding:10px 12px;
  border-radius:12px;
  text-align:center;
  font-size:13px;
  font-weight:700;
  color:var(--color-maroon);
  background:rgba(196,154,74,.15);
  text-decoration:none;
}
.header-actions { display:flex; align-items:center; gap:10px; justify-content:flex-end; }
.header-icon { position:relative; width:44px; height:44px; border:1px solid var(--color-border); border-radius:50%; display:grid; place-items:center; background:var(--color-surface); color:var(--color-maroon); cursor:pointer; transition:.2s ease; padding:0; }
.header-icon:hover { border-color:var(--color-gold); color:var(--color-maroon-dark); transform:translateY(-1px); }
.cart-count { position:absolute; top:-4px; right:-4px; min-width:18px; height:18px; padding:0 5px; border-radius:999px; background:var(--color-maroon); color:#fffaf3; font-size:11px; font-weight:700; display:grid; place-items:center; font-family:var(--font-body, Inter, Arial, sans-serif); }
.cart-count[hidden] { display:none; }
.menu-toggle {
  display:none;
  align-items:center;
  gap:8px;
  height:44px;
  padding:0 14px 0 12px;
  border:1px solid var(--color-border);
  border-radius:999px;
  background:var(--color-surface);
  cursor:pointer;
  flex-shrink:0;
  z-index:110;
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}
.menu-toggle:hover {
  border-color:var(--color-gold);
  box-shadow:0 4px 14px rgba(91,17,24,.12);
}
.menu-toggle.is-active {
  background:linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark));
  border-color:var(--color-maroon);
  box-shadow:0 6px 20px rgba(91,17,24,.28);
}
.menu-toggle__bars {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:20px;
  height:16px;
}
.menu-toggle__bar {
  display:block;
  width:18px;
  height:2px;
  background:var(--color-maroon);
  border-radius:2px;
  transition:transform .3s cubic-bezier(.22,1,.36,1), opacity .2s ease, width .2s ease, background .2s ease;
}
.menu-toggle.is-active .menu-toggle__bar { background:#fffaf3; }
.menu-toggle.is-active .menu-toggle__bar:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.menu-toggle.is-active .menu-toggle__bar:nth-child(2) { opacity:0; transform:scaleX(0); }
.menu-toggle.is-active .menu-toggle__bar:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.menu-toggle__label {
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--color-maroon);
}
.menu-toggle.is-active .menu-toggle__label { color:#fffaf3; }
.mobile-drawer,
.cart-drawer {
  position:fixed;
  inset:0;
  z-index:1100;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  overflow:hidden;
  max-width:100%;
  transition:opacity .3s ease, visibility .3s ease;
}
.mobile-drawer.is-open,
.cart-drawer.is-open {
  visibility:visible;
  opacity:1;
  pointer-events:auto;
}
.mobile-drawer__backdrop,
.cart-drawer__backdrop {
  position:absolute;
  inset:0;
  background:rgba(23,5,6,.55);
  backdrop-filter:blur(2px);
}
.mobile-drawer__panel,
.cart-drawer__panel {
  position:absolute;
  top:0;
  bottom:0;
  background:var(--color-surface);
  box-shadow:0 0 40px rgba(23,5,6,.2);
  display:flex;
  flex-direction:column;
  transition:transform .35s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}
.mobile-drawer__panel {
  right:0;
  left:auto;
  width:min(320px, 88vw);
  padding:0;
  transform:translateX(105%);
  border-left:1px solid var(--color-border);
}
.mobile-drawer.is-open .mobile-drawer__panel { transform:translateX(0); }
.mobile-drawer__panel::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold), var(--color-maroon));
}
.mobile-drawer.is-open .mobile-nav__link {
  animation:navSlideIn .45s cubic-bezier(.22,1,.36,1) backwards;
}
.mobile-drawer.is-open .mobile-nav__link:nth-child(1) { animation-delay:.05s; }
.mobile-drawer.is-open .mobile-nav__link:nth-child(2) { animation-delay:.1s; }
.mobile-drawer.is-open .mobile-nav__link:nth-child(3) { animation-delay:.15s; }
.mobile-drawer.is-open .mobile-nav__link:nth-child(4) { animation-delay:.2s; }
.mobile-drawer.is-open .mobile-nav__link:nth-child(5) { animation-delay:.25s; }
.mobile-drawer.is-open .mobile-nav__link:nth-child(6) { animation-delay:.3s; }
.mobile-drawer.is-open .mobile-nav__link:nth-child(7) { animation-delay:.35s; }
.mobile-drawer.is-open .mobile-nav__label { animation:navSlideIn .4s ease .2s backwards; }
@keyframes navSlideIn {
  from { opacity:0; transform:translateX(16px); }
  to { opacity:1; transform:translateX(0); }
}
.cart-drawer__panel {
  right:0;
  width:min(420px, 92vw);
  transform:translateX(105%);
}
.cart-drawer.is-open .cart-drawer__panel { transform:translateX(0); }
.mobile-drawer__head,
.cart-drawer__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:20px 20px 16px;
  border-bottom:1px solid var(--color-border);
  flex-shrink:0;
}
.mobile-drawer__head h2,
.cart-drawer__head h2 { margin:0; font-size:22px; color:var(--color-maroon-dark); }
.mobile-drawer__close,
.cart-drawer__close {
  width:42px;
  height:42px;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:var(--color-bg);
  font-size:24px;
  line-height:1;
  cursor:pointer;
  color:var(--color-maroon);
  display:grid;
  place-items:center;
  padding:0;
}
.mobile-nav {
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:12px 16px 28px;
  overflow-y:auto;
  flex:1;
  font-family:var(--font-body, Inter, Arial, sans-serif);
}
.mobile-nav__link {
  display:block;
  padding:16px 18px;
  border-radius:14px;
  font-weight:600;
  font-size:17px;
  color:var(--color-text);
  border:1px solid transparent;
  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.mobile-nav__link:hover,
.mobile-nav__link:focus-visible {
  background:rgba(91,17,24,.06);
  color:var(--color-maroon);
  border-color:var(--color-border);
}
.mobile-nav__link--active {
  background:linear-gradient(135deg, rgba(91,17,24,.1), rgba(91,17,24,.04));
  color:var(--color-maroon);
  border-color:rgba(196,154,74,.35);
}
.mobile-nav__link--cart {
  margin-top:8px;
  background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark));
  color:#fffaf3;
  text-align:center;
}
.mobile-nav__link--cart:hover { color:#fffaf3; opacity:.95; }
.mobile-nav__link--muted { font-weight:500; color:var(--color-muted); }
.mobile-nav__label {
  margin:16px 16px 6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold);
}
body.menu-open,
body.cart-open,
body.wishlist-open { overflow:hidden; }
.cart-drawer { z-index:1010; }
.mobile-drawer__head { justify-content:flex-end; }
.cart-drawer__body { flex:1; overflow:auto; padding:16px 22px; }
.cart-drawer__foot {
  padding:18px 22px 24px;
  border-top:1px solid var(--color-border);
  display:grid;
  gap:10px;
  background:linear-gradient(180deg, #fffaf3 0%, var(--color-surface) 100%);
  position:relative;
}
.cart-drawer__foot::before {
  content:'';
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold), var(--color-maroon));
  transform:translateY(-50%);
}
.cart-drawer__trust {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 14px;
  margin:0;
  padding:0;
  list-style:none;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--color-muted);
}
.cart-drawer__trust li {
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.cart-drawer__trust li::before {
  content:'✦';
  color:var(--color-gold);
  font-size:10px;
}
.cart-drawer__items { list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.cart-drawer__item { display:grid; grid-template-columns:96px 1fr; gap:14px; align-items:start; }
.cart-drawer__thumb img { width:96px; height:116px; object-fit:cover; border-radius:14px; background:#ead8ad; }
.cart-drawer__title { font-weight:700; color:var(--color-maroon-dark); }
.cart-drawer__variant, .cart-drawer__price { margin:4px 0 0; font-family:var(--font-body, Inter, Arial, sans-serif); font-size:13px; color:var(--color-muted); }
.cart-drawer__empty { font-family:var(--font-body, Inter, Arial, sans-serif); color:var(--color-muted); }
.cart-drawer__subtotal { margin:0 0 8px; font-family:var(--font-body, Inter, Arial, sans-serif); }
.lux-btn--checkout { text-align:center; }
.rich-text-inner { text-align: var(--section-align, center); max-width: 820px; margin: 0 auto; }
.rich-text-inner .lux-btn { margin-top: 24px; }
.image-text-grid { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.image-text-grid--reverse .image-text-media { order:2; }
.image-text-grid--reverse .image-text-copy { order:1; }
.image-text-img, .image-text-placeholder { border-radius:36px; min-height:420px; object-fit:cover; width:100%; }
.image-text-placeholder { display:grid; place-items:center; background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark)); color:#fffaf3; padding:40px; text-align:center; }
.faq-list { margin-top:36px; display:grid; gap:14px; max-width:860px; }
.faq-item { border:1px solid var(--color-border); border-radius:18px; background:var(--color-surface); padding:0 22px; }
.faq-question { cursor:pointer; font-weight:700; color:var(--color-maroon-dark); padding:20px 0; list-style:none; }
.faq-question::-webkit-details-marker { display:none; }
.faq-answer { padding:0 0 20px; color:var(--color-muted); line-height:1.7; }
.newsletter-card { border-radius:36px; padding:40px clamp(20px, 4vw, 36px); background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark)); color:#fffaf3; text-align:center; }
.newsletter-card .section-title { color:#fffaf3; }
.newsletter-card .section-subtitle { color:#f2dfc7; margin:0 auto; }
.newsletter-fields { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin-top:28px; max-width:560px; margin-left:auto; margin-right:auto; }
.newsletter-fields input { flex:1; min-width:220px; padding:14px 18px; border-radius:999px; border:1px solid rgba(255,255,255,.2); background:rgba(255,250,243,.12); color:#fffaf3; }
.newsletter-success, .newsletter-error { margin-top:16px; font-family:var(--font-body); }
.gallery-grid { display:grid; gap:18px; margin-top:36px; }
.gallery-grid--2 { grid-template-columns:repeat(2,1fr); }
.gallery-grid--3 { grid-template-columns:repeat(3,1fr); }
.gallery-grid--4 { grid-template-columns:repeat(4,1fr); }
.gallery-item { margin:0; border-radius:22px; overflow:hidden; background:#ead8ad; }
.gallery-item img { width:100%; aspect-ratio:3/4; object-fit:cover; }
.gallery-item figcaption { padding:12px 14px; font-family:var(--font-body); font-size:14px; color:var(--color-muted); background:var(--color-surface); }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; }
.blog-card { background:var(--color-surface); border:1px solid var(--color-border); border-radius:24px; overflow:hidden; box-shadow:0 12px 30px rgba(50,8,12,.06); }
.blog-card a { display:block; color:inherit; }
.blog-card__image { width:100%; aspect-ratio:16/10; object-fit:cover; }
.blog-card__content { padding:22px; }
.blog-card h2 { margin:8px 0 12px; font-size:24px; color:var(--color-maroon-dark); }
.blog-card__link { color:var(--color-gold); font-weight:700; font-family:var(--font-body); }
.article-back { font-family:var(--font-body); color:var(--color-gold); display:inline-block; margin-bottom:18px; }
.article-hero { border-radius:32px; overflow:hidden; margin:28px 0; }
.article-content { max-width:760px; line-height:1.8; }
.rte p { margin:0 0 1em; }
.rte a { color:var(--color-maroon); text-decoration:underline; }
.search-form { display:flex; gap:12px; flex-wrap:wrap; margin:24px 0 36px; }
.search-form input { flex:1; min-width:220px; padding:14px 18px; border-radius:14px; border:1px solid var(--color-border); background:var(--color-surface); }
.page-404-inner { text-align:center; max-width:640px; margin:0 auto; }
.page-404-inner .section-subtitle { margin:0 auto 28px; }
.page-404-search { justify-content:center; margin-bottom:28px; }
.page-404-actions { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; }
.hero--banner {
  position:relative;
  z-index:1;
  max-width:100%;
  background-color:#fbf5ec;
  margin-bottom:var(--section-gap-y);
}
/* Full banner image (no caption) — desktop & mobile images show completely */
.hero--full-image {
  overflow:hidden;
  min-height:0;
  height:auto;
}
.hero--full-image .hero__media {
  position:relative;
  display:block;
  width:100%;
  line-height:0;
}
.hero--full-image picture {
  display:block;
  width:100%;
}
.hero--full-image .hero__img {
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  object-position:center top;
  filter:none;
  vertical-align:top;
}
.hero--full-image .hero__scrim {
  display:none;
}
/* Caption overlay mode */
.hero--has-caption {
  overflow:hidden;
  min-height:clamp(520px, 78vh, 760px);
  background-color:#e8d4bc;
}
.hero--has-caption .hero__media {
  position:absolute;
  inset:0;
  z-index:0;
}
.hero--has-caption .hero__img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero--has-caption .hero__img--mobile {
  display:none;
}
.hero--has-caption .hero__img--desktop {
  display:block;
}
@media (max-width: 749px) {
  .hero--has-caption .hero__img--desktop {
    display:none;
  }
  .hero--has-caption .hero__img--mobile {
    display:block;
  }
}
.hero__scrim {
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(105deg, rgba(23,5,6,.12) 0%, transparent 45%, rgba(23,5,6,.06) 100%);
}
.hero--full-image .hero__scrim {
  display:none;
}
.hero__inner {
  position:relative;
  z-index:2;
  min-height:clamp(520px, 78vh, 760px);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:56px 0;
  max-width:100%;
}
.hero-caption {
  width:min(100%, 580px);
  margin-left:auto;
  margin-right:clamp(32px, 5vw, 72px);
  padding-right:0;
}
.hero-caption__glass {
  padding:clamp(22px, 3.5vw, 32px) clamp(28px, 4.5vw, 52px) clamp(22px, 3.5vw, 32px) clamp(16px, 2.5vw, 24px);
  border-radius:24px;
  text-align:left;
  background:rgba(255,250,243,calc(var(--hero-glass, .5) * 0.22 + 0.05));
  border:1px solid rgba(255,255,255,.35);
  box-shadow:
    0 12px 40px rgba(23,5,6,.1),
    inset 0 1px 0 rgba(255,255,255,.4);
}
.hero-caption__title {
  font-size:clamp(30px, 4.6vw, 58px);
  line-height:1.08;
  margin:0;
  color:var(--color-maroon-dark);
  max-width:13em;
  letter-spacing:-0.01em;
}
.hero-caption__text {
  font-family:var(--font-body, Inter, Arial, sans-serif);
  color:var(--color-muted);
  font-size:clamp(15px, 1.5vw, 18px);
  line-height:1.75;
  margin:16px 0 0;
  max-width:520px;
}
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:24px; }
.hero-badge {
  margin-top:20px;
  display:inline-flex;
  flex-direction:column;
  gap:4px;
  padding:12px 16px;
  border-radius:14px;
  background:rgba(255,250,243,.5);
  border:1px solid rgba(91,17,24,.12);
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  color:var(--color-muted);
}
.hero-badge strong { color:var(--color-maroon-dark); font-size:14px; }
.category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:28px; }
.category-grid--home { margin-top:32px; }
.category-card { display:flex; flex-direction:column; background:var(--color-surface); border:1px solid var(--color-border); border-radius:16px; overflow:hidden; box-shadow:0 6px 18px rgba(50,8,12,.06); transition:.2s ease; height:100%; }
.category-card:hover { transform:translateY(-2px); box-shadow:var(--shadow-soft); }
.category-card__image { aspect-ratio:4/5; background:#f0dcc3; overflow:hidden; }
.category-card__image img { width:100%; height:100%; object-fit:cover; }
.category-card__placeholder { width:100%; height:100%; display:grid; place-items:center; font-size:42px; font-weight:700; color:var(--color-maroon); background:linear-gradient(135deg,#f5e6d4,#ead8ad); }
.category-card__body { padding:12px 14px 16px; font-family:var(--font-body,Inter,Arial,sans-serif); }
.category-card__body h3 { margin:0 0 4px; font-size:15px; line-height:1.3; color:var(--color-maroon-dark); font-family:var(--font-heading,Georgia,serif); }
.category-card__body p { margin:0; font-size:12px; color:var(--color-muted); }
.section-cta { margin-top:20px; text-align:center; }
.category-bar {
  display:flex;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  max-width:100%;
  padding:4px 2px 16px;
  margin:20px 0 8px;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.category-bar::-webkit-scrollbar { display:none; }
.category-chip { flex:0 0 auto; padding:10px 16px; border-radius:999px; border:1px solid var(--color-border); background:var(--color-surface); font-family:var(--font-body,Inter,Arial,sans-serif); font-size:13px; font-weight:600; white-space:nowrap; color:var(--color-text); }
.category-chip.is-active, .category-chip:hover { background:var(--color-maroon); border-color:var(--color-maroon); color:#fffaf3; }
.collection-header { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:8px; }
.collection-toolbar { display:flex; flex-wrap:wrap; align-items:center; gap:16px; font-family:var(--font-body,Inter,Arial,sans-serif); }
.collection-count { margin:0; font-size:14px; color:var(--color-muted); }
.collection-sort { display:flex; align-items:center; gap:8px; font-size:14px; }
.sort-select { padding:10px 14px; border-radius:12px; border:1px solid var(--color-border); background:var(--color-surface); }
.collection-empty { grid-column:1/-1; text-align:center; padding:40px 20px; }
.pagination { grid-column:1/-1; display:flex; align-items:center; justify-content:center; gap:20px; margin-top:32px; font-family:var(--font-body,Inter,Arial,sans-serif); }
.pagination__link { color:var(--color-maroon); font-weight:700; }
.pagination__info { color:var(--color-muted); }
.story-section { background:var(--color-maroon-dark); color:#fffaf3; }
.story-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:54px; align-items:center; }
.story-image { border-radius:36px; overflow:hidden; min-height:480px; background:linear-gradient(135deg,var(--color-maroon),#140305); box-shadow:0 22px 50px rgba(0,0,0,.24); }
.story-image img { width:100%; height:100%; object-fit:cover; }
.story-section .section-title { color:#fffaf3; }
.story-section .section-subtitle { color:#e9d8cc; }
.trust-row { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:36px; }
.trust-card {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  padding:22px;
  border-radius:20px;
  background:rgba(255,250,243,.08);
  border:1px solid rgba(234,216,173,.22);
  font-family:Inter,Arial,sans-serif;
}
.trust-card__icon {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:rgba(196,154,74,.16);
  border:1px solid rgba(234,216,173,.28);
  color:var(--color-gold-soft);
  flex-shrink:0;
}
.trust-card__icon svg { width:24px; height:24px; display:block; }
.trust-card__label {
  font-size:14px;
  line-height:1.45;
  font-weight:600;
  color:#fffaf3;
  letter-spacing:.01em;
}
.products-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
  max-width:100%;
}
.product-showcase__head + .products-grid { margin-top:20px; }
.products-grid--home { margin-top: 20px; }
.product-showcase__head {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px 24px;
}
.product-showcase__intro { flex:1; min-width:min(100%, 280px); }
.product-showcase__badge {
  flex-shrink:0;
  padding:10px 18px;
  border-radius:999px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.product-showcase--best_selling .product-showcase__badge {
  background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark));
  color:#fffaf3;
  box-shadow:0 8px 20px rgba(91,17,24,.22);
}
.product-showcase--top_rated .product-showcase__badge {
  background:linear-gradient(135deg,#fffaf3,var(--color-gold-soft));
  color:var(--color-maroon-dark);
  border:1px solid rgba(196,154,74,.45);
}
.product-showcase--accent {
  background:linear-gradient(180deg, rgba(91,17,24,.04) 0%, var(--color-bg) 100%);
}
.product-showcase--best_selling.section-padding {
  padding-top:var(--section-gap-y);
}
.product-showcase--accent + .product-showcase,
.product-showcase + .product-showcase--accent { margin-top:0; }
.product-showcase__empty {
  grid-column:1/-1;
  text-align:center;
  padding:32px 16px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  color:var(--color-muted);
}
.product-card__rating {
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:2px;
}
.rating-stars { display:inline-flex; gap:1px; line-height:1; }
.rating-stars__star { font-size:13px; line-height:1; }
.rating-stars__star--full { color:var(--color-gold); }
.rating-stars__star--half {
  color:var(--color-gold);
  opacity:.55;
}
.rating-stars__star--empty { color:rgba(91,17,24,.18); }
.rating-stars__value {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  font-weight:700;
  color:var(--color-maroon);
}
.product-card { position:relative; display:flex; flex-direction:column; background:var(--color-surface); border:1px solid var(--color-border); border-radius:14px; overflow:hidden; box-shadow:0 4px 14px rgba(50,8,12,.06); transition:.2s ease; height:100%; }
.product-card:hover { box-shadow:0 10px 24px rgba(50,8,12,.1); }
.product-card__top { position:relative; flex:1; display:flex; flex-direction:column; }
.product-card__link { display:flex; flex-direction:column; flex:1; color:inherit; }
.product-card__actions { padding:0 8px 10px; }
.product-card__quick-add { padding:0; margin:0; }
.product-card__image { position:relative; aspect-ratio:4/5; background:#f0dcc3; overflow:hidden; }
.product-card__img { width:100%; height:100%; object-fit:cover; transition:opacity .3s ease, transform .35s ease; }
.product-card__img--hover { position:absolute; inset:0; opacity:0; }
.product-card--has-hover-img:hover .product-card__img--hover { opacity:1; }
.product-card--has-hover-img:hover .product-card__img:not(.product-card__img--hover) { opacity:0; }
.product-card__placeholder { width:100%; height:100%; display:grid; place-items:center; font-size:12px; color:var(--color-muted); font-family:var(--font-body,Inter,Arial,sans-serif); padding:12px; text-align:center; }
.product-card__badge { position:absolute; top:8px; right:8px; left:auto; z-index:2; padding:4px 8px; border-radius:6px; background:var(--color-maroon); color:#fffaf3; font-size:11px; font-weight:700; font-family:var(--font-body,Inter,Arial,sans-serif); line-height:1.2; }
.product-card__badge--sold { background:#555; }
.product-card__content { padding:10px 10px 12px; flex:1; display:flex; flex-direction:column; gap:4px; }
.product-card__vendor { margin:0; font-size:11px; color:var(--color-gold); font-family:var(--font-body,Inter,Arial,sans-serif); text-transform:uppercase; letter-spacing:.06em; }
.product-card__title { margin:0; font-size:13px; line-height:1.35; color:var(--color-maroon-dark); font-weight:600; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:2.7em; }
.product-card__price-row { margin-top:auto; }
.price-group { display:flex; flex-wrap:wrap; align-items:baseline; gap:6px 8px; font-family:var(--font-body,Inter,Arial,sans-serif); }
.price-group--pdp { gap:8px 12px; }
.price { color:var(--color-maroon); font-weight:800; line-height:1.2; }
.price--sale { color:var(--color-maroon-dark); }
.price-group .price { font-size:15px; }
.price-group .compare-price { font-size:13px; color:var(--color-muted); text-decoration:line-through; font-weight:500; order:-1; }
.price-group .price-save {
  font-size:11px;
  font-weight:700;
  padding:3px 8px;
  border-radius:6px;
  background:rgba(196,154,74,.2);
  color:var(--color-maroon-dark);
  letter-spacing:.02em;
}
.price-group--pdp .price { font-size:clamp(22px,3vw,30px); }
.price-group--pdp .compare-price { font-size:16px; }
.price-group--pdp .price-save { font-size:12px; }
.wishlist-drawer__prices { display:flex; flex-wrap:wrap; align-items:baseline; gap:4px 8px; margin:6px 0 0; }
.wishlist-drawer__prices .compare-price { font-size:12px; color:var(--color-muted); text-decoration:line-through; }
.wishlist-drawer__prices .price { font-size:14px; font-weight:800; color:var(--color-maroon); }
.product-card__add-btn { width:100%; padding:9px 12px; border:1px solid var(--color-gold); border-radius:10px; background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark)); color:#fffaf3; font-size:12px; font-weight:700; font-family:var(--font-body,Inter,Arial,sans-serif); cursor:pointer; }
.product-card__add-btn:hover { opacity:.92; }
.wishlist-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid var(--color-border);
  background:var(--color-surface);
  color:var(--color-maroon);
  cursor:pointer;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-weight:700;
  transition:.2s ease;
}
.wishlist-btn__icon { display:grid; place-items:center; line-height:0; }
.wishlist-btn .icon-heart { transition:fill .2s ease, stroke .2s ease; }
.wishlist-btn.is-active .icon-heart { fill:var(--color-maroon); stroke:var(--color-maroon); }
.wishlist-btn--card-icon {
  position:absolute;
  top:10px;
  left:10px;
  right:auto;
  z-index:4;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.7);
  background:rgba(255,250,243,.92);
  box-shadow:0 6px 16px rgba(23,5,6,.12);
  padding:0;
}
.wishlist-btn--card-icon.is-active { background:var(--color-maroon); color:#fffaf3; border-color:var(--color-maroon); }
.wishlist-btn--card-icon.is-active .icon-heart { fill:#fffaf3; stroke:#fffaf3; }
.wishlist-drawer {
  position:fixed;
  inset:0;
  z-index:1015;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease, visibility .3s ease;
}
.wishlist-drawer.is-open { visibility:visible; opacity:1; pointer-events:auto; }
.wishlist-drawer__backdrop { position:absolute; inset:0; background:rgba(23,5,6,.55); backdrop-filter:blur(2px); }
.wishlist-drawer__panel {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:min(420px,92vw);
  background:var(--color-surface);
  box-shadow:0 0 40px rgba(23,5,6,.2);
  display:flex;
  flex-direction:column;
  transform:translateX(105%);
  transition:transform .35s cubic-bezier(.22,1,.36,1);
}
.wishlist-drawer.is-open .wishlist-drawer__panel { transform:translateX(0); }
.wishlist-drawer__panel::before {
  content:'';
  position:absolute;
  top:0; left:0; right:0;
  height:4px;
  background:linear-gradient(90deg,var(--color-maroon),var(--color-gold),var(--color-maroon));
}
.wishlist-drawer__head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:20px 22px 16px;
  border-bottom:1px solid var(--color-border);
}
.wishlist-drawer__head h2 { margin:0; font-size:22px; color:var(--color-maroon-dark); }
.wishlist-drawer__tagline { margin:4px 0 0; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:13px; color:var(--color-muted); }
.wishlist-drawer__close {
  width:42px; height:42px; border:1px solid var(--color-border); border-radius:50%;
  background:var(--color-bg); font-size:24px; cursor:pointer; color:var(--color-maroon); padding:0;
}
.wishlist-drawer__body { flex:1; overflow:auto; padding:16px 22px; }
.wishlist-drawer__empty { text-align:center; padding:32px 12px; display:grid; gap:16px; }
.wishlist-drawer__items { list-style:none; margin:0; padding:0; display:grid; gap:14px; }
.wishlist-drawer__item {
  display:grid;
  grid-template-columns:88px 1fr auto;
  gap:12px 14px;
  padding:14px;
  border-radius:18px;
  background:var(--color-bg);
  border:1px solid var(--color-border);
}
.wishlist-drawer__thumb img { width:104px; height:124px; object-fit:cover; border-radius:14px; background:#ead8ad; }
.wishlist-drawer__title { display:block; font-weight:700; font-size:15px; color:var(--color-maroon-dark); line-height:1.35; }
.wishlist-drawer__view { display:inline-block; margin-top:8px; font-size:12px; font-weight:700; color:var(--color-maroon); text-decoration:underline; font-family:var(--font-body,Inter,Arial,sans-serif); }
.wishlist-drawer__remove {
  width:34px; height:34px; border:1px solid var(--color-border); border-radius:50%;
  background:var(--color-surface); font-size:20px; line-height:1; cursor:pointer; color:var(--color-muted); padding:0;
}
.wishlist-drawer__foot { padding:16px 22px 24px; border-top:1px solid var(--color-border); display:grid; gap:10px; }
.wishlist-drawer.has-items .wishlist-drawer__empty { display:none !important; }
.wishlist-drawer:not(.has-items) .wishlist-drawer__items { display:none !important; }
.wishlist-drawer:not(.has-items) .wishlist-drawer__foot { display:none !important; }
.wishlist-drawer__empty[hidden],
.wishlist-drawer__items[hidden],
.wishlist-drawer__foot[hidden] { display:none !important; }
.wishlist-drawer__continue { border:none; background:none; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:14px; color:var(--color-muted); text-decoration:underline; cursor:pointer; }
body.wishlist-open .site-header { z-index:1200; }
.mobile-nav__link--wishlist { width:100%; text-align:left; border:none; cursor:pointer; font:inherit; }
.header-icon--wishlist .icon-heart { width:18px; height:18px; }
@media (hover:none) {
  .product-card__img--hover { display:none; }
  .product-card--has-hover-img:hover .product-card__img:not(.product-card__img--hover) { opacity:1; }
}
@media (min-width:750px) {
  .products-grid { gap:16px; }
  .products-grid--home { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .products-grid--showcase { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
  .category-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
  .product-card { border-radius:18px; }
  .product-card__content { padding:14px; }
  .product-card__title { font-size:15px; }
  .category-card { border-radius:20px; }
  .category-card__body h3 { font-size:17px; }
}
@media (min-width:990px) {
  .products-grid, .products-grid--home, .products-grid--catalog, .products-grid--related { grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
  .products-grid--showcase { grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
  .category-grid, .category-grid--home { grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
  .product-card { border-radius:22px; }
  .product-card__title { font-size:16px; }
  .product-card__content { padding:16px 16px 14px; }
  .product-card__actions { padding:0 12px 14px; gap:10px; }
}
.lux-banner {
  border-radius:36px;
  overflow:hidden;
  background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark));
  color:#fffaf3;
  padding:40px clamp(24px, 4vw, 48px);
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:360px;
}
.lux-banner--has-image { background:var(--color-maroon-dark); }
.lux-banner__media {
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.lux-banner__media-img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--lux-banner-img-position, center center);
  display:block;
}
.lux-banner__overlay {
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
.lux-banner__content {
  position:relative;
  z-index:2;
  width:100%;
}
.lux-banner .eyebrow { color:var(--color-gold-soft); margin-bottom:10px; }
.lux-banner:not(.lux-banner--has-image)::before {
  content:'';
  position:absolute;
  width:330px;
  height:330px;
  border-radius:50%;
  background:rgba(196,154,74,.18);
  right:-80px;
  top:-100px;
  pointer-events:none;
}
.lux-banner h2 { font-size:clamp(34px,5vw,68px); margin:0 0 12px; max-width:720px; }
.lux-banner p {
  font-family:Inter,Arial,sans-serif;
  max-width:620px;
  line-height:1.7;
  color:#f2dfc7;
  margin:0 0 20px;
}
.lux-banner .lux-btn { margin-top:4px; }
.testimonials { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:24px; }
.testimonial { padding:28px; border-radius:24px; background:var(--color-surface); border:1px solid var(--color-border); box-shadow:0 12px 30px rgba(50,8,12,.06); font-family:Inter,Arial,sans-serif; line-height:1.7; margin:0; }
.testimonial__stars { margin:0 0 12px; color:var(--color-gold); font-size:14px; letter-spacing:.12em; }
.testimonial__quote { margin:0 0 16px; color:var(--color-text); font-size:15px; line-height:1.65; }
.testimonial__author { margin:0; font-size:13px; font-weight:700; color:var(--color-maroon-dark); }
.home-categories { overflow:hidden; padding-top:8px; padding-bottom:20px; }
.home-categories--mobile { display:block; }
@media (min-width:990px) {
  .home-categories--mobile { display:none !important; }
}
.home-categories__shell {
  margin-inline:12px;
  padding:16px 0 14px;
  border-radius:22px;
  background:linear-gradient(165deg,#fffaf3 0%,#fff 48%,#faf6ef 100%);
  border:1px solid rgba(196,154,74,.22);
  box-shadow:0 10px 28px rgba(50,8,12,.06);
  --category-pill-size:calc((100vw - 86px) / 4);
  --category-pill-gap:10px;
}
.home-categories__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px 12px;
}
.home-categories__eyebrow {
  display:block;
  margin:0 0 4px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.home-categories__title {
  margin:0;
  font-family:var(--font-heading,Georgia,serif);
  font-size:18px;
  font-weight:600;
  line-height:1.2;
  color:var(--color-maroon-dark);
}
.home-categories__view-all {
  flex-shrink:0;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  font-weight:700;
  color:var(--color-maroon);
  text-decoration:none;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(91,17,24,.06);
  border:1px solid rgba(91,17,24,.1);
}
.home-categories__rail { position:relative; }
.home-categories__rail::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:8px;
  width:32px;
  background:linear-gradient(to left,rgba(255,250,243,.95),transparent);
  pointer-events:none;
  z-index:1;
}
.home-categories__track {
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 16px 4px;
  scroll-snap-type:x proximity;
  scroll-padding-inline:16px;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.home-categories__track::-webkit-scrollbar { display:none; }
.home-categories__matrix {
  display:flex;
  flex-direction:column;
  gap:12px;
  width:max-content;
  min-width:100%;
}
.home-categories__row {
  display:flex;
  align-items:flex-start;
  gap:var(--category-pill-gap);
  width:max-content;
  min-width:calc(var(--category-pill-size) * 4 + var(--category-pill-gap) * 3);
}
.category-pill {
  flex:0 0 var(--category-pill-size);
  width:var(--category-pill-size);
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-align:center;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}
.category-pill--spacer {
  visibility:hidden;
  pointer-events:none;
}
.category-pill--all .category-pill__ring {
  background:linear-gradient(145deg,var(--color-maroon),var(--color-maroon-dark));
}
.category-pill__placeholder--all {
  display:grid;
  place-items:center;
  color:#fffaf3;
}
.category-pill__placeholder--all svg {
  width:26px;
  height:26px;
}
.category-pill__ring {
  display:grid;
  place-items:center;
  padding:2px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--color-gold),var(--color-maroon));
  box-shadow:0 6px 16px rgba(91,17,24,.14);
  transition:transform .22s ease,box-shadow .22s ease;
}
.category-pill__media {
  width:calc(var(--category-pill-size) - 8px);
  height:calc(var(--category-pill-size) - 8px);
  max-width:64px;
  max-height:64px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #fffaf3;
  background:linear-gradient(145deg,#fffaf3,#f0dcc3);
}
.category-pill__media img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.category-pill__placeholder {
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-family:var(--font-heading,Georgia,serif);
  font-size:22px;
  font-weight:700;
  color:var(--color-maroon);
}
.category-pill__name {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:10px;
  font-weight:700;
  line-height:1.25;
  color:var(--color-maroon-dark);
  max-width:var(--category-pill-size);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.category-pill:active .category-pill__ring {
  transform:scale(.94);
}
.category-pill:focus-visible .category-pill__ring {
  outline:2px solid var(--color-maroon);
  outline-offset:2px;
}

/* Home — handpicked / featured */
.home-featured { padding-top:4px; }
.home-featured__shell {
  position:relative;
  padding:clamp(18px,4vw,28px);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fffaf3 55%,#faf6ef 100%);
  border:1px solid rgba(196,154,74,.18);
  box-shadow:0 12px 32px rgba(50,8,12,.06);
}
.home-featured__shell::before {
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:56px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--color-gold),transparent);
  opacity:.85;
}
.home-featured__head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.home-featured__intro {
  flex:1;
  min-width:0;
}
.home-featured__eyebrow {
  display:block;
  margin:0 0 6px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.home-featured__title {
  margin:0 0 8px;
  font-family:var(--font-heading,Georgia,serif);
  font-size:clamp(22px,5vw,30px);
  font-weight:600;
  line-height:1.15;
  color:var(--color-maroon-dark);
}
.home-featured__subtitle {
  margin:0;
  max-width:36ch;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  line-height:1.55;
  color:var(--color-muted);
}
.home-featured__badge {
  flex-shrink:0;
  margin-top:4px;
  padding:6px 12px;
  border-radius:999px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--color-maroon-dark);
  background:linear-gradient(135deg,rgba(196,154,74,.22),rgba(196,154,74,.08));
  border:1px solid rgba(196,154,74,.35);
}
.home-featured--best_selling .home-featured__badge {
  color:#fffaf3;
  background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark));
  border-color:transparent;
  box-shadow:0 6px 16px rgba(91,17,24,.2);
}
.home-featured--top_rated .home-featured__badge {
  color:var(--color-maroon-dark);
  background:linear-gradient(135deg,#fffaf3,var(--color-gold-soft));
  border-color:rgba(196,154,74,.45);
}
.home-featured--best_selling .home-featured__shell {
  background:linear-gradient(180deg,#fff 0%,#fff5f5 55%,#faf6ef 100%);
  border-color:rgba(91,17,24,.12);
}
.home-featured__grid.products-grid--home {
  margin-top:0;
  gap:14px;
}
.home-featured__cta {
  margin-top:20px;
  display:flex;
  justify-content:center;
}
.home-featured__btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:min(100%,280px);
  padding:14px 24px;
  border-radius:999px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  color:var(--color-maroon);
  background:#fff;
  border:1.5px solid rgba(91,17,24,.2);
  box-shadow:0 8px 20px rgba(50,8,12,.06);
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.home-featured__btn:hover {
  background:var(--color-maroon);
  border-color:var(--color-maroon);
  color:#fffaf3;
  transform:translateY(-1px);
}
@media (max-width:989px) {
  .home-featured__shell {
    margin-inline:0;
    padding:16px 14px 18px;
    border-radius:20px;
  }
  .home-featured__head {
    align-items:flex-start;
    gap:10px;
    margin-bottom:14px;
  }
  .home-featured__intro {
    flex:1;
    min-width:0;
  }
  .home-featured__badge {
    margin-top:2px;
    align-self:flex-start;
  }
  .home-featured__grid.products-grid--home { gap:10px; }
  .home-featured__btn { width:100%; min-width:0; }
}
@media (min-width:990px) {
  .home-featured__grid.products-grid--home {
    gap:20px;
  }
}

.home-trust {
  background:linear-gradient(180deg,#fffaf3 0%,var(--color-bg) 100%);
  border-block:1px solid var(--color-border);
}
.home-trust--pre-footer {
  border-bottom:none;
  margin-top:clamp(24px,4vw,40px);
  padding-top:clamp(28px,4vw,48px);
  padding-bottom:clamp(28px,4vw,48px);
  margin-bottom:0;
}
.home-trust-grid {
  list-style:none;
  margin:24px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.home-trust-item {
  flex:1 1 calc(25% - 12px);
  min-width:140px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  padding:18px 16px;
  border:1px solid var(--color-border);
  border-radius:16px;
  background:var(--color-surface);
  box-shadow:0 8px 24px rgba(50,8,12,.05);
}
.home-trust-item__icon {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(196,154,74,.14);
  color:var(--color-maroon);
}
.home-trust-item__icon svg { width:20px; height:20px; }
.home-trust-item__title {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:700;
  color:var(--color-maroon-dark);
}
.home-trust-item__text {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  line-height:1.45;
  color:var(--color-muted);
}
.footer-shell {
  padding:0 clamp(12px, 2.5vw, 28px) clamp(16px, 3vw, 28px);
  background:var(--color-bg);
  font-family:var(--font-body, Inter, Arial, sans-serif);
}
.footer {
  position:relative;
  color:#fffaf3;
  overflow:hidden;
  border-radius:clamp(56px, 14vw, 160px) clamp(56px, 14vw, 160px) clamp(24px, 4vw, 36px) clamp(24px, 4vw, 36px);
  background:linear-gradient(165deg, var(--color-maroon) 0%, var(--color-maroon-dark) 52%, #1a0406 100%);
  box-shadow:0 32px 80px rgba(50,8,12,.22);
}
.footer__glow {
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196,154,74,.22) 0%, transparent 55%),
    radial-gradient(circle at 90% 90%, rgba(91,17,24,.4) 0%, transparent 40%);
  pointer-events:none;
}
.footer__pattern {
  position:absolute;
  inset:0;
  opacity:.2;
  background-image:radial-gradient(rgba(255,250,243,.15) 1px, transparent 1px);
  background-size:24px 24px;
  pointer-events:none;
}
.footer__inner {
  position:relative;
  z-index:2;
  padding:clamp(40px, 7vw, 72px) clamp(20px, 4vw, 40px) clamp(28px, 4vw, 40px);
}
.footer__cta {
  max-width:640px;
  margin:0 auto clamp(40px, 6vw, 56px);
  text-align:center;
}
.footer__cta-title {
  margin:0 0 12px;
  font-family:var(--font-heading, Georgia, serif);
  font-size:clamp(28px, 4.5vw, 44px);
  font-weight:400;
  line-height:1.12;
  color:#fffaf3;
}
.footer__cta-text {
  margin:0 auto 24px;
  max-width:48ch;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,250,243,.78);
}
.footer__cta-form { margin:0; position:relative; }
.footer__cta-honeypot {
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.footer__cta-fields {
  display:flex;
  align-items:stretch;
  max-width:520px;
  margin:0 auto;
  padding:6px;
  border-radius:999px;
  background:#fffaf3;
  box-shadow:0 16px 40px rgba(0,0,0,.2);
}
.footer__cta-input {
  flex:1;
  min-width:0;
  padding:14px 20px;
  border:none;
  border-radius:999px;
  background:transparent;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:15px;
  color:var(--color-text);
}
.footer__cta-input::placeholder { color:var(--color-muted); }
.footer__cta-input:focus { outline:none; }
.footer__cta-btn {
  flex-shrink:0;
  padding:14px 28px;
  border:none;
  border-radius:999px;
  background:linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark));
  color:#fffaf3;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(91,17,24,.35);
  transition:transform .2s ease, box-shadow .2s ease;
}
.footer__cta-btn:hover {
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(91,17,24,.4);
}
.footer__cta-success,
.footer__cta-error {
  margin:14px 0 0;
  font-size:14px;
}
.footer__cta-success { color:var(--color-gold-soft); }
.footer__cta-error { color:#ffb4b4; }
.footer__body {
  display:grid;
  grid-template-columns:minmax(260px, 1fr) minmax(280px, 1.2fr);
  gap:40px 56px;
  align-items:start;
  padding-bottom:32px;
  border-bottom:1px solid rgba(255,255,243,.12);
}
.footer__brand { max-width:420px; }
.footer__logo { display:inline-block; margin-bottom:16px; }
.footer__logo-img {
  width:72px;
  height:72px;
  object-fit:contain;
  border-radius:50%;
  border:2px solid rgba(196,154,74,.5);
  padding:4px;
  background:rgba(255,250,243,.1);
}
.footer__shop-name {
  margin:0 0 6px;
  font-family:var(--font-heading, Georgia, serif);
  font-size:clamp(24px, 3vw, 32px);
  font-weight:400;
  line-height:1.15;
}
.footer__tagline {
  margin:0 0 12px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold-soft);
}
.footer__about,
.footer__address {
  margin:0 0 12px;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,250,243,.72);
}
.footer__contact {
  display:grid;
  gap:6px;
  margin-top:16px;
}
.footer__contact a {
  font-size:14px;
  color:rgba(255,250,243,.85);
  text-decoration:none;
}
.footer__contact a:hover { color:var(--color-gold-soft); }
.footer__aside {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:28px;
  text-align:right;
}
.footer-social--compact { margin:0; }
.footer-social--compact .footer-social__label {
  display:block;
  margin:0 0 14px;
  text-align:right;
}
.footer-social--compact .footer-social__icons {
  justify-content:flex-end;
  gap:10px;
}
.footer-social__label {
  margin:0 0 14px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,250,243,.55);
}
.footer-social__icons {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.footer-social__link {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,250,243,.25);
  background:#fffaf3;
  color:var(--color-maroon);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.footer-social__link .icon-social {
  display:block;
  width:22px;
  height:22px;
}
.footer-social__link--unset {
  opacity:.45;
  pointer-events:none;
  cursor:default;
}
.footer-social__link--facebook:hover {
  background:#1877f2;
  border-color:#1877f2;
  color:#fff;
}
.footer-social__link--instagram:hover {
  background:linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-color:#dc2743;
  color:#fff;
}
.footer-social__link--youtube:hover {
  background:#ff0000;
  border-color:#ff0000;
  color:#fff;
}
.footer-social__link--whatsapp:hover {
  background:#25d366;
  border-color:#25d366;
  color:#fff;
}
.footer-social__link:hover {
  transform:translateY(-3px) scale(1.05);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.footer__nav--quick {
  min-width:min(100%, 300px);
  margin-left:auto;
  padding-left:clamp(24px, 4vw, 36px);
  border-left:2px solid rgba(196,154,74,.45);
  text-align:left;
}
.footer__nav-title {
  margin:0 0 18px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold-soft);
  text-align:left;
}
.footer__nav-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(110px, 1fr));
  gap:10px 36px;
}
.footer__nav-col {
  display:flex;
  flex-direction:column;
  gap:11px;
  align-items:flex-start;
}
.footer__nav-col a {
  font-size:15px;
  font-weight:500;
  line-height:1.35;
  color:rgba(255,250,243,.82);
  text-decoration:none;
  transition:color .2s ease, padding-left .2s ease;
}
.footer__nav-col a:hover {
  color:var(--color-gold-soft);
  padding-left:4px;
}
.footer__policies {
  padding:24px 0 16px;
  text-align:center;
}
.footer__policy-nav {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px 28px;
}
.footer__policy-nav a {
  position:relative;
  font-size:14px;
  font-weight:600;
  color:rgba(255,250,243,.88);
  text-decoration:none;
  letter-spacing:.02em;
  transition:color .2s ease;
}
.footer__policy-nav a:hover { color:var(--color-gold-soft); }
.footer__policy-nav a:not(:last-child)::after {
  content:'';
  position:absolute;
  right:-16px;
  top:50%;
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(196,154,74,.55);
  transform:translateY(-50%);
}
.footer__copy {
  margin:0;
  text-align:center;
  font-size:12px;
  color:rgba(255,250,243,.45);
  letter-spacing:.03em;
}
.footer__credit {
  margin:10px 0 0;
  text-align:center;
  font-size:11px;
  color:rgba(255,250,243,.38);
  letter-spacing:.02em;
}
.footer__credit a {
  color:rgba(196,154,74,.85);
  text-decoration:none;
  font-weight:600;
  transition:color .2s ease;
}
.footer__credit a:hover { color:var(--color-gold-soft); }
.product-page { padding:54px 0; }
.product-layout { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start; }
.product-info__title { font-size:clamp(30px,4.5vw,52px); margin:0 0 12px; color:var(--color-maroon-dark); line-height:1.08; }
.product-info__price { margin:8px 0 16px; }
.product-info__badge { display:inline-block; margin:0 0 12px; padding:6px 12px; border-radius:999px; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.product-info__badge--sale { background:rgba(196,154,74,.2); color:var(--color-maroon-dark); border:1px solid rgba(196,154,74,.4); }
.product-info__badge--sold { background:#eee; color:#555; }
.product-info__description { font-family:var(--font-body,Inter,Arial,sans-serif); color:var(--color-muted); line-height:1.75; font-size:15px; max-height:280px; overflow:auto; padding-right:4px; }
.product-info__perks { margin:20px 0 0; padding:0; list-style:none; display:grid; gap:10px; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:14px; color:var(--color-text); }
.product-info__perks li { padding-left:22px; position:relative; }
.product-info__perks li::before { content:''; position:absolute; left:0; top:.45em; width:8px; height:8px; border-radius:50%; background:var(--color-gold); }
.pdp-gallery { display:grid; gap:14px; position:relative; }
.wishlist-btn--pdp-icon { z-index:5; }
.pdp-gallery__stage { position:relative; border-radius:28px; overflow:hidden; background:linear-gradient(145deg,#f0dcc3,#ead8ad); aspect-ratio:4/5; box-shadow:0 20px 50px rgba(50,8,12,.12); }
.pdp-gallery__slide { position:absolute; inset:0; margin:0; opacity:0; transition:opacity .35s ease; pointer-events:none; display:flex; align-items:center; justify-content:center; }
.pdp-gallery__slide.is-active { opacity:1; pointer-events:auto; z-index:1; }
.pdp-gallery__img { width:100%; height:100%; object-fit:cover; object-position:center center; }
.pdp-gallery__placeholder { width:100%; height:100%; display:grid; place-items:center; font-family:var(--font-body,Inter,Arial,sans-serif); color:var(--color-muted); }
.pdp-gallery__nav { position:absolute; top:50%; transform:translateY(-50%); z-index:3; width:44px; height:44px; border:none; border-radius:50%; background:rgba(255,250,243,.92); color:var(--color-maroon-dark); font-size:28px; line-height:1; cursor:pointer; box-shadow:0 8px 20px rgba(23,5,6,.15); display:grid; place-items:center; padding:0 0 4px; }
.pdp-gallery__nav--prev { left:14px; }
.pdp-gallery__nav--next { right:14px; }
.pdp-gallery__counter { position:absolute; bottom:14px; right:14px; z-index:3; padding:6px 12px; border-radius:999px; background:rgba(23,5,6,.55); color:#fffaf3; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:12px; font-weight:600; }
.pdp-gallery__thumbs { display:flex; gap:10px; overflow-x:auto; padding-bottom:4px; scrollbar-width:thin; }
.pdp-gallery__thumb { flex:0 0 72px; width:72px; height:88px; padding:0; border:2px solid transparent; border-radius:14px; overflow:hidden; cursor:pointer; background:#ead8ad; transition:border-color .2s ease, transform .2s ease; }
.pdp-gallery__thumb.is-active { border-color:var(--color-gold); transform:translateY(-2px); }
.pdp-gallery__thumb img { width:100%; height:100%; object-fit:cover; }
.product-form { display:grid; gap:18px; margin-top:28px; font-family:var(--font-body,Inter,Arial,sans-serif); }
.product-option { margin:0; padding:0; border:none; }
.product-option__label { display:block; margin:0 0 10px; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--color-maroon); }
.product-option__values { display:flex; flex-wrap:wrap; gap:8px; }
.product-option__values input { position:absolute; opacity:0; pointer-events:none; }
.product-option__pill { display:inline-flex; align-items:center; padding:10px 16px; border-radius:999px; border:1px solid var(--color-border); background:var(--color-surface); font-size:14px; font-weight:600; cursor:pointer; transition:.2s ease; }
.product-option__values input:checked + .product-option__pill { background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark)); color:#fffaf3; border-color:var(--color-maroon); }
.product-form__row { display:flex; flex-wrap:wrap; gap:16px; align-items:flex-end; }
.product-qty__label { display:block; margin:0 0 8px; font-size:13px; font-weight:700; color:var(--color-maroon); }
.product-qty__controls { display:inline-flex; align-items:center; border:1px solid var(--color-border); border-radius:14px; overflow:hidden; background:var(--color-surface); }
.product-qty__btn { width:44px; height:48px; border:none; background:var(--color-bg); color:var(--color-maroon-dark); font-size:20px; cursor:pointer; }
.product-qty__input { width:52px; height:48px; border:none; text-align:center; font-weight:700; background:transparent; -moz-appearance:textfield; }
.product-qty__input::-webkit-outer-spin-button, .product-qty__input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
.product-form__actions { display:grid; gap:12px; }
.product-form__submit { width:100%; }
.product-form__status { margin:0; font-size:14px; font-weight:600; }
.product-form__status.is-success { color:#1a6b3c; }
.product-form__status.is-error { color:#7a1020; }
.quantity-input { padding:14px 16px; border-radius:14px; border:1px solid var(--color-border); background:#fffaf3; }
.cart-drawer__tagline { margin:4px 0 0; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:13px; color:var(--color-muted); }
.cart-drawer__panel::before { content:''; position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(90deg,var(--color-maroon),var(--color-gold),var(--color-maroon)); z-index:1; }
.cart-drawer__item { grid-template-columns:88px 1fr auto; gap:12px 16px; padding:16px; border-radius:18px; background:var(--color-bg); border:1px solid var(--color-border); }
.cart-drawer__thumb { display:block; border-radius:14px; overflow:hidden; }
.cart-drawer__thumb-img { width:88px; height:104px; object-fit:cover; background:#ead8ad; }
.cart-drawer__title { display:block; font-weight:700; font-size:15px; color:var(--color-maroon-dark); line-height:1.35; }
.cart-drawer__variant, .cart-drawer__unit { margin:4px 0 0; font-size:12px; color:var(--color-muted); }
.cart-drawer__qty { display:inline-flex; align-items:center; margin-top:10px; border:1px solid var(--color-border); border-radius:10px; overflow:hidden; background:var(--color-surface); }
.cart-drawer__qty-btn { width:32px; height:34px; border:none; background:var(--color-bg); cursor:pointer; font-size:16px; color:var(--color-maroon); }
.cart-drawer__qty-input { width:36px; height:34px; border:none; text-align:center; font-size:13px; font-weight:700; background:transparent; -moz-appearance:textfield; }
.cart-drawer__qty-input::-webkit-outer-spin-button, .cart-drawer__qty-input::-webkit-inner-spin-button { -webkit-appearance:none; }
.cart-drawer__remove { margin-top:8px; padding:0; border:none; background:none; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:12px; color:var(--color-maroon); text-decoration:underline; cursor:pointer; }
.cart-drawer__line-total { margin:0; font-weight:800; font-size:15px; color:var(--color-maroon); font-family:var(--font-body,Inter,Arial,sans-serif); align-self:start; padding-top:4px; }
.cart-drawer__subtotal { display:flex; justify-content:space-between; align-items:center; margin:0; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:16px; }
.cart-drawer__subtotal strong { font-size:20px; color:var(--color-maroon-dark); }
.cart-drawer__note { margin:0; font-size:12px; color:var(--color-muted); font-family:var(--font-body,Inter,Arial,sans-serif); text-align:center; }
.cart-drawer__continue { border:none; background:none; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:14px; color:var(--color-muted); text-decoration:underline; cursor:pointer; padding:4px; }
.cart-drawer__empty { text-align:center; padding:32px 12px; display:grid; gap:16px; }
.cart-drawer__foot[hidden] { display:none !important; }
.cart-drawer__tagline[hidden] { display:none !important; }
.cart-empty { text-align:center; padding:40px 0; display:grid; gap:20px; justify-items:center; }
.cart-item__actions { display:grid; gap:10px; justify-items:end; }
.cart-item__line-total { margin:0; font-weight:800; color:var(--color-maroon); font-family:var(--font-body,Inter,Arial,sans-serif); }
.cart-item__unit { margin:4px 0 0; font-size:13px; color:var(--color-muted); font-family:var(--font-body,Inter,Arial,sans-serif); }
.collection-header { margin-bottom:28px; }
.collection-toolbar { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px; margin-top:20px; padding:16px 20px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:18px; }
.collection-count { margin:0; font-family:var(--font-body,Inter,Arial,sans-serif); font-size:14px; color:var(--color-muted); }
.sort-select { padding:10px 14px; border-radius:12px; border:1px solid var(--color-border); background:#fffaf3; font-family:var(--font-body,Inter,Arial,sans-serif); min-width:180px; }
.page-template { padding:54px 0; }

/* ——— Policy pages ——— */
.policy-page {
  padding:54px 0 72px;
}
.policy-page__inner {
  max-width:860px;
}
.policy-page__header {
  margin-bottom:32px;
  padding-bottom:28px;
  border-bottom:1px solid var(--color-border);
}
.policy-page__meta {
  margin-top:18px;
  padding:18px 20px;
  border-radius:16px;
  background:var(--color-surface);
  border:1px solid var(--color-border);
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  line-height:1.75;
  color:var(--color-muted);
}
.policy-page__meta p {
  margin:0 0 6px;
}
.policy-page__meta p:last-child {
  margin-bottom:0;
}
.policy-page__body {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:15px;
  line-height:1.8;
  color:var(--color-text);
}
.policy-page__body h2 {
  margin:2em 0 .75em;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.35rem;
  color:var(--color-maroon-dark);
  line-height:1.35;
}
.policy-page__body h3 {
  margin:1.5em 0 .65em;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:1.05rem;
  font-weight:700;
  color:var(--color-maroon);
}
.policy-page__body p,
.policy-page__body ul {
  margin:0 0 1em;
}
.policy-page__body ul {
  padding-left:1.35em;
}
.policy-page__body li {
  margin:.35em 0;
}
.policy-page__body a {
  color:var(--color-maroon);
  text-decoration:underline;
  text-underline-offset:2px;
}
.policy-page__contact {
  margin:1em 0;
  padding:16px 18px;
  border-radius:14px;
  background:linear-gradient(180deg,#fffaf3 0%,var(--color-surface) 100%);
  border:1px solid var(--color-border);
}
.policy-page__contact p {
  margin:0 0 4px;
}
.policy-table-wrap {
  overflow-x:auto;
  margin:1em 0 1.25em;
  -webkit-overflow-scrolling:touch;
}
.policy-table {
  width:100%;
  min-width:480px;
  border-collapse:collapse;
  font-size:14px;
}
.policy-table th,
.policy-table td {
  padding:12px 14px;
  border:1px solid var(--color-border);
  text-align:left;
  vertical-align:top;
}
.policy-table th {
  background:rgba(91,17,24,.06);
  color:var(--color-maroon-dark);
  font-weight:700;
}
.policy-table tr:nth-child(even) td {
  background:rgba(255,250,243,.6);
}
@media (max-width:749px) {
  .policy-page {
    padding:36px 0 56px;
  }
  .policy-page__meta {
    padding:14px 16px;
    font-size:13px;
  }
  .policy-page__body {
    font-size:14px;
  }
  .policy-table {
    min-width:360px;
    font-size:13px;
  }
}

/* ——— Cart page (home brand style) ——— */
.cart-page .customer-auth__shell--cart {
  max-width:1180px;
}
.cart-page__card {
  display:flex;
  flex-direction:column;
  gap:24px;
}
.cart-page__form {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 340px);
  gap:24px;
  align-items:start;
}
.cart-page__items {
  display:grid;
  gap:16px;
}
.cart-page__update { width:100%; }
.cart-summary {
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg, #fffaf3 0%, var(--color-surface) 100%);
  border:1px solid var(--color-border);
  position:sticky;
  top:100px;
  display:grid;
  gap:14px;
  box-shadow:var(--shadow-soft);
}
.cart-summary::before {
  content:'';
  display:block;
  height:4px;
  margin:-24px -24px 8px;
  border-radius:24px 24px 0 0;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold), var(--color-maroon));
}
.cart-summary__login {
  margin:0;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  line-height:1.6;
  color:var(--color-muted);
}
.cart-summary__login a {
  color:var(--color-maroon);
  font-weight:700;
  text-decoration:underline;
}
.lux-btn--checkout {
  width:100%;
  min-height:52px;
  font-size:16px;
  pointer-events:auto;
  position:relative;
  z-index:2;
}
.cart-drawer__foot .lux-btn--checkout,
.cart-drawer__foot .lux-btn.secondary {
  width:100%;
  min-height:48px;
  text-align:center;
  pointer-events:auto;
  position:relative;
  z-index:2;
}
.cart-drawer__foot {
  position:relative;
  z-index:2;
}

/* ——— Account page ——— */
.customer-auth__shell--single {
  max-width:560px;
  grid-template-columns:1fr;
}
.account-page__card .account-grid {
  margin-top:8px;
}
.account-panel {
  padding:22px;
  border-radius:20px;
  border:1px solid var(--color-border);
  background:#fffaf3;
}
.account-panel h2 {
  margin:0 0 16px;
  font-size:20px;
  color:var(--color-maroon-dark);
}
.account-panel__empty,
.account-panel__details {
  margin:0 0 16px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  line-height:1.6;
  color:var(--color-muted);
}
.account-links {
  display:grid;
  gap:10px;
}
.account-links__logout {
  display:inline-block;
  margin-top:4px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  font-weight:700;
  color:var(--color-maroon);
  text-decoration:underline;
}
.account-links__logout:hover { color:var(--color-maroon-dark); }

.cart-summary h2 { margin:0 0 8px; font-size:24px; color:var(--color-maroon-dark); }
.cart-summary__row { display:flex; justify-content:space-between; font-family:var(--font-body, Inter, Arial, sans-serif); margin:0; }
.cart-summary__note { font-family:var(--font-body, Inter, Arial, sans-serif); font-size:13px; color:var(--color-muted); margin:0; }
.cart-summary__trust {
  display:grid;
  gap:8px;
  margin:0;
  padding:12px 0 0;
  list-style:none;
  border-top:1px solid var(--color-border);
}
.cart-summary__trust li {
  display:flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:12px;
  font-weight:600;
  color:var(--color-muted);
}
.cart-summary__trust li::before {
  content:'✦';
  color:var(--color-gold);
  font-size:11px;
}

.cart-items { display:grid; gap:18px; }
.cart-item { display:grid; grid-template-columns:130px 1fr auto; gap:18px; align-items:center; padding:18px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:22px; }
.cart-item__image img { width:130px; height:156px; object-fit:cover; border-radius:16px; background:#ead8ad; }
.cart-item__title { font-weight:700; color:var(--color-maroon-dark); font-size:18px; text-decoration:none; }
.cart-item__title:hover { color:var(--color-maroon); }
.cart-item__variant, .cart-item__price { margin:6px 0 0; font-family:var(--font-body, Inter, Arial, sans-serif); color:var(--color-muted); font-size:14px; }

.cart-layout { display:grid; grid-template-columns:1fr min(360px,100%); gap:32px; margin-top:32px; align-items:start; }
.customer-page { background:linear-gradient(180deg, #fff7ec 0%, var(--color-bg) 40%); }
.customer-card { max-width:520px; margin:0 auto; padding:40px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:28px; box-shadow:var(--shadow-soft); }
.customer-card--wide { max-width:900px; }
.customer-form { display:grid; gap:16px; margin-top:24px; font-family:var(--font-body, Inter, Arial, sans-serif); }
.customer-form label { display:grid; gap:8px; font-size:14px; font-weight:600; }
.customer-form input { padding:14px 16px; border-radius:14px; border:1px solid var(--color-border); background:#fffaf3; }
.customer-switch { margin-top:20px; font-family:var(--font-body, Inter, Arial, sans-serif); font-size:14px; color:var(--color-muted); }
.customer-switch a { color:var(--color-maroon); font-weight:700; text-decoration:underline; }
.customer-recover { margin-top:20px; font-family:var(--font-body, Inter, Arial, sans-serif); }
.customer-recover summary { cursor:pointer; color:var(--color-maroon); font-weight:600; }
.form-message--error { padding:12px 14px; border-radius:12px; background:#fde8ea; color:#7a1020; font-family:var(--font-body, Inter, Arial, sans-serif); font-size:14px; }

/* ——— Login / Register (home brand style) ——— */
.customer-auth {
  background:linear-gradient(180deg, rgba(91,17,24,.03) 0%, var(--color-bg) 28%, var(--color-bg) 100%);
  padding-top:clamp(28px, 4vw, 48px);
  padding-bottom:clamp(40px, 6vw, 72px);
}
.customer-auth__shell {
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap:clamp(20px, 3vw, 32px);
  align-items:stretch;
  max-width:1080px;
  margin-inline:auto;
}
.customer-auth__brand {
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(145deg, var(--color-maroon) 0%, var(--color-maroon-dark) 62%, #1a0406 100%);
  color:#fffaf3;
  box-shadow:0 24px 56px rgba(50,8,12,.2);
}
.customer-auth__brand::before {
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%, rgba(196,154,74,.35) 0%, transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(196,154,74,.18) 0%, transparent 38%);
  pointer-events:none;
}
.customer-auth__brand::after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold), var(--color-maroon));
}
.customer-auth__brand-inner {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
  padding:clamp(32px, 5vw, 52px);
}
.customer-auth__eyebrow {
  margin:0 0 12px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--color-gold-soft);
}
.customer-auth__title {
  margin:0 0 14px;
  font-family:var(--font-heading, Georgia, serif);
  font-size:clamp(30px, 4vw, 42px);
  line-height:1.12;
  font-weight:400;
  color:#fffaf3;
}
.customer-auth__lead {
  margin:0;
  max-width:36ch;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:15px;
  line-height:1.65;
  color:rgba(255,250,243,.82);
}
.customer-auth__perks {
  list-style:none;
  margin:28px 0 0;
  padding:0;
  display:grid;
  gap:12px;
}
.customer-auth__perks li {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  line-height:1.45;
  color:rgba(255,250,243,.9);
}
.customer-auth__perk-icon {
  flex-shrink:0;
  color:var(--color-gold);
  font-size:12px;
  line-height:1.6;
}
.customer-auth__shop-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:28px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--color-gold-soft);
  text-decoration:underline;
  text-underline-offset:4px;
}
.customer-auth__shop-link:hover { color:#fffaf3; }
.customer-auth__card {
  display:flex;
  flex-direction:column;
  padding:clamp(28px, 4vw, 40px);
  border-radius:28px;
  border:1px solid var(--color-border);
  background:linear-gradient(180deg, #fffaf3 0%, var(--color-surface) 100%);
  box-shadow:var(--shadow-soft);
}
.customer-auth__card::before {
  content:'';
  display:block;
  height:4px;
  margin:-28px -28px 24px;
  border-radius:28px 28px 0 0;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold), var(--color-maroon));
}
@media (min-width:750px) {
  .customer-auth__card::before {
    margin:-40px -40px 24px;
  }
}
.customer-auth__card-head { margin-bottom:8px; }
.customer-auth__form-eyebrow {
  margin:0 0 6px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.customer-auth__form-title {
  margin:0 0 8px;
  font-family:var(--font-heading, Georgia, serif);
  font-size:clamp(24px, 3vw, 32px);
  line-height:1.15;
  color:var(--color-maroon-dark);
}
.customer-auth__form-text {
  margin:0;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  line-height:1.55;
  color:var(--color-muted);
}
.customer-auth__form {
  display:grid;
  gap:16px;
  margin-top:22px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
}
.customer-auth__form--compact { margin-top:0; gap:12px; }
.customer-auth__row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.customer-auth__field { display:grid; gap:8px; }
.customer-auth__field label {
  font-size:13px;
  font-weight:700;
  color:var(--color-maroon-dark);
  letter-spacing:.02em;
}
.customer-auth__field input {
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid var(--color-border);
  background:#fffaf3;
  color:var(--color-text);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.customer-auth__field input::placeholder { color:rgba(118,100,93,.55); }
.customer-auth__field input:hover { border-color:rgba(196,154,74,.45); }
.customer-auth__field input:focus {
  outline:none;
  border-color:var(--color-gold);
  box-shadow:0 0 0 3px rgba(196,154,74,.22);
}
.customer-auth__submit {
  width:100%;
  margin-top:4px;
  border:none;
  cursor:pointer;
}
.customer-auth__submit--compact { margin-top:0; }
.customer-auth__message {
  padding:12px 14px;
  border-radius:12px;
  font-size:14px;
  line-height:1.45;
}
.customer-auth__message--error {
  background:#fde8ea;
  color:#7a1020;
  border:1px solid rgba(122,16,32,.15);
}
.customer-auth__message--success {
  background:rgba(196,154,74,.16);
  color:var(--color-maroon-dark);
  border:1px solid rgba(196,154,74,.35);
}
.customer-auth__recover {
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--color-border);
  font-family:var(--font-body, Inter, Arial, sans-serif);
}
.customer-auth__recover summary {
  cursor:pointer;
  list-style:none;
  font-size:14px;
  font-weight:700;
  color:var(--color-maroon);
}
.customer-auth__recover summary::-webkit-details-marker { display:none; }
.customer-auth__recover-body {
  margin-top:14px;
  padding:16px;
  border-radius:16px;
  background:rgba(91,17,24,.04);
  border:1px solid var(--color-border);
}
.customer-auth__footer {
  margin-top:auto;
  padding-top:24px;
  border-top:1px solid var(--color-border);
  text-align:center;
}
.customer-auth__footer p {
  margin:0 0 14px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  color:var(--color-muted);
}
.customer-auth__alt-btn {
  width:100%;
  justify-content:center;
  min-height:48px;
}
.customer-auth__card {
  position:relative;
  z-index:1;
}
.customer-auth__card .lux-btn,
.customer-auth__card button.lux-btn {
  pointer-events:auto;
}
@media (max-width:900px) {
  .cart-page__form { grid-template-columns:1fr; }
  .cart-summary { position:static; }
}
@media (max-width:899px) {
  .customer-auth__shell {
    grid-template-columns:1fr;
    max-width:520px;
  }
  .customer-auth__brand { min-height:auto; }
  .customer-auth__shop-link { padding-top:20px; }
  .customer-auth__row { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .customer-auth__card::before {
    margin:-28px -28px 20px;
  }
}

/* ——— Contact page ——— */
.contact-page {
  background:linear-gradient(180deg, rgba(91,17,24,.03) 0%, var(--color-bg) 24%, var(--color-bg) 100%);
  padding-top:clamp(28px, 4vw, 48px);
  padding-bottom:clamp(40px, 6vw, 72px);
}
.contact-page__shell { max-width:1080px; margin-inline:auto; }
.contact-page__head {
  text-align:center;
  max-width:640px;
  margin:0 auto clamp(28px, 4vw, 40px);
}
.contact-page__grid {
  display:grid;
  grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap:clamp(20px, 3vw, 32px);
  align-items:start;
}
.contact-page__info { display:grid; gap:14px; }
.contact-card {
  display:grid;
  gap:6px;
  padding:20px 22px;
  border-radius:20px;
  border:1px solid var(--color-border);
  background:var(--color-surface);
  text-decoration:none;
  color:inherit;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
a.contact-card:hover {
  border-color:rgba(196,154,74,.55);
  box-shadow:0 10px 28px rgba(91,17,24,.08);
  transform:translateY(-2px);
}
.contact-card--static { cursor:default; }
.contact-card--whatsapp { border-color:rgba(37,211,102,.25); }
.contact-card__label {
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.contact-card__value {
  font-size:18px;
  font-weight:700;
  color:var(--color-maroon-dark);
  line-height:1.35;
}
.contact-card__value--multiline {
  font-size:15px;
  font-weight:600;
  line-height:1.55;
  word-break:break-word;
}
.contact-card__hint {
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:13px;
  color:var(--color-muted);
}
.contact-page__form-card {
  position:relative;
  padding:clamp(24px, 3vw, 36px);
  border-radius:28px;
  border:1px solid var(--color-border);
  background:var(--color-surface);
  box-shadow:var(--shadow-soft);
  isolation:isolate;
}
.contact-page__form-card::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  border-radius:28px 28px 0 0;
  background:linear-gradient(90deg, var(--color-maroon), var(--color-gold));
  pointer-events:none;
  z-index:0;
}
.contact-page__form-head {
  position:relative;
  z-index:1;
  margin-bottom:20px;
}
.contact-page__form-title {
  margin:0 0 8px;
  font-size:clamp(24px, 3vw, 30px);
  color:var(--color-maroon-dark);
}
.contact-page__form-text {
  margin:0;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:15px;
  line-height:1.6;
  color:var(--color-muted);
}
.contact-page__form { display:grid; gap:16px; }
.contact-page__honeypot {
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.contact-page__row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.contact-page__field { display:grid; gap:8px; }
.contact-page__field label {
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  font-weight:600;
  color:var(--color-text);
}
.contact-page__field input,
.contact-page__field textarea {
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid var(--color-border);
  background:#fffaf3;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:15px;
  color:var(--color-text);
  resize:vertical;
}
.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder { color:rgba(118,100,93,.55); }
.contact-page__field input:hover,
.contact-page__field textarea:hover { border-color:rgba(196,154,74,.45); }
.contact-page__field input:focus,
.contact-page__field textarea:focus {
  outline:none;
  border-color:var(--color-gold);
  box-shadow:0 0 0 3px rgba(196,154,74,.18);
}
.contact-page__submit {
  justify-self:start;
  margin-top:4px;
  min-width:160px;
  min-height:48px;
  pointer-events:auto;
}
.about-page__hero {
  background:linear-gradient(180deg, rgba(91,17,24,.05) 0%, var(--color-bg) 100%);
}
.about-page {
  overflow-x:hidden;
  max-width:100%;
}
.about-page > .section-padding {
  padding-top:var(--section-gap-y);
  padding-bottom:var(--section-gap-y);
}
.about-page__hero.section-padding {
  padding-top:clamp(32px, 5vw, 56px);
  padding-bottom:clamp(36px, 5vw, 56px);
}
.about-page .page-width {
  width:100%;
  max-width:var(--page-width);
  box-sizing:border-box;
}
.about-page__hero-inner {
  max-width:860px;
  margin-inline:auto;
  text-align:center;
}
.about-page__lead {
  margin-inline:auto;
  max-width:680px;
}
.about-page__hero-banner {
  margin:28px auto 0;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--color-border);
  box-shadow:var(--shadow-soft);
  background:var(--color-surface);
}
.about-page__hero-img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1200 / 420;
  object-fit:cover;
}
.about-page__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:28px;
}
.about-page__story {
  overflow:hidden;
  margin-top:8px;
}
.about-page__story-grid {
  align-items:center;
  gap:clamp(28px, 4vw, 48px);
}
.about-page__story-media {
  min-height:360px;
  max-height:520px;
}
.about-page__story-media .story-image__img,
.about-page__story-media img {
  width:100%;
  height:100%;
  min-height:360px;
  max-height:520px;
  object-fit:cover;
}
.about-page__story-copy {
  min-width:0;
  padding-block:8px;
}
.about-page__trust {
  margin-top:32px;
}
.about-page__values {
  margin-top:8px;
  background:var(--color-bg);
}
.about-page__values-grid {
  align-items:center;
  gap:clamp(28px, 4vw, 48px);
}
.about-page__values-media {
  border-radius:36px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}
.about-page__values-img {
  display:block;
  width:100%;
  min-height:320px;
  object-fit:cover;
}
.about-page__values-copy {
  min-width:0;
  padding-block:8px;
}
.about-page__values-copy .section-subtitle {
  max-width:none;
}
.about-page__promise {
  margin-top:8px;
  padding-top:clamp(40px, 6vw, 64px);
  padding-bottom:clamp(48px, 7vw, 80px);
  background:linear-gradient(180deg, var(--color-bg) 0%, rgba(91,17,24,.04) 100%);
}
.about-page__promise-inner {
  max-width:720px;
  margin-inline:auto;
  text-align:center;
}
.about-page__promise-text {
  margin-inline:auto;
  max-width:640px;
}
.about-page__promise .lux-btn {
  margin-top:12px;
}
[data-404-shell] [hidden] {
  display:none !important;
}
@media (max-width:989px) {
  .about-page__story-grid,
  .about-page__values-grid {
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-page__story-media {
    min-height:260px;
    max-height:340px;
  }
  .about-page__story-media .story-image__img,
  .about-page__story-media img {
    min-height:260px;
    max-height:340px;
  }
  .about-page__values-img {
    min-height:220px;
    border-radius:24px;
  }
  .about-page__trust {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
  }
}
@media (max-width:640px) {
  .about-page__hero-inner .section-title {
    font-size:clamp(26px, 7vw, 34px);
  }
  .about-page__actions {
    flex-direction:column;
    align-items:stretch;
  }
  .about-page__actions .lux-btn {
    width:100%;
    justify-content:center;
  }
  .about-page__trust {
    grid-template-columns:1fr;
  }
  .about-page__trust .trust-card {
    padding:16px 18px;
  }
  .about-page__values-img {
    min-height:200px;
    border-radius:24px;
  }
  .about-page__story-media,
  .about-page__story-media .story-image__img,
  .about-page__story-media img {
    min-height:220px;
    max-height:280px;
    border-radius:24px;
  }
}
.contact-page__message {
  padding:12px 14px;
  border-radius:12px;
  font-family:var(--font-body, Inter, Arial, sans-serif);
  font-size:14px;
  margin:0;
}
.contact-page__message--error { background:#fde8ea; color:#7a1020; }
.contact-page__message--success { background:#e8f5ea; color:#1f5c2e; }
@media (max-width:900px) {
  .contact-page__grid { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .contact-page__row { grid-template-columns:1fr; }
}
.account-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:28px; }
.account-panel { padding:24px; border-radius:20px; border:1px solid var(--color-border); background:#fffaf3; }
.account-panel h2 { margin:0 0 16px; font-size:22px; color:var(--color-maroon-dark); }
.account-orders { list-style:none; margin:0; padding:0; font-family:var(--font-body, Inter, Arial, sans-serif); }
.account-orders li { padding:10px 0; border-bottom:1px solid var(--color-border); }
.account-links { display:flex; gap:16px; flex-wrap:wrap; font-family:var(--font-body, Inter, Arial, sans-serif); }
.account-links a { color:var(--color-maroon); font-weight:700; }
.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
@media (max-width: 990px) {
  .lux-btn:hover,
  .product-card:hover,
  .header-icon:hover,
  .category-card:hover,
  .nav-link:hover { transform:none; }
  :root { --header-offset: 72px; }
  .header-inner {
    display:grid;
    grid-template-columns:auto 1fr auto;
    grid-template-areas:"logo actions toggle";
    gap:10px 10px;
    align-items:center;
    min-height:68px;
  }
  .header-inner .logo {
    grid-area:logo;
    margin:0;
    justify-self:start;
  }
  .header-inner .logo-image,
  .header-inner .logo-image--default {
    max-height:56px;
    width:auto;
  }
  .header-inner .nav { display:none; }
  .header-inner .header-actions {
    grid-area:actions;
    margin-left:0;
    gap:6px;
    justify-self:end;
  }
  .menu-toggle {
    display:inline-flex;
    grid-area:toggle;
    justify-self:end;
  }
  .header-icon { width:38px; height:38px; }
  .menu-toggle__label { display:none; }
  @media (min-width: 400px) {
    .menu-toggle__label { display:inline; }
  }
  .cart-layout, .account-grid { grid-template-columns:1fr; }
  .cart-summary { position:static; }
  .story-grid,.product-layout { grid-template-columns:1fr; }
  .hero--has-caption .hero__scrim {
    background:linear-gradient(to top, rgba(23,5,6,.35) 0%, rgba(23,5,6,.08) 40%, transparent 70%);
  }
  .hero--has-caption { min-height:min(94vh, 720px); }
  .hero__inner {
    min-height:min(94vh, 720px);
    padding:0 0 28px;
    align-items:flex-end;
    justify-content:center;
  }
  .hero-caption {
    width:100%;
    margin:0;
    padding-left:16px;
    padding-right:16px;
  }
  .hero-caption__glass {
    border-radius:20px 20px 16px 16px;
    text-align:center;
    padding:20px clamp(18px, 5vw, 24px) 22px;
  }
  .hero-caption__title {
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-caption__text { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .hero-badge { margin-left:auto; margin-right:auto; }
  .footer__body { grid-template-columns:1fr; gap:32px; }
  .footer__aside { align-items:flex-start; text-align:left; }
  .footer-social--compact .footer-social__icons { justify-content:flex-start; }
  .footer__nav--quick {
    margin-left:0;
    width:100%;
    padding-left:20px;
    border-left-width:2px;
  }
  .footer__nav-grid { gap:10px 24px; }
  .testimonials,.trust-row,.blog-grid,.gallery-grid--3,.gallery-grid--4,.image-text-grid { grid-template-columns:repeat(2,1fr); }
  .home-trust-grid { display:flex; flex-wrap:wrap; gap:10px; }
  .home-trust-item { flex:1 1 calc(50% - 10px); min-width:0; }
  .category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  :root { --section-gap-y: 32px; }
  .footer__cta-fields {
    flex-direction:column;
    border-radius:20px;
    padding:8px;
  }
  .footer__cta-btn { width:100%; }
  .footer__policy-nav { flex-direction:column; gap:16px; }
  .footer__policy-nav a:not(:last-child)::after { display:none; }
  .testimonials,.trust-row,.blog-grid,.gallery-grid--2,.gallery-grid--3,.gallery-grid--4,.image-text-grid { grid-template-columns:1fr; }
  .home-trust-grid {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:8px;
  }
  .home-trust-item {
    flex:1 1 0;
    min-width:0;
    padding:12px 8px;
    align-items:center;
    text-align:center;
  }
  .home-trust-item__title { font-size:11px; }
  .home-trust-item__text { font-size:10px; display:none; }
  .home-trust-item__icon { width:34px; height:34px; border-radius:50%; }
  .home-trust-item__icon svg { width:16px; height:16px; }
  .products-grid, .products-grid--home, .products-grid--catalog { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .newsletter-fields { flex-direction:column; }
  .hero--has-caption { min-height:520px; }
  .hero__inner { min-height:520px; padding-bottom:20px; }
  .hero-caption__title { font-size:26px; line-height:1.1; }
  .lux-banner { padding:28px 20px; border-radius:26px; max-width:100%; min-height:300px; }
  .lux-banner h2 { font-size:clamp(26px, 6vw, 40px); }
  .header-inner { max-width:100%; overflow:hidden; }
  .cart-table { display:block; overflow-x:auto; }
}

/* ——— Product grid & PDP (clean layout, brand colors) ——— */
.product-card--shop {
  background:var(--color-surface);
  border:1px solid var(--color-border);
  border-radius:12px;
  box-shadow:0 2px 10px rgba(50,8,12,.05);
  transition:box-shadow .2s ease, border-color .2s ease;
}
.product-card--shop:hover {
  box-shadow:0 8px 22px rgba(50,8,12,.1);
  border-color:rgba(196,154,74,.35);
}
.product-card--shop .product-card__image {
  aspect-ratio:4/5;
  background:var(--color-bg);
  padding:2px;
  min-height:200px;
}
@media (min-width:750px) {
  .product-card--shop .product-card__image { min-height:280px; }
}
@media (min-width:990px) {
  .product-card--shop .product-card__image { min-height:320px; }
}
.product-card--shop .product-card__img {
  object-fit:contain;
}
.product-card--shop .product-card__content {
  padding:12px 12px 8px;
  gap:6px;
}
.product-card--shop .product-card__title {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:500;
  color:var(--color-maroon-dark);
  min-height:auto;
  -webkit-line-clamp:2;
  line-height:1.35;
}
.product-card__rating-row {
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.product-card__rating-pill {
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:2px 8px 2px 6px;
  border-radius:6px;
  background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark));
  color:#fffaf3;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  font-weight:700;
  line-height:1.2;
}
.product-card__rating-pill--lg {
  padding:4px 10px 4px 8px;
  font-size:14px;
}
.product-card__rating-num { font-size:inherit; }
.product-card__rating-count {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  color:var(--color-muted);
}
.product-card--shop .product-card__badge--off {
  background:var(--color-maroon);
  color:#fffaf3;
  font-size:11px;
  padding:4px 8px;
  border-radius:6px;
  top:auto;
  bottom:10px;
  left:10px;
  right:auto;
}
.product-card__actions--shop {
  padding:0 10px 10px;
}
.product-card__actions--shop .product-card__quick-add {
  margin:0;
  width:100%;
}
.product-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:42px;
  padding:11px 16px;
  border:none;
  border-radius:10px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
  transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.product-btn--cart {
  background:linear-gradient(135deg,var(--color-maroon),var(--color-maroon-dark));
  color:#fffaf3;
  border:1px solid var(--color-gold);
  box-shadow:0 6px 16px rgba(91,17,24,.2);
}
.product-btn--cart:hover {
  opacity:.94;
  box-shadow:0 8px 20px rgba(91,17,24,.28);
}
.product-btn--buy {
  background:var(--color-surface);
  color:var(--color-maroon-dark);
  border:1px solid var(--color-gold);
}
.product-btn--buy:hover {
  background:var(--color-bg);
  border-color:var(--color-maroon);
}
.product-btn--disabled,
.product-btn--cart.product-btn--disabled,
.product-btn--cart:disabled,
.product-btn--buy:disabled {
  background:#e8e8e8;
  color:#888;
  border:1px solid var(--color-border);
  cursor:not-allowed;
  box-shadow:none;
  opacity:1;
  transform:none;
}
.product-btn--disabled:hover,
.product-btn--cart.product-btn--disabled:hover,
.product-btn--cart:disabled:hover,
.product-btn--buy:disabled:hover {
  background:#e8e8e8;
  color:#888;
  border-color:var(--color-border);
  box-shadow:none;
  opacity:1;
  transform:none;
}
.product-btn:disabled {
  cursor:not-allowed;
}
.price-group--flipkart,
.price-group--flipkart-pdp {
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px 8px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
}
.price-group--flipkart .price--current,
.price-group--flipkart-pdp .price--current {
  font-size:18px;
  font-weight:800;
  color:var(--color-maroon-dark);
  order:1;
}
.price-group--flipkart-pdp .price--flipkart-pdp {
  font-size:28px;
}
.price-group--flipkart .compare-price,
.price-group--flipkart-pdp .compare-price {
  font-size:14px;
  color:var(--color-muted);
  text-decoration:line-through;
  order:2;
}
.price-off {
  font-size:13px;
  font-weight:700;
  color:var(--color-maroon);
  order:3;
}
.price-tax-note {
  margin:4px 0 0;
  width:100%;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  color:var(--color-muted);
}
.product-page--fk {
  padding:20px 0 90px;
  background:var(--color-bg);
}
.pdp-breadcrumb {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  margin:0 0 16px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:12px;
  color:#878787;
}
.pdp-breadcrumb a {
  color:#878787;
  text-decoration:none;
}
.pdp-breadcrumb a:hover { color:var(--color-maroon); }
.product-layout--fk {
  display:grid;
  grid-template-columns:minmax(0,52%) minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.product-layout--fk > * {
  min-width:0;
}
.product-info--fk {
  background:var(--color-surface);
  border-radius:16px;
  padding:22px 26px;
  border:1px solid var(--color-border);
  box-shadow:0 8px 28px rgba(50,8,12,.06);
  min-width:0;
  overflow:visible;
}
.product-info--fk .product-info__title {
  font-family:var(--font-heading,Georgia,serif);
  font-size:clamp(20px,2.4vw,26px);
  font-weight:600;
  line-height:1.35;
  color:var(--color-maroon-dark);
  margin:0;
}
.product-info__head {
  display:grid;
  gap:8px;
  margin-bottom:14px;
  padding-bottom:14px;
  border-bottom:1px solid #f0f0f0;
}
.product-info__meta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 14px;
}
.product-info__sku {
  margin:0;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  color:var(--color-muted);
}
.product-info__sku strong {
  color:var(--color-text);
  font-weight:600;
}
.product-info__stock {
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.product-info__stock--in {
  background:rgba(26,107,60,.1);
  color:#1a6b3c;
}
.product-info__stock--low {
  background:rgba(196,120,20,.12);
  color:#9a5b00;
}
.product-info__stock--sold {
  background:#eee;
  color:#666;
}
.pdp-trust-grid {
  list-style:none;
  margin:0 0 16px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.pdp-share {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 16px;
  margin:16px 0 18px;
  padding:14px 0 0;
  border-top:1px solid #f0f0f0;
}
.pdp-share__label {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  font-weight:700;
  color:var(--color-muted);
  letter-spacing:.04em;
  text-transform:uppercase;
}
.pdp-share__actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.pdp-share__btn {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:#fff;
  color:var(--color-maroon-dark);
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.pdp-share__btn svg {
  width:20px;
  height:20px;
}
.pdp-share__btn:hover {
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(50,8,12,.1);
}
.pdp-share__btn--whatsapp:hover {
  background:#25D366;
  border-color:#25D366;
  color:#fff;
}
.pdp-share__btn--facebook:hover {
  background:#1877F2;
  border-color:#1877F2;
  color:#fff;
}
.pdp-share__btn--instagram:hover {
  background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  border-color:#dc2743;
  color:#fff;
}
.pdp-share__btn--copy:hover {
  background:var(--color-maroon);
  border-color:var(--color-maroon);
  color:#fffaf3;
}
.pdp-share__btn.is-copied {
  background:#1a6b3c;
  border-color:#1a6b3c;
  color:#fff;
}
.pdp-trust-grid .pdp-trust-item {
  flex:1 1 0;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  padding:12px 8px;
  border:1px solid var(--color-border);
  border-radius:10px;
  background:linear-gradient(180deg,#fffaf3 0%,var(--color-surface) 100%);
  text-align:center;
  font-family:var(--font-body,Inter,Arial,sans-serif);
}
.pdp-trust-item__icon {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(196,154,74,.16);
  color:var(--color-maroon);
  flex-shrink:0;
}
.pdp-trust-item__icon svg {
  width:18px;
  height:18px;
}
.pdp-trust-item__text {
  font-size:11px;
  font-weight:600;
  color:var(--color-maroon-dark);
  line-height:1.35;
}
.pdp-gallery__zoom-hint {
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:3;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,250,243,.92);
  border:1px solid var(--color-border);
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:11px;
  font-weight:600;
  color:var(--color-muted);
  pointer-events:none;
}
.pdp-gallery--fk .pdp-gallery__stage {
  overflow:hidden;
}
.pdp-gallery--fk .pdp-gallery__img {
  transition:transform .18s ease-out;
  will-change:transform;
}
.pdp-sticky-bar__meta {
  min-width:0;
  flex:1;
}
.pdp-sticky-bar__title {
  display:block;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  font-weight:700;
  color:var(--color-maroon-dark);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.pdp-sticky-bar__price {
  display:block;
  margin-top:2px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:800;
  color:var(--color-maroon);
}
.product-form__in-cart-note,
.product-form__login-note {
  margin:10px 0 0;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  color:var(--color-muted);
}
.product-qty__input {
  width:88px;
  padding:10px 12px;
  border:1px solid var(--color-border);
  border-radius:10px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:15px;
}
.product-info__brand {
  margin:0 0 6px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:13px;
  color:var(--color-gold);
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.product-info__rating-row {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  padding-bottom:14px;
  border-bottom:1px solid #f0f0f0;
}
.product-info__rating-text {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:600;
  color:var(--color-maroon);
}
.pdp-price-box {
  margin-bottom:16px;
  padding-bottom:16px;
  border-bottom:1px solid #f0f0f0;
}
.pdp-price-box__deal {
  margin:8px 0 0;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:700;
  color:var(--color-maroon);
}
.pdp-gallery--fk .pdp-gallery__layout {
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:var(--color-surface);
  padding:16px;
  border-radius:16px;
  border:1px solid var(--color-border);
  box-shadow:0 8px 28px rgba(50,8,12,.06);
}
.pdp-gallery--fk .pdp-gallery__thumbs-col {
  display:flex;
  flex-direction:column;
  gap:10px;
  max-height:480px;
  overflow-y:auto;
  flex:0 0 88px;
}
.pdp-gallery--fk .pdp-gallery__slide {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px;
  box-sizing:border-box;
}
.pdp-gallery--fk .pdp-gallery__thumb {
  flex:0 0 84px;
  width:84px;
  height:84px;
  border-radius:4px;
  border:1px solid var(--color-border);
  padding:0;
  background:#fff;
  overflow:hidden;
  cursor:pointer;
}
.pdp-gallery--fk .pdp-gallery__thumb.is-active {
  border-color:var(--color-gold);
  box-shadow:0 0 0 2px rgba(196,154,74,.4);
  transform:none;
}
.pdp-gallery--fk .pdp-gallery__thumb img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
}
.pdp-gallery--fk .pdp-gallery__stage {
  flex:1;
  aspect-ratio:5/6;
  border-radius:4px;
  background:#fff;
  box-shadow:none;
  min-height:280px;
}
@media (min-width:990px) {
  .pdp-gallery--fk .pdp-gallery__stage {
    min-height:420px;
  }
}
.pdp-gallery--fk .pdp-gallery__img {
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center center;
  padding:8px;
  cursor:zoom-in;
}
.pdp-gallery__img { cursor:zoom-in; }
.pdp-gallery__zoom-controls {
  position:absolute;
  bottom:12px;
  right:12px;
  z-index:4;
  display:flex;
  gap:6px;
}
.pdp-gallery__zoom-btn {
  width:36px;
  height:36px;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:#fff;
  color:#212121;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  padding:0 0 2px;
  box-shadow:0 4px 12px rgba(23,5,6,.12);
  transition:background .2s ease, transform .2s ease;
}
.pdp-gallery__zoom-btn:hover {
  background:#fffaf3;
  transform:scale(1.05);
}
.pdp-gallery__zoom-btn:active:not(:disabled) {
  transform:scale(.96);
}
.pdp-gallery__zoom-btn:disabled {
  opacity:.45;
  cursor:not-allowed;
  transform:none;
}

/* PDP image zoom lightbox */
.pdp-zoom {
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.pdp-zoom[hidden] { display:none !important; }
body.pdp-zoom-open { overflow:hidden; }
.pdp-zoom__backdrop {
  position:absolute;
  inset:0;
  border:none;
  padding:0;
  margin:0;
  width:100%;
  height:100%;
  background:rgba(23,5,6,.88);
  cursor:zoom-out;
}
.pdp-zoom__panel {
  position:relative;
  z-index:1;
  max-width:min(96vw, 1200px);
  max-height:92vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.pdp-zoom__img {
  max-width:100%;
  max-height:92vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:8px;
  box-shadow:0 24px 60px rgba(0,0,0,.45);
  background:#fff;
  transition:transform .2s ease;
  transform-origin:center center;
}
.pdp-zoom__close {
  position:absolute;
  top:-12px;
  right:-12px;
  z-index:2;
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:#fffaf3;
  color:var(--color-maroon-dark);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(23,5,6,.25);
  display:grid;
  place-items:center;
  padding:0 0 4px;
}
.pdp-zoom__nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:48px;
  height:48px;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:#fffaf3;
  color:var(--color-maroon-dark);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(23,5,6,.2);
  display:grid;
  place-items:center;
  padding:0 0 4px;
}
.pdp-zoom__nav--prev { left:-56px; }
.pdp-zoom__nav--next { right:-56px; }
.pdp-zoom__scale {
  position:absolute;
  bottom:-52px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  display:flex;
  gap:8px;
}
.pdp-zoom__scale-btn {
  width:44px;
  height:44px;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:#fffaf3;
  color:var(--color-maroon-dark);
  font-size:26px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  padding:0 0 4px;
  box-shadow:0 8px 20px rgba(23,5,6,.2);
}
.pdp-zoom__scale-btn:disabled {
  opacity:.45;
  cursor:not-allowed;
}
@media (max-width:749px) {
  .pdp-zoom { padding:12px; }
  .pdp-zoom__nav--prev { left:8px; }
  .pdp-zoom__nav--next { right:8px; }
  .pdp-zoom__close { top:8px; right:8px; }
  .pdp-zoom__scale {
    bottom:16px;
    left:auto;
    right:16px;
    transform:none;
  }
}
.pdp-gallery--fk .pdp-gallery__nav {
  background:#fff;
  border:1px solid var(--color-border);
  color:#212121;
  width:40px;
  height:40px;
  font-size:24px;
}
.product-form--fk { margin-top:8px; }
.product-option--fk .product-option__label {
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:600;
  color:#212121;
  text-transform:none;
  letter-spacing:0;
}
.product-option--fk .product-option__pill {
  min-width:48px;
  text-align:center;
  border-radius:4px;
  border:1px solid var(--color-border);
  font-size:13px;
  padding:8px 14px;
}
.product-option--fk .product-option__values input:checked + .product-option__pill {
  background:linear-gradient(135deg,rgba(91,17,24,.08),rgba(91,17,24,.04));
  color:var(--color-maroon-dark);
  border-color:var(--color-gold);
  box-shadow:none;
}
.product-form__row--fk {
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}
.product-form__actions--shop {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:16px;
}
.product-form__actions--shop .product-btn {
  border-radius:12px;
  min-height:52px;
  font-size:15px;
}
.pdp-accordion {
  margin-top:12px;
  border:1px solid var(--color-border);
  border-radius:12px;
  background:var(--color-surface);
  overflow:visible;
  max-width:100%;
}
.pdp-accordion summary {
  padding:14px 16px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  font-weight:700;
  color:#212121;
  cursor:pointer;
  list-style:none;
  border-radius:12px;
}
.pdp-accordion[open] summary {
  border-bottom:1px solid var(--color-border);
  border-radius:12px 12px 0 0;
}
.pdp-accordion summary::-webkit-details-marker { display:none; }
.pdp-accordion__body {
  padding:12px 16px 16px;
  font-family:var(--font-body,Inter,Arial,sans-serif);
  font-size:14px;
  color:#565656;
  line-height:1.7;
  max-width:100%;
  overflow-wrap:break-word;
  word-wrap:break-word;
}
.pdp-accordion__body.rte {
  overflow-x:visible;
  overflow-y:visible;
}
.pdp-accordion__body.rte > * {
  max-width:100%;
}
.pdp-accordion__body.rte img,
.pdp-accordion__body.rte video,
.pdp-accordion__body.rte iframe {
  max-width:100%;
  height:auto;
}
.pdp-accordion__body.rte h2,
.pdp-accordion__body.rte h3,
.pdp-accordion__body.rte h4 {
  margin:1.15em 0 0.45em;
  font-size:1.05em;
  line-height:1.35;
  color:var(--color-maroon-dark);
  clear:both;
}
.pdp-accordion__body.rte ul,
.pdp-accordion__body.rte ol {
  margin:0 0 1em;
  padding-left:1.35em;
}
.pdp-accordion__body.rte li {
  margin:0.35em 0;
}
.pdp-accordion__body.rte table {
  width:100% !important;
  max-width:100%;
  border-collapse:collapse;
  margin:0 0 1em;
  table-layout:fixed;
}
.pdp-accordion__body.rte td,
.pdp-accordion__body.rte th {
  padding:8px 10px;
  vertical-align:top;
  word-break:break-word;
}
@media (max-width:749px) {
  .pdp-accordion__body.rte table,
  .pdp-accordion__body.rte thead,
  .pdp-accordion__body.rte tbody,
  .pdp-accordion__body.rte tr,
  .pdp-accordion__body.rte td,
  .pdp-accordion__body.rte th {
    display:block;
    width:100% !important;
    max-width:100%;
    box-sizing:border-box;
  }
  .pdp-accordion__body.rte tr {
    margin-bottom:12px;
    border-bottom:1px solid var(--color-border);
    padding-bottom:8px;
  }
  .pdp-accordion__body.rte td:empty {
    display:none;
  }
  .pdp-accordion__body.rte div,
  .pdp-accordion__body.rte p,
  .pdp-accordion__body.rte section {
    float:none !important;
    clear:both;
    width:100% !important;
    max-width:100%;
    box-sizing:border-box;
  }
}
.pdp-recommendations {
  background:var(--color-bg);
  border-top:1px solid var(--color-border);
}
.pdp-recommendations.section-padding {
  padding-top:clamp(32px,5vw,52px);
}
.pdp-recommendations .eyebrow {
  margin-top:0;
}
.pdp-recommendations .section-title {
  margin-bottom:4px;
}
.products-grid--related {
  margin-top:20px;
}
.pdp-sticky-bar {
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:600;
  background:var(--color-surface);
  border-top:1px solid var(--color-border);
  box-shadow:0 -4px 20px rgba(50,8,12,.12);
  padding:10px 0 calc(10px + env(safe-area-inset-bottom));
}
.pdp-sticky-bar__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.pdp-sticky-bar__actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  flex:1;
  max-width:360px;
}
.pdp-sticky-bar__actions .product-btn {
  border-radius:10px;
  min-height:44px;
  font-size:13px;
}
@media (max-width:989px) {
  .product-page--fk {
    padding:12px 0 100px;
    overflow-x:hidden;
  }
  .product-page--fk .page-width {
    padding-inline:12px;
  }
  .product-layout--fk {
    grid-template-columns:1fr;
    gap:14px;
    min-width:0;
  }
  .pdp-gallery--fk {
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .pdp-trust-grid {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:6px;
  }
  .pdp-trust-grid .pdp-trust-item {
    flex:1 1 0;
    min-width:0;
    padding:10px 4px;
    gap:6px;
  }
  .pdp-trust-item__icon {
    width:30px;
    height:30px;
  }
  .pdp-trust-item__icon svg {
    width:16px;
    height:16px;
  }
  .pdp-trust-item__text {
    font-size:10px;
    line-height:1.3;
  }
  .pdp-gallery__zoom-hint { display:none; }
  .pdp-gallery--fk .pdp-gallery__layout {
    flex-direction:column;
    padding:10px;
    gap:10px;
    width:100%;
    box-sizing:border-box;
  }
  .pdp-gallery--fk .pdp-gallery__stage {
    order:1;
    width:100%;
    flex:none;
    aspect-ratio:4/5;
    min-height:0;
    max-height:none;
    height:auto;
  }
  .pdp-gallery--fk .pdp-gallery__slide {
    padding:4px;
  }
  .pdp-gallery--fk .pdp-gallery__img {
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center center;
    padding:0;
    transform:none !important;
  }
  .pdp-gallery__nav {
    width:36px;
    height:36px;
    font-size:22px;
  }
  .pdp-gallery--fk .pdp-gallery__nav--prev { left:8px; }
  .pdp-gallery--fk .pdp-gallery__nav--next { right:8px; }
  .pdp-gallery__counter {
    bottom:auto;
    top:10px;
    left:10px;
    right:auto;
    font-size:11px;
    padding:5px 10px;
  }
  .pdp-gallery__zoom-controls {
    bottom:10px;
    right:10px;
  }
  .pdp-gallery__zoom-btn {
    width:38px;
    height:38px;
    font-size:22px;
  }
  .pdp-gallery--fk .pdp-gallery__thumbs-col {
    order:2;
    flex-direction:row;
    flex:0 0 auto;
    max-height:none;
    overflow-x:auto;
    overflow-y:hidden;
    width:100%;
    gap:8px;
    padding:2px 0 4px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    scrollbar-width:thin;
  }
  .pdp-gallery--fk .pdp-gallery__thumb {
    flex:0 0 60px;
    width:60px;
    height:60px;
    scroll-snap-align:center;
  }
  .wishlist-btn--pdp {
    top:10px;
    right:10px;
  }
  .product-info--fk {
    padding:16px;
    width:100%;
    box-sizing:border-box;
  }
  .pdp-accordion,
  .pdp-accordion__body {
    width:100%;
    box-sizing:border-box;
  }
  .pdp-recommendations.section-padding {
    padding-top:40px;
  }
  .pdp-sticky-bar { display:block; }
  .product-form__actions--shop { grid-template-columns:1fr; }
}

@media (max-width:989px) {
  .pdp-zoom {
    padding:12px;
  }
  .pdp-zoom__panel {
    width:100%;
    max-width:100%;
    max-height:88vh;
  }
  .pdp-zoom__img {
    max-width:100%;
    max-height:78vh;
    width:auto;
    height:auto;
    object-fit:contain;
  }
  .pdp-zoom__close {
    top:8px;
    right:8px;
  }
  .pdp-zoom__nav--prev { left:8px; }
  .pdp-zoom__nav--next { right:8px; }
  .pdp-zoom__scale {
    bottom:12px;
    left:50%;
    right:auto;
    transform:translateX(-50%);
  }
}
