:root {
  --lv-bg-main: #080706;
  --lv-bg-deep: #0e0b08;
  --lv-bg-panel: #15110d;
  --lv-bg-card: #1b140e;
  --lv-bg-green: #10231b;
  --lv-bg-green-deep: #07140f;
  --lv-bg-blue: #0b1620;
  --lv-text-main: #f5efe6;
  --lv-text-muted: #c8b8a2;
  --lv-text-soft: #a99982;
  --lv-gold: #c09246;
  --lv-gold-soft: #a8753a;
  --lv-bronze: #7a4e25;
  --lv-cinnabar: #a5422b;
  --lv-turquoise: #2f8c83;
  --lv-border-gold: rgba(192, 146, 70, 0.45);
  --lv-border-soft: rgba(245, 239, 230, 0.12);
  --lv-shadow-gold: 0 0 40px rgba(192, 146, 70, 0.18);
  --lv-shadow-deep: 0 20px 60px rgba(0, 0, 0, 0.45);
  --lv-container: min(100% - 48px, 1440px);
  --lv-front-ivory: var(--lv-text-main);
  --lv-front-warm: var(--lv-text-muted);
  --lv-front-gold: var(--lv-gold);
  --lv-front-brown: var(--lv-bg-card);
  --lv-front-beige: var(--lv-border-soft);
  --lv-front-charcoal: var(--lv-text-main);
  --lv-ink: var(--lv-text-main);
  --lv-muted: var(--lv-text-muted);
  --lv-line: var(--lv-border-soft);
  --lv-paper: var(--lv-bg-main);
  --lv-soft: var(--lv-bg-panel);
  --lv-blush: var(--lv-cinnabar);
  --lv-white: var(--lv-text-main);
}

html,
body {
  width: auto;
  max-width: none;
  overflow-x: clip;
  background: var(--lv-bg-main);
  color: var(--lv-text-main);
}

body,
.site,
.page,
.site-main,
.content-area,
.hentry,
.entry-content,
.woocommerce,
.woocommerce-page {
  background: var(--lv-bg-main);
  color: var(--lv-text-main);
}

.lv-container,
.lv-front-header-inner,
.lv-hero-content,
.luna-section,
.lv-collection-shell,
.luna-footer-grid,
.lv-story {
  width: var(--lv-container);
  max-width: 1440px;
  margin-inline: auto;
}

