:root {
  --store-premium-bg: #f7f2ea;
  --store-premium-surface: rgba(255, 252, 247, 0.88);
  --store-premium-surface-strong: #fffdf9;
  --store-premium-border: rgba(34, 25, 18, 0.09);
  --store-premium-ink: #17110d;
  --store-premium-muted: #6a5c52;
  --store-premium-accent: #9e7752;
  --store-premium-shadow: 0 1.8rem 4.8rem rgba(31, 22, 14, 0.1);
  --store-premium-shadow-soft: 0 1rem 2.6rem rgba(31, 22, 14, 0.08);
}

html {
  scroll-behavior: smooth;
}

body.store-page--premium {
  background:
    radial-gradient(circle at top right, rgba(201, 170, 136, 0.18), transparent 28%),
    linear-gradient(180deg, #fbf7f1 0%, #f6efe6 100%);
  color: var(--store-premium-ink);
  overflow-x: hidden;
}

body.store-page--premium .title,
body.store-page--premium h1,
body.store-page--premium h2,
body.store-page--premium h3,
body.store-page--premium h4,
body.store-page--premium .card__heading,
body.store-page--premium .footer-block__heading {
  font-family: var(--font-heading-family);
  letter-spacing: -0.02em;
}

body.store-page--premium p,
body.store-page--premium li,
body.store-page--premium a,
body.store-page--premium input,
body.store-page--premium button,
body.store-page--premium span,
body.store-page--premium small {
  font-family: var(--font-body-family);
}

body.store-page--premium .page-width {
  max-width: min(132rem, calc(100% - 4.8rem));
}

body.store-page--premium .button,
body.store-page--premium .button.button--secondary {
  min-height: 5.6rem;
  border-radius: 999px;
  border: 0.1rem solid transparent;
  padding: 0 2.4rem;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

body.store-page--premium .button {
  background: #17110d;
  color: #fff8f0;
  box-shadow: 0 1.2rem 2.8rem rgba(24, 17, 13, 0.2);
}

body.store-page--premium .button.button--secondary {
  background: rgba(255, 250, 244, 0.12);
  color: #fff8f0;
  border-color: rgba(255, 248, 240, 0.34);
  box-shadow: none;
}

body.store-page--premium .button:hover,
body.store-page--premium .button:focus-visible,
body.store-page--premium .button.button--secondary:hover,
body.store-page--premium .button.button--secondary:focus-visible {
  transform: translateY(-0.2rem);
}

body.store-page--premium .store-site-header .header__icons {
  gap: 1rem;
}

body.store-page--premium .store-site-header .header__icon {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.store-page--premium .store-site-header .header__icon .svg-wrapper {
  width: 3.2rem;
  height: 3.2rem;
}

body.store-page--premium .store-site-header .header__icon .svg-wrapper img {
  width: 1.55rem;
  height: 1.55rem;
}

body.store-page--premium .store-site-header .header__icon--cart {
  margin-right: 0;
}

body.store-page--premium .store-site-header .cart-count-bubble {
  top: -0.2rem;
  right: -0.35rem;
  bottom: auto;
  left: auto;
  width: 1.85rem;
  height: 1.85rem;
  background: #17110d;
  color: #fff8f0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 0.28rem #fffdf9;
  pointer-events: none;
}

body.store-page--premium .store-site-header .header__icon--cart.is-cart-animated .svg-wrapper,
body.store-page--premium .store-site-header .cart-count-bubble--animated {
  animation: storeCartPulse 0.7s ease 2;
  transform-origin: center;
}

@keyframes storeCartPulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.16);
  }
  55% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

.store-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 38rem);
  gap: 2.4rem;
  align-items: end;
  margin-bottom: 3.2rem;
}

.store-section-heading__eyebrow,
.store-product-why__header .store-section-heading__eyebrow,
.store-info-card__eyebrow,
.store-footer-kicker,
.store-page-hero__eyebrow,
.store-shop-collection-card__eyebrow,
.store-collection-feature-card__eyebrow {
  margin: 0 0 1rem;
  color: var(--store-premium-accent);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.store-section-heading__title {
  margin: 0;
  font-size: clamp(4.4rem, 5vw, 6.8rem);
  line-height: 0.94;
}

.store-section-heading__copy {
  margin: 0;
  color: var(--store-premium-muted);
  font-size: 1.6rem;
  line-height: 1.7;
}

.announcement-bar-section,
.utility-bar,
.announcement-bar,
.announcement-bar__link--marquee,
.announcement-bar__message--marquee {
  overflow-x: hidden !important;
}

.store-page--home .section-header--overlay {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
}

.store-page--home .section-header--overlay .announcement-bar-section {
  position: relative;
}

.store-page--home .utility-bar {
  background: rgba(23, 17, 13, 0.94);
  color: #f7efe4;
}

.store-page--home .store-site-header--overlay {
  margin: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.store-page--home .store-site-header__inner {
  min-height: 7.8rem;
  padding-inline: 3.2rem;
}

.store-page--home .store-brand-mark__logo {
  height: 5.2rem;
  transform: none;
}

.store-page--home .section-header--overlay,
.store-page--home .store-site-header--overlay,
.store-page--home .store-site-header,
.store-page--home .store-site-header__inner,
.store-page--home .store-inline-menu,
.store-page--home .store-nav-item--mega {
  overflow: visible !important;
}

.store-page--home .store-nav-item--mega {
  z-index: 60;
}

.store-page--home .store-mega-menu {
  z-index: 80;
}

.store-page--home .store-inline-menu .header__menu-item,
.store-page--home .header__icon {
  color: #fff8f0;
}

.store-page--home .header__icon {
  background: transparent !important;
  border-color: transparent !important;
}

.store-page--home .header__icon .svg-wrapper img {
  filter: brightness(0) invert(1);
}

.store-page--home .section-header--overlay.is-scrolled .store-site-header,
.store-page--home .store-site-header.is-elevated {
  background: rgba(255, 251, 246, 0.94) !important;
  box-shadow: 0 1rem 3rem rgba(29, 20, 14, 0.08) !important;
  backdrop-filter: blur(14px) saturate(130%) !important;
}

.store-page--home .section-header--overlay.is-scrolled .store-inline-menu .header__menu-item,
.store-page--home .section-header--overlay.is-scrolled .header__icon,
.store-page--home .store-site-header.is-elevated .store-inline-menu .header__menu-item,
.store-page--home .store-site-header.is-elevated .header__icon {
  color: var(--store-premium-ink);
}

.store-page--home .section-header--overlay.is-scrolled .header__icon .svg-wrapper img,
.store-page--home .store-site-header.is-elevated .header__icon .svg-wrapper img {
  filter: none;
}

.store-brand-mark__logo {
  opacity: 0;
  transform: translateY(0.9rem) scale(0.94);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.store-premium-loaded .store-brand-mark__logo {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.store-page-hero {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.store-page-hero .banner,
.store-page-hero .banner__media {
  height: 100svh;
  min-height: 82rem;
}

.store-page-hero .banner {
  position: relative;
  border-radius: 0;
}

.store-banner-art__image {
  object-position: center 30%;
  transform: scale(1.02);
}

.store-banner-art__overlay {
  background:
    linear-gradient(120deg, rgba(11, 8, 7, 0.68) 0%, rgba(11, 8, 7, 0.22) 42%, rgba(11, 8, 7, 0) 72%),
    linear-gradient(180deg, rgba(11, 8, 7, 0.08) 0%, rgba(11, 8, 7, 0.35) 100%);
}

.store-page-hero__content {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  padding: 11rem 0 5rem !important;
}

.store-page-hero__box {
  width: 100%;
}

.store-page-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 60rem) auto;
  align-items: end;
  gap: 3rem;
}

.store-page-hero__copy-stack {
  display: grid;
  gap: 1.8rem;
  color: #fff8f0;
}

.store-page-hero__eyebrow,
.store-page-hero__headline,
.store-page-hero__copy {
  display: block !important;
}

.store-page-hero__headline {
  margin: 0;
  font-size: clamp(5.6rem, 8vw, 9.8rem);
  line-height: 0.9;
  max-width: 10ch;
}

.store-page-hero__copy {
  max-width: 54rem;
  margin: 0;
  color: rgba(255, 248, 240, 0.84);
  font-size: 1.72rem;
  line-height: 1.75;
}

.store-page-hero__actions {
  justify-content: flex-start;
  gap: 1.2rem;
}

.store-page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 0.8rem;
}

.store-page-hero__meta-card,
.store-page-hero__floating-note {
  border: 0.1rem solid rgba(255, 248, 240, 0.16);
  background: rgba(255, 251, 246, 0.1);
  box-shadow: var(--store-premium-shadow-soft);
  backdrop-filter: blur(12px);
}

.store-page-hero__meta-card {
  display: grid;
  gap: 0.25rem;
  min-width: 16rem;
  padding: 1.4rem 1.6rem;
  border-radius: 2rem;
}

.store-page-hero__meta-card strong {
  font-size: 2.4rem;
  font-family: var(--font-heading-family);
}

.store-page-hero__meta-card span {
  color: rgba(255, 248, 240, 0.8);
  font-size: 1.16rem;
  line-height: 1.5;
}

.store-page-hero__floating-note {
  max-width: 28rem;
  padding: 2.2rem;
  border-radius: 2.6rem;
  color: #fff8f0;
}

.store-page-hero__floating-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: rgba(255, 248, 240, 0.72);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.store-page-hero__floating-note strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 3rem;
  font-family: var(--font-heading-family);
  line-height: 0.95;
}

.store-page-hero__floating-note p {
  margin: 0 0 1rem;
  color: rgba(255, 248, 240, 0.76);
  line-height: 1.65;
}

.store-page-hero .store-text-link {
  color: #fff8f0 !important;
}

.store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *,
.store-premium-loaded [data-store-hero] .store-page-hero__floating-note {
  animation: storePremiumFadeUp 0.9s ease both;
}

.store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *:nth-child(1) { animation-delay: 0.06s; }
.store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *:nth-child(2) { animation-delay: 0.14s; }
.store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *:nth-child(3) { animation-delay: 0.22s; }
.store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *:nth-child(4) { animation-delay: 0.3s; }
.store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *:nth-child(5) { animation-delay: 0.38s; }
.store-premium-loaded [data-store-hero] .store-page-hero__floating-note { animation-delay: 0.46s; }

.store-editorial-section {
  padding-top: 8.4rem;
  padding-bottom: 1rem;
}

.store-collection-feature-grid,
.store-shop-collections__grid {
  display: grid;
  gap: 2.4rem;
}

.store-collection-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-collection-feature-card,
.store-shop-collection-card,
.store-story-layout__content,
.store-info-card,
.store-size-guide-card,
.product__info-container {
  border: 0.1rem solid var(--store-premium-border);
  background: var(--store-premium-surface);
  box-shadow: var(--store-premium-shadow-soft);
}

.store-collection-feature-card {
  border-radius: 3.4rem;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.store-collection-feature-card:hover,
.store-shop-collection-card:hover,
.product-card-wrapper:hover {
  transform: translateY(-0.5rem);
}

.store-collection-feature-card__media {
  aspect-ratio: 0.86;
}

.store-collection-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.store-collection-feature-card:hover .store-collection-feature-card__media img,
.store-shop-collection-card:hover .store-shop-collection-card__media img,
.store-product-editorial-card:hover img {
  transform: scale(1.04);
}

.store-collection-feature-card__content {
  display: grid;
  gap: 1rem;
  padding: 2.4rem;
}

.store-collection-feature-card__content h3 {
  margin: 0;
  font-size: clamp(3.6rem, 4vw, 4.8rem);
  line-height: 0.92;
}

.store-collection-feature-card__title-secondary {
  opacity: 0.78;
}

.store-collection-feature-card__action {
  position: relative;
  width: fit-content;
  margin-top: 0.2rem;
  animation: storeCollectionExplorePulse 2.8s ease-in-out infinite;
}

.store-collection-feature-card__action::after {
  content: '' !important;
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 0.14rem;
  border-radius: 999px;
  background: currentColor;
  transform-origin: left center;
  animation: storeCollectionExploreUnderline 2.8s ease-in-out infinite;
}

.store-collection-feature-card__content p {
  display: block;
  margin: 0;
  color: var(--store-premium-muted);
  font-size: 1.45rem;
  line-height: 1.72;
}

.store-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--store-premium-ink) !important;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.store-text-link::after {
  content: '->';
  font-size: 1.2rem;
}

.product-card-wrapper .card__inner {
  position: relative;
}

.product-card-wrapper .card__badge.top {
  top: 1rem;
  left: 1rem;
  right: auto;
  bottom: auto;
  z-index: 4;
}

.product-card-wrapper .card__badge.top .badge {
  min-height: 3.2rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(23, 17, 13, 0.88);
  color: #fff8f0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-product-card__overlay {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.7rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(0.4rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card-wrapper:hover .store-product-card__overlay,
.product-card-wrapper:focus-within .store-product-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.store-product-card__favorite,
.store-product-card__quick-add-button {
  pointer-events: auto;
}

.store-product-card__favorite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 248, 240, 0.42);
  background: rgba(23, 17, 13, 0.72);
  color: #fff8f0;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.store-product-card__favorite .svg-wrapper,
.store-product-card__favorite .svg-wrapper img {
  width: 1.7rem;
  height: 1.7rem;
}

.store-product-card__favorite.is-active {
  background: #fff8f0;
  border-color: rgba(23, 17, 13, 0.16);
}

.store-product-card__favorite.is-active .svg-wrapper img {
  filter: brightness(0) saturate(100%);
}

.store-product-card__quick-add {
  flex: 1;
  min-width: 0;
}

.store-product-card__quick-add-button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 4rem !important;
  padding: 0 1.2rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(23, 17, 13, 0.92) !important;
  color: #fff8f0 !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.12em !important;
  box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.14) !important;
}

