*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--store-paper);
  color: var(--store-ink);
  font-family: var(--store-font-sans);
  line-height: 1.5;
  text-size-adjust: 100%;
}

body.storefront {
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--store-paper);
}

body.storefront.is-nav-open {
  overflow: hidden;
}

body.storefront[data-storefront-page="product"] {
  background: #fff;
}

body.storefront[data-storefront-page="product"] .store-header {
  background: rgba(255, 255, 255, 0.96);
}

.storefront img {
  display: block;
  max-width: 100%;
}

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

.storefront button,
.storefront input,
.storefront select,
.storefront textarea {
  color: inherit;
  font: inherit;
}

.storefront button,
.storefront select {
  cursor: pointer;
}

.storefront :focus-visible {
  outline: 3px solid var(--store-accent-hover);
  outline-offset: 3px;
}

.storefront h1,
.storefront h2,
.storefront h3,
.storefront p {
  margin-top: 0;
}

.store-skip-link {
  position: fixed;
  top: var(--store-space-3);
  left: var(--store-space-3);
  z-index: 100;
  transform: translateY(-150%);
  border-radius: var(--store-radius-small);
  background: var(--store-ink);
  color: #fff;
  padding: var(--store-space-2) var(--store-space-3);
}

.store-skip-link:focus {
  transform: none;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--store-header-height);
  border-bottom: 1px solid var(--store-line);
  background: rgba(251, 252, 253, 0.96);
  backdrop-filter: blur(18px);
}

.store-header__inner {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(320px, 720px) auto;
  align-items: center;
  justify-content: space-between;
  gap: var(--store-space-6);
  width: min(calc(100% - 48px), var(--store-container));
  min-height: var(--store-header-height);
  margin: 0 auto;
}

.store-brand {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  line-height: 1;
}

.store-brand span {
  letter-spacing: 0;
  font-family: var(--store-font-serif);
  font-size: 28px;
  font-style: italic;
  font-weight: 450;
}

.store-nav {
  display: flex;
  justify-content: flex-start;
  gap: var(--store-space-5);
}

.store-nav a {
  min-height: 40px;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  color: var(--store-muted);
  font-size: 14px;
  transition: border-color var(--store-motion), color var(--store-motion);
}

.store-nav a:hover,
.store-nav a.is-active {
  border-color: var(--store-accent);
  color: var(--store-ink);
}

.store-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: var(--store-space-5);
}

.store-header-quick-actions {
  display: flex;
  align-items: center;
  gap: 2px;
}

.store-search {
  position: relative;
  width: 100%;
  max-width: 720px;
  min-width: 0;
  justify-self: center;
}

.store-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.store-search__field {
  position: relative;
  width: 100%;
}

.store-search input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius-round);
  background: #fff;
  padding: 0 58px 0 var(--store-space-5);
  font-size: 15px;
  transition: border-color var(--store-motion), box-shadow var(--store-motion);
}

.store-search input:focus {
  border-color: var(--store-accent);
  box-shadow: 0 0 0 3px rgba(52, 56, 60, 0.12);
  outline: 0;
}

.store-search__submit {
  position: absolute;
  top: 50%;
  right: 4px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: var(--store-ink);
  color: #fff;
  padding: 0;
}

.store-search__submit svg,
.store-search-toggle svg,
.store-header-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.store-search__submit svg {
  stroke: #fff;
}

.store-search-suggestions {
  position: absolute;
  top: calc(100% + var(--store-space-2));
  right: 0;
  left: 0;
  z-index: 60;
  max-height: min(540px, calc(100vh - var(--store-header-height) - 32px));
  overflow-y: auto;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: #fff;
  box-shadow: var(--store-shadow);
  padding: var(--store-space-2);
}

.store-search-suggestions[hidden] {
  display: none;
}

.store-search-suggestions__status,
.store-search-suggestions__empty {
  margin: 0;
  padding: var(--store-space-4);
  color: var(--store-muted);
  font-size: 13px;
}

.store-search-suggestions__group + .store-search-suggestions__group {
  margin-top: var(--store-space-2);
  border-top: 1px solid var(--store-line);
  padding-top: var(--store-space-2);
}

.store-search-suggestions__title {
  margin: 0;
  padding: 6px var(--store-space-3);
  color: var(--store-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-search-suggestion {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 48px;
  align-items: center;
  gap: var(--store-space-3);
  border-radius: var(--store-radius-small);
  padding: 6px var(--store-space-3);
}

.store-search-suggestion:hover,
.store-search-suggestion.is-active {
  background: var(--store-surface-soft);
}

.store-search-suggestion__icon,
.store-search-suggestion img {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: var(--store-radius-small);
  background: var(--store-surface-soft);
  color: var(--store-accent);
  object-fit: cover;
  font-family: var(--store-font-serif);
  font-size: 20px;
}

.store-search-suggestion__copy {
  min-width: 0;
}

.store-search-suggestion__copy strong,
.store-search-suggestion__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-search-suggestion__copy strong {
  font-size: 14px;
}

.store-search-suggestion__copy small,
.store-search-suggestion > small {
  color: var(--store-muted);
  font-size: 12px;
}

.store-search-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--store-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  padding: 0;
}

.store-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.store-header-action {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--store-ink-soft);
  padding: 0;
  transition: background var(--store-motion), color var(--store-motion), transform var(--store-motion);
}

.store-header-action:hover,
.store-header-action.is-active {
  background: var(--store-surface-soft);
  color: var(--store-ink);
  transform: translateY(-1px);
}

.store-header-action strong {
  position: absolute;
  top: 0;
  right: -2px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--store-ink);
  color: #fff;
  padding: 0 4px;
  font-size: 10px;
  line-height: 1;
}

.store-header-action strong[hidden] {
  display: none;
}

.store-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
}

.store-nav-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: var(--store-ink);
}

.store-page {
  width: min(calc(100% - 48px), var(--store-container));
  margin: 0 auto;
  padding: var(--store-space-10) 0 var(--store-space-20);
}

.store-page--home {
  padding-top: 0;
  padding-bottom: 0;
}

.store-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--store-space-2);
  margin-bottom: var(--store-space-2);
  color: var(--store-accent-hover);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.store-eyebrow::before {
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
}

.storefront h1,
.storefront h2 {
  margin-bottom: var(--store-space-4);
  font-family: var(--store-font-serif);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.04;
}

.storefront h1 {
  font-size: 56px;
}

.storefront h2 {
  font-size: 42px;
}

.store-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--store-ink-soft);
  font-size: 17px;
}

.storefront .store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--store-accent);
  border-radius: var(--store-radius-small);
  background: var(--store-accent);
  color: var(--store-on-accent);
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 750;
  transition: background var(--store-motion), border-color var(--store-motion), transform var(--store-motion);
}

.store-button:hover:not(:disabled) {
  border-color: var(--store-accent-hover);
  background: var(--store-accent-hover);
  transform: translateY(-1px);
}

.storefront .store-button--secondary {
  border-color: var(--store-line-strong);
  background: transparent;
  color: var(--store-ink);
}

.storefront .store-button--secondary:hover:not(:disabled) {
  background: var(--store-surface);
  color: var(--store-accent);
}

.store-button--compact {
  min-height: 34px;
  padding: 6px 11px;
  font-size: 12px;
}

.store-button--wide {
  width: 100%;
}

.store-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.store-step {
  min-height: calc(100svh - var(--store-header-height));
  scroll-margin-top: var(--store-header-height);
  border-bottom: 1px solid var(--store-line);
  padding: var(--store-space-10) 0 var(--store-space-14);
  opacity: 0.45;
  transition: opacity var(--store-motion);
}

.store-step[hidden] {
  display: none;
}

.store-step.is-active,
.store-step.is-complete {
  opacity: 1;
}

.store-step__header {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: var(--store-space-8);
  align-items: start;
  margin-bottom: var(--store-space-10);
}

.store-step__header--result {
  grid-template-columns: 132px minmax(0, 1fr) auto;
}

.store-step__mark {
  display: grid;
  gap: var(--store-space-3);
  justify-items: start;
}

.store-step__mark span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--store-line-strong);
  border-radius: 50%;
  background: var(--store-surface);
  color: var(--store-accent-hover);
  font-family: var(--store-font-serif);
  font-size: 19px;
}

.store-step__mark p {
  max-width: 104px;
  margin: 0;
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.35;
}

.store-type-grid,
.store-theme-grid,
.store-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--store-space-6);
  padding-left: 164px;
}

.store-palette-0 { --store-tint: var(--store-blue); }
.store-palette-1 { --store-tint: var(--store-mint); }
.store-palette-2 { --store-tint: var(--store-rose); }
.store-palette-3 { --store-tint: var(--store-lemon); }
.store-palette-4 { --store-tint: var(--store-lilac); }

.store-type-card {
  display: grid;
  grid-template-rows: 240px auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--store-radius);
  background: var(--store-tint, var(--store-surface-soft));
  transition: border-color var(--store-motion), box-shadow var(--store-motion), transform var(--store-motion);
}

.store-type-card:hover,
.store-type-card.is-selected {
  border-color: var(--store-accent-hover);
  box-shadow: var(--store-shadow-small);
  transform: translateY(-4px);
}

.store-type-card__media {
  display: grid;
  place-items: end center;
  overflow: hidden;
  padding: var(--store-space-5) var(--store-space-5) 0;
}

.store-type-card__media img {
  width: 160px;
  aspect-ratio: 3 / 4;
  border-radius: var(--store-radius-small) var(--store-radius-small) 0 0;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(52, 56, 60, 0.14);
}

.store-type-card__caption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px var(--store-space-3);
  align-items: baseline;
  padding: var(--store-space-4) var(--store-space-5) var(--store-space-5);
  background: rgba(255, 255, 255, 0.78);
}

.store-type-card__caption small {
  grid-row: span 2;
  color: var(--store-accent-hover);
  font-family: var(--store-font-mono);
  font-size: 11px;
}

.store-type-card__caption strong {
  overflow-wrap: anywhere;
  font-family: var(--store-font-serif);
  font-size: 23px;
  font-weight: 450;
  line-height: 1.1;
}

.store-type-card__caption span {
  color: var(--store-muted);
  font-size: 12px;
}

.store-theme-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-4);
}

.store-theme-card {
  position: relative;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  min-height: 154px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--store-radius);
  background: var(--store-tint, var(--store-surface-soft));
  text-align: left;
  transition: border-color var(--store-motion), box-shadow var(--store-motion), transform var(--store-motion);
}

.store-theme-card:hover,
.store-theme-card.is-selected {
  border-color: var(--store-accent-hover);
  box-shadow: var(--store-shadow-small);
  transform: translateY(-3px);
}

.store-theme-card__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
}

.store-theme-card__media img {
  width: 100%;
  height: 154px;
  object-fit: contain;
}

.store-theme-card__copy {
  display: grid;
  align-content: center;
  gap: var(--store-space-1);
  min-width: 0;
  padding: var(--store-space-4);
}

.store-theme-card__copy small {
  color: var(--store-accent-hover);
  font-family: var(--store-font-mono);
  font-size: 11px;
}

.store-theme-card__copy strong {
  overflow-wrap: anywhere;
  font-family: var(--store-font-serif);
  font-size: 21px;
  font-weight: 450;
  line-height: 1.1;
}