.luna-rebuild,
.lv-collection-page,
.lv-product-detail-sections,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main,
body:not(.home) .site-main {
  background:
    radial-gradient(circle at 12% 0, rgba(192, 146, 70, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(16, 35, 27, 0.72), transparent 32%),
    linear-gradient(180deg, var(--lv-bg-main), var(--lv-bg-deep));
  color: var(--lv-text-main);
}

body.home .entry-content > .luna-home,
body.home .luna-home {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.home main.wp-block-group,
body.home .entry-content,
body.home .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home main.wp-block-group > .wp-block-group,
body.home .wp-block-group.alignfull {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home .wp-block-post-title {
  display: none !important;
}

body .wp-site-blocks > header.wp-block-template-part,
body.home .wp-site-blocks > footer.wp-block-template-part {
  display: none;
}

.lv-global-front-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

body.home .lv-global-front-header {
  position: absolute;
  inset: 0 0 auto;
}

body.admin-bar.home .lv-global-front-header {
  top: 32px;
}

.lv-top-bars,
.lv-front-footer,
.site-footer,
footer.wp-block-template-part {
  background: #050403;
  color: var(--lv-text-muted);
}

footer.wp-block-template-part a,
footer.wp-block-template-part h2,
footer.wp-block-template-part h3,
footer.wp-block-template-part h4 {
  color: var(--lv-text-main);
}

.lv-front-header {
  border-bottom-color: var(--lv-border-soft);
  background: rgba(8, 7, 6, 0.92);
  color: var(--lv-text-main);
  backdrop-filter: blur(18px);
}

body.home .lv-front-header {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.74), rgba(8, 7, 6, 0.18));
}

.lv-global-front-header.is-scrolled .lv-front-header,
body.home .lv-global-front-header.is-scrolled .lv-front-header {
  background: rgba(8, 7, 6, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.lv-global-front-header.is-scrolled {
  position: sticky;
  top: 0;
}

.lv-top-bars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(192, 146, 70, 0.18);
}

.lv-top-bars div {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(245, 239, 230, 0.08);
  color: var(--lv-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.lv-front-logo,
.lv-primary-nav a,
.lv-header-icons a,
.luna-rebuild > .lv-front-header .lv-front-logo,
.luna-rebuild > .lv-front-header .lv-primary-nav a,
.luna-rebuild > .lv-front-header .lv-header-icons a {
  color: var(--lv-text-main);
}

.lv-mega-menu,
.lv-filter-sidebar,
.lv-collection-toolbar,
.lv-recently-viewed,
.luna-product-card,
li.luna-product-card,
.lv-product-symbol-cards div,
.lv-product-info-grid article,
.lv-custom-request-form,
.lv-custom-fields,
.lv-paypal-quick-pay,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-color: var(--lv-border-soft);
  background: var(--lv-bg-panel);
  color: var(--lv-text-main);
  box-shadow: var(--lv-shadow-deep);
}

.lv-mega-menu {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  min-width: min(920px, calc(100vw - 48px));
  border-color: rgba(192, 146, 70, 0.28);
  background:
    radial-gradient(circle at 86% 16%, rgba(47, 140, 131, 0.14), transparent 24%),
    linear-gradient(145deg, #100c09, #07140f 68%, #050403);
}

.lv-mega-menu h3 {
  color: var(--lv-gold);
}

.lv-mega-menu a {
  color: rgba(245, 239, 230, 0.82);
}

.lv-mega-menu a:hover {
  color: var(--lv-text-main);
}

.lv-mega-menu {
  display: none;
}

.lv-nav-has-mega:hover .lv-mega-menu,
.lv-nav-has-mega:focus-within .lv-mega-menu {
  display: grid;
}

.lv-brand-values,
.lv-new-drops,
.lv-story,
.luna-subscribe,
.lv-gift-inquiry {
  background:
    radial-gradient(circle at 82% 18%, rgba(192, 146, 70, 0.16), transparent 28%),
    linear-gradient(135deg, var(--lv-bg-green-deep), var(--lv-bg-deep) 54%, #050403);
  color: var(--lv-text-main);
}

.lv-intention-section,
.lv-material-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(165, 66, 43, 0.13), transparent 24%),
    linear-gradient(135deg, var(--lv-bg-deep), var(--lv-bg-green));
  color: var(--lv-text-main);
}

.lv-featured-series {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding: 58px 0 72px;
  background: #262624;
  color: var(--lv-text-main);
  overflow: hidden;
}

.lv-featured-series-inner {
  width: var(--lv-container);
  max-width: 1440px;
  margin-inline: auto;
}

.lv-featured-series h2 {
  margin: 0 0 28px;
  color: var(--lv-text-main);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  text-align: center;
}

.lv-series-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  margin: 0 auto 34px;
  border-bottom: 1px solid rgba(245, 239, 230, 0.38);
}

.lv-series-tab {
  position: relative;
  appearance: none;
  min-height: 46px;
  padding: 0 10px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(245, 239, 230, 0.62);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.2;
  cursor: pointer;
}

.lv-series-tab.is-active {
  color: var(--lv-text-main);
}

.lv-series-tab.is-active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--lv-text-main);
}

.lv-series-tab.is-active:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid var(--lv-text-main);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transform: translateX(-50%);
}

.lv-series-panel {
  display: none;
}

.lv-series-panel.is-active {
  display: block;
}

.lv-series-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 32px;
  align-items: stretch;
}

.lv-series-feature-card,
.lv-series-compact-card,
.lv-series-tile-card {
  color: var(--lv-text-main);
  text-decoration: none;
}

.lv-series-feature-card {
  position: relative;
  display: block;
  min-height: 450px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--lv-bg-deep);
}

.lv-series-feature-card:after,
.lv-series-tile-card:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 7, 6, 0.78));
  pointer-events: none;
}

.lv-series-feature-media,
.lv-series-tile-media,
.lv-series-compact-media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  background:
    radial-gradient(circle at 34% 24%, rgba(245, 239, 230, 0.23), transparent 14%),
    radial-gradient(circle at 58% 58%, rgba(192, 146, 70, 0.32), transparent 26%),
    linear-gradient(135deg, #07140f, #20170f 72%);
}

.lv-series-compact-media {
  min-height: 0;
}

.lv-series-feature-card strong,
.lv-series-story {
  position: absolute;
  z-index: 1;
}

.lv-series-feature-card strong {
  right: 28px;
  bottom: 24px;
  left: 28px;
  max-width: calc(100% - 170px);
  font-size: 20px;
  line-height: 1.25;
}

.lv-series-story {
  right: 24px;
  bottom: 26px;
  color: rgba(245, 239, 230, 0.86);
  font-size: 15px;
}

.lv-series-side-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.lv-series-compact-card {
  display: grid;
  grid-template-columns: minmax(180px, 48%) 1fr;
  gap: 22px;
  min-height: 210px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(245, 239, 230, 0.28);
}

.lv-series-compact-card + .lv-series-compact-card {
  padding-top: 18px;
}

.lv-series-compact-card span {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-self: start;
}

.lv-series-compact-card strong,
.lv-series-tile-card strong {
  color: rgba(245, 239, 230, 0.88);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.lv-series-compact-card em,
.lv-series-tile-card em {
  color: var(--lv-text-main);
  font-style: normal;
}

.lv-series-bottom-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  padding: 30px 20px 22px;
  border-radius: 8px;
  background: rgba(8, 7, 6, 0.2);
}