.store-product-card__favorite:hover,
.store-product-card__favorite:focus-visible,
.store-product-card__quick-add-button:hover,
.store-product-card__quick-add-button:focus-visible {
  transform: translateY(-0.15rem);
}

@keyframes storeCollectionExplorePulse {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.82;
  }

  50% {
    transform: translateX(0.25rem);
    opacity: 1;
  }
}

@keyframes storeCollectionExploreUnderline {
  0%,
  100% {
    transform: scaleX(0.45);
    opacity: 0.42;
  }

  50% {
    transform: scaleX(1);
    opacity: 0.96;
  }
}

@keyframes storeAnnouncementMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.store-best-sellers .product-grid,
.store-product-related .product-grid {
  gap: 2.4rem;
}

.store-best-sellers .store-section-heading__title {
  font-size: clamp(5.8rem, 7vw, 8.8rem);
  line-height: 0.9;
}

.product-card-wrapper {
  transition: transform 0.35s ease;
}

.product-card-wrapper .card {
  border-radius: 2.8rem;
  overflow: hidden;
  background: transparent;
}

.product-card-wrapper .card__inner {
  border-radius: 2.8rem;
  overflow: hidden;
  box-shadow: var(--store-premium-shadow-soft);
}

.product-card-wrapper .card__heading a {
  font-size: 2rem;
}

.product-card-wrapper .card__information {
  padding-top: 1.6rem;
}

.store-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(42rem, 0.98fr);
  gap: 3rem;
  align-items: center;
}

.store-story-layout__media {
  position: relative;
  display: block;
  min-height: 0;
  border-radius: 3.6rem;
  overflow: hidden;
  box-shadow: var(--store-premium-shadow);
}

.store-story-layout__media > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.store-story-layout__media-card {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: grid;
  grid-template-columns: 9.4rem 1fr;
  gap: 1.2rem;
  max-width: 32rem;
  padding: 1.4rem;
  border-radius: 2.4rem;
  border: 0.1rem solid rgba(255, 251, 246, 0.2);
  background: rgba(255, 251, 246, 0.85);
  backdrop-filter: blur(12px);
}

.store-story-layout__media-card img {
  width: 100%;
  height: 12rem;
  border-radius: 1.8rem;
  object-fit: cover;
}

.store-story-layout__media-card-copy {
  display: grid;
  align-content: center;
  gap: 0.4rem;
}

.store-story-layout__media-card-copy span {
  color: var(--store-premium-accent);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.store-story-layout__media-card-copy strong {
  font-size: 1.9rem;
  font-family: var(--font-heading-family);
  line-height: 1.06;
}

.store-story-layout__content {
  display: grid;
  gap: 2rem;
  padding: 3.4rem;
  border-radius: 3.4rem;
}

.store-story-layout__content > div:first-child {
  display: grid;
  gap: 1.4rem;
}

.store-story-layout__content p {
  margin: 0;
  color: var(--store-premium-muted);
  font-size: 1.58rem;
  line-height: 1.78;
}

.store-story-highlights {
  display: grid;
  gap: 1rem;
}

.store-story-highlight {
  display: grid;
  gap: 0.3rem;
  padding: 1.4rem 1.6rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.48);
  border: 0.1rem solid rgba(34, 25, 18, 0.06);
}

.store-story-highlight strong {
  font-size: 1.95rem;
  font-family: var(--font-heading-family);
  line-height: 1.05;
}

.store-story-highlight span {
  color: var(--store-premium-muted);
  line-height: 1.6;
}

.store-shop-collections__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-shop-collection-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 3rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.store-shop-collection-card__media {
  aspect-ratio: 0.88;
  overflow: hidden;
}

.store-shop-collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.store-shop-collection-card__content {
  display: grid;
  gap: 1rem;
  padding: 2.4rem;
}

.store-shop-collection-card__content h3 {
  margin: 0;
  font-size: 4rem;
  line-height: 0.95;
}

.store-shop-collection-card__content p {
  margin: 0;
  color: var(--store-premium-muted);
  line-height: 1.68;
}

.store-shop-collection-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding-top: 0.6rem;
}