.store-theme-card__count {
  align-self: end;
  padding: var(--store-space-4);
  color: var(--store-accent-hover);
  font-family: var(--store-font-serif);
  font-size: 20px;
}

.store-flow-state {
  grid-column: 1 / -1;
  min-height: 160px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-surface);
  padding: var(--store-space-8);
  color: var(--store-muted);
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--store-space-10) var(--store-space-5);
}

.store-product-card {
  position: relative;
  min-width: 0;
}

.store-favorite-toggle {
  position: absolute;
  top: var(--store-space-4);
  right: var(--store-space-4);
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(37, 41, 44, 0.14);
  border-radius: var(--store-radius-round);
  background: rgba(255, 255, 255, 0.92);
  color: var(--store-ink);
  box-shadow: var(--store-shadow-small);
  cursor: pointer;
  transition: color var(--store-motion), background-color var(--store-motion), transform var(--store-motion);
}

.store-favorite-toggle svg {
  width: 21px;
  height: 21px;
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.store-favorite-toggle:hover,
.store-favorite-toggle:focus-visible {
  transform: translateY(-1px);
}

.store-favorite-toggle.is-active {
  background: var(--store-accent);
  color: var(--store-on-accent);
}

.store-favorite-toggle.is-active svg {
  fill: currentColor;
}

.store-favorite-toggle:disabled {
  cursor: wait;
  opacity: 0.65;
}

.store-product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--store-radius);
  background: var(--store-surface-soft);
  transition: border-color var(--store-motion), box-shadow var(--store-motion);
}

.store-product-card:hover .store-product-card__media,
.store-product-card:focus-within .store-product-card__media {
  border-color: var(--store-line-strong);
  box-shadow: var(--store-shadow-small);
}

.store-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.store-product-card__media:hover .store-product-card__image,
.store-product-card__media:focus-visible .store-product-card__image {
  transform: scale(1.025);
}

.store-catalog-page .store-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.5);
  padding: var(--store-space-2);
  transition: border-color var(--store-motion), background-color var(--store-motion), box-shadow var(--store-motion), transform var(--store-motion);
}

.store-cart-link__icon {
  flex: 0 0 auto;
}

.store-catalog-page .store-product-card__media {
  border: 0;
}

.store-catalog-page .store-product-card:hover,
.store-catalog-page .store-product-card:focus-within {
  border-color: var(--store-line-strong);
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
  transform: translateY(-3px);
}

.store-catalog-page .store-product-card:hover .store-product-card__media,
.store-catalog-page .store-product-card:focus-within .store-product-card__media {
  border-color: transparent;
  box-shadow: none;
}

.store-product-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: var(--store-space-2);
  padding: var(--store-space-3) var(--store-space-1) 0;
}

.store-product-card__price {
  font-family: var(--store-font-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.store-product-card__title {
  display: -webkit-box;
  min-height: 47px;
  overflow: hidden;
  font-family: var(--store-font-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-product-card__footer {
  align-self: end;
  min-height: 52px;
  border-top: 1px solid var(--store-line);
  padding-top: var(--store-space-2);
}

.store-product-card__footer > .store-button {
  width: 100%;
}

.store-card-cart-control {
  width: 100%;
}

.store-card-cart-control > .store-button {
  width: 100%;
}

.store-card-cart-control > [hidden] {
  display: none;
}

.store-card-quantity {
  display: grid;
  grid-template-columns: 42px minmax(34px, 1fr) 42px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius-small);
  background: var(--store-surface-soft);
  color: var(--store-accent);
}

.store-card-quantity button,
.store-card-quantity output {
  display: grid;
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  place-items: center;
}

.store-card-quantity button {
  padding: 0;
  font-size: 22px;
  line-height: 1;
  transition: background-color var(--store-motion);
}

.store-card-quantity button:hover {
  background: var(--store-surface);
}

.store-card-quantity output {
  font-weight: 750;
}

.store-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: var(--store-blue);
  color: var(--store-accent-hover);
  font-family: var(--store-font-serif);
  font-size: 64px;
}

.store-catalog-page {
  padding-top: var(--store-space-14);
}

.store-catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--store-space-8);
  align-items: end;
  border-bottom: 1px solid var(--store-line);
  padding-bottom: var(--store-space-6);
}

.store-catalog-head h1 {
  margin-bottom: var(--store-space-2);
}

.store-result-count {
  color: var(--store-accent-hover);
  font-family: var(--store-font-serif);
  font-size: 22px;
  font-weight: 500;
}

.store-catalog-theme-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(340px, 32vw, 440px);
  overflow: hidden;
  align-items: center;
  border-radius: 14px;
  background: #090807;
  box-shadow: var(--store-shadow);
  color: #f8f0df;
}

.store-catalog-theme-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.store-catalog-theme-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 4, 0.93) 0%, rgba(8, 7, 5, 0.82) 34%, rgba(8, 7, 5, 0.18) 66%, rgba(8, 7, 5, 0.03) 100%);
  content: "";
}

.store-catalog-theme-hero__content {
  display: grid;
  gap: var(--store-space-4);
  width: min(48%, 600px);
  padding: clamp(36px, 5vw, 72px);
}

.store-catalog-theme-hero .store-eyebrow {
  margin: 0;
  color: #d7ad62;
}

.store-catalog-theme-hero h1 {
  margin: 0;
  color: #fff8e9;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.92;
  text-wrap: balance;
}

.store-catalog-theme-hero__lead {
  max-width: 490px;
  margin: 0;
  color: rgba(255, 248, 233, 0.84);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.45;
  text-wrap: balance;
}

.store-catalog-theme-hero__count {
  justify-self: start;
  border: 1px solid rgba(215, 173, 98, 0.55);
  border-radius: var(--store-radius-round);
  background: rgba(15, 12, 8, 0.54);
  padding: 8px 14px;
  color: #f1d69d;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.store-catalog-sidebar {
  display: none;
}

.store-catalog-sidebar__form {
  display: grid;
  max-height: calc(100vh - var(--store-header-height) - var(--store-space-8));
  overflow-y: auto;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.72);
  padding: var(--store-space-5);
  scrollbar-width: thin;
}

.store-catalog-sidebar .store-filter-group legend {
  font-family: var(--store-font-sans);
  font-size: 15px;
  font-weight: 750;
}

.store-catalog-sidebar .store-filter-group > label {
  font-size: 14px;
}

.store-catalog-sidebar .store-field > span,
.store-catalog-sidebar :is(input, select) {
  font-size: 14px;
}

.store-catalog-sidebar input {
  accent-color: var(--store-ink);
}

.store-catalog-sidebar .store-field,
.store-catalog-sidebar .store-filter-group {
  margin-bottom: var(--store-space-5);
}

.store-catalog-sidebar__actions {
  display: block;
  border-top: 1px solid var(--store-line);
  padding-top: var(--store-space-4);
}

.store-catalog-sidebar__actions .store-button {
  width: 100%;
  min-width: 0;
  padding-inline: var(--store-space-2);
}

.store-filter-panel {
  margin: var(--store-space-6) 0 var(--store-space-10);
  border-radius: var(--store-radius);
  background: var(--store-surface-soft);
  padding: var(--store-space-3);
}

.store-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--store-space-2);
}

.store-filter-button {
  display: inline-flex;
  align-items: center;
  gap: var(--store-space-2);
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: var(--store-radius-small);
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 13px;
  color: var(--store-ink-soft);
  font-size: 13px;
  transition: border-color var(--store-motion), box-shadow var(--store-motion);
}

.store-filter-button:hover,
.store-filter-button.is-active {
  border-color: var(--store-line-strong);
  box-shadow: var(--store-shadow-small);
  color: var(--store-accent);
}

.store-filter-button > span:last-child {
  color: var(--store-muted);
  font-size: 11px;
}

.storefront .store-filter-button--primary {
  border-color: var(--store-accent);
  background: var(--store-accent);
  color: var(--store-on-accent);
}

.storefront .store-filter-button--primary:hover {
  border-color: var(--store-accent-hover);
  background: var(--store-accent-hover);
  color: var(--store-on-accent);
}

.store-sort {
  display: flex;
  align-items: center;
  gap: var(--store-space-2);
  margin-left: auto;
  padding: 0 var(--store-space-2);
}

.store-theme-filter {
  flex: 0 0 auto;
  width: min(var(--store-theme-select-width, 18ch), 100%);
  min-width: 0;
  max-width: 100%;
}

.store-theme-filter label {
  display: block;
}

.store-theme-filter label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.store-theme-filter select {
  width: 100%;
  max-width: 340px;
  height: 42px;
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius-small);
  background: #fff;
  padding: 0 34px 0 var(--store-space-3);
  font-size: 13px;
}

.store-sort label {
  color: var(--store-muted);
  font-size: 12px;
}

.store-sort select {
  height: 38px;
  border: 0;
  background: transparent;
  font-weight: 650;
}

.store-active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--store-space-2);
  padding: 0;
}

.store-active-filters a {
  min-height: 30px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-small);
  background: var(--store-surface);
  padding: 5px 9px;
  color: var(--store-ink-soft);
  font-size: 12px;
}

.store-active-filters a:first-child {
  border-color: transparent;
  background: transparent;
  color: var(--store-accent-hover);
}

.store-active-filters a:not(:first-child) {
  border-color: var(--store-ink);
  background: var(--store-ink);
  color: #fff;
  font-weight: 650;
}

.store-catalog-page .store-product-card .store-button,
.storefront .store-filter-button--primary {
  border-color: var(--store-ink);
  background: var(--store-ink);
  color: #fff;
}

.store-catalog-page .store-product-card .store-button:hover:not(:disabled),
.storefront .store-filter-button--primary:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

@media (min-width: 1321px) {
  .store-catalog-page {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    column-gap: var(--store-space-6);
  }

  .store-catalog-page > .store-catalog-head,
  .store-catalog-page > .store-catalog-theme-hero {
    grid-column: 2;
  }

  .store-catalog-page > .store-catalog-theme-hero {
    min-height: clamp(260px, 22vw, 340px);
  }

  .store-catalog-page > .store-catalog-theme-hero .store-catalog-theme-hero__content {
    gap: var(--store-space-3);
    padding: clamp(28px, 3.2vw, 48px);
  }

  .store-catalog-page > .store-catalog-theme-hero h1 {
    font-size: clamp(46px, 4.2vw, 66px);
  }

  .store-catalog-sidebar {
    position: sticky;
    top: calc(var(--store-header-height) + var(--store-space-4));
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: start;
    margin-top: 0;
  }

  .store-catalog-page > .store-filter-panel,
  .store-catalog-page > .store-empty-state,
  .store-catalog-page > [data-catalog-feed] {
    grid-column: 2;
  }

  .store-catalog-page > .store-filter-panel {
    margin: var(--store-space-4) 0 var(--store-space-6);
    border-bottom: 1px solid var(--store-line);
    border-radius: 0;
    background: transparent;
    padding: 0 0 var(--store-space-3);
  }

  .store-catalog-page .store-filter-bar > .store-filter-button {
    display: none;
  }

  .store-catalog-page .store-filter-bar {
    min-height: 42px;
    flex-wrap: nowrap;
  }

  .store-catalog-page .store-active-filters {
    min-width: 0;
  }

  .store-catalog-page .store-sort {
    flex: 0 0 auto;
  }

  .store-catalog-page .store-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--store-space-6) var(--store-space-2);
  }
}

