﻿/* Consolidated storefront styles. Source order: shared, home, category, product. */

:root {
  --lux-ink: #160f0d;
  --lux-copy: #2f211a;
  --lux-muted: #5b4638;
  --lux-soft: #7a6555;
  --lux-inverse: #f8f1e7;
  --lux-inverse-soft: rgba(248, 241, 231, 0.84);
  --lux-panel: #f5efe7;
  --lux-panel-strong: #efe4d4;
  --lux-gold: #caa56a;
  --lux-gold-soft: rgba(202, 165, 106, 0.18);
  --lux-line: rgba(43, 28, 19, 0.12);
  --lux-brown: #5b3928;
  --lux-merlot: #6b2634;
  --lux-night: #111827;
}

body.lux-home {
  background:
    radial-gradient(circle at top, rgba(202, 165, 106, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f2eb 0%, #f3ece2 28%, #f8f3ed 54%, #120d0b 54%, #120d0b 100%);
  color: var(--lux-ink);
  font-family: Outfit, "Segoe UI", sans-serif;
}

.lux-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.lux-page-width {
  max-width: 86rem;
}

.lux-shell::before,
.lux-shell::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}

.lux-shell::before {
  top: 8rem;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  background: rgba(202, 165, 106, 0.14);
}

.lux-shell::after {
  top: 34rem;
  left: -10rem;
  width: 26rem;
  height: 26rem;
  background: rgba(107, 38, 52, 0.08);
}

.lux-serif {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.03em;
}

.lux-home p,
.lux-home li,
.lux-home blockquote {
  color: inherit;
}

.lux-home .lux-copy {
  color: var(--lux-copy);
}

.lux-home .lux-muted {
  color: var(--lux-muted);
}

.lux-home .lux-soft {
  color: var(--lux-soft);
}

.lux-home .lux-inverse {
  color: var(--lux-inverse);
}

.lux-home .lux-inverse-soft {
  color: var(--lux-inverse-soft);
}

.storefront-header,
.storefront-header-bar {
  position: relative;
  z-index: 85;
}

.storefront-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 4.6rem;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.15rem;
  border: 0;
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.92), rgba(244, 231, 210, 0.78)),
    linear-gradient(90deg, rgba(176, 124, 43, 0.18), transparent 28%, transparent 72%, rgba(176, 124, 43, 0.16));
  padding: 0.58rem 0.68rem;
  box-shadow: 0 18px 48px rgba(33, 20, 13, 0.12);
  backdrop-filter: blur(20px);
}

.storefront-topbar-left {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  justify-self: start;
}

.storefront-brand-lockup {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.85rem;
  color: var(--lux-ink);
  text-decoration: none;
}

.storefront-brand-mark {
  display: inline-flex;
  width: clamp(7.4rem, 13vw, 10.4rem);
  height: 3.05rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.78rem;
  border: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(251, 244, 232, 0.76));
  padding: 0.42rem 0.72rem;
  box-shadow: 0 10px 24px rgba(64, 39, 18, 0.09);
}

.storefront-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.storefront-site-copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.storefront-brand-kicker {
  color: rgba(112, 72, 31, 0.72);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
}

.storefront-brand-name {
  overflow: hidden;
  color: var(--lux-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-primary-nav {
  display: flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  justify-self: center;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.08);
  background: rgba(255, 255, 255, 0.42);
  padding: 0.28rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.storefront-primary-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  color: rgba(43, 28, 19, 0.74);
  padding: 0.56rem 0.85rem;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.storefront-primary-nav-link:hover,
.storefront-primary-nav-link-active {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.74);
  color: var(--lux-ink);
  box-shadow: 0 10px 22px rgba(64, 39, 18, 0.1);
}

.storefront-primary-nav-link-active {
  transform: none;
}

.storefront-header-actions {
  position: relative;
  z-index: 95;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  justify-self: end;
}

.storefront-guest-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.storefront-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  border-radius: 0.78rem;
  border: 0;
  background: rgba(255, 255, 255, 0.68);
  color: var(--lux-copy);
  text-decoration: none;
  padding: 0.58rem 0.78rem;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
  cursor: pointer;
}

.storefront-cart-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(64, 39, 18, 0.12);
  background: rgba(255, 252, 246, 0.96);
  color: var(--lux-ink);
}

.storefront-cart-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

.storefront-cart-button-icon svg {
  width: 100%;
  height: 100%;
}

.storefront-cart-button-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-cart-button-count {
  display: inline-flex;
  min-width: 1.18rem;
  min-height: 1.18rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a100c, #5d3c1f);
  color: var(--lux-inverse);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0;
}

.storefront-header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.7rem;
  min-height: 2.65rem;
  border-radius: 0.78rem;
  text-decoration: none;
  padding: 0.56rem 0.82rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-header-button-ghost {
  border: 0;
  color: var(--lux-copy);
  background: rgba(255, 255, 255, 0.58);
}

.storefront-header-button-primary {
  border: 0;
  color: #fff8df;
  background: linear-gradient(135deg, #20140f, #6b451f 58%, #a07025);
  box-shadow: 0 12px 24px rgba(64, 39, 18, 0.16), inset 0 1px 0 rgba(255, 238, 188, 0.22);
}

.storefront-account-menu {
  position: relative;
  z-index: 96;
}

.storefront-account-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  min-height: 2.65rem;
  border-radius: 0.78rem;
  border: 0;
  background: rgba(255, 255, 255, 0.64);
  color: var(--lux-copy);
  cursor: pointer;
  padding: 0.56rem 0.82rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-account-summary::-webkit-details-marker {
  display: none;
}

.storefront-account-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  min-width: 12rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem;
  border: 1px solid rgba(43, 28, 19, 0.1);
  border-radius: 1rem;
  background: rgba(255, 251, 246, 0.98);
  box-shadow: 0 20px 54px rgba(29, 17, 12, 0.14);
  z-index: 110;
}

.storefront-account-link {
  border-radius: 0.8rem;
  color: var(--lux-copy);
  text-decoration: none;
  padding: 0.75rem 0.85rem;
  font-size: 0.84rem;
  cursor: pointer;
}

.storefront-account-link:hover {
  background: rgba(17, 11, 9, 0.05);
  color: var(--lux-ink);
}

.storefront-account-link-danger {
  color: #8a3c32;
}

.lux-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-width: auto;
  min-height: 2.65rem;
  height: auto;
  border-radius: 0.78rem;
  border: 0;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
  color: var(--lux-ink);
  flex-shrink: 0;
  padding: 0.55rem 0.78rem;
  transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease;
  cursor: pointer;
}

.lux-menu-trigger:hover {
  transform: translateY(-1px);
  box-shadow: none;
  background: rgba(255, 252, 246, 0.94);
  opacity: 1;
}

.lux-menu-trigger-lines {
  display: grid;
  gap: 0.24rem;
}

.lux-menu-trigger-lines span {
  display: block;
  width: 1.05rem;
  height: 1px;
  border-radius: 0;
  background: currentColor;
}

.lux-menu-trigger-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-drawer-shell {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
}

.storefront-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 11, 9, 0.36);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.storefront-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: min(22rem, 92vw);
  height: 100%;
  overflow-y: auto;
  padding: 1.35rem 1.25rem 1.4rem;
  background: rgba(255, 255, 255, 0.995);
  border-right: 1px solid rgba(17, 11, 9, 0.08);
  box-shadow: 0 18px 48px rgba(16, 10, 8, 0.12);
  transform: translateX(-100%);
  transition: transform 240ms ease;
}

.storefront-drawer-shell.is-open {
  pointer-events: auto;
}

.storefront-drawer-shell.is-open .storefront-drawer-overlay {
  opacity: 1;
}

.storefront-drawer-shell.is-open .storefront-drawer-panel {
  transform: translateX(0);
}

.storefront-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-drawer-kicker {
  display: inline-block;
  color: rgba(17, 11, 9, 0.55);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-drawer-title {
  margin-top: 0.4rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--lux-ink);
}

.storefront-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--lux-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.storefront-drawer-intro {
  color: rgba(17, 11, 9, 0.58);
  font-size: 0.76rem;
  line-height: 1.6;
  max-width: 15rem;
}

.storefront-drawer-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(17, 11, 9, 0.08);
}

.storefront-drawer-quicklink {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--lux-copy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}

.storefront-drawer-quicklink-active,
.storefront-drawer-quicklink:hover {
  color: var(--lux-ink);
  background: transparent;
}

.storefront-drawer-nav {
  display: grid;
  gap: 0;
}

.storefront-drawer-list {
  display: grid;
  gap: 0;
}

.storefront-drawer-group {
  margin: 0;
  padding: 0;
}

.storefront-drawer-link,
.storefront-drawer-summary,
.storefront-drawer-parent-link {
  text-decoration: none;
  cursor: pointer;
}

.storefront-drawer-link,
.storefront-drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 11, 9, 0.08);
  background: transparent;
  color: var(--lux-ink);
  padding: 0.82rem 0;
  box-shadow: none;
  box-sizing: border-box;
}

.storefront-drawer-summary {
  appearance: none;
  padding-right: 0.2rem;
  padding-left: 0;
  list-style: none;
  cursor: pointer;
}

.storefront-drawer-summary::-webkit-details-marker {
  display: none;
}

.storefront-drawer-summary::marker {
  display: none;
  content: "";
}

.storefront-drawer-link,
.storefront-drawer-parent-link,
.storefront-drawer-summary-title,
.storefront-drawer-link-title {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.storefront-drawer-link-active,
.storefront-drawer-summary-active,
.storefront-drawer-group[open] > .storefront-drawer-summary,
.storefront-drawer-parent-link-active {
  background: transparent;
  border-color: rgba(17, 11, 9, 0.22);
  color: var(--lux-ink);
}

.storefront-drawer-summary-copy {
  display: grid;
  gap: 0.08rem;
}

.storefront-drawer-summary-meta {
  color: rgba(17, 11, 9, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-drawer-group[open] > .storefront-drawer-summary .storefront-drawer-summary-meta,
.storefront-drawer-summary-active .storefront-drawer-summary-meta {
  color: rgba(17, 11, 9, 0.52);
}

.storefront-drawer-summary-icon {
  position: relative;
  width: 0.72rem;
  height: 0.72rem;
  color: rgba(17, 11, 9, 0.65);
  transition: transform 180ms ease;
}

.storefront-drawer-summary-icon::before,
.storefront-drawer-summary-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.62rem;
  height: 1px;
  border-radius: 0;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.storefront-drawer-summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.storefront-drawer-group[open] > .storefront-drawer-summary .storefront-drawer-summary-icon {
  transform: rotate(45deg);
  color: rgba(17, 11, 9, 0.65);
}

.storefront-drawer-group-body {
  display: grid;
  gap: 0;
  padding: 0 0 0.2rem 0.85rem;
  margin-left: 0;
  border-left: 0;
}

.storefront-drawer-depth-1 .storefront-drawer-link,
.storefront-drawer-depth-1 .storefront-drawer-summary {
  background: transparent;
  box-shadow: none;
  padding: 0.55rem 0;
}

.storefront-drawer-depth-1 .storefront-drawer-summary {
  padding-left: 0;
  padding-right: 0.2rem;
}

.storefront-drawer-depth-1 .storefront-drawer-link,
.storefront-drawer-depth-1 .storefront-drawer-parent-link,
.storefront-drawer-depth-1 .storefront-drawer-summary-title,
.storefront-drawer-depth-1 .storefront-drawer-link-title {
  font-size: 0.82rem;
}

.storefront-drawer-depth-1 .storefront-drawer-summary-meta {
  font-size: 0.54rem;
}

.storefront-drawer-depth-2 .storefront-drawer-link,
.storefront-drawer-depth-2 .storefront-drawer-summary {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0.38rem 0;
}

.storefront-drawer-depth-2 .storefront-drawer-summary {
  padding-left: 0;
  padding-right: 0.1rem;
}

.storefront-drawer-depth-2 .storefront-drawer-link,
.storefront-drawer-depth-2 .storefront-drawer-parent-link,
.storefront-drawer-depth-2 .storefront-drawer-summary-title,
.storefront-drawer-depth-2 .storefront-drawer-link-title {
  font-size: 0.76rem;
  font-weight: 500;
}

.storefront-drawer-parent-link {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0.35rem 0 0.55rem;
  color: rgba(17, 11, 9, 0.54);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.storefront-drawer-footer {
  margin-top: auto;
  display: grid;
  gap: 0.45rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(17, 11, 9, 0.08);
}

.storefront-drawer-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0.2rem 0;
  color: var(--lux-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-drawer-home-link-primary {
  color: var(--lux-ink);
}

.storefront-drawer-home-link-muted {
  color: rgba(17, 11, 9, 0.52);
}

.lux-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(202, 165, 106, 0.7), transparent);
}

.lux-back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 96, 0.18);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(7, 7, 7, 0.96));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  color: #fff1bf;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.lux-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lux-back-to-top:hover {
  border-color: rgba(212, 175, 96, 0.3);
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36);
}

.lux-back-to-top-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0;
  background: transparent;
  font-size: 1.15rem;
  line-height: 1;
}

.sf-animate {
  --sf-animate-delay: 0ms;
  --sf-animate-distance: 28px;
  --sf-animate-duration: 820ms;
  --sf-animate-ease: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  transition:
    opacity var(--sf-animate-duration) var(--sf-animate-ease) var(--sf-animate-delay),
    transform var(--sf-animate-duration) var(--sf-animate-ease) var(--sf-animate-delay),
    filter var(--sf-animate-duration) var(--sf-animate-ease) var(--sf-animate-delay);
  will-change: opacity, transform, filter;
}

.sf-animate-up {
  transform: translate3d(0, var(--sf-animate-distance), 0);
  filter: blur(8px);
}

.sf-animate-down {
  transform: translate3d(0, calc(var(--sf-animate-distance) * -1), 0);
  filter: blur(8px);
}

.sf-animate-left {
  transform: translate3d(calc(var(--sf-animate-distance) * -1), 0, 0);
  filter: blur(8px);
}

.sf-animate-right {
  transform: translate3d(var(--sf-animate-distance), 0, 0);
  filter: blur(8px);
}

.sf-animate-scale {
  transform: scale(0.96);
  filter: blur(8px);
}

.sf-animate.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.sf-float-soft {
  animation: sf-float-soft 8s ease-in-out infinite;
}

.sf-float-slower {
  animation: sf-float-soft 11s ease-in-out infinite;
}

@keyframes sf-float-soft {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-animate,
  .sf-float-soft,
  .sf-float-slower {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 1180px) {
  .storefront-primary-nav {
    display: none;
  }
}

@media (max-width: 639px) {
  .storefront-topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 3.85rem;
    gap: 0.55rem;
    border-radius: 1rem;
    padding: 0.48rem;
  }

  .storefront-site-copy {
    display: none;
  }

  .storefront-brand-mark {
    width: min(8.2rem, 40vw);
    height: 2.7rem;
    padding: 0.34rem 0.58rem;
  }

  .storefront-header-actions {
    gap: 0.45rem;
  }

  .storefront-cart-button {
    min-width: 2.65rem;
    justify-content: center;
    padding: 0.56rem 0.65rem;
  }

  .storefront-cart-button-label {
    display: none;
  }

  .lux-menu-trigger {
    min-width: 2.65rem;
    width: 2.65rem;
    padding: 0;
  }

  .lux-menu-trigger-text {
    display: none;
  }

  .storefront-primary-nav {
    display: none;
  }

  .storefront-header-button,
  .storefront-account-summary {
    min-width: auto;
    padding: 0.52rem 0.68rem;
    font-size: 0.66rem;
  }

  .storefront-drawer-panel {
    width: min(22rem, 92vw);
  }

  .storefront-drawer-quicklinks {
    gap: 0.65rem 0.9rem;
  }
}

body.lux-home.lux-home-dark,
html:has(body.lux-home-dark) {
  background: #030303;
}

.lux-home-dark {
  --lux-ink: #050404;
  --lux-copy: rgba(249, 236, 205, 0.86);
  --lux-muted: rgba(232, 210, 166, 0.68);
  --lux-soft: rgba(213, 172, 93, 0.86);
  --lux-inverse: #fff4d0;
  --lux-inverse-soft: rgba(249, 236, 205, 0.78);
  --lux-panel: #0d0b09;
  --lux-panel-strong: #17110c;
  --lux-gold: #d99b2b;
  --lux-gold-soft: rgba(217, 155, 43, 0.18);
  --lux-line: rgba(225, 177, 87, 0.2);
  --lux-brown: #d7a84e;
  --lux-night: #050404;
  background: #030303;
  color: var(--lux-copy);
}

.lux-home-dark .lux-shell {
  min-height: 100vh;
  background: #030303;
}

.lux-home-dark .lux-shell::before,
.lux-home-dark .lux-shell::after {
  display: none;
}

.lux-home-dark .storefront-header-bar {
  border: 1px solid rgba(225, 177, 87, 0.18);
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 155, 43, 0.18), transparent 28%),
    radial-gradient(circle at 86% 100%, rgba(49, 95, 78, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(18, 13, 9, 0.94), rgba(3, 3, 3, 0.9));
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 240, 194, 0.08);
}

.lux-home-dark .storefront-brand-mark {
  background: linear-gradient(145deg, #050404, #181008 72%, #261706);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.lux-home-dark .storefront-brand-name {
  color: #fff0bd;
}

.lux-home-dark .storefront-brand-kicker {
  color: rgba(213, 172, 93, 0.86);
}

.lux-home-dark .storefront-primary-nav {
  border-color: rgba(225, 177, 87, 0.16);
  background: rgba(5, 5, 4, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 240, 194, 0.05);
}

.lux-home-dark .storefront-primary-nav-link {
  color: rgba(249, 236, 205, 0.68);
}

.lux-home-dark .storefront-primary-nav-link:hover,
.lux-home-dark .storefront-primary-nav-link-active {
  background: linear-gradient(135deg, rgba(255, 241, 191, 0.18), rgba(217, 155, 43, 0.15));
  color: #fff4d0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(225, 177, 87, 0.16);
}

.lux-home-dark .storefront-primary-nav-link-active {
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 52%, #8a5a17 100%);
  color: #080604;
  transform: none;
  box-shadow: 0 12px 28px rgba(217, 155, 43, 0.18), inset 0 1px 0 rgba(255, 249, 220, 0.42);
}

.lux-home-dark .lux-menu-trigger,
.lux-home-dark .storefront-brand-lockup {
  color: #fff0bd;
}

.lux-home-dark .storefront-cart-button,
.lux-home-dark .storefront-header-button-ghost,
.lux-home-dark .storefront-account-summary {
  background: rgba(6, 5, 4, 0.48);
  color: #f5dfad;
  box-shadow: inset 0 1px 0 rgba(255, 240, 194, 0.04);
}

.lux-home-dark .storefront-cart-button:hover,
.lux-home-dark .storefront-header-button-ghost:hover,
.lux-home-dark .storefront-account-summary:hover {
  background: rgba(217, 155, 43, 0.14);
  color: #fff4d0;
}

.lux-home-dark .lux-menu-trigger {
  border: 1px solid rgba(225, 177, 87, 0.18);
  background: rgba(6, 5, 4, 0.46);
}

.lux-home-dark .lux-menu-trigger:hover {
  border-color: rgba(225, 177, 87, 0.34);
  background: rgba(217, 155, 43, 0.14);
}

.lux-home-dark .storefront-cart-button-count {
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.lux-home-dark .storefront-header-button-primary {
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.lux-home-dark .storefront-account-dropdown {
  min-width: 14.5rem;
  padding: 0.65rem;
  border: 1px solid rgba(225, 177, 87, 0.24);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(19, 14, 10, 0.98), rgba(4, 4, 4, 0.98) 64%, rgba(32, 20, 9, 0.96));
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.52), inset 0 0 0 1px rgba(255, 240, 194, 0.04);
}

.lux-home-dark .storefront-account-link {
  border: 1px solid transparent;
  border-radius: 0.95rem;
  color: rgba(249, 236, 205, 0.82);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lux-home-dark .storefront-account-link:hover {
  border-color: rgba(225, 177, 87, 0.22);
  background: rgba(255, 240, 189, 0.07);
  color: #fff4d0;
}

.lux-home-dark .storefront-account-link-danger {
  color: rgba(244, 168, 141, 0.86);
}

.lux-home-dark .storefront-account-link-danger:hover {
  border-color: rgba(244, 168, 141, 0.24);
  background: rgba(128, 45, 30, 0.18);
  color: #ffd6c8;
}

.lux-home-dark footer {
  border-top-color: rgba(225, 177, 87, 0.22);
  background: linear-gradient(180deg, #070604, #010101);
}

.lux-home-dark footer img {
  border-color: rgba(225, 177, 87, 0.34);
  background: #050404;
  box-shadow: 0 0 28px rgba(217, 155, 43, 0.12);
}

.lux-home-dark .lux-back-to-top {
  border-color: rgba(255, 234, 176, 0.38);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.lux-home-dark .storefront-drawer-overlay {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.storefront-footer-shell {
  border-top: 1px solid rgba(212, 175, 96, 0.16);
  background:
    radial-gradient(circle at top, rgba(212, 175, 96, 0.08), transparent 34%),
    linear-gradient(180deg, #0b0907, #040404);
  color: #fff4d0;
}

.storefront-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.7fr));
  gap: 2rem;
}

.storefront-footer-brand {
  display: grid;
  gap: 1.2rem;
}

.storefront-footer-kicker,
.storefront-footer-heading {
  color: rgba(212, 175, 96, 0.74);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.storefront-footer-copy {
  max-width: 30rem;
  color: rgba(249, 236, 205, 0.74);
  font-size: 0.95rem;
  line-height: 1.8;
}

.storefront-footer-links {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.storefront-footer-links a {
  color: rgba(249, 236, 205, 0.78);
  font-size: 0.94rem;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.storefront-footer-links a:hover {
  color: #fff4d0;
  transform: translateX(2px);
}

.storefront-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.storefront-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(212, 175, 96, 0.16);
  background: rgba(255, 241, 199, 0.03);
  color: #fff1bf;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.storefront-footer-social:hover {
  border-color: rgba(212, 175, 96, 0.3);
  background: rgba(255, 241, 199, 0.06);
  color: #fff6de;
}

.storefront-footer-social span {
  font-size: 1rem;
  line-height: 1;
}

.storefront-footer-social-fallback {
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.8rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(212, 175, 96, 0.12);
  color: rgba(249, 236, 205, 0.56);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-legal-shell {
  display: grid;
  gap: 1.4rem;
}

.storefront-legal-hero {
  display: grid;
  gap: 0.75rem;
  padding: 2rem 0 0.6rem;
}

.storefront-legal-hero h1 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.storefront-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.storefront-legal-card {
  padding: 1.5rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(7, 7, 7, 0.96));
}

.storefront-legal-card h2 {
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.02;
}

.storefront-legal-card p {
  margin-top: 0.9rem;
  color: rgba(249, 236, 205, 0.74);
  font-size: 0.96rem;
  line-height: 1.75;
}

.lux-home-dark .storefront-drawer-panel {
  width: min(34rem, 94vw);
  gap: 1.25rem;
  padding: 2rem 1.85rem;
  border-right: 1px solid rgba(225, 177, 87, 0.26);
  background: linear-gradient(145deg, rgba(20, 15, 10, 0.98), rgba(4, 4, 4, 0.98) 58%, rgba(32, 20, 9, 0.96));
  box-shadow: 28px 0 86px rgba(0, 0, 0, 0.62), inset -1px 0 0 rgba(255, 240, 194, 0.06);
}

.lux-home-dark .storefront-drawer-panel::before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  height: 0.22rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff1bf, #d69a2a 50%, rgba(49, 95, 78, 0.7));
  box-shadow: 0 0 28px rgba(217, 155, 43, 0.24);
}

.lux-home-dark .storefront-drawer-head,
.lux-home-dark .storefront-drawer-quicklinks,
.lux-home-dark .storefront-drawer-footer,
.lux-home-dark .storefront-drawer-link,
.lux-home-dark .storefront-drawer-summary {
  border-color: rgba(225, 177, 87, 0.16);
}

.lux-home-dark .storefront-drawer-title,
.lux-home-dark .storefront-drawer-close,
.lux-home-dark .storefront-drawer-link,
.lux-home-dark .storefront-drawer-summary,
.lux-home-dark .storefront-drawer-home-link {
  color: #fff0bd;
}

.lux-home-dark .storefront-drawer-title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.lux-home-dark .storefront-drawer-kicker,
.lux-home-dark .storefront-drawer-summary-meta,
.lux-home-dark .storefront-drawer-parent-link,
.lux-home-dark .storefront-drawer-home-link-muted {
  color: rgba(215, 168, 78, 0.78);
}

.lux-home-dark .storefront-drawer-intro {
  max-width: 24rem;
  color: rgba(249, 236, 205, 0.68);
}

.lux-home-dark .storefront-drawer-close,
.lux-home-dark .storefront-drawer-quicklink {
  border: 1px solid rgba(225, 177, 87, 0.18);
  border-radius: 999px;
  background: rgba(255, 240, 189, 0.05);
  color: rgba(249, 236, 205, 0.76);
}

.lux-home-dark .storefront-drawer-close {
  padding: 0.7rem 0.85rem;
}

.lux-home-dark .storefront-drawer-quicklink {
  padding: 0.62rem 0.9rem;
}

.lux-home-dark .storefront-drawer-quicklink-active,
.lux-home-dark .storefront-drawer-quicklink:hover,
.lux-home-dark .storefront-drawer-link-active,
.lux-home-dark .storefront-drawer-summary-active,
.lux-home-dark .storefront-drawer-group[open] > .storefront-drawer-summary,
.lux-home-dark .storefront-drawer-parent-link-active,
.lux-home-dark .storefront-drawer-home-link-primary {
  color: #fff4d0;
  border-color: rgba(225, 177, 87, 0.34);
}

.lux-home-dark .storefront-drawer-link,
.lux-home-dark .storefront-drawer-summary {
  border-radius: 1rem;
  border: 1px solid rgba(225, 177, 87, 0.12);
  background: rgba(255, 240, 189, 0.035);
  padding: 0.9rem 1rem;
  margin-bottom: 0.45rem;
}

.lux-home-dark .storefront-drawer-link:hover,
.lux-home-dark .storefront-drawer-summary:hover,
.lux-home-dark .storefront-drawer-link-active,
.lux-home-dark .storefront-drawer-summary-active,
.lux-home-dark .storefront-drawer-group[open] > .storefront-drawer-summary {
  background: rgba(217, 155, 43, 0.1);
  box-shadow: inset 0 0 0 1px rgba(225, 177, 87, 0.12);
}

.lux-home-dark .storefront-drawer-link-title,
.lux-home-dark .storefront-drawer-summary-title {
  font-size: 1rem;
  font-weight: 700;
}

.lux-home-dark .storefront-drawer-group-body {
  margin: 0.25rem 0 0.45rem;
  padding-left: 1.1rem;
  border-left: 1px solid rgba(225, 177, 87, 0.16);
}

.lux-home-dark .storefront-drawer-summary-icon {
  color: rgba(215, 168, 78, 0.86);
}

@media (max-width: 639px) {
  .lux-home-dark .storefront-header-bar {
    gap: 0.85rem;
    padding: 0.5rem;
  }

  .lux-home-dark .storefront-account-dropdown {
    right: -0.25rem;
    min-width: min(14rem, 78vw);
  }
}

.storefront-video-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(225, 177, 87, 0.36);
  border-radius: 2.6rem;
  background: #050404;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 240, 194, 0.05) inset;
}

.storefront-video-hero-media {
  position: absolute;
  inset: 0;
}

.storefront-video-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.82) 0%, rgba(3, 3, 3, 0.52) 36%, rgba(3, 3, 3, 0.28) 60%, rgba(3, 3, 3, 0.68) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.2) 0%, rgba(3, 3, 3, 0.16) 36%, rgba(3, 3, 3, 0.82) 100%);
}

.storefront-video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-video-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: 2rem;
  padding: 2rem;
}

.storefront-video-hero-copy {
  max-width: 44rem;
  color: #f8f1e7;
}

.storefront-video-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(225, 177, 87, 0.34);
  background: rgba(8, 7, 6, 0.52);
  color: #f5dfad;
  padding: 0.5rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.storefront-video-hero-kicker::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff0bd, #d99b2b 48%, #7b4b10);
  box-shadow: 0 0 18px rgba(225, 177, 87, 0.46);
  flex-shrink: 0;
}

.storefront-video-hero-title {
  margin-top: 1.15rem;
  max-width: 10ch;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(3rem, 8vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #fff4d0;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.68), 0 0 28px rgba(213, 157, 47, 0.18);
}

.storefront-video-hero-body {
  margin-top: 1.3rem;
  max-width: 36rem;
  color: rgba(248, 241, 231, 0.82);
  font-size: 0.98rem;
  line-height: 1.85;
}

.storefront-video-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.8rem;
}

.storefront-video-hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.storefront-video-hero-action:hover {
  transform: translateY(-1px);
}

.storefront-video-hero-action-primary {
  border: 1px solid rgba(255, 234, 176, 0.56);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 47%, #8a5a17 100%);
  color: #080604;
  box-shadow: 0 14px 32px rgba(190, 129, 28, 0.28);
}

.storefront-video-hero-action-secondary {
  border: 1px solid rgba(225, 177, 87, 0.34);
  background: rgba(6, 5, 4, 0.5);
  color: #f5dfad;
}

.storefront-video-hero-panel {
  display: grid;
  gap: 0.85rem;
  align-self: stretch;
  justify-self: end;
  width: min(100%, 22rem);
  justify-items: end;
}

.storefront-video-hero-note,
.storefront-video-hero-card {
  border: 1px solid rgba(225, 177, 87, 0.24);
  background: linear-gradient(145deg, rgba(18, 14, 10, 0.78), rgba(5, 5, 5, 0.62));
  backdrop-filter: blur(14px);
}

.storefront-video-hero-note {
  margin-top: 0.65rem;
  margin-left: auto;
  display: inline-block;
  border-radius: 1.35rem;
  width: fit-content;
  max-width: min(22rem, 100%);
  padding: 0.8rem 0.9rem;
  color: rgba(248, 241, 231, 0.82);
  font-size: 0.7rem;
  line-height: 1.55;
  justify-self: end;
}

.storefront-video-hero-card {
  margin-top: auto;
  border-radius: 1.8rem;
  padding: 1.15rem;
  color: #f8f1e7;
}

.storefront-video-hero-card-label {
  color: rgba(248, 241, 231, 0.62);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-video-hero-card-title {
  margin-top: 0.75rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1.02;
  color: #fff0bd;
}

.storefront-video-hero-card-copy {
  margin-top: 0.8rem;
  color: rgba(248, 241, 231, 0.78);
  font-size: 0.82rem;
  line-height: 1.7;
}

.storefront-video-hero-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(225, 177, 87, 0.18);
  color: rgba(245, 223, 173, 0.72);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-home-page main > section,
.storefront-home-page .lux-page-width > section {
  color: var(--lux-copy);
}

.storefront-home-page article,
.storefront-home-page .grid > a.block,
.storefront-home-page .grid > div.block,
.storefront-home-page .bg-white\/62,
.storefront-home-page .bg-white\/65,
.storefront-home-page .bg-white\/66,
.storefront-home-page .bg-white\/70,
.storefront-home-page .bg-white\/72,
.storefront-home-page .bg-white\/80,
.storefront-home-page .bg-white\/55,
.storefront-home-page .bg-white\/6 {
  border-color: rgba(225, 177, 87, 0.2) !important;
  background: rgba(10, 9, 7, 0.9) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28) !important;
}

.storefront-home-page main > section > div[class*="rounded"],
.storefront-home-page .lux-page-width > section > div[class*="rounded"],
.storefront-home-page .lux-page-width > div[class*="rounded"] {
  border-color: rgba(225, 177, 87, 0.18) !important;
  background: linear-gradient(145deg, rgba(15, 12, 9, 0.96), rgba(5, 5, 5, 0.94) 64%, rgba(28, 18, 9, 0.9)) !important;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36) !important;
}

.storefront-home-page #collections > .mb-8,
.storefront-home-page main > section > div:not([class*="rounded"]) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.storefront-home-page #collections > .grid {
  margin-top: 0 !important;
}

.storefront-home-page #collections .group {
  padding: 0.35rem;
}

.storefront-home-page #collections .group > .p-5 {
  padding: 1.15rem 1.15rem 0.85rem;
}

.storefront-home-page #collections .group > .p-6 {
  padding: 1.25rem 1.15rem 1.35rem;
}

.storefront-home-page [class*="bg-[linear-gradient"]:not([style*="background-image"]) {
  background-image: linear-gradient(145deg, #15100b, #050505 58%, #2b1a0a) !important;
  border-color: rgba(225, 177, 87, 0.2) !important;
}

.storefront-home-page [style*="background-image"] {
  background-color: #090807;
  box-shadow: inset 0 -12rem 8rem rgba(0, 0, 0, 0.62), inset 0 0 0 1px rgba(225, 177, 87, 0.14);
}

.storefront-home-page [class*="border-black"] {
  border-color: rgba(225, 177, 87, 0.18) !important;
}

.storefront-home-page [class*="border-white"] {
  border-color: rgba(225, 177, 87, 0.18) !important;
}

.storefront-home-page [class*="text-[var(--lux-ink)]"],
.storefront-home-page h1,
.storefront-home-page h2,
.storefront-home-page h3 {
  color: #fff0bd !important;
}

.storefront-home-page [class*="text-white"],
.storefront-home-page .text-white {
  color: #fff4d0 !important;
}

.storefront-home-page [class*="text-[var(--lux-brown)]"],
.storefront-home-page .lux-soft {
  color: #d7a84e !important;
}

.storefront-home-page .lux-copy,
.storefront-home-page .lux-muted {
  color: rgba(249, 236, 205, 0.72) !important;
}

.storefront-home-page .lux-divider {
  background: linear-gradient(90deg, transparent, rgba(225, 177, 87, 0.82), transparent);
}

.storefront-home-page .inline-flex.rounded-full.bg-\[var\(--lux-ink\)\],
.storefront-home-page a[class*="bg-[var(--lux-ink)]"] {
  border: 1px solid rgba(255, 234, 176, 0.54);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%) !important;
  color: #080604 !important;
  box-shadow: 0 14px 32px rgba(190, 129, 28, 0.24);
}

.storefront-home-page a[class*="bg-white"],
.storefront-home-page span[class*="bg-white"] {
  border-color: rgba(225, 177, 87, 0.24) !important;
  background: rgba(7, 6, 5, 0.72) !important;
  color: #f5dfad !important;
}

.storefront-home-page [class*="bg-[var(--lux-gold-soft)]"] {
  background: linear-gradient(135deg, rgba(255, 239, 190, 0.18), rgba(217, 155, 43, 0.1)) !important;
}

.storefront-home-page [class*="bg-[var(--lux-gold)]"],
.storefront-home-page .h-1\.5.w-1\.5,
.storefront-home-page .h-2.w-2 {
  background: linear-gradient(135deg, #fff0bd, #d99b2b 48%, #7b4b10) !important;
}

@media (max-width: 1023px) {
  .storefront-video-hero-inner {
    grid-template-columns: 1fr;
  }

  .storefront-video-hero-panel {
    width: 100%;
    justify-self: stretch;
    justify-items: start;
  }

  .storefront-video-hero-note {
    margin-top: 0;
    margin-left: 0;
    max-width: min(20rem, 100%);
    justify-self: start;
  }
}

@media (max-width: 639px) {
  .storefront-video-hero {
    border-radius: 2rem;
  }

  .storefront-video-hero-inner {
    gap: 1.25rem;
    padding: 1.2rem;
  }

  .storefront-video-hero-title {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .storefront-video-hero-body {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .storefront-video-hero-actions {
    gap: 0.75rem;
  }

  .storefront-video-hero-action {
    width: 100%;
  }

  .storefront-video-hero-note {
    max-width: none;
  }

  .storefront-video-hero-card-title {
    font-size: 1.45rem;
  }
}

body.lux-home {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(202, 165, 106, 0.15), transparent 24%),
    radial-gradient(circle at top right, rgba(107, 38, 52, 0.08), transparent 20%),
    linear-gradient(180deg, #f7f2eb 0%, #f3ede4 36%, #f5efe7 72%, #f1e8dc 100%);
  background-attachment: fixed;
}

.lux-shell {
  min-height: 100vh;
}

.storefront-category-hero {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
  align-items: stretch;
}

.storefront-category-hero-copy,
.storefront-category-feature,
.storefront-category-filters,
.storefront-category-results {
  border: 1px solid rgba(43, 28, 19, 0.1);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(22, 14, 10, 0.08);
}

.storefront-category-hero-copy {
  position: relative;
  overflow: hidden;
  border-radius: 1.65rem;
  padding: clamp(1.25rem, 2.6vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.95), rgba(246, 239, 229, 0.9) 58%, rgba(235, 220, 199, 0.82)),
    linear-gradient(90deg, rgba(202, 165, 106, 0.16), transparent 46%);
}

.storefront-category-hero-copy::before {
  content: "";
  position: absolute;
  left: clamp(1.25rem, 2.6vw, 2.4rem);
  top: clamp(1.25rem, 2.6vw, 2.4rem);
  width: 3.5rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lux-gold), rgba(202, 165, 106, 0.08));
  pointer-events: none;
}

.storefront-category-hero-copy::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  width: min(18rem, 32vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202, 165, 106, 0.78));
  pointer-events: none;
}

.storefront-category-breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  color: rgba(43, 28, 19, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.storefront-category-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.08);
  background: rgba(255, 255, 255, 0.58);
  padding: 0.35rem 0.65rem;
  color: inherit;
  text-decoration: none;
}

.storefront-category-breadcrumbs > span {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
}

.storefront-category-kicker,
.storefront-category-results-kicker,
.storefront-category-filters-kicker,
.storefront-category-feature-label,
.storefront-category-filter-title,
.storefront-category-empty-kicker {
  color: var(--lux-brown);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-category-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(202, 165, 106, 0.18);
  background: rgba(255, 255, 255, 0.68);
  padding: 0.5rem 0.82rem;
}

.storefront-category-kicker::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--lux-gold);
}

.storefront-category-title {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin: 0.65rem 0 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.storefront-category-description {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0.85rem 0 0;
  color: rgba(43, 28, 19, 0.72);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

.storefront-category-stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 46rem;
  margin-top: 1.25rem;
}

.storefront-category-stats div {
  border-radius: 0.9rem;
  border: 1px solid rgba(43, 28, 19, 0.09);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.78rem 0.85rem;
}

.storefront-category-stats span {
  display: block;
  color: var(--lux-soft);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-category-stats strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--lux-ink);
  font-size: 1.18rem;
  font-weight: 800;
}

.storefront-category-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 52rem;
  margin-top: 0.85rem;
}

.storefront-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--lux-copy);
  padding: 0.58rem 0.84rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.storefront-category-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(202, 165, 106, 0.34);
  background: rgba(255, 255, 255, 0.95);
}

.storefront-category-pill small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
  border-radius: 999px;
  background: rgba(202, 165, 106, 0.14);
  color: var(--lux-brown);
  font-size: 0.62rem;
  font-weight: 700;
}

.storefront-category-pill-all {
  border-color: rgba(202, 165, 106, 0.28);
  background: rgba(202, 165, 106, 0.14);
}

.storefront-category-feature {
  display: block;
  overflow: hidden;
  border-radius: 1.65rem;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  justify-self: end;
}

.storefront-category-feature-media {
  min-height: 13.5rem;
  height: 13.5rem;
  background: linear-gradient(155deg, #eadcc9, #caa67a, #5d3a2b);
  background-position: center 18%;
  background-size: cover;
}

.storefront-category-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.storefront-category-feature-placeholder {
  display: flex;
  min-height: 14rem;
  align-items: end;
  padding: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-category-feature-copy {
  padding: 0.9rem 1rem 1rem;
}

.storefront-category-feature-title,
.storefront-category-card-title,
.storefront-category-empty-title {
  margin-top: 0.55rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  line-height: 1;
  letter-spacing: -0.04em;
}

.storefront-category-feature-title {
  font-size: 1.45rem;
}

.storefront-category-feature-copy p,
.storefront-category-card-desc,
.storefront-category-empty-copy {
  margin-top: 0.45rem;
  color: var(--lux-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.storefront-category-shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(18rem, 19rem) minmax(0, 1fr);
  margin-top: 1.6rem;
  align-items: start;
  position: relative;
}

.storefront-category-overlay {
  display: none;
}

.storefront-category-filters {
  position: sticky;
  top: 1rem;
  border-radius: 2rem;
  padding: 1.25rem;
}

.storefront-category-filters-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-category-filters-head h2 {
  margin-top: 0.35rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 2rem;
}

.storefront-category-filters-close {
  display: none;
  border: 0;
  background: transparent;
  color: var(--lux-copy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-category-form,
.storefront-category-filter-group {
  display: grid;
  gap: 0.8rem;
}

.storefront-category-form {
  margin-top: 1.15rem;
}

.storefront-category-filter-group {
  padding-top: 1rem;
  border-top: 1px solid rgba(43, 28, 19, 0.08);
}

.storefront-category-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  color: var(--lux-copy);
  font-size: 0.85rem;
  cursor: pointer;
}

.storefront-category-option input {
  width: 1rem;
  height: 1rem;
  accent-color: #7a4f31;
}

.storefront-category-option small {
  color: var(--lux-soft);
  font-size: 0.72rem;
}

.storefront-category-option-single {
  grid-template-columns: auto 1fr;
}

.storefront-category-price-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storefront-category-price-grid label,
.storefront-category-sort-form label {
  display: grid;
  gap: 0.45rem;
}

.storefront-category-price-grid span,
.storefront-category-sort-form span {
  color: var(--lux-soft);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-category-price-grid input,
.storefront-category-sort-form select {
  min-height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--lux-copy);
  padding: 0.85rem 0.95rem;
}

.storefront-category-filter-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.storefront-category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-category-button-primary {
  border: 1px solid rgba(17, 11, 9, 0.9);
  background: var(--lux-ink);
  color: var(--lux-inverse);
}

.storefront-category-button-secondary {
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--lux-copy);
}

.storefront-category-results {
  overflow: hidden;
  border-radius: 1.45rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 245, 239, 0.9)),
    radial-gradient(circle at top, rgba(202, 165, 106, 0.08), transparent 28%);
}

.storefront-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-category-toolbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.storefront-category-results-title {
  margin: 0.18rem 0 0;
  color: var(--lux-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.storefront-category-results-copy {
  margin-top: 0.28rem;
  color: var(--lux-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.storefront-category-mobile-filter {
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--lux-copy);
  padding: 0.82rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-category-mobile-filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  min-height: 1.55rem;
  border-radius: 999px;
  background: var(--lux-ink);
  color: var(--lux-inverse);
  font-size: 0.68rem;
}

.storefront-category-sort-form {
  flex-shrink: 0;
}

.storefront-category-active {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.storefront-category-active span,
.storefront-category-card-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  background: rgba(17, 11, 9, 0.08);
  color: var(--lux-copy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-category-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.storefront-category-card {
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid rgba(43, 28, 19, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(21, 14, 10, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.storefront-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 57, 40, 0.16);
  box-shadow: 0 24px 54px rgba(21, 14, 10, 0.12);
}

.storefront-category-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.storefront-category-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4.75;
  background: linear-gradient(160deg, #efe5d7, #d7b694, #785442);
}

.storefront-category-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(16, 11, 9, 0), rgba(16, 11, 9, 0.82));
  pointer-events: none;
}

.storefront-category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.storefront-category-card-link:hover .storefront-category-card-media img {
  transform: scale(1.03);
}

.storefront-category-card-placeholder {
  display: flex;
  height: 100%;
  align-items: end;
  padding: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-category-card-badges {
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  z-index: 1;
}

.storefront-category-card-badges span {
  min-height: 1.75rem;
  padding-inline: 0.68rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  color: var(--lux-ink);
  letter-spacing: 0.14em;
}

.storefront-category-card-title-wrap {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 1.1rem 1rem 1rem;
}

.storefront-category-card-copy {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.storefront-category-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-category-card-label {
  color: var(--lux-soft);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-category-card-price {
  display: grid;
  justify-items: end;
  flex-shrink: 0;
  color: var(--lux-ink);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
}

.storefront-category-card-price strong {
  font-weight: 900;
}

.storefront-category-card-price-prefix,
.storefront-category-card-price-was {
  color: rgba(91, 57, 40, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
}

.storefront-category-card-price-prefix {
  color: rgba(91, 57, 40, 0.66);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.storefront-category-card-price-was {
  text-decoration: line-through;
}

.storefront-category-card-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  color: rgba(91, 57, 40, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.storefront-category-card-meta-row span {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 154, 42, 0.22);
  background: rgba(255, 247, 225, 0.62);
  padding: 0.34rem 0.62rem;
}

.storefront-category-card-title {
  margin: 0.35rem 0 0;
  color: var(--lux-ink);
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: none;
}

.storefront-category-card-swatches {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
}

.storefront-category-card-swatch,
.storefront-category-card-swatch-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: var(--lux-brown);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storefront-category-card-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-category-card-swatch-more {
  background: rgba(43, 28, 19, 0.08);
}

.storefront-category-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(43, 28, 19, 0.08);
  padding-top: 0.85rem;
  color: var(--lux-brown);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-category-card-foot::after {
  content: "";
  width: 1.35rem;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.storefront-category-card:hover .storefront-category-card-foot::after {
  width: 2.15rem;
}

.storefront-category-empty {
  grid-column: 1 / -1;
  border-radius: 2rem;
  border: 1px dashed rgba(43, 28, 19, 0.16);
  background: linear-gradient(145deg, rgba(255, 252, 247, 0.82), rgba(243, 232, 216, 0.64));
  padding: 2rem;
}

.storefront-category-empty-title {
  font-size: 2rem;
}

.storefront-category-load,
.storefront-category-end {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  margin-top: 1rem;
  color: var(--lux-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-category-load-spinner {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid rgba(43, 28, 19, 0.16);
  border-top-color: var(--lux-brown);
  animation: storefront-category-spin 0.75s linear infinite;
}

[hidden] {
  display: none !important;
}

@keyframes storefront-category-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .storefront-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .storefront-category-hero,
  .storefront-category-shell {
    grid-template-columns: 1fr;
  }

  .storefront-category-title {
    max-width: 15ch;
  }

  .storefront-category-feature {
    max-width: none;
    justify-self: stretch;
  }

  .storefront-category-feature-media {
    height: auto;
    min-height: 15rem;
  }

  .storefront-category-filters {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 125;
    width: min(24rem, 92vw);
    height: 100vh;
    overflow-y: auto;
    border-radius: 0 2rem 2rem 0;
    transform: translateX(-100%);
    transition: transform 220ms ease;
  }

  .storefront-category-filters.is-open {
    transform: translateX(0);
  }

  .storefront-category-overlay {
    position: fixed;
    inset: 0;
    z-index: 124;
    display: block;
    background: rgba(17, 11, 9, 0.36);
    backdrop-filter: blur(6px);
  }

  .storefront-category-filters-close,
  .storefront-category-mobile-filter {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .storefront-category-hero-copy {
    border-radius: 1.35rem;
    padding: 1.35rem;
  }

  .storefront-category-hero-copy::before,
  .storefront-category-hero-copy::after {
    display: none;
  }

  .storefront-category-title {
    max-width: none;
    font-size: clamp(2.45rem, 13vw, 3.7rem);
    line-height: 1;
  }

  .storefront-category-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .storefront-category-toolbar-left {
    justify-content: space-between;
  }

  .storefront-category-grid {
    grid-template-columns: 1fr;
  }

  .storefront-category-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-category-price-grid {
    grid-template-columns: 1fr;
  }
}

.lux-home-dark .storefront-category-hero-copy,
.lux-home-dark .storefront-category-feature,
.lux-home-dark .storefront-category-filters,
.lux-home-dark .storefront-category-results,
.lux-home-dark .storefront-category-card,
.lux-home-dark .storefront-category-empty {
  border-color: rgba(225, 177, 87, 0.2);
  background: linear-gradient(145deg, rgba(15, 12, 9, 0.96), rgba(5, 5, 5, 0.94) 64%, rgba(28, 18, 9, 0.9));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36);
}

.lux-home-dark .storefront-category-hero-copy {
  background:
    linear-gradient(135deg, rgba(17, 13, 9, 0.98), rgba(5, 5, 5, 0.96) 56%, rgba(35, 24, 13, 0.94)),
    linear-gradient(90deg, rgba(217, 155, 43, 0.14), transparent 48%);
}

.lux-home-dark .storefront-category-hero-copy::before {
  background: linear-gradient(90deg, #d99b2b, rgba(217, 155, 43, 0.08));
}

.lux-home-dark .storefront-category-hero-copy::after {
  background: linear-gradient(90deg, transparent, rgba(225, 177, 87, 0.82));
}

.lux-home-dark .storefront-category-kicker {
  border-color: rgba(225, 177, 87, 0.26);
  background: rgba(6, 5, 4, 0.58);
  color: #d7a84e;
}

.lux-home-dark .storefront-category-kicker::before {
  background: linear-gradient(135deg, #fff0bd, #d99b2b 48%, #7b4b10);
  box-shadow: 0 0 18px rgba(225, 177, 87, 0.42);
}

.lux-home-dark .storefront-category-breadcrumbs,
.lux-home-dark .storefront-category-results-copy,
.lux-home-dark .storefront-category-description,
.lux-home-dark .storefront-category-empty-copy,
.lux-home-dark .storefront-category-option,
.lux-home-dark .storefront-category-button-secondary {
  color: rgba(249, 236, 205, 0.72);
}

.lux-home-dark .storefront-category-kicker,
.lux-home-dark .storefront-category-results-kicker,
.lux-home-dark .storefront-category-filters-kicker,
.lux-home-dark .storefront-category-feature-label,
.lux-home-dark .storefront-category-filter-title,
.lux-home-dark .storefront-category-empty-kicker,
.lux-home-dark .storefront-category-card-label,
.lux-home-dark .storefront-category-price-grid span,
.lux-home-dark .storefront-category-sort-form span,
.lux-home-dark .storefront-category-option small,
.lux-home-dark .storefront-category-load,
.lux-home-dark .storefront-category-end {
  color: #d7a84e;
}

.lux-home-dark .storefront-category-title,
.lux-home-dark .storefront-category-results-title,
.lux-home-dark .storefront-category-feature-title,
.lux-home-dark .storefront-category-filters-head h2,
.lux-home-dark .storefront-category-empty-title,
.lux-home-dark .storefront-category-card-title {
  color: #fff0bd;
}

.lux-home-dark .storefront-category-title {
  text-shadow: 0 22px 60px rgba(0, 0, 0, 0.55), 0 0 30px rgba(217, 155, 43, 0.16);
}

.lux-home-dark .storefront-category-stats div,
.lux-home-dark .storefront-category-pill,
.lux-home-dark .storefront-category-active span,
.lux-home-dark .storefront-category-price-grid input,
.lux-home-dark .storefront-category-sort-form select,
.lux-home-dark .storefront-category-button-secondary {
  border-color: rgba(225, 177, 87, 0.18);
  background: rgba(10, 9, 7, 0.9);
  color: rgba(249, 236, 205, 0.82);
}

.lux-home-dark .storefront-category-stats strong {
  color: #fff4d0;
}

.lux-home-dark .storefront-category-stats span {
  color: rgba(215, 168, 78, 0.82);
}

.lux-home-dark .storefront-category-pill small {
  background: rgba(217, 155, 43, 0.18);
  color: #fff0bd;
}

.lux-home-dark .storefront-category-filter-group {
  border-top-color: rgba(225, 177, 87, 0.16);
}

.lux-home-dark .storefront-category-option input {
  accent-color: #d99b2b;
}

.lux-home-dark .storefront-category-card-media,
.lux-home-dark .storefront-category-feature-media {
  background: linear-gradient(155deg, #15100b, #050505 58%, #2b1a0a);
}

.lux-home-dark .storefront-category-card-badges span {
  border: 1px solid rgba(225, 177, 87, 0.22);
  background: rgba(6, 5, 4, 0.68);
  color: #f5dfad;
}

.lux-home-dark .storefront-category-card-price {
  color: #fff4d0;
}

.lux-home-dark .storefront-category-card-price-was {
  color: rgba(249, 236, 205, 0.46);
}

.lux-home-dark .storefront-category-card-price-prefix {
  color: rgba(249, 236, 205, 0.62);
}

.lux-home-dark .storefront-category-card-meta-row span,
.lux-home-dark .storefront-category-card-swatch,
.lux-home-dark .storefront-category-card-swatch-more {
  border-color: rgba(225, 177, 87, 0.18);
  background: rgba(10, 9, 7, 0.78);
  color: rgba(249, 236, 205, 0.82);
}

.lux-home-dark .storefront-category-card-foot {
  border-top-color: rgba(225, 177, 87, 0.14);
  color: #d7a84e;
}

.lux-home-dark .storefront-category-feature {
  background: #050404;
}

.lux-home-dark .storefront-category-feature-media {
  min-height: 13.5rem;
  box-shadow: inset 0 -4.5rem 4rem rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(225, 177, 87, 0.12);
  filter: saturate(1.05) contrast(1.04);
}

.lux-home-dark .storefront-category-feature-copy {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.96), rgba(3, 3, 3, 0.98));
}

.lux-home-dark .storefront-category-feature-label {
  color: #d7a84e;
}

.lux-home-dark .storefront-category-mobile-filter {
  border-color: rgba(225, 177, 87, 0.24);
  background: rgba(6, 5, 4, 0.58);
  color: #f5dfad;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.lux-home-dark .storefront-category-button-primary,
.lux-home-dark .storefront-category-mobile-filter span {
  border-color: rgba(255, 234, 176, 0.54);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.storefront-category-variant-tile {
  border-style: solid;
  border-color: rgba(255, 214, 122, 0.24);
  background:
    linear-gradient(145deg, rgba(54, 35, 12, 0.96), rgba(120, 78, 18, 0.92) 46%, rgba(247, 205, 104, 0.9)),
    #8a5a17;
  box-shadow: 0 24px 58px rgba(105, 68, 17, 0.2);
}

.storefront-category-variant-media {
  position: relative;
  aspect-ratio: 4 / 3.25;
  overflow: hidden;
  background: linear-gradient(155deg, #4d310d, #9c6b1f 50%, #f6d37a);
}

.storefront-category-variant-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(63, 38, 6, 0), rgba(62, 38, 7, 0.9));
  pointer-events: none;
}

.storefront-category-variant-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.storefront-category-variant-tile:hover .storefront-category-variant-media img {
  transform: scale(1.03);
}

.storefront-category-variant-badge {
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 244, 205, 0.42);
  background: rgba(36, 22, 4, 0.72);
  color: #fff0bd;
  padding: 0.42rem 0.72rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-category-variant-discount {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  z-index: 1;
  display: inline-flex;
  min-height: 1.85rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(85, 52, 10, 0.28);
  background: linear-gradient(135deg, #fff4c8 0%, #f0bf50 52%, #b77a18 100%);
  color: #1b1004;
  padding: 0.42rem 0.72rem;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-category-variant-copy {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.storefront-category-variant-kicker,
.storefront-category-variant-meta,
.storefront-category-variant-price {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-category-variant-kicker,
.storefront-category-variant-meta {
  color: rgba(255, 247, 224, 0.78);
}

.storefront-category-variant-title {
  margin: 0;
  color: #fff8df;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.storefront-category-variant-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
}

.storefront-category-variant-price {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 220, 0.54);
  background: rgba(255, 247, 224, 0.92);
  color: #1d1205;
  padding: 0.55rem 0.9rem;
}

.storefront-category-variant-price-was {
  color: rgba(29, 18, 5, 0.52);
  text-decoration: line-through;
}

.lux-home-dark .storefront-category-load-spinner {
  border-color: rgba(225, 177, 87, 0.2);
  border-top-color: #d99b2b;
}

.lux-home-dark .storefront-category-overlay {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

@media (max-width: 639px) {
  .storefront-category-variant-title {
    font-size: 1.2rem;
  }
}

.storefront-product-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 177, 87, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(107, 38, 52, 0.14), transparent 24%),
    linear-gradient(180deg, #120d0b 0%, #050505 54%, #120d0b 100%);
}

.storefront-product-shell {
  display: grid;
  gap: 1rem;
}

.storefront-product-top {
  display: grid;
  gap: 1rem;
  align-items: start;
  grid-template-columns: minmax(0, 0.98fr) minmax(22rem, 1.02fr);
}

.storefront-product-media,
.storefront-product-summary,
.storefront-product-panel,
.storefront-product-related {
  border: 1px solid rgba(43, 28, 19, 0.1);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 64px rgba(22, 14, 10, 0.1);
  backdrop-filter: blur(14px);
}

.storefront-product-media {
  position: sticky;
  top: 1rem;
  overflow: hidden;
  border-radius: 1.35rem;
  padding: 0.7rem;
}

.storefront-product-feature {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(145deg, #f0e2cf, #d9b07d, #6c4536);
  aspect-ratio: 4 / 4.75;
}

.storefront-product-feature::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(16, 10, 8, 0.42));
  pointer-events: none;
}

.storefront-product-feature img,
.storefront-product-feature video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-product-feature video {
  background: #050505;
}

.storefront-product-feature:has(video)::before {
  content: "Video";
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  border-radius: 999px;
  border: 1px solid rgba(255, 234, 176, 0.34);
  background: rgba(6, 5, 4, 0.72);
  color: #fff0bd;
  padding: 0.42rem 0.72rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-placeholder {
  display: flex;
  height: 100%;
  align-items: end;
  padding: 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4.6rem, 1fr));
  gap: 0.55rem;
  margin-top: 0.65rem;
}

.storefront-product-thumbs:has(> .storefront-product-thumb:only-child) {
  grid-template-columns: minmax(4.6rem, 5.4rem);
}

.storefront-product-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(43, 28, 19, 0.12);
  border-radius: 1rem;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 0;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.storefront-product-thumb:hover,
.storefront-product-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(202, 165, 106, 0.78);
  box-shadow: 0 14px 26px rgba(54, 35, 12, 0.16);
}

.storefront-product-thumb img,
.storefront-product-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-product-thumb-type {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  border-radius: 999px;
  background: rgba(16, 10, 8, 0.72);
  color: #fff4d0;
  padding: 0.28rem 0.45rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-product-summary {
  border-radius: 1.35rem;
  padding: clamp(1rem, 2vw, 1.55rem);
}

.storefront-product-breadcrumbs,
.storefront-product-kicker,
.storefront-product-panel-label,
.storefront-product-meta-title {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  color: rgba(43, 28, 19, 0.52);
}

.storefront-product-breadcrumbs a {
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.08);
  background: rgba(255, 255, 255, 0.58);
  padding: 0.28rem 0.58rem;
  color: inherit;
  text-decoration: none;
}

.storefront-product-kicker {
  margin-top: 1rem;
  color: var(--lux-brown);
}

.storefront-product-title {
  max-width: 15ch;
  margin-top: 0.6rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.storefront-product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
  color: var(--lux-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.storefront-product-stars {
  display: inline-flex;
  gap: 0.1rem;
  letter-spacing: 0;
}

.storefront-product-stars .is-filled {
  color: #d99b2b;
}

.storefront-product-stars .is-empty {
  color: rgba(122, 101, 85, 0.46);
}

.storefront-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.8rem;
  margin-top: 1rem;
}

.storefront-product-price {
  color: var(--lux-ink);
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.storefront-product-price-base {
  color: rgba(43, 28, 19, 0.45);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: line-through;
}

.storefront-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgba(17, 11, 9, 0.08);
  color: var(--lux-copy);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-badge-gold {
  border: 1px solid rgba(202, 165, 106, 0.34);
  background: linear-gradient(135deg, #fff2c6, #dfaa3c 52%, #9a6416);
  color: #160d04;
}

.storefront-product-selected-variant,
.storefront-product-stock-strip {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(202, 165, 106, 0.2);
  background: rgba(202, 165, 106, 0.1);
  padding: 0.8rem 0.95rem;
}

.storefront-product-selected-variant span,
.storefront-product-stock-strip span {
  color: var(--lux-brown);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-selected-variant strong {
  color: var(--lux-ink);
  font-size: 1rem;
}

.storefront-product-description {
  margin-top: 1rem;
  color: var(--lux-muted);
  font-size: 0.95rem;
  line-height: 1.85;
}

.storefront-product-meta-strip {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.storefront-product-meta-strip div {
  border-radius: 0.9rem;
  border: 1px solid rgba(43, 28, 19, 0.09);
  background: rgba(255, 255, 255, 0.66);
  padding: 0.72rem 0.78rem;
}

.storefront-product-meta-strip span {
  display: block;
  color: var(--lux-soft);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-product-meta-strip strong {
  display: block;
  overflow: hidden;
  margin-top: 0.22rem;
  color: var(--lux-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-product-option-block {
  margin-top: 1.1rem;
}

.storefront-product-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.storefront-product-swatch-group {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(8.25rem, 1fr));
  margin-top: 0.6rem;
}

.storefront-product-swatch {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(43, 28, 19, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: var(--lux-copy);
  padding: 0.45rem 0.65rem;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.storefront-product-swatch:hover,
.storefront-product-swatch.is-active {
  transform: translateY(-1px);
  border-color: rgba(202, 165, 106, 0.5);
  background: rgba(255, 247, 225, 0.78);
}

.storefront-product-swatch img,
.storefront-product-swatch > span {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(202, 165, 106, 0.16);
}

.storefront-product-swatch img {
  object-fit: cover;
}

.storefront-product-swatch > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lux-brown);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storefront-product-swatch strong {
  overflow: hidden;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.storefront-product-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--lux-copy);
  padding: 0.5rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-product-chip-button {
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.storefront-product-chip-button:hover,
.storefront-product-chip-button.is-active {
  transform: translateY(-1px);
  border-color: rgba(202, 165, 106, 0.6);
  background: var(--lux-ink);
  color: var(--lux-inverse);
}

.storefront-product-chip-button.is-muted {
  opacity: 0.48;
  text-decoration: line-through;
}

.storefront-product-actions {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.storefront-product-cart-form {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.storefront-product-cart-form label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(202, 165, 106, 0.18);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.75rem 0.85rem;
}

.storefront-product-cart-form label span {
  color: var(--lux-brown);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-cart-form select {
  min-width: 5.5rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--lux-copy);
  padding: 0.55rem 0.75rem;
  font-weight: 800;
}

.storefront-product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.85rem 0.95rem;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.storefront-product-action:hover {
  transform: translateY(-1px);
}

.storefront-product-action-primary {
  background: var(--lux-ink);
  color: var(--lux-inverse);
  box-shadow: 0 16px 32px rgba(22, 14, 10, 0.14);
}

.storefront-product-action-secondary {
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--lux-copy);
}

.storefront-product-action-accent {
  border: 1px solid rgba(202, 165, 106, 0.42);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #120b04;
}

.storefront-product-detail-grid,
.storefront-product-social-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.storefront-product-panel {
  border-radius: 1.25rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.storefront-product-panel-label {
  color: var(--lux-soft);
}

.storefront-product-panel-title {
  margin-top: 0.6rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
}

.storefront-product-panel-copy {
  margin-top: 0.8rem;
  color: var(--lux-muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.storefront-product-meta-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.15rem;
}

.storefront-product-meta-item {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(43, 28, 19, 0.08);
}

.storefront-product-meta-title {
  color: var(--lux-copy);
}

.storefront-product-meta-copy {
  margin-top: 0.42rem;
  color: var(--lux-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.storefront-product-review-summary,
.storefront-product-question-card {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(202, 165, 106, 0.18);
  background: rgba(255, 247, 229, 0.72);
  padding: 1rem;
}

.storefront-product-review-score {
  color: var(--lux-ink);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
}

.storefront-product-review-summary p,
.storefront-product-question-card p,
.storefront-product-question-card span {
  color: var(--lux-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.storefront-product-question-card {
  display: grid;
}

.storefront-product-question-card strong {
  color: var(--lux-copy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-form {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.storefront-product-form label {
  display: grid;
  gap: 0.45rem;
}

.storefront-product-form label span {
  color: var(--lux-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-product-form textarea {
  width: 100%;
  resize: vertical;
  border-radius: 1rem;
  border: 1px solid rgba(43, 28, 19, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--lux-copy);
  padding: 0.85rem 0.95rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.storefront-product-form button {
  width: fit-content;
  min-height: 2.85rem;
  border-radius: 999px;
  border: 1px solid rgba(202, 165, 106, 0.38);
  background: var(--lux-ink);
  color: var(--lux-inverse);
  padding: 0.75rem 1.05rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-star-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.15rem;
}

.storefront-product-star-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.storefront-product-star-input label {
  color: rgba(122, 101, 85, 0.56);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  transition: color 160ms ease, transform 160ms ease;
}

.storefront-product-star-input label:hover,
.storefront-product-star-input label:hover ~ label,
.storefront-product-star-input input:checked ~ label {
  color: #c78b1d;
  transform: translateY(-1px);
}

.storefront-product-related {
  border-radius: 1.25rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.storefront-product-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-product-related-head a {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(43, 28, 19, 0.1);
  color: var(--lux-brown);
  padding: 0.65rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-product-related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
}

.storefront-product-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(43, 28, 19, 0.08);
  background: rgba(255, 255, 255, 0.68);
  color: inherit;
  padding: 0.55rem;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.storefront-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(202, 165, 106, 0.38);
  box-shadow: 0 18px 38px rgba(22, 14, 10, 0.1);
}

.storefront-product-card-media {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
  background: linear-gradient(150deg, #ece1d2, #caa67a, #5d3a2b);
}

.storefront-product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.storefront-product-card:hover .storefront-product-card-media img {
  transform: scale(1.04);
}

.storefront-product-card-copy {
  padding: 0.85rem 0.35rem 0.35rem;
}

.storefront-product-card-title {
  color: var(--lux-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.12;
}

.storefront-product-card-meta {
  margin-top: 0.35rem;
  color: var(--lux-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-card-desc {
  margin-top: 0.55rem;
  color: var(--lux-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.storefront-product-entry-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.storefront-product-entry-list-title {
  color: var(--lux-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-product-entry {
  border-radius: 1rem;
  border: 1px solid rgba(43, 28, 19, 0.08);
  background: rgba(255, 255, 255, 0.68);
  padding: 0.9rem;
}

.storefront-product-entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-product-entry-head strong {
  color: var(--lux-copy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-product-entry-head span {
  color: var(--lux-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-product-entry p,
.storefront-product-answer {
  margin-top: 0.55rem;
  color: var(--lux-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.storefront-product-answer {
  border-radius: 0.85rem;
  background: rgba(202, 165, 106, 0.12);
  padding: 0.75rem;
}

.storefront-product-notice {
  border-radius: 1.2rem;
  border: 1px solid rgba(202, 165, 106, 0.22);
  background: rgba(255, 247, 229, 0.74);
  padding: 0.9rem 1rem;
}

.storefront-product-notice p {
  color: var(--lux-copy);
  font-size: 0.86rem;
  font-weight: 700;
}

.storefront-toast-stack {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 220;
  display: grid;
  gap: 0.75rem;
  width: min(24rem, calc(100vw - 2rem));
  pointer-events: none;
}

.storefront-toast {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(225, 177, 87, 0.24);
  background:
    linear-gradient(145deg, rgba(15, 12, 9, 0.98), rgba(5, 5, 5, 0.96) 64%, rgba(28, 18, 9, 0.94));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42);
  color: #f9eccd;
  padding: 0.9rem;
  pointer-events: auto;
  animation: storefront-toast-in 240ms ease-out both;
}

.storefront-toast.is-hiding {
  animation: storefront-toast-out 220ms ease-in both;
}

.storefront-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 234, 176, 0.38);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 52%, #8a5a17 100%);
  color: #080604;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.storefront-toast-error .storefront-toast-icon {
  border-color: rgba(255, 181, 168, 0.46);
  background: linear-gradient(135deg, #ffd7ce 0%, #d45a42 54%, #7d1f13 100%);
  color: #170502;
}

.storefront-toast-copy {
  min-width: 0;
}

.storefront-toast-copy strong {
  display: block;
  color: #fff0bd;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.storefront-toast-copy p {
  margin-top: 0.28rem;
  color: rgba(249, 236, 205, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
}

.storefront-toast-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid rgba(225, 177, 87, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(249, 236, 205, 0.78);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

@keyframes storefront-toast-in {
  from {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes storefront-toast-out {
  to {
    opacity: 0;
    transform: translateY(-0.4rem) scale(0.98);
  }
}

.storefront-product-empty-state,
.storefront-product-field-error {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(202, 165, 106, 0.18);
  background: rgba(255, 247, 229, 0.72);
  padding: 0.85rem 0.9rem;
}

.storefront-product-empty-state strong,
.storefront-product-field-error {
  color: var(--lux-brown);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-product-empty-state p {
  margin-top: 0.35rem;
  color: var(--lux-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.storefront-product-field-error {
  border-color: rgba(185, 71, 55, 0.34);
  background: rgba(185, 71, 55, 0.12);
  color: #b94737;
}

.lux-home-dark .storefront-product-media,
.lux-home-dark .storefront-product-summary,
.lux-home-dark .storefront-product-panel,
.lux-home-dark .storefront-product-related {
  border-color: rgba(225, 177, 87, 0.2);
  background: linear-gradient(145deg, rgba(15, 12, 9, 0.96), rgba(5, 5, 5, 0.94) 62%, rgba(28, 18, 9, 0.9));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36);
}

.lux-home-dark .storefront-product-breadcrumbs,
.lux-home-dark .storefront-product-rating,
.lux-home-dark .storefront-product-description,
.lux-home-dark .storefront-product-panel-copy,
.lux-home-dark .storefront-product-meta-copy,
.lux-home-dark .storefront-product-review-summary p,
.lux-home-dark .storefront-product-question-card p,
.lux-home-dark .storefront-product-question-card span,
.lux-home-dark .storefront-product-card-desc,
.lux-home-dark .storefront-product-entry p,
.lux-home-dark .storefront-product-answer {
  color: rgba(249, 236, 205, 0.72);
}

.lux-home-dark .storefront-product-kicker,
.lux-home-dark .storefront-product-panel-label,
.lux-home-dark .storefront-product-meta-title,
.lux-home-dark .storefront-product-meta-strip span,
.lux-home-dark .storefront-product-card-meta,
.lux-home-dark .storefront-product-entry-list-title,
.lux-home-dark .storefront-product-related-head a,
.lux-home-dark .storefront-product-form label span {
  color: #d7a84e;
}

.lux-home-dark .storefront-product-title,
.lux-home-dark .storefront-product-price,
.lux-home-dark .storefront-product-meta-strip strong,
.lux-home-dark .storefront-product-selected-variant strong,
.lux-home-dark .storefront-product-panel-title,
.lux-home-dark .storefront-product-review-score,
.lux-home-dark .storefront-product-question-card strong,
.lux-home-dark .storefront-product-card-title,
.lux-home-dark .storefront-product-entry-head strong {
  color: #fff0bd;
}

.lux-home-dark .storefront-product-price-base {
  color: rgba(249, 236, 205, 0.42);
}

.lux-home-dark .storefront-product-badge,
.lux-home-dark .storefront-product-chip,
.lux-home-dark .storefront-product-swatch,
.lux-home-dark .storefront-product-thumb,
.lux-home-dark .storefront-product-cart-form label,
.lux-home-dark .storefront-product-cart-form select,
.lux-home-dark .storefront-product-action-secondary,
.lux-home-dark .storefront-product-related-head a,
.lux-home-dark .storefront-product-form textarea,
.lux-home-dark .storefront-product-card,
.lux-home-dark .storefront-product-entry {
  border-color: rgba(225, 177, 87, 0.2);
  background: rgba(7, 6, 5, 0.72);
  color: #f5dfad;
}

.lux-home-dark .storefront-product-meta-strip div {
  border-color: rgba(225, 177, 87, 0.16);
  background: rgba(10, 9, 7, 0.72);
}

.lux-home-dark .storefront-product-selected-variant,
.lux-home-dark .storefront-product-stock-strip,
.lux-home-dark .storefront-product-review-summary,
.lux-home-dark .storefront-product-question-card {
  border-color: rgba(225, 177, 87, 0.2);
  background: linear-gradient(135deg, rgba(255, 239, 190, 0.12), rgba(217, 155, 43, 0.08));
}

.lux-home-dark .storefront-product-selected-variant span,
.lux-home-dark .storefront-product-stock-strip span {
  color: #d7a84e;
}

.lux-home-dark .storefront-product-chip-button:hover,
.lux-home-dark .storefront-product-chip-button.is-active,
.lux-home-dark .storefront-product-swatch:hover,
.lux-home-dark .storefront-product-swatch.is-active,
.lux-home-dark .storefront-product-form button,
.lux-home-dark .storefront-product-action-primary {
  border-color: rgba(255, 234, 176, 0.54);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.lux-home-dark .storefront-product-swatch img,
.lux-home-dark .storefront-product-swatch > span {
  border-color: rgba(225, 177, 87, 0.24);
  background: rgba(217, 155, 43, 0.16);
  color: #fff0bd;
}

.lux-home-dark .storefront-product-action-accent,
.lux-home-dark .storefront-product-badge-gold {
  border-color: rgba(255, 234, 176, 0.54);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.lux-home-dark .storefront-product-meta-item {
  border-top-color: rgba(225, 177, 87, 0.16);
}

.lux-home-dark .storefront-product-stars .is-empty,
.lux-home-dark .storefront-product-star-input label {
  color: rgba(249, 236, 205, 0.34);
}

.lux-home-dark .storefront-product-entry-head span {
  color: #d7a84e;
}

.lux-home-dark .storefront-product-cart-form label span {
  color: #d7a84e;
}

.lux-home-dark .storefront-product-answer,
.lux-home-dark .storefront-product-notice,
.lux-home-dark .storefront-product-empty-state {
  border-color: rgba(225, 177, 87, 0.2);
  background: linear-gradient(135deg, rgba(255, 239, 190, 0.12), rgba(217, 155, 43, 0.08));
}

.lux-home-dark .storefront-product-notice p,
.lux-home-dark .storefront-product-empty-state p {
  color: rgba(249, 236, 205, 0.82);
}

.lux-home-dark .storefront-product-empty-state strong {
  color: #d7a84e;
}

.lux-home-dark .storefront-product-field-error {
  border-color: rgba(255, 118, 96, 0.32);
  background: rgba(122, 24, 14, 0.28);
  color: #ffb5a8;
}

.storefront-product-gated {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(202, 165, 106, 0.18);
  background: rgba(255, 247, 229, 0.72);
  padding: 1rem;
}

.storefront-product-gated span {
  color: var(--lux-brown);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-product-gated p {
  color: var(--lux-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.storefront-product-gated a {
  display: inline-flex;
  width: fit-content;
  min-height: 2.65rem;
  align-items: center;
  border-radius: 999px;
  background: var(--lux-ink);
  color: var(--lux-inverse);
  padding: 0.68rem 0.95rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.lux-home-dark .storefront-product-gated {
  border-color: rgba(225, 177, 87, 0.2);
  background: linear-gradient(135deg, rgba(255, 239, 190, 0.12), rgba(217, 155, 43, 0.08));
}

.lux-home-dark .storefront-product-gated span {
  color: #d7a84e;
}

.lux-home-dark .storefront-product-gated p {
  color: rgba(249, 236, 205, 0.72);
}

.lux-home-dark .storefront-product-gated a {
  border: 1px solid rgba(255, 234, 176, 0.54);
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 48%, #8a5a17 100%);
  color: #080604;
}

.storefront-cart-page {
  background:
    linear-gradient(180deg, rgba(212, 175, 96, 0.08), transparent 18rem),
    linear-gradient(180deg, #090909 0%, #050505 58%, #0d0b09 100%);
}

.storefront-cart-hero,
.storefront-cart-empty {
  border: 1px solid rgba(212, 175, 96, 0.14);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  box-shadow: none;
}

.storefront-cart-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.storefront-cart-hero h1,
.storefront-cart-empty h2 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  line-height: 1.02;
}

.storefront-cart-hero h1 {
  margin-top: 0.5rem;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
}

.storefront-cart-hero p,
.storefront-cart-empty p {
  color: rgba(249, 236, 205, 0.68);
  line-height: 1.7;
}

.storefront-cart-hero a,
.storefront-cart-empty a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 96, 0.2);
  border-radius: 0;
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
  padding: 0.78rem 1rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-cart-empty {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.storefront-cart-summary {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0;
  border: 1px solid rgba(212, 175, 96, 0.14);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  box-shadow: none;
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.storefront-cart-summary-row,
.storefront-cart-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(212, 175, 96, 0.12);
  margin-top: 1rem;
  padding-top: 1rem;
}

.storefront-cart-summary-row span,
.storefront-cart-summary-total span {
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-cart-summary-row strong {
  color: #fff6e7;
  text-align: right;
}

.storefront-cart-summary-total strong {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.02;
  text-align: right;
}

.storefront-cart-summary p {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 175, 96, 0.1);
  color: rgba(249, 236, 205, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}

.storefront-cart-checkout {
  display: inline-flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border: 1px solid rgba(239, 205, 126, 0.62);
  border-radius: 0;
  background: linear-gradient(135deg, #d8ad54 0%, #f4df9a 48%, #a9782d 100%);
  color: #120f0b;
  padding: 0.78rem 1rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-cart-reset .storefront-cart-hero,
.storefront-cart-reset .storefront-cart-empty,
.storefront-cart-reset .storefront-cart-list,
.storefront-cart-reset .storefront-cart-item,
.storefront-cart-reset .storefront-cart-summary,
.storefront-cart-reset .storefront-cart-checkout,
.storefront-cart-reset .storefront-cart-item-media,
.storefront-cart-reset .storefront-cart-item-meta span,
.storefront-cart-reset .storefront-cart-item-actions select,
.storefront-cart-reset .storefront-cart-item-actions button,
.storefront-cart-reset .storefront-cart-list-head a {
  border-radius: 0 !important;
  box-shadow: none;
}

.storefront-cart-reset .storefront-cart-hero,
.storefront-cart-reset .storefront-cart-empty,
.storefront-cart-reset .storefront-cart-list,
.storefront-cart-reset .storefront-cart-item,
.storefront-cart-reset .storefront-cart-summary {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
}

.storefront-cart-reset .storefront-cart-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  min-height: auto;
  margin-top: 0.9rem;
  padding: clamp(0.95rem, 2vw, 1.35rem);
  position: relative;
  overflow: hidden;
}

.storefront-cart-reset .storefront-cart-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.1)),
    linear-gradient(135deg, rgba(212, 175, 96, 0.08), transparent 52%);
}

.storefront-cart-reset .storefront-cart-hero > * {
  position: relative;
  z-index: 1;
}

.storefront-cart-reset .storefront-cart-hero h1,
.storefront-cart-reset .storefront-cart-empty h2,
.storefront-cart-reset .storefront-cart-list-head h2,
.storefront-cart-reset .storefront-cart-item h2,
.storefront-cart-reset .storefront-cart-summary-total strong {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  line-height: 1.02;
}

.storefront-cart-reset .storefront-cart-hero h1 {
  margin-top: 0.35rem;
  max-width: none;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  letter-spacing: -0.035em;
}

.storefront-cart-reset .storefront-cart-hero p {
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.storefront-cart-reset .storefront-cart-hero p,
.storefront-cart-reset .storefront-cart-empty p,
.storefront-cart-reset .storefront-cart-summary p,
.storefront-cart-reset .storefront-cart-item-meta {
  max-width: 42rem;
  color: rgba(249, 236, 205, 0.68);
  line-height: 1.7;
}

.storefront-cart-reset .storefront-cart-hero a,
.storefront-cart-reset .storefront-cart-empty a,
.storefront-cart-reset .storefront-cart-checkout,
.storefront-cart-reset .storefront-cart-list-head a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 96, 0.2);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
  padding: 0.78rem 1rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.storefront-cart-reset .storefront-cart-checkout {
  border-color: rgba(239, 205, 126, 0.62);
  background: linear-gradient(135deg, #d8ad54 0%, #f4df9a 48%, #a9782d 100%);
  color: #120f0b;
}

.storefront-cart-reset .storefront-cart-hero a:hover,
.storefront-cart-reset .storefront-cart-empty a:hover,
.storefront-cart-reset .storefront-cart-list-head a:hover {
  border-color: rgba(212, 175, 96, 0.45);
  background: rgba(255, 241, 199, 0.075);
  color: #fff6e7;
}

.storefront-cart-reset .storefront-cart-checkout:hover {
  border-color: rgba(255, 229, 162, 0.9);
  background: linear-gradient(135deg, #f0c96d 0%, #fff0ad 48%, #c4923b 100%);
  color: #0c0905;
}

.storefront-cart-reset .storefront-cart-empty {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.storefront-cart-reset .storefront-cart-shell {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.38fr);
  margin-top: 1.2rem;
  align-items: start;
}

.storefront-cart-reset .storefront-cart-list {
  display: grid;
  gap: 0;
}

.storefront-cart-reset .storefront-cart-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(212, 175, 96, 0.1);
}

.storefront-cart-reset .storefront-cart-list-head h2 {
  margin-top: 0.25rem;
  font-size: clamp(1.4rem, 2.8vw, 2.25rem);
  letter-spacing: -0.03em;
}

.storefront-cart-reset .storefront-cart-item {
  display: grid;
  gap: 1.05rem;
  grid-template-columns: clamp(7.5rem, 14vw, 10rem) minmax(0, 1fr);
  border: 0;
  border-bottom: 1px solid rgba(212, 175, 96, 0.1);
  background: transparent;
  padding: 1rem;
}

.storefront-cart-reset .storefront-cart-item:last-child {
  border-bottom: 0;
}

.storefront-cart-reset .storefront-cart-item-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: linear-gradient(135deg, #2b201a, #0d0d0d);
}

.storefront-cart-reset .storefront-cart-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.storefront-cart-reset .storefront-cart-item-media span {
  display: flex;
  height: 100%;
  align-items: end;
  padding: 0.85rem;
  color: #fff1bf;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-cart-reset .storefront-cart-item-copy {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.storefront-cart-reset .storefront-cart-item-top {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.storefront-cart-reset .storefront-cart-item h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.storefront-cart-reset .storefront-cart-item h2 a {
  color: inherit;
  text-decoration: none;
}

.storefront-cart-reset .storefront-cart-item-top strong {
  flex: 0 0 auto;
  color: #fff4d0;
  font-weight: 900;
}

.storefront-cart-reset .storefront-cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.78rem;
}

.storefront-cart-reset .storefront-cart-item-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
  padding: 0.48rem 0.65rem;
}

.storefront-cart-reset .storefront-cart-item-meta em {
  color: rgba(212, 175, 96, 0.72);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-cart-reset .storefront-cart-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.storefront-cart-reset .storefront-cart-item-actions label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(212, 175, 96, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-cart-reset .storefront-cart-item-actions select {
  border: 1px solid rgba(212, 175, 96, 0.18);
  background: #0b0b0b;
  color: #fff6e7;
  padding: 0.55rem 0.75rem;
  color-scheme: dark;
  cursor: pointer;
}

.storefront-cart-reset .storefront-cart-item-actions button {
  min-height: 2.45rem;
  border: 1px solid rgba(247, 183, 162, 0.22);
  background: rgba(122, 24, 14, 0.16);
  color: #f7b7a2;
  padding: 0.55rem 0.8rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.storefront-cart-reset .storefront-cart-item-actions button:hover,
.storefront-cart-reset .storefront-cart-item-actions button:focus-visible {
  border-color: rgba(247, 183, 162, 0.4);
  background: rgba(122, 24, 14, 0.28);
  color: #ffd7ca;
  outline: none;
}

.storefront-cart-reset .storefront-cart-item-actions .storefront-cart-item-wishlist {
  border-color: rgba(212, 175, 96, 0.18);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
}

.storefront-cart-reset .storefront-cart-item-actions .storefront-cart-item-wishlist:hover,
.storefront-cart-reset .storefront-cart-item-actions .storefront-cart-item-wishlist:focus-visible {
  border-color: rgba(212, 175, 96, 0.42);
  background: rgba(255, 241, 199, 0.075);
  color: #fff6e7;
}

.storefront-cart-reset .storefront-cart-summary {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0;
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.storefront-cart-reset .storefront-cart-summary-row,
.storefront-cart-reset .storefront-cart-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(212, 175, 96, 0.12);
  padding-top: 1rem;
  margin-top: 1rem;
}

.storefront-cart-reset .storefront-cart-summary-row span,
.storefront-cart-reset .storefront-cart-summary-total span {
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-cart-reset .storefront-cart-summary-row strong {
  color: #fff6e7;
  text-align: right;
}

.storefront-cart-reset .storefront-cart-summary-total strong {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  text-align: right;
}

.storefront-cart-reset .storefront-cart-summary .storefront-product-panel-label {
  color: rgba(212, 175, 96, 0.82);
}

.storefront-cart-reset .storefront-cart-summary p {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 175, 96, 0.1);
  font-size: 0.9rem;
}

.storefront-cart-reset .storefront-cart-checkout {
  width: 100%;
  margin-top: 1rem;
}

.storefront-checkout-shell {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.34fr);
  margin-top: 1.2rem;
  align-items: start;
}

.storefront-checkout-form {
  display: grid;
  gap: 1rem;
}

.storefront-checkout-panel {
  display: grid;
  gap: 1rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(225, 177, 87, 0.2);
  background: linear-gradient(145deg, rgba(15, 12, 9, 0.96), rgba(5, 5, 5, 0.94) 62%, rgba(28, 18, 9, 0.9));
  padding: clamp(1rem, 2vw, 1.25rem);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.storefront-checkout-panel h2 {
  color: #fff0bd;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.05;
}

.storefront-checkout-panel p {
  color: rgba(249, 236, 205, 0.72);
  line-height: 1.7;
}

.storefront-checkout-pause {
  border-color: rgba(255, 181, 116, 0.38);
  background: linear-gradient(135deg, rgba(255, 239, 190, 0.14), rgba(122, 24, 14, 0.22));
}

.storefront-checkout-summary .storefront-cart-checkout:disabled {
  cursor: not-allowed;
  filter: grayscale(0.35);
  opacity: 0.62;
}

.storefront-checkout-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storefront-checkout-field {
  display: grid;
  gap: 0.45rem;
}

.storefront-checkout-field-wide {
  grid-column: 1 / -1;
}

.storefront-checkout-field span,
.storefront-checkout-option strong {
  color: #d7a84e;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-checkout-field input,
.storefront-checkout-field textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(225, 177, 87, 0.2);
  background: rgba(7, 6, 5, 0.72);
  color: #f5dfad;
  padding: 0.85rem 0.9rem;
  outline: none;
}

.storefront-checkout-field textarea {
  resize: vertical;
}

.storefront-checkout-field input:focus,
.storefront-checkout-field textarea:focus {
  border-color: rgba(255, 234, 176, 0.54);
  box-shadow: 0 0 0 3px rgba(225, 177, 87, 0.12);
}

.storefront-checkout-field small {
  color: #ffb5a8;
  font-size: 0.76rem;
  font-weight: 800;
}

.storefront-checkout-options {
  display: grid;
  gap: 0.75rem;
}

.storefront-checkout-option {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  border-radius: 1.15rem;
  border: 1px solid rgba(225, 177, 87, 0.2);
  background: rgba(7, 6, 5, 0.72);
  padding: 0.85rem;
}

.storefront-checkout-option input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #d69a2a;
}

.storefront-checkout-option span {
  display: grid;
  gap: 0.2rem;
}

.storefront-checkout-option em,
.storefront-checkout-summary p,
.storefront-checkout-item span {
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.5;
}

.storefront-checkout-option b,
.storefront-checkout-item b {
  color: #fff0bd;
}

.storefront-checkout-payment-message {
  min-height: 1.4rem;
  color: #ffcf9d;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.5;
}

.storefront-checkout-items {
  display: grid;
  gap: 0.8rem;
}

.storefront-checkout-item {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid rgba(225, 177, 87, 0.16);
  padding-bottom: 0.8rem;
}

.storefront-checkout-item-media {
  display: block;
  overflow: hidden;
  border-radius: 0.9rem;
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #4d310d, #9c6b1f 50%, #f6d37a);
  text-decoration: none;
}

.storefront-checkout-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-checkout-item-media span {
  display: flex;
  height: 100%;
  align-items: end;
  padding: 0.5rem;
  color: #fff0bd;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-checkout-item div:nth-child(2) {
  display: grid;
  gap: 0.15rem;
}

.storefront-checkout-item strong {
  color: #fff0bd;
  font-size: 0.95rem;
  line-height: 1.2;
}

.storefront-checkout-item strong a {
  color: inherit;
  text-decoration: none;
}

.storefront-checkout-summary .storefront-cart-checkout {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.storefront-checkout-reset .storefront-cart-hero,
.storefront-checkout-reset .storefront-checkout-panel,
.storefront-checkout-reset .storefront-cart-summary,
.storefront-checkout-reset .storefront-checkout-option,
.storefront-checkout-reset .storefront-checkout-field input,
.storefront-checkout-reset .storefront-checkout-field select,
.storefront-checkout-reset .storefront-checkout-field textarea,
.storefront-checkout-reset .storefront-checkout-address-card,
.storefront-checkout-reset .storefront-checkout-save-address,
.storefront-checkout-reset .storefront-checkout-item,
.storefront-checkout-reset .storefront-checkout-item-media {
  border-radius: 0 !important;
  box-shadow: none;
}

.storefront-checkout-reset .storefront-checkout-shell {
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.38fr);
}

.storefront-checkout-reset .storefront-cart-hero {
  min-height: auto;
  margin-top: 0.9rem;
  padding: clamp(0.95rem, 2vw, 1.35rem);
}

.storefront-checkout-reset .storefront-cart-hero h1 {
  max-width: none;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  letter-spacing: -0.035em;
}

.storefront-checkout-reset .storefront-cart-hero p {
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.storefront-checkout-reset .storefront-checkout-form {
  display: grid;
  gap: 1rem;
}

.storefront-checkout-reset .storefront-checkout-panel,
.storefront-checkout-reset .storefront-cart-summary {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.storefront-checkout-reset .storefront-checkout-pause {
  border-color: rgba(247, 183, 162, 0.18);
  background: linear-gradient(180deg, rgba(35, 16, 12, 0.72), rgba(7, 7, 7, 0.98));
}

.storefront-checkout-reset .storefront-checkout-panel h2 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.storefront-checkout-reset .storefront-checkout-panel p {
  color: rgba(249, 236, 205, 0.68);
}

.storefront-checkout-reset .storefront-checkout-grid {
  gap: 0.8rem;
  margin-top: 1rem;
}

.storefront-checkout-reset .storefront-checkout-field span,
.storefront-checkout-reset .storefront-checkout-option strong,
.storefront-checkout-reset .storefront-checkout-address-card strong {
  color: rgba(212, 175, 96, 0.82);
}

.storefront-checkout-reset .storefront-checkout-field input,
.storefront-checkout-reset .storefront-checkout-field select,
.storefront-checkout-reset .storefront-checkout-field textarea {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: #0b0b0b;
  color: #fff6e7;
}

.storefront-checkout-reset .storefront-checkout-field input:focus,
.storefront-checkout-reset .storefront-checkout-field select:focus,
.storefront-checkout-reset .storefront-checkout-field textarea:focus {
  border-color: rgba(212, 175, 96, 0.45);
  outline: none;
}

.storefront-checkout-reset .storefront-checkout-field select {
  height: 3.05rem;
  width: 100%;
  padding: 0 0.85rem;
  color-scheme: dark;
  cursor: pointer;
}

.storefront-checkout-reset .storefront-checkout-field select option {
  background: #0b0b0b;
  color: #fff6e7;
}

.storefront-checkout-reset .storefront-checkout-address-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.storefront-checkout-reset .storefront-checkout-address-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.025);
  padding: 0.85rem;
  cursor: pointer;
}

.storefront-checkout-reset .storefront-checkout-address-card:has(input:checked) {
  border-color: rgba(212, 175, 96, 0.45);
  background: rgba(255, 241, 199, 0.07);
}

.storefront-checkout-reset .storefront-checkout-address-card em {
  display: block;
  margin-top: 0.25rem;
  color: rgba(249, 236, 205, 0.68);
  font-style: normal;
  line-height: 1.45;
}

.storefront-checkout-reset .storefront-checkout-address-card b {
  border: 1px solid rgba(212, 175, 96, 0.2);
  color: #fff1bf;
  padding: 0.35rem 0.5rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-checkout-reset .storefront-checkout-save-address {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: end;
  margin-top: 1rem;
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.025);
  padding: 0.85rem;
}

.storefront-checkout-reset .storefront-checkout-check {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.55rem;
  color: #f7ead0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-checkout-reset .storefront-checkout-check input {
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  appearance: none;
  place-items: center;
  border: 1px solid rgba(212, 175, 96, 0.42);
  border-radius: 0;
  background: rgba(255, 241, 199, 0.035);
  cursor: pointer;
}

.storefront-checkout-reset .storefront-checkout-check input::before {
  width: 0.58rem;
  height: 0.58rem;
  content: "";
  background: #d4af60;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 140ms ease, transform 140ms ease;
}

.storefront-checkout-reset .storefront-checkout-check input:checked {
  border-color: rgba(255, 229, 162, 0.86);
  background: rgba(212, 175, 96, 0.16);
}

.storefront-checkout-reset .storefront-checkout-check input:checked::before {
  opacity: 1;
  transform: scale(1);
}

.storefront-checkout-reset .storefront-checkout-check input:focus-visible {
  outline: 2px solid rgba(212, 175, 96, 0.34);
  outline-offset: 2px;
}

.storefront-checkout-reset .storefront-cart-checkout {
  border: 1px solid rgba(239, 205, 126, 0.62);
}

.storefront-checkout-reset .storefront-checkout-option {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.025);
}

.storefront-checkout-reset .storefront-checkout-option:has(input:checked) {
  border-color: rgba(212, 175, 96, 0.42);
  background: rgba(255, 241, 199, 0.07);
}

.storefront-checkout-reset .storefront-checkout-option em,
.storefront-checkout-reset .storefront-checkout-summary p,
.storefront-checkout-reset .storefront-checkout-item span {
  color: rgba(249, 236, 205, 0.62);
}

.storefront-checkout-reset .storefront-checkout-item {
  border: 1px solid rgba(212, 175, 96, 0.1);
  background: rgba(255, 241, 199, 0.025);
}

.storefront-checkout-reset .storefront-checkout-item-media {
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: linear-gradient(135deg, #2b201a, #0d0d0d);
}

.storefront-checkout-reset .storefront-checkout-item-media img {
  object-position: center 18%;
}

.storefront-wishlist-reset .storefront-wishlist-card,
.storefront-wishlist-reset .storefront-wishlist-media,
.storefront-wishlist-reset .storefront-wishlist-actions a,
.storefront-wishlist-reset .storefront-wishlist-actions button {
  border-radius: 0 !important;
  box-shadow: none;
}

.storefront-wishlist-reset .storefront-wishlist-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
  margin-top: 1.2rem;
}

.storefront-wishlist-reset .storefront-wishlist-card {
  display: grid;
  grid-template-columns: clamp(7rem, 13vw, 9rem) minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.storefront-wishlist-reset .storefront-wishlist-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 96, 0.28);
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
}

.storefront-wishlist-reset .storefront-wishlist-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #2b201a, #0d0d0d);
}

.storefront-wishlist-reset .storefront-wishlist-media::after {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 44%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88));
}

.storefront-wishlist-reset .storefront-wishlist-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transition: opacity 220ms ease;
}

.storefront-wishlist-reset .storefront-wishlist-card:hover .storefront-wishlist-media img {
  opacity: 0.88;
}

.storefront-wishlist-reset .storefront-wishlist-media span {
  display: flex;
  height: 100%;
  align-items: end;
  padding: 1rem;
  color: #fff1bf;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-wishlist-reset .storefront-wishlist-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.34fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(0.9rem, 2vw, 1.25rem);
}

.storefront-wishlist-reset .storefront-wishlist-copy h2 {
  display: -webkit-box;
  margin-top: 0.35rem;
  overflow: hidden;
  color: #fff4db;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-wishlist-reset .storefront-wishlist-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.storefront-wishlist-reset .storefront-wishlist-copy p {
  margin-top: 0.55rem;
  color: rgba(249, 236, 205, 0.68);
  font-size: 0.88rem;
  line-height: 1.6;
}

.storefront-wishlist-reset .storefront-wishlist-foot {
  display: grid;
  gap: 0.85rem;
  justify-items: end;
  border-left: 1px solid rgba(212, 175, 96, 0.1);
  padding-left: 1rem;
}

.storefront-wishlist-reset .storefront-wishlist-foot strong {
  color: #fff4d0;
  font-size: 1.22rem;
}

.storefront-wishlist-reset .storefront-wishlist-actions {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
}

.storefront-wishlist-reset .storefront-wishlist-actions a,
.storefront-wishlist-reset .storefront-wishlist-actions button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 96, 0.18);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
  padding: 0.65rem 0.75rem;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-wishlist-reset .storefront-wishlist-actions a {
  border-color: rgba(239, 205, 126, 0.62);
  background: linear-gradient(135deg, #d8ad54 0%, #f4df9a 48%, #a9782d 100%);
  color: #120f0b;
}

.storefront-wishlist-reset .storefront-wishlist-actions a:hover,
.storefront-wishlist-reset .storefront-wishlist-actions a:focus-visible {
  border-color: rgba(255, 229, 162, 0.9);
  background: linear-gradient(135deg, #f0c96d 0%, #fff0ad 48%, #c4923b 100%);
  color: #0c0905;
  outline: none;
}

.storefront-wishlist-reset .storefront-wishlist-actions button {
  border-color: rgba(247, 183, 162, 0.22);
  background: rgba(122, 24, 14, 0.16);
  color: #f7b7a2;
}

.storefront-address-reset .storefront-address-card,
.storefront-address-reset .storefront-address-card-head span,
.storefront-address-reset .storefront-address-actions button,
.storefront-address-reset .storefront-address-current {
  border-radius: 0 !important;
  box-shadow: none;
}

.storefront-address-reset .storefront-address-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.storefront-address-reset .storefront-address-card {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  padding: clamp(1rem, 2vw, 1.35rem);
  transition: border-color 220ms ease, background 220ms ease;
}

.storefront-address-reset .storefront-address-card:hover {
  border-color: rgba(212, 175, 96, 0.28);
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
}

.storefront-address-reset .storefront-address-card-head {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: space-between;
}

.storefront-address-reset .storefront-address-card-head h2 {
  margin-top: 0.35rem;
  color: #fff4db;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.storefront-address-reset .storefront-address-card-head span {
  border: 1px solid rgba(212, 175, 96, 0.28);
  color: #fff1bf;
  padding: 0.35rem 0.55rem;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.storefront-address-reset .storefront-address-contact,
.storefront-address-reset .storefront-address-line {
  color: rgba(249, 236, 205, 0.66);
  font-size: 0.9rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.storefront-address-reset .storefront-address-contact {
  color: rgba(255, 244, 219, 0.82);
}

.storefront-address-reset .storefront-address-actions {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  margin-top: 0.25rem;
}

.storefront-address-reset .storefront-address-actions form {
  min-width: 0;
}

.storefront-address-reset .storefront-address-actions button,
.storefront-address-reset .storefront-address-current {
  display: inline-flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 96, 0.18);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
  padding: 0.65rem 0.75rem;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.storefront-address-reset .storefront-address-actions button:hover,
.storefront-address-reset .storefront-address-actions button:focus-visible {
  border-color: rgba(212, 175, 96, 0.38);
  background: rgba(255, 241, 199, 0.07);
  outline: none;
}

.storefront-address-reset .storefront-address-current {
  border-color: rgba(212, 175, 96, 0.34);
  color: #fff1bf;
  cursor: default;
}

.storefront-address-reset .storefront-address-remove {
  border-color: rgba(247, 183, 162, 0.22) !important;
  background: rgba(122, 24, 14, 0.16) !important;
  color: #f7b7a2 !important;
}

.storefront-address-reset .storefront-address-remove:hover,
.storefront-address-reset .storefront-address-remove:focus-visible {
  border-color: rgba(247, 183, 162, 0.42) !important;
  background: rgba(122, 24, 14, 0.24) !important;
}

@media (max-width: 1023px) {
  .storefront-cart-shell,
  .storefront-checkout-shell {
    grid-template-columns: 1fr;
  }

  .storefront-cart-summary {
    position: relative;
    top: auto;
  }

  .storefront-cart-reset .storefront-cart-summary {
    position: relative;
    top: auto;
  }

  .storefront-checkout-reset .storefront-checkout-save-address {
    grid-template-columns: 1fr 1fr;
  }

  .storefront-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-wishlist-reset .storefront-wishlist-copy {
    grid-template-columns: 1fr;
  }

  .storefront-wishlist-reset .storefront-wishlist-foot {
    justify-items: start;
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 96, 0.1);
    padding-top: 0.9rem;
    padding-left: 0;
  }

  .storefront-address-reset .storefront-address-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .storefront-cart-hero,
  .storefront-cart-item-top {
    align-items: start;
    flex-direction: column;
  }

  .storefront-cart-reset .storefront-cart-hero {
    min-height: auto;
  }

  .storefront-cart-reset .storefront-cart-list-head,
  .storefront-cart-reset .storefront-cart-item-top {
    align-items: start;
    flex-direction: column;
  }

  .storefront-checkout-reset .storefront-checkout-save-address {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .storefront-checkout-reset .storefront-checkout-address-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .storefront-checkout-reset .storefront-checkout-address-card b {
    grid-column: 2;
    justify-self: start;
  }

  .storefront-cart-item {
    grid-template-columns: 1fr;
  }

  .storefront-cart-reset .storefront-cart-item {
    grid-template-columns: 1fr;
  }

  .storefront-cart-reset .storefront-cart-item-media {
    max-width: 14rem;
  }

  .storefront-checkout-grid,
  .storefront-checkout-option,
  .storefront-checkout-item {
    grid-template-columns: 1fr;
  }

  .storefront-wishlist-grid,
  .storefront-wishlist-actions {
    grid-template-columns: 1fr;
  }

  .storefront-wishlist-reset .storefront-wishlist-card,
  .storefront-wishlist-reset .storefront-wishlist-actions {
    grid-template-columns: 1fr;
  }

  .storefront-wishlist-reset .storefront-wishlist-media {
    max-width: 14rem;
  }

  .storefront-address-reset .storefront-address-card-head,
  .storefront-address-reset .storefront-address-actions {
    grid-template-columns: 1fr;
  }

  .storefront-address-reset .storefront-address-card-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .storefront-product-media {
    position: relative;
    top: auto;
  }

  .storefront-product-top,
  .storefront-product-detail-grid,
  .storefront-product-social-grid {
    grid-template-columns: 1fr;
  }

  .storefront-product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .storefront-product-meta-strip,
  .storefront-product-actions {
    grid-template-columns: 1fr;
  }

  .storefront-product-swatch-group {
    grid-template-columns: 1fr;
  }

  .storefront-product-related-head {
    align-items: start;
    flex-direction: column;
  }

  .storefront-product-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Meghalaya luxury homepage/category polish */
.storefront-home-page .storefront-video-hero-title {
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.8vw, 6.1rem);
  line-height: 0.9;
  text-wrap: balance;
}

.storefront-home-page .storefront-video-hero-body {
  max-width: 32rem;
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
}

.storefront-category-page .storefront-category-hero {
  gap: 1.35rem;
  margin-top: 0.35rem;
}

.storefront-category-page .storefront-category-hero-copy {
  border-color: rgba(225, 177, 87, 0.28);
  background:
    radial-gradient(circle at 82% 22%, rgba(26, 92, 74, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(17, 13, 9, 0.98), rgba(6, 8, 7, 0.97) 54%, rgba(35, 24, 13, 0.95)),
    linear-gradient(90deg, rgba(217, 155, 43, 0.16), transparent 48%);
}

.storefront-category-page .storefront-category-hero-copy::before {
  width: 5rem;
  height: 0.24rem;
  background: linear-gradient(90deg, #f1d08b, #d99b2b 48%, rgba(26, 92, 74, 0.08));
}

.storefront-category-page .storefront-category-title {
  max-width: 12ch;
  text-wrap: balance;
}

.storefront-category-page .storefront-category-description {
  max-width: 42rem;
}

.storefront-category-page .storefront-category-stats div,
.storefront-category-page .storefront-category-pill,
.storefront-category-page .storefront-category-results,
.storefront-category-page .storefront-category-filters,
.storefront-category-page .storefront-category-card {
  backdrop-filter: blur(16px);
}

.storefront-category-page .storefront-category-stats div {
  box-shadow: inset 0 1px 0 rgba(255, 240, 189, 0.08);
}

.storefront-category-page .storefront-category-feature {
  position: relative;
  border-radius: 1.9rem;
  background: #050404;
}

.storefront-category-page .storefront-category-feature::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 1px solid rgba(241, 208, 139, 0.18);
  border-radius: 1.45rem;
  pointer-events: none;
}

.storefront-category-page .storefront-category-feature-media {
  height: 18rem;
  min-height: 18rem;
}

.storefront-category-page .storefront-category-feature-media img {
  transition: transform 420ms ease, filter 420ms ease;
}

.storefront-category-page .storefront-category-feature:hover .storefront-category-feature-media img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.035);
}

.storefront-category-page .storefront-category-feature-copy {
  padding: 1.15rem 1.25rem 1.35rem;
}

.storefront-category-page .storefront-category-shell {
  grid-template-columns: minmax(17rem, 18.5rem) minmax(0, 1fr);
}

.storefront-category-page .storefront-category-results {
  border-radius: 1.8rem;
  border-color: rgba(225, 177, 87, 0.22);
  background:
    radial-gradient(circle at 12% 0%, rgba(26, 92, 74, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(15, 12, 9, 0.97), rgba(5, 5, 5, 0.94) 62%, rgba(24, 18, 10, 0.92));
}

.storefront-category-page .storefront-category-card {
  border-color: rgba(225, 177, 87, 0.18);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(13, 11, 9, 0.98), rgba(6, 6, 5, 0.96) 64%, rgba(20, 15, 8, 0.94));
}

.storefront-category-page .storefront-category-card-media {
  aspect-ratio: 4 / 5.2;
}

.storefront-category-page .storefront-category-card-media::after {
  height: 48%;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.9));
}

.storefront-category-page .storefront-category-card-copy {
  gap: 0.95rem;
  padding: 1.1rem;
}

.storefront-category-page .storefront-category-card-title {
  font-size: clamp(1.22rem, 1.35vw, 1.48rem);
  line-height: 1.05;
}

.storefront-category-page .storefront-category-card:hover {
  border-color: rgba(241, 208, 139, 0.36);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(26, 92, 74, 0.16);
}

.storefront-category-page .storefront-category-button-primary,
.storefront-category-page .storefront-category-mobile-filter span {
  background: linear-gradient(135deg, #f1d08b, #d99b2b 52%, #7b4b10);
  color: #140d08;
}

@media (max-width: 900px) {
  .storefront-category-page .storefront-category-feature-media {
    height: 15rem;
    min-height: 15rem;
  }
}

/* Category header refinement */
.storefront-category-page .storefront-category-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.48fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.5rem;
}

.storefront-category-page .storefront-category-hero-copy {
  min-height: 26rem;
  border: 1px solid rgba(232, 199, 139, 0.46);
  border-radius: 1.6rem;
  background:
    linear-gradient(115deg, rgba(255, 252, 245, 0.97) 0%, rgba(247, 238, 223, 0.96) 48%, rgba(226, 211, 185, 0.92) 100%),
    radial-gradient(circle at 78% 12%, rgba(47, 105, 84, 0.18), transparent 30%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  padding: clamp(1.35rem, 3vw, 3rem);
}

.storefront-category-page .storefront-category-hero-copy::before {
  left: clamp(1.35rem, 3vw, 3rem);
  top: auto;
  bottom: clamp(1.2rem, 2.6vw, 2.2rem);
  width: min(17rem, 42%);
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 84, 41, 0.7), rgba(47, 105, 84, 0.24), transparent);
}

.storefront-category-page .storefront-category-hero-copy::after {
  right: clamp(1rem, 3vw, 2.4rem);
  bottom: clamp(1rem, 3vw, 2.4rem);
  width: clamp(4.5rem, 9vw, 7rem);
  height: clamp(4.5rem, 9vw, 7rem);
  border: 1px solid rgba(122, 84, 41, 0.16);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(232, 199, 139, 0.12) 58%, transparent 60%);
}

.storefront-category-page .storefront-category-breadcrumbs {
  color: rgba(65, 45, 29, 0.62);
  letter-spacing: 0.08em;
}

.storefront-category-page .storefront-category-breadcrumbs a {
  border-color: rgba(122, 84, 41, 0.13);
  background: rgba(255, 255, 255, 0.54);
}

.storefront-category-page .storefront-category-kicker {
  margin-top: clamp(1.7rem, 3vw, 2.6rem);
  border: 0;
  background: rgba(47, 105, 84, 0.1);
  color: #315f4e;
  padding: 0.55rem 0.9rem;
}

.storefront-category-page .storefront-category-kicker::before {
  background: #315f4e;
  box-shadow: none;
}

.storefront-category-page .storefront-category-title {
  max-width: 11ch;
  margin-top: 0.72rem;
  color: #1b120d;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: 0.92;
  text-shadow: none;
}

.storefront-category-page .storefront-category-description {
  max-width: 39rem;
  color: rgba(45, 31, 21, 0.76);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.78;
}

.storefront-category-page .storefront-category-stats {
  max-width: 43rem;
  gap: 0.6rem;
  margin-top: 1.45rem;
}

.storefront-category-page .storefront-category-stats div {
  border-color: rgba(122, 84, 41, 0.12);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.storefront-category-page .storefront-category-stats span {
  color: rgba(49, 95, 78, 0.78);
}

.storefront-category-page .storefront-category-stats strong {
  color: #1b120d;
}

.storefront-category-page .storefront-category-pills {
  margin-top: 1rem;
}

.storefront-category-page .storefront-category-pill {
  border-color: rgba(122, 84, 41, 0.14);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(43, 28, 19, 0.82);
}

.storefront-category-page .storefront-category-pill-all {
  border-color: rgba(49, 95, 78, 0.24);
  background: rgba(49, 95, 78, 0.12);
  color: #254a3d;
}

.storefront-category-page .storefront-category-pill small {
  background: rgba(122, 84, 41, 0.12);
  color: #5c3f23;
}

.storefront-category-page .storefront-category-hero-panel {
  min-height: 26rem;
}

.storefront-category-page .storefront-category-feature {
  height: 100%;
  border: 1px solid rgba(232, 199, 139, 0.32);
  border-radius: 1.6rem;
  background: #0c0907;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.storefront-category-page .storefront-category-feature::after {
  inset: 0.75rem;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
}

.storefront-category-page .storefront-category-feature-media {
  position: relative;
  height: calc(100% - 6.75rem);
  min-height: 18.5rem;
}

.storefront-category-page .storefront-category-feature-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.82));
  pointer-events: none;
}

.storefront-category-page .storefront-category-feature-copy {
  min-height: 6.75rem;
  padding: 1rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.96), rgba(5, 5, 4, 0.98));
}

.storefront-category-page .storefront-category-feature-label {
  color: #d7a84e;
}

.storefront-category-page .storefront-category-feature-title {
  color: #fff0bd;
  font-size: 1.35rem;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  .storefront-category-page .storefront-category-hero {
    grid-template-columns: 1fr;
  }

  .storefront-category-page .storefront-category-hero-copy,
  .storefront-category-page .storefront-category-hero-panel {
    min-height: auto;
  }
}

@media (max-width: 639px) {
  .storefront-category-page .storefront-category-hero-copy {
    padding: 1.15rem;
  }

  .storefront-category-page .storefront-category-title {
    font-size: clamp(2.45rem, 13vw, 3.4rem);
  }

  .storefront-category-page .storefront-category-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Compact category header */
.storefront-category-page .storefront-category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.4rem;
}

.storefront-category-page .storefront-category-hero-panel {
  display: block;
  min-height: 0;
}

.storefront-category-page .storefront-category-hero-copy {
  min-height: 0;
  border-radius: 1.25rem;
  padding: clamp(1rem, 2.1vw, 1.75rem);
  border-color: rgba(225, 177, 87, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 154, 42, 0.22), transparent 24%),
    radial-gradient(circle at 76% 20%, rgba(49, 95, 78, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(16, 12, 9, 0.98), rgba(5, 5, 5, 0.96) 62%, rgba(28, 18, 9, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.storefront-category-page .storefront-category-hero-copy::before,
.storefront-category-page .storefront-category-hero-copy::after {
  display: none;
}

.storefront-category-page .storefront-category-breadcrumbs {
  gap: 0.32rem;
  color: rgba(249, 236, 205, 0.66);
  font-size: 0.58rem;
}

.storefront-category-page .storefront-category-breadcrumbs a {
  min-height: 1.5rem;
  border-color: rgba(225, 177, 87, 0.16);
  background: rgba(10, 9, 7, 0.68);
  padding: 0.25rem 0.55rem;
}

.storefront-category-page .storefront-category-breadcrumbs > span {
  min-height: 1.5rem;
}

.storefront-category-page .storefront-category-kicker {
  margin-top: 1rem;
  padding: 0.42rem 0.72rem;
  background: rgba(217, 155, 43, 0.14);
  color: #d7a84e;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.storefront-category-page .storefront-category-kicker::before {
  background: linear-gradient(135deg, #fff0bd, #d99b2b 50%, #7b4b10);
}

.storefront-category-page .storefront-category-title {
  max-width: none;
  margin-top: 0.55rem;
  color: #fff0bd;
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 1;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
}

.storefront-category-page .storefront-category-description {
  max-width: 46rem;
  margin-top: 0.65rem;
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.94rem;
  line-height: 1.65;
}

.storefront-category-page .storefront-category-stats {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin-top: 1rem;
}

.storefront-category-page .storefront-category-stats div {
  min-width: 6.4rem;
  border-color: rgba(225, 177, 87, 0.16);
  background: rgba(10, 9, 7, 0.72);
  padding: 0.62rem 0.72rem;
}

.storefront-category-page .storefront-category-stats span {
  color: rgba(215, 168, 78, 0.82);
  font-size: 0.54rem;
}

.storefront-category-page .storefront-category-stats strong {
  color: #fff4d0;
  font-size: 1rem;
}

.storefront-category-page .storefront-category-pills {
  margin-top: 0.8rem;
}

.storefront-category-page .storefront-category-pill {
  border-color: rgba(225, 177, 87, 0.16);
  background: rgba(10, 9, 7, 0.72);
  color: rgba(249, 236, 205, 0.8);
  padding: 0.48rem 0.68rem;
  font-size: 0.72rem;
}

.storefront-category-page .storefront-category-pill-all {
  border-color: rgba(217, 155, 43, 0.32);
  background: rgba(217, 155, 43, 0.15);
  color: #fff0bd;
}

.storefront-category-page .storefront-category-pill small {
  background: rgba(217, 155, 43, 0.18);
  color: #fff0bd;
}

.storefront-category-page .storefront-category-feature {
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid rgba(225, 177, 87, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 155, 43, 0.2), transparent 34%),
    linear-gradient(160deg, rgba(16, 12, 9, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.storefront-category-page .storefront-category-feature::after {
  inset: 0.55rem;
  border-radius: 0.95rem;
  border-color: rgba(255, 240, 189, 0.16);
}

.storefront-category-page .storefront-category-feature-media {
  position: relative;
  height: 11.5rem;
  min-height: 11.5rem;
}

.storefront-category-page .storefront-category-feature-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.9));
  pointer-events: none;
}

.storefront-category-page .storefront-category-feature-copy {
  min-height: 0;
  padding: 0.9rem 1rem 1rem;
  background: transparent;
}

.storefront-category-page .storefront-category-feature-label {
  color: #d7a84e;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.storefront-category-page .storefront-category-feature-title {
  color: #fff0bd;
  font-size: 1.18rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.storefront-category-page .storefront-category-feature:not(.storefront-category-feature-empty) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.storefront-category-page .storefront-category-feature:not(.storefront-category-feature-empty):hover {
  transform: translateY(-2px);
  border-color: rgba(255, 240, 189, 0.42);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(217, 155, 43, 0.12);
}

.storefront-category-page .storefront-category-feature:not(.storefront-category-feature-empty) .storefront-category-feature-media {
  overflow: hidden;
  border-bottom: 1px solid rgba(225, 177, 87, 0.12);
}

.storefront-category-page .storefront-category-feature:not(.storefront-category-feature-empty) .storefront-category-feature-media img {
  filter: saturate(0.98) contrast(1.04);
}

.storefront-category-page .storefront-category-feature:not(.storefront-category-feature-empty) .storefront-category-feature-copy {
  display: grid;
  gap: 0.58rem;
  padding: 0.95rem 1rem 1rem;
}

.storefront-category-page .storefront-category-feature-desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(249, 236, 205, 0.68);
  font-size: 0.76rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-category-page .storefront-category-feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 0.1rem;
}

.storefront-category-page .storefront-category-feature-price {
  display: grid;
  gap: 0.12rem;
  color: #fff4d0;
  line-height: 1;
}

.storefront-category-page .storefront-category-feature-price small {
  color: rgba(249, 236, 205, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: line-through;
}

.storefront-category-page .storefront-category-feature-price strong {
  color: #fff4d0;
  font-size: 0.96rem;
  font-weight: 900;
}

.storefront-category-page .storefront-category-feature-badge {
  display: inline-flex;
  min-height: 1.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(225, 177, 87, 0.22);
  background: rgba(217, 155, 43, 0.14);
  color: #fff0bd;
  padding: 0.34rem 0.58rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-category-page .storefront-category-feature-cta {
  display: flex;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 52%, #8a5a17 100%);
  color: #080604;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 249, 220, 0.42);
}

.storefront-category-page .storefront-category-feature-empty {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 241, 191, 0.16), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(49, 95, 78, 0.18), transparent 34%),
    linear-gradient(160deg, #140f0a, #050505 68%, #1c1208);
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-media {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0.75rem;
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-placeholder {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.95rem;
  border: 1px solid rgba(225, 177, 87, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 240, 189, 0.1), transparent 38%),
    linear-gradient(160deg, rgba(217, 155, 43, 0.16), rgba(5, 5, 5, 0.18));
  padding: 1rem;
  color: #fff0bd;
  letter-spacing: 0;
  text-transform: none;
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-placeholder::before {
  content: "";
  position: absolute;
  right: -1.6rem;
  top: -1.6rem;
  width: 6.5rem;
  height: 6.5rem;
  border: 1px solid rgba(225, 177, 87, 0.22);
  border-radius: 999px;
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-placeholder::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 3.8rem;
  height: 0.16rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff1bf, #d69a2a, transparent);
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-placeholder span {
  position: relative;
  z-index: 1;
  color: rgba(215, 168, 78, 0.86);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-placeholder strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 11rem;
  margin-top: 0.5rem;
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.storefront-category-page .storefront-category-feature-empty .storefront-category-feature-copy {
  border-top: 1px solid rgba(225, 177, 87, 0.12);
}

@media (max-width: 639px) {
  .storefront-category-page .storefront-category-hero {
    grid-template-columns: 1fr;
  }

  .storefront-category-page .storefront-category-title {
    font-size: clamp(1.85rem, 10vw, 2.8rem);
  }

  .storefront-category-page .storefront-category-feature-media {
    height: 13rem;
    min-height: 13rem;
  }

  .storefront-category-page .storefront-category-stats {
    gap: 0.5rem;
  }

  .storefront-category-page .storefront-category-stats div {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
  }
}

/* Magazine storefront redesign */

.lux-page-width {
  max-width: min(96rem, calc(100vw - 2.5rem));
}

.storefront-header-magazine {
  position: sticky;
  top: 0;
  z-index: 110;
  backdrop-filter: blur(18px);
}

.storefront-header-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.1rem 0.7rem;
  color: rgba(244, 226, 180, 0.72);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-header-meta-links {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
}

.storefront-header-meta-links a {
  color: inherit;
  text-decoration: none;
}

.storefront-header-magazine .storefront-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 5.5rem;
  margin-bottom: 0.9rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(214, 176, 99, 0.18);
  border-radius: 1.7rem;
  background: linear-gradient(180deg, rgba(13, 11, 10, 0.92), rgba(8, 7, 7, 0.82));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 241, 199, 0.04);
}

.storefront-brand-lockup-centered {
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 0.42rem;
}

.storefront-brand-lockup-centered .storefront-brand-kicker {
  color: rgba(244, 226, 180, 0.78);
  font-size: 0.58rem;
  letter-spacing: 0.34em;
}

.storefront-brand-lockup-centered .storefront-brand-mark {
  width: clamp(7.2rem, 11vw, 9.2rem);
  height: 3.2rem;
  border: 1px solid rgba(214, 176, 99, 0.16);
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(240, 226, 197, 0.88));
}

.storefront-brand-lockup-centered .storefront-brand-name {
  color: #fff4d0;
  font-size: 1.3rem;
}

.storefront-primary-nav-magazine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.2rem 0 0.5rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.storefront-primary-nav-magazine .storefront-primary-nav-link {
  min-height: 2.45rem;
  border: 1px solid rgba(214, 176, 99, 0.14);
  background: rgba(255, 241, 199, 0.04);
  color: rgba(249, 236, 205, 0.76);
  padding-inline: 1rem;
}

.storefront-primary-nav-magazine .storefront-primary-nav-link:hover,
.storefront-primary-nav-magazine .storefront-primary-nav-link-active {
  background: rgba(214, 176, 99, 0.12);
  border-color: rgba(214, 176, 99, 0.28);
  color: #fff4d0;
  box-shadow: none;
}

.storefront-home-main {
  display: grid;
  gap: 1.2rem;
  padding-bottom: 4rem;
}

.storefront-home-frame {
  width: min(96rem, calc(100vw - 2.5rem));
  margin: 0 auto;
  padding-inline: clamp(1rem, 2.4vw, 2.5rem);
}

.storefront-home-section {
  position: relative;
}

.storefront-home-kicker,
.storefront-home-meta-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(226, 189, 106, 0.8);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.storefront-home-kicker::before,
.storefront-home-meta-label::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(226, 189, 106, 0.44);
}

.storefront-home-display,
.storefront-home-title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.04em;
  color: #fff8ec;
  line-height: 0.95;
}

.storefront-home-display {
  margin-top: 1rem;
  max-width: 12ch;
  font-size: clamp(3.4rem, 9vw, 7.2rem);
}

.storefront-home-title {
  margin-top: 0.8rem;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.storefront-home-lead,
.storefront-home-section-copy,
.storefront-home-hero-aside p,
.storefront-home-point-card p,
.storefront-home-proof-copy p,
.storefront-home-closing-card-copy p,
.storefront-home-collection-copy p,
.storefront-home-story-card-copy p,
.storefront-home-story-hero-copy p,
.storefront-home-spotlight-copy p {
  color: rgba(249, 236, 205, 0.74);
  font-size: 0.96rem;
  line-height: 1.9;
}

.storefront-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.storefront-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.storefront-home-button:hover {
  transform: translateY(-1px);
}

.storefront-home-button-primary {
  background: linear-gradient(135deg, #fff1bf 0%, #d69a2a 45%, #8a5a17 100%);
  color: #120d0b;
}

.storefront-home-button-secondary {
  border: 1px solid rgba(214, 176, 99, 0.24);
  background: rgba(255, 241, 199, 0.04);
  color: #fff1bf;
}

.storefront-home-hero {
  position: relative;
  min-height: calc(100vh - 3rem);
  border-bottom: 1px solid rgba(214, 176, 99, 0.12);
  overflow: hidden;
}

.storefront-home-hero-media,
.storefront-home-hero-media::after {
  position: absolute;
  inset: 0;
}

.storefront-home-hero-media {
  background:
    radial-gradient(circle at top right, rgba(214, 176, 99, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.12), rgba(7, 7, 7, 0.84));
}

.storefront-home-hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.88) 0%, rgba(6, 6, 6, 0.64) 42%, rgba(6, 6, 6, 0.2) 100%),
    linear-gradient(180deg, transparent 0%, rgba(6, 6, 6, 0.54) 100%);
}

.storefront-home-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 24rem);
  gap: 3rem;
  align-items: end;
  min-height: calc(100vh - 3rem);
  padding-top: 4rem;
  padding-bottom: 3.8rem;
}

.storefront-home-hero-copy {
  max-width: 50rem;
}

.storefront-home-hero-aside {
  align-self: center;
  padding: 1.4rem;
  border: 1px solid rgba(214, 176, 99, 0.18);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(13, 11, 10, 0.68), rgba(13, 11, 10, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 241, 199, 0.04);
}

.storefront-home-hero-aside h2 {
  margin: 1rem 0 0.7rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 2rem;
  color: #fff4d0;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.storefront-home-hero-stat {
  display: grid;
  gap: 0.3rem;
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 176, 99, 0.14);
}

.storefront-home-hero-stat span {
  color: rgba(226, 189, 106, 0.8);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-home-hero-stat strong {
  color: #fff4d0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.storefront-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.storefront-home-section-head-side {
  display: grid;
  justify-items: start;
  gap: 0.8rem;
}

.storefront-home-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 176, 99, 0.18);
  background: rgba(255, 241, 199, 0.04);
  color: #fff1bf;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-home-collections,
.storefront-home-feature-story,
.storefront-home-product-edit,
.storefront-home-brand-story,
.storefront-home-social-proof,
.storefront-home-closing {
  padding-top: 1rem;
}

.storefront-home-collection-grid,
.storefront-home-product-grid,
.storefront-home-proof-grid {
  display: grid;
  gap: 1rem;
}

.storefront-home-collection-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.storefront-home-collection-card,
.storefront-home-story-hero,
.storefront-home-story-card,
.storefront-home-spotlight-card,
.storefront-home-proof-card,
.storefront-home-closing-card {
  overflow: hidden;
  border: 1px solid rgba(214, 176, 99, 0.16);
  border-radius: 1.7rem;
  background: linear-gradient(180deg, rgba(14, 12, 11, 0.9), rgba(8, 8, 8, 0.94));
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.storefront-home-collection-card:hover,
.storefront-home-story-hero:hover,
.storefront-home-story-card:hover,
.storefront-home-spotlight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 176, 99, 0.28);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.24);
}

.storefront-home-collection-media,
.storefront-home-story-hero-media,
.storefront-home-story-card-media,
.storefront-home-spotlight-media,
.storefront-home-proof-media,
.storefront-home-closing-card-media,
.storefront-drawer-highlight-media {
  background:
    linear-gradient(180deg, rgba(214, 176, 99, 0.04), rgba(214, 176, 99, 0)),
    linear-gradient(180deg, rgba(29, 24, 20, 0.4), rgba(8, 8, 8, 0.74));
  background-position: center;
  background-size: cover;
}

.storefront-home-collection-media {
  display: flex;
  align-items: flex-start;
  min-height: 25rem;
  padding: 1.1rem;
}

.storefront-home-collection-media span,
.storefront-home-proof-media span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.44);
  color: #fff1bf;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-home-collection-copy,
.storefront-home-story-card-copy,
.storefront-home-proof-copy,
.storefront-home-closing-card-copy {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
}

.storefront-home-collection-copy h3,
.storefront-home-story-card-copy h3,
.storefront-home-proof-copy h3,
.storefront-home-closing-card-copy h3,
.storefront-home-story-hero-copy h3,
.storefront-home-point-card h3,
.storefront-home-spotlight-copy h3 {
  color: #fff6e2;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.storefront-home-collection-copy strong,
.storefront-home-story-card-copy strong,
.storefront-home-story-hero-copy strong {
  color: #fff1bf;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.storefront-home-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
  gap: 1rem;
}

.storefront-home-story-hero {
  display: grid;
  align-content: end;
  min-height: 39rem;
}

.storefront-home-story-hero-media {
  min-height: 23rem;
}

.storefront-home-story-hero-copy {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
}

.storefront-home-story-cards {
  display: grid;
  gap: 1rem;
}

.storefront-home-story-card-media {
  min-height: 14rem;
}

.storefront-home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.storefront-home-product-edit article {
  border-color: rgba(214, 176, 99, 0.16);
  background: linear-gradient(180deg, rgba(17, 14, 12, 0.92), rgba(7, 7, 7, 0.96));
  box-shadow: none;
}

.storefront-home-product-edit article [class*="bg-white"],
.storefront-home-product-edit article .bg-white\/80 {
  background: rgba(255, 241, 199, 0.07) !important;
}

.storefront-home-product-edit article .lux-soft,
.storefront-home-product-edit article .lux-muted {
  color: rgba(249, 236, 205, 0.68);
}

.storefront-home-product-edit article span[class*="border-[var(--lux-line)]"] {
  border-color: rgba(214, 176, 99, 0.16) !important;
  color: #fff1bf !important;
}

.storefront-home-empty-panel {
  padding: 1.6rem;
  border: 1px dashed rgba(214, 176, 99, 0.22);
  border-radius: 1.6rem;
  color: rgba(249, 236, 205, 0.64);
  background: rgba(255, 241, 199, 0.03);
}

.storefront-home-brand-grid,
.storefront-home-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(19rem, 28rem);
  gap: 1rem;
}

.storefront-home-brand-copy,
.storefront-home-closing-copy {
  padding: 1.5rem;
  border: 1px solid rgba(214, 176, 99, 0.12);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(11, 10, 10, 0.84), rgba(8, 8, 8, 0.94));
}

.storefront-home-point-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.storefront-home-point-card {
  padding: 1rem;
  border: 1px solid rgba(214, 176, 99, 0.12);
  border-radius: 1.3rem;
  background: rgba(255, 241, 199, 0.03);
}

.storefront-home-spotlight-media {
  min-height: 23rem;
}

.storefront-home-spotlight-copy {
  display: grid;
  gap: 0.7rem;
  padding: 1.2rem;
}

.storefront-home-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.storefront-home-proof-media {
  display: flex;
  align-items: flex-end;
  min-height: 18rem;
  padding: 1rem;
}

.storefront-home-closing-card-media {
  min-height: 25rem;
}

.storefront-drawer-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.storefront-drawer-highlight {
  overflow: hidden;
  border: 1px solid rgba(214, 176, 99, 0.16);
  border-radius: 1.2rem;
  background: rgba(255, 241, 199, 0.03);
  text-decoration: none;
}

.storefront-drawer-highlight-media {
  min-height: 8rem;
}

.storefront-drawer-highlight-copy {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
}

.storefront-drawer-highlight-copy span {
  color: rgba(215, 168, 78, 0.78);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-drawer-highlight-copy strong {
  color: #fff4d0;
  font-size: 0.88rem;
  line-height: 1.35;
}

.lux-home-dark .storefront-header-meta-row {
  color: rgba(244, 226, 180, 0.72);
}

.lux-home-dark .storefront-header-meta-links a:hover {
  color: #fff4d0;
}

.lux-home-dark .storefront-topbar-left {
  justify-content: flex-start;
}

.lux-home-dark .storefront-header-actions {
  justify-content: flex-end;
}

@media (max-width: 1279px) {
  .storefront-home-collection-grid,
  .storefront-home-product-grid,
  .storefront-home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-home-point-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .storefront-home-hero-grid,
  .storefront-home-section-head,
  .storefront-home-story-grid,
  .storefront-home-brand-grid,
  .storefront-home-closing-grid {
    grid-template-columns: 1fr;
  }

  .storefront-home-hero {
    min-height: auto;
  }

  .storefront-home-hero-grid {
    min-height: auto;
    padding-top: 7rem;
  }

  .storefront-home-hero-aside {
    max-width: 28rem;
  }

  .storefront-drawer-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lux-page-width,
  .storefront-home-frame {
    width: calc(100vw - 1.2rem);
    padding-inline: 0.8rem;
  }

  .storefront-header-meta-row {
    display: none;
  }

  .storefront-header-magazine .storefront-topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.72rem 0.8rem;
    gap: 0.6rem;
  }

  .storefront-brand-lockup-centered {
    justify-self: start;
    justify-items: start;
  }

  .storefront-brand-lockup-centered .storefront-brand-kicker {
    display: none;
  }

  .storefront-brand-lockup-centered .storefront-brand-mark {
    width: 6.2rem;
    height: 2.8rem;
  }

  .storefront-primary-nav-magazine {
    display: none;
  }

  .storefront-home-collection-grid,
  .storefront-home-product-grid,
  .storefront-home-proof-grid {
    grid-template-columns: 1fr;
  }

  .storefront-home-display {
    max-width: 11ch;
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .storefront-home-story-hero,
  .storefront-home-collection-media,
  .storefront-home-closing-card-media {
    min-height: 21rem;
  }
}

/* Hard reset homepage and Rahul Mishra-inspired header */

.storefront-home-reset .storefront-home-main,
.storefront-home-reset .storefront-home-frame,
.storefront-home-reset .storefront-home-section,
.storefront-home-reset .storefront-home-hero {
  all: unset;
}

.storefront-rm-header {
  position: sticky;
  top: 0;
  z-index: 500;
  padding-bottom: 0.6rem;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0.96), rgba(6, 6, 6, 0.72), rgba(6, 6, 6, 0));
  backdrop-filter: blur(14px);
}

.storefront-rm-header-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  min-height: 2rem;
  padding-bottom: 0.7rem;
  color: rgba(212, 175, 96, 0.8);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-rm-header-strip span {
  position: relative;
}

.storefront-rm-header-strip span + span::before {
  content: "";
  position: absolute;
  left: -0.72rem;
  top: 50%;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 999px;
  background: rgba(212, 175, 96, 0.42);
  transform: translateY(-50%);
}

.storefront-rm-header-top {
  display: grid;
  grid-template-columns: minmax(16rem, auto) 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  padding: 0.55rem 0 0.85rem;
  border-bottom: 1px solid rgba(212, 175, 96, 0.14);
}

.storefront-rm-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  min-height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(212, 175, 96, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 241, 199, 0.16), transparent 34%),
    rgba(255, 241, 199, 0.04);
  color: #fff1bf;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.storefront-rm-menu-button:hover,
.storefront-rm-menu-button:focus-visible {
  border-color: rgba(212, 175, 96, 0.38);
  background-color: rgba(255, 241, 199, 0.07);
  color: #fff7dc;
  transform: translateY(-1px);
}

.storefront-rm-menu-bars {
  display: grid;
  gap: 0.24rem;
  width: 1.05rem;
  background: transparent;
}

.storefront-rm-menu-bars span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.storefront-rm-menu-bars span:nth-child(2) {
  width: 72%;
  justify-self: end;
}

.storefront-rm-logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: #fff4d0;
  text-decoration: none;
}

.storefront-rm-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.25rem;
  min-width: 10.25rem;
  height: 3.65rem;
  padding: 0;
}

.storefront-rm-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.06) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}

.storefront-rm-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3rem;
  padding-top: 0.9rem;
  position: relative;
  z-index: 520;
}

.storefront-rm-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: rgba(249, 236, 205, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.35rem 0;
}

.storefront-rm-nav-link.is-active,
.storefront-rm-nav-link:hover {
  color: #fff1bf;
}

.storefront-rm-nav-caret {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.12rem;
  vertical-align: middle;
}

.storefront-rm-nav-item {
  position: static;
}

.storefront-rm-nav-item summary {
  list-style: none;
}

.storefront-rm-nav-item summary::-webkit-details-marker {
  display: none;
}

.storefront-rm-nav-item-mega {
  position: static;
}

.storefront-rm-mega-shell {
  position: absolute;
  left: 50%;
  top: calc(100% + 1rem);
  width: min(96rem, calc(100vw - 2.2rem));
  transform: translateX(-50%);
  z-index: 560;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.storefront-rm-nav-item-mega[open] .storefront-rm-mega-shell,
.storefront-rm-nav-item-mega:hover .storefront-rm-mega-shell {
  opacity: 1;
  pointer-events: auto;
}

.storefront-rm-mega-panel {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1.35fr) 18rem;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(212, 175, 96, 0.16);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.99), rgba(5, 5, 5, 0.99));
  color: #fff1bf;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  border-radius: 0;
}

.storefront-rm-mega-rail {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 1.6rem 0;
  border-right: 1px solid rgba(212, 175, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 241, 199, 0.03), rgba(255, 241, 199, 0.01));
}

.storefront-rm-mega-parent {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.5rem;
  color: rgba(249, 236, 205, 0.76);
  background: transparent;
  border: 0;
  border-left: 2px solid transparent;
  text-align: left;
  cursor: pointer;
}

.storefront-rm-mega-parent span {
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.storefront-rm-mega-parent small {
  color: rgba(212, 175, 96, 0.66);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-rm-mega-parent.is-active,
.storefront-rm-mega-parent:hover {
  color: #fff4d0;
  border-left-color: rgba(212, 175, 96, 0.82);
  background: rgba(255, 241, 199, 0.05);
}

.storefront-rm-mega-stage {
  position: relative;
  min-height: 29rem;
}

.storefront-rm-mega-view {
  display: none;
  height: 100%;
  padding: 1.8rem 2rem 2rem;
}

.storefront-rm-mega-view.is-active {
  display: grid;
  align-content: start;
  gap: 1.5rem;
}

.storefront-rm-mega-view-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-rm-mega-view-head span {
  color: rgba(212, 175, 96, 0.76);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-rm-mega-view-head h3 {
  margin-top: 0.55rem;
  color: #fff6e2;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.storefront-rm-mega-view-all {
  color: #fff1bf;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-rm-mega-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2rem;
}

.storefront-rm-mega-column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.storefront-rm-mega-title-link {
  margin-bottom: 0.25rem;
  color: #fff4d0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-rm-mega-link {
  color: rgba(249, 236, 205, 0.78);
  font-size: 0.95rem;
  line-height: 1.4;
  text-decoration: none;
}

.storefront-rm-mega-link,
.storefront-rm-mega-title-link {
  transition: color 160ms ease, transform 160ms ease;
}

.storefront-rm-mega-link:hover,
.storefront-rm-mega-link.is-active,
.storefront-rm-mega-title-link:hover {
  color: #fff4d0;
  transform: translateX(2px);
}

.storefront-rm-mega-aside {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.8rem 1.6rem 2rem;
  border-left: 1px solid rgba(212, 175, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 241, 199, 0.03), rgba(255, 241, 199, 0.01));
}

.storefront-rm-mega-aside > span {
  color: rgba(212, 175, 96, 0.82);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-rm-mega-aside > strong {
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.storefront-rm-mega-feature {
  display: grid;
  gap: 0.8rem;
  text-decoration: none;
}

.storefront-rm-mega-feature-media {
  min-height: 9rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52)),
    linear-gradient(135deg, #2b201a, #0d0d0d);
  background-position: center;
  background-size: cover;
}

.storefront-rm-mega-feature-copy {
  display: grid;
  gap: 0.25rem;
}

.storefront-rm-mega-feature-copy small {
  color: rgba(212, 175, 96, 0.72);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-rm-mega-feature-copy span {
  color: #fff4d0;
  font-size: 0.92rem;
  line-height: 1.4;
}

.storefront-rm-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.storefront-home-reset .storefront-header-actions {
  justify-self: end;
}

.storefront-rm-actions {
  gap: 0.65rem;
}

.storefront-rm-account-menu {
  position: relative;
  z-index: 96;
}

.storefront-rm-utility,
.storefront-rm-account-summary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(212, 175, 96, 0.12);
  border-radius: 0;
  background: rgba(255, 241, 199, 0.02);
  color: rgba(255, 241, 199, 0.88);
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.storefront-rm-utility:hover,
.storefront-rm-account-summary:hover {
  border-color: rgba(212, 175, 96, 0.22);
  background: rgba(255, 241, 199, 0.04);
  color: #fff6de;
  transform: none;
}

.storefront-rm-utility-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

.storefront-rm-utility-icon svg {
  width: 100%;
  height: 100%;
}

.storefront-rm-utility-copy {
  display: grid;
  gap: 0.1rem;
}

.storefront-rm-utility-copy small {
  color: rgba(212, 175, 96, 0.78);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-rm-utility-copy strong {
  color: #fff4d0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-rm-cart {
  min-width: 8.2rem;
}

.storefront-rm-account-summary {
  list-style: none;
  cursor: pointer;
}

.storefront-rm-account-summary::-webkit-details-marker {
  display: none;
}

.storefront-rm-utility-badge,
.storefront-rm-profile-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  color: rgba(212, 175, 96, 0.88);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.storefront-rm-profile-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.storefront-rm-guest-actions {
  gap: 0.65rem;
}

.storefront-rm-utility-ghost {
  background: rgba(255, 241, 199, 0.03);
}

.storefront-rm-utility-solid {
  background: rgba(255, 241, 199, 0.92);
  border-color: rgba(255, 241, 199, 0.92);
  color: #080808;
}

.storefront-rm-utility-solid .storefront-rm-utility-copy small,
.storefront-rm-utility-solid .storefront-rm-utility-copy strong {
  color: #080808;
}

.storefront-rm-account-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 0.45rem);
  display: grid;
  gap: 0.3rem;
  min-width: 15rem;
  padding: 0.75rem;
  border: 1px solid rgba(212, 175, 96, 0.18);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  z-index: 650;
}

.storefront-rm-account-card {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.65rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.04);
}

.storefront-rm-account-card span {
  color: rgba(212, 175, 96, 0.72);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-rm-account-card strong {
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.storefront-rm-account-link {
  display: block;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(249, 236, 205, 0.84);
  padding: 0.82rem 0.9rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.storefront-rm-account-link:hover {
  border-color: rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.04);
  color: #fff4d0;
}

.storefront-rm-account-link-danger {
  color: rgba(255, 214, 214, 0.86);
}

.storefront-rm-account-link-danger:hover {
  border-color: rgba(164, 83, 83, 0.18);
  background: rgba(164, 83, 83, 0.08);
  color: #fff0f0;
}

.storefront-reset-main {
  display: grid;
  gap: 1.4rem;
  padding-bottom: 4rem;
}

.storefront-reset-frame {
  width: min(96rem, calc(100vw - 2.2rem));
  margin: 0 auto;
}

.storefront-reset-hero {
  position: relative;
  padding-top: 0.6rem;
}

.storefront-reset-hero-stage {
  position: relative;
  min-height: calc(100vh - 8rem);
  border: 1px solid rgba(212, 175, 96, 0.12);
  overflow: hidden;
  background: #050505;
}

.storefront-reset-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.storefront-reset-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.storefront-reset-hero-video-shell {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.26) 45%, rgba(0, 0, 0, 0.68));
}

.storefront-reset-hero-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(212, 175, 96, 0.2), transparent 30%),
    radial-gradient(circle at 78% 82%, rgba(212, 175, 96, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.06), rgba(5, 5, 5, 0.84));
  pointer-events: none;
}

.storefront-reset-hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.storefront-reset-hero-overlay {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 8rem);
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.storefront-reset-hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2rem;
  min-height: calc(100vh - 8rem);
}

.storefront-reset-hero-panel,
.storefront-reset-side-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.storefront-reset-hero-panel {
  width: min(44rem, 100%);
  padding: 2.8rem 0;
}

.storefront-reset-side-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-height: 14rem;
  padding: 1.8rem 1.7rem 1.9rem;
  border: 1px solid rgba(212, 175, 96, 0.32);
  background:
    linear-gradient(145deg, rgba(232, 208, 150, 0.96), rgba(183, 141, 63, 0.92)),
    linear-gradient(180deg, rgba(12, 12, 12, 0.1), rgba(12, 12, 12, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 244, 211, 0.38);
}

.storefront-reset-kicker {
  color: rgba(212, 175, 96, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.storefront-reset-hero-panel h1,
.storefront-reset-head h2,
.storefront-reset-campaign-feature-copy h2 {
  display: block;
  margin-top: 1rem;
  padding-bottom: 0.12em;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.05em;
  line-height: 1;
  overflow: visible;
}

.storefront-reset-hero-eyebrow {
  margin-top: 1rem;
  color: rgba(255, 241, 199, 0.76);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-reset-hero-panel h1 {
  max-width: 9ch;
  font-size: 6rem;
  letter-spacing: 0;
}

.storefront-reset-hero-copy {
  max-width: 28rem;
  margin-top: 1.15rem;
  color: rgba(249, 236, 205, 0.8);
  font-size: 1rem;
  line-height: 1.75;
}

.storefront-reset-hero-aside strong {
  display: block;
  margin-top: 0.85rem;
  padding-bottom: 0.12em;
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.04;
  overflow: visible;
}

.storefront-reset-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  z-index: 3;
  display: flex;
  gap: 0.7rem;
  transform: translateX(-50%);
}

.storefront-reset-hero-dot {
  width: 0.85rem;
  height: 0.85rem;
  padding: 0;
  border: 1px solid rgba(255, 241, 199, 0.46);
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.storefront-reset-hero-dot.is-active,
.storefront-reset-hero-dot:hover {
  background: #f2e7c7;
  border-color: #f2e7c7;
  transform: scale(1.1);
}

.storefront-reset-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.storefront-reset-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.5rem;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-reset-button-primary {
  background: rgba(255, 241, 199, 0.94);
  color: #130f0c;
  border: 1px solid rgba(255, 241, 199, 0.94);
}

.storefront-reset-button-secondary {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: transparent;
  color: #fff1bf;
}

.storefront-reset-button-whatsapp {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: transparent;
  color: #fff1bf;
}

.storefront-reset-button-whatsapp:hover {
  background: rgba(255, 241, 199, 0.04);
  border-color: rgba(212, 175, 96, 0.22);
}

@media (min-width: 821px) {
  .storefront-home-reset .storefront-reset-hero-overlay.storefront-reset-frame {
    width: 100%;
    max-width: none;
    padding-left: 4rem;
    padding-right: 3rem;
  }

  .storefront-home-reset .storefront-reset-hero-panel {
    width: 40rem;
  }
}

@media (min-width: 1101px) and (max-width: 1440px) {
  .storefront-home-reset .storefront-reset-hero-overlay.storefront-reset-frame {
    padding-left: 6rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1441px) {
  .storefront-home-reset .storefront-reset-hero-overlay.storefront-reset-frame {
    padding-left: 8rem;
    padding-right: 5rem;
  }
}

.storefront-reset-hero-support {
  margin-top: 1rem;
}

.storefront-reset-hero-media-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
}

.storefront-reset-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 20rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  border-radius: 0;
  text-decoration: none;
}

.storefront-reset-hero-card-1 {
  grid-row: span 2;
}

.storefront-reset-hero-card-media,
.storefront-reset-collection-media,
.storefront-reset-campaign-feature-media,
.storefront-reset-side-card-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68)),
    linear-gradient(135deg, #2b201a, #0d0d0d);
  background-position: center;
  background-size: cover;
  transition: transform 300ms ease;
}

.storefront-reset-hero-card-media,
.storefront-reset-collection-media,
.storefront-reset-editorial-media,
.storefront-reset-atelier-media {
  background-position: center 22%;
}

.storefront-reset-campaign-feature-media,
.storefront-reset-side-card-media {
  background-position: center 14%;
}

.storefront-reset-hero-card-media video,
.storefront-reset-campaign-feature-media video,
.storefront-reset-side-card-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.storefront-reset-hero-card:hover .storefront-reset-hero-card-media,
.storefront-reset-collection-card:hover .storefront-reset-collection-media,
.storefront-reset-campaign-feature:hover .storefront-reset-campaign-feature-media,
.storefront-reset-side-card:hover .storefront-reset-side-card-media {
  transform: scale(1.04);
}

.storefront-reset-hero-card-copy,
.storefront-reset-collection-copy,
.storefront-reset-campaign-feature-copy,
.storefront-reset-side-card-copy {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem 1.2rem 1.55rem;
  overflow: visible;
}

.storefront-reset-hero-panel {
  padding-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

.storefront-reset-hero-aside {
  padding-bottom: 1.75rem;
}

.storefront-reset-hero-card-copy span,
.storefront-reset-collection-copy span,
.storefront-reset-side-card-copy span {
  color: rgba(255, 241, 199, 0.78);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.storefront-reset-hero-card-copy strong,
.storefront-reset-side-card-copy strong,
.storefront-reset-collection-copy h3 {
  display: block;
  padding-bottom: 0.1em;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  overflow: visible;
}

.storefront-reset-section {
  padding-top: 0.2rem;
}

.storefront-reset-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.storefront-reset-head h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.storefront-reset-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.storefront-reset-collection-card {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  border-radius: 0;
  text-decoration: none;
}

.storefront-reset-marquee-wrap {
  overflow: hidden;
}

.storefront-reset-marquee {
  display: flex;
  gap: 2.8rem;
  width: max-content;
  padding: 0.8rem 0;
  color: rgba(255, 241, 199, 0.6);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  letter-spacing: -0.03em;
  animation: storefront-reset-marquee 26s linear infinite;
}

.storefront-reset-marquee:hover {
  animation-play-state: paused;
}

.storefront-reset-marquee a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.storefront-reset-marquee a:hover {
  color: #fff4d0;
}

@keyframes storefront-reset-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-35%); }
}

.storefront-reset-campaign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
  gap: 1rem;
  align-items: stretch;
}

.storefront-reset-campaign-feature,
.storefront-reset-rail-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.14);
  border-radius: 0;
  text-decoration: none;
}

.storefront-reset-campaign-feature {
  min-height: 42rem;
}

.storefront-reset-campaign-feature-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.storefront-reset-campaign-rail {
  display: grid;
  gap: 1rem;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.storefront-reset-rail-card {
  min-height: 20rem;
}

.storefront-reset-rail-card-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.72)),
    linear-gradient(135deg, #2b201a, #0d0d0d);
  background-position: center 20%;
  background-size: cover;
  transition: transform 300ms ease;
}

.storefront-reset-rail-card-copy {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.15rem 1.45rem;
}

.storefront-reset-rail-card-copy span {
  color: rgba(255, 241, 199, 0.78);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.storefront-reset-rail-card-copy strong {
  display: block;
  padding-bottom: 0.1em;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  overflow: visible;
}

.storefront-reset-rail-card:hover .storefront-reset-rail-card-media {
  transform: scale(1.04);
}

.storefront-reset-side-note strong {
  width: 100%;
  max-width: none;
  margin-top: 0.8rem;
  padding-bottom: 0.1em;
  color: #1e1408;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.9rem, 2.8vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.storefront-reset-side-note p {
  width: 100%;
  max-width: none;
  margin-top: 0.85rem;
  color: rgba(34, 22, 10, 0.82);
  font-size: 0.92rem;
  line-height: 1.8;
}

.storefront-reset-side-note-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  margin-top: 1.3rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(74, 49, 17, 0.18);
  background: rgba(255, 248, 225, 0.26);
  color: #2b1a08;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-reset-side-note-link:hover {
  color: #120b03;
  background: rgba(255, 248, 225, 0.38);
}

.storefront-reset-side-note .storefront-reset-kicker {
  color: rgba(74, 49, 17, 0.78);
}

.storefront-reset-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.storefront-home-reset .storefront-reset-product-grid article {
  border-color: rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.96), rgba(7, 7, 7, 0.96));
  box-shadow: none;
  border-radius: 0;
}

.storefront-home-reset .storefront-reset-product-grid article .lux-soft,
.storefront-home-reset .storefront-reset-product-grid article .lux-muted {
  color: rgba(249, 236, 205, 0.68);
}

.storefront-home-reset .storefront-reset-product-grid article span[class*="border-[var(--lux-line)]"] {
  border-color: rgba(212, 175, 96, 0.16) !important;
  background: rgba(255, 241, 199, 0.06) !important;
  color: #fff1bf !important;
  border-radius: 0 !important;
}

.storefront-home-reset .storefront-reset-product-grid article,
.storefront-home-reset .storefront-reset-product-grid article > a,
.storefront-home-reset .storefront-reset-product-grid article [class*="rounded"] {
  border-radius: 0 !important;
}

.storefront-reset-editorial-grid,
.storefront-reset-atelier-grid {
  display: grid;
  gap: 1rem;
}

.storefront-reset-editorial-grid {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
}

.storefront-reset-editorial-copy,
.storefront-reset-atelier-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.96), rgba(7, 7, 7, 0.92));
}

.storefront-reset-editorial-copy h2,
.storefront-reset-atelier-copy h2 {
  margin-top: 0.9rem;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.storefront-reset-atelier-copy p {
  margin-top: 1rem;
  color: rgba(249, 236, 205, 0.76);
  font-size: 0.98rem;
  line-height: 1.7;
}

.storefront-reset-atelier-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
  margin-bottom: 1.45rem;
}

.storefront-reset-atelier-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.04);
  color: rgba(255, 241, 199, 0.82);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-reset-editorial-copy p {
  margin-top: 1rem;
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.storefront-reset-editorial-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.storefront-reset-editorial-card,
.storefront-reset-atelier-card {
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  text-decoration: none;
}

.storefront-reset-editorial-media,
.storefront-reset-atelier-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    linear-gradient(135deg, #2b201a, #0d0d0d);
  background-position: center;
  background-size: cover;
  transition: transform 300ms ease;
}

.storefront-reset-editorial-card:hover .storefront-reset-editorial-media,
.storefront-reset-atelier-card:hover .storefront-reset-atelier-media {
  transform: scale(1.04);
}

.storefront-reset-editorial-card-copy,
.storefront-reset-atelier-card-copy {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
}

.storefront-reset-editorial-card-copy span,
.storefront-reset-atelier-card-copy span {
  color: rgba(255, 241, 199, 0.78);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.storefront-reset-editorial-card-copy strong,
.storefront-reset-atelier-card-copy strong {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.storefront-reset-atelier-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.storefront-reset-atelier-visuals {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
}

.storefront-reset-atelier-card-1 {
  min-height: 34rem;
}

.storefront-reset-atelier-card-2 {
  min-height: 34rem;
}

@media (max-width: 1100px) {
  .storefront-footer-grid,
  .storefront-legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-reset-campaign-grid,
  .storefront-reset-product-grid,
  .storefront-reset-collection-grid,
  .storefront-reset-editorial-grid,
  .storefront-reset-atelier-grid,
  .storefront-reset-editorial-cards,
  .storefront-reset-atelier-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-reset-hero-layout {
    grid-template-columns: 1fr;
    align-items: end;
  }
}

/* Browse redesign aligned to homepage */

.storefront-browse-reset .storefront-category-hero,
.storefront-browse-reset .storefront-category-shell,
.storefront-browse-reset .storefront-category-results,
.storefront-browse-reset .storefront-category-card,
.storefront-browse-reset .storefront-category-filters,
.storefront-browse-reset .storefront-category-empty {
  border-radius: 0;
  box-shadow: none;
}

.storefront-browse-reset .storefront-category-stats div,
.storefront-browse-reset .storefront-category-pill,
.storefront-browse-reset .storefront-category-active span,
.storefront-browse-reset .storefront-category-price-grid input,
.storefront-browse-reset .storefront-category-sort-form select,
.storefront-browse-reset .storefront-category-button,
.storefront-browse-reset .storefront-category-mobile-filter,
.storefront-browse-reset .storefront-category-mobile-filter span,
.storefront-browse-reset .storefront-category-filters-close,
.storefront-browse-reset .storefront-category-card-badges span,
.storefront-browse-reset .storefront-category-card-swatch,
.storefront-browse-reset .storefront-category-card-swatch-more,
.storefront-browse-reset .storefront-category-load,
.storefront-browse-reset .storefront-category-end,
.storefront-browse-reset .storefront-category-option-single {
  border-radius: 0 !important;
}

.storefront-browse-reset .storefront-category-pill,
.storefront-browse-reset .storefront-category-button,
.storefront-browse-reset .storefront-category-mobile-filter,
.storefront-browse-reset .storefront-category-filters-close,
.storefront-browse-reset .storefront-category-sort-form select,
.storefront-browse-reset .storefront-category-price-grid input,
.storefront-browse-reset .storefront-category-option,
.storefront-browse-reset .storefront-category-option input {
  cursor: pointer;
}

.storefront-browse-reset .storefront-browse-intro {
  display: block;
  margin-bottom: 1rem;
}

.storefront-browse-reset .storefront-browse-intro-main {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 0 0.2rem;
}

.storefront-browse-reset .storefront-browse-breadcrumbs {
  color: rgba(249, 236, 205, 0.56);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-browse-reset .storefront-browse-breadcrumbs a {
  color: rgba(249, 236, 205, 0.7);
}

.storefront-browse-reset .storefront-browse-heading-row {
  display: block;
}

.storefront-browse-reset .storefront-browse-heading-copy {
  max-width: 40rem;
}

.storefront-browse-reset .storefront-browse-kicker,
.storefront-browse-reset .storefront-category-results-kicker,
.storefront-browse-reset .storefront-category-filters-kicker,
.storefront-browse-reset .storefront-category-filter-title,
.storefront-browse-reset .storefront-category-empty-kicker,
.storefront-browse-reset .storefront-category-card-label {
  color: rgba(212, 175, 96, 0.82);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.storefront-browse-reset .storefront-browse-title,
.storefront-browse-reset .storefront-category-results-title,
.storefront-browse-reset .storefront-category-filters-head h2,
.storefront-browse-reset .storefront-category-empty-title,
.storefront-browse-reset .storefront-category-card-title {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.storefront-browse-reset .storefront-browse-title {
  margin-top: 0.5rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.storefront-browse-reset .storefront-browse-description,
.storefront-browse-reset .storefront-category-results-copy,
.storefront-browse-reset .storefront-category-option,
.storefront-browse-reset .storefront-category-empty-copy,
.storefront-browse-reset .storefront-category-end,
.storefront-browse-reset .storefront-category-load {
  color: rgba(249, 236, 205, 0.68);
}

.storefront-browse-reset .storefront-browse-description {
  max-width: 32rem;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.75;
}

.storefront-browse-reset .storefront-browse-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.storefront-browse-reset .storefront-browse-stats div,
.storefront-browse-reset .storefront-browse-chip,
.storefront-browse-reset .storefront-category-active span,
.storefront-browse-reset .storefront-category-price-grid input,
.storefront-browse-reset .storefront-category-sort-form select,
.storefront-browse-reset .storefront-category-button-secondary,
.storefront-browse-reset .storefront-category-option-single {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.04);
}

.storefront-browse-reset .storefront-browse-stats div {
  min-width: 7rem;
  padding: 0.72rem 0.85rem;
}

.storefront-browse-reset .storefront-browse-stats span {
  color: rgba(249, 236, 205, 0.54);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storefront-browse-reset .storefront-browse-stats strong {
  display: block;
  margin-top: 0.25rem;
  color: #fff4d0;
  font-size: 1rem;
}

.storefront-browse-reset .storefront-browse-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.storefront-browse-reset .storefront-browse-chip {
  min-height: 2.2rem;
  padding: 0.55rem 0.85rem;
  color: #fff4d0;
}

.storefront-browse-reset .storefront-browse-chip:hover {
  border-color: rgba(212, 175, 96, 0.3);
  background: rgba(255, 241, 199, 0.08);
}

.storefront-browse-reset .storefront-browse-chip small {
  color: rgba(249, 236, 205, 0.52);
}

.storefront-browse-reset .storefront-browse-shell {
  grid-template-columns: 1fr;
  gap: 0;
}

.storefront-browse-reset .storefront-category-filters {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 720;
  width: min(27rem, 100vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0;
  border-left: 1px solid rgba(212, 175, 96, 0.16);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.98), rgba(7, 7, 7, 0.98));
  pointer-events: none;
  visibility: hidden;
  transform: translateX(calc(100% + 2rem));
  transition: transform 220ms ease, visibility 220ms ease;
  overflow: hidden;
}

.storefront-browse-reset .storefront-category-filters.is-open {
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
}

.storefront-browse-reset .storefront-category-filters-head,
.storefront-browse-reset .storefront-category-filter-group,
.storefront-browse-reset .storefront-category-results,
.storefront-browse-reset .storefront-category-card,
.storefront-browse-reset .storefront-category-empty {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
}

.storefront-browse-reset .storefront-category-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 0.8rem;
}

.storefront-browse-reset .storefront-category-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 0;
  margin-top: 0;
  overflow-y: auto;
  padding-bottom: 0.2rem;
}

.storefront-browse-reset .storefront-category-form > .storefront-category-filter-group {
  flex: 0 0 auto;
}

.storefront-browse-reset .storefront-category-filter-group {
  padding: 0.95rem 1rem;
  gap: 0.7rem;
}

.storefront-browse-reset .storefront-category-filters-close,
.storefront-browse-reset .storefront-category-mobile-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.06);
  color: #fff4d0;
}

.storefront-browse-reset .storefront-category-filters-close {
  min-height: 2.55rem;
  padding: 0 0.95rem;
  border-color: rgba(212, 175, 96, 0.18);
  background: rgba(255, 241, 199, 0.03);
  color: rgba(249, 236, 205, 0.86);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-browse-reset .storefront-category-filters-close:hover,
.storefront-browse-reset .storefront-category-filters-close:focus-visible {
  border-color: rgba(255, 241, 199, 0.42);
  background: rgba(255, 241, 199, 0.08);
  color: #fff6e7;
  outline: none;
}

.storefront-browse-reset .storefront-category-mobile-filter {
  min-height: 3rem;
  padding: 0 1.1rem;
  border-color: rgba(212, 175, 96, 0.34);
  background: linear-gradient(180deg, rgba(255, 241, 199, 0.16), rgba(255, 241, 199, 0.08));
  color: #fff6e7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-browse-reset .storefront-category-mobile-filter span,
.storefront-browse-reset .storefront-category-button-primary {
  background: rgba(255, 241, 199, 0.94);
  color: #130f0c;
  border-radius: 0;
  box-shadow: none;
}

.storefront-browse-reset .storefront-category-mobile-filter:hover,
.storefront-browse-reset .storefront-category-mobile-filter:focus-visible {
  border-color: rgba(255, 241, 199, 0.64);
  background: linear-gradient(180deg, rgba(255, 241, 199, 0.22), rgba(255, 241, 199, 0.1));
  outline: none;
}

.storefront-browse-reset .storefront-category-button {
  border-radius: 0;
}

.storefront-browse-reset .storefront-category-option-single {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  min-height: 3rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.025);
}

.storefront-browse-reset .storefront-category-option-single:hover {
  border-color: rgba(212, 175, 96, 0.22);
  background: rgba(255, 241, 199, 0.04);
}

.storefront-browse-reset .storefront-category-filter-actions {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.7rem;
  margin-top: auto;
  padding: 1rem 0 1rem;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, 0.94) 28%, rgba(7, 7, 7, 0.99));
}

.storefront-browse-reset .storefront-category-filter-actions::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(212, 175, 96, 0.12);
}

.storefront-browse-reset .storefront-category-filter-actions .storefront-category-button {
  min-height: 3rem;
  width: 100%;
}

.storefront-browse-reset .storefront-category-button-primary {
  border: 1px solid rgba(255, 241, 199, 0.72);
  background: linear-gradient(180deg, rgba(255, 241, 199, 0.96), rgba(226, 193, 124, 0.92));
  color: #120e0a;
}

.storefront-browse-reset .storefront-category-button-secondary {
  border: 1px solid rgba(212, 175, 96, 0.18);
  background: rgba(255, 241, 199, 0.04);
  color: #fff1cf;
}

.storefront-browse-reset .storefront-category-option {
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
}

.storefront-browse-reset .storefront-category-option input {
  accent-color: #d4af60;
}

.storefront-browse-reset .storefront-category-option small,
.storefront-browse-reset .storefront-category-price-grid span,
.storefront-browse-reset .storefront-category-sort-form span {
  color: rgba(249, 236, 205, 0.48);
}

.storefront-browse-reset .storefront-category-results {
  padding: 0.9rem;
}

.storefront-browse-reset .storefront-browse-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(212, 175, 96, 0.12);
}

.storefront-browse-reset .storefront-browse-results-copy {
  display: grid;
  gap: 0.28rem;
}

.storefront-browse-reset .storefront-category-results-title {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.storefront-browse-reset .storefront-category-results-copy {
  font-size: 0.76rem;
}

.storefront-browse-reset .storefront-category-sort-form {
  align-self: center;
}

.storefront-browse-reset .storefront-browse-active {
  margin-bottom: 0.9rem;
  gap: 0.5rem;
}

.storefront-browse-reset .storefront-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.storefront-browse-reset .storefront-category-card-label,
.storefront-browse-reset .storefront-category-card-title,
.storefront-browse-reset .storefront-category-card-price,
.storefront-browse-reset .storefront-category-results-title,
.storefront-browse-reset .storefront-browse-title {
  overflow-wrap: anywhere;
}

.storefront-browse-reset .storefront-category-card {
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.storefront-browse-reset .storefront-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 96, 0.28);
  box-shadow: none;
}

.storefront-browse-reset .storefront-category-card-link {
  display: grid;
  gap: 0;
}

.storefront-browse-reset .storefront-category-card-media {
  aspect-ratio: 4 / 5.35;
  background: linear-gradient(135deg, #2b201a, #0d0d0d);
}

.storefront-browse-reset .storefront-category-card-media::after {
  height: 44%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88));
}

.storefront-browse-reset .storefront-category-card-media img {
  object-position: center 18%;
}

.storefront-browse-reset .storefront-category-card-badges {
  top: 0.85rem;
  left: 0.85rem;
  gap: 0.4rem;
}

.storefront-browse-reset .storefront-category-card-badges span {
  min-height: 1.5rem;
  padding-inline: 0.55rem;
  border: 1px solid rgba(255, 241, 199, 0.12);
  background: rgba(6, 6, 6, 0.58);
  color: #fff1bf;
  font-size: 0.56rem;
  letter-spacing: 0.15em;
}

.storefront-browse-reset .storefront-category-card-copy {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1rem 1.05rem;
}

.storefront-browse-reset .storefront-category-card-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
}

.storefront-browse-reset .storefront-category-card-head {
  display: block;
}

.storefront-browse-reset .storefront-category-card-title-wrap {
  position: static;
  inset: auto;
  min-width: 0;
  padding: 0;
}

.storefront-browse-reset .storefront-category-card-title {
  margin: 0.28rem 0 0;
  color: #fff4db;
  font-size: 1.12rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.storefront-browse-reset .storefront-category-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.38rem 0.55rem;
  color: #fff4d0;
  text-align: left;
  min-width: 0;
}

.storefront-browse-reset .storefront-category-card-price-prefix,
.storefront-browse-reset .storefront-category-card-price-was {
  color: rgba(249, 236, 205, 0.48);
}

.storefront-browse-reset .storefront-category-card-price strong {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.storefront-browse-reset .storefront-category-card-status {
  flex: 0 0 auto;
  color: rgba(249, 236, 205, 0.52);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: right;
}

.storefront-browse-reset .storefront-category-card-swatches {
  min-height: 0;
  gap: 0.34rem;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}

.storefront-browse-reset .storefront-category-card-swatch,
.storefront-browse-reset .storefront-category-card-swatch-more {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0;
  border-color: rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.05);
  color: #fff1bf;
}

.storefront-browse-reset .storefront-category-card-label {
  color: rgba(212, 175, 96, 0.7);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
}

.storefront-browse-reset .storefront-category-card-badges {
  top: 0.8rem;
  left: 0.8rem;
}

.storefront-browse-reset .storefront-category-card-badges span {
  min-height: 1.4rem;
  padding-inline: 0.5rem;
}

@media (min-width: 760px) {
  .storefront-browse-reset .storefront-category-card-price {
    justify-content: flex-end;
    text-align: right;
  }
}

@media (max-width: 520px) {
  .storefront-browse-reset .storefront-category-card-price-row {
    align-items: start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .storefront-browse-reset .storefront-category-card-status {
    text-align: left;
  }
}

.storefront-browse-reset .storefront-category-empty {
  padding: 2rem;
}

.storefront-browse-reset .storefront-category-load,
.storefront-browse-reset .storefront-category-end {
  min-height: 3rem;
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.04);
}

.storefront-browse-reset .storefront-category-overlay {
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(4px);
}

@media (max-width: 1180px) {
  .storefront-browse-reset .storefront-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .storefront-browse-reset .storefront-browse-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-browse-reset .storefront-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .storefront-browse-reset .storefront-browse-title {
    font-size: clamp(1.95rem, 11vw, 3rem);
  }

  .storefront-browse-reset .storefront-browse-stats div {
    flex: 1 1 calc(50% - 0.75rem);
    min-width: 0;
  }

  .storefront-browse-reset .storefront-category-results {
    padding: 0.85rem;
  }

  .storefront-browse-reset .storefront-category-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .storefront-footer-grid,
  .storefront-legal-grid {
    grid-template-columns: 1fr;
  }

  .storefront-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-rm-nav {
    display: none;
  }

  .storefront-rm-header-strip {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 0.55rem;
    white-space: nowrap;
  }

  .storefront-rm-header-top {
    grid-template-columns: auto 1fr auto;
  }

  .storefront-reset-campaign-grid,
  .storefront-reset-collection-grid,
  .storefront-reset-product-grid,
  .storefront-reset-editorial-grid,
  .storefront-reset-atelier-grid,
  .storefront-reset-editorial-cards,
  .storefront-reset-atelier-visuals,
  .storefront-reset-hero-media-grid {
    grid-template-columns: 1fr;
  }

  .storefront-reset-hero-stage,
  .storefront-reset-hero-overlay {
    min-height: 38rem;
  }

  .storefront-reset-hero-layout {
    min-height: 38rem;
    align-items: center;
  }

  .storefront-reset-hero-panel {
    width: 100%;
    padding: 0;
  }

  .storefront-reset-hero-panel h1 {
    font-size: clamp(2.9rem, 11vw, 4.3rem);
  }

  .storefront-reset-hero-copy {
    max-width: 100%;
    font-size: 0.92rem;
  }

  .storefront-reset-campaign-feature,
  .storefront-reset-collection-card,
  .storefront-reset-hero-card {
    min-height: 22rem;
  }

  .storefront-rm-utility-copy small {
    display: none;
  }

  .storefront-rm-logo-mark {
    width: 7.2rem;
    min-width: 7.2rem;
    height: 2.8rem;
    padding: 0;
  }

  .storefront-rm-cart {
    min-width: auto;
  }
}

@media (min-width: 821px) {
  .storefront-rm-menu-button {
    display: none;
  }
}

/* New mobile menu replaces legacy drawer */

.storefront-drawer-shell,
.storefront-drawer-overlay,
.storefront-drawer-panel {
  display: none !important;
}

.storefront-mobile-shell {
  position: fixed;
  inset: 0;
  z-index: 700;
  pointer-events: none;
}

.storefront-mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 180ms ease;
}

.storefront-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(24rem, 92vw);
  height: 100%;
  padding: 1.2rem 1rem 1.6rem;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(5, 5, 5, 0.98));
  transform: translateX(100%);
  transition: transform 180ms ease;
  overflow-y: auto;
  border-radius: 0;
}

.storefront-mobile-shell.is-open {
  pointer-events: auto;
}

.storefront-mobile-shell.is-open .storefront-mobile-overlay {
  opacity: 1;
}

.storefront-mobile-shell.is-open .storefront-mobile-panel {
  transform: translateX(0);
}

.storefront-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(212, 175, 96, 0.14);
}

.storefront-mobile-head strong {
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.storefront-mobile-close {
  border: 1px solid rgba(212, 175, 96, 0.16);
  border-radius: 0;
  background: rgba(255, 241, 199, 0.03);
  color: #fff1bf;
  min-height: 2.4rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-mobile-nav {
  display: grid;
  gap: 0.3rem;
  padding-top: 1rem;
}

.storefront-mobile-nav-list,
.storefront-mobile-nav-children {
  display: grid;
  gap: 0.3rem;
}

.storefront-mobile-nav-group {
  border-bottom: 1px solid rgba(212, 175, 96, 0.08);
}

.storefront-mobile-nav-summary,
.storefront-mobile-nav-link {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  color: rgba(249, 236, 205, 0.82);
  font-size: 0.95rem;
  text-decoration: none;
  background: transparent;
  border: 0;
}

.storefront-mobile-nav-summary {
  cursor: pointer;
  list-style: none;
}

.storefront-mobile-nav-summary::-webkit-details-marker {
  display: none;
}

.storefront-mobile-nav-summary.is-active,
.storefront-mobile-nav-link.is-active,
.storefront-mobile-nav-summary:hover,
.storefront-mobile-nav-link:hover {
  color: #fff4d0;
}

.storefront-mobile-nav-children {
  padding-left: 0.9rem;
  padding-bottom: 0.5rem;
}

.storefront-mobile-nav-parent-link {
  color: rgba(212, 175, 96, 0.82);
}

@media (min-width: 821px) {
  .storefront-mobile-shell {
    display: none !important;
  }
}
.storefront-rm-header {
  padding-bottom: 0.35rem;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.98), rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.84));
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.storefront-rm-header-strip {
  justify-content: center;
  gap: 0;
  min-height: 1.4rem;
  padding-bottom: 0.35rem;
  color: rgba(212, 175, 96, 0.68);
  font-size: 0.52rem;
  letter-spacing: 0.28em;
}

.storefront-rm-header-strip span {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0.95rem;
}

.storefront-rm-header-strip span:first-child {
  padding-left: 0;
}

.storefront-rm-header-strip span:last-child {
  padding-right: 0;
}

.storefront-rm-header-strip span + span {
  margin-left: 0;
}

.storefront-rm-header-strip span + span::before {
  left: 0;
  top: 50%;
  width: 0.55rem;
  height: 1px;
  border-radius: 0;
  background: rgba(212, 175, 96, 0.28);
  transform: translate(-50%, -50%);
}

.storefront-rm-header-top {
  grid-template-columns: minmax(18rem, auto) 1fr auto;
  gap: 1.5rem;
  min-height: 4.25rem;
  padding: 0.3rem 0 0.55rem;
  border-bottom: 0;
}

.storefront-rm-logo {
  align-items: center;
}

.storefront-rm-logo-mark {
  width: 9rem;
  min-width: 9rem;
  height: 2.8rem;
  padding: 0;
}

.storefront-rm-nav {
  align-items: center;
  gap: 1.8rem;
  padding-top: 0;
}

.storefront-rm-nav-link {
  gap: 0.45rem;
  color: rgba(249, 236, 205, 0.8);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  padding: 0.35rem 0;
  position: relative;
}

.storefront-rm-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 1px;
  background: rgba(212, 175, 96, 0.88);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.storefront-rm-nav-link.is-active::after,
.storefront-rm-nav-link:hover::after,
.storefront-rm-nav-item[open] > .storefront-rm-nav-link::after {
  transform: scaleX(1);
}

.storefront-rm-nav-item-mega > .storefront-rm-nav-link::after,
.storefront-rm-nav-item-mega > .storefront-rm-nav-link.is-active::after,
.storefront-rm-nav-item-mega[open] > .storefront-rm-nav-link::after,
.storefront-rm-nav-item-mega > .storefront-rm-nav-link:hover::after {
  display: none;
}

.storefront-rm-header-right {
  align-items: center;
  gap: 0.45rem;
}

.storefront-rm-utility-label {
  display: inline-block;
  color: rgba(249, 236, 205, 0.86);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.storefront-rm-utility,
.storefront-rm-auth-link,
.storefront-rm-account-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.9rem;
  padding: 0.52rem 0.82rem;
  border: 1px solid rgba(212, 175, 96, 0.12);
  border-radius: 0;
  background: transparent;
  color: #fff4d7;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}


.storefront-rm-utility:hover,
.storefront-rm-auth-link:hover,
.storefront-rm-account-summary:hover {
  border-color: rgba(212, 175, 96, 0.28);
  background: rgba(255, 241, 199, 0.03);
  color: #fff7df;
}

.storefront-rm-utility-ghost {
  background: rgba(255, 241, 199, 0.03);
}

.storefront-rm-utility-solid {
  border-color: #e6c46a;
  background: #f1d37d;
  color: #1a1408;
}

.storefront-rm-utility-solid:hover {
  border-color: #f1d37d;
  background: #f6dda0;
  color: #120d04;
}

.storefront-rm-utility-solid .storefront-rm-utility-copy small,
.storefront-rm-utility-solid .storefront-rm-utility-copy strong {
  color: inherit;
}

.storefront-rm-cart {
  min-width: 10rem;
}

.storefront-rm-actions,
.storefront-header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.storefront-rm-utility-copy {
  align-content: center;
  gap: 0.08rem;
  line-height: 1;
}

.storefront-rm-utility-copy small,
.storefront-rm-utility-copy strong {
  display: block;
}

.storefront-rm-profile-meta {
  align-self: center;
}

.storefront-rm-menu-button {
  width: 2.65rem;
  min-width: 2.65rem;
  height: 2.65rem;
  min-height: 2.65rem;
  padding: 0.72rem;
  border: 1px solid rgba(212, 175, 96, 0.18);
  border-radius: 999px;
  background: transparent;
  color: #f4e2af;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.storefront-rm-menu-button:hover {
  border-color: rgba(212, 175, 96, 0.34);
  background: rgba(255, 241, 199, 0.035);
  color: #fff1bf;
}

.storefront-rm-account-dropdown {
  top: calc(100% + 0.7rem);
}

@media (max-width: 820px) {
  .storefront-rm-header-strip {
    gap: 0.8rem;
    padding-bottom: 0.35rem;
  }

  .storefront-rm-header-top {
    grid-template-columns: auto 1fr auto;
    gap: 0.8rem;
    min-height: 4rem;
    padding: 0.25rem 0 0.55rem;
  }

  .storefront-rm-logo-mark {
    width: 7.2rem;
    min-width: 7.2rem;
    height: 2.6rem;
    padding: 0;
  }

  .storefront-rm-header-right {
    gap: 0.35rem;
  }

  .storefront-rm-utility,
  .storefront-rm-auth-link,
  .storefront-rm-account-summary {
    min-height: 2.45rem;
    padding: 0.45rem 0.58rem;
  }

  .storefront-rm-utility-label {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }
}

.storefront-browse-intro {
  margin-bottom: 1.75rem;
}

.storefront-browse-intro-main {
  display: grid;
  gap: 1rem;
}

.storefront-browse-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.8fr);
  gap: 1.5rem;
  align-items: end;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid rgba(212, 175, 96, 0.1);
  background:
    linear-gradient(90deg, rgba(212, 175, 96, 0.12), rgba(212, 175, 96, 0.12)) left 1.2rem top 1.2rem / 3rem 1px no-repeat,
    radial-gradient(circle at top left, rgba(212, 175, 96, 0.09), transparent 36%),
    linear-gradient(135deg, rgba(20, 17, 14, 0.98), rgba(8, 8, 8, 0.98));
}

.storefront-browse-hero-lead {
  display: grid;
  align-content: end;
  gap: 0.7rem;
  min-width: 0;
  padding: 2rem 0.1rem 0.1rem;
}

.storefront-browse-hero-side {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: 0.3rem 0 0.1rem 1.2rem;
  border-left: 1px solid rgba(212, 175, 96, 0.1);
}

.storefront-browse-kicker {
  margin-bottom: 0;
}

.storefront-browse-title {
  margin: 0;
  max-width: 8ch;
  color: #fff3d3;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.storefront-browse-description {
  max-width: 22rem;
  margin: 0;
  color: rgba(246, 235, 212, 0.78);
  font-size: 0.82rem;
  line-height: 1.72;
}

.storefront-browse-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
  padding-top: 0.1rem;
}

.storefront-browse-hero-meta div {
  display: grid;
  gap: 0.18rem;
}

.storefront-browse-hero-meta span {
  color: rgba(245, 233, 204, 0.66);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.storefront-browse-hero-meta strong {
  color: #fff2ca;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0;
  font-family: var(--storefront-font-display);
  line-height: 1;
}

.storefront-browse-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.storefront-browse-chip {
  min-width: 0;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(212, 175, 96, 0.1);
  background: rgba(255, 241, 199, 0.025);
}

.storefront-browse-chip span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.storefront-browse-chip small {
  color: rgba(212, 175, 96, 0.74);
}

@media (max-width: 960px) {
  .storefront-browse-hero-stage {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .storefront-browse-hero-lead {
    padding: 1.1rem 0 0;
  }

  .storefront-browse-hero-side {
    padding: 0.9rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 96, 0.1);
  }

  .storefront-browse-title {
    max-width: none;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .storefront-browse-description {
    max-width: none;
  }

    .storefront-browse-hero-meta {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.storefront-browse-reset .storefront-browse-intro,
.storefront-browse-intro {
  margin-bottom: 1.35rem;
}

.storefront-browse-reset .storefront-browse-intro-main,
.storefront-browse-intro-main {
  gap: 0.85rem;
}

.storefront-browse-reset .storefront-browse-hero-stage,
.storefront-browse-hero-stage {
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 26rem);
  gap: 1.6rem;
  align-items: center;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(212, 175, 96, 0.08);
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 175, 96, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(14, 12, 10, 0.98), rgba(9, 9, 9, 0.98));
}

.storefront-browse-reset .storefront-browse-hero-lead,
.storefront-browse-hero-lead {
  align-content: center;
  gap: 0.55rem;
  padding: 0;
}

.storefront-browse-reset .storefront-browse-kicker,
.storefront-browse-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(212, 175, 96, 0.8);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.storefront-browse-reset .storefront-browse-kicker::before,
.storefront-browse-kicker::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: rgba(212, 175, 96, 0.42);
}

.storefront-browse-reset .storefront-browse-title,
.storefront-browse-title {
  margin: 0;
  max-width: 9ch;
  color: #fff5e0;
  font-size: clamp(2.3rem, 4.6vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.storefront-browse-reset .storefront-browse-hero-side,
.storefront-browse-hero-side {
  gap: 1.15rem;
  padding: 0 0 0 1.4rem;
  border-left: 1px solid rgba(212, 175, 96, 0.08);
}

.storefront-browse-reset .storefront-browse-description,
.storefront-browse-description {
  max-width: 24rem;
  margin: 0;
  color: rgba(246, 235, 212, 0.74);
  font-size: 0.84rem;
  line-height: 1.7;
}

.storefront-browse-reset .storefront-browse-hero-meta,
.storefront-browse-hero-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.2rem;
}

.storefront-browse-reset .storefront-browse-hero-meta div,
.storefront-browse-hero-meta div {
  gap: 0.12rem;
}

.storefront-browse-reset .storefront-browse-hero-meta span,
.storefront-browse-hero-meta span {
  color: rgba(245, 233, 204, 0.56);
  font-size: 0.56rem;
  letter-spacing: 0.24em;
}

.storefront-browse-reset .storefront-browse-hero-meta strong,
.storefront-browse-hero-meta strong {
  color: #fff0c8;
  font-size: 1.15rem;
  font-weight: 500;
}

.storefront-browse-reset .storefront-browse-chips,
.storefront-browse-chips {
  gap: 0.45rem;
}

.storefront-browse-reset .storefront-browse-chip,
.storefront-browse-chip {
  min-height: 0;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(212, 175, 96, 0.08);
  background: rgba(255, 241, 199, 0.02);
}

.storefront-browse-reset .storefront-browse-chip span,
.storefront-browse-chip span {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.storefront-browse-reset .storefront-browse-chip small,
.storefront-browse-chip small {
  color: rgba(212, 175, 96, 0.64);
  font-size: 0.58rem;
}

.storefront-browse-reset .storefront-category-sort-form select {
  background: #111111;
  color: #f7ead0;
}

.storefront-browse-reset .storefront-category-sort-form option {
  background: #111111;
  color: #f7ead0;
}

@media (max-width: 960px) {
  .storefront-browse-reset .storefront-browse-hero-stage,
  .storefront-browse-hero-stage {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 1rem;
  }

  .storefront-browse-reset .storefront-browse-hero-side,
  .storefront-browse-hero-side {
    padding: 0.85rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 96, 0.08);
  }

  .storefront-browse-reset .storefront-browse-title,
  .storefront-browse-title {
    max-width: none;
    font-size: clamp(1.95rem, 8vw, 3rem);
  }

  .storefront-browse-reset .storefront-browse-description,
  .storefront-browse-description {
    max-width: none;
  }
}

.storefront-product-reset {
  background:
    radial-gradient(circle at 12% 6%, rgba(212, 175, 96, 0.08), transparent 26%),
    linear-gradient(180deg, #080808 0%, #050505 56%, #090807 100%);
}

.storefront-product-reset .storefront-product-main {
  padding-top: 0.6rem;
}

.storefront-product-reset .storefront-product-shell {
  display: grid;
  gap: 1.4rem;
}

.storefront-product-reset .storefront-product-top {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  gap: clamp(1rem, 2.4vw, 1.8rem);
  align-items: start;
}

.storefront-product-reset .storefront-product-media,
.storefront-product-reset .storefront-product-summary,
.storefront-product-reset .storefront-product-panel,
.storefront-product-reset .storefront-product-related,
.storefront-product-reset .storefront-product-feature,
.storefront-product-reset .storefront-product-thumb,
.storefront-product-reset .storefront-product-thumb-type,
.storefront-product-reset .storefront-product-breadcrumbs a,
.storefront-product-reset .storefront-product-badge,
.storefront-product-reset .storefront-product-selected-variant,
.storefront-product-reset .storefront-product-stock-strip,
.storefront-product-reset .storefront-product-meta-strip,
.storefront-product-reset .storefront-product-meta-strip div,
.storefront-product-reset .storefront-product-swatch,
.storefront-product-reset .storefront-product-swatch img,
.storefront-product-reset .storefront-product-swatch > span,
.storefront-product-reset .storefront-product-chip,
.storefront-product-reset .storefront-product-size-chart,
.storefront-product-reset .storefront-product-size-chart summary,
.storefront-product-reset .storefront-product-size-chart-image,
.storefront-product-reset .storefront-product-size-chart-list span,
.storefront-product-reset .storefront-product-tailoring-link,
.storefront-product-reset .storefront-product-cart-form label,
.storefront-product-reset .storefront-product-cart-form select,
.storefront-product-reset .storefront-product-action,
.storefront-product-reset .storefront-product-review-summary,
.storefront-product-reset .storefront-product-question-card,
.storefront-product-reset .storefront-product-form textarea,
.storefront-product-reset .storefront-product-form button,
.storefront-product-reset .storefront-product-field-error,
.storefront-product-reset .storefront-product-related-head a,
.storefront-product-reset .storefront-product-card,
.storefront-product-reset .storefront-product-card-media,
.storefront-product-reset .storefront-product-card-badges span,
.storefront-product-reset .storefront-product-card-swatch,
.storefront-product-reset .storefront-product-card-swatch-more,
.storefront-product-reset .storefront-product-entry,
.storefront-product-reset .storefront-product-answer,
.storefront-product-reset .storefront-product-notice,
.storefront-product-reset .storefront-product-empty-state,
.storefront-product-reset .storefront-product-gated,
.storefront-product-reset .storefront-product-gated a {
  border-radius: 0 !important;
}

.storefront-product-reset .storefront-product-media,
.storefront-product-reset .storefront-product-summary,
.storefront-product-reset .storefront-product-panel,
.storefront-product-reset .storefront-product-related {
  border: 1px solid rgba(212, 175, 96, 0.13);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  box-shadow: none;
  backdrop-filter: none;
}

.storefront-product-reset .storefront-product-media {
  position: sticky;
  top: 1rem;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
}

.storefront-product-reset .storefront-product-feature {
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(135deg, #2b201a, #0d0d0d);
  aspect-ratio: 4 / 5.35;
}

.storefront-product-reset .storefront-product-feature::after {
  height: 26%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.storefront-product-reset .storefront-product-feature img,
.storefront-product-reset .storefront-product-feature video {
  display: block;
  object-position: center 18%;
}

.storefront-product-reset .storefront-product-feature:has(video)::before {
  border-radius: 0;
  border-color: rgba(255, 241, 199, 0.18);
  background: rgba(6, 6, 6, 0.68);
  color: #fff1bf;
  box-shadow: none;
}

.storefront-product-reset .storefront-product-placeholder {
  align-items: end;
  color: rgba(249, 236, 205, 0.72);
}

.storefront-product-reset .storefront-product-thumbs {
  grid-template-columns: repeat(auto-fit, minmax(4.4rem, 1fr));
  gap: 0.55rem;
  margin-top: 0.65rem;
}

.storefront-product-reset .storefront-product-thumbs:has(> .storefront-product-thumb:only-child) {
  grid-template-columns: minmax(4.4rem, 5.2rem);
}

.storefront-product-reset .storefront-product-thumb {
  border-color: rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.03);
  box-shadow: none;
  transform: none;
  transition: border-color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.storefront-product-reset .storefront-product-thumb:hover,
.storefront-product-reset .storefront-product-thumb:focus-visible,
.storefront-product-reset .storefront-product-thumb.is-active {
  transform: none;
  border-color: rgba(212, 175, 96, 0.58);
  background: rgba(255, 241, 199, 0.07);
  box-shadow: none;
  outline: none;
}

.storefront-product-reset .storefront-product-thumb-type {
  border: 1px solid rgba(255, 241, 199, 0.14);
  background: rgba(6, 6, 6, 0.72);
}

.storefront-product-reset .storefront-product-summary {
  position: sticky;
  top: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.8rem);
}

.storefront-product-reset .storefront-product-breadcrumbs {
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: rgba(249, 236, 205, 0.5);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
}

.storefront-product-reset .storefront-product-breadcrumbs a {
  border-color: rgba(212, 175, 96, 0.13);
  background: rgba(255, 241, 199, 0.03);
  color: rgba(249, 236, 205, 0.68);
}

.storefront-product-reset .storefront-product-kicker,
.storefront-product-reset .storefront-product-panel-label,
.storefront-product-reset .storefront-product-meta-title,
.storefront-product-reset .storefront-product-entry-list-title,
.storefront-product-reset .storefront-product-form label span,
.storefront-product-reset .storefront-product-cart-form label span {
  color: rgba(212, 175, 96, 0.82);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-kicker {
  margin-top: 0;
}

.storefront-product-reset .storefront-product-title {
  max-width: 12ch;
  margin-top: 0.55rem;
  color: #fff6e7;
  font-size: clamp(2.55rem, 5.2vw, 4.75rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.storefront-product-reset .storefront-product-rating {
  gap: 0.55rem;
  margin-top: 1rem;
  color: rgba(249, 236, 205, 0.62);
}

.storefront-product-reset .storefront-product-stars .is-filled,
.storefront-product-reset .storefront-product-star-input label:hover,
.storefront-product-reset .storefront-product-star-input label:hover ~ label,
.storefront-product-reset .storefront-product-star-input input:checked ~ label {
  color: #d4af60;
}

.storefront-product-reset .storefront-product-stars .is-empty,
.storefront-product-reset .storefront-product-star-input label {
  color: rgba(249, 236, 205, 0.32);
}

.storefront-product-reset .storefront-product-price-row {
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(212, 175, 96, 0.1);
}

.storefront-product-reset .storefront-product-price {
  color: #fff1bf;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0;
}

.storefront-product-reset .storefront-product-price-base {
  color: rgba(249, 236, 205, 0.38);
}

.storefront-product-reset .storefront-product-badge {
  min-height: 1.9rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.04);
  color: #fff1cf;
}

.storefront-product-reset .storefront-product-badge-gold {
  border-color: rgba(255, 241, 199, 0.36);
  background: rgba(255, 241, 199, 0.92);
  color: #130f0c;
}

.storefront-product-reset .storefront-product-selected-variant,
.storefront-product-reset .storefront-product-meta-strip,
.storefront-product-reset .storefront-product-question-card,
.storefront-product-reset .storefront-product-empty-state,
.storefront-product-reset .storefront-product-gated,
.storefront-product-reset .storefront-product-review-summary,
.storefront-product-reset .storefront-product-entry,
.storefront-product-reset .storefront-product-card {
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: rgba(255, 241, 199, 0.025);
  box-shadow: none;
}

.storefront-product-reset .storefront-product-selected-variant span,
.storefront-product-reset .storefront-product-meta-strip span {
  color: rgba(249, 236, 205, 0.52);
}

.storefront-product-reset .storefront-product-selected-variant strong,
.storefront-product-reset .storefront-product-meta-strip strong,
.storefront-product-reset .storefront-product-question-card strong,
.storefront-product-reset .storefront-product-entry-head strong {
  color: #fff6e7;
}

.storefront-product-reset .storefront-product-description,
.storefront-product-reset .storefront-product-panel-copy,
.storefront-product-reset .storefront-product-meta-copy,
.storefront-product-reset .storefront-product-question-card p,
.storefront-product-reset .storefront-product-question-card span,
.storefront-product-reset .storefront-product-entry p,
.storefront-product-reset .storefront-product-answer,
.storefront-product-reset .storefront-product-card-desc,
.storefront-product-reset .storefront-product-review-summary p {
  color: rgba(249, 236, 205, 0.68);
  font-size: 0.9rem;
  line-height: 1.75;
}

.storefront-product-reset .storefront-product-meta-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.storefront-product-reset .storefront-product-meta-strip div {
  padding: 0.9rem;
  border: 0;
  border-right: 1px solid rgba(212, 175, 96, 0.08);
  background: transparent;
}

.storefront-product-reset .storefront-product-meta-strip div:last-child {
  border-right: 0;
}

.storefront-product-reset .storefront-product-option-block,
.storefront-product-reset .storefront-product-cart-form {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(212, 175, 96, 0.09);
}

.storefront-product-reset .storefront-product-swatch-group {
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}

.storefront-product-reset .storefront-product-swatch,
.storefront-product-reset .storefront-product-chip,
.storefront-product-reset .storefront-product-cart-form label,
.storefront-product-reset .storefront-product-cart-form select,
.storefront-product-reset .storefront-product-form textarea {
  border-color: rgba(212, 175, 96, 0.13);
  background: #101010;
  color: #f7ead0;
}

.storefront-product-reset .storefront-product-cart-form select {
  color-scheme: dark;
  cursor: pointer;
}

.storefront-product-reset .storefront-product-cart-form select option {
  background: #101010;
  color: #f7ead0;
}

.storefront-product-reset .storefront-product-cart-form select:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.storefront-product-reset .storefront-product-swatch:hover,
.storefront-product-reset .storefront-product-swatch:focus-visible,
.storefront-product-reset .storefront-product-swatch.is-active,
.storefront-product-reset .storefront-product-chip-button:hover,
.storefront-product-reset .storefront-product-chip-button:focus-visible,
.storefront-product-reset .storefront-product-chip-button.is-active,
.storefront-product-reset .storefront-product-size-chart summary:hover,
.storefront-product-reset .storefront-product-size-chart summary:focus-visible,
.storefront-product-reset .storefront-product-tailoring-link:hover,
.storefront-product-reset .storefront-product-tailoring-link:focus-visible {
  transform: none;
  border-color: rgba(212, 175, 96, 0.54);
  background: rgba(255, 241, 199, 0.075);
  color: #fff6e7;
  outline: none;
}

.storefront-product-reset .storefront-product-size-chart {
  margin-top: 0.85rem;
  border: 1px solid rgba(212, 175, 96, 0.13);
  background: rgba(255, 241, 199, 0.025);
}

.storefront-product-reset .storefront-product-size-chart summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.8rem;
  padding: 0.75rem 0.9rem;
  color: #f7ead0;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-size-chart summary::after {
  content: "+";
  color: rgba(212, 175, 96, 0.82);
  font-size: 1rem;
  line-height: 1;
}

.storefront-product-reset .storefront-product-size-chart[open] summary::after {
  content: "-";
}

.storefront-product-reset .storefront-product-size-chart-body {
  display: grid;
  gap: 0.9rem;
  padding: 0 0.9rem 0.9rem;
  border-top: 1px solid rgba(212, 175, 96, 0.08);
}

.storefront-product-reset .storefront-product-size-chart-copy {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.9rem;
}

.storefront-product-reset .storefront-product-size-chart-copy strong {
  color: #fff6e7;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-size-chart-copy p {
  color: rgba(249, 236, 205, 0.68);
  font-size: 0.86rem;
  line-height: 1.65;
}

.storefront-product-reset .storefront-product-size-chart-image {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.12);
  background: #101010;
}

.storefront-product-reset .storefront-product-size-chart-image img {
  display: block;
  width: 100%;
  max-height: 20rem;
  object-fit: contain;
}

.storefront-product-reset .storefront-product-size-chart-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.storefront-product-reset .storefront-product-size-chart-list span {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
  padding: 0.45rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-tailoring-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  margin-top: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(239, 205, 126, 0.62);
  background: linear-gradient(135deg, #d8ad54 0%, #f4df9a 48%, #a9782d 100%);
  box-shadow: none;
  color: #120f0b;
  padding: 0.86rem 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-tailoring-link::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.42;
  transform: translateX(-72%);
  transition: transform 260ms ease, opacity 180ms ease;
}

.storefront-product-reset .storefront-product-tailoring-link:hover,
.storefront-product-reset .storefront-product-tailoring-link:focus-visible {
  border-color: rgba(255, 229, 162, 0.9);
  background: linear-gradient(135deg, #f0c96d 0%, #fff0ad 48%, #c4923b 100%);
  box-shadow: none;
  color: #0c0905;
}

.storefront-product-reset .storefront-product-tailoring-link:hover::before,
.storefront-product-reset .storefront-product-tailoring-link:focus-visible::before {
  opacity: 0.62;
  transform: translateX(72%);
}

.storefront-product-reset .storefront-product-swatch img,
.storefront-product-reset .storefront-product-swatch > span {
  border-color: rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.08);
  color: #fff1bf;
}

.storefront-product-reset .storefront-product-actions {
  gap: 0.65rem;
}

.storefront-product-reset .storefront-product-action {
  min-height: 3.05rem;
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.storefront-product-reset .storefront-product-action:hover,
.storefront-product-reset .storefront-product-action:focus-visible,
.storefront-product-reset .storefront-product-form button:hover,
.storefront-product-reset .storefront-product-form button:focus-visible,
.storefront-product-reset .storefront-product-related-head a:hover,
.storefront-product-reset .storefront-product-related-head a:focus-visible,
.storefront-product-reset .storefront-product-gated a:hover,
.storefront-product-reset .storefront-product-gated a:focus-visible {
  transform: none;
  border-color: rgba(255, 241, 199, 0.42);
  background: rgba(255, 241, 199, 0.09);
  color: #fff6e7;
  outline: none;
}

.storefront-product-reset .storefront-product-action-primary,
.storefront-product-reset .storefront-product-form button {
  border-color: rgba(255, 241, 199, 0.72);
  background: rgba(255, 241, 199, 0.94);
  color: #130f0c;
}

.storefront-product-reset .storefront-product-action-primary:hover,
.storefront-product-reset .storefront-product-action-primary:focus-visible,
.storefront-product-reset .storefront-product-form button:hover,
.storefront-product-reset .storefront-product-form button:focus-visible {
  background: #fff1bf;
  color: #120e0a;
}

.storefront-product-reset .storefront-product-action-secondary,
.storefront-product-reset .storefront-product-action-accent,
.storefront-product-reset .storefront-product-gated a,
.storefront-product-reset .storefront-product-related-head a {
  border-color: rgba(212, 175, 96, 0.16);
  background: rgba(255, 241, 199, 0.035);
  color: #f7ead0;
}

.storefront-product-reset .storefront-product-detail-grid,
.storefront-product-reset .storefront-product-social-grid {
  gap: 1rem;
}

.storefront-product-reset .storefront-product-panel,
.storefront-product-reset .storefront-product-related {
  padding: clamp(1.1rem, 2.4vw, 1.7rem);
}

.storefront-product-reset .storefront-product-panel-title {
  color: #fff6e7;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.storefront-product-reset .storefront-product-meta-list {
  gap: 0;
  border-top: 1px solid rgba(212, 175, 96, 0.09);
}

.storefront-product-reset .storefront-product-meta-item {
  padding: 0.95rem 0;
  border-top: 0;
  border-bottom: 1px solid rgba(212, 175, 96, 0.09);
}

.storefront-product-reset .storefront-product-review-score {
  color: #fff1bf;
  font-weight: 600;
}

.storefront-product-reset .storefront-product-entry-head span {
  color: rgba(249, 236, 205, 0.48);
}

.storefront-product-reset .storefront-product-answer {
  border: 1px solid rgba(212, 175, 96, 0.1);
  background: rgba(255, 241, 199, 0.04);
}

.storefront-product-reset .storefront-product-star-input label {
  transform: none;
}

.storefront-product-reset .storefront-product-star-input label:hover,
.storefront-product-reset .storefront-product-star-input label:hover ~ label,
.storefront-product-reset .storefront-product-star-input input:checked ~ label {
  transform: none;
}

.storefront-product-reset .storefront-product-related-head {
  align-items: center;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(212, 175, 96, 0.1);
}

.storefront-product-reset .storefront-product-related-grid {
  gap: 1rem;
}

.storefront-product-reset .storefront-product-card {
  padding: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(7, 7, 7, 0.98));
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.storefront-product-reset .storefront-product-card:hover,
.storefront-product-reset .storefront-product-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 96, 0.28);
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: none;
  outline: none;
}

.storefront-product-reset .storefront-product-card-media {
  position: relative;
  background: linear-gradient(135deg, #2b201a, #0d0d0d);
  aspect-ratio: 4 / 5.35;
}

.storefront-product-reset .storefront-product-card-media::after {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 44%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88));
}

.storefront-product-reset .storefront-product-card-media img {
  object-position: center 18%;
  transition: opacity 220ms ease;
}

.storefront-product-reset .storefront-product-card-badges {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  max-width: calc(100% - 1.6rem);
}

.storefront-product-reset .storefront-product-card-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.4rem;
  border: 1px solid rgba(255, 241, 199, 0.12);
  background: rgba(6, 6, 6, 0.58);
  color: #fff1bf;
  padding-inline: 0.5rem;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-card:hover .storefront-product-card-media img,
.storefront-product-reset .storefront-product-card:focus-visible .storefront-product-card-media img {
  transform: none;
  opacity: 0.88;
}

.storefront-product-reset .storefront-product-card-copy {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1rem 1.05rem;
}

.storefront-product-reset .storefront-product-card-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
}

.storefront-product-reset .storefront-product-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.38rem 0.55rem;
  min-width: 0;
  color: #fff4d0;
  text-align: left;
}

.storefront-product-reset .storefront-product-card-price strong {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.storefront-product-reset .storefront-product-card-price-prefix,
.storefront-product-reset .storefront-product-card-price-was {
  color: rgba(249, 236, 205, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
}

.storefront-product-reset .storefront-product-card-price-was {
  text-decoration: line-through;
  text-decoration-color: rgba(249, 236, 205, 0.34);
}

.storefront-product-reset .storefront-product-card-status {
  flex: 0 0 auto;
  color: rgba(249, 236, 205, 0.52);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-card-head {
  display: block;
  min-width: 0;
}

.storefront-product-reset .storefront-product-card-label {
  color: rgba(212, 175, 96, 0.7);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.storefront-product-reset .storefront-product-card-title {
  display: -webkit-box;
  margin: 0.28rem 0 0;
  overflow: hidden;
  color: #fff4db;
  font-size: 1.12rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-product-reset .storefront-product-card-meta {
  color: rgba(212, 175, 96, 0.78);
}

.storefront-product-reset .storefront-product-card-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  min-height: 0;
  padding-top: 0.1rem;
}

.storefront-product-reset .storefront-product-card-swatch,
.storefront-product-reset .storefront-product-card-swatch-more {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.05);
  color: #fff1bf;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-product-reset .storefront-product-card-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-product-reset .storefront-product-field-error {
  border-color: rgba(247, 183, 162, 0.28);
  background: rgba(122, 24, 14, 0.24);
  color: #f7b7a2;
}

.storefront-product-reset .storefront-product-action:disabled,
.storefront-product-reset .storefront-product-form button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

@media (max-width: 1023px) {
  .storefront-product-reset .storefront-product-top,
  .storefront-product-reset .storefront-product-detail-grid,
  .storefront-product-reset .storefront-product-social-grid {
    grid-template-columns: 1fr;
  }

  .storefront-product-reset .storefront-product-media,
  .storefront-product-reset .storefront-product-summary {
    position: static;
  }

  .storefront-product-reset .storefront-product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .storefront-product-reset .storefront-product-main {
    padding-inline: 1rem;
  }

  .storefront-product-reset .storefront-product-title {
    max-width: none;
    font-size: clamp(2.05rem, 13vw, 3.2rem);
  }

  .storefront-product-reset .storefront-product-meta-strip,
  .storefront-product-reset .storefront-product-actions,
  .storefront-product-reset .storefront-product-related-grid {
    grid-template-columns: 1fr;
  }

  .storefront-product-reset .storefront-product-meta-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 96, 0.08);
  }

  .storefront-product-reset .storefront-product-meta-strip div:last-child {
    border-bottom: 0;
  }

  .storefront-product-reset .storefront-product-review-summary {
    display: grid;
  }
}

.lux-shell button:not(:disabled),
.lux-shell input[type="button"]:not(:disabled),
.lux-shell input[type="submit"]:not(:disabled),
.lux-shell input[type="reset"]:not(:disabled),
.lux-shell summary,
.lux-shell [role="button"]:not([aria-disabled="true"]),
.lux-shell a[class*="button"],
.lux-shell a[class*="action"],
.lux-shell .storefront-product-thumb,
.lux-shell .storefront-product-swatch,
.lux-shell .storefront-product-chip-button,
.lux-shell .storefront-product-action,
.lux-shell .storefront-product-form button,
.lux-shell .storefront-product-tailoring-link,
.lux-shell .storefront-category-button,
.lux-shell .storefront-category-mobile-filter,
.lux-shell .storefront-category-filters-close,
.lux-shell .storefront-reset-button,
.lux-shell .storefront-home-button,
.lux-shell .storefront-rm-menu-button,
.lux-shell .storefront-toast-close,
.lux-back-to-top {
  cursor: pointer;
}

.lux-shell button:disabled,
.lux-shell input[type="button"]:disabled,
.lux-shell input[type="submit"]:disabled,
.lux-shell input[type="reset"]:disabled,
.lux-shell .storefront-product-action:disabled,
.lux-shell .storefront-product-form button:disabled,
.lux-shell [aria-disabled="true"] {
  cursor: not-allowed;
}

/* Mobile storefront refinement: menu and homepage */
@media (max-width: 820px) {
  .storefront-mobile-shell {
    display: block !important;
  }

  .storefront-rm-menu-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .storefront-rm-header {
    padding-bottom: 0;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  }

  .storefront-rm-header .lux-page-width {
    width: 100%;
    padding: 0.55rem 0.85rem 0;
  }

  .storefront-rm-header-strip {
    width: 100%;
    justify-content: center;
    overflow: hidden;
    min-height: 1.1rem;
    padding-bottom: 0.2rem;
    font-size: 0.48rem;
    letter-spacing: 0.18em;
    text-align: center;
    white-space: nowrap;
  }

  .storefront-rm-header-strip span {
    flex: 0 0 auto;
  }

  .storefront-rm-header-top {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 3.55rem;
    gap: 0.6rem;
    padding: 0.2rem 0 0.5rem;
  }

  .storefront-rm-logo {
    min-width: 0;
  }

  .storefront-rm-logo-mark {
    width: 5.7rem;
    min-width: 5.7rem;
    height: 2.3rem;
    padding: 0;
  }

  .storefront-rm-header-right {
    gap: 0.35rem;
  }

  .storefront-rm-header-right .storefront-rm-guest-actions,
  .storefront-rm-account-menu {
    display: none;
  }

  .storefront-rm-cart {
    position: relative;
    min-width: 0;
  }

  .storefront-rm-cart .storefront-rm-utility-copy {
    display: none;
  }

  .storefront-rm-cart,
  .storefront-rm-menu-button {
    width: 2.55rem;
    min-width: 2.55rem;
    height: 2.55rem;
    min-height: 2.55rem;
    padding: 0;
    justify-content: center;
  }

  .storefront-rm-menu-button {
    padding: 0;
    border-radius: 999px;
  }

  .storefront-rm-menu-bars {
    display: grid !important;
    gap: 0.22rem;
    width: 1rem !important;
    height: auto !important;
    background: transparent !important;
  }

  .storefront-rm-utility-badge {
    position: absolute;
    right: -0.25rem;
    top: -0.3rem;
  }

  .storefront-mobile-panel {
    left: 0;
    right: auto;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    width: min(22.5rem, 92vw);
    max-width: 100vw;
    min-height: 100dvh;
    height: 100dvh;
    padding: max(0.95rem, env(safe-area-inset-top)) 0.95rem max(1.2rem, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at top left, rgba(212, 175, 96, 0.12), transparent 32%),
      linear-gradient(180deg, #0e0c09 0%, #050505 100%);
    box-shadow: 18px 0 48px rgba(0, 0, 0, 0.42);
    transform: translateX(-100%);
    outline: none;
  }

  .storefront-mobile-overlay {
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(5px);
  }

  .storefront-mobile-head {
    align-items: center;
    padding-bottom: 0.75rem;
  }

  .storefront-mobile-brand {
    display: block;
    min-width: 0;
  }

  .storefront-mobile-brand strong {
    display: none;
  }

  .storefront-mobile-brand span {
    color: rgba(212, 175, 96, 0.72);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .storefront-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.65rem;
    min-height: 2.65rem;
    padding: 0.45rem 0.7rem;
  }

  .storefront-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
    padding: 0.85rem 0 0.95rem;
    border-bottom: 1px solid rgba(212, 175, 96, 0.12);
  }

  .storefront-mobile-actions a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 3.4rem;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 96, 0.16);
    background:
      linear-gradient(135deg, rgba(255, 241, 199, 0.08), rgba(255, 241, 199, 0.02)),
      rgba(255, 241, 199, 0.025);
    color: #fff4d0;
    padding: 0.78rem 0.8rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .storefront-mobile-actions a::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: 0.38rem;
    height: 0.38rem;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    opacity: 0.58;
    transform: translateY(-50%) rotate(45deg);
  }

  .storefront-mobile-actions a:hover,
  .storefront-mobile-actions a:focus-visible {
    border-color: rgba(212, 175, 96, 0.34);
    background-color: rgba(255, 241, 199, 0.06);
    color: #fff9e8;
    outline: none;
    transform: translateY(-1px);
  }

  .storefront-mobile-actions .storefront-mobile-auth-action {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2.9rem;
    padding: 0.52rem 0.82rem;
    border-color: rgba(212, 175, 96, 0.12);
    background: transparent;
    color: #fff4d7;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
  }

  .storefront-mobile-actions .storefront-mobile-auth-action::after {
    display: none;
  }

  .storefront-mobile-actions .storefront-mobile-auth-action:hover,
  .storefront-mobile-actions .storefront-mobile-auth-action:focus-visible {
    border-color: rgba(212, 175, 96, 0.28);
    background: rgba(255, 241, 199, 0.03);
    color: #fff7df;
  }

  .storefront-mobile-actions .storefront-mobile-auth-action.storefront-rm-utility-ghost {
    background: rgba(255, 241, 199, 0.03);
  }

  .storefront-mobile-actions .storefront-mobile-auth-action.storefront-rm-utility-solid {
    border-color: #e6c46a;
    background: #f1d37d;
    color: #1a1408;
  }

  .storefront-mobile-actions .storefront-mobile-auth-action.storefront-rm-utility-solid:hover,
  .storefront-mobile-actions .storefront-mobile-auth-action.storefront-rm-utility-solid:focus-visible {
    border-color: #f1d37d;
    background: #f6dda0;
    color: #120d04;
  }

  .storefront-mobile-actions a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .storefront-mobile-nav {
    gap: 0.4rem;
    min-height: 0;
    overflow-y: auto;
    padding-top: 0.9rem;
    padding-right: 0.15rem;
  }

  .storefront-mobile-nav-summary,
  .storefront-mobile-nav-link {
    min-height: 3.05rem;
    padding: 0.82rem 0.9rem;
    border: 1px solid rgba(212, 175, 96, 0.1);
    background: rgba(255, 241, 199, 0.025);
    color: rgba(255, 244, 208, 0.82);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .storefront-mobile-nav-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.8rem;
  }

  .storefront-mobile-nav-summary::after {
    content: "+";
    color: rgba(212, 175, 96, 0.82);
    font-size: 1rem;
    line-height: 1;
  }

  .storefront-mobile-nav-group[open] > .storefront-mobile-nav-summary::after {
    content: "-";
  }

  .storefront-mobile-nav-summary span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .storefront-mobile-nav-summary small {
    color: rgba(212, 175, 96, 0.58);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .storefront-mobile-nav-children {
    padding: 0.45rem 0 0.55rem 0.55rem;
    border-left: 1px solid rgba(212, 175, 96, 0.12);
  }

  .storefront-mobile-nav-depth-1 .storefront-mobile-nav-link,
  .storefront-mobile-nav-depth-2 .storefront-mobile-nav-link {
    min-height: 2.75rem;
    font-size: 0.72rem;
  }

  .storefront-mobile-nav-parent-link {
    color: #e6c46a;
  }

  .storefront-mobile-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    padding-top: 1.1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(212, 175, 96, 0.12);
  }

  .storefront-mobile-footer a {
    color: rgba(255, 244, 208, 0.68);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-reset-main {
    gap: 0.35rem;
    padding-top: 0;
    padding-bottom: 3.4rem;
    overflow-x: clip;
  }

  .storefront-home-reset .storefront-reset-frame {
    width: 100%;
    max-width: 46rem;
    padding-inline: 1.25rem;
  }

  .storefront-home-reset .storefront-reset-hero {
    padding-top: 0.25rem;
  }

  .storefront-home-reset .storefront-reset-hero-stage {
    min-height: 40rem;
    aspect-ratio: 9 / 13;
    border-color: rgba(212, 175, 96, 0.24);
    background: #050505;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.4);
  }

  .storefront-home-reset .storefront-reset-hero-video-shell {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 38%, rgba(0, 0, 0, 0.88) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.5));
  }

  .storefront-home-reset .storefront-reset-hero-video-shell::after {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.26) 42%, rgba(3, 3, 3, 0.9) 100%),
      radial-gradient(circle at 48% 72%, rgba(212, 175, 96, 0.14), transparent 38%);
  }

  .storefront-home-reset .storefront-reset-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    transform: scale(1.01);
  }

  .storefront-home-reset .storefront-reset-hero-overlay,
  .storefront-home-reset .storefront-reset-hero-layout {
    min-height: inherit;
  }

  .storefront-home-reset .storefront-reset-hero-overlay {
    padding-top: 4.6rem;
    padding-bottom: 2.25rem;
  }

  .storefront-home-reset .storefront-reset-hero-layout {
    display: grid;
    align-items: end;
    padding-bottom: 0;
  }

  .storefront-home-reset .storefront-reset-hero-panel {
    position: relative;
    z-index: 4;
    display: grid;
    gap: 0.68rem;
    width: min(100%, 32rem);
    padding: 0 0 5.05rem;
    text-align: left;
    text-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
  }

  .storefront-home-reset .storefront-reset-kicker {
    width: fit-content;
    max-width: 100%;
    padding: 0.42rem 0.62rem;
    border: 1px solid rgba(212, 175, 96, 0.22);
    background: rgba(5, 5, 5, 0.42);
    color: rgba(255, 241, 199, 0.86);
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    line-height: 1.2;
  }

  .storefront-home-reset .storefront-reset-hero-eyebrow {
    max-width: 22rem;
    margin: 0;
    color: rgba(255, 241, 199, 0.88);
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    line-height: 1.45;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-panel h1 {
    max-width: 10ch;
    margin: 0;
    padding-bottom: 0;
    color: #fff6e7;
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 0.94;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-copy {
    max-width: 24.5rem;
    margin: 0;
    color: rgba(249, 236, 205, 0.9);
    font-size: 0.92rem;
    line-height: 1.62;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    width: 100%;
    margin: 0;
  }

  .storefront-home-reset .storefront-reset-button,
  .storefront-home-reset .storefront-reset-side-note-link {
    min-height: 3rem;
    padding: 0.78rem 0.82rem;
    font-size: 0.67rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-reset-hero-dots {
    left: auto;
    right: 1rem;
    top: 1rem;
    bottom: auto;
    z-index: 8;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.4rem 0.5rem;
    border: 1px solid rgba(212, 175, 96, 0.22);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.46);
    transform: none;
  }

  .storefront-home-reset .storefront-reset-hero-dot {
    width: 0.74rem;
    height: 0.74rem;
    border-radius: 999px;
    border-color: rgba(255, 241, 199, 0.32);
    background: transparent;
  }

  .storefront-home-reset .storefront-reset-hero-dot.is-active,
  .storefront-home-reset .storefront-reset-hero-dot:hover {
    background: #fff1bf;
    border-color: #fff1bf;
    transform: scale(1.08);
  }

  .storefront-home-reset .storefront-reset-section {
    padding-block: 2.25rem;
  }

  .storefront-home-reset .storefront-reset-hero-support {
    margin-top: 1rem;
  }

  .storefront-home-reset .storefront-reset-hero-media-grid,
  .storefront-home-reset .storefront-reset-collection-grid,
  .storefront-home-reset .storefront-reset-product-grid,
  .storefront-home-reset .storefront-reset-editorial-cards,
  .storefront-home-reset .storefront-reset-atelier-visuals {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-inline: 0;
    overflow: visible;
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
  }

  .storefront-home-reset .storefront-reset-hero-card,
  .storefront-home-reset .storefront-reset-collection-card,
  .storefront-home-reset .storefront-reset-campaign-feature,
  .storefront-home-reset .storefront-reset-rail-card,
  .storefront-home-reset .storefront-reset-editorial-card,
  .storefront-home-reset .storefront-reset-atelier-card,
  .storefront-home-reset .storefront-reset-product-grid article {
    min-width: 0;
    border-radius: 0;
    scroll-snap-align: none;
  }

  .storefront-home-reset .storefront-reset-hero-card {
    min-height: 15.6rem;
    border-color: rgba(212, 175, 96, 0.2);
    background: #080706;
    box-shadow: none;
  }

  .storefront-home-reset .storefront-reset-hero-card-1 {
    grid-row: auto;
    grid-column: span 2;
    min-height: 20rem;
  }

  .storefront-home-reset .storefront-reset-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.12) 36%, rgba(0, 0, 0, 0.82) 100%),
      linear-gradient(135deg, rgba(212, 175, 96, 0.16), transparent 44%);
    pointer-events: none;
  }

  .storefront-home-reset .storefront-reset-hero-card-media,
  .storefront-home-reset .storefront-reset-collection-media,
  .storefront-home-reset .storefront-reset-editorial-media,
  .storefront-home-reset .storefront-reset-atelier-media {
    background-position: center 18%;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy,
  .storefront-home-reset .storefront-reset-collection-copy,
  .storefront-home-reset .storefront-reset-rail-card-copy,
  .storefront-home-reset .storefront-reset-editorial-card-copy,
  .storefront-home-reset .storefront-reset-atelier-card-copy {
    z-index: 2;
    gap: 0.34rem;
    padding: 0.95rem;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy span,
  .storefront-home-reset .storefront-reset-collection-copy span,
  .storefront-home-reset .storefront-reset-rail-card-copy span,
  .storefront-home-reset .storefront-reset-editorial-card-copy span,
  .storefront-home-reset .storefront-reset-atelier-card-copy span {
    display: block;
    font-size: 0.55rem;
    letter-spacing: 0.16em;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy strong,
  .storefront-home-reset .storefront-reset-collection-copy h3,
  .storefront-home-reset .storefront-reset-rail-card-copy strong,
  .storefront-home-reset .storefront-reset-editorial-card-copy strong,
  .storefront-home-reset .storefront-reset-atelier-card-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff6e7;
    font-size: 1.12rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .storefront-home-reset .storefront-reset-head {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .storefront-home-reset .storefront-reset-head h2,
  .storefront-home-reset .storefront-reset-campaign-feature-copy h2,
  .storefront-home-reset .storefront-reset-editorial-copy h2,
  .storefront-home-reset .storefront-reset-atelier-copy h2 {
    margin-top: 0.55rem;
    font-size: clamp(2rem, 8.5vw, 2.9rem);
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .storefront-home-reset .storefront-reset-collection-card {
    min-height: 16.75rem;
  }

  .storefront-home-reset .storefront-reset-marquee {
    gap: 1.35rem;
    width: max-content;
    overflow: visible;
    padding-block: 0.45rem;
    font-size: clamp(1.35rem, 6.5vw, 2.2rem);
    animation-duration: 34s;
  }

  .storefront-home-reset .storefront-reset-marquee a {
    white-space: nowrap;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-reset-campaign-grid,
  .storefront-home-reset .storefront-reset-editorial-grid,
  .storefront-home-reset .storefront-reset-atelier-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .storefront-home-reset .storefront-reset-campaign-feature {
    min-height: 28rem;
  }

  .storefront-home-reset .storefront-reset-campaign-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 0.85rem;
  }

  .storefront-home-reset .storefront-reset-rail-card {
    min-height: 16rem;
  }

  .storefront-home-reset .storefront-reset-side-note {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 1.15rem;
  }

  .storefront-home-reset .storefront-reset-side-note strong {
    margin-top: 0.7rem;
    font-size: clamp(1.7rem, 6.6vw, 2.25rem);
    line-height: 1.05;
  }

  .storefront-home-reset .storefront-reset-side-note p {
    margin-top: 0.65rem;
    font-size: 0.88rem;
    line-height: 1.68;
  }

  .storefront-home-reset .storefront-reset-side-note-link {
    width: 100%;
    margin-top: 0.95rem;
  }

  .storefront-home-reset .storefront-reset-product-grid {
    gap: 0.85rem;
  }

  .storefront-home-reset .storefront-reset-product-grid article {
    padding: 0.7rem;
  }

  .storefront-home-reset .storefront-reset-product-grid article > a > div:first-child {
    border-radius: 0 !important;
  }

  .storefront-home-reset .storefront-reset-product-grid article h3 {
    font-size: 1.04rem;
    line-height: 1.18;
  }

  .storefront-home-reset .storefront-reset-product-grid article .lux-soft,
  .storefront-home-reset .storefront-reset-product-grid article .lux-muted {
    font-size: 0.62rem;
    line-height: 1.5;
  }

  .storefront-home-reset .storefront-reset-product-grid article span[class*="border-[var(--lux-line)]"] {
    padding: 0.36rem 0.46rem !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.08em !important;
  }

  .storefront-home-reset .storefront-reset-editorial-copy,
  .storefront-home-reset .storefront-reset-atelier-copy {
    padding: 1.18rem;
  }

  .storefront-home-reset .storefront-reset-editorial-copy p,
  .storefront-home-reset .storefront-reset-atelier-copy p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .storefront-home-reset .storefront-reset-editorial-card,
  .storefront-home-reset .storefront-reset-atelier-card {
    min-height: 18rem;
  }

  .storefront-home-reset .storefront-reset-atelier-card-1,
  .storefront-home-reset .storefront-reset-atelier-card-2 {
    min-height: 18rem;
  }

  .storefront-home-reset .storefront-reset-atelier-points {
    gap: 0.45rem;
    margin-top: 1rem;
    margin-bottom: 1.1rem;
  }

  .storefront-home-reset .storefront-reset-atelier-points span {
    min-height: 2rem;
    padding: 0.55rem 0.68rem;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }

  .storefront-home-reset .storefront-reset-button-whatsapp {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .storefront-home-reset .storefront-reset-hero-media-grid,
  .storefront-home-reset .storefront-reset-collection-grid,
  .storefront-home-reset .storefront-reset-product-grid,
  .storefront-home-reset .storefront-reset-editorial-cards,
  .storefront-home-reset .storefront-reset-atelier-visuals,
  .storefront-home-reset .storefront-reset-campaign-rail {
    grid-template-columns: 1fr;
  }

  .storefront-home-reset .storefront-reset-hero-card-1 {
    grid-column: auto;
  }

  .storefront-home-reset .storefront-reset-hero-actions {
    grid-template-columns: 1fr;
  }

  .storefront-home-reset .storefront-reset-hero-panel {
    padding-bottom: 7.35rem;
  }

  .storefront-home-reset .storefront-reset-hero-stage {
    min-height: 36rem;
    aspect-ratio: 9 / 14;
  }

  .storefront-home-reset .storefront-reset-product-grid article h3 {
    font-size: 1.12rem;
  }
}

@media (max-width: 380px) {
  .storefront-rm-logo-mark {
    width: 5rem;
    min-width: 5rem;
  }

  .storefront-rm-cart,
  .storefront-rm-menu-button {
    width: 2.38rem;
    min-width: 2.38rem;
    height: 2.38rem;
    min-height: 2.38rem;
  }

  .storefront-reset-hero-panel h1 {
    font-size: 2.55rem;
  }

  .storefront-mobile-actions {
    grid-template-columns: 1fr;
  }
}

/* Polished mobile homepage override. Desktop, menu, and footer are intentionally untouched. */
@media (max-width: 820px) {
  .storefront-home-reset .storefront-reset-main {
    display: block;
    padding: 0 0 3.5rem;
    overflow-x: clip;
    background:
      linear-gradient(180deg, rgba(212, 175, 96, 0.04), transparent 18rem),
      #050505;
  }

  .storefront-home-reset .storefront-reset-frame {
    width: 100%;
    max-width: 45rem;
    padding-inline: 1.1rem;
  }

  .storefront-home-reset .storefront-reset-hero {
    padding-top: 0.35rem;
  }

  .storefront-home-reset .storefront-reset-hero-stage {
    min-height: 28rem;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    border: 1px solid rgba(232, 205, 140, 0.22);
    border-radius: 0;
    background: #050505;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.5);
  }

  .storefront-home-reset .storefront-reset-hero-video-shell {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.9) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1) 52%, rgba(0, 0, 0, 0.55));
  }

  .storefront-home-reset .storefront-reset-hero-video-shell::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.18) 38%, rgba(5, 5, 5, 0.92) 100%),
      radial-gradient(circle at 24% 72%, rgba(232, 205, 140, 0.18), transparent 38%);
  }

  .storefront-home-reset .storefront-reset-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    transform: none;
  }

  .storefront-home-reset .storefront-reset-hero-overlay,
  .storefront-home-reset .storefront-reset-hero-layout {
    min-height: inherit;
  }

  .storefront-home-reset .storefront-reset-hero-overlay {
    padding-top: 3.1rem;
    padding-bottom: 1rem;
  }

  .storefront-home-reset .storefront-reset-hero-layout {
    display: grid;
    align-items: end;
    min-height: inherit;
    padding: 6.6rem 0 0;
  }

  .storefront-home-reset .storefront-reset-hero-panel {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.48rem;
    width: min(100%, 32rem);
    padding: 0;
    align-self: end;
    text-align: left;
    text-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.72);
  }

  .storefront-home-reset .storefront-reset-kicker {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 1.72rem;
    align-items: center;
    padding: 0.36rem 0.58rem;
    border: 1px solid rgba(232, 205, 140, 0.24);
    border-radius: 0;
    background: rgba(5, 5, 5, 0.52);
    color: rgba(255, 242, 205, 0.9);
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
    backdrop-filter: blur(0.45rem);
  }

  .storefront-home-reset .storefront-reset-hero-eyebrow {
    max-width: 24rem;
    margin: 0;
    color: rgba(255, 242, 205, 0.88);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-panel h1 {
    max-width: 10ch;
    margin: 0;
    padding: 0;
    color: #fff6e7;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 0.93;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-copy {
    max-width: 25rem;
    margin: 0;
    color: rgba(249, 236, 205, 0.9);
    font-size: 0.8rem;
    line-height: 1.45;
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-actions {
    position: static;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin: 0.38rem 0 0;
  }

  .storefront-home-reset .storefront-reset-button,
  .storefront-home-reset .storefront-reset-side-note-link {
    min-height: 2.62rem;
    border-radius: 0;
    padding: 0.62rem 0.85rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-reset-button-primary {
    border-color: rgba(255, 241, 199, 0.96);
    background: #fff1bf;
    color: #130f0c;
  }

  .storefront-home-reset .storefront-reset-button-secondary,
  .storefront-home-reset .storefront-reset-button-whatsapp {
    border-color: rgba(232, 205, 140, 0.28);
    background: rgba(5, 5, 5, 0.34);
    color: #fff1bf;
    backdrop-filter: blur(0.45rem);
  }

  .storefront-home-reset .storefront-reset-hero-dots {
    left: auto;
    right: 1rem;
    top: 1rem;
    bottom: auto;
    z-index: 5;
    gap: 0.45rem;
    padding: 0.4rem 0.48rem;
    border: 1px solid rgba(232, 205, 140, 0.24);
    border-radius: 0;
    background: rgba(5, 5, 5, 0.5);
    transform: none;
    backdrop-filter: blur(0.45rem);
  }

  .storefront-home-reset .storefront-reset-hero-dot {
    width: 0.68rem;
    height: 0.68rem;
    border-color: rgba(255, 241, 199, 0.36);
    border-radius: 0;
    background: transparent;
  }

  .storefront-home-reset .storefront-reset-hero-dot.is-active,
  .storefront-home-reset .storefront-reset-hero-dot:hover {
    background: #fff1bf;
    border-color: #fff1bf;
    transform: scale(1.08);
  }

  .storefront-home-reset .storefront-reset-section {
    padding-block: 1.55rem;
  }

  .storefront-home-reset .storefront-reset-hero-support {
    margin-top: 0.85rem;
  }

  .storefront-home-reset .storefront-reset-head {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    padding-inline: clamp(0.75rem, 4vw, 1.1rem);
  }

  .storefront-home-reset .storefront-reset-head h2,
  .storefront-home-reset .storefront-reset-campaign-feature-copy h2,
  .storefront-home-reset .storefront-reset-editorial-copy h2,
  .storefront-home-reset .storefront-reset-atelier-copy h2 {
    margin: 0.65rem 0 0;
    padding: 0 0 0.08em;
    color: #fff6e7;
    font-size: clamp(1.85rem, 7.8vw, 2.8rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
  }

  .storefront-home-reset .storefront-reset-hero-media-grid,
  .storefront-home-reset .storefront-reset-collection-grid,
  .storefront-home-reset .storefront-reset-product-grid,
  .storefront-home-reset .storefront-reset-editorial-cards,
  .storefront-home-reset .storefront-reset-atelier-visuals,
  .storefront-home-reset .storefront-reset-campaign-rail {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: 1fr;
    gap: 0.72rem;
    margin-inline: 0;
    overflow: visible;
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
  }

  .storefront-home-reset .storefront-reset-head p,
  .storefront-home-reset .storefront-reset-head .storefront-reset-hero-copy,
  .storefront-home-reset .storefront-reset-head > * + * {
    margin-top: 0.22rem;
  }

  .storefront-home-reset .storefront-reset-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  .storefront-home-reset .storefront-reset-collection-card {
    min-height: clamp(12rem, 46vw, 17rem);
  }

  .storefront-home-reset .storefront-reset-campaign-grid,
  .storefront-home-reset .storefront-reset-editorial-grid,
  .storefront-home-reset .storefront-reset-atelier-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }

  .storefront-home-reset .storefront-reset-editorial {
    padding-block: 1.35rem;
  }

  .storefront-home-reset .storefront-reset-editorial-grid {
    gap: 0.65rem;
  }

  .storefront-home-reset .storefront-reset-editorial-copy {
    padding-block: 1.05rem;
  }

  .storefront-home-reset .storefront-reset-editorial-copy {
    order: 2;
  }

  .storefront-home-reset .storefront-reset-editorial-cards {
    order: 1;
  }

  .storefront-home-reset .storefront-reset-hero-card,
  .storefront-home-reset .storefront-reset-collection-card,
  .storefront-home-reset .storefront-reset-campaign-feature,
  .storefront-home-reset .storefront-reset-rail-card,
  .storefront-home-reset .storefront-reset-editorial-card,
  .storefront-home-reset .storefront-reset-atelier-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(232, 205, 140, 0.16);
    border-radius: 0;
    background: #090807;
    box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.24);
    scroll-snap-align: none;
  }

  .storefront-home-reset .storefront-reset-hero-card,
  .storefront-home-reset .storefront-reset-collection-card,
  .storefront-home-reset .storefront-reset-rail-card,
  .storefront-home-reset .storefront-reset-editorial-card,
  .storefront-home-reset .storefront-reset-atelier-card {
    min-height: clamp(19rem, 68vw, 27rem);
  }

  .storefront-home-reset .storefront-reset-hero-card-1,
  .storefront-home-reset .storefront-reset-campaign-feature {
    min-height: clamp(26rem, 92vw, 34rem);
  }

  .storefront-home-reset .storefront-reset-hero-card-media,
  .storefront-home-reset .storefront-reset-collection-media,
  .storefront-home-reset .storefront-reset-campaign-feature-media,
  .storefront-home-reset .storefront-reset-rail-card-media,
  .storefront-home-reset .storefront-reset-editorial-media,
  .storefront-home-reset .storefront-reset-atelier-media {
    background-position: center 18%;
    background-size: cover;
  }

  .storefront-home-reset .storefront-reset-hero-card::after,
  .storefront-home-reset .storefront-reset-collection-card::after,
  .storefront-home-reset .storefront-reset-rail-card::after,
  .storefront-home-reset .storefront-reset-editorial-card::after,
  .storefront-home-reset .storefront-reset-atelier-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 38%, rgba(0, 0, 0, 0.84) 100%),
      linear-gradient(135deg, rgba(232, 205, 140, 0.16), transparent 42%);
    pointer-events: none;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy,
  .storefront-home-reset .storefront-reset-collection-copy,
  .storefront-home-reset .storefront-reset-campaign-feature-copy,
  .storefront-home-reset .storefront-reset-rail-card-copy,
  .storefront-home-reset .storefront-reset-editorial-card-copy,
  .storefront-home-reset .storefront-reset-atelier-card-copy {
    z-index: 2;
    display: grid;
    gap: 0.4rem;
    padding: clamp(1rem, 4.2vw, 1.35rem);
    text-align: left;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy span,
  .storefront-home-reset .storefront-reset-collection-copy span,
  .storefront-home-reset .storefront-reset-rail-card-copy span,
  .storefront-home-reset .storefront-reset-editorial-card-copy span,
  .storefront-home-reset .storefront-reset-atelier-card-copy span {
    color: rgba(255, 241, 199, 0.78);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.25;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy strong,
  .storefront-home-reset .storefront-reset-collection-copy h3,
  .storefront-home-reset .storefront-reset-rail-card-copy strong,
  .storefront-home-reset .storefront-reset-editorial-card-copy strong,
  .storefront-home-reset .storefront-reset-atelier-card-copy strong {
    display: block;
    color: #fff6e7;
    font-size: clamp(1.22rem, 5.4vw, 1.7rem);
    letter-spacing: -0.03em;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .storefront-home-reset .storefront-reset-marquee-wrap {
    padding-block: 1.15rem;
    overflow: hidden;
  }

  .storefront-home-reset .storefront-reset-section + .storefront-reset-section {
    margin-top: 0;
  }

  .storefront-home-reset .storefront-reset-marquee {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 0.7rem;
    padding: 0.15rem 0;
    animation: storefront-reset-marquee 24s linear infinite;
  }

  .storefront-home-reset .storefront-reset-marquee:hover {
    animation-play-state: paused;
  }

  .storefront-home-reset .storefront-reset-marquee a {
    display: inline-flex;
    min-height: 2.35rem;
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid rgba(232, 205, 140, 0.16);
    background: rgba(255, 241, 199, 0.035);
    color: rgba(255, 241, 199, 0.78);
    padding: 0.55rem 0.78rem;
    font-size: 0.74rem;
    font-family: inherit;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-reset-side-note,
  .storefront-home-reset .storefront-reset-editorial-copy,
  .storefront-home-reset .storefront-reset-atelier-copy {
    min-height: 0;
    border: 1px solid rgba(232, 205, 140, 0.16);
    border-radius: 0;
    background:
      linear-gradient(145deg, rgba(255, 241, 199, 0.06), rgba(255, 241, 199, 0.015)),
      rgba(10, 9, 8, 0.96);
    padding: clamp(1.15rem, 4.5vw, 1.55rem);
  }

  .storefront-home-reset .storefront-reset-side-note {
    grid-column: auto;
    background:
      linear-gradient(145deg, rgba(232, 205, 140, 0.95), rgba(188, 143, 58, 0.92)),
      #d3ad5d;
  }

  .storefront-home-reset .storefront-reset-side-note strong {
    margin-top: 0.8rem;
    color: #1b1208;
    font-size: clamp(1.85rem, 8vw, 2.6rem);
    line-height: 1.02;
  }

  .storefront-home-reset .storefront-reset-side-note p {
    margin-top: 0.75rem;
    color: rgba(26, 17, 8, 0.78);
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .storefront-home-reset .storefront-reset-side-note-link {
    width: 100%;
    margin-top: 1rem;
    border-color: rgba(34, 23, 10, 0.18);
    background: rgba(255, 249, 228, 0.36);
    color: #1b1208;
  }

  .storefront-home-reset .storefront-reset-editorial-copy p,
  .storefront-home-reset .storefront-reset-atelier-copy p {
    margin-top: 0.85rem;
    color: rgba(249, 236, 205, 0.78);
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .storefront-home-reset .storefront-reset-atelier-points {
    gap: 0.48rem;
    margin: 1.05rem 0 1.2rem;
  }

  .storefront-home-reset .storefront-reset-atelier-points span {
    min-height: 2.15rem;
    border-radius: 0;
    padding: 0.55rem 0.72rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .storefront-home-reset .storefront-reset-button-whatsapp {
    width: 100%;
  }

  .storefront-home-reset .storefront-reset-product-grid article {
    min-width: 0;
    overflow: hidden;
    border-color: rgba(232, 205, 140, 0.16);
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(16, 14, 12, 0.98), rgba(7, 7, 7, 0.98));
    padding: 0.62rem;
    box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.22);
  }

  .storefront-home-reset .storefront-reset-product-grid article > a,
  .storefront-home-reset .storefront-reset-product-grid article [class*="rounded"] {
    border-radius: 0 !important;
  }

  .storefront-home-reset .storefront-reset-product-grid article > a > div:first-child {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .storefront-home-reset .storefront-reset-product-grid article h3 {
    font-size: clamp(1.18rem, 5vw, 1.55rem);
    line-height: 1.12;
  }

  .storefront-home-reset .storefront-reset-product-grid article .lux-soft,
  .storefront-home-reset .storefront-reset-product-grid article .lux-muted {
    font-size: 0.68rem;
    line-height: 1.55;
  }

  .storefront-home-reset .storefront-reset-product-grid article span[class*="border-[var(--lux-line)]"] {
    border-radius: 0 !important;
    padding: 0.42rem 0.58rem !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.1em !important;
  }
}

@media (min-width: 521px) and (max-width: 820px) {
  .storefront-home-reset .storefront-reset-hero-stage {
    min-height: 30rem;
    aspect-ratio: 16 / 10;
  }

  .storefront-home-reset .storefront-reset-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-home-reset .storefront-reset-hero-media-grid,
  .storefront-home-reset .storefront-reset-collection-grid,
  .storefront-home-reset .storefront-reset-product-grid,
  .storefront-home-reset .storefront-reset-editorial-cards,
  .storefront-home-reset .storefront-reset-atelier-visuals,
  .storefront-home-reset .storefront-reset-campaign-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-home-reset .storefront-reset-hero-card-1,
  .storefront-home-reset .storefront-reset-campaign-feature {
    grid-column: 1 / -1;
  }
}

@media (max-width: 380px) {
  .storefront-home-reset .storefront-reset-frame {
    padding-inline: 0.78rem;
  }

  .storefront-home-reset .storefront-reset-hero-stage {
    min-height: 23.5rem;
    aspect-ratio: 5 / 6;
  }

  .storefront-home-reset .storefront-reset-hero-panel h1 {
    font-size: 2.35rem;
  }

  .storefront-home-reset .storefront-reset-hero-copy {
    font-size: 0.76rem;
  }
}

@media (max-width: 820px) {
  .storefront-home-reset .storefront-reset-hero-panel,
  .storefront-home-reset .storefront-reset-head,
  .storefront-home-reset .storefront-reset-hero-card-copy,
  .storefront-home-reset .storefront-reset-collection-copy,
  .storefront-home-reset .storefront-reset-campaign-feature-copy,
  .storefront-home-reset .storefront-reset-rail-card-copy,
  .storefront-home-reset .storefront-reset-editorial-card-copy,
  .storefront-home-reset .storefront-reset-atelier-card-copy,
  .storefront-home-reset .storefront-reset-side-note,
  .storefront-home-reset .storefront-reset-editorial-copy,
  .storefront-home-reset .storefront-reset-atelier-copy {
    min-width: 0;
    max-width: 100%;
  }

  .storefront-home-reset .storefront-reset-kicker,
  .storefront-home-reset .storefront-reset-hero-eyebrow,
  .storefront-home-reset .storefront-reset-hero-panel h1,
  .storefront-home-reset .storefront-reset-hero-copy,
  .storefront-home-reset .storefront-reset-head h2,
  .storefront-home-reset .storefront-reset-campaign-feature-copy h2,
  .storefront-home-reset .storefront-reset-editorial-copy h2,
  .storefront-home-reset .storefront-reset-atelier-copy h2,
  .storefront-home-reset .storefront-reset-hero-card-copy span,
  .storefront-home-reset .storefront-reset-collection-copy span,
  .storefront-home-reset .storefront-reset-rail-card-copy span,
  .storefront-home-reset .storefront-reset-editorial-card-copy span,
  .storefront-home-reset .storefront-reset-atelier-card-copy span,
  .storefront-home-reset .storefront-reset-hero-card-copy strong,
  .storefront-home-reset .storefront-reset-collection-copy h3,
  .storefront-home-reset .storefront-reset-rail-card-copy strong,
  .storefront-home-reset .storefront-reset-editorial-card-copy strong,
  .storefront-home-reset .storefront-reset-atelier-card-copy strong,
  .storefront-home-reset .storefront-reset-side-note strong,
  .storefront-home-reset .storefront-reset-side-note p,
  .storefront-home-reset .storefront-reset-editorial-copy p,
  .storefront-home-reset .storefront-reset-atelier-copy p,
  .storefront-home-reset .storefront-reset-button,
  .storefront-home-reset .storefront-reset-side-note-link,
  .storefront-home-reset .storefront-reset-atelier-points span,
  .storefront-home-reset .storefront-reset-marquee a {
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .storefront-home-reset .storefront-reset-hero-panel h1,
  .storefront-home-reset .storefront-reset-head h2,
  .storefront-home-reset .storefront-reset-campaign-feature-copy h2,
  .storefront-home-reset .storefront-reset-editorial-copy h2,
  .storefront-home-reset .storefront-reset-atelier-copy h2 {
    text-wrap: balance;
  }

  .storefront-home-reset .storefront-reset-hero-eyebrow,
  .storefront-home-reset .storefront-reset-kicker,
  .storefront-home-reset .storefront-reset-hero-card-copy span,
  .storefront-home-reset .storefront-reset-collection-copy span,
  .storefront-home-reset .storefront-reset-rail-card-copy span,
  .storefront-home-reset .storefront-reset-editorial-card-copy span,
  .storefront-home-reset .storefront-reset-atelier-card-copy span,
  .storefront-home-reset .storefront-reset-button,
  .storefront-home-reset .storefront-reset-side-note-link {
    letter-spacing: 0.08em;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy strong,
  .storefront-home-reset .storefront-reset-collection-copy h3,
  .storefront-home-reset .storefront-reset-rail-card-copy strong,
  .storefront-home-reset .storefront-reset-editorial-card-copy strong,
  .storefront-home-reset .storefront-reset-atelier-card-copy strong {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .storefront-home-reset .storefront-reset-hero-media-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-auto-flow: row;
    gap: 0.55rem;
  }

  .storefront-home-reset .storefront-reset-hero-card {
    min-height: clamp(10.5rem, 38vw, 15rem);
  }

  .storefront-home-reset .storefront-reset-hero-card-1 {
    grid-column: auto;
    grid-row: span 2;
    min-height: clamp(21.5rem, 78vw, 31rem);
  }

  .storefront-home-reset .storefront-reset-hero-card-copy {
    padding: clamp(0.95rem, 4vw, 1.25rem);
  }

  .storefront-home-reset .storefront-reset-hero-card-copy span {
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  .storefront-home-reset .storefront-reset-hero-card-copy strong {
    font-size: clamp(0.92rem, 4vw, 1.28rem);
    line-height: 1.08;
  }
}

/* Mobile browse page refinement. */
@media (max-width: 820px) {
  .storefront-browse-reset .storefront-reset-main,
  .storefront-browse-reset .storefront-category-hero,
  .storefront-browse-reset .storefront-browse-intro {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .storefront-browse-reset main.lux-page-width {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .storefront-browse-reset .storefront-reset-main > .storefront-reset-frame,
  .storefront-browse-reset .storefront-reset-main > .storefront-category-hero,
  .storefront-browse-reset .storefront-reset-main > .storefront-category-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .storefront-browse-reset .storefront-browse-intro-main,
  .storefront-browse-reset .storefront-browse-hero-stage {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .storefront-browse-reset .storefront-browse-intro {
    margin-bottom: 1.15rem;
    border-block: 0;
    background: #070707;
  }

  .storefront-browse-reset .storefront-browse-intro-main {
    gap: 0;
    padding: 0;
  }

  .storefront-browse-reset .storefront-browse-hero-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .storefront-browse-reset .storefront-browse-hero-lead,
  .storefront-browse-reset .storefront-browse-hero-side {
    padding: 1rem;
  }

  .storefront-browse-reset .storefront-browse-hero-side {
    border-left: 0;
    border-top: 0;
  }

  .storefront-browse-reset .storefront-browse-kicker {
    gap: 0.45rem;
    color: rgba(212, 175, 96, 0.86);
    font-size: 0.58rem;
    letter-spacing: 0.2em;
  }

  .storefront-browse-reset .storefront-browse-kicker::before {
    width: 1.4rem;
  }

  .storefront-browse-reset .storefront-browse-title {
    max-width: 100%;
    margin-top: 0.55rem;
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .storefront-browse-reset .storefront-browse-description {
    max-width: 32rem;
    margin-top: 0.7rem;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .storefront-browse-reset .storefront-browse-hero-meta {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .storefront-browse-reset .storefront-browse-hero-meta div {
    min-width: 0;
    padding: 0.15rem 0;
  }

  .storefront-browse-reset .storefront-browse-hero-meta span {
    color: rgba(245, 233, 204, 0.5);
    font-size: 0.56rem;
    letter-spacing: 0.2em;
  }

  .storefront-browse-reset .storefront-browse-hero-meta strong {
    margin-top: 0.18rem;
    color: #fff0c8;
    font-size: 1.18rem;
    line-height: 1;
  }

  .storefront-browse-reset .storefront-browse-chips {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    padding: 0.9rem 0.85rem 1rem;
    border-top: 0;
    scroll-padding-inline: 0.85rem;
    -webkit-overflow-scrolling: touch;
  }

  .storefront-browse-reset .storefront-browse-chip {
    flex: 0 0 auto;
    min-height: 2.65rem;
    border-radius: 0;
    padding: 0.72rem 0.82rem;
    border-color: rgba(212, 175, 96, 0.08);
    background: transparent;
  }

  .storefront-browse-reset .storefront-browse-chip span {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .storefront-browse-reset .storefront-browse-chip small {
    min-width: 1.35rem;
    min-height: 1.35rem;
    border-radius: 999px;
    background: rgba(212, 175, 96, 0.16);
    color: #f1d08b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .storefront-browse-reset .storefront-category-shell {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .storefront-browse-reset .storefront-reset-frame,
  .storefront-browse-reset .storefront-browse-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .storefront-browse-reset .storefront-category-results {
    padding: 0.85rem 0 0;
  }

  .storefront-browse-reset .storefront-browse-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: start;
    padding: 0.9rem;
    border-block: 0;
    background: #070707;
  }

  .storefront-browse-reset .storefront-category-toolbar-left,
  .storefront-browse-reset .storefront-category-sort-form {
    min-width: 0;
  }

  .storefront-browse-reset .storefront-category-toolbar-left {
    display: contents;
  }

  .storefront-browse-reset .storefront-browse-results-copy {
    order: 1;
    grid-column: 1 / -1;
  }

  .storefront-browse-reset .storefront-category-mobile-filter {
    order: 2;
    width: 100%;
  }

  .storefront-browse-reset .storefront-category-sort-form {
    order: 3;
  }

  .storefront-browse-reset .storefront-category-mobile-filter {
    min-height: 2.85rem;
    padding: 0.78rem 0.95rem;
    border-color: rgba(212, 175, 96, 0.22);
    background: #0a0a0a;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .storefront-browse-reset .storefront-browse-results-copy {
    min-width: 0;
  }

  .storefront-browse-reset .storefront-category-results-kicker {
    color: rgba(212, 175, 96, 0.78);
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .storefront-browse-reset .storefront-category-results-title {
    margin-top: 0.3rem;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  .storefront-browse-reset .storefront-category-results-copy [data-category-results-label],
  .storefront-browse-reset [data-category-results-label] {
    margin-top: 0.35rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .storefront-browse-reset .storefront-category-sort-form {
    justify-self: stretch;
    width: 100%;
  }

  .storefront-browse-reset .storefront-category-sort-form span {
    display: none;
  }

  .storefront-browse-reset .storefront-category-sort-form select {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.62rem 2rem 0.62rem 0.72rem;
    font-size: 0.72rem;
    letter-spacing: 0;
    border-color: rgba(212, 175, 96, 0.2);
    background: #0a0a0a;
  }

  .storefront-browse-reset .storefront-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
    margin-top: 0.85rem;
  }

  .storefront-browse-reset .storefront-category-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 0;
  }

  .storefront-browse-reset .storefront-category-card-link {
    display: grid;
    min-height: 100%;
  }

  .storefront-browse-reset .storefront-category-card-media {
    aspect-ratio: 4 / 5.35;
    border-radius: 0;
  }

  .storefront-browse-reset .storefront-category-card-badges {
    left: 0.45rem;
    top: 0.45rem;
    gap: 0.25rem;
  }

  .storefront-browse-reset .storefront-category-card-badges span {
    min-height: 1.25rem;
    padding: 0.22rem 0.38rem;
    border-radius: 0;
    font-size: 0.48rem;
    letter-spacing: 0.06em;
  }

  .storefront-browse-reset .storefront-category-card-copy {
    gap: 0.5rem;
    padding: 0.62rem;
  }

  .storefront-browse-reset .storefront-category-card-title-wrap {
    position: static;
    inset: auto;
    padding: 0;
  }

  .storefront-browse-reset .storefront-category-card-head,
  .storefront-browse-reset .storefront-category-card-price-row {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
  }

  .storefront-browse-reset .storefront-category-card-price {
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
    gap: 0.18rem 0.35rem;
    min-width: 0;
    font-size: 0.68rem;
    line-height: 1.25;
    text-align: left;
  }

  .storefront-browse-reset .storefront-category-card-price strong {
    font-size: 0.78rem;
  }

  .storefront-browse-reset .storefront-category-card-price-prefix,
  .storefront-browse-reset .storefront-category-card-price-was,
  .storefront-browse-reset .storefront-category-card-status {
    font-size: 0.54rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }

  .storefront-browse-reset .storefront-category-card-label {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .storefront-browse-reset .storefront-category-card-title {
    display: block;
    margin-top: 0.2rem;
    overflow: visible;
    color: #fff0bd;
    font-size: clamp(0.92rem, 4vw, 1.08rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    -webkit-line-clamp: unset;
  }

  .storefront-browse-reset .storefront-category-card-swatches {
    gap: 0.25rem;
    min-height: 0;
  }

  .storefront-browse-reset .storefront-category-card-swatch,
  .storefront-browse-reset .storefront-category-card-swatch-more {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0;
    font-size: 0.56rem;
  }
}

@media (max-width: 380px) {
  .storefront-browse-reset .storefront-category-shell {
    padding-inline: 0;
  }

  .storefront-browse-reset .storefront-browse-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-browse-reset .storefront-category-sort-form {
    justify-self: stretch;
    width: 100%;
  }

  .storefront-browse-reset .storefront-category-grid {
    gap: 0.5rem;
  }

  .storefront-browse-reset .storefront-category-card-copy {
    padding: 0.52rem;
  }

  .storefront-browse-reset .storefront-category-card-title {
    font-size: 0.88rem;
  }
}

/* Mobile product detail refinement. */
@media (max-width: 820px) {
  .storefront-product-reset .storefront-product-main {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0 0 3.2rem !important;
    overflow-x: clip;
  }

  .storefront-product-reset .storefront-product-shell {
    display: grid;
    gap: 0.75rem;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .storefront-product-reset .storefront-product-top,
  .storefront-product-reset .storefront-product-detail-grid,
  .storefront-product-reset .storefront-product-social-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    width: 100%;
    min-width: 0;
  }

  .storefront-product-reset .storefront-product-media,
  .storefront-product-reset .storefront-product-summary,
  .storefront-product-reset .storefront-product-panel,
  .storefront-product-reset .storefront-product-related {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0 !important;
    box-shadow: none;
  }

  .storefront-product-reset .storefront-product-media {
    border-inline: 0;
    border-top: 0;
    padding: 0;
    background: #050505;
  }

  .storefront-product-reset .storefront-product-feature {
    border-inline: 0;
    border-top: 0;
    aspect-ratio: 4 / 4.35;
    max-height: 28rem;
  }

  .storefront-product-reset .storefront-product-feature img,
  .storefront-product-reset .storefront-product-feature video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
  }

  .storefront-product-reset .storefront-product-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(3.4rem, 17vw, 4.8rem);
    grid-template-columns: none;
    gap: 0.5rem;
    margin: 0;
    overflow-x: auto;
    padding: 0.5rem 0.65rem;
    scroll-padding-inline: 0.75rem;
    -webkit-overflow-scrolling: touch;
  }

  .storefront-product-reset .storefront-product-thumb {
    aspect-ratio: 1;
    border-radius: 0 !important;
    background: #0a0a0a;
  }

  .storefront-product-reset .storefront-product-summary,
  .storefront-product-reset .storefront-product-panel,
  .storefront-product-reset .storefront-product-related {
    margin-inline: 0;
    padding: 0.95rem;
    border-inline: 0;
    background: #070707;
  }

  .storefront-product-reset .storefront-product-breadcrumbs {
    display: none;
  }

  .storefront-product-reset .storefront-product-kicker,
  .storefront-product-reset .storefront-product-panel-label,
  .storefront-product-reset .storefront-product-meta-title,
  .storefront-product-reset .storefront-product-entry-list-title,
  .storefront-product-reset .storefront-product-form label span {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    line-height: 1.25;
  }

  .storefront-product-reset .storefront-product-title {
    max-width: 100%;
    margin-top: 0.55rem;
    color: #fff6e7;
    font-size: clamp(1.55rem, 7.5vw, 2.35rem);
    letter-spacing: -0.04em;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .storefront-product-reset .storefront-product-rating {
    margin-top: 0.55rem;
    gap: 0.5rem;
    font-size: 0.74rem;
  }

  .storefront-product-reset .storefront-product-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
  }

  .storefront-product-reset .storefront-product-price {
    font-size: clamp(1.35rem, 6.5vw, 1.9rem);
    line-height: 1;
  }

  .storefront-product-reset .storefront-product-price-base {
    font-size: 0.9rem;
  }

  .storefront-product-reset .storefront-product-badge {
    min-height: 2rem;
    padding: 0.48rem 0.65rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .storefront-product-reset .storefront-product-selected-variant,
  .storefront-product-reset .storefront-product-description,
  .storefront-product-reset .storefront-product-option-block,
  .storefront-product-reset .storefront-product-cart-form {
    margin-top: 0.8rem;
  }

  .storefront-product-reset .storefront-product-description,
  .storefront-product-reset .storefront-product-panel-copy,
  .storefront-product-reset .storefront-product-meta-copy,
  .storefront-product-reset .storefront-product-entry p,
  .storefront-product-reset .storefront-product-question-card p {
    font-size: 0.84rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .storefront-product-reset .storefront-product-meta-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.8rem;
    border: 1px solid rgba(212, 175, 96, 0.1);
  }

  .storefront-product-reset .storefront-product-meta-strip div {
    min-width: 0;
    padding: 0.65rem 0.55rem;
    border-right: 1px solid rgba(212, 175, 96, 0.08);
    border-bottom: 0;
  }

  .storefront-product-reset .storefront-product-meta-strip div:last-child {
    border-right: 0;
  }

  .storefront-product-reset .storefront-product-swatch-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.5rem), 1fr));
    gap: 0.55rem;
  }

  .storefront-product-reset .storefront-product-swatch {
    min-width: 0;
    min-height: 3rem;
    padding: 0.45rem;
  }

  .storefront-product-reset .storefront-product-swatch strong {
    overflow-wrap: anywhere;
  }

  .storefront-product-reset .storefront-product-chip-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(3.2rem, 1fr));
    gap: 0.45rem;
  }

  .storefront-product-reset .storefront-product-chip {
    min-width: 0;
    min-height: 2.35rem;
    padding: 0.5rem 0.4rem;
    text-align: center;
  }

  .storefront-product-reset .storefront-product-size-chart summary,
  .storefront-product-reset .storefront-product-tailoring-link {
    min-height: 2.55rem;
    padding: 0.65rem 0.75rem;
  }

  .storefront-product-reset .storefront-product-cart-form label {
    gap: 0.55rem;
    margin: 0;
    padding: 0.8rem;
    border: 1px solid rgba(212, 175, 96, 0.12);
    background: #080808;
  }

  .storefront-product-reset .storefront-product-cart-form select,
  .storefront-product-reset .storefront-product-form textarea {
    border-radius: 0 !important;
    background: #0a0a0a;
  }

  .storefront-product-reset .storefront-product-cart-form select {
    width: 100%;
    min-height: 2.85rem;
    border-color: rgba(212, 175, 96, 0.18);
    background: #050505;
    padding: 0.7rem 0.8rem;
    font-size: 0.92rem;
    font-weight: 800;
  }

  .storefront-product-reset .storefront-product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.65rem;
  }

  .storefront-product-reset .storefront-product-action,
  .storefront-product-reset .storefront-product-form button,
  .storefront-product-reset .storefront-product-gated a {
    width: 100%;
    min-height: 3rem;
    border-radius: 0 !important;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    cursor: pointer;
  }

  .storefront-product-reset .storefront-product-action-accent {
    grid-column: 1 / -1;
  }

  .storefront-product-reset .storefront-product-panel-title {
    margin-top: 0.55rem;
    font-size: clamp(1.25rem, 5.8vw, 1.75rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .storefront-product-reset .storefront-product-meta-list {
    margin-top: 0.85rem;
  }

  .storefront-product-reset .storefront-product-meta-item {
    padding: 0.75rem 0;
  }

  .storefront-product-reset .storefront-product-review-summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
  }

  .storefront-product-reset .storefront-product-review-score {
    font-size: 2.5rem;
    line-height: 1;
  }

  .storefront-product-reset .storefront-product-entry,
  .storefront-product-reset .storefront-product-question-card,
  .storefront-product-reset .storefront-product-empty-state,
  .storefront-product-reset .storefront-product-gated {
    border-radius: 0 !important;
    padding: 0.9rem;
    background: #0a0a0a;
  }

  .storefront-product-reset .storefront-product-form button {
    justify-self: stretch;
  }

  .storefront-product-reset .storefront-product-related {
    padding-bottom: 1.2rem;
  }

  .storefront-product-reset .storefront-product-related-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.8rem;
    align-items: end;
    padding-bottom: 0.85rem;
  }

  .storefront-product-reset .storefront-product-related-head a {
    min-height: 2.45rem;
    padding: 0.62rem 0.7rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .storefront-product-reset .storefront-product-related-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 9rem), 1fr));
    gap: 0.62rem;
  }

  .storefront-product-reset .storefront-product-card {
    border-radius: 0 !important;
  }

  .storefront-product-reset .storefront-product-card-copy {
    gap: 0.5rem;
    padding: 0.62rem;
  }

  .storefront-product-reset .storefront-product-card-title {
    display: block;
    overflow: visible;
    font-size: 0.95rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
    -webkit-line-clamp: unset;
  }
}

@media (max-width: 380px) {
  .storefront-product-reset .storefront-product-feature {
    max-height: 24rem;
    aspect-ratio: 4 / 4.6;
  }

  .storefront-product-reset .storefront-product-summary,
  .storefront-product-reset .storefront-product-panel,
  .storefront-product-reset .storefront-product-related {
    padding: 0.78rem;
  }

  .storefront-product-reset .storefront-product-meta-strip {
    grid-template-columns: 1fr;
  }

  .storefront-product-reset .storefront-product-meta-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 96, 0.08);
  }

  .storefront-product-reset .storefront-product-meta-strip div:last-child {
    border-bottom: 0;
  }

  .storefront-product-reset .storefront-product-related-grid {
    gap: 0.5rem;
  }
}

@media (max-width: 820px) {
  .storefront-home-reset .storefront-reset-atelier {
    padding-block: 1.25rem;
  }

  .storefront-home-reset .storefront-reset-atelier-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 0.62rem;
    align-items: stretch;
  }

  .storefront-home-reset .storefront-reset-atelier-visuals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.62rem;
    min-width: 0;
  }

  .storefront-home-reset .storefront-reset-atelier-card,
  .storefront-home-reset .storefront-reset-atelier-card-1,
  .storefront-home-reset .storefront-reset-atelier-card-2 {
    min-height: clamp(12.5rem, 44vw, 16.5rem);
  }

  .storefront-home-reset .storefront-reset-atelier-card-copy {
    padding: clamp(0.72rem, 3vw, 0.95rem);
    gap: 0.25rem;
  }

  .storefront-home-reset .storefront-reset-atelier-card-copy span {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .storefront-home-reset .storefront-reset-atelier-card-copy strong {
    font-size: clamp(0.92rem, 3.7vw, 1.18rem);
    line-height: 1.08;
  }

  .storefront-home-reset .storefront-reset-atelier-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(0.82rem, 3.4vw, 1rem);
  }

  .storefront-home-reset .storefront-reset-atelier-copy .storefront-reset-kicker {
    width: fit-content;
    padding: 0.42rem 0.5rem;
    font-size: 0.48rem;
    letter-spacing: 0.09em;
  }

  .storefront-home-reset .storefront-reset-atelier-copy h2 {
    margin-top: 0.58rem;
    font-size: clamp(1.22rem, 4.8vw, 1.78rem);
    line-height: 1.05;
  }

  .storefront-home-reset .storefront-reset-atelier-copy p {
    margin-top: 0.62rem;
    font-size: clamp(0.72rem, 2.8vw, 0.84rem);
    line-height: 1.45;
  }

  .storefront-home-reset .storefront-reset-atelier-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.38rem;
    margin: 0.78rem 0 0.88rem;
  }

  .storefront-home-reset .storefront-reset-atelier-points span {
    justify-content: center;
    min-height: 2rem;
    padding: 0.48rem 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .storefront-home-reset .storefront-reset-atelier-copy .storefront-reset-button {
    width: 100%;
    min-height: 2.65rem;
    padding: 0.72rem 0.55rem;
    font-size: 0.55rem;
    letter-spacing: 0.09em;
  }
}

@media (max-width: 360px) {
  .storefront-home-reset .storefront-reset-atelier-grid {
    grid-template-columns: 1fr;
  }

  .storefront-home-reset .storefront-reset-atelier-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-home-reset .storefront-reset-atelier-card,
  .storefront-home-reset .storefront-reset-atelier-card-1,
  .storefront-home-reset .storefront-reset-atelier-card-2 {
    min-height: 14rem;
  }
}

@media (max-width: 820px) {
  .storefront-cart-reset main.lux-page-width {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0 !important;
    padding-bottom: 1.2rem;
    overflow-x: clip;
  }

  .storefront-cart-reset .storefront-cart-hero,
  .storefront-cart-reset .storefront-cart-empty,
  .storefront-cart-reset .storefront-cart-list,
  .storefront-cart-reset .storefront-cart-summary {
    border-radius: 0 !important;
    box-shadow: none;
  }

  .storefront-cart-reset .storefront-cart-hero {
    display: grid;
    gap: 0.82rem;
    margin-top: 0;
    padding: clamp(1.05rem, 4vw, 1.35rem);
    border-inline: 0;
    background:
      linear-gradient(135deg, rgba(212, 175, 96, 0.1), transparent 42%),
      #080807;
  }

  .storefront-cart-reset .storefront-cart-hero::before {
    opacity: 0.42;
  }

  .storefront-cart-reset .storefront-cart-hero h1 {
    margin-top: 0.35rem;
    font-size: clamp(2.15rem, 11vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .storefront-cart-reset .storefront-cart-hero p {
    max-width: 27rem;
    margin-top: 0.35rem;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .storefront-cart-reset .storefront-cart-hero a,
  .storefront-cart-reset .storefront-cart-empty a,
  .storefront-cart-reset .storefront-cart-list-head a,
  .storefront-cart-reset .storefront-cart-checkout,
  .storefront-cart-reset .storefront-cart-item-actions button,
  .storefront-cart-reset .storefront-cart-item h2 a,
  .storefront-cart-reset .storefront-cart-item-media {
    cursor: pointer;
  }

  .storefront-cart-reset .storefront-cart-hero a,
  .storefront-cart-reset .storefront-cart-empty a {
    width: fit-content;
    min-height: 2.45rem;
    padding: 0.65rem 0.78rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .storefront-cart-reset .storefront-cart-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.72rem;
    margin-top: 0.72rem;
    width: 100%;
  }

  .storefront-cart-reset .storefront-cart-list {
    border-inline: 0;
    background: #070707;
  }

  .storefront-cart-reset .storefront-cart-list-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: end;
    padding: 0.92rem;
  }

  .storefront-cart-reset .storefront-cart-list-head h2 {
    margin-top: 0.28rem;
    font-size: clamp(1.32rem, 6.5vw, 1.9rem);
    line-height: 1.04;
  }

  .storefront-cart-reset .storefront-cart-list-head a {
    min-height: 2.35rem;
    padding: 0.62rem 0.72rem;
    white-space: nowrap;
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .storefront-cart-reset .storefront-product-panel-label {
    font-size: 0.54rem;
    letter-spacing: 0.12em;
  }

  .storefront-cart-reset .storefront-cart-item {
    display: grid;
    grid-template-columns: clamp(5.25rem, 25vw, 6.8rem) minmax(0, 1fr);
    gap: 0.72rem;
    padding: 0.82rem;
    border: 0;
    border-top: 1px solid rgba(212, 175, 96, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.028), transparent),
      #080808;
  }

  .storefront-cart-reset .storefront-cart-item:first-of-type {
    border-top: 0;
  }

  .storefront-cart-reset .storefront-cart-item-media {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5.35;
    border-color: rgba(212, 175, 96, 0.13);
    background: #111;
  }

  .storefront-cart-reset .storefront-cart-item-media img {
    object-position: center 16%;
  }

  .storefront-cart-reset .storefront-cart-item-copy {
    display: grid;
    align-content: start;
    gap: 0.58rem;
    min-width: 0;
  }

  .storefront-cart-reset .storefront-cart-item-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    min-width: 0;
  }

  .storefront-cart-reset .storefront-cart-item h2 {
    margin-top: 0.24rem;
    font-size: clamp(1.02rem, 5vw, 1.38rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    overflow-wrap: anywhere;
  }

  .storefront-cart-reset .storefront-cart-item-top strong {
    justify-self: start;
    color: #fff1bf;
    font-size: 0.96rem;
    line-height: 1;
  }

  .storefront-cart-reset .storefront-cart-item-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.36rem;
    max-width: none;
  }

  .storefront-cart-reset .storefront-cart-item-meta span {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
    padding: 0.42rem 0.48rem;
    border-color: rgba(212, 175, 96, 0.11);
    background: rgba(255, 241, 199, 0.025);
    font-size: 0.72rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .storefront-cart-reset .storefront-cart-item-meta em {
    font-size: 0.48rem;
    letter-spacing: 0.1em;
  }

  .storefront-cart-reset .storefront-cart-item-actions {
    display: grid;
    grid-template-columns: minmax(4.4rem, 0.7fr) minmax(0, 1fr);
    gap: 0.42rem;
    align-items: stretch;
  }

  .storefront-cart-reset .storefront-cart-item-actions form {
    min-width: 0;
  }

  .storefront-cart-reset .storefront-cart-item-actions form:first-child {
    grid-row: span 2;
  }

  .storefront-cart-reset .storefront-cart-item-actions label {
    display: grid;
    height: 100%;
    min-height: 4.95rem;
    align-content: center;
    gap: 0.32rem;
    padding: 0.45rem;
    border: 1px solid rgba(212, 175, 96, 0.12);
    background: #050505;
  }

  .storefront-cart-reset .storefront-cart-item-actions label span {
    font-size: 0.48rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .storefront-cart-reset .storefront-cart-item-actions select {
    width: 100%;
    min-height: 2.1rem;
    padding: 0.45rem;
    border-radius: 0 !important;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
  }

  .storefront-cart-reset .storefront-cart-item-actions button {
    width: 100%;
    min-height: 2.28rem;
    padding: 0.48rem 0.45rem;
    border-radius: 0 !important;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    line-height: 1.15;
  }

  .storefront-cart-reset .storefront-cart-item-actions .storefront-cart-item-wishlist {
    color: #f7ead0;
  }

  .storefront-cart-reset .storefront-cart-summary {
    position: relative;
    top: auto;
    gap: 0;
    padding: 0.95rem;
    border-inline: 0;
    background:
      linear-gradient(145deg, rgba(255, 241, 199, 0.05), rgba(255, 241, 199, 0.012)),
      #080808;
  }

  .storefront-cart-reset .storefront-cart-summary-row,
  .storefront-cart-reset .storefront-cart-summary-total {
    gap: 0.75rem;
    margin-top: 0.78rem;
    padding-top: 0.78rem;
  }

  .storefront-cart-reset .storefront-cart-summary-row span,
  .storefront-cart-reset .storefront-cart-summary-total span {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .storefront-cart-reset .storefront-cart-summary-row strong {
    font-size: 0.9rem;
  }

  .storefront-cart-reset .storefront-cart-summary-total strong {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .storefront-cart-reset .storefront-cart-checkout {
    min-height: 3rem;
    margin-top: 0.88rem;
    border-radius: 0 !important;
    font-size: 0.64rem;
    letter-spacing: 0.11em;
  }

  .storefront-cart-reset .storefront-cart-summary p {
    margin-top: 0.82rem;
    padding-top: 0.82rem;
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .storefront-cart-reset .storefront-cart-empty {
    display: grid;
    gap: 0.78rem;
    margin-top: 0.72rem;
    padding: 1.05rem;
    border-inline: 0;
    background: #080808;
  }

  .storefront-cart-reset .storefront-cart-empty h2 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .storefront-cart-reset .storefront-cart-item {
    grid-template-columns: clamp(4.8rem, 24vw, 5.6rem) minmax(0, 1fr);
    gap: 0.58rem;
    padding: 0.68rem;
  }

  .storefront-cart-reset .storefront-cart-item h2 {
    font-size: clamp(0.96rem, 5vw, 1.16rem);
  }

  .storefront-cart-reset .storefront-cart-item-meta {
    grid-template-columns: 1fr;
  }

  .storefront-cart-reset .storefront-cart-item-actions {
    grid-template-columns: 1fr;
  }

  .storefront-cart-reset .storefront-cart-item-actions form:first-child {
    grid-row: auto;
  }

  .storefront-cart-reset .storefront-cart-item-actions label {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .storefront-cart-reset .storefront-cart-item {
    grid-template-columns: clamp(5.2rem, 23vw, 6.4rem) minmax(0, 1fr);
    align-items: start;
  }

  .storefront-cart-reset .storefront-cart-item h2 {
    max-width: 100%;
    font-size: clamp(0.98rem, 4.2vw, 1.24rem);
    line-height: 1.08;
  }

  .storefront-cart-reset .storefront-cart-item-top strong {
    font-size: 0.9rem;
  }

  .storefront-cart-reset .storefront-cart-item-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.28rem;
  }

  .storefront-cart-reset .storefront-cart-item-meta span {
    padding: 0.34rem 0.38rem;
    font-size: 0.64rem;
  }

  .storefront-cart-reset .storefront-cart-item-meta em {
    font-size: 0.44rem;
  }

  .storefront-cart-reset .storefront-cart-item-actions {
    grid-template-columns: 4.35rem minmax(0, 1fr);
    gap: 0.34rem;
  }

  .storefront-cart-reset .storefront-cart-item-actions label {
    min-height: 4.35rem;
    padding: 0.38rem;
  }

  .storefront-cart-reset .storefront-cart-item-actions select {
    min-height: 1.95rem;
    padding: 0.35rem;
    font-size: 0.82rem;
  }

  .storefront-cart-reset .storefront-cart-item-actions button {
    min-height: 2rem;
    padding: 0.4rem 0.38rem;
    font-size: 0.48rem;
    letter-spacing: 0.07em;
  }
}

@media (max-width: 380px) {
  .storefront-cart-reset .storefront-cart-item {
    grid-template-columns: clamp(4.55rem, 23vw, 5.15rem) minmax(0, 1fr);
  }

  .storefront-cart-reset .storefront-cart-item-copy {
    gap: 0.46rem;
  }

  .storefront-cart-reset .storefront-cart-item h2 {
    font-size: clamp(0.9rem, 4.55vw, 1.08rem);
  }

  .storefront-cart-reset .storefront-cart-item-top strong {
    font-size: 0.82rem;
  }

  .storefront-cart-reset .storefront-cart-item-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-cart-reset .storefront-cart-item-actions {
    grid-template-columns: 4.05rem minmax(0, 1fr);
  }

  .storefront-cart-reset .storefront-cart-item-actions form:first-child {
    grid-row: span 2;
  }

  .storefront-cart-reset .storefront-cart-item-actions label {
    min-height: 4.12rem;
  }
}

@media (max-width: 820px) {
  .storefront-wishlist-reset main.lux-page-width {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0 !important;
    padding-bottom: 1.2rem;
    overflow-x: clip;
  }

  .storefront-wishlist-reset .storefront-cart-hero,
  .storefront-wishlist-reset .storefront-cart-empty {
    margin-top: 0;
    border-inline: 0;
    border-radius: 0 !important;
    background:
      linear-gradient(135deg, rgba(212, 175, 96, 0.1), transparent 42%),
      #080807;
  }

  .storefront-wishlist-reset .storefront-cart-hero {
    display: grid;
    gap: 0.78rem;
    padding: clamp(1.05rem, 4vw, 1.35rem);
  }

  .storefront-wishlist-reset .storefront-cart-hero h1 {
    margin-top: 0.34rem;
    font-size: clamp(2.1rem, 10.5vw, 3.2rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .storefront-wishlist-reset .storefront-cart-hero p,
  .storefront-wishlist-reset .storefront-cart-empty p {
    max-width: 28rem;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .storefront-wishlist-reset .storefront-cart-hero a,
  .storefront-wishlist-reset .storefront-cart-empty a {
    width: fit-content;
    min-height: 2.45rem;
    padding: 0.65rem 0.78rem;
    border-radius: 0 !important;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .storefront-wishlist-reset .storefront-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
    width: 100%;
    margin-top: 0.72rem;
  }

  .storefront-wishlist-reset .storefront-wishlist-card {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border-radius: 0 !important;
    border-color: rgba(212, 175, 96, 0.12);
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.026), transparent),
      #080808;
    transform: none !important;
  }

  .storefront-wishlist-reset .storefront-wishlist-media {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5.05;
    border-radius: 0 !important;
    background: #101010;
  }

  .storefront-wishlist-reset .storefront-wishlist-media img {
    object-position: center 16%;
  }

  .storefront-wishlist-reset .storefront-wishlist-copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    align-items: start;
    min-width: 0;
    padding: 0.72rem;
  }

  .storefront-wishlist-reset .storefront-product-panel-label {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .storefront-wishlist-reset .storefront-wishlist-copy h2 {
    display: block;
    margin-top: 0.26rem;
    overflow: visible;
    font-size: clamp(1rem, 4.7vw, 1.28rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    overflow-wrap: anywhere;
    -webkit-line-clamp: unset;
  }

  .storefront-wishlist-reset .storefront-wishlist-copy p {
    margin-top: 0.38rem;
    font-size: 0.72rem;
    line-height: 1.42;
  }

  .storefront-wishlist-reset .storefront-wishlist-foot {
    display: grid;
    gap: 0.58rem;
    justify-items: stretch;
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 96, 0.09);
    padding: 0.58rem 0 0;
  }

  .storefront-wishlist-reset .storefront-wishlist-foot strong {
    color: #fff1bf;
    font-size: 0.96rem;
    line-height: 1;
  }

  .storefront-wishlist-reset .storefront-wishlist-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.38rem;
    width: 100%;
  }

  .storefront-wishlist-reset .storefront-wishlist-actions form {
    min-width: 0;
  }

  .storefront-wishlist-reset .storefront-wishlist-actions a,
  .storefront-wishlist-reset .storefront-wishlist-actions button,
  .storefront-wishlist-reset .storefront-wishlist-copy h2 a,
  .storefront-wishlist-reset .storefront-wishlist-media {
    cursor: pointer;
  }

  .storefront-wishlist-reset .storefront-wishlist-actions a,
  .storefront-wishlist-reset .storefront-wishlist-actions button {
    width: 100%;
    min-height: 2.35rem;
    border-radius: 0 !important;
    padding: 0.58rem 0.48rem;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-align: center;
  }

  .storefront-wishlist-reset .storefront-cart-empty {
    display: grid;
    gap: 0.78rem;
    margin-top: 0.72rem;
    padding: 1.05rem;
  }

  .storefront-wishlist-reset .storefront-cart-empty h2 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .storefront-wishlist-reset .storefront-wishlist-grid {
    gap: 0.46rem;
  }

  .storefront-wishlist-reset .storefront-wishlist-copy {
    padding: 0.62rem;
  }

  .storefront-wishlist-reset .storefront-wishlist-copy h2 {
    font-size: clamp(0.92rem, 4.8vw, 1.08rem);
  }

  .storefront-wishlist-reset .storefront-wishlist-copy p {
    display: none;
  }

  .storefront-wishlist-reset .storefront-wishlist-foot {
    gap: 0.5rem;
    padding-top: 0.5rem;
  }

  .storefront-wishlist-reset .storefront-wishlist-actions a,
  .storefront-wishlist-reset .storefront-wishlist-actions button {
    min-height: 2.15rem;
    font-size: 0.48rem;
  }
}

@media (max-width: 380px) {
  .storefront-mobile-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .storefront-mobile-actions a {
    min-height: 3rem;
    padding: 0.72rem 1.8rem 0.72rem 0.68rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .storefront-mobile-actions a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .storefront-checkout-reset main.lux-page-width {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0 !important;
    padding-bottom: 1.2rem;
    overflow-x: clip;
  }

  .storefront-checkout-reset .storefront-cart-hero {
    display: grid;
    gap: 0.78rem;
    margin-top: 0;
    padding: clamp(1.05rem, 4vw, 1.35rem);
    border-inline: 0;
    border-radius: 0 !important;
    background:
      linear-gradient(135deg, rgba(212, 175, 96, 0.1), transparent 42%),
      #080807;
  }

  .storefront-checkout-reset .storefront-cart-hero h1 {
    margin-top: 0.34rem;
    font-size: clamp(2.08rem, 10.5vw, 3.15rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .storefront-checkout-reset .storefront-cart-hero p {
    max-width: 28rem;
    margin-top: 0.35rem;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .storefront-checkout-reset .storefront-cart-hero a {
    width: fit-content;
    min-height: 2.45rem;
    padding: 0.65rem 0.78rem;
    border-radius: 0 !important;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.72rem;
    width: 100%;
    margin-top: 0.72rem;
  }

  .storefront-checkout-reset .storefront-checkout-form {
    display: grid;
    gap: 0.72rem;
    min-width: 0;
  }

  .storefront-checkout-reset .storefront-checkout-panel,
  .storefront-checkout-reset .storefront-cart-summary {
    border-inline: 0;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.024), transparent),
      #080808;
    padding: clamp(0.9rem, 3.8vw, 1.12rem);
  }

  .storefront-checkout-reset .storefront-checkout-panel {
    gap: 0.78rem;
  }

  .storefront-checkout-reset .storefront-checkout-pause {
    border-color: rgba(247, 183, 162, 0.18);
    background:
      linear-gradient(135deg, rgba(122, 24, 14, 0.18), transparent 58%),
      #080808;
  }

  .storefront-checkout-reset .storefront-product-panel-label {
    font-size: 0.54rem;
    letter-spacing: 0.12em;
  }

  .storefront-checkout-reset .storefront-checkout-panel h2 {
    font-size: clamp(1.34rem, 6.2vw, 1.9rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
  }

  .storefront-checkout-reset .storefront-checkout-panel p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .storefront-checkout-reset .storefront-checkout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
    gap: 0.62rem;
    margin-top: 0;
  }

  .storefront-checkout-reset .storefront-checkout-field {
    min-width: 0;
    gap: 0.36rem;
  }

  .storefront-checkout-reset .storefront-checkout-field-wide {
    grid-column: 1 / -1;
  }

  .storefront-checkout-reset .storefront-checkout-field span,
  .storefront-checkout-reset .storefront-checkout-option strong,
  .storefront-checkout-reset .storefront-checkout-address-card strong {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  .storefront-checkout-reset .storefront-checkout-field input,
  .storefront-checkout-reset .storefront-checkout-field select,
  .storefront-checkout-reset .storefront-checkout-field textarea {
    width: 100%;
    min-height: 2.8rem;
    border-radius: 0 !important;
    padding: 0.72rem 0.78rem;
    background: #050505;
    font-size: 0.86rem;
  }

  .storefront-checkout-reset .storefront-checkout-field textarea {
    min-height: 7rem;
    line-height: 1.5;
  }

  .storefront-checkout-reset .storefront-checkout-field select {
    height: 2.8rem;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-field small {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .storefront-checkout-reset .storefront-checkout-address-list {
    gap: 0.5rem;
    margin-top: 0;
  }

  .storefront-checkout-reset .storefront-checkout-address-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.58rem;
    padding: 0.72rem;
    border-radius: 0 !important;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-address-card input {
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-address-card em {
    margin-top: 0.18rem;
    font-size: 0.76rem;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  .storefront-checkout-reset .storefront-checkout-address-card b {
    padding: 0.32rem 0.42rem;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .storefront-checkout-reset .storefront-checkout-save-address {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, auto);
    gap: 0.5rem;
    align-items: end;
    margin-top: 0;
    padding: 0.72rem;
    border-radius: 0 !important;
  }

  .storefront-checkout-reset .storefront-checkout-save-address .storefront-checkout-field {
    min-width: 0;
  }

  .storefront-checkout-reset .storefront-checkout-check {
    min-height: 2.8rem;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 0.58rem;
    border: 1px solid rgba(212, 175, 96, 0.12);
    font-size: 0.56rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-check input {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-options {
    display: grid;
    gap: 0.52rem;
  }

  .storefront-checkout-reset .storefront-checkout-option {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.58rem;
    align-items: start;
    padding: 0.72rem;
    border-radius: 0 !important;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-option input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.1rem;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-checkout-option em,
  .storefront-checkout-reset .storefront-checkout-summary p,
  .storefront-checkout-reset .storefront-checkout-item span {
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .storefront-checkout-reset .storefront-checkout-option b {
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .storefront-checkout-reset .storefront-cart-summary {
    position: relative;
    top: auto;
    display: grid;
    gap: 0;
  }

  .storefront-checkout-reset .storefront-checkout-items {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.72rem;
  }

  .storefront-checkout-reset .storefront-checkout-item {
    grid-template-columns: 3.6rem minmax(0, 1fr) auto;
    gap: 0.52rem;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0 !important;
  }

  .storefront-checkout-reset .storefront-checkout-item-media {
    aspect-ratio: 4 / 5.15;
    border-radius: 0 !important;
  }

  .storefront-checkout-reset .storefront-checkout-item strong {
    font-size: 0.86rem;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .storefront-checkout-reset .storefront-checkout-item b {
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .storefront-checkout-reset .storefront-cart-summary-row,
  .storefront-checkout-reset .storefront-cart-summary-total {
    gap: 0.75rem;
    margin-top: 0.78rem;
    padding-top: 0.78rem;
  }

  .storefront-checkout-reset .storefront-cart-summary-row span,
  .storefront-checkout-reset .storefront-cart-summary-total span {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .storefront-checkout-reset .storefront-cart-summary-row strong {
    font-size: 0.9rem;
  }

  .storefront-checkout-reset .storefront-cart-summary-total strong {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .storefront-checkout-reset .storefront-cart-checkout {
    min-height: 3rem;
    margin-top: 0.88rem;
    border-radius: 0 !important;
    font-size: 0.64rem;
    letter-spacing: 0.11em;
    cursor: pointer;
  }

  .storefront-checkout-reset .storefront-cart-checkout:disabled {
    cursor: not-allowed;
  }

  .storefront-checkout-reset .storefront-checkout-summary p {
    margin-top: 0.82rem;
    padding-top: 0.82rem;
    font-size: 0.8rem;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .storefront-checkout-reset .storefront-checkout-grid {
    grid-template-columns: 1fr;
  }

  .storefront-checkout-reset .storefront-checkout-save-address {
    grid-template-columns: 1fr;
  }

  .storefront-checkout-reset .storefront-checkout-check {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .storefront-checkout-reset .storefront-checkout-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .storefront-checkout-reset .storefront-checkout-option b {
    grid-column: 2;
    justify-self: start;
  }

  .storefront-checkout-reset .storefront-checkout-item {
    grid-template-columns: 3.2rem minmax(0, 1fr);
  }

  .storefront-checkout-reset .storefront-checkout-item b {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .storefront-home-reset .storefront-legal-shell {
    display: grid;
    gap: 0.72rem;
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .storefront-home-reset .storefront-legal-shell .storefront-legal-hero {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: clamp(1.1rem, 4vw, 1.35rem);
    border-block: 1px solid rgba(212, 175, 96, 0.12);
    background:
      linear-gradient(135deg, rgba(212, 175, 96, 0.1), transparent 42%),
      #080807;
  }

  .storefront-home-reset .storefront-legal-shell .storefront-reset-kicker {
    width: fit-content;
    padding: 0.48rem 0.6rem;
    border: 1px solid rgba(212, 175, 96, 0.16);
    background: rgba(255, 241, 199, 0.025);
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .storefront-home-reset .storefront-legal-hero h1 {
    max-width: 12ch;
    color: #fff6e7;
    font-size: clamp(2.15rem, 10.5vw, 3.2rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .storefront-home-reset .storefront-legal-card.storefront-legal-rich {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(1rem, 4vw, 1.25rem);
    border-inline: 0;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.024), transparent),
      #080808;
  }

  .storefront-home-reset .storefront-legal-rich h2,
  .storefront-home-reset .storefront-legal-rich h3,
  .storefront-home-reset .storefront-legal-rich h4 {
    margin: 1.15rem 0 0.48rem;
    color: #fff1bf;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .storefront-home-reset .storefront-legal-rich h2 {
    font-size: clamp(1.28rem, 6vw, 1.8rem);
  }

  .storefront-home-reset .storefront-legal-rich h3 {
    font-size: clamp(1.08rem, 5vw, 1.45rem);
  }

  .storefront-home-reset .storefront-legal-rich p,
  .storefront-home-reset .storefront-legal-rich li,
  .storefront-home-reset .storefront-legal-rich blockquote {
    color: rgba(255, 248, 231, 0.78);
    font-size: 0.9rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
  }

  .storefront-home-reset .storefront-legal-rich p + p,
  .storefront-home-reset .storefront-legal-rich ul,
  .storefront-home-reset .storefront-legal-rich ol,
  .storefront-home-reset .storefront-legal-rich blockquote {
    margin-top: 0.82rem;
  }

  .storefront-home-reset .storefront-legal-rich ul,
  .storefront-home-reset .storefront-legal-rich ol {
    padding-left: 1rem;
  }

  .storefront-home-reset .storefront-legal-rich li + li {
    margin-top: 0.45rem;
  }

  .storefront-home-reset .storefront-legal-rich a {
    color: #f1d37d;
    cursor: pointer;
  }
}

@media (max-width: 380px) {
  .storefront-home-reset .storefront-legal-shell .storefront-legal-hero,
  .storefront-home-reset .storefront-legal-card.storefront-legal-rich {
    padding-inline: 0.82rem;
  }

  .storefront-home-reset .storefront-legal-hero h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .storefront-home-reset .storefront-legal-rich p,
  .storefront-home-reset .storefront-legal-rich li,
  .storefront-home-reset .storefront-legal-rich blockquote {
    font-size: 0.86rem;
    line-height: 1.62;
  }
}

.storefront-faq-shell {
  display: grid;
  gap: 1rem;
}

.storefront-faq-hero {
  display: grid;
  gap: 0.8rem;
  padding: 2rem 0 0.7rem;
}

.storefront-faq-hero h1 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.storefront-faq-hero p {
  max-width: 42rem;
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.98rem;
  line-height: 1.7;
}

.storefront-faq-list {
  display: grid;
  gap: 0.72rem;
  max-width: 860px;
  margin-inline: auto;
}

.storefront-faq-item,
.storefront-faq-empty {
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(7, 7, 7, 0.96));
}

.storefront-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 4rem;
  padding: 1rem 1.1rem;
  color: #fff4d0;
  cursor: pointer;
  list-style: none;
}

.storefront-faq-item summary::-webkit-details-marker {
  display: none;
}

.storefront-faq-item summary::after {
  content: "+";
  color: rgba(212, 175, 96, 0.82);
  font-size: 1.2rem;
  line-height: 1;
}

.storefront-faq-item[open] summary::after {
  content: "-";
}

.storefront-faq-item summary span {
  min-width: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.storefront-faq-answer {
  padding: 0 1.1rem 1.1rem;
}

.storefront-faq-answer p,
.storefront-faq-empty p {
  color: rgba(255, 248, 231, 0.76);
  font-size: 0.94rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.storefront-faq-empty {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
}

.storefront-faq-empty h2 {
  color: #fff4d0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.02;
}

@media (min-width: 821px) {
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-faq-shell {
    width: 100%;
    max-width: none;
    gap: 1.15rem;
  }

  .storefront-home-reset .storefront-legal-shell {
    grid-template-columns: minmax(18rem, 0.46fr) minmax(0, 0.74fr);
    align-items: start;
  }

  .storefront-home-reset .storefront-faq-shell {
    grid-template-columns: minmax(18rem, 0.44fr) minmax(0, 0.76fr);
    align-items: start;
  }

  .storefront-home-reset .storefront-legal-shell .storefront-legal-hero,
  .storefront-home-reset .storefront-faq-hero {
    position: sticky;
    top: 7.2rem;
    min-height: 28rem;
    align-content: end;
    padding: clamp(1.35rem, 2.4vw, 2rem);
    border: 1px solid rgba(212, 175, 96, 0.14);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82)),
      radial-gradient(circle at 20% 12%, rgba(212, 175, 96, 0.2), transparent 36%),
      linear-gradient(145deg, #17130f, #070707 64%, #0f0b07);
  }

  .storefront-home-reset .storefront-legal-shell .storefront-legal-hero::before,
  .storefront-home-reset .storefront-faq-hero::before {
    content: "";
    width: 3.2rem;
    height: 1px;
    margin-bottom: clamp(4rem, 15vw, 9rem);
    background: rgba(212, 175, 96, 0.48);
  }

  .storefront-home-reset .storefront-legal-shell .storefront-reset-kicker,
  .storefront-home-reset .storefront-faq-hero .storefront-reset-kicker {
    width: fit-content;
    padding: 0.56rem 0.72rem;
    border: 1px solid rgba(212, 175, 96, 0.18);
    background: rgba(255, 241, 199, 0.035);
    color: #f1d37d;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .storefront-home-reset .storefront-legal-hero h1,
  .storefront-home-reset .storefront-faq-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.1rem, 5.8vw, 5.5rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
  }

  .storefront-home-reset .storefront-faq-hero p {
    max-width: 24rem;
    color: rgba(249, 236, 205, 0.74);
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .storefront-home-reset .storefront-legal-card.storefront-legal-rich,
  .storefront-home-reset .storefront-faq-list {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .storefront-home-reset .storefront-legal-card.storefront-legal-rich {
    min-height: 28rem;
    padding: clamp(1.6rem, 3vw, 2.35rem);
    border: 1px solid rgba(212, 175, 96, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.035), transparent 18rem),
      #080808;
  }

  .storefront-home-reset .storefront-legal-rich h2,
  .storefront-home-reset .storefront-legal-rich h3,
  .storefront-home-reset .storefront-legal-rich h4 {
    color: #fff1bf;
    line-height: 1.12;
  }

  .storefront-home-reset .storefront-legal-rich h2 {
    font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  }

  .storefront-home-reset .storefront-legal-rich h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  }

  .storefront-home-reset .storefront-legal-rich p,
  .storefront-home-reset .storefront-legal-rich li,
  .storefront-home-reset .storefront-legal-rich blockquote {
    color: rgba(255, 248, 231, 0.76);
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .storefront-home-reset .storefront-legal-rich a {
    color: #f1d37d;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-faq-list {
    gap: 0.82rem;
  }

  .storefront-home-reset .storefront-faq-item,
  .storefront-home-reset .storefront-faq-empty {
    border: 1px solid rgba(212, 175, 96, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.03), transparent 12rem),
      #080808;
  }

  .storefront-home-reset .storefront-faq-item summary {
    min-height: 4.35rem;
    padding: 1.05rem 1.25rem;
    cursor: pointer;
  }

  .storefront-home-reset .storefront-faq-item summary span {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
  }

  .storefront-home-reset .storefront-faq-answer {
    padding: 0 1.25rem 1.25rem;
  }

  .storefront-home-reset .storefront-faq-answer p,
  .storefront-home-reset .storefront-faq-empty p {
    font-size: 0.95rem;
    line-height: 1.72;
  }
}

@media (max-width: 820px) {
  .storefront-home-reset .storefront-faq-section {
    padding-block: 0.72rem 1rem;
  }

  .storefront-home-reset .storefront-faq-shell {
    gap: 0.72rem;
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .storefront-home-reset .storefront-faq-hero {
    gap: 0.65rem;
    padding: clamp(1.1rem, 4vw, 1.35rem);
    border-block: 1px solid rgba(212, 175, 96, 0.12);
    background:
      linear-gradient(135deg, rgba(212, 175, 96, 0.1), transparent 42%),
      #080807;
  }

  .storefront-home-reset .storefront-faq-hero .storefront-reset-kicker {
    width: fit-content;
    padding: 0.48rem 0.6rem;
    border: 1px solid rgba(212, 175, 96, 0.16);
    background: rgba(255, 241, 199, 0.025);
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .storefront-home-reset .storefront-faq-hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 3.2rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .storefront-home-reset .storefront-faq-hero p {
    max-width: 28rem;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .storefront-home-reset .storefront-faq-list {
    width: 100%;
    max-width: none;
    gap: 0.58rem;
    margin: 0;
  }

  .storefront-home-reset .storefront-faq-item,
  .storefront-home-reset .storefront-faq-empty {
    border-inline: 0;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(255, 241, 199, 0.024), transparent),
      #080808;
  }

  .storefront-home-reset .storefront-faq-item summary {
    min-height: 3.35rem;
    padding: 0.82rem 0.9rem;
  }

  .storefront-home-reset .storefront-faq-item summary span {
    font-size: clamp(1.02rem, 4.8vw, 1.32rem);
  }

  .storefront-home-reset .storefront-faq-answer {
    padding: 0 0.9rem 0.9rem;
  }

  .storefront-home-reset .storefront-faq-answer p,
  .storefront-home-reset .storefront-faq-empty p {
    font-size: 0.86rem;
    line-height: 1.62;
  }
}

.storefront-orders-list {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.4rem;
}

.storefront-order-card {
  display: grid;
  gap: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 241, 199, 0.06), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005)),
    #080807;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.storefront-order-card-head,
.storefront-order-summary,
.storefront-order-items,
.storefront-order-card-foot {
  padding-inline: clamp(1rem, 2vw, 1.35rem);
}

.storefront-order-card-head {
  padding-top: clamp(1rem, 2vw, 1.35rem);
}

.storefront-order-card-foot {
  padding-bottom: clamp(1rem, 2vw, 1.35rem);
}

.storefront-order-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
}

.storefront-order-card-meta,
.storefront-order-item-top,
.storefront-order-card-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-order-card-title h2,
.storefront-order-item-top h3 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.storefront-order-card-title h2 {
  margin-top: 0.3rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.04;
}

.storefront-order-card-meta {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.85rem;
  text-align: right;
}

.storefront-order-card-meta strong {
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.storefront-order-card-meta strong,
.storefront-order-item-top strong,
.storefront-order-summary strong,
.storefront-order-address strong {
  color: #fff1bf;
}

.storefront-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  width: fit-content;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(212, 175, 96, 0.26);
  background: rgba(212, 175, 96, 0.1);
  color: #ffe6a7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-order-status-compact {
  min-height: 1.7rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.68rem;
}

.storefront-order-status.is-paid,
.storefront-order-status.is-complete {
  border-color: rgba(77, 191, 124, 0.38);
  background: rgba(77, 191, 124, 0.14);
  color: #b8efc7;
}

.storefront-order-status.is-active {
  border-color: rgba(120, 156, 228, 0.34);
  background: rgba(120, 156, 228, 0.13);
  color: #d8e5ff;
}

.storefront-order-status.is-payment-pending {
  border-color: rgba(238, 181, 83, 0.42);
  background: rgba(238, 181, 83, 0.14);
  color: #ffd99b;
}

.storefront-order-status.is-pending {
  border-color: rgba(214, 154, 42, 0.38);
  background: rgba(214, 154, 42, 0.12);
  color: #ffdda0;
}

.storefront-order-status.is-failed,
.storefront-order-status.is-cancelled {
  border-color: rgba(219, 99, 99, 0.36);
  background: rgba(219, 99, 99, 0.13);
  color: #f0b1b1;
}

.storefront-order-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.storefront-order-summary div,
.storefront-order-address,
.storefront-order-note,
.storefront-order-tracking {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.035);
}

.storefront-order-summary div {
  grid-template-rows: auto 1fr;
  min-height: 4.8rem;
  padding: 0.85rem 0.9rem;
}

.storefront-order-summary strong {
  display: flex;
  align-items: center;
  min-height: 1.75rem;
  line-height: 1.2;
}

.storefront-order-tracking-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  border: 1px solid rgba(212, 175, 96, 0.28);
  background: rgba(212, 175, 96, 0.12);
  color: #fff1bf;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.55rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.storefront-order-tracking-trigger:hover,
.storefront-order-tracking-trigger:focus-visible {
  border-color: rgba(255, 224, 166, 0.7);
  background: rgba(212, 175, 96, 0.2);
  color: #ffffff;
  outline: none;
}

.storefront-order-tracking-trigger-secondary {
  margin-top: 0.15rem;
}

.storefront-order-address,
.storefront-order-note,
.storefront-order-tracking {
  padding: 0.95rem;
}

.storefront-order-summary span,
.storefront-order-address span,
.storefront-order-note span,
.storefront-order-tracking span,
.storefront-order-item-meta em {
  color: rgba(249, 236, 205, 0.62);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-order-items {
  display: grid;
  gap: 0.75rem;
}

.storefront-order-item {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  border: 1px solid rgba(212, 175, 96, 0.11);
  background: rgba(255, 241, 199, 0.025);
  padding: 0.72rem;
}

.storefront-order-item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255, 241, 199, 0.03);
  color: rgba(249, 236, 205, 0.56);
  cursor: pointer;
}

.storefront-order-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-order-item-copy {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  padding-top: 0.1rem;
}

.storefront-order-item-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.storefront-order-item-top > strong {
  padding-top: 0.2rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.storefront-order-item-top h3 {
  font-size: 1.1rem;
  line-height: 1.15;
}

.storefront-order-item-top h3 a {
  color: inherit;
  cursor: pointer;
}

.storefront-order-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.storefront-order-item-meta span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: rgba(249, 236, 205, 0.82);
  line-height: 1.35;
}

.storefront-order-address p,
.storefront-order-note p,
.storefront-order-tracking p {
  color: rgba(249, 236, 205, 0.78);
  line-height: 1.65;
}

.storefront-order-tracking strong {
  color: #fff1bf;
}

.storefront-order-tracking a,
.storefront-tracking-link {
  width: fit-content;
  color: #ffe0a6;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.storefront-tracking-open {
  overflow: hidden;
}

.storefront-tracking-modal[hidden] {
  display: none;
}

.storefront-tracking-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.storefront-tracking-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.76);
  cursor: pointer;
}

.storefront-tracking-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(100%, 40rem);
  max-height: min(88vh, 46rem);
  overflow: auto;
  border: 1px solid rgba(212, 175, 96, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 241, 199, 0.055), rgba(255, 241, 199, 0.015)),
    #080807;
  color: #f9eccd;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.48);
}

.storefront-tracking-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(212, 175, 96, 0.2);
  background: rgba(255, 241, 199, 0.045);
  color: #fff1bf;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.storefront-tracking-close:hover,
.storefront-tracking-close:focus-visible {
  border-color: rgba(255, 224, 166, 0.7);
  color: #ffffff;
  outline: none;
}

.storefront-tracking-dialog h2 {
  max-width: calc(100% - 3rem);
  color: #fff1bf;
  font-size: clamp(1.55rem, 5vw, 2.35rem);
  line-height: 1;
}

.storefront-tracking-lead {
  max-width: 34rem;
  color: rgba(249, 236, 205, 0.78);
  line-height: 1.65;
}

.storefront-tracking-status-line,
.storefront-tracking-grid > div {
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.035);
  padding: 0.9rem;
}

.storefront-tracking-status-line {
  border-color: rgba(72, 187, 120, 0.26);
  background: rgba(72, 187, 120, 0.09);
}

.storefront-tracking-status-line span,
.storefront-tracking-grid span {
  color: rgba(249, 236, 205, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-tracking-status-line strong,
.storefront-tracking-grid strong {
  color: #fff1bf;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.storefront-tracking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.storefront-tracking-link {
  display: inline-flex;
  margin-top: 0.15rem;
}

.storefront-order-card-foot {
  align-items: stretch;
  border-top: 1px solid rgba(212, 175, 96, 0.1);
  background: rgba(0, 0, 0, 0.12);
  padding-top: 0.95rem;
}

.storefront-order-card-foot > * {
  flex: 1 1 0;
}

@media (max-width: 820px) {
  .storefront-order-card-head {
    grid-template-columns: 1fr;
  }

  .storefront-order-card-foot {
    flex-direction: column;
  }

  .storefront-order-card-meta {
    align-items: flex-start;
    text-align: left;
  }

  .storefront-order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-tracking-grid {
    grid-template-columns: 1fr;
  }

  .storefront-order-item {
    grid-template-columns: 4.7rem minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .storefront-order-summary {
    grid-template-columns: 1fr;
  }

  .storefront-order-item-top {
    grid-template-columns: 1fr;
  }

  .storefront-order-item-top > strong {
    padding-top: 0.15rem;
    text-align: left;
  }
}

.storefront-find-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 175, 96, 0.12), transparent 30rem),
    linear-gradient(180deg, #070707 0%, #050505 58%, #0b0907 100%);
}

.storefront-find-main {
  display: grid;
  gap: 1rem;
  width: 100%;
  margin-inline: auto;
  padding: 1rem 0 4rem;
}

.storefront-find-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  min-height: clamp(30rem, 56vh, 42rem);
  border: 1px solid rgba(212, 175, 96, 0.14);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 18% 20%, rgba(212, 175, 96, 0.22), transparent 26rem),
    linear-gradient(145deg, #18130f, #070707 58%, #0f0b07);
}

.storefront-find-hero-copy {
  display: grid;
  align-content: end;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.storefront-find-hero h1 {
  max-width: 8ch;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

.storefront-find-hero p {
  max-width: 34rem;
  color: rgba(249, 236, 205, 0.76);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.72;
}

.storefront-find-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.storefront-find-hero-actions a,
.storefront-find-card a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 96, 0.22);
  padding: 0.8rem 1rem;
  color: #fff1bf;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-find-hero-actions a:first-child,
.storefront-find-card-primary a {
  border-color: rgba(239, 205, 126, 0.7);
  background: linear-gradient(135deg, #d8ad54 0%, #f4df9a 48%, #a9782d 100%);
  color: #120f0b;
}

.storefront-find-hero-panel {
  display: grid;
  align-content: end;
  gap: 0.8rem;
  border-left: 1px solid rgba(212, 175, 96, 0.12);
  padding: clamp(1.5rem, 3vw, 2.2rem);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(135deg, rgba(255, 241, 199, 0.035) 0 1px, transparent 1px 12px);
}

.storefront-find-hero-image-panel {
  display: block;
  align-content: stretch;
  gap: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  background: #0b0b0a;
}

.storefront-find-hero-image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(24rem, 54vh, 40rem);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04);
}

.storefront-find-hero-panel span,
.storefront-find-card .storefront-reset-kicker,
.storefront-find-socials .storefront-reset-kicker {
  color: rgba(212, 175, 96, 0.82);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storefront-find-hero-panel strong {
  max-width: 16rem;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.storefront-find-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.5fr);
  gap: 1rem;
}

.storefront-find-card,
.storefront-find-address-card,
.storefront-find-socials {
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 241, 199, 0.035), transparent 12rem),
    #080808;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
}

.storefront-find-card-primary {
  background:
    radial-gradient(circle at 18% 12%, rgba(212, 175, 96, 0.2), transparent 15rem),
    linear-gradient(180deg, rgba(255, 241, 199, 0.052), transparent),
    #080808;
}

.storefront-find-card h2,
.storefront-find-socials h2 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.storefront-find-card p {
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.92rem;
  line-height: 1.68;
}

.storefront-find-card a {
  justify-self: start;
  margin-top: 0.2rem;
}

.storefront-find-address-card {
  grid-template-columns: minmax(0, 0.92fr) minmax(14rem, 0.78fr);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.storefront-find-address-copy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  min-width: 0;
  padding: clamp(1.1rem, 2.4vw, 1.7rem);
}

.storefront-find-address-copy h2 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.storefront-find-address-copy address {
  display: block;
  max-width: 100%;
  min-width: 0;
  color: #fff1bf;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-style: normal;
  line-height: 1.24;
  overflow-wrap: anywhere;
  word-break: normal;
}

.storefront-find-address-copy p {
  max-width: 28rem;
  color: rgba(249, 236, 205, 0.72);
  font-size: 0.92rem;
  line-height: 1.68;
}

.storefront-find-address-copy a {
  display: inline-flex;
  min-height: 3rem;
  justify-self: start;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 205, 126, 0.7);
  background: linear-gradient(135deg, #d8ad54 0%, #f4df9a 48%, #a9782d 100%);
  color: #120f0b;
  padding: 0.8rem 1rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-find-address-media {
  display: grid;
  min-height: 100%;
  aspect-ratio: 4 / 5;
  place-items: end start;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at 20% 18%, rgba(212, 175, 96, 0.2), transparent 45%),
    linear-gradient(135deg, #221912, #080808);
  background-position: center 18%;
  background-size: cover;
}

.storefront-find-address-media span {
  margin: 1rem;
  color: #fff1bf;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-find-address-media iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.92) saturate(0.72);
}

.storefront-find-socials {
  grid-template-columns: minmax(16rem, 0.38fr) minmax(0, 1fr);
  align-items: center;
}

.storefront-find-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.storefront-find-social-grid a {
  display: grid;
  min-height: 7rem;
  place-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.025);
  color: #fff1bf;
  text-decoration: none;
  cursor: pointer;
}

.storefront-find-social-grid a span {
  font-size: 1.15rem;
}

.storefront-find-social-grid a strong {
  color: rgba(249, 236, 205, 0.8);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .storefront-find-hero,
  .storefront-find-grid,
  .storefront-find-socials,
  .storefront-find-address-card {
    grid-template-columns: 1fr;
  }

  .storefront-find-hero-panel {
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 96, 0.12);
  }
}

@media (max-width: 820px) {
  .storefront-find-main {
    width: 100%;
    gap: 0.72rem;
    padding: 0 0 1.2rem;
  }

  .storefront-find-hero {
    min-height: 0;
    border-inline: 0;
  }

  .storefront-find-hero-copy,
  .storefront-find-hero-panel,
  .storefront-find-card,
  .storefront-find-address-copy,
  .storefront-find-socials {
    padding: clamp(0.92rem, 4vw, 1.15rem);
  }

  .storefront-find-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
    line-height: 0.9;
  }

  .storefront-find-hero p,
  .storefront-find-card p,
  .storefront-find-address-copy p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .storefront-find-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .storefront-find-hero-actions a,
  .storefront-find-card a,
  .storefront-find-address-copy a {
    width: 100%;
    min-height: 2.7rem;
    padding: 0.68rem 0.55rem;
    font-size: 0.54rem;
    letter-spacing: 0.09em;
    text-align: center;
  }

  .storefront-find-grid {
    gap: 0.72rem;
  }

  .storefront-find-card,
  .storefront-find-address-card,
  .storefront-find-socials {
    border-inline: 0;
  }

  .storefront-find-card h2,
  .storefront-find-address-copy h2,
  .storefront-find-socials h2 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }

  .storefront-find-address-media {
    min-height: 15rem;
    aspect-ratio: 16 / 9;
  }

  .storefront-find-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-find-social-grid a {
    min-height: 4.8rem;
  }
}

@media (max-width: 360px) {
  .storefront-find-hero-actions {
    grid-template-columns: 1fr;
  }
}

.storefront-find-main,
.storefront-home-reset .storefront-legal-shell,
.storefront-home-reset .storefront-faq-shell {
  width: min(96rem, calc(100vw - 2.2rem));
  max-width: none;
  margin-inline: auto;
}

@media (min-width: 821px) {
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-faq-shell {
    width: min(96rem, calc(100vw - 2.2rem));
  }
}

@media (max-width: 820px) {
  .storefront-find-main,
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-faq-shell {
    width: 100%;
  }
}

.storefront-find-main,
.storefront-legal-main,
.storefront-faq-main {
  width: 100%;
}

.storefront-home-reset .storefront-legal-shell,
.storefront-home-reset .storefront-faq-shell {
  width: 100%;
  max-width: none;
}

@media (min-width: 821px) {
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-faq-shell {
    width: 100%;
  }
}

/* Align storefront content pages with the navbar container. */
.storefront-find-main,
.storefront-legal-main,
.storefront-faq-main {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.storefront-home-reset .storefront-legal-shell,
.storefront-home-reset .storefront-faq-shell {
  width: 100%;
  max-width: none;
}

@media (max-width: 820px) {
  .storefront-browse-reset main.lux-page-width,
  .storefront-cart-reset main.lux-page-width,
  .storefront-wishlist-reset main.lux-page-width,
  .storefront-checkout-reset main.lux-page-width,
  .storefront-address-reset main.lux-page-width,
  .storefront-product-reset main.lux-page-width,
  .storefront-find-reset main.lux-page-width,
  .storefront-faq-page main.lux-page-width,
  .storefront-home-reset main.storefront-legal-main {
    width: 100%;
    max-width: 86rem;
    margin-inline: auto;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box;
  }

  .storefront-browse-reset .storefront-reset-main,
  .storefront-browse-reset .storefront-category-hero,
  .storefront-browse-reset .storefront-browse-intro,
  .storefront-cart-reset .storefront-cart-hero,
  .storefront-cart-reset .storefront-cart-list,
  .storefront-cart-reset .storefront-cart-summary,
  .storefront-wishlist-reset .storefront-cart-hero,
  .storefront-wishlist-reset .storefront-cart-empty,
  .storefront-checkout-reset .storefront-cart-hero,
  .storefront-find-reset .storefront-find-hero,
  .storefront-find-reset .storefront-find-address-card,
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-faq-shell {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Match the informational storefront pages to the Browse mobile canvas. */
@media (max-width: 820px) {
  .storefront-find-reset main.lux-page-width,
  .storefront-faq-page main.lux-page-width,
  .storefront-home-reset main.storefront-legal-main {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: clip;
  }

  .storefront-find-main,
  .storefront-legal-main,
  .storefront-faq-main,
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-faq-shell {
    width: 100%;
    max-width: none;
  }

  .storefront-find-hero-copy,
  .storefront-find-hero-panel,
  .storefront-find-card,
  .storefront-find-address-copy,
  .storefront-find-socials > div:first-child,
  .storefront-home-reset .storefront-legal-shell,
  .storefront-home-reset .storefront-legal-shell .storefront-legal-hero,
  .storefront-home-reset .storefront-faq-shell,
  .storefront-home-reset .storefront-faq-hero,
  .storefront-home-reset .storefront-faq-empty {
    display: block;
  }

  .storefront-find-hero-copy > * + *,
  .storefront-find-hero-panel > * + *,
  .storefront-find-card > * + *,
  .storefront-find-address-copy > * + *,
  .storefront-find-socials > div:first-child > * + *,
  .storefront-home-reset .storefront-legal-hero > * + *,
  .storefront-home-reset .storefront-faq-hero > * + *,
  .storefront-home-reset .storefront-faq-empty > * + * {
    margin-top: 0.78rem;
  }

  .storefront-find-hero-actions {
    display: flex;
  }

  .storefront-find-hero-actions,
  .storefront-find-social-grid {
    margin-top: 1rem;
  }

  .storefront-find-hero-facts,
  .storefront-find-card-meta {
    grid-template-columns: 1fr;
  }

  .storefront-find-address-copy,
  .storefront-find-hero-copy,
  .storefront-find-hero-panel,
  .storefront-home-reset .storefront-legal-shell .storefront-legal-hero,
  .storefront-home-reset .storefront-faq-hero {
    padding-left: clamp(1rem, 4.6vw, 1.35rem);
    padding-right: clamp(1rem, 4.6vw, 1.35rem);
  }
}

/* Final Browse-width alignment for storefront info pages. */
.storefront-find-reset main.storefront-find-main.lux-page-width,
.storefront-faq-page main.storefront-faq-main.lux-page-width,
.storefront-home-reset main.storefront-legal-main.lux-page-width {
  width: 100%;
  max-width: min(96rem, calc(100vw - 2.5rem));
  margin-inline: auto;
  box-sizing: border-box;
}

.storefront-find-reset .storefront-find-hero-copy,
.storefront-find-reset .storefront-find-hero-panel,
.storefront-find-reset .storefront-find-card,
.storefront-find-reset .storefront-find-address-copy,
.storefront-find-reset .storefront-find-socials > div:first-child,
.storefront-faq-page .storefront-faq-hero,
.storefront-faq-page .storefront-faq-empty,
.storefront-home-reset .storefront-legal-hero {
  display: block;
}

.storefront-find-reset .storefront-find-hero-copy > * + *,
.storefront-find-reset .storefront-find-hero-panel > * + *,
.storefront-find-reset .storefront-find-card > * + *,
.storefront-find-reset .storefront-find-address-copy > * + *,
.storefront-find-reset .storefront-find-socials > div:first-child > * + *,
.storefront-faq-page .storefront-faq-hero > * + *,
.storefront-faq-page .storefront-faq-empty > * + *,
.storefront-home-reset .storefront-legal-hero > * + * {
  margin-top: 0.78rem;
}

.storefront-find-reset .storefront-find-hero-actions {
  display: flex;
}

@media (max-width: 820px) {
  .storefront-find-reset main.storefront-find-main.lux-page-width,
  .storefront-faq-page main.storefront-faq-main.lux-page-width,
  .storefront-home-reset main.storefront-legal-main.lux-page-width {
    width: 100%;
    max-width: min(96rem, calc(100vw - 2.5rem));
    margin-inline: auto;
    padding: 0 1rem 1.2rem !important;
    overflow-x: clip;
  }

  .storefront-faq-page .storefront-reset-section,
  .storefront-home-reset .storefront-legal-main .storefront-reset-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .storefront-find-reset .storefront-find-hero,
  .storefront-find-reset .storefront-find-grid,
  .storefront-find-reset .storefront-find-socials,
  .storefront-faq-page .storefront-faq-shell,
  .storefront-home-reset .storefront-legal-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .storefront-find-reset .storefront-find-hero,
  .storefront-find-reset .storefront-find-card,
  .storefront-find-reset .storefront-find-address-card,
  .storefront-find-reset .storefront-find-socials,
  .storefront-faq-page .storefront-faq-hero,
  .storefront-faq-page .storefront-faq-item,
  .storefront-faq-page .storefront-faq-empty,
  .storefront-home-reset .storefront-legal-hero,
  .storefront-home-reset .storefront-legal-card.storefront-legal-rich {
    border-left: 0;
    border-right: 0;
  }

  .storefront-find-reset .storefront-find-hero-copy,
  .storefront-find-reset .storefront-find-hero-panel,
  .storefront-find-reset .storefront-find-card,
  .storefront-find-reset .storefront-find-address-copy,
  .storefront-find-reset .storefront-find-socials,
  .storefront-faq-page .storefront-faq-hero,
  .storefront-faq-page .storefront-faq-item summary,
  .storefront-faq-page .storefront-faq-answer,
  .storefront-faq-page .storefront-faq-empty,
  .storefront-home-reset .storefront-legal-hero,
  .storefront-home-reset .storefront-legal-card.storefront-legal-rich {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Desktop alignment: match Browse page content width for info pages. */
@media (min-width: 821px) {
  .storefront-find-reset main.storefront-find-main.lux-page-width,
  .storefront-faq-page main.storefront-faq-main.lux-page-width,
  .storefront-home-reset main.storefront-legal-main.lux-page-width {
    width: 100%;
    max-width: min(96rem, calc(100vw - 2.5rem));
    margin-inline: auto;
    padding-top: 1rem;
    padding-right: 2.5rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    box-sizing: border-box;
  }

  .storefront-find-reset .storefront-find-hero,
  .storefront-find-reset .storefront-find-grid,
  .storefront-find-reset .storefront-find-socials,
  .storefront-faq-page .storefront-faq-section,
  .storefront-faq-page .storefront-faq-shell,
  .storefront-home-reset .storefront-legal-main .storefront-reset-section,
  .storefront-home-reset .storefront-legal-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .storefront-faq-page .storefront-faq-shell,
  .storefront-home-reset .storefront-legal-shell {
    grid-template-columns: minmax(18rem, 0.44fr) minmax(0, 0.76fr);
  }
}

/* Find Us desktop redesign. */
@media (min-width: 821px) {
  .storefront-find-reset main.storefront-find-main.lux-page-width {
    display: flex;
    width: 100%;
    max-width: min(96rem, calc(100vw - 2.5rem));
    flex-direction: column;
    gap: 1.15rem;
    margin-inline: auto;
    padding: 1rem 1rem 4rem;
    box-sizing: border-box;
  }

  .storefront-find-reset .storefront-find-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(24rem, 0.98fr);
    min-height: clamp(31rem, 58vh, 40rem);
    overflow: hidden;
    border: 1px solid rgba(212, 175, 96, 0.16);
    background:
      linear-gradient(120deg, rgba(12, 10, 8, 0.98) 0%, rgba(12, 10, 8, 0.9) 46%, rgba(12, 10, 8, 0.44) 100%),
      radial-gradient(circle at 18% 20%, rgba(212, 175, 96, 0.18), transparent 28rem),
      #070707;
  }

  .storefront-find-reset .storefront-find-hero-copy {
    display: block;
    align-self: end;
    min-width: 0;
    padding: clamp(2.4rem, 4vw, 4.5rem);
  }

  .storefront-find-reset .storefront-find-hero-copy > * + * {
    margin-top: 1.05rem;
  }

  .storefront-find-reset .storefront-find-hero h1 {
    max-width: 9ch;
    font-size: clamp(5rem, 8vw, 7.8rem);
    line-height: 0.86;
    letter-spacing: -0.065em;
  }

.storefront-find-reset .storefront-find-hero p {
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.72;
}

.storefront-find-reset .storefront-find-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.storefront-find-reset .storefront-find-hero-facts div,
.storefront-find-reset .storefront-find-card-meta div {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.03);
}

.storefront-find-reset .storefront-find-hero-facts span,
.storefront-find-reset .storefront-find-card-meta span,
.storefront-find-reset .storefront-find-hero-note {
  color: rgba(249, 236, 205, 0.68);
  font-size: 0.78rem;
  line-height: 1.6;
}

.storefront-find-reset .storefront-find-hero-facts strong,
.storefront-find-reset .storefront-find-card-meta strong {
  color: #fff6e7;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

.storefront-find-reset .storefront-find-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
    margin-top: 1.35rem;
  }

  .storefront-find-reset .storefront-find-hero-actions a,
  .storefront-find-reset .storefront-find-card a,
  .storefront-find-reset .storefront-find-address-copy a {
    min-width: 11rem;
    min-height: 3.15rem;
    padding: 0.88rem 1.15rem;
  }

  .storefront-find-reset .storefront-find-hero-panel {
    position: relative;
    display: block;
    min-width: 0;
    align-self: stretch;
    border-left: 1px solid rgba(212, 175, 96, 0.14);
    padding: clamp(1.8rem, 3vw, 2.6rem);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.76)),
      linear-gradient(135deg, rgba(212, 175, 96, 0.1), transparent 36%),
      #111;
    background-position: center;
    background-size: cover;
  }

  .storefront-find-reset .storefront-find-hero-panel::before {
    content: "";
    display: block;
    height: clamp(16rem, 31vh, 23rem);
  }

.storefront-find-reset .storefront-find-hero-panel > * + * {
  margin-top: 0.78rem;
}

.storefront-find-reset .storefront-find-hero-quote {
  max-width: 18rem;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
}

.storefront-find-reset .storefront-find-hero-panel strong {
  display: block;
  max-width: 16rem;
}

.storefront-find-reset .storefront-find-hero-panel address {
  color: rgba(249, 236, 205, 0.8);
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.6;
}

.storefront-find-reset .storefront-find-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(19rem, 0.58fr);
  gap: 1.15rem;
  align-items: stretch;
}

.storefront-find-reset .storefront-find-grid > .storefront-find-address-card:only-child {
  grid-column: 1 / -1;
}

.storefront-find-reset .storefront-find-card-stack {
  display: grid;
  gap: 1.15rem;
}

.storefront-find-reset .storefront-find-address-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.85fr);
  min-height: 28rem;
    overflow: hidden;
    padding: 0;
  }

  .storefront-find-reset .storefront-find-address-copy {
    display: block;
    align-self: center;
    min-width: 0;
    padding: clamp(2rem, 3.2vw, 3rem);
  }

  .storefront-find-reset .storefront-find-address-copy > * + * {
    margin-top: 0.95rem;
  }

.storefront-find-reset .storefront-find-address-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 4.1vw, 3.8rem);
  line-height: 0.95;
}

.storefront-find-reset .storefront-find-address-copy address {
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: normal;
}

.storefront-find-reset .storefront-find-address-copy p {
  max-width: 34rem;
  }

  .storefront-find-reset .storefront-find-address-media {
    min-height: 28rem;
    aspect-ratio: auto;
    background-position: center;
  }

  .storefront-find-reset .storefront-find-card-primary {
    display: block;
    min-width: 0;
    padding: clamp(1.6rem, 2.4vw, 2.2rem);
  }

  .storefront-find-reset .storefront-find-card-primary > * + * {
    margin-top: 0.88rem;
  }

  .storefront-find-reset .storefront-find-card-primary h2 {
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 0.98;
  }

.storefront-find-reset .storefront-find-card-primary p {
  max-width: 24rem;
}

.storefront-find-reset .storefront-find-card-primary a {
  margin-top: 1.15rem;
}

.storefront-find-reset .storefront-find-card-list {
  display: grid;
  gap: 0.62rem;
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}

.storefront-find-reset .storefront-find-card-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(249, 236, 205, 0.76);
  line-height: 1.65;
}

.storefront-find-reset .storefront-find-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(212, 175, 96, 0.78);
}

.storefront-find-reset .storefront-find-card-secondary {
  align-content: start;
}

.storefront-find-reset .storefront-find-card-meta {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.45rem;
}

.storefront-find-reset .storefront-find-hero-actions a,
.storefront-find-reset .storefront-find-card a,
.storefront-find-reset .storefront-find-address-copy a {
  cursor: pointer;
}
}

/* Keep Find Us on the shared storefront container. */
@media (min-width: 821px) {
  .storefront-find-reset main.storefront-find-main.lux-page-width {
    width: 100% !important;
    max-width: min(96rem, calc(100vw - 2.5rem)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
  }

.storefront-find-reset .storefront-find-main {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    box-sizing: border-box !important;
  }
}

.storefront-find-reset .storefront-find-hero-image-panel {
  display: block;
  overflow: hidden;
  padding: 0 !important;
  background: #0b0b0a;
}

.storefront-find-reset .storefront-find-hero-image-panel::before {
  display: none !important;
}

.storefront-find-reset .storefront-find-hero-image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(24rem, 54vh, 40rem);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px) {
  .storefront-find-reset main.storefront-find-main.lux-page-width {
    display: grid;
    gap: 0.95rem;
    padding: 0.75rem 0.85rem 2rem !important;
  }

  .storefront-find-reset .storefront-find-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 96, 0.16);
    background:
      radial-gradient(circle at 16% 8%, rgba(212, 175, 96, 0.16), transparent 15rem),
      linear-gradient(180deg, #070707 0%, #0b0907 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  }

  .storefront-find-reset .storefront-find-hero-copy {
    display: grid;
    gap: 0.9rem;
    padding: 1.25rem 1rem 1rem;
  }

  .storefront-find-reset .storefront-find-hero-copy > * + * {
    margin-top: 0;
  }

  .storefront-find-reset .storefront-find-hero h1 {
    max-width: 9ch;
    font-size: clamp(2.75rem, 13vw, 4.2rem);
    line-height: 0.92;
  }

  .storefront-find-reset .storefront-find-hero p {
    max-width: 31rem;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .storefront-find-reset .storefront-find-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.05rem;
  }

  .storefront-find-reset .storefront-find-hero-facts div {
    display: grid;
    align-content: center;
    gap: 0.25rem;
    min-height: 4.2rem;
    padding: 0.72rem 0.62rem;
    border: 1px solid rgba(212, 175, 96, 0.13);
    background: rgba(255, 241, 199, 0.035);
    color: #fff6e7;
  }

  .storefront-find-reset .storefront-find-hero-facts span {
    color: rgba(212, 175, 96, 0.82);
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }

  .storefront-find-reset .storefront-find-hero-facts strong {
    color: #fff6e7;
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .storefront-find-reset .storefront-find-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 0.1rem;
  }

  .storefront-find-reset .storefront-find-hero-actions a,
  .storefront-find-reset .storefront-find-address-copy a {
    width: 100%;
    min-height: 3rem;
    padding: 0.78rem 0.9rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .storefront-find-reset .storefront-find-hero-image-panel {
    order: -1;
    width: 100%;
    min-height: 0;
    max-height: none;
    border-top: 0;
    border-bottom: 1px solid rgba(212, 175, 96, 0.14);
  }

  .storefront-find-reset .storefront-find-hero-image-panel img {
    height: clamp(15.5rem, 58vw, 21rem);
    min-height: 0;
    object-position: center 22%;
  }

  .storefront-find-reset .storefront-find-grid {
    display: grid;
    gap: 0.95rem;
    width: 100%;
  }

  .storefront-find-reset .storefront-find-address-card {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 96, 0.16);
    background:
      radial-gradient(circle at 16% 0%, rgba(212, 175, 96, 0.12), transparent 12rem),
      #080808;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  }

  .storefront-find-reset .storefront-find-address-copy {
    display: grid;
    gap: 0.82rem;
    padding: 1.2rem 1rem 1rem;
    color: rgba(249, 236, 205, 0.78);
  }

  .storefront-find-reset .storefront-find-address-copy > * + * {
    margin-top: 0;
  }

  .storefront-find-reset .storefront-find-address-copy h2 {
    max-width: 12ch;
    color: #fff6e7;
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
    line-height: 0.98;
  }

  .storefront-find-reset .storefront-find-address-copy address {
    color: #fff1bf;
    max-width: 100%;
    min-width: 0;
    padding: 0.85rem;
    border: 1px solid rgba(212, 175, 96, 0.12);
    background: rgba(255, 241, 199, 0.035);
    font-size: 1rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .storefront-find-reset .storefront-find-address-copy p {
    color: rgba(249, 236, 205, 0.72);
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .storefront-find-reset .storefront-find-address-copy .storefront-reset-kicker {
    color: rgba(212, 175, 96, 0.82);
  }

  .storefront-find-reset .storefront-find-address-media {
    min-height: 15.5rem;
    aspect-ratio: 4 / 3;
    border-top: 1px solid rgba(212, 175, 96, 0.12);
  }
}

@media (max-width: 390px) {
  .storefront-find-reset .storefront-find-hero-facts {
    grid-template-columns: 1fr;
  }

  .storefront-find-reset .storefront-find-hero-facts div {
    min-height: 0;
  }
}

.storefront-auth-reset .storefront-auth-main {
  padding-top: 1rem;
}

.storefront-auth-reset .storefront-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(24rem, 0.94fr);
  min-height: clamp(34rem, 62vh, 43rem);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 96, 0.16);
  background:
    linear-gradient(120deg, rgba(8, 7, 6, 0.98) 0%, rgba(9, 8, 7, 0.9) 48%, rgba(9, 8, 7, 0.74) 100%),
    radial-gradient(circle at 15% 18%, rgba(212, 175, 96, 0.18), transparent 28rem),
    #070707;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.storefront-auth-reset .storefront-auth-story {
  display: grid;
  align-content: end;
  gap: 1.08rem;
  min-width: 0;
  padding: clamp(2rem, 4vw, 4.5rem);
}

.storefront-auth-reset .storefront-auth-story h1 {
  max-width: 10ch;
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(4.4rem, 7.6vw, 7.2rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.storefront-auth-reset .storefront-auth-story p {
  max-width: 38rem;
  color: rgba(249, 236, 205, 0.76);
  font-size: 1.02rem;
  line-height: 1.72;
}

.storefront-auth-reset .storefront-auth-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.4rem;
}

.storefront-auth-reset .storefront-auth-points span {
  min-width: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.035);
  color: rgba(249, 236, 205, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.storefront-auth-reset .storefront-auth-card {
  display: grid;
  align-self: center;
  gap: 1.25rem;
  min-width: 0;
  margin: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
  border: 1px solid rgba(212, 175, 96, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(212, 175, 96, 0.12), transparent 15rem),
    rgba(8, 7, 6, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 241, 199, 0.05), 0 18px 42px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(0.8rem);
}

.storefront-auth-reset .storefront-auth-card-head {
  display: grid;
  gap: 0.45rem;
}

.storefront-auth-reset .storefront-auth-card-head h2 {
  color: #fff6e7;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.storefront-auth-reset .storefront-auth-card-head p,
.storefront-auth-reset .storefront-auth-card-footer p,
.storefront-auth-reset .storefront-auth-message p {
  color: rgba(249, 236, 205, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
}

.storefront-auth-reset .storefront-auth-card-body,
.storefront-auth-reset .storefront-auth-form {
  display: grid;
  gap: 1rem;
}

.storefront-auth-reset .storefront-auth-field {
  display: grid;
  gap: 0.48rem;
}

.storefront-auth-reset .storefront-auth-field label,
.storefront-auth-reset .storefront-auth-check,
.storefront-auth-reset .storefront-auth-row a,
.storefront-auth-reset .storefront-auth-card-footer a {
  color: rgba(249, 236, 205, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.storefront-auth-reset .storefront-auth-field input {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.86rem 0.95rem;
  border: 1px solid rgba(212, 175, 96, 0.2);
  border-radius: 0;
  background: rgba(255, 241, 199, 0.045);
  color: #fff6e7;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.storefront-auth-reset .storefront-auth-field input:focus {
  border-color: rgba(255, 241, 199, 0.5);
  background: rgba(255, 241, 199, 0.075);
  box-shadow: 0 0 0 3px rgba(212, 175, 96, 0.12);
}

.storefront-auth-reset .storefront-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.storefront-auth-reset .storefront-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(249, 236, 205, 0.7);
  cursor: pointer;
}

.storefront-auth-reset .storefront-auth-check input {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  accent-color: #d4af60;
  cursor: pointer;
}

.storefront-auth-reset .storefront-auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.15rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(255, 241, 199, 0.94);
  border-radius: 0;
  background: rgba(255, 241, 199, 0.94);
  color: #130f0c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.storefront-auth-reset .storefront-auth-submit:hover,
.storefront-auth-reset .storefront-auth-submit:focus-visible {
  background: #fff4d0;
  border-color: #fff4d0;
  transform: translateY(-1px);
}

.storefront-auth-reset .storefront-auth-row a,
.storefront-auth-reset .storefront-auth-card-footer a {
  color: #fff1bf;
  text-decoration: none;
  cursor: pointer;
}

.storefront-auth-reset .storefront-auth-row a:hover,
.storefront-auth-reset .storefront-auth-card-footer a:hover {
  color: #fff6e7;
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.storefront-auth-reset .storefront-auth-card-footer {
  padding-top: 0.25rem;
  border-top: 1px solid rgba(212, 175, 96, 0.12);
  background: transparent;
  text-align: center;
}

.storefront-auth-reset .storefront-auth-message {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(212, 175, 96, 0.14);
  background: rgba(255, 241, 199, 0.035);
  text-align: center;
}

.storefront-auth-reset .storefront-auth-message-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(212, 175, 96, 0.2);
  color: #fff1bf;
  font-size: 1.35rem;
}

@media (max-width: 900px) {
  .storefront-auth-reset .storefront-auth-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-auth-reset .storefront-auth-story {
    align-content: start;
    padding: 1.4rem 1rem 0;
  }

  .storefront-auth-reset .storefront-auth-story h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 12vw, 4.5rem);
    line-height: 0.92;
  }

  .storefront-auth-reset .storefront-auth-story p {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .storefront-auth-reset .storefront-auth-card {
    margin: 1rem;
  }
}

@media (max-width: 640px) {
  .storefront-auth-reset .storefront-auth-main {
    padding: 0.75rem 0.85rem 2rem !important;
  }

  .storefront-auth-reset .storefront-auth-shell {
    width: 100%;
  }

  .storefront-auth-reset .storefront-auth-points {
    display: none;
  }

  .storefront-auth-reset .storefront-auth-card {
    gap: 1rem;
    margin: 0.85rem;
    padding: 1rem;
  }

  .storefront-auth-reset .storefront-auth-card-head h2 {
    font-size: 1.85rem;
  }

  .storefront-auth-reset .storefront-auth-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .storefront-auth-reset .storefront-auth-field label,
  .storefront-auth-reset .storefront-auth-check,
  .storefront-auth-reset .storefront-auth-row a,
  .storefront-auth-reset .storefront-auth-card-footer a,
  .storefront-auth-reset .storefront-auth-submit {
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }
}

/* Shared mobile page canvas. Navbar and footer keep their own containers. */
@media (max-width: 820px) {
  body.lux-home .lux-shell > main.lux-page-width,
  body.lux-home .lux-shell > main.storefront-reset-main,
  body.lux-home .lux-shell > main.storefront-find-main,
  body.lux-home .lux-shell > main.storefront-product-main {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    overflow-x: clip;
  }

  body.lux-home .lux-shell > main .storefront-reset-frame,
  body.lux-home .lux-shell > main .storefront-category-shell,
  body.lux-home .lux-shell > main .storefront-cart-shell,
  body.lux-home .lux-shell > main .storefront-product-shell,
  body.lux-home .lux-shell > main .storefront-find-grid,
  body.lux-home .lux-shell > main .storefront-faq-shell,
  body.lux-home .lux-shell > main .storefront-legal-shell {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Final mobile Find Us address layout. */
@media (max-width: 820px) {
  .storefront-find-reset .storefront-find-address-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .storefront-find-reset .storefront-find-address-copy {
    display: grid !important;
    gap: 0.85rem;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 1rem !important;
  }

  .storefront-find-reset .storefront-find-address-copy h2,
  .storefront-find-reset .storefront-find-address-copy address,
  .storefront-find-reset .storefront-find-address-copy p {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .storefront-find-reset .storefront-find-address-copy h2 {
    font-size: 1.9rem !important;
    line-height: 1.02 !important;
  }

  .storefront-find-reset .storefront-find-address-copy address {
    display: block;
    padding: 0.85rem !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }

  .storefront-find-reset .storefront-find-address-media {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 16rem !important;
    aspect-ratio: 4 / 3 !important;
  }
}

/* Mobile order summary blocks. */
@media (max-width: 820px) {
  .storefront-orders-page .storefront-order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.62rem;
  }

  .storefront-orders-page .storefront-order-summary div {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    min-height: 0;
    padding: 0.85rem 0.9rem;
  }

  .storefront-orders-page .storefront-order-summary strong,
  .storefront-orders-page .storefront-order-summary .storefront-order-status,
  .storefront-orders-page .storefront-order-summary .storefront-order-tracking-trigger {
    justify-self: start;
    max-width: 100%;
    min-width: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .storefront-orders-page .storefront-order-summary .storefront-order-tracking-trigger {
    width: fit-content;
    max-width: 100%;
  }

  .storefront-orders-page .storefront-order-card-foot {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Mobile header announcement alignment. */
@media (max-width: 820px) {
  .storefront-rm-header-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 0.58rem;
    justify-content: stretch;
    align-items: center;
    overflow: visible;
  }

  .storefront-rm-header-strip::before {
    content: "";
    grid-column: 2;
    grid-row: 1;
    width: 0.48rem;
    height: 1px;
    background: rgba(212, 175, 96, 0.34);
  }

  .storefront-rm-header-strip span {
    grid-row: 1;
    min-width: 0;
    white-space: nowrap;
  }

  .storefront-rm-header-strip span:first-child {
    grid-column: 1;
    justify-self: end;
    text-align: right;
  }

  .storefront-rm-header-strip span + span {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }

  .storefront-rm-header-strip span + span::before {
    content: none;
  }
}