.store-shop-collection-card__meta {
  color: var(--store-premium-muted);
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-product-page {
  padding-top: 4.2rem;
}

.store-product-page .product {
  grid-template-columns: minmax(0, 0.92fr) minmax(42rem, 0.88fr);
  gap: 4.8rem;
  align-items: start;
}

.store-product-gallery {
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.store-product-gallery__main .store-product-media {
  border-radius: 3.4rem;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  box-shadow: var(--store-premium-shadow);
  background: linear-gradient(180deg, #f4ede3, #f0e7db);
}

.store-product-gallery__main .store-product-media img {
  object-fit: cover;
  aspect-ratio: 0.84;
}

.store-product-gallery__thumbs {
  display: none !important;
  gap: 1rem;
}

.store-product-gallery__thumb {
  border-radius: 2rem;
  border: 0.1rem solid transparent;
  background: transparent;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.store-product-gallery__thumb .store-product-media {
  border-radius: 2rem;
  overflow: hidden;
}

.store-product-gallery__thumb:hover,
.store-product-gallery__thumb.is-active {
  border-color: rgba(23, 17, 13, 0.2);
  transform: translateY(-0.15rem);
}

.store-product-page .product__info-container {
  display: grid;
  gap: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 2.4rem;
  border-radius: 3rem;
}

.store-product-intro {
  display: grid;
  gap: 1.4rem;
}

.store-product-breadcrumb {
  display: inline-flex;
  margin-top: 0.4rem;
  color: var(--store-premium-accent);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

.store-product-subtitle p,
.store-stock-note {
  margin: 0;
  color: var(--store-premium-muted);
  font-size: 1.34rem;
  line-height: 1.65;
}

.store-product-page .product__title h1 {
  margin: 0;
  font-size: clamp(3.8rem, 4.4vw, 5.8rem);
  line-height: 0.96;
}

.store-product-price-panel {
  display: grid;
  gap: 0.6rem;
  padding: 1.6rem 1.8rem;
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 0.1rem solid rgba(34, 25, 18, 0.05);
}

.store-product-page .price__sale,
.store-product-page .price__regular {
  gap: 1rem;
  align-items: baseline;
}

.store-product-page .price-item--sale,
.store-product-page .price-item--regular {
  font-size: clamp(2.6rem, 3.4vw, 3.8rem);
  line-height: 0.95;
}

.store-product-benefit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.store-product-benefit-chip,
.store-footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 0.1rem solid rgba(34, 25, 18, 0.08);
  background: rgba(255, 255, 255, 0.44);
  color: var(--store-premium-ink);
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-footer-pill--soft {
  background: rgba(255, 250, 244, 0.8);
}

.store-product-why {
  display: grid;
  gap: 1.2rem;
  padding: 1.8rem;
  border-radius: 2.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(249, 243, 235, 0.92));
  border: 0.1rem solid rgba(34, 25, 18, 0.06);
}

.store-product-why__header h2 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.02;
}

.store-product-why__list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-product-why__list li {
  position: relative;
  padding-left: 2.4rem;
  color: var(--store-premium-muted);
  font-size: 1.34rem;
  line-height: 1.62;
}

.store-product-why__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--store-premium-accent) 0.3rem, rgba(158, 119, 82, 0.16) 0.31rem);
  box-shadow: 0 0 0 0.6rem rgba(158, 119, 82, 0.08);
}

.store-product-page .form__label {
  color: var(--store-premium-ink);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-color-swatches,
.store-option-pills {
  gap: 0.8rem;
}

.store-color-swatch__chip {
  width: 4rem;
  height: 4rem;
  border: 0.15rem solid rgba(34, 25, 18, 0.14);
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.5);
}

.store-color-swatch input:checked + .store-color-swatch__chip {
  box-shadow: 0 0 0 0.35rem rgba(158, 119, 82, 0.12);
  border-color: rgba(34, 25, 18, 0.3);
}

.store-option-pill span {
  min-width: 4.8rem;
  min-height: 4.4rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 0.1rem solid rgba(34, 25, 18, 0.1);
  background: rgba(255, 255, 255, 0.64);
  font-size: 1.08rem;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.store-option-pill input:checked + span {
  background: #17110d;
  color: #fff8f0;
  border-color: #17110d;
}

.store-size-guide-card {
  display: grid;
  gap: 1rem;
  padding: 1.8rem;
  border-radius: 2.4rem;
}

.store-size-guide-card__header {
  display: grid;
  gap: 0.6rem;
}

.store-size-guide-card__header h2,
.store-info-card h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.02;
}

.store-size-guide-card__header p,
.store-info-card p,
.store-info-card li {
  margin: 0;
  color: var(--store-premium-muted);
  line-height: 1.72;
}

.store-size-guide-card__table-wrap {
  overflow-x: auto;
}

.store-size-guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.store-size-guide-table th,
.store-size-guide-table td {
  padding: 0.95rem 0.8rem;
  border-bottom: 0.1rem solid rgba(34, 25, 18, 0.08);
  text-align: left;
  font-size: 1.16rem;
  word-break: break-word;
}

.store-size-guide-table th {
  color: var(--store-premium-accent);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.store-quantity-row {
  display: grid;
  grid-template-columns: 11rem minmax(0, auto);
  align-items: end;
  gap: 1rem;
}

.store-quantity-field {
  display: grid;
  gap: 0.7rem;
}

.store-quantity-input {
  min-height: 4.8rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.64);
  font-size: 1.45rem;
}

.store-product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.store-product-page .product-form__submit.button--full-width,
.store-product-cta-row .button,
.store-wishlist-button {
  min-height: 4.8rem;
  padding: 0 1.6rem;
  font-size: 1.02rem;
}

.store-product-page .product-form__submit.button--full-width {
  width: auto;
  min-width: 18rem;
}

.store-product-cta-row .button {
  width: auto !important;
  min-width: 16rem;
}

.store-wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 999px;
  border: 0.1rem solid rgba(34, 25, 18, 0.1);
  background: rgba(255, 255, 255, 0.54);
}

.store-product-accordions {
  display: grid;
  gap: 0.9rem;
}

.store-product-accordion {
  border: 0.1rem solid rgba(34, 25, 18, 0.08);
  border-radius: 1.9rem;
  background: rgba(255, 252, 247, 0.76);
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.store-product-accordion:hover {
  border-color: rgba(34, 25, 18, 0.15);
  background: rgba(255, 252, 247, 0.92);
  transform: translateY(-0.1rem);
}

.store-product-accordion[open] {
  border-color: rgba(158, 119, 82, 0.18);
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 1rem 2.8rem rgba(31, 22, 14, 0.06);
}

.store-product-accordion summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1.45rem 1.6rem;
  cursor: pointer;
  list-style: none;
}

.store-product-accordion summary::-webkit-details-marker {
  display: none;
}

.store-product-accordion__summary-copy {
  display: grid;
  gap: 0.45rem;
}

.store-product-accordion__summary-copy .store-info-card__eyebrow {
  margin: 0;
}

.store-product-accordion__summary-copy h3 {
  margin: 0;
  font-size: clamp(1.52rem, 2vw, 1.84rem);
  line-height: 1.18;
  font-family: var(--font-heading-family);
}

.store-product-accordion__teaser {
  margin: 0;
  max-width: 52rem;
  color: var(--store-premium-muted);
  font-size: 1.16rem;
  line-height: 1.58;
}

.store-product-accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 3.8rem;
  height: 3.8rem;
  margin-top: 0.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(34, 25, 18, 0.1);
  background: rgba(255, 255, 255, 0.82);
}

.store-product-accordion__icon::before,
.store-product-accordion__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.14rem;
  background: var(--store-premium-ink);
  transition: transform 0.25s ease;
}

.store-product-accordion__icon::before {
  transform: translate(-78%, -50%) rotate(45deg);
}

.store-product-accordion__icon::after {
  transform: translate(-22%, -50%) rotate(-45deg);
}

.store-product-accordion[open] .store-product-accordion__icon::before {
  transform: translate(-78%, -50%) rotate(-45deg);
}

.store-product-accordion[open] .store-product-accordion__icon::after {
  transform: translate(-22%, -50%) rotate(45deg);
}

.store-product-accordion__content {
  display: grid;
  gap: 1rem;
  padding: 1.35rem 1.6rem 1.55rem;
  border-top: 0.1rem solid rgba(34, 25, 18, 0.07);
}

.store-product-accordion__content p,
.store-product-accordion__content li {
  margin: 0;
  color: var(--store-premium-muted);
  font-size: 1.3rem;
  line-height: 1.72;
}

.store-product-accordion__content ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.6rem;
}

.store-product-accordion__content .store-text-link {
  width: fit-content;
  font-size: 1rem;
  letter-spacing: 0.14em;
}

.store-checkout-page {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.store-checkout-layout--single {
  display: block;
  max-width: 94rem;
  margin: 0 auto;
}

.store-checkout-layout--single .store-checkout-card {
  padding: 2.8rem;
  border-radius: 3rem;
}

.store-checkout-lead {
  margin: 0 0 2rem;
  color: var(--store-premium-muted);
  font-size: 1.42rem;
  line-height: 1.7;
}

.store-checkout-summary-panel {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.8rem;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.58);
  border: 0.1rem solid rgba(34, 25, 18, 0.06);
}