.store-filter-drawer {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.store-filter-drawer::backdrop {
  background: rgba(37, 41, 44, 0.48);
}

.store-filter-drawer__panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 460px);
  height: 100%;
  margin-left: auto;
  background: var(--store-surface);
  box-shadow: -20px 0 60px rgba(37, 41, 44, 0.16);
}

.store-filter-drawer__panel > header,
.store-filter-drawer__panel > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--store-space-4);
  border-bottom: 1px solid var(--store-line);
  padding: var(--store-space-6);
}

.store-filter-drawer__panel > header {
  background: var(--store-blue);
}

.store-filter-drawer__panel > header h2 {
  margin: 0;
  font-size: 34px;
}

.store-filter-drawer__panel > header button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--store-line-strong);
  border-radius: 50%;
  background: var(--store-surface);
  font-size: 24px;
}

.store-filter-drawer__body {
  overflow-y: auto;
  padding: var(--store-space-6);
}

.store-filter-drawer__panel > footer {
  border-top: 1px solid var(--store-line);
  border-bottom: 0;
  background: var(--store-surface-soft);
}

.store-filter-drawer__panel > footer > * {
  flex: 1;
}

.store-field {
  display: grid;
  gap: var(--store-space-2);
  margin-bottom: var(--store-space-6);
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 700;
}

.store-field input,
.store-field select,
.store-field textarea,
.store-price-fields input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius-small);
  background: var(--store-surface);
  padding: 8px 11px;
  color: var(--store-ink);
}

.store-field textarea {
  min-height: 132px;
  resize: vertical;
}

.store-filter-group {
  display: grid;
  gap: var(--store-space-2);
  margin: 0 0 var(--store-space-6);
  border: 0;
  border-top: 1px solid var(--store-line);
  padding: var(--store-space-5) 0 0;
}

.store-filter-group legend {
  padding: 0 0 var(--store-space-3);
  font-family: var(--store-font-serif);
  font-size: 22px;
  font-weight: 550;
}

.store-filter-group > label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--store-space-3);
  align-items: center;
  min-height: 34px;
}

.store-filter-group small {
  color: var(--store-muted);
}

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

.store-price-fields legend {
  grid-column: 1 / -1;
}

.store-price-fields > label {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--store-space-1);
  color: var(--store-muted);
  font-size: 12px;
}

.store-empty-state {
  min-height: 320px;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
  padding: var(--store-space-16) 0;
  text-align: center;
}

.store-empty-state h2 {
  font-size: 36px;
}

.store-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--store-space-4);
  margin-top: var(--store-space-14);
}

.store-pagination a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--store-line-strong);
  border-radius: 50%;
  background: var(--store-surface);
}

.store-pagination span {
  color: var(--store-muted);
  font-size: 13px;
}

.store-pagination[hidden],
.store-catalog-progress[hidden],
.store-catalog-progress__spinner[hidden] {
  display: none;
}

.store-catalog-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--store-space-3);
  min-height: 72px;
  margin-top: var(--store-space-10);
  border-top: 1px solid var(--store-line);
  padding-top: var(--store-space-6);
  color: var(--store-muted);
  font-size: 13px;
  text-align: center;
}

.store-catalog-progress__spinner {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid var(--store-line-strong);
  border-top-color: var(--store-accent-hover);
  border-radius: 50%;
  animation: store-catalog-spin 700ms linear infinite;
}

.store-catalog-progress.is-error [data-catalog-status] {
  color: var(--store-danger);
}

.store-catalog-progress.is-complete [data-catalog-status] {
  color: var(--store-ink-soft);
}

@keyframes store-catalog-spin {
  to {
    transform: rotate(360deg);
  }
}

.store-breadcrumbs {
  display: flex;
  gap: var(--store-space-2);
  overflow: hidden;
  margin-bottom: var(--store-space-8);
  color: var(--store-muted);
  font-size: 12px;
  white-space: nowrap;
}

.store-breadcrumbs > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-product-page {
  padding-top: var(--store-space-6);
}

.store-product-page .store-breadcrumbs {
  margin-bottom: var(--store-space-4);
}

.store-product-detail {
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(380px, 1fr);
  gap: var(--store-space-16);
  align-items: start;
  border-radius: var(--store-radius);
  background: #fff;
  padding: var(--store-space-10);
}

.store-product-gallery {
  width: min(100%, 430px);
  justify-self: center;
}

.store-product-gallery__main {
  display: grid;
  aspect-ratio: 3 / 4;
  place-items: center;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #fff;
  box-shadow: var(--store-shadow-small);
}

.store-product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.store-product-gallery__main.is-changing img {
  opacity: 0;
  transform: translateX(-14px) scale(0.99);
}

.store-product-gallery__main.is-changing.is-previous img {
  transform: translateX(14px) scale(0.99);
}

.store-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--store-space-3);
  margin-top: var(--store-space-4);
}

.store-gallery-thumb {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--store-radius-small);
  background: var(--store-surface);
  padding: 0;
}

.store-gallery-thumb.is-selected {
  border-color: var(--store-accent-hover);
  box-shadow: var(--store-shadow-small);
}

.store-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1181px) {
  .store-product-page .store-product-detail {
    grid-template-columns: minmax(380px, 510px) minmax(280px, 1fr) minmax(250px, 300px);
    gap: var(--store-space-6);
    padding: var(--store-space-6) var(--store-space-10) var(--store-space-10);
  }

  .store-product-page .store-product-gallery {
    grid-column: 1;
    grid-row: 1;
  }

  .store-product-page .store-product-summary {
    grid-column: 2;
    grid-row: 1;
  }

  .store-product-page .store-product-purchase {
    position: sticky;
    top: calc(var(--store-header-height) + var(--store-space-4));
    grid-column: 3;
    grid-row: 1;
  }

  .store-product-page .store-product-gallery {
    display: grid;
    grid-template-columns: 68px minmax(0, 430px);
    gap: var(--store-space-3);
    width: min(100%, 510px);
    align-items: start;
  }

  .store-product-page .store-product-gallery__main {
    grid-column: 2;
    grid-row: 1;
  }

  .store-product-page .store-gallery-thumbs {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr;
    max-height: calc(573px - var(--store-space-4));
    overflow-y: auto;
    align-content: start;
    gap: var(--store-space-3);
    margin-top: var(--store-space-4);
    scrollbar-width: thin;
  }

  .store-product-page .store-gallery-thumb {
    width: 68px;
  }
}

.store-product-summary {
  grid-column: 2;
  max-width: 680px;
  padding-top: var(--store-space-4);
}

.store-product-summary h1 {
  overflow-wrap: anywhere;
  font-size: 48px;
}

.store-product-variants {
  min-width: 0;
  margin: 0 0 var(--store-space-5);
}

.store-product-variants__head {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: var(--store-space-3);
  margin-bottom: var(--store-space-2);
}

.store-product-variants h2 {
  margin: 0;
  color: var(--store-muted);
  font-family: var(--store-font-sans);
  font-size: 12px;
  font-weight: 650;
}

.store-product-variants__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--store-muted);
  padding: 4px 0;
  font-size: 12px;
  font-weight: 650;
}

.store-product-variants__all:hover {
  color: var(--store-ink);
}

.store-product-variants__all span {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.store-product-variants__rail {
  position: relative;
  min-width: 0;
}

.store-product-variants__list {
  display: flex;
  gap: var(--store-space-2);
  overflow-x: auto;
  padding: 2px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.store-product-variants__list::-webkit-scrollbar {
  display: none;
}

.store-product-variants__next {
  position: absolute;
  top: 50%;
  right: 6px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(37, 41, 44, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(37, 41, 44, 0.16);
  color: var(--store-ink);
  transform: translateY(-50%);
  transition: opacity var(--store-motion), transform var(--store-motion);
}

.store-product-variants__next:hover {
  transform: translateY(-50%) scale(1.04);
}

.store-product-variants__next[hidden] {
  display: none;
}

.store-product-variants__next svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.store-product-variant {
  display: grid;
  flex: 0 0 68px;
  width: 68px;
  aspect-ratio: 3 / 4;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius-small);
  background: var(--store-surface);
  transition: border-color var(--store-motion), box-shadow var(--store-motion), transform var(--store-motion);
}

.store-product-variant:hover {
  border-color: var(--store-ink-soft);
  transform: translateY(-1px);
}

.store-product-variant.is-selected {
  border: 2px solid var(--store-ink);
  box-shadow: 0 0 0 2px rgba(37, 41, 44, 0.08);
}

.store-product-variant img,
.store-product-variant .store-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-product-variants-dialog {
  width: min(980px, calc(100% - 32px));
  max-width: none;
  max-height: min(88dvh, 840px);
  overflow: hidden;
  border: 0;
  border-radius: var(--store-radius);
  background: #fff;
  box-shadow: 0 28px 80px rgba(20, 25, 28, 0.28);
  padding: 0;
}

.store-product-variants-dialog::backdrop {
  background: rgba(20, 25, 28, 0.58);
  backdrop-filter: blur(2px);
}

body.is-store-variants-open {
  overflow: hidden;
}

.store-product-variants-dialog__panel {
  display: grid;
  max-height: min(88dvh, 840px);
  grid-template-rows: auto minmax(0, 1fr);
}

.store-product-variants-dialog__panel > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--store-space-6);
  border-bottom: 1px solid var(--store-line);
  padding: var(--store-space-6) var(--store-space-8);
}

.store-product-variants-dialog__panel > header h2 {
  margin: 0;
  color: var(--store-ink);
  font-family: var(--store-font-serif);
  font-size: 32px;
  font-weight: 550;
}

.store-product-variants-dialog__panel > header p {
  margin: 4px 0 0;
  color: var(--store-muted);
  font-size: 13px;
}

.store-product-variants-dialog__panel > header button {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--store-surface-soft);
  color: var(--store-ink);
}

.store-product-variants-dialog__panel > header button:hover {
  background: var(--store-line);
}

.store-product-variants-dialog__panel > header svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.store-product-variants-dialog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));
  gap: var(--store-space-4);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: var(--store-space-6) var(--store-space-8) var(--store-space-8);
}

.store-product-variant--all {
  width: 100%;
  aspect-ratio: 3 / 4;
  flex-basis: auto;
}

.store-product-intro {
  max-width: 660px;
  color: var(--store-ink-soft);
}

.store-product-price {
  display: block;
  margin: 0;
  color: var(--store-accent-hover);
  font-family: var(--store-font-serif);
  font-size: 30px;
  font-weight: 550;
}

.store-product-purchase {
  grid-column: 2;
  display: grid;
  gap: var(--store-space-5);
  align-self: start;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-surface);
  box-shadow: var(--store-shadow-small);
  padding: var(--store-space-6);
}

.store-product-purchase .store-product-price {
  font-size: 34px;
}

.store-product-cart-control > .store-button,
.store-product-quantity {
  min-height: 58px;
}

.store-product-quantity {
  grid-template-columns: 54px minmax(60px, 1fr) 54px;
  border-color: var(--store-ink);
  background: var(--store-ink);
  color: #fff;
}