.lv-series-tile-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.lv-series-tile-media {
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
}

.lv-series-tile-card strong,
.lv-series-tile-card em {
  position: relative;
  z-index: 1;
}

.lv-series-tile-card strong {
  min-height: 2.8em;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.lv-series-tile-card em {
  font-size: 13px;
}

.lv-series-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.lv-series-cta a {
  display: inline-flex;
  min-width: 150px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  background: var(--lv-gold);
  color: #080706;
  font-weight: 700;
  text-decoration: none;
}

.lv-story {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
  padding: 86px max(24px, calc((100vw - 1440px) / 2));
  overflow: hidden;
}

.lv-story > * {
  min-width: 0;
}

.lv-story > p {
  max-width: 720px;
  justify-self: end;
  overflow-wrap: anywhere;
  word-break: normal;
}

.lv-series-story-block {
  display: grid;
  max-width: 920px;
  gap: 8px;
  margin: 0 auto 28px;
  text-align: center;
}

.lv-series-story-block p:last-child {
  margin: 0;
  color: var(--lv-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lv-hands-section,
.lv-voices-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(165, 66, 43, 0.13), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(47, 140, 131, 0.12), transparent 25%),
    linear-gradient(145deg, var(--lv-bg-deep), var(--lv-bg-blue));
}

.lv-voices-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lv-voices-grid article {
  padding: 18px;
  border: 1px solid rgba(192, 146, 70, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 76% 18%, rgba(192, 146, 70, 0.16), transparent 28%),
    rgba(10, 8, 7, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.lv-voice-art {
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 45% 35%, rgba(245, 239, 230, 0.2), transparent 14%),
    radial-gradient(circle at 62% 62%, rgba(192, 146, 70, 0.26), transparent 24%),
    linear-gradient(135deg, #050403, #0e2119 54%, #7a4e25);
}

.lv-voices-grid h3 {
  margin: 0 0 10px;
  color: var(--lv-text-main);
  font-size: 20px;
}

.lv-voices-grid p {
  color: var(--lv-text-muted);
  line-height: 1.65;
}

.lv-hands-section {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding: 88px 0;
}

.lv-hands-inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.lv-hands-inner > h2 {
  max-width: 980px;
  margin: 0 0 28px;
  color: var(--lv-text-main);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.lv-hands-stage {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(245, 239, 230, 0.22);
  background: rgba(8, 7, 6, 0.32);
  overflow: hidden;
}

.lv-hand-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.1fr) 180px;
  gap: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
  transition: opacity 520ms ease, transform 720ms ease;
}

.lv-hand-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.lv-hand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
  background: rgba(22, 22, 21, 0.94);
}

.lv-hand-copy h3 {
  margin: 0 0 20px;
  color: var(--lv-text-main);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
}

.lv-hand-copy p:not(.luna-kicker),
.lv-hand-copy blockquote {
  color: var(--lv-text-muted);
  font-size: 17px;
  line-height: 1.8;
}

.lv-hand-copy blockquote {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--lv-gold);
  font-style: normal;
}