.store-checkout-summary-panel__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.store-checkout-summary-panel__header .title {
  margin: 0;
  font-size: 2.4rem;
}

.store-checkout-summary-panel__header span {
  color: var(--store-premium-muted);
  font-size: 1.18rem;
}

.store-checkout-layout--single .store-checkout-grid {
  gap: 1.4rem;
}

.store-checkout-layout--single .store-payment-options label {
  border-radius: 2rem;
  padding: 1.4rem 1.5rem;
}

.store-checkout-layout--single .store-manual-payment-panel {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem;
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.48);
  border: 0.1rem solid rgba(34, 25, 18, 0.06);
}

.store-checkout-layout--single .store-manual-payment-panel:not(.is-active) {
  display: none;
}

.store-checkout-layout--single .store-manual-payment-box h2 {
  margin: 0 0 0.8rem;
  font-size: 2rem;
}

.store-checkout-layout--single .store-manual-payment-box p,
.store-checkout-layout--single .store-summary-items li,
.store-checkout-layout--single .store-summary-row {
  font-size: 1.26rem;
  line-height: 1.65;
}

.store-checkout-layout--single .store-payment-instruction-pill {
  width: fit-content;
  min-height: 4.4rem;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: #17110d;
  color: #fff8f0;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.store-checkout-layout--single .store-cart-actions {
  margin-top: 2rem !important;
}

.store-checkout-page .button::before,
.store-checkout-page .button::after,
.store-checkout-page button.button::before,
.store-checkout-page button.button::after {
  display: none !important;
}

.store-checkout-page .store-cart-actions .button.button--secondary {
  background: rgba(255, 252, 247, 0.96);
  color: var(--store-premium-ink);
  border: 0.1rem solid rgba(34, 25, 18, 0.12);
  box-shadow: none;
}

.store-checkout-page .store-cart-actions .button.button--secondary:hover,
.store-checkout-page .store-cart-actions .button.button--secondary:focus-visible {
  background: #fffdf9;
  color: var(--store-premium-ink);
  border-color: rgba(34, 25, 18, 0.18);
}

.store-order-card .store-cart-actions .button,
.store-order-card .store-cart-actions .button.button--secondary {
  position: relative;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.store-order-card .store-cart-actions .button::before,
.store-order-card .store-cart-actions .button::after,
.store-order-card .store-cart-actions .button.button--secondary::before,
.store-order-card .store-cart-actions .button.button--secondary::after {
  display: none !important;
}

.store-order-card .store-cart-actions .button.button--secondary {
  background: #fffdf9 !important;
  color: #17110d !important;
  border: 0.1rem solid rgba(23, 17, 13, 0.2) !important;
}

.store-order-card .store-cart-actions .button.button--secondary:hover,
.store-order-card .store-cart-actions .button.button--secondary:focus-visible {
  color: #17110d !important;
  background: #fffdf9 !important;
  border-color: rgba(23, 17, 13, 0.35) !important;
}

.store-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.store-info-card {
  display: grid;
  gap: 1rem;
  padding: 2.2rem;
  border-radius: 3rem;
}

.store-info-card ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.6rem;
}

.store-product-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.store-product-editorial-card {
  margin: 0;
}

.store-product-editorial-card__media {
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: var(--store-premium-shadow-soft);
}

.store-product-editorial-card__media img {
  width: 100%;
  height: 48rem;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.store-product-editorial-card figcaption {
  margin-top: 1rem;
  color: var(--store-premium-muted);
  font-size: 1.28rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-footer-shell {
  display: grid;
  gap: 2.8rem;
}

.store-footer-newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(30rem, 42rem);
  gap: 2.4rem 3rem;
  align-items: center;
  padding: 2.8rem 3rem;
  border-radius: 3.4rem;
  border: 0.1rem solid rgba(255, 248, 240, 0.08);
  background: linear-gradient(135deg, rgba(31, 22, 14, 0.92), rgba(90, 63, 40, 0.92));
  box-shadow: var(--store-premium-shadow);
}

.store-footer-newsletter-panel__copy {
  max-width: 52rem;
}

.store-footer-newsletter-panel__copy .footer-block__heading,
.store-footer-newsletter-panel__copy .store-footer-note,
.store-footer-newsletter-panel__copy .store-footer-kicker {
  color: #fff8f0;
}

.store-footer-newsletter-panel__copy .store-footer-note {
  margin: 0;
  max-width: 54rem;
  opacity: 0.82;
}

.store-footer-newsletter-panel .footer-block__newsletter {
  width: min(100%, 42rem);
  margin-left: auto;
}

.store-footer-newsletter-panel .field {
  position: relative;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.98);
  border: 0.1rem solid rgba(34, 25, 18, 0.12);
  box-shadow: 0 1rem 2.8rem rgba(16, 10, 6, 0.16);
}

.store-footer-newsletter-panel .field__input,
.store-footer-newsletter-panel .field__label {
  color: var(--store-premium-ink);
}

.store-footer-newsletter-panel .field__input {
  min-height: 6.4rem;
  padding: 0 7.6rem 0 2.4rem;
  font-size: 1.58rem;
}

.store-footer-newsletter-panel .field__input::placeholder {
  color: rgba(23, 17, 13, 0.46);
}

.store-footer-newsletter-panel .newsletter-form__button {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  border: 0;
  border-radius: 50%;
  background: #17110d;
  color: #fff8f0;
  box-shadow: 0 0.8rem 1.8rem rgba(16, 10, 6, 0.18);
}

.store-footer-newsletter-panel .newsletter-form__button:hover,
.store-footer-newsletter-panel .newsletter-form__button:focus-visible {
  background: #0d0907;
}

.store-footer-newsletter-panel .newsletter-form__button .svg-wrapper,
.store-footer-newsletter-panel .newsletter-form__button .svg-wrapper img {
  width: 2rem;
  height: 2rem;
}

.store-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(4, minmax(12rem, 1fr));
  gap: 2rem 3rem;
  align-items: start;
}

.store-footer-grid > * {
  min-width: 0;
}

.footer-block--brand {
  max-width: 30rem;
}

.store-footer-social {
  margin-top: 1.8rem;
}

.store-footer-social .footer__list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.store-footer-social .list-social__item {
  display: inline-flex !important;
}

.store-footer-social .list-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(34, 25, 18, 0.1);
  background: rgba(255, 255, 255, 0.64);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.store-footer-social .list-social__link:hover,
.store-footer-social .list-social__link:focus-visible {
  transform: translateY(-0.2rem);
  border-color: rgba(34, 25, 18, 0.18);
  background: rgba(255, 255, 255, 0.92);
}

.store-footer-social .list-social__link img {
  width: 1.8rem;
  height: 1.8rem;
}