.store-product-quantity button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.store-product-purchase__info {
  display: grid;
  gap: var(--store-space-4);
  border-top: 1px solid var(--store-line);
  padding-top: var(--store-space-5);
}

.store-product-purchase__info > div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: var(--store-space-3);
}

.store-product-purchase__info svg {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  fill: none;
  stroke: var(--store-ink-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.store-product-purchase__info span {
  display: grid;
  gap: 3px;
}

.store-product-purchase__info strong {
  color: var(--store-ink);
  font-family: var(--store-font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.store-product-purchase__info small {
  color: var(--store-muted);
  font-size: 11px;
  line-height: 1.45;
}

.store-option-group {
  margin: 0 0 var(--store-space-5);
  border: 0;
  padding: 0;
}

.store-option-group legend {
  margin-bottom: var(--store-space-2);
  color: var(--store-muted);
  font-size: 12px;
}

.store-option-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: var(--store-space-2);
}

.store-option-group input {
  position: absolute;
  opacity: 0;
}

.store-option-group span {
  display: inline-flex;
  min-width: 42px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius-small);
  background: var(--store-surface);
  padding: 7px 11px;
}

.store-option-group label {
  cursor: pointer;
}

.store-option-group input:focus-visible + span {
  outline: 2px solid var(--store-accent-hover);
  outline-offset: 2px;
}

.store-option-group input:checked + span {
  border-color: var(--store-accent);
  background: var(--store-accent);
  color: #fff;
}

.store-spec-list {
  margin: 0;
  border-top: 1px solid var(--store-line-strong);
}

.store-spec-list > div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: var(--store-space-5);
  border-bottom: 1px solid var(--store-line);
  padding: 12px 0;
}

.store-spec-list dt {
  color: var(--store-muted);
}

.store-spec-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.store-product-description {
  margin-bottom: var(--store-space-4);
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
}

.store-product-description summary {
  display: grid;
  gap: var(--store-space-2);
  cursor: pointer;
  padding: var(--store-space-4) 0;
  color: var(--store-ink-soft);
  list-style: none;
}

.store-product-description summary::-webkit-details-marker,
.store-product-specifications summary::-webkit-details-marker {
  display: none;
}

.store-product-description__toggle {
  color: var(--store-accent);
  font-size: 12px;
  font-weight: 750;
}

.store-product-description__less,
.store-product-description[open] .store-product-description__preview,
.store-product-description[open] .store-product-description__more {
  display: none;
}

.store-product-description[open] .store-product-description__less {
  display: inline;
}

.store-product-description p {
  margin: 0;
  padding: 0 0 var(--store-space-4);
  color: var(--store-ink-soft);
  white-space: pre-line;
}

.store-product-specifications {
  margin-top: var(--store-space-8);
  border-top: 1px solid var(--store-line-strong);
  border-bottom: 1px solid var(--store-line);
}

.store-product-specifications > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--store-space-4);
  cursor: pointer;
  padding: var(--store-space-4) 0;
  color: var(--store-ink);
  font-weight: 750;
  list-style: none;
}

.store-product-specifications__chevron {
  display: inline-grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--store-accent);
  transition:
    border-color var(--store-motion),
    background-color var(--store-motion),
    transform var(--store-motion);
}

.store-product-specifications__chevron::before {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.store-product-specifications > summary:hover .store-product-specifications__chevron {
  border-color: var(--store-line);
  background: var(--store-surface-soft);
}

.store-product-specifications[open] .store-product-specifications__chevron {
  transform: rotate(180deg);
}

.store-related-section {
  margin-top: var(--store-space-20);
}

.store-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--store-space-6);
  margin-bottom: var(--store-space-8);
  border-bottom: 1px solid var(--store-line);
  padding-bottom: var(--store-space-5);
}

.store-section-head h2 {
  margin: 0;
  font-size: 36px;
}

.store-section-head > a {
  color: var(--store-accent-hover);
  font-weight: 700;
}

.store-info-page,
.store-cart-page {
  width: min(calc(100% - 48px), 1120px);
  padding-top: var(--store-space-16);
}

.store-info-head {
  margin-bottom: var(--store-space-12);
}

.store-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-4);
}

.store-info-grid section {
  min-height: 240px;
  border-radius: var(--store-radius);
  background: var(--store-blue);
  padding: var(--store-space-6);
}

.store-info-grid section:nth-child(2) { background: var(--store-mint); }
.store-info-grid section:nth-child(3) { background: var(--store-lemon); }

.store-info-grid section > span {
  color: var(--store-accent-hover);
  font-family: var(--store-font-mono);
  font-size: 12px;
}

.store-info-grid h2 {
  margin-top: var(--store-space-8);
  font-size: 29px;
}

.store-info-grid p {
  color: var(--store-ink-soft);
}

.store-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: var(--store-space-8);
  align-items: start;
}

.store-cart-main {
  min-width: 0;
}

.store-cart-head h1 {
  margin-top: 0;
}

.store-cart-items {
  display: grid;
  gap: var(--store-space-3);
}

.store-cart-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto auto 34px;
  gap: var(--store-space-4);
  align-items: center;
  border-bottom: 1px solid var(--store-line);
  padding: 0 0 var(--store-space-3);
}

.store-cart-row img,
.store-cart-row__placeholder {
  width: 88px;
  aspect-ratio: 3 / 4;
  border-radius: var(--store-radius-small);
  background: var(--store-blue);
  object-fit: cover;
}

.store-cart-row h2 {
  margin: 0 0 var(--store-space-1);
  font-family: var(--store-font-serif);
  font-size: 20px;
}

.store-cart-row p {
  margin: 0;
  color: var(--store-muted);
}

.store-cart-quantity {
  display: flex;
  align-items: center;
  gap: var(--store-space-2);
}

.store-cart-quantity button,
.store-cart-remove {
  width: 34px;
  height: 34px;
  border: 1px solid var(--store-line);
  border-radius: 50%;
  background: var(--store-surface);
}

.store-cart-summary {
  position: sticky;
  top: calc(var(--store-header-height) + var(--store-space-4));
  display: grid;
  gap: var(--store-space-4);
  border-radius: var(--store-radius);
  background: var(--store-blue);
  padding: var(--store-space-6);
}

.store-cart-summary > span,
.store-cart-summary > p {
  color: var(--store-muted);
  font-size: 12px;
}

.store-cart-summary > strong {
  font-family: var(--store-font-serif);
  font-size: 32px;
}

.store-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(216, 178, 110, 0.36);
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 178, 110, 0.1), transparent 30%),
    linear-gradient(135deg, #202528 0%, #2d3235 58%, #24292c 100%);
  color: #fff;
}

.store-footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), var(--store-container));
  height: 1px;
  background: linear-gradient(90deg, #d8b26e 0 96px, rgba(255, 255, 255, 0.13) 96px 100%);
  content: "";
  transform: translateX(-50%);
}

.store-footer__inner {
  display: grid;
  grid-template-columns: minmax(270px, 1.5fr) repeat(3, minmax(140px, 1fr));
  gap: clamp(32px, 4vw, 72px);
  width: min(calc(100% - 48px), var(--store-container));
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) 0 clamp(48px, 5vw, 72px);
}

.store-footer__brand {
  max-width: 360px;
}