.lv-hand-cinematic {
  min-height: 560px;
  background:
    radial-gradient(circle at 45% 30%, rgba(245, 239, 230, 0.18), transparent 12%),
    radial-gradient(circle at 58% 58%, rgba(192, 146, 70, 0.28), transparent 24%),
    linear-gradient(135deg, #050403, #0e2119 52%, #7a4e25);
}

.lv-hand-cinematic-2 {
  background:
    radial-gradient(circle at 38% 36%, rgba(165, 66, 43, 0.36), transparent 18%),
    radial-gradient(circle at 66% 58%, rgba(192, 146, 70, 0.22), transparent 24%),
    linear-gradient(135deg, #0d0a08, #1b130d 46%, #0e2119);
}

.lv-hand-cinematic-3 {
  background:
    radial-gradient(circle at 58% 42%, rgba(192, 146, 70, 0.32), transparent 18%),
    linear-gradient(145deg, #050403, #7a4e25 50%, #0b1620);
}

.lv-hand-cinematic-4 {
  background:
    radial-gradient(circle at 48% 36%, rgba(47, 140, 131, 0.26), transparent 18%),
    radial-gradient(circle at 70% 70%, rgba(192, 146, 70, 0.18), transparent 24%),
    linear-gradient(135deg, #07140f, #0b1620 58%, #15100c);
}

.lv-hand-products {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 0 0 0 24px;
}

.lv-hand-products a {
  display: grid;
  gap: 8px;
  color: var(--lv-text-main);
  text-decoration: none;
}

.lv-hand-product-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(245, 239, 230, 0.18);
  background:
    radial-gradient(circle at 50% 40%, rgba(245, 239, 230, 0.18), transparent 16%),
    linear-gradient(135deg, #050403, #10231b 60%, #7a4e25);
}

.lv-hand-products span {
  color: rgba(245, 239, 230, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.lv-hand-products em {
  color: var(--lv-text-main);
  font-size: 12px;
  font-style: normal;
}

.lv-hand-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 239, 230, 0.28);
}

.lv-hand-nav button {
  position: relative;
  min-height: 86px;
  padding: 16px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(245, 239, 230, 0.62);
  text-align: center;
  cursor: pointer;
}

.lv-hand-nav button:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--lv-text-main);
  transition: width 320ms ease;
}

.lv-hand-nav button.is-active:before {
  width: 100%;
}

.lv-hand-nav strong,
.lv-hand-nav span {
  display: block;
}

.lv-hand-nav strong {
  color: var(--lv-text-main);
  font-size: 15px;
}

.lv-hand-nav span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
}

.lv-mountain-section {
  display: grid;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
  padding: 92px max(24px, calc((100vw - 1440px) / 2));
  background:
    radial-gradient(circle at 78% 22%, rgba(47, 140, 131, 0.16), transparent 30%),
    linear-gradient(135deg, #050403, #0b1620 48%, #0e2119);
}

.lv-mountain-copy h2 {
  margin: 0 0 18px;
  color: var(--lv-text-main);
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.95;
}

.lv-mountain-copy p:last-child {
  color: var(--lv-text-muted);
  font-size: 19px;
  line-height: 1.8;
}

.lv-mountain-video {
  min-height: 420px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(192, 146, 70, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 40% 40%, rgba(245, 239, 230, 0.14), transparent 14%),
    linear-gradient(145deg, rgba(8, 7, 6, 0.32), rgba(8, 7, 6, 0.9)),
    linear-gradient(135deg, #10231b, #0b1620 58%, #7a4e25);
  color: rgba(245, 239, 230, 0.72);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lv-single-product-page {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  background: #252525;
  color: var(--lv-text-main);
}

.lv-single-breadcrumb {
  width: var(--lv-container);
  max-width: 1600px;
  margin-inline: auto;
  padding: 22px 0 18px;
  color: rgba(245, 239, 230, 0.72);
  font-size: 14px;
}

.lv-single-breadcrumb a {
  color: rgba(245, 239, 230, 0.86);
  text-decoration: none;
}

.lv-single-breadcrumb span {
  margin-inline: 8px;
}

.lv-single-product-layout {
  display: grid;
  width: var(--lv-container);
  max-width: 1600px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.22fr) minmax(420px, 0.95fr);
  gap: 38px;
  align-items: start;
}

.lv-single-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  position: sticky;
  top: 0;
}

.lv-single-gallery-item {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: var(--lv-bg-deep);
}

.lv-single-gallery-image,
.lv-single-gallery-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 360ms ease;
}

.lv-single-gallery-item:hover .lv-single-gallery-image,
.lv-single-gallery-item:hover .lv-single-gallery-placeholder {
  transform: scale(1.035);
}

.lv-single-gallery-placeholder {
  background:
    radial-gradient(circle at 42% 32%, rgba(245, 239, 230, 0.24), transparent 13%),
    radial-gradient(circle at 62% 64%, rgba(192, 146, 70, 0.34), transparent 24%),
    linear-gradient(135deg, #08140f, #1b120c 58%, #9b642b);
}

.lv-single-gallery-placeholder-2 {
  background:
    radial-gradient(circle at 55% 34%, rgba(245, 239, 230, 0.2), transparent 16%),
    linear-gradient(145deg, #15110d, #6f4825 52%, #07140f);
}

.lv-single-gallery-placeholder-3 {
  background:
    radial-gradient(circle at 36% 58%, rgba(245, 239, 230, 0.18), transparent 16%),
    linear-gradient(145deg, #381c13, #a5422b 50%, #120b08);
}

.lv-single-gallery-placeholder-4 {
  background:
    radial-gradient(circle at 64% 36%, rgba(245, 239, 230, 0.18), transparent 15%),
    linear-gradient(145deg, #07140f, #0b2443 58%, #c09246);
}

.lv-single-summary {
  min-height: 100%;
  padding-bottom: 56px;
}

.lv-single-summary-inner {
  position: sticky;
  top: 24px;
  padding: 4px 0 40px;
}

.lv-single-summary .product_title {
  margin: 0 0 18px;
  color: var(--lv-text-main);
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 1.12;
}

.lv-single-summary .price {
  margin: 0 0 14px;
  color: var(--lv-gold);
  font-size: 24px;
  font-weight: 800;
}

.lv-paypal-note {
  margin: 8px 0 18px;
  color: rgba(245, 239, 230, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.lv-single-short-description {
  margin-bottom: 18px;
  color: var(--lv-text-muted);
  line-height: 1.7;
}

.lv-single-summary .lv-product-symbol-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 24px;
}

.lv-single-summary .lv-product-symbol-cards div {
  border-color: rgba(192, 146, 70, 0.28);
  background:
    radial-gradient(circle at 80% 20%, rgba(192, 146, 70, 0.14), transparent 26%),
    rgba(16, 14, 12, 0.9);
}

.lv-single-summary .lv-product-symbol-cards span {
  color: var(--lv-gold);
}

.lv-single-summary .lv-product-symbol-cards strong {
  color: var(--lv-text-main);
}

.lv-single-cart-panel {
  margin: 20px 0 22px;
}

.lv-single-cart-panel form.cart {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
}

.lv-single-cart-panel form.variations_form {
  display: block;
}

.lv-single-cart-panel .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
}

.lv-single-cart-panel form.cart .quantity {
  width: 100%;
}

.lv-single-cart-panel form.cart .qty {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--lv-border-gold);
  background: transparent;
  color: var(--lv-text-main);
  text-align: center;
}

.lv-single-cart-panel form.cart .button,
.lv-single-cart-panel .single_add_to_cart_button {
  width: 100%;
  min-height: 48px;
  border-radius: 0;
  background: transparent;
  color: var(--lv-gold);
  border: 1px solid var(--lv-border-gold);
}

.lv-single-cart-panel .lv-buy-now {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid var(--lv-gold);
  border-radius: 0;
  background: var(--lv-gold);
  color: #080706;
  font-weight: 800;
  text-decoration: none;
}

.lv-single-cart-panel .variations,
.lv-single-cart-panel .variations tbody,
.lv-single-cart-panel .variations tr,
.lv-single-cart-panel .variations th,
.lv-single-cart-panel .variations td {
  display: block;
  width: 100%;
}

.lv-single-cart-panel .variations select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(245, 239, 230, 0.2);
  background: #15110d;
  color: var(--lv-text-main);
}

.lv-paypal-quick-pay {
  margin-top: 16px;
}

.lv-single-promise-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 10px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(245, 239, 230, 0.3);
  color: rgba(245, 239, 230, 0.82);
  font-size: 14px;
}

.lv-single-promise-row span:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border: 1px solid var(--lv-gold);
  transform: rotate(45deg);
}

.lv-single-accordion {
  border-bottom: 1px solid rgba(245, 239, 230, 0.3);
}

.lv-single-accordion details {
  border-top: 1px solid rgba(245, 239, 230, 0.3);
}

.lv-single-accordion summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  color: var(--lv-text-main);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.lv-single-accordion summary::-webkit-details-marker {
  display: none;
}

.lv-single-accordion summary:after {
  content: "+";
  color: rgba(245, 239, 230, 0.76);
}

.lv-single-accordion details[open] summary:after {
  content: "-";
}

.lv-single-accordion p,
.lv-single-accordion li {
  color: var(--lv-text-muted);
  line-height: 1.7;
}

.lv-single-accordion ul {
  display: grid;
  gap: 7px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.lv-single-lower {
  width: var(--lv-container);
  max-width: 1600px;
  margin-inline: auto;
  padding: 36px 0 80px;
}

.lv-single-lower .lv-related-lite {
  margin-top: 36px;
}

.lv-single-lower .lv-related-lite h2 {
  color: var(--lv-text-main);
  font-size: clamp(28px, 3vw, 42px);
}

.lv-value-grid article,
.luna-category,
.lv-material-grid article {
  background:
    radial-gradient(circle at 72% 20%, rgba(192, 146, 70, 0.18), transparent 30%),
    linear-gradient(145deg, var(--lv-bg-card), var(--lv-bg-green-deep));
  color: var(--lv-text-main);
}

.lv-material-grid article,
.lv-filter-sidebar,
.lv-collection-toolbar,
.lv-recently-viewed {
  background: var(--lv-bg-panel);
}

.lv-hero-carousel {
  width: 100vw;
  min-height: 85vh;
  background: var(--lv-bg-main);
}

.lv-hero-slide {
  background-image:
    var(--lv-slide-bg),
    radial-gradient(circle at 72% 30%, rgba(192, 146, 70, 0.22), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(165, 66, 43, 0.14), transparent 22%),
    linear-gradient(135deg, #050403 0%, var(--lv-bg-green-deep) 48%, var(--lv-bg-card) 100%);
}

.lv-hero-slide:before {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, var(--lv-slide-overlay, 0.7)) 0%, rgba(8, 7, 6, 0.52) 46%, rgba(8, 7, 6, 0.2) 100%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.28) 0%, rgba(8, 7, 6, 0.08) 42%, rgba(8, 7, 6, 0.82) 100%),
    radial-gradient(circle at 72% 38%, transparent 0 14%, rgba(8, 7, 6, 0.58) 60%, rgba(8, 7, 6, 0.9) 100%);
}