.footer-block__details-content {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.footer-block__details-content .list-menu__item--link {
  width: fit-content;
  padding: 0;
  color: var(--store-premium-muted);
  line-height: 1.55;
  transition: color 0.25s ease;
}

.footer-block__details-content .list-menu__item--link:hover,
.footer-block__details-content .list-menu__item--link:focus-visible {
  color: var(--store-premium-ink);
}

.store-footer-note {
  color: var(--store-premium-muted);
  line-height: 1.7;
}

.store-footer-trust {
  display: grid;
  gap: 1.4rem;
  padding-top: 0.8rem;
  border-top: 0.1rem solid rgba(34, 25, 18, 0.08);
}

.store-footer-trust__group {
  display: grid;
  gap: 0.9rem;
}

.store-footer-trust__label {
  color: rgba(23, 17, 13, 0.46);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.store-footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.store-footer-pill {
  min-height: 3.8rem;
  padding: 0.8rem 1.3rem;
  background: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  letter-spacing: 0.06em;
}

[data-store-reveal-item] {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  transition-delay: calc(var(--store-stagger-index, 0) * 70ms);
}

[data-store-reveal-item].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes storePremiumFadeUp {
  from {
    opacity: 0;
    transform: translateY(2.2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .store-brand-mark__logo,
  [data-store-reveal-item],
  .store-premium-loaded [data-store-hero] .store-page-hero__copy-stack > *,
  .store-premium-loaded [data-store-hero] .store-page-hero__floating-note {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .store-section-heading,
  .store-story-layout,
  .store-footer-newsletter-panel {
    grid-template-columns: 1fr;
  }

  .store-product-page .product {
    grid-template-columns: 1fr;
  }

  .store-product-page .product__info-container {
    max-width: none;
  }

  .store-product-editorial-grid,
  .store-shop-collections__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-block--brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media screen and (max-width: 989px) {
  body.store-page--premium .page-width {
    max-width: min(100%, calc(100% - 2.4rem));
  }

  .store-page--home .store-inline-menu {
    display: none !important;
  }

  .store-page--home .store-site-header__inner {
    grid-template-columns: 1fr auto 1fr;
    min-height: 5.8rem;
    padding-inline: 1.4rem;
  }

  .store-page--home .store-site-header__brand {
    justify-self: center;
  }

  .store-page--home .header__icons {
    justify-self: end;
    gap: 0.5rem;
  }

  .store-page-hero .banner,
  .store-page-hero .banner__media {
    min-height: 64rem;
    height: 100svh;
  }

  .store-page-hero__content {
    align-items: flex-end !important;
    padding: 10.8rem 0 2.4rem !important;
  }

  .store-page-hero__shell {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .store-page-hero__copy-stack {
    gap: 0.85rem;
    max-width: 31rem;
  }

  .store-page-hero__eyebrow {
    margin-bottom: 0;
    font-size: 0.92rem;
    letter-spacing: 0.22em;
  }

  .store-page-hero__headline {
    max-width: 15ch;
    font-size: clamp(3.1rem, 8.8vw, 4.4rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .store-page-hero__copy {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .store-page-hero__actions {
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .store-page-hero__actions .button {
    min-height: 4.6rem;
    width: auto !important;
    min-width: 18rem;
    max-width: 100%;
    font-size: 0.96rem;
    padding-inline: 1.9rem;
  }

  .store-page-hero__meta {
    display: none !important;
    }

  .store-page-hero__meta-card {
    min-width: 0 !important;
  }

  .store-page-hero__floating-note {
    display: none;
  }

  .store-collection-feature-grid,
  .store-story-layout,
  .store-product-info-grid,
  .store-product-editorial-grid,
  .store-shop-collections__grid {
    grid-template-columns: 1fr !important;
  }

  .store-collection-feature-card__content,
  .store-shop-collection-card__content {
    padding: 1.8rem;
  }

  .store-story-layout__content,
  .store-product-page .product__info-container {
    padding: 2rem;
  }

  .store-story-layout__media-card {
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    grid-template-columns: 8.4rem 1fr;
  }

  .store-product-page {
    padding-top: 2.8rem;
  }

  .store-product-gallery {
    grid-template-columns: 1fr;
  }

  .store-product-gallery__main .store-product-media img {
    aspect-ratio: 0.8;
  }

  .store-product-gallery__thumbs {
    display: none !important;
  }

  .store-product-cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-product-page .product-form__submit.button--full-width,
  .store-product-cta-row .button,
  .store-wishlist-button {
    width: 100% !important;
    min-width: 0;
  }

  .store-product-accordion summary {
    padding: 1.3rem 1.4rem;
  }

  .store-product-accordion__content {
    padding: 1.2rem 1.4rem 1.35rem;
  }

  .store-checkout-layout--single .store-checkout-card {
    padding: 2.2rem;
  }

  .store-checkout-summary-panel {
    padding: 1.5rem;
  }

  .store-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 1.4rem;
  }

  .footer-block--brand,
  .footer-block--contact {
    grid-column: 1 / -1;
  }

  .store-footer-newsletter-panel {
    padding: 2.4rem 2rem;
  }

  .store-footer-newsletter-panel .footer-block__newsletter {
    width: 100%;
    margin-left: 0;
  }

  .store-footer-newsletter-panel .field__input {
    min-height: 5.8rem;
    padding: 0 6.8rem 0 1.8rem;
    font-size: 1.42rem;
  }

  .store-footer-newsletter-panel .newsletter-form__button {
    width: 4.4rem;
    height: 4.4rem;
    right: 0.7rem;
  }

  .store-footer-social .footer__list-social {
    justify-content: center;
  }

  .store-size-guide-table th,
  .store-size-guide-table td {
    padding: 1rem 0.8rem;
    font-size: 1.16rem;
  }
}

@media screen and (max-width: 749px) {
  .store-section-heading__title {
    font-size: clamp(3.4rem, 10vw, 4.8rem);
  }

  .store-product-page .product__title h1,
  .store-product-why__header h2,
  .store-size-guide-card__header h2,
  .store-info-card h2 {
    font-size: 2.3rem;
  }

  .store-product-page .product__text,
  .store-product-breadcrumb,
  .store-product-subtitle,
  .store-product-why,
  .store-product-benefit-chips,
  .store-product-page .store-product-info-grid {
    display: none !important;
  }

  .store-footer-newsletter-panel,
  .store-story-layout__content,
  .store-info-card,
  .store-size-guide-card {
    border-radius: 2.6rem;
  }

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

  .store-quantity-row {
    grid-template-columns: 1fr;
  }

  .store-product-accordion__summary-copy h3 {
    font-size: 1.2rem;
  }

  .store-checkout-page {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .store-checkout-layout--single .store-checkout-card {
    padding: 1.8rem 1.4rem;
    border-radius: 2.4rem;
  }

  .store-checkout-summary-panel__header {
    display: grid;
    gap: 0.3rem;
  }

  .store-checkout-summary-panel__header .title {
    font-size: 2rem;
  }

  .store-footer-newsletter-panel {
    padding: 2rem 1.6rem;
    border-radius: 2.8rem;
  }

  .store-footer-newsletter-panel .field__input {
    min-height: 5.4rem;
    padding: 0 6rem 0 1.6rem;
    font-size: 1.3rem;
  }

  .store-footer-newsletter-panel .newsletter-form__button {
    width: 4rem;
    height: 4rem;
    right: 0.6rem;
  }

  .footer-block--brand,
  .footer-block--menu,
  .footer-block--contact {
    text-align: left;
  }

  .store-footer-social .footer__list-social {
    justify-content: flex-start;
  }

  .footer-block__details-content .list-menu__item--link {
    width: 100%;
  }

  .store-footer-pill {
    font-size: 0.94rem;
  }
}

/* Final mobile home cleanup */
@media screen and (max-width: 989px) {
  .store-page--home .store-page-hero {
    padding: 0 !important;
    margin-bottom: 0.8rem !important;
  }

  .store-page--home .store-page-hero .banner,
  .store-page--home .store-page-hero .banner__media {
    height: 29rem !important;
    min-height: 29rem !important;
  }

  .store-page--home .store-banner-art__image {
    object-position: 50% 34% !important;
    transform: scale(1.01) !important;
  }

  .store-page--home .store-editorial-section {
    padding-top: 2.8rem !important;
    padding-bottom: 0 !important;
  }

  .store-page--home .store-collections-showcase {
    padding-top: 1.8rem !important;
  }

  .store-page--home .store-best-sellers,
  .store-page--home .store-brand-story {
    padding-top: 2.2rem !important;
  }

  .store-page--home .store-section-heading {
    gap: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }

  .store-page--home .store-section-heading__eyebrow {
    margin-bottom: 0.45rem !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.22em !important;
  }

  .store-page--home .store-section-heading__title {
    max-width: 11ch;
    font-size: clamp(3rem, 8.6vw, 4.2rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.03em !important;
  }

  .store-page--home .store-section-heading__copy {
    max-width: none !important;
    font-size: 1.08rem !important;
    line-height: 1.58 !important;
  }

  .store-page--home .store-best-sellers .store-section-heading__title {
    max-width: none;
    font-size: clamp(2.8rem, 7.8vw, 3.6rem) !important;
  }

  .store-page--home .store-collection-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    align-items: stretch !important;
  }

  .store-page--home .store-collection-feature-card {
    grid-template-rows: minmax(17rem, 18rem) auto !important;
    min-height: 0 !important;
    border-radius: 2.3rem !important;
  }

  .store-page--home .store-collection-feature-card__media {
    aspect-ratio: auto !important;
    min-height: 17rem;
  }

  .store-page--home .store-collection-feature-card__content {
    align-content: start !important;
    gap: 0.5rem !important;
    padding: 1rem 1rem 1.05rem !important;
  }

  .store-page--home .store-collection-feature-card__eyebrow {
    display: block !important;
    margin-bottom: 0.15rem !important;
    font-size: 0.74rem !important;
    letter-spacing: 0.18em !important;
  }

  .store-page--home .store-collection-feature-card__content h3 {
    font-size: 1.72rem !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
    text-wrap: balance;
  }

  .store-page--home .store-collection-feature-card .store-text-link {
    margin-top: 0 !important;
    font-size: 0.86rem !important;
    letter-spacing: 0.14em !important;
  }

  .store-page--home .store-best-sellers .product-grid {
    gap: 1.4rem 0.9rem !important;
  }

  .store-page--home .store-story-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 1rem !important;
    align-items: stretch !important;
  }

  .store-page--home .store-story-layout__media {
    min-height: 0 !important;
    height: auto !important;
    border-radius: 2.4rem !important;
  }

  .store-page--home .store-story-layout__media > img,
  .store-page--home .store-story-layout__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 20% !important;
  }

  .store-page--home .store-story-layout__content {
    min-height: 0 !important;
    gap: 1rem !important;
    padding: 1.4rem !important;
    border-radius: 2.4rem !important;
  }

  .store-page--home .store-story-layout__content > div:first-child {
    gap: 0.9rem !important;
  }

  .store-page--home .store-story-layout__content .store-section-heading__title {
    max-width: none;
    font-size: 2.1rem !important;
    line-height: 0.98 !important;
    margin-bottom: 0.2rem !important;
  }

  .store-page--home .store-story-layout__content p {
    margin-bottom: 0 !important;
    font-size: 0.95rem !important;
    line-height: 1.48 !important;
  }

  .store-page--home .store-story-layout__content .button {
    min-height: 4.2rem !important;
    padding: 0 1.3rem !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.12em !important;
  }

  .footer__content-top {
    padding-top: 1.4rem !important;
    padding-bottom: 0.2rem !important;
  }

  .store-footer-shell {
    gap: 1.4rem !important;
  }

  .store-footer-newsletter-panel {
    gap: 1.2rem !important;
    padding: 1.6rem 1.35rem !important;
    border-radius: 2.6rem !important;
  }

  .store-footer-kicker {
    margin-bottom: 0.45rem !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.18em !important;
  }

  .store-footer-newsletter-panel__copy .footer-block__heading {
    font-size: 2.3rem !important;
    line-height: 0.98 !important;
  }

  .store-footer-newsletter-panel__copy .store-footer-note {
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
  }

  .store-footer-newsletter-panel .field__input {
    min-height: 4.8rem !important;
    padding: 0 5.4rem 0 1.4rem !important;
    font-size: 1.18rem !important;
  }

  .store-footer-newsletter-panel .newsletter-form__button {
    width: 3.8rem !important;
    height: 3.8rem !important;
    right: 0.55rem !important;
  }

  .store-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.8rem 1rem !important;
  }

  .footer-block--brand {
    grid-column: 1 / -1;
    max-width: 42rem !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .footer-block--contact {
    grid-column: auto !important;
  }

  .footer-block__heading {
    font-size: 1.04rem !important;
    margin-bottom: 0.35rem !important;
  }

  .store-footer-note,
  .footer-block__details-content .list-menu__item--link {
    font-size: 0.9rem !important;
    line-height: 1.34 !important;
  }

  .footer-block__details-content {
    gap: 0.1rem !important;
  }

  .footer-block--brand .store-footer-note {
    max-width: 31rem;
    margin: 0.2rem auto 0 !important;
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
  }

  .footer-block--menu,
  .footer-block--contact {
    margin: 0 !important;
  }

  .footer__content-bottom {
    padding-top: 0.1rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 480px) {
  .store-page--home .store-page-hero .banner,
  .store-page--home .store-page-hero .banner__media {
    height: 24.5rem !important;
    min-height: 24.5rem !important;
    max-height: 24.5rem !important;
  }

  .store-page--home .store-section-heading__title {
    max-width: none;
    font-size: clamp(2.4rem, 8vw, 3.2rem) !important;
  }

  .store-page--home .store-best-sellers .store-section-heading__title {
    font-size: clamp(2.5rem, 7vw, 3rem) !important;
  }

  .store-page--home .store-collection-feature-card__content {
    padding: 0.95rem 0.85rem 1rem !important;
  }

  .store-page--home .store-collection-feature-card__content h3 {
    font-size: 1.32rem !important;
  }

  .store-page--home .store-story-layout {
    gap: 0.65rem !important;
  }

  .store-page--home .store-story-layout__content {
    padding: 0.95rem !important;
  }

  .store-page--home .store-story-layout__content .store-section-heading__title {
    font-size: 1.72rem !important;
  }

  .store-page--home .store-story-layout__content p {
    font-size: 0.88rem !important;
  }

  .store-page--home .store-best-sellers .product-grid {
    gap: 0.7rem !important;
  }

  .store-page--home .product-card-wrapper .card__heading a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    font-size: 1.12rem !important;
    line-height: 1.18 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .store-page--home .store-product-card__overlay {
    display: none !important;
  }
}

/* Final product page typography and spacing cleanup */
.store-product-page .product {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(2rem, 4vw, 3.8rem);
}

.store-product-page .product__info-wrapper,
.store-product-page .product__media-wrapper,
.store-product-page .product__info-container {
  min-width: 0;
}

.store-product-page .product__info-container {
  max-width: none !important;
  gap: 1.1rem !important;
  padding: 2rem !important;
}

.store-product-page .product__info-container > * + * {
  margin-top: 0 !important;
}

.store-product-intro__copy {
  display: grid;
  gap: 0.55rem;
}

.store-product-page .product__text {
  font-size: 0.9rem !important;
  letter-spacing: 0.18em !important;
}

.store-product-breadcrumb {
  font-size: 0.92rem !important;
  letter-spacing: 0.15em !important;
}

.store-product-page .product__title {
  margin-top: 0.2rem !important;
}

.store-product-page .product__title h1 {
  max-width: none !important;
  font-family: var(--font-heading-family) !important;
  font-size: clamp(3.1rem, 4vw, 4.8rem) !important;
  font-weight: 600 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

.store-product-subtitle p,
.store-stock-note {
  font-size: 1.08rem !important;
  line-height: 1.55 !important;
}

.store-product-price-panel {
  gap: 0.45rem !important;
  padding: 1.2rem 1.3rem !important;
  border-radius: 1.8rem !important;
}

.store-product-page .price-item--sale,
.store-product-page .price-item--regular {
  font-size: clamp(2.2rem, 3.1vw, 3.1rem) !important;
  line-height: 1 !important;
}

.store-product-why {
  gap: 0.9rem !important;
  padding: 1.35rem !important;
  border-radius: 2rem !important;
}

.store-product-why__header {
  display: grid;
  gap: 0.35rem;
}

.store-product-why__header h2 {
  font-size: 2rem !important;
  line-height: 1.04 !important;
}

.store-product-why__list {
  gap: 0.75rem !important;
}

.store-product-why__list li {
  padding-left: 2rem !important;
  font-size: 1rem !important;
  line-height: 1.52 !important;
}

.store-product-why__list li::before {
  top: 0.55rem !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
}

.store-product-page .form__label {
  font-size: 0.9rem !important;
  letter-spacing: 0.12em !important;
}

.store-color-swatches,
.store-option-pills {
  gap: 0.65rem !important;
}

.store-color-swatch__chip {
  width: 3.4rem !important;
  height: 3.4rem !important;
  box-shadow: 0 0 0 0.35rem rgba(255, 255, 255, 0.45) !important;
}

.store-option-pill span {
  min-width: 4.2rem !important;
  min-height: 3.8rem !important;
  padding: 0 1.1rem !important;
  font-size: 0.92rem !important;
}

.store-size-guide-card {
  gap: 0.85rem !important;
  padding: 1.35rem !important;
  border-radius: 2rem !important;
}

.store-size-guide-card__header h2 {
  font-size: 1.9rem !important;
  line-height: 1.03 !important;
}

.store-size-guide-card__header p {
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

.store-size-guide-table th,
.store-size-guide-table td {
  padding: 0.8rem 0.65rem !important;
  font-size: 0.96rem !important;
}

.store-quantity-row {
  grid-template-columns: 9rem minmax(0, 1fr) !important;
  gap: 0.85rem !important;
}

.store-quantity-input {
  min-height: 4.5rem !important;
  padding: 1rem 1.2rem !important;
  font-size: 1.2rem !important;
}

.store-product-cta-row {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
}

.store-product-page .product-form__submit.button--full-width,
.store-product-cta-row .button,
.store-wishlist-button {
  min-height: 4.4rem !important;
  min-width: 0 !important;
  padding: 0 1.25rem !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.08em !important;
}

.store-product-accordions {
  gap: 0.7rem !important;
}

.store-product-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.store-product-option-card {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  padding: 1rem;
  border: 0.1rem solid rgba(34, 25, 18, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.58);
}

.store-product-option-card--full {
  grid-column: 1 / -1;
}

.store-product-option-card .form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.store-product-option-card .store-color-current {
  color: var(--store-premium-muted);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.store-size-guide-card--accordion {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.store-product-accordion {
  border-radius: 1.6rem !important;
}

.store-product-accordion summary {
  align-items: center !important;
  gap: 0.9rem !important;
  padding: 1rem 1.1rem !important;
}

.store-product-accordion__summary-copy {
  gap: 0.22rem !important;
  min-width: 0;
}

.store-product-accordion__summary-copy .store-info-card__eyebrow {
  font-size: 0.78rem !important;
  letter-spacing: 0.16em !important;
}

.store-product-accordion__summary-copy h3 {
  font-size: 1.12rem !important;
  line-height: 1.14 !important;
}

.store-product-accordion__teaser {
  max-width: none !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}

.store-product-accordion__icon {
  width: 3rem !important;
  height: 3rem !important;
  margin-top: 0 !important;
  border-radius: 0.95rem !important;
}

.store-product-accordion__content {
  gap: 0.75rem !important;
  padding: 0.95rem 1.1rem 1.05rem !important;
}

.store-product-accordion__content p,
.store-product-accordion__content li {
  font-size: 0.96rem !important;
  line-height: 1.58 !important;
}

.store-product-accordion__content ul {
  gap: 0.55rem !important;
  padding-left: 1.2rem !important;
}

@media screen and (max-width: 989px) {
  .store-product-page {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .store-product-page .page-width {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .store-product-page .product {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .store-product-gallery__main .store-product-media {
    border-radius: 2rem !important;
    aspect-ratio: 0.84;
  }

  .store-product-page .product__info-container {
    padding: 0.95rem !important;
    border-radius: 1.6rem !important;
  }

  .store-product-page .product__text,
  .store-product-breadcrumb,
  .store-product-subtitle,
  .store-product-why,
  .store-product-benefit-chips,
  .store-product-page .store-product-info-grid,
  .store-product-cta-row {
    display: none !important;
  }

  .store-product-page .product__title h1 {
    font-size: clamp(1.95rem, 6.7vw, 2.55rem) !important;
    line-height: 1.03 !important;
  }

  .store-product-price-panel {
    padding: 1rem 1.05rem !important;
    border-radius: 1.5rem !important;
  }

  .store-stock-note {
    font-size: 0.92rem !important;
    line-height: 1.4 !important;
  }

  .store-product-page .price-item--sale,
  .store-product-page .price-item--regular {
    font-size: clamp(1.9rem, 6vw, 2.5rem) !important;
  }

  .store-size-guide-table th,
  .store-size-guide-table td {
    padding: 0.72rem 0.45rem !important;
    font-size: 0.88rem !important;
  }

  .store-product-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .store-product-option-card {
    padding: 0.75rem;
    border-radius: 1.2rem;
  }

  .store-color-swatches,
  .store-option-pills {
    gap: 0.45rem !important;
  }

  .store-color-swatch__chip {
    width: 2.85rem !important;
    height: 2.85rem !important;
  }

  .store-option-pill span {
    min-width: 0 !important;
    min-height: 3.1rem !important;
    padding: 0 0.75rem !important;
    font-size: 0.8rem !important;
  }

  .store-quantity-row {
    grid-template-columns: 7.6rem minmax(0, 1fr) !important;
    gap: 0.55rem !important;
  }

  .store-product-cta-row {
    display: none !important;
  }

  .store-product-page .product-form__submit.button--full-width,
  .store-product-cta-row .button,
  .store-wishlist-button {
    width: 100% !important;
    min-height: 4rem !important;
    font-size: 0.84rem !important;
    padding: 0 1rem !important;
  }

  .store-product-accordion summary {
    align-items: flex-start !important;
    padding: 0.82rem 0.95rem !important;
  }

  .store-product-accordion__summary-copy h3 {
    font-size: 0.96rem !important;
  }

  .store-product-accordion__teaser {
    font-size: 0.78rem !important;
  }

  .store-product-accordion__icon {
    width: 2.55rem !important;
    height: 2.55rem !important;
  }

  .store-product-accordion__content {
    padding: 0.8rem 0.95rem 0.9rem !important;
  }

  .store-product-accordion__content p,
  .store-product-accordion__content li {
    font-size: 0.86rem !important;
  }
}

/* Desktop collections intro cleanup */
.store-page--home .store-collections-showcase {
  padding-top: 2.2rem !important;
}

.store-page--home .store-collections-showcase .store-section-heading {
  max-width: 112rem;
  margin: 0 auto 2rem !important;
  gap: 1.8rem !important;
  align-items: center !important;
}

.store-page--home .store-collections-showcase .store-section-heading--row {
  display: grid !important;
  grid-template-columns: minmax(0, 48rem) minmax(28rem, 42rem);
  justify-content: space-between;
}

.store-page--home .store-collections-showcase .store-section-heading__eyebrow {
  margin-bottom: 0.55rem !important;
  font-size: 1rem !important;
  letter-spacing: 0.22em !important;
}

.store-page--home .store-collections-showcase .store-section-heading__title {
  max-width: none;
  font-size: clamp(3.4rem, 4vw, 4.8rem) !important;
  font-family: var(--font-body-family) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.store-page--home .store-collections-showcase .store-section-heading__copy {
  max-width: 34rem;
  margin-left: auto;
  font-size: 1.28rem !important;
  line-height: 1.56 !important;
}

/* Product page cleanup */
.store-product-page .product__info-container {
  gap: 1.8rem;
  padding: 1.2rem 0 0;
  border-radius: 0;
}

.store-product-intro__copy {
  display: grid;
  gap: 0.9rem;
}

.store-product-intro .product__text {
  color: var(--store-premium-muted);
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.store-product-breadcrumb,
.store-product-subtitle,
.store-product-why,
.store-product-cta-row,
.store-wishlist-button {
  display: none !important;
}

.store-product-page .product__title h1 {
  font-family: var(--font-body-family) !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.02 !important;
}

.store-product-price-panel {
  display: grid;
  gap: 0.95rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.store-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.store-product-page .price__sale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}

.store-product-page .price__sale .price-item--regular {
  order: 1;
  color: rgba(23, 17, 13, 0.6);
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  text-decoration-thickness: 0.12rem;
}

.store-product-page .price__sale .price-item--sale {
  order: 2;
  font-size: clamp(2rem, 2.4vw, 2.6rem);
}

.store-product-page .price__regular .price-item--regular {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
}

.store-product-sale-badge,
.store-stock-note--pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3.8rem;
  padding: 0.6rem 1.6rem;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
}

.store-product-sale-badge {
  background: #17110d;
  color: #fff8f0;
  font-weight: 600;
}

.store-stock-note--pill {
  background: rgba(247, 242, 234, 0.95);
  color: var(--store-premium-muted);
}

.store-product-accordions {
  gap: 1rem;
}

.store-product-options-panel {
  display: grid;
  gap: 1.8rem;
  padding-top: 0.2rem;
}

.store-product-option-stack {
  display: grid;
  gap: 0.9rem;
}

.store-product-accordion {
  border-radius: 1.8rem !important;
  background: #f4f4f4;
  border-color: rgba(23, 17, 13, 0.08);
  box-shadow: none !important;
  transform: none !important;
}

.store-product-accordion:hover,
.store-product-accordion[open] {
  background: #f4f4f4;
  border-color: rgba(23, 17, 13, 0.12);
}

.store-product-accordion summary {
  align-items: center;
  padding: 1.4rem 1.6rem !important;
}

.store-product-accordion__summary-copy {
  gap: 0.2rem !important;
}

.store-product-accordion__summary-copy h3 {
  font-family: var(--font-body-family) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

.store-product-accordion__teaser {
  color: var(--store-premium-muted);
}

.store-product-accordion__icon {
  background: #fffdf9;
}

.store-product-options-panel .form__label {
  display: block;
  margin: 0;
  color: var(--store-premium-muted);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.store-product-options-panel .store-color-current {
  color: var(--store-premium-muted);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.store-color-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.store-option-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.store-option-pill span {
  min-width: 5.4rem;
  min-height: 4.6rem;
  background: #fffdf9;
  font-size: 1rem;
  font-weight: 500;
}

.store-quantity-control {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr) 4.8rem;
  align-items: center;
  min-height: 5.8rem;
  max-width: 14.8rem;
  border: 0.1rem solid rgba(23, 17, 13, 0.18);
  background: #fffdf9;
  box-shadow: 0 0.5rem 1.6rem rgba(23, 17, 13, 0.08);
}

.store-quantity-button {
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--store-premium-muted);
  font-size: 2.2rem;
  cursor: pointer;
}

.store-quantity-input {
  min-height: 5.8rem;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  text-align: center;
  font-size: 1.6rem;
}

.store-product-form-actions {
  display: grid;
  gap: 1rem;
}

.store-product-page .product-form__submit.button--full-width {
  width: 100%;
  min-width: 0;
  min-height: 5.4rem;
  border-radius: 0;
  font-family: var(--font-body-family);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

body.store-page--premium .button.button--outline,
.store-product-page .product-form__submit.button--outline {
  background: #fffdf9;
  color: #17110d;
  border: 0.1rem solid rgba(23, 17, 13, 0.8);
}

.store-button-buy-now {
  background: #17110d !important;
  color: #fffdf9 !important;
}

.store-product-description {
  display: grid;
  gap: 1rem;
  padding-top: 0.6rem;
}

.store-product-description h2 {
  margin: 0;
  font-family: var(--font-body-family);
  font-size: clamp(2.1rem, 2.6vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.store-product-description .rte,
.store-product-description .rte p {
  color: var(--store-premium-muted);
  font-size: 1.7rem;
  line-height: 1.72;
}

.store-product-description__highlights {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.8rem;
  color: var(--store-premium-muted);
}

@media screen and (max-width: 989px) {
  .store-product-page .product__info-container {
    gap: 1.4rem;
    padding: 0.8rem 0 0 !important;
  }

  .store-product-intro .product__text {
    display: block !important;
    font-size: 0.88rem;
    letter-spacing: 0.14em;
  }

  .store-product-page .product__title h1 {
    font-size: clamp(2.2rem, 7.4vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  .store-product-price-row {
    gap: 0.85rem;
  }

  .store-product-page .price__sale,
  .store-product-page .price__regular {
    gap: 0.9rem;
  }

  .store-product-page .price__sale .price-item--regular,
  .store-product-page .price__sale .price-item--sale,
  .store-product-page .price__regular .price-item--regular {
    font-size: 1.5rem !important;
    line-height: 1.18;
  }

  .store-product-sale-badge,
  .store-stock-note--pill {
    min-height: 3.4rem;
    padding: 0.55rem 1.3rem;
    font-size: 0.95rem;
  }

  .store-product-options-panel {
    gap: 1.4rem;
    padding-top: 0;
  }

  .store-product-option-stack {
    gap: 0.75rem;
  }

  .store-product-options-panel .form__label,
  .store-product-options-panel .store-color-current {
    font-size: 0.98rem;
  }

  .store-color-swatch__chip {
    width: 3.3rem !important;
    height: 3.3rem !important;
    box-shadow: none !important;
  }

  .store-color-swatches,
  .store-option-pills {
    gap: 0.7rem;
  }

  .store-option-pill span {
    min-width: 4.4rem !important;
    min-height: 4rem !important;
    padding: 0 0.95rem !important;
    font-size: 0.94rem !important;
  }

  .store-quantity-control {
    grid-template-columns: 4.4rem minmax(0, 1fr) 4.4rem;
    min-height: 5rem;
    max-width: 14.5rem;
  }

  .store-quantity-input {
    min-height: 5rem;
    font-size: 1.45rem;
  }

  .store-product-page .product-form__submit.button--full-width {
    min-height: 5rem;
    font-size: 0.96rem;
  }

  .store-product-description {
    gap: 0.85rem;
  }

  .store-product-description h2 {
    font-size: 1.9rem;
    line-height: 1.25;
  }

  .store-product-description .rte,
  .store-product-description .rte p,
  .store-product-description__highlights li {
    font-size: 1.05rem;
    line-height: 1.68;
  }

  .store-product-accordion summary {
    padding: 1.15rem 1.2rem !important;
  }

  .store-product-accordion__summary-copy .store-info-card__eyebrow,
  .store-product-accordion__teaser {
    display: none !important;
  }

  .store-product-accordion__summary-copy h3 {
    font-size: 1.05rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .store-page--home .store-collections-showcase .store-section-heading--row {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 34rem);
  }

  .store-page--home .store-collections-showcase .store-section-heading__title {
    font-size: clamp(3rem, 3.8vw, 4.2rem) !important;
  }
}

@media screen and (max-width: 989px) {
  .store-page--home .store-collections-showcase .store-section-heading--row {
    grid-template-columns: 1fr !important;
  }

  .store-page--home .store-collections-showcase .store-section-heading__title {
    max-width: none !important;
    font-size: clamp(2.4rem, 7.8vw, 3.2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.07em !important;
  }

  .store-page--home .announcement-bar-section .utility-bar {
    display: block !important;
    position: relative !important;
    z-index: 41 !important;
  }

  .store-page--home .section-header--overlay {
    position: absolute !important;
    inset: 0 0 auto !important;
    z-index: 40 !important;
  }

  .store-page--home .section-header--overlay .announcement-bar-section {
    position: static !important;
  }

  .store-page--home .store-site-header--overlay {
    position: absolute !important;
    inset: 3.8rem 0 auto !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .store-page--home .store-site-header__inner {
    min-height: 4.8rem !important;
    padding-inline: 1.2rem !important;
    padding-top: 0.9rem !important;
    padding-bottom: 0 !important;
  }

  .store-page--home .store-brand-mark__logo {
    height: 3.4rem !important;
  }

  .store-page--home .header__icons {
    gap: 0.35rem !important;
  }

  .store-page--home .header__icon .svg-wrapper img {
    filter: brightness(0) invert(1) !important;
  }

  .store-page--home .store-page-hero {
    padding-bottom: 0 !important;
  }

  .store-page--home .store-page-hero .banner,
  .store-page--home .store-page-hero .banner__media {
    height: 26rem !important;
    min-height: 26rem !important;
    max-height: 26rem !important;
  }

  .store-page--home .store-page-hero__content {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .store-page--home .store-page-hero__copy-stack {
    gap: 0.8rem !important;
  }

  .store-page--home .store-page-hero__headline {
    max-width: 8ch !important;
    font-size: clamp(3.4rem, 9vw, 4.6rem) !important;
    line-height: 0.92 !important;
  }

  .store-page--home .store-page-hero__copy {
    display: none !important;
  }

  .store-page--home .store-page-hero .button {
    min-height: 4.4rem !important;
    padding-inline: 1.8rem !important;
    font-size: 0.96rem !important;
  }

  .store-page--home .store-collection-feature-grid {
    gap: 0.85rem !important;
  }

  .store-page--home .store-collection-feature-card {
    display: flex !important;
    flex-direction: column !important;
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 2.1rem !important;
  }

  .store-page--home .store-collection-feature-card__media {
    flex: 0 0 auto !important;
    min-height: 14rem !important;
  }

  .store-page--home .store-collection-feature-card__content {
    flex: 0 0 auto !important;
    align-content: start !important;
    gap: 0.3rem !important;
    padding: 0.8rem 0.9rem 1rem !important;
  }

  .store-page--home .store-collection-feature-card__content h3 {
    font-size: 1.36rem !important;
    line-height: 0.96 !important;
  }

  .store-page--home .store-collection-feature-card .store-text-link {
    margin-top: 0 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.14em !important;
  }

  .store-page--home .store-best-sellers .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.8rem !important;
  }

  .store-page--home .product-card-wrapper .card__heading a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    font-size: 1.08rem !important;
    line-height: 1.2 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .store-page--home .product-card-wrapper .card__information {
    padding-top: 0.85rem !important;
  }

  .store-page--home .product-card-wrapper .card__badge.top {
    display: none !important;
  }

  .store-page--home .store-product-card__overlay {
    display: none !important;
  }

  .store-page--home .product-card-wrapper .store-card-media img:nth-child(2) {
    display: none !important;
  }

  .store-page--home .product-card-wrapper:active,
  .store-page--home .store-collection-feature-card:active,
  .store-page--home .store-product-card__favorite:active,
  .store-page--home .store-product-card__quick-add-button:active {
    transform: scale(0.985) !important;
  }

  .store-page--home .store-story-layout {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  .store-page--home .store-story-layout__media {
    max-height: 22rem !important;
  }

  .store-page--home .store-story-layout__media > img,
  .store-page--home .store-story-layout__media img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 22rem !important;
  }

  .store-page--home .store-story-layout__content {
    gap: 0.35rem !important;
    padding: 0.7rem 0.9rem 0.75rem !important;
  }

  .store-page--home .store-story-layout__content > div:first-child {
    display: grid;
    gap: 0.18rem !important;
  }

  .store-page--home .store-story-layout__content p {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .store-page--home .store-story-layout__content p + p {
    display: none !important;
  }

  .store-page--home .store-story-layout__content .button {
    display: none !important;
  }
}

/* Minimal footer with quick links only */
.store-footer-grid--quick {
  grid-template-columns: 1fr;
  justify-items: center;
}

.footer-block--quick-links {
  width: min(100%, 82rem);
  text-align: center;
}

.footer-block--quick-links .footer-block__heading {
  margin-bottom: 1rem;
}

.footer-block--quick-links .footer-block__details-content {
  grid-template-columns: repeat(auto-fit, minmax(14rem, max-content));
  justify-content: center;
  gap: 0.75rem 1.8rem;
}

.footer-block--quick-links .footer-block__details-content li {
  display: flex;
  justify-content: center;
}

.footer-block--quick-links .footer-block__details-content .list-menu__item--link {
  width: auto;
  font-size: 1rem;
  line-height: 1.35;
}

@media screen and (max-width: 989px) {
  .store-page--home .announcement-bar__message--marquee {
    max-width: 100%;
  }

  .store-page--home .announcement-bar__marquee {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 2.2rem;
    width: max-content;
    min-width: 100%;
    animation: storeAnnouncementMarquee 14s linear infinite !important;
    will-change: transform;
  }

  .store-page--home .announcement-bar__marquee-item:nth-child(2) {
    display: inline-flex !important;
  }

  .store-page--home .announcement-bar__marquee-item {
    flex: 0 0 auto;
    gap: 0.65rem !important;
    white-space: nowrap;
  }

  .store-footer-grid--quick {
    grid-template-columns: 1fr !important;
  }

  .footer-block--quick-links {
    width: 100%;
  }

  .footer-block--quick-links .footer-block__heading {
    margin-bottom: 0.7rem !important;
  }

  .footer-block--quick-links .footer-block__details-content {
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 0.45rem 1.2rem !important;
  }

  .footer-block--quick-links .footer-block__details-content .list-menu__item--link {
    font-size: 0.9rem !important;
  }

  .store-footer-newsletter-panel {
    padding: 1rem 1rem 1.1rem !important;
    gap: 0.9rem !important;
  }

  .store-footer-note {
    display: none !important;
  }

  .store-footer-newsletter-panel .footer-block__heading {
    font-size: 1.55rem !important;
    line-height: 1.05 !important;
  }

  .store-footer-newsletter-panel .field__input {
    min-height: 4.4rem !important;
    padding-right: 5.2rem !important;
    font-size: 1.05rem !important;
  }

  .store-footer-newsletter-panel .newsletter-form__button {
    width: 3.4rem !important;
    height: 3.4rem !important;
  }
}

.store-page--home .product-card-wrapper.product-card-wrapper--has-secondary .store-card-media img:nth-child(2) {
  display: block !important;
}

.store-page--home .store-collection-feature-grid {
  align-items: stretch !important;
}

.store-page--home .store-collection-feature-card {
  align-self: stretch !important;
  height: 100% !important;
}

.store-page--home .store-collection-feature-card__media {
  aspect-ratio: 4 / 5 !important;
  min-height: 0 !important;
}