.store-footer__logo {
  display: inline-block;
  color: #fff;
  font-family: var(--store-font-serif);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.store-footer__brand > p {
  max-width: 330px;
  margin: var(--store-space-6) 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

.store-footer__catalog-link {
  display: inline-flex;
  align-items: center;
  gap: var(--store-space-3);
  border: 1px solid rgba(216, 178, 110, 0.54);
  border-radius: 999px;
  color: #f2d49e;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 650;
  transition: background var(--store-motion), color var(--store-motion), transform var(--store-motion);
}

.store-footer__catalog-link span {
  font-size: 17px;
  line-height: 1;
}

.store-footer__catalog-link:hover {
  background: #d8b26e;
  color: #202528;
  transform: translateY(-2px);
}

.store-footer__group {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 11px;
}

.store-footer__group h2 {
  margin: 0 0 var(--store-space-3);
  color: #d8b26e;
  font-family: var(--store-font-sans);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-footer__group a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
  transition: color var(--store-motion), transform var(--store-motion);
}

.store-footer__group a:hover {
  color: #fff;
  transform: translateX(3px);
}

.store-footer__owner p {
  margin: 0;
  color: #fff;
  font-family: var(--store-font-serif);
  font-size: 18px;
  line-height: 1.35;
}

.store-footer__owner > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.5;
}

.store-footer__owner a {
  margin-top: var(--store-space-2);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.store-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.store-footer__bottom > div {
  display: flex;
  justify-content: space-between;
  gap: var(--store-space-6);
  width: min(calc(100% - 48px), var(--store-container));
  margin: 0 auto;
  padding: var(--store-space-5) 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.store-toast {
  position: fixed;
  right: var(--store-space-5);
  bottom: var(--store-space-5);
  z-index: 80;
  max-width: min(360px, calc(100vw - 40px));
  border: 1px solid var(--store-line-strong);
  border-radius: var(--store-radius);
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
  padding: 12px 15px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--store-motion), transform var(--store-motion);
}

.store-toast.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .store-header__inner {
    grid-template-columns: minmax(150px, 180px) minmax(280px, 1fr) auto;
    gap: var(--store-space-4);
  }

  .store-actions,
  .store-nav {
    gap: var(--store-space-3);
  }

  .store-step__header,
  .store-step__header--result {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  .store-step__header--result > .store-button {
    grid-column: 2;
    justify-self: start;
  }

  .store-type-grid,
  .store-theme-grid,
  .store-result-grid {
    padding-left: 138px;
  }

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

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

@media (max-width: 920px) {
  :root {
    --store-header-height: 68px;
  }

  .store-header__inner {
    grid-template-columns: 1fr auto auto;
    width: min(calc(100% - 32px), var(--store-container));
  }

  .store-nav-toggle {
    display: block;
  }

  .store-nav {
    position: fixed;
    inset: var(--store-header-height) 0 auto;
    display: none;
    border-bottom: 1px solid var(--store-line);
    background: var(--store-paper);
    padding: var(--store-space-4);
  }

  body.is-nav-open .store-nav {
    display: grid;
  }

  .store-nav a {
    border: 0;
    padding: var(--store-space-3);
  }

  .store-search-toggle {
    display: grid;
  }

  .store-search {
    position: fixed;
    inset: var(--store-header-height) 0 auto;
    display: none;
    width: 100%;
    max-width: none;
    border-bottom: 1px solid var(--store-line);
    background: var(--store-paper);
    padding: var(--store-space-3) max(var(--store-space-4), calc((100vw - var(--store-container)) / 2));
  }

  body.is-search-open .store-search {
    display: block;
  }

  .store-search input,
  .store-search input:focus {
    width: 100%;
  }

  .store-search-suggestions {
    top: calc(100% + 1px);
    right: max(var(--store-space-4), calc((100vw - var(--store-container)) / 2));
    left: max(var(--store-space-4), calc((100vw - var(--store-container)) / 2));
  }

  .store-page {
    width: min(calc(100% - 32px), var(--store-container));
  }

  .storefront h1 {
    font-size: 46px;
  }

  .storefront h2 {
    font-size: 36px;
  }

  .store-step__header,
  .store-step__header--result {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: var(--store-space-4);
  }

  .store-type-grid,
  .store-theme-grid,
  .store-result-grid {
    padding-left: 94px;
  }

  .store-product-detail {
    grid-template-columns: minmax(280px, 0.85fr) minmax(340px, 1.15fr);
    gap: var(--store-space-8);
    padding: var(--store-space-6);
  }

  .store-product-summary h1 {
    font-size: 40px;
  }

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

  .store-info-grid section {
    min-height: 180px;
  }
}

@media (max-width: 700px) {
  .store-header__inner {
    grid-template-columns: 1fr auto auto;
    gap: var(--store-space-1);
    width: calc(100% - 24px);
  }

  .store-actions {
    gap: var(--store-space-1);
  }

  .store-brand span {
    font-size: 24px;
  }

  .store-profile-link,
  .store-favorites-link {
    display: none;
  }

  .store-page,
  .store-info-page,
  .store-cart-page {
    width: calc(100% - 24px);
  }

  .store-product-page {
    padding-top: 0;
  }

  .store-product-page .store-breadcrumbs {
    display: none;
  }

  .storefront h1 {
    font-size: 38px;
  }

  .storefront h2 {
    font-size: 32px;
  }

  .store-lead {
    font-size: 15px;
  }

  .store-step {
    padding: var(--store-space-8) 0 var(--store-space-10);
  }

  .store-step__header,
  .store-step__header--result {
    grid-template-columns: 48px minmax(0, 1fr);
    margin-bottom: var(--store-space-6);
  }

  .store-step__mark span {
    width: 40px;
    height: 40px;
  }

  .store-step__mark p {
    display: none;
  }

  .store-type-grid,
  .store-theme-grid,
  .store-result-grid,
  .store-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--store-space-4);
    padding-left: 0;
  }

  .store-type-card {
    grid-template-rows: 190px auto;
  }

  .store-type-card__media img {
    width: 128px;
  }

  .store-type-card__caption {
    padding: var(--store-space-3);
  }

  .store-type-card__caption strong {
    font-size: 19px;
  }

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

  .store-theme-card {
    grid-template-columns: 104px minmax(0, 1fr) auto;
    min-height: 132px;
  }

  .store-theme-card__media img {
    height: 132px;
  }

  .store-product-card__title {
    font-size: 17px;
  }

  .store-product-card__footer .store-button {
    width: 100%;
  }

  .store-product-card__footer .store-card-cart-control {
    width: 100%;
  }

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

  .store-catalog-theme-hero {
    min-height: 360px;
    align-items: end;
    border-radius: var(--store-radius);
  }

  .store-catalog-theme-hero > img {
    object-position: 69% center;
  }

  .store-catalog-theme-hero::after {
    background: linear-gradient(0deg, rgba(5, 5, 4, 0.96) 0%, rgba(5, 5, 4, 0.72) 43%, rgba(5, 5, 4, 0.12) 82%);
  }

  .store-catalog-theme-hero__content {
    gap: var(--store-space-3);
    width: 100%;
    padding: var(--store-space-6);
  }

  .store-catalog-theme-hero h1 {
    font-size: 46px;
  }

  .store-catalog-theme-hero__lead {
    max-width: 32ch;
    font-size: 15px;
  }

  .store-filter-bar > .store-filter-button:not(:first-child) {
    display: none;
  }

  .store-sort {
    flex: 1;
    justify-content: flex-end;
  }

  .store-sort label {
    display: none;
  }

  .store-sort select {
    max-width: 170px;
  }

  .store-product-page .store-product-detail {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% + 24px);
    margin-left: -12px;
    border-radius: 0;
    padding: 0;
  }

  .store-product-page .store-product-gallery {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .store-product-page .store-product-gallery__main {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    touch-action: pan-y;
  }

  .store-product-page .store-gallery-thumbs {
    display: none;
  }

  .store-product-summary {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
    padding: var(--store-space-4);
  }

  .store-product-variants__next {
    right: 2px;
    width: 38px;
    height: 38px;
  }

  .store-product-variants-dialog {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
  }

  .store-product-variants-dialog__panel {
    max-height: 100dvh;
  }

  .store-product-variants-dialog__panel > header {
    padding: var(--store-space-5) var(--store-space-4);
  }

  .store-product-variants-dialog__panel > header h2 {
    font-size: 28px;
  }

  .store-product-variants-dialog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--store-space-3);
    padding: var(--store-space-4);
  }

  .store-product-purchase {
    grid-column: 1;
    min-width: 0;
    max-width: calc(100% - (2 * var(--store-space-4)));
    box-sizing: border-box;
    margin: 0 var(--store-space-4) var(--store-space-4);
  }

  .store-product-summary h1 {
    font-size: 36px;
  }

  .store-spec-list > div {
    grid-template-columns: 1fr;
    gap: var(--store-space-1);
  }

  .store-section-head {
    align-items: start;
    flex-direction: column;
  }

  .store-product-grid--related > :nth-child(n + 3) {
    display: none;
  }

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

  .store-cart-row {
    grid-template-columns: 70px minmax(0, 1fr) auto;
  }

  .store-cart-row img,
  .store-cart-row__placeholder {
    width: 70px;
  }

  .store-cart-row > strong {
    grid-column: 2;
  }

  .store-cart-summary {
    position: static;
  }

  .store-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 32px);
    gap: var(--store-space-10) var(--store-space-8);
    padding: var(--store-space-14) 0 var(--store-space-10);
  }

  .store-footer__brand {
    grid-column: 1 / -1;
    max-width: 440px;
  }

  .store-footer__bottom > div {
    width: calc(100% - 32px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-product-gallery__main img {
    transition: none;
  }
}

@media (max-width: 420px) {
  .store-footer::before {
    width: calc(100% - 24px);
  }

  .store-footer__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    gap: var(--store-space-10);
    padding: var(--store-space-12) 0 var(--store-space-10);
  }

  .store-footer__brand {
    grid-column: auto;
  }

  .store-footer__logo {
    font-size: 43px;
  }

  .store-footer__bottom > div {
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 24px);
    gap: var(--store-space-2);
  }

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

  .store-result-grid,
  .store-product-grid {
    gap: var(--store-space-4) var(--store-space-2);
  }

  .store-product-card__body {
    gap: 6px;
    padding-top: var(--store-space-2);
  }

  .store-product-card__title {
    min-height: 39px;
    font-size: 15px;
    line-height: 1.25;
  }

  .store-product-card__footer {
    min-height: 0;
    gap: var(--store-space-2);
  }

  .store-product-card__price {
    font-size: 18px;
  }

  .store-product-card__footer .store-button {
    min-height: 36px;
    padding: 6px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }

  .store-type-card {
    grid-template-rows: 220px auto;
  }

  .store-type-card__media img {
    width: 148px;
  }
}

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

  .storefront *,
  .storefront *::before,
  .storefront *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .store-catalog-progress__spinner {
    animation: none;
  }
}

/* Storefront delivery */
.store-delivery-page {
  width: min(calc(100% - 48px), 1320px);
  padding: clamp(32px, 4vw, 64px) 0 clamp(72px, 8vw, 120px);
}

.store-delivery-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 510px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 16%, rgba(216, 178, 110, 0.2), transparent 30%),
    linear-gradient(135deg, #202528 0%, #2f3437 100%);
  color: #fff;
}

.store-delivery-hero::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.store-delivery-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 760px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 88px);
}

.store-delivery-hero .store-eyebrow {
  color: #e5c88f;
}

.store-delivery-hero h1 {
  max-width: 770px;
  margin-bottom: var(--store-space-6);
  color: #fff;
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: 0.96;
}

.store-delivery-hero__lead {
  max-width: 660px;
  margin-bottom: var(--store-space-8);
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.store-delivery-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--store-space-4);
}

.store-delivery-hero .store-button {
  min-height: 50px;
  border-color: #fff;
  background: #fff;
  color: #202528;
}

.store-delivery-hero .store-button:hover {
  border-color: #e5c88f;
  background: #e5c88f;
}

.store-delivery-status {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.store-delivery-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e5c88f;
  box-shadow: 0 0 0 5px rgba(229, 200, 143, 0.12);
}

.store-delivery-hero__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
}

.store-delivery-hero__visual::after {
  position: absolute;
  inset: auto -15% -40% auto;
  width: 88%;
  aspect-ratio: 1;
  border: 1px solid rgba(229, 200, 143, 0.3);
  border-radius: 50%;
  content: "";
}

.store-delivery-hero__visual > p {
  position: absolute;
  right: 44px;
  bottom: 46px;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--store-font-serif);
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
}

.store-delivery-hero__visual > p strong {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}

.store-delivery-parcel {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 2;
  width: 168px;
  height: 142px;
  transform: translateX(-50%) rotate(-4deg);
  border: 1px solid #e5c88f;
  border-radius: 8px;
  background: linear-gradient(145deg, #e7cc99, #c89c55);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.store-delivery-parcel::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 38px;
  height: calc(100% + 2px);
  transform: translateX(-50%);
  background: rgba(255, 248, 224, 0.62);
  content: "";
}

.store-delivery-parcel::after {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 62px;
  height: 48px;
  transform: translateX(-50%);
  border: 1px solid rgba(32, 37, 40, 0.18);
  background: #f8f4ea;
  content: "";
}

.store-delivery-parcel i {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 1;
  width: 38px;
  height: 3px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(90deg, #202528 0 2px, transparent 2px 4px);
}

.store-delivery-route {
  position: absolute;
  top: 244px;
  left: 50%;
  width: 44%;
  height: 118px;
  transform: translateX(-50%) rotate(-4deg);
  border-right: 2px dashed rgba(229, 200, 143, 0.55);
  border-bottom: 2px dashed rgba(229, 200, 143, 0.55);
  border-radius: 0 0 50% 0;
}

.store-delivery-pin,
.store-delivery-mini-pin {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-radius: 50% 50% 50% 4px;
  background: #f8f4ea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.store-delivery-pin::after,
.store-delivery-mini-pin::after {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #2b3033;
  content: "";
}

.store-delivery-pin--one { top: 290px; left: 28%; }
.store-delivery-pin--two { top: 340px; left: 56%; width: 40px; height: 40px; background: #e5c88f; }
.store-delivery-pin--two::after { inset: 13px; }
.store-delivery-pin--three { top: 268px; right: 15%; opacity: 0.55; }

.store-delivery-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: var(--store-space-5) 0 clamp(72px, 8vw, 116px);
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: #fff;
}

.store-delivery-benefits article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: var(--store-space-4);
  padding: clamp(24px, 3vw, 38px);
}

.store-delivery-benefits article + article {
  border-left: 1px solid var(--store-line);
}

.store-delivery-benefits article > span {
  color: var(--store-muted);
  font-family: var(--store-font-mono);
  font-size: 11px;
}

.store-delivery-benefits h2 {
  margin-bottom: 6px;
  font-family: var(--store-font-sans);
  font-size: 17px;
}

.store-delivery-benefits p {
  margin: 0;
  color: var(--store-muted);
  font-size: 14px;
}

.store-delivery-steps > header,
.store-delivery-notes > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: var(--store-space-8);
  margin-bottom: var(--store-space-8);
}

.store-delivery-steps > header .store-eyebrow,
.store-delivery-notes > header .store-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.store-delivery-steps > header h2,
.store-delivery-notes > header h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
}