.lv-hero-copy {
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.72);
}

.lv-hero-copy h1 {
  letter-spacing: 0;
  line-height: 0.95;
}

.lv-hero-copy .luna-kicker {
  color: var(--lv-gold);
  text-shadow: 0 0 30px rgba(192, 146, 70, 0.28);
}

.lv-hero-promo {
  border: 1px solid rgba(192, 146, 70, 0.32);
  background:
    radial-gradient(circle at 22% 20%, rgba(192, 146, 70, 0.22), transparent 30%),
    rgba(14, 11, 8, 0.72);
  box-shadow: var(--lv-shadow-deep), var(--lv-shadow-gold);
  backdrop-filter: blur(18px);
}

.lv-hero-copy h1,
.luna-section-head h2,
.lv-story h2,
.luna-subscribe h2,
.lv-product-info-grid h2,
.lv-gift-inquiry h2,
.woocommerce div.product .product_title,
.woocommerce-products-header__title,
.lv-collection-head h1 {
  color: var(--lv-text-main);
}

.lv-hero-copy > p:not(.luna-kicker),
.luna-section-subtitle,
.lv-story p,
.lv-value-grid p,
.luna-category span,
.lv-material-grid p,
.lv-product-info-grid p,
.lv-gift-inquiry p,
.lv-paypal-quick-pay p,
.woocommerce-product-details__short-description,
.lv-product-notes,
.lv-filter-note,
.lv-sort-form,
.lv-breadcrumb,
.lv-collection-head p {
  color: var(--lv-text-muted);
}