.store-delivery-steps > header > p:last-child {
  margin: 0;
  color: var(--store-muted);
  font-size: 16px;
}

.store-delivery-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-delivery-steps li {
  min-height: 280px;
  border-radius: var(--store-radius);
  background: var(--store-blue);
  padding: clamp(28px, 3vw, 42px);
}

.store-delivery-steps li:nth-child(2) { background: var(--store-mint); }
.store-delivery-steps li:nth-child(3) { background: var(--store-lemon); }

.store-delivery-steps li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 76px;
  border: 1px solid rgba(32, 37, 40, 0.22);
  border-radius: 50%;
  font-family: var(--store-font-mono);
  font-size: 12px;
}

.store-delivery-steps h3 {
  margin: 0 0 var(--store-space-2);
  font-family: var(--store-font-serif);
  font-size: 29px;
  font-weight: 500;
}

.store-delivery-steps li p {
  max-width: 30ch;
  margin: 0;
  color: var(--store-ink-soft);
  font-size: 14px;
}

.store-delivery-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: center;
  margin: clamp(72px, 9vw, 132px) 0;
  border-radius: 28px;
  background: #edeff0;
  padding: clamp(36px, 6vw, 86px);
}

.store-delivery-checkout__copy h2 {
  max-width: 660px;
  margin-bottom: var(--store-space-5);
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
}

.store-delivery-checkout__copy > p:not(.store-eyebrow) {
  max-width: 680px;
  color: var(--store-ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.store-delivery-checkout__copy ul {
  display: grid;
  gap: 10px;
  margin: var(--store-space-6) 0 0;
  padding: 0;
  list-style: none;
}

.store-delivery-checkout__copy li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.store-delivery-checkout__copy li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 7px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #202528;
  border-left: 2px solid #202528;
  content: "";
}

.store-delivery-checkout__card {
  display: grid;
  gap: var(--store-space-5);
  border: 1px solid rgba(32, 37, 40, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(32, 37, 40, 0.1);
  padding: clamp(24px, 3vw, 36px);
}

.store-delivery-checkout__brand,
.store-cart-delivery__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-delivery-mini-pin {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  transform: rotate(-45deg);
  background: #202528;
  box-shadow: none;
}

.store-delivery-mini-pin::after {
  background: #fff;
}

.store-delivery-checkout__brand div,
.store-cart-delivery__head div {
  display: grid;
}

.store-delivery-checkout__brand small,
.store-cart-delivery__head small {
  color: var(--store-muted);
  font-size: 11px;
}

.store-delivery-checkout__point {
  display: grid;
  gap: 5px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-small);
  padding: 15px 16px;
}

.store-delivery-checkout__point span {
  color: var(--store-muted);
  font-size: 11px;
}

.store-delivery-checkout__totals {
  display: grid;
  gap: 11px;
  border-top: 1px solid var(--store-line);
  padding-top: var(--store-space-4);
}

.store-delivery-checkout__totals span {
  display: flex;
  justify-content: space-between;
  gap: var(--store-space-4);
  color: var(--store-muted);
  font-size: 13px;
}

.store-delivery-checkout__totals strong {
  color: var(--store-ink);
  font-weight: 650;
}

.store-delivery-checkout__card > button,
.store-cart-delivery > button {
  min-height: 46px;
  border: 0;
  border-radius: var(--store-radius-small);
  background: #202528;
  color: #fff;
  font-weight: 700;
  opacity: 0.52;
  cursor: not-allowed;
}

.store-delivery-notes > header {
  grid-template-columns: 1fr;
}

.store-delivery-notes > div {
  border-top: 1px solid var(--store-line-strong);
}

.store-delivery-notes details {
  border-bottom: 1px solid var(--store-line);
  padding: 0 var(--store-space-2);
}

.store-delivery-notes summary {
  position: relative;
  padding: 25px 50px 25px 0;
  font-family: var(--store-font-serif);
  font-size: 23px;
  list-style: none;
  cursor: pointer;
}

.store-delivery-notes summary::-webkit-details-marker { display: none; }

.store-delivery-notes summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  transform: translateY(-70%) rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transition: transform var(--store-motion);
}

.store-delivery-notes details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.store-delivery-notes details p {
  max-width: 760px;
  margin: -8px 0 25px;
  color: var(--store-muted);
}

.store-cart-summary {
  border: 1px solid var(--store-line);
  background: #fff;
}

.store-cart-summary__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--store-space-3);
}

.store-cart-summary__head span {
  color: var(--store-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-cart-summary__head strong {
  font-family: var(--store-font-serif);
  font-size: 28px;
  font-weight: 500;
}

.store-cart-delivery {
  display: grid;
  gap: var(--store-space-3);
  border-radius: var(--store-radius-small);
  background: #edeff0;
  padding: var(--store-space-4);
}

.store-cart-delivery p {
  margin: 0;
  color: var(--store-muted);
  font-size: 12px;
}

.store-cart-delivery > button {
  min-height: 40px;
}

.store-cart-totals {
  display: grid;
  gap: 10px;
  margin: 0;
}

.store-cart-totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--store-space-3);
}

.store-cart-totals dt,
.store-cart-totals dd {
  margin: 0;
  font-size: 13px;
}

.store-cart-totals dd {
  text-align: right;
}

.store-cart-totals__grand {
  margin-top: 3px;
  border-top: 1px solid var(--store-line);
  padding-top: 14px;
}

.store-cart-totals__grand dt {
  font-weight: 700;
}

.store-cart-totals__grand dd {
  font-family: var(--store-font-serif);
  font-size: 28px;
}

@media (max-width: 920px) {
  .store-delivery-page {
    width: min(calc(100% - 32px), var(--store-container));
  }

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

  .store-delivery-hero__visual {
    min-height: 360px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .store-delivery-benefits,
  .store-delivery-steps ol {
    grid-template-columns: 1fr;
  }

  .store-delivery-benefits article + article {
    border-top: 1px solid var(--store-line);
    border-left: 0;
  }

  .store-delivery-steps > header {
    grid-template-columns: 1fr;
  }

  .store-delivery-steps > header .store-eyebrow,
  .store-delivery-notes > header .store-eyebrow {
    margin-bottom: -12px;
  }

  .store-delivery-steps li {
    min-height: 230px;
  }

  .store-delivery-steps li > span {
    margin-bottom: 46px;
  }

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

@media (max-width: 700px) {
  .store-delivery-page {
    width: calc(100% - 24px);
    padding-top: var(--store-space-5);
  }

  .store-delivery-hero {
    min-height: 0;
    border-radius: 20px;
  }

  .store-delivery-hero__content {
    padding: 36px 24px 42px;
  }

  .store-delivery-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .store-delivery-hero__lead {
    font-size: 15px;
  }

  .store-delivery-hero__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .store-delivery-hero__actions .store-button,
  .store-delivery-status {
    justify-content: center;
  }

  .store-delivery-hero__visual {
    min-height: 310px;
  }

  .store-delivery-parcel {
    top: 55px;
    width: 140px;
    height: 118px;
  }

  .store-delivery-route { top: 160px; }
  .store-delivery-pin--one { top: 212px; }
  .store-delivery-pin--two { top: 238px; }
  .store-delivery-pin--three { top: 198px; }

  .store-delivery-hero__visual > p {
    right: 24px;
    bottom: 24px;
  }

  .store-delivery-benefits {
    margin-bottom: 72px;
  }

  .store-delivery-benefits article {
    padding: 24px;
  }

  .store-delivery-steps > header h2,
  .store-delivery-notes > header h2,
  .store-delivery-checkout__copy h2 {
    font-size: 40px;
  }

  .store-delivery-steps li {
    min-height: 210px;
    padding: 28px;
  }

  .store-delivery-steps li > span {
    margin-bottom: 34px;
  }

  .store-delivery-checkout {
    gap: 34px;
    margin: 72px 0;
    border-radius: 20px;
    padding: 30px 20px;
  }

  .store-delivery-checkout__card {
    padding: 22px;
  }

  .store-delivery-notes summary {
    font-size: 20px;
  }
}

/* Storefront home */
.store-home-hero {
  position: relative;
  display: grid;
  min-height: min(720px, calc(100svh - var(--store-header-height) - 24px));
  align-items: stretch;
  overflow: hidden;
  margin-top: var(--store-space-6);
  border-radius: var(--store-radius);
  background: #2d3134;
  color: #fff;
  isolation: isolate;
}

.store-home-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  scale: 1.005;
}

.store-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 26, 34, 0.98) 0%, rgba(4, 26, 34, 0.84) 32%, rgba(4, 26, 34, 0.08) 64%),
    linear-gradient(0deg, rgba(4, 26, 34, 0.26), transparent 40%);
}

.store-home-hero__content {
  display: flex;
  width: min(52%, 680px);
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 92px);
}

.store-home-hero__eyebrow {
  margin-bottom: var(--store-space-6);
  color: #d8b26e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-home-hero h1 {
  max-width: 660px;
  margin-bottom: var(--store-space-6);
  color: #fff;
  font-size: clamp(58px, 5.5vw, 88px);
  line-height: 0.93;
}

.store-home-hero__content > p:not(.store-home-hero__eyebrow) {
  max-width: 560px;
  margin-bottom: var(--store-space-8);
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.store-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--store-space-5);
}

.storefront .store-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--store-accent);
}

.storefront .store-button--light:hover {
  border-color: #f5e7cc;
  background: #f5e7cc;
  color: var(--store-accent);
}

.store-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: var(--store-space-2);
  font-size: 14px;
  font-weight: 750;
}

.store-home-text-link span {
  transition: transform var(--store-motion);
}

.store-home-text-link:hover span {
  transform: translateX(3px);
}

.store-home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-5);
  margin: clamp(48px, 7vh, 78px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: var(--store-space-5);
}

.store-home-hero__facts div {
  min-width: 0;
}

.store-home-hero__facts dt {
  color: #fff;
  font-family: var(--store-font-serif);
  font-size: 25px;
  line-height: 1;
}

.store-home-hero__facts dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.35;
}

.store-home-section {
  padding: 104px 0;
  border-bottom: 1px solid var(--store-line);
}

.store-home-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: var(--store-space-10);
  align-items: end;
  margin-bottom: var(--store-space-10);
}

.store-home-section__head--inline {
  grid-template-columns: minmax(0, 1fr) auto;
}

.store-home-section__head h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 54px;
}

.store-home-section__head > p {
  margin-bottom: 4px;
  color: var(--store-muted);
}

.store-home-section__link {
  display: inline-flex;
  align-items: center;
  gap: var(--store-space-2);
  margin-bottom: 7px;
  color: var(--store-accent);
  font-size: 14px;
  font-weight: 750;
}

.store-home-section__link span {
  transition: transform var(--store-motion);
}

.store-home-section__link:hover span {
  transform: translateX(3px);
}

.store-home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-4);
}

.store-home-category-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46%;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--store-radius);
  background: var(--store-blue);
  transition: border-color var(--store-motion), box-shadow var(--store-motion), transform var(--store-motion);
}

.store-home-category-card:nth-child(2) { background: var(--store-mint); }
.store-home-category-card:nth-child(3) { background: var(--store-rose); }
.store-home-category-card:nth-child(4) { background: var(--store-lemon); }
.store-home-category-card:nth-child(5) { background: var(--store-lilac); }
.store-home-category-card:nth-child(6) { background: #e9f0f1; }

.store-home-category-card:hover,
.store-home-category-card:focus-visible {
  border-color: var(--store-line-strong);
  box-shadow: var(--store-shadow);
  transform: translateY(-4px);
}

.store-home-category-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--store-space-6);
}

.store-home-category-card__copy small {
  margin-bottom: auto;
  color: var(--store-accent-hover);
  font-family: var(--store-font-mono);
  font-size: 11px;
}

.store-home-category-card__copy strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-family: var(--store-font-serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.store-home-category-card__copy > span {
  margin-top: var(--store-space-2);
  color: var(--store-muted);
  font-size: 12px;
}

.store-home-category-card__media {
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
  background: transparent;
  padding: var(--store-space-5) var(--store-space-3) var(--store-space-2) 0;
}

.store-home-category-card__media img {
  width: min(100%, 174px);
  max-height: 210px;
  background: transparent;
  object-fit: contain;
  transform: none;
  transition: transform 360ms ease;
}

.store-home-category-card:nth-child(even) .store-home-category-card__media img {
  transform: none;
}

.store-home-category-card:hover .store-home-category-card__media img {
  transform: translateY(-2px);
}

.store-home-featured {
  border-bottom: 0;
}

.store-home-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--store-space-8) var(--store-space-3);
}

.store-home-product-grid .store-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.store-home-product-grid .store-product-card__body {
  padding-right: var(--store-space-1);
  padding-left: var(--store-space-1);
}

.store-home-product-grid .store-product-card__price {
  font-size: 18px;
}

.store-home-product-grid .store-product-card__title {
  min-height: 40px;
  font-size: 15px;
}

.store-home-campaigns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--store-space-4);
  padding-top: 0;
  border-bottom: 0;
}

.storefront .store-home-campaign {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: #7b080b;
  color: #fff;
  isolation: isolate;
}

.store-home-campaign > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.store-home-campaign:hover > img {
  transform: scale(1.025);
}

.store-home-campaign__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(145deg, rgba(91, 0, 2, 0.9) 0%, rgba(91, 0, 2, 0.44) 33%, transparent 62%);
}

.storefront .store-home-campaign--paper {
  color: var(--store-ink);
}

.store-home-campaign--paper .store-home-campaign__shade {
  background: linear-gradient(145deg, rgba(250, 244, 232, 0.98) 0%, rgba(250, 244, 232, 0.84) 33%, rgba(250, 244, 232, 0) 64%);
}

.store-home-campaign__copy {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 58%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 56px);
}

.store-home-campaign__copy small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-home-campaign__copy strong {
  margin-top: var(--store-space-5);
  font-family: var(--store-font-serif);
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 450;
  line-height: 0.96;
}

.store-home-campaign__copy > span {
  display: inline-flex;
  align-items: center;
  gap: var(--store-space-2);
  margin-top: auto;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 750;
}

.store-home-campaign__copy b {
  font-weight: 500;
  transition: transform var(--store-motion);
}

.store-home-campaign:hover .store-home-campaign__copy b {
  transform: rotate(7deg) translate(2px, -2px);
}

.store-home-themes {
  border-top: 1px solid var(--store-line);
}

.store-home-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-4);
}

.storefront .store-home-theme-card {
  position: relative;
  display: block;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: var(--store-ink);
  color: #fff;
}

.store-home-theme-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: transform 600ms ease;
}

.store-home-theme-card:hover > img {
  transform: scale(1.035);
}

.store-home-theme-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 21, 24, 0.86) 0%, rgba(10, 21, 24, 0.08) 62%);
}

.store-home-theme-card__copy {
  position: absolute;
  right: var(--store-space-6);
  bottom: var(--store-space-5);
  left: var(--store-space-6);
  display: flex;
  flex-direction: column;
}

.store-home-theme-card__copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.store-home-theme-card__copy strong {
  font-family: var(--store-font-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.store-home-brand {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(48px, 8vw, 120px);
  margin: 0 calc((100vw - min(calc(100vw - 48px), var(--store-container))) / -2);
  background: #2d3134;
  color: #fff;
  padding: 112px max(24px, calc((100vw - var(--store-container)) / 2));
}

.store-home-brand .store-eyebrow {
  color: #d8b26e;
}

.store-home-brand h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(52px, 5vw, 72px);
}

.store-home-brand__statement {
  padding-top: 26px;
}

.store-home-brand__statement > p {
  max-width: 720px;
  margin-bottom: var(--store-space-8);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--store-font-serif);
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.12;
}

.store-home-brand__principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--store-space-8);
  margin: var(--store-space-8) 0 0;
  padding: 0;
  list-style: none;
}

.store-home-brand__principles li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: var(--store-space-5);
}

.store-home-brand__principles span {
  display: block;
  margin-bottom: var(--store-space-8);
  color: #d8b26e;
  font-family: var(--store-font-mono);
  font-size: 11px;
}

.store-home-brand__principles strong {
  display: block;
  margin-bottom: var(--store-space-3);
  font-family: var(--store-font-serif);
  font-size: 26px;
  font-weight: 500;
}