.luna-kicker,
.lv-mega-menu h3,
.luna-product-badge,
.lv-product-symbol-cards span,
.woocommerce span.onsale {
  color: var(--lv-gold);
}

.luna-btn,
.luna-card-button,
.lv-buy-now,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  border-color: var(--lv-gold);
  background: var(--lv-gold);
  color: #080706;
}

.luna-btn.secondary,
.lv-quick-view {
  border-color: var(--lv-border-gold);
  background: transparent;
  color: var(--lv-gold);
}

.luna-product-title a,
.woocommerce-loop-product__title,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.luna-price,
.lv-product-symbol-cards strong,
.lv-filter-group-title,
.lv-breadcrumb a,
.lv-collection-head h1,
.site-branding .site-title a,
.main-navigation ul li a,
.site-footer a {
  color: var(--lv-text-main);
}

.luna-product-badge {
  border: 1px solid rgba(192, 146, 70, 0.26);
  background: rgba(16, 35, 27, 0.86);
  color: var(--lv-gold);
}

.luna-product-card,
li.luna-product-card,
.woocommerce ul.products li.product,
.wc-block-product-template .wc-block-product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(192, 146, 70, 0.35);
  border-radius: 8px;
  background: var(--lv-bg-card);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.luna-product-card:hover,
li.luna-product-card:hover,
.woocommerce ul.products li.product:hover,
.wc-block-product-template .wc-block-product:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 146, 70, 0.62);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), 0 0 34px rgba(192, 146, 70, 0.16);
}

.luna-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.luna-product-title,
.woocommerce-loop-product__title,
.wc-block-product-template .wp-block-post-title {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25;
}

.luna-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lv-gold);
  font-weight: 800;
}

.woocommerce span.onsale,
.luna-product-card .onsale,
.wc-block-components-product-sale-badge {
  background: var(--lv-cinnabar);
  border-color: var(--lv-cinnabar);
  color: var(--lv-text-main);
}

.lv-card-actions {
  margin-top: auto;
}