.store-home-brand__principles p {
  max-width: 36ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.store-home-picker {
  padding: 112px 0 var(--store-space-20);
  scroll-margin-top: var(--store-header-height);
}

.store-home-picker > .store-home-section__head {
  margin-bottom: 0;
}

.store-home-picker .store-step {
  min-height: 0;
  border-bottom: 1px solid var(--store-line);
  padding: var(--store-space-14) 0 var(--store-space-16);
}

.store-home-picker .store-step__header {
  grid-template-columns: 104px minmax(0, 1fr);
  margin-bottom: var(--store-space-8);
}

.store-home-picker .store-step__header--result {
  grid-template-columns: 104px minmax(0, 1fr) auto;
}

.store-home-picker .store-step__header h2 {
  margin-bottom: var(--store-space-2);
  font-size: 36px;
}

.store-home-picker .store-type-grid,
.store-home-picker .store-theme-grid,
.store-home-picker .store-result-grid {
  padding-left: 136px;
}

.store-home-picker--dark {
  margin-right: calc((100vw - min(calc(100vw - 48px), var(--store-container))) / -2);
  margin-left: calc((100vw - min(calc(100vw - 48px), var(--store-container))) / -2);
  background: #2d3134;
  color: #fff;
  padding-right: max(24px, calc((100vw - var(--store-container)) / 2));
  padding-left: max(24px, calc((100vw - var(--store-container)) / 2));
}

.store-home-picker--dark .store-eyebrow,
.store-home-picker--dark .store-type-card__caption small,
.store-home-picker--dark .store-theme-card__copy small,
.store-home-picker--dark .store-theme-card__count {
  color: #d8b26e;
}

.store-home-picker--dark .store-home-section__head h2,
.store-home-picker--dark .store-step__header h2,
.store-home-picker--dark .store-type-card__caption strong,
.store-home-picker--dark .store-theme-card__copy strong,
.store-home-picker--dark .store-product-card__title,
.store-home-picker--dark .store-product-card__price {
  color: #fff;
}

.store-home-picker--dark .store-home-section__head > p,
.store-home-picker--dark .store-lead,
.store-home-picker--dark .store-step__mark p,
.store-home-picker--dark .store-type-card__caption span {
  color: rgba(255, 255, 255, 0.62);
}

.store-home-picker--dark .store-step {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.store-home-picker--dark .store-step:last-child {
  border-bottom: 0;
}

.store-home-picker--dark .store-step__mark span {
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
  color: #d8b26e;
}

.store-home-picker--dark .store-type-card,
.store-home-picker--dark .store-theme-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: #353a3d;
}

.store-home-picker--dark .store-type-card:hover,
.store-home-picker--dark .store-type-card.is-selected,
.store-home-picker--dark .store-theme-card:hover,
.store-home-picker--dark .store-theme-card.is-selected {
  border-color: #d8b26e;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.store-home-picker--dark .store-type-card__media {
  place-items: center;
  padding: var(--store-space-5);
  background: var(--store-tint, rgba(255, 255, 255, 0.08));
}

.store-home-picker--dark .store-type-card__media img {
  width: min(142px, 62%);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.store-home-picker--dark .store-type-card__caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #353a3d;
}

.store-home-picker--dark .store-theme-card__media {
  background: rgba(255, 255, 255, 0.9);
}

.store-home-picker--dark .store-flow-state {
  border-color: rgba(255, 255, 255, 0.16);
  background: #353a3d;
  color: rgba(255, 255, 255, 0.62);
}

.store-home-picker--dark .store-product-card__media {
  border-color: rgba(255, 255, 255, 0.12);
  background: #353a3d;
}

.store-home-picker--dark .store-product-card:hover .store-product-card__media,
.store-home-picker--dark .store-product-card:focus-within .store-product-card__media {
  border-color: rgba(255, 255, 255, 0.34);
}

.storefront .store-home-picker--dark .store-button--secondary {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.storefront .store-home-picker--dark .store-button--secondary:hover:not(:disabled) {
  border-color: #fff;
  background: #fff;
  color: #2d3134;
}

@media (max-width: 1180px) {
  .store-home-hero__content {
    width: 56%;
    padding: var(--store-space-14);
  }

  .store-home-category-grid,
  .store-home-theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .store-home-campaign {
    min-height: 500px;
  }

  .store-home-campaign__copy {
    width: 66%;
  }

  .store-home-picker .store-step__header,
  .store-home-picker .store-step__header--result {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .store-home-picker .store-step__header--result > .store-button {
    grid-column: 2;
    justify-self: start;
  }

  .store-home-picker .store-type-grid,
  .store-home-picker .store-theme-grid,
  .store-home-picker .store-result-grid {
    padding-left: 114px;
  }
}

@media (max-width: 920px) {
  .store-home-hero {
    min-height: 660px;
  }

  .store-home-hero > img {
    object-position: 58% center;
  }

  .store-home-hero__content {
    width: 64%;
    padding: var(--store-space-10);
  }

  .store-home-hero h1 {
    font-size: 58px;
  }

  .store-home-section {
    padding: var(--store-space-20) 0;
  }

  .store-home-section__head h2 {
    font-size: 46px;
  }

  .store-home-section__head {
    grid-template-columns: 1fr;
    gap: var(--store-space-5);
  }

  .store-home-section__head--inline {
    grid-template-columns: minmax(0, 1fr) auto;
  }

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

  .store-home-campaigns {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .store-home-campaign {
    min-height: 540px;
  }

  .store-home-brand {
    grid-template-columns: 1fr;
    gap: var(--store-space-8);
    margin-right: -16px;
    margin-left: -16px;
    padding: var(--store-space-20) var(--store-space-8);
  }

  .store-home-brand__statement {
    padding-top: 0;
  }

  .store-home-brand__principles {
    grid-column: 1;
  }

  .store-home-picker--dark {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: var(--store-space-8);
    padding-left: var(--store-space-8);
  }
}

@media (max-width: 700px) {
  .store-home-hero {
    min-height: 690px;
    margin-top: var(--store-space-3);
    align-items: end;
  }

  .store-home-hero > img {
    object-position: 67% 16%;
  }

  .store-home-hero__shade {
    background: linear-gradient(0deg, rgba(4, 26, 34, 0.99) 0%, rgba(4, 26, 34, 0.9) 48%, rgba(4, 26, 34, 0.03) 78%);
  }

  .store-home-hero__content {
    width: 100%;
    min-height: auto;
    justify-content: flex-end;
    padding: var(--store-space-8) var(--store-space-6);
  }

  .store-home-hero__eyebrow {
    margin-bottom: var(--store-space-3);
  }

  .store-home-hero h1 {
    margin-bottom: var(--store-space-4);
    font-size: 48px;
  }

  .store-home-hero__content > p:not(.store-home-hero__eyebrow) {
    margin-bottom: var(--store-space-5);
    font-size: 14px;
  }

  .store-home-hero__facts {
    gap: var(--store-space-3);
    margin-top: var(--store-space-6);
    padding-top: var(--store-space-4);
  }

  .store-home-hero__facts dt {
    font-size: 21px;
  }

  .store-home-hero__facts dd {
    font-size: 9px;
  }

  .store-home-section {
    padding: var(--store-space-16) 0;
  }

  .store-home-section__head,
  .store-home-section__head--inline {
    grid-template-columns: 1fr;
    margin-bottom: var(--store-space-8);
  }

  .store-home-section__head h2 {
    font-size: 38px;
  }

  .store-home-section__link {
    margin-bottom: 0;
  }

  .store-home-category-grid,
  .store-home-theme-grid {
    grid-template-columns: 1fr;
  }

  .store-home-category-card {
    min-height: 190px;
  }

  .store-home-category-card__copy strong {
    font-size: 28px;
  }

  .store-home-category-card__media img {
    max-height: 176px;
  }

  .store-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--store-space-8) var(--store-space-3);
  }

  .store-home-featured .store-home-section__head {
    grid-template-columns: 1fr;
  }

  .store-home-campaign {
    min-height: 430px;
  }

  .store-home-campaign__copy {
    width: 75%;
    padding: var(--store-space-6);
  }

  .store-home-campaign__copy strong {
    font-size: 39px;
  }

  .store-home-theme-card {
    aspect-ratio: 1.38 / 1;
  }

  .store-home-brand {
    gap: var(--store-space-6);
    margin-right: -12px;
    margin-left: -12px;
    padding: var(--store-space-16) var(--store-space-6);
  }

  .store-home-brand h2 {
    font-size: 46px;
  }

  .store-home-brand__statement > p {
    font-size: 28px;
  }

  .store-home-brand__principles {
    grid-template-columns: 1fr;
    gap: var(--store-space-6);
    margin-top: var(--store-space-4);
  }

  .store-home-brand__principles span {
    margin-bottom: var(--store-space-4);
  }

  .store-home-picker {
    padding-top: var(--store-space-16);
  }

  .store-home-picker--dark {
    margin-right: -12px;
    margin-left: -12px;
    padding-right: var(--store-space-6);
    padding-left: var(--store-space-6);
  }

  .store-home-picker .store-step {
    padding: var(--store-space-8) 0 var(--store-space-10);
  }

  .store-home-picker .store-step__header,
  .store-home-picker .store-step__header--result {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: var(--store-space-4);
    margin-bottom: var(--store-space-6);
  }

  .store-home-picker .store-step__header--result > .store-button {
    grid-column: 2;
  }

  .store-home-picker .store-type-grid,
  .store-home-picker .store-theme-grid,
  .store-home-picker .store-result-grid {
    padding-left: 0;
  }
}

@media (max-width: 420px) {
  .store-home-hero {
    min-height: 650px;
  }

  .store-home-hero__content {
    padding: var(--store-space-6) var(--store-space-5);
  }

  .store-home-hero h1 {
    font-size: 42px;
  }

  .store-home-hero__actions {
    gap: var(--store-space-3);
  }

  .store-home-hero__actions .store-button {
    width: 100%;
  }

  .store-home-hero__facts div:nth-child(2) {
    display: none;
  }

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

  .store-home-campaign {
    min-height: 390px;
  }

  .store-home-campaign__copy {
    width: 82%;
  }

  .store-home-campaign__copy strong {
    font-size: 34px;
  }
}

/* Print studio home hero */
body.storefront[data-storefront-page="home"] .store-header {
  position: absolute;
  inset: 0 0 auto;
  border-bottom: 0;
  background: rgba(246, 238, 219, 0.9);
  color: #16479d;
  backdrop-filter: blur(5px);
}

body.storefront[data-storefront-page="home"] .store-brand span {
  color: #16479d;
}

body.storefront[data-storefront-page="home"] .store-search input {
  border-color: #16479d;
  background: rgba(255, 252, 244, 0.38);
  color: #153d84;
}

body.storefront[data-storefront-page="home"] .store-search input::placeholder {
  color: rgba(21, 61, 132, 0.66);
}

body.storefront[data-storefront-page="home"] .store-search input:focus {
  border-color: #123c8b;
  box-shadow: 0 0 0 3px rgba(22, 71, 157, 0.12);
}

body.storefront[data-storefront-page="home"] .store-search__submit {
  background: #16479d;
  color: #fff;
}

body.storefront[data-storefront-page="home"] .store-search__submit svg {
  stroke: #fff;
}

body.storefront[data-storefront-page="home"] .store-nav a {
  color: #16479d;
}

body.storefront[data-storefront-page="home"] .store-nav a:hover,
body.storefront[data-storefront-page="home"] .store-nav a.is-active {
  border-color: #16479d;
  color: #123c8b;
}

body.storefront[data-storefront-page="home"] .store-header-action {
  color: #16479d;
}

body.storefront[data-storefront-page="home"] .store-header-action:hover,
body.storefront[data-storefront-page="home"] .store-header-action.is-active {
  background: rgba(255, 252, 244, 0.68);
  color: #123c8b;
}

body.storefront[data-storefront-page="home"] .store-header-action strong {
  background: #16479d;
}

.store-home-hero {
  width: 100vw;
  min-height: min(820px, 100svh);
  margin: 0 calc(50% - 50vw);
  border-radius: 0;
  background: #f4ead4;
  color: #171a1c;
}

.store-home-hero::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 0;
  height: clamp(150px, 11vw, 190px);
  background: linear-gradient(
    180deg,
    rgba(251, 252, 253, 0) 0%,
    rgba(251, 252, 253, 0.08) 20%,
    rgba(251, 252, 253, 0.3) 44%,
    rgba(251, 252, 253, 0.7) 68%,
    rgba(251, 252, 253, 0.94) 86%,
    #fbfcfd 100%
  );
  content: "";
  pointer-events: none;
  backdrop-filter: blur(18px);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 20%,
    rgba(0, 0, 0, 0.68) 50%,
    #000 78%,
    #000 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 20%,
    rgba(0, 0, 0, 0.68) 50%,
    #000 78%,
    #000 100%
  );
}

.store-home-hero > img {
  object-position: center;
  scale: 1;
}

.store-home-hero__shade {
  display: block;
  background: linear-gradient(
    90deg,
    rgba(248, 241, 226, 0.98) 0%,
    rgba(248, 241, 226, 0.94) 28%,
    rgba(248, 241, 226, 0.78) 39%,
    rgba(248, 241, 226, 0.12) 57%,
    transparent 68%
  );
}

.store-home-hero__content {
  position: relative;
  z-index: 1;
  width: min(43%, 650px);
  justify-content: center;
  padding: 156px clamp(48px, 5.4vw, 104px) 72px;
}

.store-home-hero h1 {
  max-width: 620px;
  margin-bottom: var(--store-space-6);
  color: #171a1c;
  font-size: clamp(60px, 5.4vw, 86px);
  line-height: 0.88;
}

.store-home-hero h1 span,
.store-home-hero h1 em {
  display: block;
}

.store-home-hero h1 em {
  color: #16479d;
  font-weight: 450;
}

.store-home-hero__content > p:not(.store-home-hero__eyebrow) {
  max-width: 430px;
  margin-bottom: var(--store-space-8);
  color: #171a1c;
  font-family: var(--store-font-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.store-home-hero__actions {
  gap: var(--store-space-8);
}

.storefront .store-home-hero .store-button--light {
  min-width: 218px;
  min-height: 54px;
  border-color: #16479d;
  border-radius: var(--store-radius-small);
  background: #16479d;
  color: #fff;
  font-family: var(--store-font-serif);
  font-size: 18px;
  font-weight: 600;
}

.storefront .store-home-hero .store-button--light:hover {
  border-color: #123c8b;
  background: #123c8b;
  color: #fff;
}

.store-home-hero .store-home-text-link {
  border-bottom: 1px solid #16479d;
  color: #16479d;
  padding-bottom: 3px;
  font-family: var(--store-font-serif);
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .store-home-hero__content {
    width: 48%;
    padding-right: var(--store-space-6);
    padding-left: var(--store-space-10);
  }

  .store-home-hero h1 {
    font-size: clamp(56px, 6.2vw, 76px);
  }
}

@media (max-width: 920px) {
  body.storefront[data-storefront-page="home"] .store-nav-toggle span {
    background: #16479d;
  }

  body.storefront[data-storefront-page="home"] .store-nav,
  body.storefront[data-storefront-page="home"] .store-search {
    background: #f4ead4;
  }

  body.storefront[data-storefront-page="home"] .store-search-toggle {
    border-color: rgba(22, 71, 157, 0.4);
    background: rgba(255, 252, 244, 0.45);
    color: #16479d;
  }
}

@media (max-width: 700px) {
  body.storefront[data-storefront-page="home"] .store-cart-link {
    background: rgba(255, 252, 244, 0.62);
  }

  .store-home-hero {
    width: calc(100% + 24px);
    min-height: 720px;
    margin-right: -12px;
    margin-left: -12px;
    align-items: stretch;
  }

  .store-home-hero > img {
    width: 100%;
    height: 46%;
    object-fit: cover;
    object-position: 70% 44%;
  }

  .store-home-hero__shade {
    position: absolute;
    inset: 28% 0 auto;
    z-index: -1;
    display: block;
    height: 24%;
    background: linear-gradient(0deg, #f4ead4 24%, rgba(244, 234, 212, 0));
  }

  .store-home-hero__content {
    width: 100%;
    min-height: 100%;
    justify-content: flex-start;
    padding: 326px var(--store-space-6) var(--store-space-8);
  }

  .store-home-hero h1 {
    margin-bottom: var(--store-space-4);
    font-size: clamp(41px, 11.2vw, 48px);
    line-height: 0.92;
  }

  .store-home-hero__content > p:not(.store-home-hero__eyebrow) {
    max-width: 38ch;
    margin-bottom: var(--store-space-5);
    font-size: 17px;
    line-height: 1.4;
  }

  .store-home-hero__actions {
    gap: var(--store-space-4);
  }
}

@media (max-width: 420px) {
  .store-home-hero {
    min-height: 700px;
  }

  .store-home-hero > img {
    height: 44%;
    object-position: 69% 43%;
  }

  .store-home-hero__shade {
    top: 26%;
  }

  .store-home-hero__content {
    padding: 306px var(--store-space-5) var(--store-space-8);
  }

  .store-home-hero h1 {
    font-size: 41px;
  }

  .store-home-hero__actions .store-button--light {
    width: 100%;
  }

  .store-home-hero .store-home-text-link {
    justify-self: start;
  }
}