.lv-card-actions a,
.woocommerce ul.products li.product .button,
.wc-block-components-product-button__button {
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.wc-block-product-template .wc-block-product {
  padding: 0 0 18px;
}

.wc-block-components-product-image {
  overflow: hidden;
  border-bottom: 1px solid rgba(192, 146, 70, 0.16);
  background:
    radial-gradient(circle at 52% 28%, rgba(245, 239, 230, 0.12), transparent 16%),
    radial-gradient(circle at 68% 48%, rgba(192, 146, 70, 0.22), transparent 22%),
    linear-gradient(145deg, #050403, var(--lv-bg-green) 56%, var(--lv-bronze));
}

.wc-block-components-product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wc-block-product-template .wp-block-post-title,
.wc-block-product-template .luna-product-badges,
.wc-block-product-template .wp-block-woocommerce-product-price,
.wc-block-product-template .wp-block-button {
  padding-inline: 16px;
}

.luna-product-art {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 52% 28%, rgba(245, 239, 230, 0.16), transparent 16%),
    radial-gradient(circle at 68% 48%, rgba(192, 146, 70, 0.24), transparent 22%),
    linear-gradient(145deg, #050403, var(--lv-bg-green) 56%, var(--lv-bronze));
}

.luna-product-art img,
.luna-product-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lv-material-crystal .lv-material-art {
  background: linear-gradient(135deg, #d6d0c4, #5d7669 48%, #11100e);
}

input,
select,
textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-color: var(--lv-border-soft);
  background: #0d0a08;
  color: var(--lv-text-main);
}

input::placeholder,
textarea::placeholder {
  color: var(--lv-text-soft);
}

.lv-front-footer a,
.luna-footer a {
  color: var(--lv-text-muted);
}

.lv-front-footer h3,
.lv-front-footer h4,
.luna-footer h3,
.luna-footer h4 {
  color: var(--lv-text-main);
}

.lv-front-footer,
footer.wp-block-template-part {
  border-top: 1px solid rgba(192, 146, 70, 0.24);
}

.luna-footer-grid {
  gap: 26px;
}

.lv-collection-page,
.lv-shop-archive {
  background:
    radial-gradient(circle at 84% 0, rgba(192, 146, 70, 0.12), transparent 26%),
    linear-gradient(180deg, var(--lv-bg-main), var(--lv-bg-deep));
}

.lv-collection-toolbar,
.lv-filter-sidebar,
.lv-recently-viewed {
  border: 1px solid rgba(192, 146, 70, 0.22);
}

.lv-policy-page {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: 84px 0 96px;
  color: var(--lv-text-main);
}

.lv-policy-hero {
  margin-bottom: 28px;
  padding: 34px;
  border: 1px solid rgba(192, 146, 70, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 20%, rgba(192, 146, 70, 0.16), transparent 32%),
    linear-gradient(135deg, var(--lv-bg-green-deep), var(--lv-bg-deep));
  box-shadow: var(--lv-shadow-deep);
}

.lv-policy-hero h1 {
  margin: 0;
  color: var(--lv-text-main);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.lv-policy-hero p:not(.luna-kicker) {
  max-width: 680px;
  color: var(--lv-text-muted);
}

.lv-policy-card {
  display: grid;
  gap: 18px;
}

.lv-policy-card section {
  padding: 26px;
  border: 1px solid var(--lv-border-soft);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(192, 146, 70, 0.08), transparent 28%),
    var(--lv-bg-panel);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.lv-policy-card h2 {
  margin: 0 0 12px;
  color: var(--lv-gold);
  font-size: clamp(21px, 2.5vw, 30px);
  line-height: 1.15;
}

.lv-policy-card p,
.lv-policy-card li {
  color: var(--lv-text-muted);
  line-height: 1.75;
}

.lv-policy-card a {
  color: var(--lv-gold);
  text-underline-offset: 0.18em;
}

.lv-policy-card ul,
.lv-policy-card ol {
  padding-left: 1.25rem;
}

.lv-track-placeholder {
  display: grid;
  gap: 14px;
  max-width: 620px;
  margin-top: 14px;
}

.lv-track-placeholder label {
  display: grid;
  gap: 8px;
  color: var(--lv-text-main);
  font-weight: 800;
}

.lv-track-placeholder input,
.lv-track-placeholder textarea {
  width: 100%;
}

/* Layout manager overrides: driven by the WordPress "站点前端配置" screen. */
:root {
  --lv-page-gutter: clamp(18px, 4vw, 48px);
  --lv-container: min(calc(100vw - (var(--lv-page-gutter) * 2)), var(--lv-page-max, 1280px));
}

.lv-global-front-header {
  position: var(--lv-header-position, sticky);
}

.lv-front-header-inner,
.luna-section,
.lv-collection-shell,
.luna-footer-grid,
.lv-single-breadcrumb,
.lv-single-lower,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
body:not(.home) .entry-content {
  width: var(--lv-container);
  max-width: var(--lv-page-max, 1280px);
  margin-inline: auto;
}

.lv-hero-content,
.lv-featured-series-inner,
.lv-hands-inner,
.lv-story {
  width: min(calc(100vw - (var(--lv-page-gutter) * 2)), var(--lv-wide-max, 1440px));
  max-width: var(--lv-wide-max, 1440px);
  margin-inline: auto;
}

.lv-hero-carousel {
  height: min(78vh, var(--lv-hero-desktop-height, 620px));
  min-height: 540px;
  max-height: 760px;
}

.lv-hero-slide {
  background-size: cover;
  background-position: center;
}

.lv-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 6.2vw, 86px);
}

.lv-hero-copy > p:not(.luna-kicker) {
  max-width: 620px;
}

.luna-rebuild .lv-new-drops {
  padding-inline: max(var(--lv-page-gutter), calc((100vw - var(--lv-page-max, 1280px)) / 2));
}

.luna-rebuild .lv-new-drops > .luna-section-head,
.luna-rebuild .lv-new-drops > .luna-product-grid {
  width: min(100%, var(--lv-page-max, 1280px));
  margin-inline: auto;
}

.luna-product-grid,
.woocommerce ul.products,
.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(var(--lv-product-columns, 4), minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.luna-product-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.luna-product-art,
.wc-block-components-product-image,
.woocommerce ul.products li.product a img {
  aspect-ratio: var(--lv-product-image-ratio, 1 / 1);
}

.luna-product-art img,
.luna-product-image,
.wc-block-components-product-image img,
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luna-product-body,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .luna-product-badges,
.woocommerce ul.products li.product .lv-quick-view,
.woocommerce ul.products li.product .button {
  padding-inline: 16px;
}

.woocommerce ul.products li.product .button,
.lv-card-actions a,
.luna-card-button,
.lv-quick-view,
.luna-btn,
.lv-filter-toggle,
.lv-filter-close,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lv-card-actions {
  display: grid;
  gap: 12px;
  padding: 0 16px 18px;
}

.lv-story {
  width: min(calc(100vw - (var(--lv-page-gutter) * 2)), var(--lv-wide-max, 1440px));
  max-width: var(--lv-wide-max, 1440px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  border: 1px solid rgba(192, 146, 70, 0.16);
  border-radius: 8px;
}

.lv-story.has-image {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.75fr) minmax(280px, 0.8fr);
}

.lv-story-heading,
.lv-story-copy,
.lv-story-image {
  min-width: 0;
}

.lv-story-copy p {
  max-width: 720px;
  margin: 0;
}

.lv-story-image {
  align-self: stretch;
  overflow: hidden;
  min-height: 320px;
  border-radius: 8px;
}

.lv-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lv-single-product-layout {
  width: min(calc(100vw - (var(--lv-page-gutter) * 2)), var(--lv-wide-max, 1440px));
  max-width: var(--lv-wide-max, 1440px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.9fr);
  gap: clamp(24px, 3vw, 44px);
}

.lv-single-gallery {
  gap: 10px;
  top: 92px;
}

.lv-single-gallery-item {
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
}

.lv-single-gallery-image,
.lv-single-gallery-placeholder {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
  padding-block: clamp(34px, 5vw, 72px);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  border-radius: 8px;
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
}

.luna-footer-grid {
  grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(150px, 1fr));
  gap: clamp(24px, 4vw, 52px);
}

.lv-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lv-footer-socials a {
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(192, 146, 70, 0.28);
  border-radius: 999px;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .luna-product-grid,
  .woocommerce ul.products,
  .wc-block-product-template {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lv-single-product-layout,
  .lv-story,
  .lv-story.has-image {
    grid-template-columns: 1fr;
  }

  .lv-story-image {
    min-height: 360px;
  }

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

@media (max-width: 767px) {
  :root {
    --lv-page-gutter: 18px;
    --lv-product-columns: 1;
  }

  html,
  body {
    overflow-x: clip;
  }

  .lv-hero-carousel {
    height: var(--lv-hero-mobile-height, 560px);
    min-height: 500px;
    max-height: 680px;
  }

  .lv-hero-slide {
    background-image: var(--lv-slide-mobile-bg), var(--lv-slide-bg), radial-gradient(circle at 70% 35%, rgba(192, 146, 70, 0.22), transparent 28%), linear-gradient(135deg, #050403, #17251f);
    background-position: center;
  }

  .lv-hero-content {
    padding: 98px 0 42px;
  }

  .lv-hero-copy h1 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1;
  }

  .lv-hero-copy > p:not(.luna-kicker) {
    font-size: 16px;
    line-height: 1.55;
  }

  .lv-hero-promo {
    width: 100%;
    max-width: none;
  }

  .luna-rebuild .lv-new-drops {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 44px var(--lv-page-gutter);
  }

  .luna-rebuild .lv-new-drops > .luna-section-head,
  .luna-rebuild .lv-new-drops > .luna-product-grid {
    width: 100%;
  }

  .luna-product-grid,
  .woocommerce ul.products,
  .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }

  .luna-product-card,
  .woocommerce ul.products li.product {
    max-width: 100%;
  }

  .luna-product-art,
  .wc-block-components-product-image,
  .woocommerce ul.products li.product a img {
    aspect-ratio: var(--lv-product-image-ratio, 1 / 1);
  }

  .lv-collection-head,
  .lv-collection-toolbar,
  .luna-section-head,
  .luna-subscribe,
  .lv-custom-idea,
  .lv-gift-inquiry {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .lv-collection-toolbar {
    display: grid;
  }

  .lv-filter-sidebar {
    width: min(92vw, 360px);
  }

  .lv-filter-group-title {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .lv-story,
  .lv-story.has-image {
    width: calc(100vw - (var(--lv-page-gutter) * 2));
    padding: 34px 22px;
    gap: 22px;
  }

  .lv-story h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  .lv-story-image {
    min-height: 260px;
  }

  .lv-single-product-layout {
    width: calc(100vw - (var(--lv-page-gutter) * 2));
    grid-template-columns: 1fr;
  }

  .lv-single-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lv-single-gallery-item {
    aspect-ratio: 4 / 5;
  }

  .lv-single-gallery-item:nth-child(n+3) {
    display: none;
  }

  .lv-single-summary-inner {
    padding: 0;
  }

  .lv-single-cart-panel form.cart,
  .lv-single-cart-panel .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    border-bottom: 1px solid rgba(192, 146, 70, 0.18);
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 13px 10px;
  }

  .luna-footer-grid {
    grid-template-columns: 1fr;
  }
}
