:root {
  color-scheme: light;
  --color-primary: var(--playground-primary);
  --color-on-primary: var(--playground-white);
  --color-outline-variant: #8f5877;
  line-height: 1.5;
}

/* Base document and accessible status helpers */

html,
body {
  overflow-x: hidden;
}

html {
  min-width: 20rem;
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--color-outline-variant);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset: max(.5rem, env(safe-area-inset-top)) auto auto max(.5rem, env(safe-area-inset-left));
  padding: .75rem 1rem;
  border-radius: .65rem;
  color: var(--color-on-primary);
  background: var(--color-primary);
  box-shadow: 0 .3rem 1rem rgb(36 0 70 / 20%);
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Shop theme and shared header variants */

.shop-view {
  --shop-unit: 1px;
  --shop-header-height: 5rem;
  --playground-background-beige: #fffbfb;
  --playground-on-surface-variant: #000;
  --playground-accent: #8f5877;
  --playground-outline: #ded6e5;
  --playground-panel: #f1eef3;
  --playground-blue-muted: rgb(2 56 182 / 84%);
  --playground-neutral: #49434f;
  --playground-neutral-soft: #766f7d;
  --playground-coral: #db5c6a;
  --playground-background: #fdfdfd;
  --shop-accent: var(--playground-accent);
  --shop-burgundy: var(--playground-burgundy);
  --shop-ink: var(--playground-on-surface);
  --shop-muted: var(--playground-neutral);
  --shop-panel: var(--playground-panel);
  --shop-line: var(--playground-outline);
  min-height: 100vh;
  display: flex;
  color: var(--shop-ink);
  background: var(--playground-background);
}

.shop-view.shop-view--header-hidden {
  --shop-header-height: 0px;
}

.compact-header {
  min-height: 5rem;
  padding: calc(.75rem + env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) .75rem max(1.5rem, env(safe-area-inset-left));
  border: 0;
  color: var(--playground-on-surface-variant);
}

.compact-brand {
  gap: .7rem;
}

.compact-brand img {
  height: 1.15rem;
}

.compact-brand > span {
  width: 1px;
  height: 1rem;
  background: var(--playground-on-surface-variant);
}

.compact-brand strong {
  font-size: .72rem;
  font-weight: 600;
}

.compact-language-switch {
  color: var(--playground-on-surface-variant);
}

.shop-view .compact-header {
  flex: 0 0 auto;
}

/* Shop toolbar and checkout progress */

.shop-page {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - var(--shop-header-height));
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: var(--shop-ink);
  background: var(--playground-background);
  box-shadow: none;
}

.shop-page::before {
  display: none;
}

.shop-toolbar {
  min-height: 4.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: .5rem clamp(1.5rem, 4vw, 2.75rem);
  border: 0;
  color: var(--playground-white);
  background: var(--shop-burgundy);
}

.shop-toolbar form {
  justify-self: start;
  margin: 0;
}

.shop-close {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .25rem 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
}

.shop-close:hover {
  color: var(--playground-white);
  background: transparent;
  opacity: .82;
}

.shop-close svg {
  width: 1.65rem;
  height: 1.65rem;
}

.shop-name {
  display: grid;
  justify-items: center;
  color: var(--playground-white);
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
}

.shop-name span {
  font-size: 1.35rem;
  font-weight: 850;
}

.shop-name small {
  margin-top: .2rem;
  font-size: .76rem;
  font-style: italic;
  font-weight: 500;
}

.shop-cart-link,
.shop-toolbar-spacer {
  justify-self: end;
  width: 2.75rem;
  height: 2.75rem;
}

.shop-cart-link {
  display: grid;
  place-items: center;
  border-radius: .4rem;
  color: var(--playground-white);
}

.shop-cart-link:hover {
  color: var(--playground-white);
  background: color-mix(in srgb, var(--playground-white) 12%, transparent);
}

.shop-cart-link img {
  width: 1.9rem;
  height: 1.9rem;
}

.shop-progress {
  width: min(calc(100% - 2rem), 46rem);
  margin: 3.6rem auto 0;
  padding: 0;
  border: 0;
}

.shop-progress ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-progress li {
  position: relative;
  min-width: 0;
  display: block;
  color: var(--playground-neutral-soft);
  font-size: .76rem;
  font-weight: 600;
  text-align: center;
}

.shop-progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.55rem;
  left: calc(50% + 1.5rem);
  width: calc(100% - 3rem);
  height: .25rem;
  background: var(--shop-line);
}

.shop-progress li.is-complete::after {
  background: var(--shop-accent);
}

.shop-progress-link {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: .55rem;
  color: inherit;
  text-decoration: none;
}

.shop-progress-marker {
  position: relative;
  z-index: 1;
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--playground-white);
  background: var(--shop-line);
}

.shop-progress-marker svg,
.shop-progress-marker img {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
}

.shop-progress .is-current,
.shop-progress .is-complete {
  color: var(--shop-ink);
}

.shop-progress .is-current .shop-progress-marker,
.shop-progress .is-complete .shop-progress-marker {
  color: var(--playground-white);
  background: var(--shop-accent);
}

.shop-progress-label {
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
  line-height: 1.2;
}

/* Product catalog */

.shop-catalog {
  width: min(calc(100% - 3rem), 72rem);
  margin: 4.5rem auto 0;
  padding: 0 0 4rem;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
}

.shop-product-card {
  min-width: 0;
  min-height: 17rem;
  display: grid;
  grid-template-columns: 47% 53%;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  color: var(--shop-ink);
  background: var(--shop-panel);
}

.shop-product-asset {
  min-width: 0;
  min-height: 100%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--product-accent) 7%, var(--playground-background-beige));
}

.product-theme-default {
  --product-accent: var(--playground-burgundy);
}

.product-theme-coral {
  --product-accent: var(--playground-coral);
}

.product-theme-lime {
  --product-accent: #78991e;
}

.product-theme-blue {
  --product-accent: var(--playground-blue-muted);
}

.shop-product-asset img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: .7rem;
}

.shop-product-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1.5rem 1.65rem;
}

.shop-product-card h2 {
  margin: 0 0 1.25rem;
  color: var(--product-accent);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
}

.shop-product-description {
  margin: 0 0 1rem;
  color: var(--shop-muted);
  font-size: .82rem;
  line-height: 1.45;
}

.shop-product-price {
  margin: auto 0 .95rem;
  color: var(--shop-ink);
  font-size: .88rem;
  font-weight: 500;
}

.shop-product-button,
.shop-cart-back,
.shop-checkout-disabled {
  min-width: 7.5rem;
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem 1rem;
  border: 0;
  border-radius: 999px;
  color: var(--playground-white);
  background: var(--shop-burgundy);
  box-shadow: none;
  font: inherit;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.shop-product-button {
  font-size: .78rem;
}

.shop-cart-back {
  font-size: .75rem;
}

.shop-product-button:hover,
.shop-cart-back:hover {
  color: var(--playground-white);
  background: var(--playground-primary);
}

.shop-product-card .shop-product-button {
  width: fit-content;
  min-width: 7.25rem;
  align-self: flex-start;
}

/* Product detail */

.shop-detail {
  width: min(calc(100% - 3rem), 48rem);
  margin: 4rem auto;
  padding: 0;
}

.shop-detail-card {
  min-width: 0;
  min-height: 24rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  color: var(--shop-ink);
  background: var(--shop-panel);
}

.shop-detail-card > .shop-product-asset {
  min-height: 24rem;
}

.shop-detail-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  padding: 3.5rem 2rem 1.5rem;
}

.shop-detail-copy h1 {
  margin: 0;
  color: var(--product-accent);
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.shop-detail-price {
  margin: 0;
  color: var(--shop-ink);
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
}

.shop-detail-description {
  grid-column: 1 / -1;
  margin: 1rem 0;
  color: var(--shop-muted);
  font-size: .94rem;
  line-height: 1.5;
}

.shop-detail-form {
  grid-column: 1 / -1;
  justify-self: end;
  display: block;
  padding: 0;
  border: 0;
}

/* Cart and order summary */

.shop-cart {
  width: min(calc(100% - 3rem), 60rem);
  margin: 4rem auto;
}

.shop-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(16rem, .9fr);
  align-items: stretch;
  gap: .6rem;
}

.shop-cart-panel,
.shop-summary {
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: .75rem;
  color: var(--shop-ink);
  background: var(--shop-panel);
}

.shop-cart-panel > h1,
.shop-summary > h2 {
  margin: 0;
  padding: .8rem 1.05rem;
  border-bottom: 2px solid var(--playground-white);
  color: var(--shop-ink);
  font-size: 1.25rem;
  letter-spacing: -.02em;
}

.shop-empty-state {
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: 1.5rem;
  text-align: center;
}

.shop-empty-state svg {
  width: 3.8rem;
  height: 3.8rem;
  color: var(--shop-accent);
}

.shop-empty-state p {
  max-width: 30rem;
  margin: 0;
  color: var(--shop-ink);
  font-size: .72rem;
}

.shop-cart-items {
  display: grid;
  gap: .35rem;
  padding: .85rem 1.25rem;
}

.shop-cart-item {
  min-height: 6.25rem;
  display: grid;
  grid-template-columns: 6.25rem minmax(0, 1fr) 2.5rem 5rem;
  grid-template-areas: "visual copy quantity price";
  align-items: center;
  gap: 1rem;
  padding: .2rem 0;
}

.shop-cart-item > .shop-product-asset {
  grid-area: visual;
  width: 6.25rem;
  height: 6rem;
  min-height: 0;
  background: transparent;
}

.shop-cart-item-copy {
  grid-area: copy;
  min-width: 0;
}

.shop-cart-item-copy h2 {
  margin: 0 0 .25rem;
  color: var(--shop-ink);
  font-size: .78rem;
  letter-spacing: 0;
}

.shop-cart-item-copy p {
  margin: 0 0 .15rem;
  color: var(--shop-muted);
  font-size: .6rem;
}

.shop-cart-item-quantity {
  grid-area: quantity;
  justify-self: center;
  margin: 0;
  font-size: .7rem;
}

.shop-cart-item-price {
  grid-area: price;
  justify-self: end;
  margin: 0;
  color: var(--shop-ink);
  font-size: .7rem;
  font-weight: 500;
  white-space: nowrap;
}

.shop-summary {
  display: flex;
  flex-direction: column;
}

.shop-summary dl {
  margin: 0;
}

.shop-summary-lines {
  display: grid;
  gap: .75rem;
  padding: 1rem 1.05rem;
}

.shop-summary-lines > div,
.shop-summary-total > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.shop-summary dt {
  color: var(--shop-muted);
  font-size: .69rem;
}

.shop-summary dd {
  margin: 0;
  color: var(--shop-muted);
  font-size: .69rem;
  font-weight: 500;
  white-space: nowrap;
}

.shop-summary-total {
  padding: 1rem 1.05rem;
  border-top: 2px solid var(--playground-white);
}

.shop-summary-total dt,
.shop-summary-total dd {
  color: var(--shop-ink);
  font-weight: 800;
}

.shop-summary-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: .75rem;
  margin-top: auto;
  padding: 1rem 1.05rem;
}

.shop-summary-footer p {
  margin: 0;
  color: var(--shop-muted);
  font-size: .62rem;
  font-style: italic;
  line-height: 1.35;
}

.shop-summary-footer form {
  margin: 0;
}

.shop-summary-footer .shop-product-button,
.shop-checkout-disabled {
  min-width: 6.4rem;
  padding: .35rem .8rem;
  font-size: .72rem;
}

.shop-checkout-disabled {
  color: var(--playground-white);
  background: var(--playground-neutral-soft);
  cursor: not-allowed;
  opacity: .88;
}

/* Credential verification */

.shop-age-verification {
  width: min(calc(100% - 3rem), 38rem);
  min-height: 20rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 4rem auto;
  overflow: hidden;
  border: 0;
  border-radius: .75rem;
  background: var(--shop-panel);
}

.shop-age-copy,
.shop-age-wallet {
  min-width: 0;
  padding: 2rem;
}

.shop-age-copy {
  display: flex;
  flex-direction: column;
}

.shop-age-copy h1 {
  margin: 0 0 1.2rem;
  color: var(--shop-ink);
  font-size: 1.15rem;
  letter-spacing: -.02em;
}

.shop-age-copy > p,
.shop-age-privacy p {
  margin: 0;
  color: var(--shop-muted);
  font-size: .7rem;
  line-height: 1.45;
}

.shop-age-privacy {
  margin-top: auto;
  padding: 2rem 0 0;
}

.shop-age-privacy h2 {
  margin: 0 0 .75rem;
  color: var(--shop-ink);
  font-size: .82rem;
}

.shop-age-wallet {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  background: transparent;
}

.shop-age-desktop-qr {
  width: 9.5rem;
  padding: .25rem;
  border-radius: 0;
  background: var(--playground-white);
}

.shop-age-desktop-qr img {
  width: 100%;
  height: auto;
  display: block;
}

.shop-age-mobile-wallet {
  display: none;
}

.shop-age-mobile-separator {
  display: none;
}

.shop-age-steps {
  width: 100%;
  display: grid;
  gap: .55rem;
  margin: 1.35rem 0 0;
  padding-left: 1.2rem;
  color: var(--shop-ink);
  font-size: .62rem;
  font-weight: 700;
}

/* Result states */

.shop-result-stage {
  min-height: 34rem;
  display: grid;
  place-items: start center;
  padding: 6rem 1.5rem 4rem;
}

.shop-result-card {
  width: min(100%, 32rem);
  min-height: 17rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1.5rem;
  padding: 3.25rem 1.5rem 1.25rem;
  border: 0;
  border-radius: .75rem;
  background: var(--shop-panel);
}

.shop-result-copy {
  align-self: center;
  display: grid;
  justify-items: center;
  gap: .35rem;
  text-align: center;
}

.shop-result-icon {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  color: var(--shop-accent);
}

.shop-result-icon img {
  position: absolute;
  display: block;
}

.shop-result-card.is-verified .shop-result-icon-main {
  inset: -3% auto auto -2%;
  width: 98%;
  height: auto;
}

.shop-result-card.is-verified .shop-result-icon-badge {
  top: 52%;
  left: 64%;
  width: 36%;
  height: auto;
}

.shop-result-card.is-failure .shop-result-icon-main {
  inset: -3% auto auto -3%;
  width: 96%;
  height: auto;
}

.shop-result-card.is-failure .shop-result-icon-badge {
  top: 54%;
  left: 53%;
  width: 45%;
  height: auto;
}

.shop-result-copy h1 {
  margin: 0;
  color: var(--shop-ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.shop-result-copy p {
  max-width: 25rem;
  margin: 0;
  color: var(--shop-muted);
  font-size: .72rem;
}

.shop-result-card.is-verified .shop-result-copy h1 {
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.5;
}

.shop-result-actions {
  display: flex;
  justify-content: flex-end;
}

.shop-result-actions form {
  margin: 0;
}

.shop-result-actions .shop-product-button {
  min-width: 6.5rem;
  padding: .35rem .85rem;
  font-size: .72rem;
}

.shop-result-card.is-pending .shop-result-copy {
  gap: 0;
}

.shop-pending-icon {
  width: 4.3rem;
  height: auto;
  display: block;
}

.shop-result-card.is-pending .shop-result-copy h1 {
  margin: .25rem 0 .5rem;
}

.shop-result-card.is-pending .shop-result-copy > p:not(.sr-only) {
  color: #000;
  text-align: left;
}

.shop-conclusion-copy {
  width: min(100%, 30rem);
  margin: 0 auto;
}

.shop-conclusion-copy h1 {
  margin: 0 0 .75rem;
  color: var(--shop-ink);
  font-size: 1.05rem;
  line-height: 1.5;
  text-align: center;
}

.shop-conclusion-body {
  color: #000;
  font-size: .78rem;
  line-height: 1.5;
}

.shop-conclusion-body p {
  margin: 0;
}

.shop-conclusion-body p:first-child {
  margin-bottom: 1.5em;
}

.shop-conclusion-body ul {
  margin: 0;
  padding-left: 1.5em;
}

/* Header reference geometry */

/* Preserve the 1512 x 982 Figma composition and grow it proportionally on larger viewports. */
@media (min-width: 94.5rem) {
  .shop-view {
    --shop-unit: max(1px, 0.101833vmin);
  }
}

@media (min-width: 48.0625rem) {
  .shop-view {
    --shop-header-height: calc(112 * var(--shop-unit));
  }

  .shop-view .compact-header {
    height: calc(112 * var(--shop-unit));
    min-height: calc(112 * var(--shop-unit));
    padding: 0 calc(32 * var(--shop-unit));
  }

  .shop-view .compact-brand {
    min-height: calc(21 * var(--shop-unit));
    gap: calc(16 * var(--shop-unit));
  }

  .shop-view .compact-brand img {
    width: calc(114 * var(--shop-unit));
    height: calc(21 * var(--shop-unit));
  }

  .shop-view .compact-brand > span {
    height: calc(20 * var(--shop-unit));
  }

  .shop-view .compact-brand strong {
    width: calc(85 * var(--shop-unit));
    margin-left: calc(4 * var(--shop-unit));
    font-size: calc(16 * var(--shop-unit));
    font-weight: 600;
    line-height: calc(20 * var(--shop-unit));
  }

  .shop-view .compact-language-switch {
    position: relative;
    width: calc(59 * var(--shop-unit));
    height: calc(21 * var(--shop-unit));
    gap: 0;
    justify-content: space-between;
    font-size: calc(16 * var(--shop-unit));
    line-height: calc(21 * var(--shop-unit));
  }

  .shop-view .compact-language-switch button {
    width: calc(23 * var(--shop-unit));
    min-width: calc(23 * var(--shop-unit));
    height: calc(21 * var(--shop-unit));
    min-height: calc(21 * var(--shop-unit));
  }
}

/* Full-size UXCON shop geometry */

@media (min-width: 64.0625rem) {
  .shop-toolbar {
    height: calc(102 * var(--shop-unit));
    min-height: calc(102 * var(--shop-unit));
    padding: 0 calc(32 * var(--shop-unit));
  }

  .shop-close {
    gap: calc(12 * var(--shop-unit));
    font-size: calc(20 * var(--shop-unit));
  }

  .shop-close svg {
    width: calc(30 * var(--shop-unit));
    height: calc(30 * var(--shop-unit));
  }

  .shop-name span {
    font-size: calc(32 * var(--shop-unit));
  }

  .shop-name small {
    margin-top: calc(4 * var(--shop-unit));
    font-size: calc(20 * var(--shop-unit));
  }

  .shop-cart-link,
  .shop-toolbar-spacer {
    width: calc(44 * var(--shop-unit));
    height: calc(44 * var(--shop-unit));
  }

  .shop-cart-link img {
    width: calc(35 * var(--shop-unit));
    height: calc(35 * var(--shop-unit));
  }

  .shop-progress {
    width: min(calc(100% - calc(48 * var(--shop-unit))), calc(1110 * var(--shop-unit)));
    margin-top: calc(94 * var(--shop-unit));
  }

  .shop-progress li {
    font-size: calc(20 * var(--shop-unit));
  }

  .shop-progress li:not(:last-child)::after {
    top: calc(30.5 * var(--shop-unit));
    left: calc(50% + calc(35 * var(--shop-unit)));
    width: calc(100% - calc(70 * var(--shop-unit)));
    height: calc(9 * var(--shop-unit));
  }

  .shop-progress-link {
    gap: calc(10 * var(--shop-unit));
  }

  .shop-progress-marker {
    width: calc(70 * var(--shop-unit));
    height: calc(70 * var(--shop-unit));
  }

  .shop-progress-marker svg,
  .shop-progress-marker img {
    width: calc(34 * var(--shop-unit));
    height: calc(34 * var(--shop-unit));
  }

  .shop-progress-label {
    line-height: calc(30 * var(--shop-unit));
  }

  .shop-catalog {
    width: min(calc(100% - calc(80 * var(--shop-unit))), calc(1432 * var(--shop-unit)));
    margin-top: calc(94 * var(--shop-unit));
  }

  .shop-product-grid {
    grid-template-columns: repeat(3, minmax(0, calc(456 * var(--shop-unit))));
    gap: calc(30 * var(--shop-unit));
  }

  .shop-product-card {
    width: 100%;
    height: calc(386 * var(--shop-unit));
    min-height: calc(386 * var(--shop-unit));
    grid-template-columns: calc(204 * var(--shop-unit)) minmax(0, 1fr);
    border-radius: calc(20 * var(--shop-unit));
  }

  .shop-product-card > .shop-product-asset {
    background: var(--shop-panel);
  }

  .shop-product-card > .shop-product-asset img {
    width: calc(281 * var(--shop-unit));
    max-width: none;
    height: calc(421.5 * var(--shop-unit));
    justify-self: start;
    margin-left: calc(-38.5 * var(--shop-unit));
    padding: 0;
    object-fit: contain;
    object-position: center;
  }

  .shop-product-card > .shop-product-copy {
    position: relative;
    z-index: 1;
    background: var(--shop-panel);
  }

  .shop-product-copy {
    gap: calc(27 * var(--shop-unit));
    padding: calc(51 * var(--shop-unit)) calc(25 * var(--shop-unit)) calc(24 * var(--shop-unit)) calc(24 * var(--shop-unit));
  }

  .shop-product-card h2 {
    margin: 0;
    font-size: calc(36 * var(--shop-unit));
    font-weight: 600;
    line-height: normal;
  }

  .shop-product-description {
    margin: 0;
    font-size: calc(18 * var(--shop-unit));
    line-height: calc(24 * var(--shop-unit));
  }

  .shop-product-price {
    margin: auto 0 0;
    font-size: calc(20 * var(--shop-unit));
    font-weight: 600;
    line-height: calc(24 * var(--shop-unit));
  }

  .shop-product-card .shop-product-button {
    width: calc(153 * var(--shop-unit));
    min-width: calc(153 * var(--shop-unit));
    height: calc(37 * var(--shop-unit));
    min-height: calc(37 * var(--shop-unit));
    padding: calc(3 * var(--shop-unit)) calc(16 * var(--shop-unit)) calc(4 * var(--shop-unit));
    font-size: calc(20 * var(--shop-unit));
    line-height: calc(30 * var(--shop-unit));
  }

  .shop-detail {
    width: min(calc(100% - calc(152 * var(--shop-unit))), calc(1004 * var(--shop-unit)));
    margin: calc(94 * var(--shop-unit)) auto calc(66 * var(--shop-unit));
  }

  .shop-detail-card {
    min-height: calc(511 * var(--shop-unit));
    grid-template-columns: repeat(2, calc(502 * var(--shop-unit)));
    grid-template-rows: calc(511 * var(--shop-unit));
    border-radius: calc(20 * var(--shop-unit));
  }

  .shop-detail-card > .shop-product-asset {
    min-height: calc(511 * var(--shop-unit));
    overflow: hidden;
    background: #dcddec;
  }

  .shop-detail-card > .shop-product-asset img {
    width: calc(367 * var(--shop-unit));
    max-width: none;
    height: calc(550.5 * var(--shop-unit));
    padding: 0;
    object-fit: contain;
  }

  .shop-detail-copy {
    min-height: calc(511 * var(--shop-unit));
    grid-template-rows: auto 1fr auto auto;
    gap: 0;
    padding: calc(63 * var(--shop-unit)) calc(42 * var(--shop-unit)) calc(29 * var(--shop-unit)) calc(41 * var(--shop-unit));
  }

  .shop-detail-copy h1 {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: calc(48 * var(--shop-unit));
    font-weight: 600;
    line-height: normal;
  }

  .shop-detail-price {
    grid-column: 1 / -1;
    grid-row: 3;
    font-size: calc(32 * var(--shop-unit));
    font-weight: 600;
    line-height: calc(38 * var(--shop-unit));
  }

  .shop-detail-description {
    grid-row: 2;
    align-self: start;
    margin: calc(65 * var(--shop-unit)) 0 0;
    font-size: calc(24 * var(--shop-unit));
    line-height: calc(30 * var(--shop-unit));
  }

  .shop-detail-form {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: calc(17 * var(--shop-unit));
  }

  .shop-cart {
    width: min(calc(100% - calc(80 * var(--shop-unit))), calc(1364 * var(--shop-unit)));
    margin: calc(94 * var(--shop-unit)) auto calc(66 * var(--shop-unit));
  }

  .shop-cart-layout {
    min-height: calc(517 * var(--shop-unit));
    grid-template-columns: minmax(0, calc(882 * var(--shop-unit))) minmax(0, calc(466 * var(--shop-unit)));
    gap: calc(16 * var(--shop-unit));
  }

  .shop-cart-panel,
  .shop-summary {
    min-height: calc(517 * var(--shop-unit));
    border-radius: calc(20 * var(--shop-unit));
  }

  .shop-cart-panel > h1,
  .shop-summary > h2 {
    height: calc(84 * var(--shop-unit));
    display: flex;
    align-items: center;
    padding: 0 calc(24 * var(--shop-unit));
    font-size: calc(36 * var(--shop-unit));
    line-height: calc(54 * var(--shop-unit));
  }

  .shop-empty-state {
    min-height: calc(432 * var(--shop-unit));
    gap: calc(24 * var(--shop-unit));
    padding: calc(32 * var(--shop-unit));
  }

  .shop-empty-state svg {
    width: calc(72 * var(--shop-unit));
    height: calc(72 * var(--shop-unit));
  }

  .shop-empty-state p {
    max-width: calc(620 * var(--shop-unit));
    font-size: calc(18 * var(--shop-unit));
    line-height: calc(24 * var(--shop-unit));
  }

  .shop-cart-back {
    min-width: calc(206 * var(--shop-unit));
    min-height: calc(48 * var(--shop-unit));
    padding: calc(6 * var(--shop-unit)) calc(24 * var(--shop-unit));
    font-size: calc(18 * var(--shop-unit));
    line-height: calc(24 * var(--shop-unit));
  }

  .shop-cart-items {
    gap: calc(36 * var(--shop-unit));
    padding: calc(10 * var(--shop-unit)) calc(40 * var(--shop-unit)) calc(18 * var(--shop-unit)) calc(66 * var(--shop-unit));
  }

  .shop-cart-item {
    min-height: calc(170 * var(--shop-unit));
    grid-template-columns: calc(180 * var(--shop-unit)) minmax(0, calc(310 * var(--shop-unit))) minmax(calc(80 * var(--shop-unit)), calc(146 * var(--shop-unit))) calc(100 * var(--shop-unit));
    gap: calc(13 * var(--shop-unit));
    justify-content: space-between;
    padding: 0;
  }

  .shop-cart-item > .shop-product-asset {
    width: calc(126 * var(--shop-unit));
    height: calc(189 * var(--shop-unit));
    justify-self: start;
  }

  .shop-cart-item > .shop-product-asset img {
    width: calc(126 * var(--shop-unit));
    height: calc(189 * var(--shop-unit));
    padding: 0;
    object-fit: contain;
  }

  .shop-cart-item-copy h2 {
    margin-bottom: calc(4 * var(--shop-unit));
    font-size: calc(20 * var(--shop-unit));
    line-height: calc(26 * var(--shop-unit));
  }

  .shop-cart-item-copy p {
    margin-bottom: calc(2 * var(--shop-unit));
    font-size: calc(15 * var(--shop-unit));
    line-height: calc(20 * var(--shop-unit));
  }

  .shop-cart-item-copy p:first-of-type {
    font-size: calc(18 * var(--shop-unit));
    line-height: calc(22 * var(--shop-unit));
  }

  .shop-cart-item-quantity,
  .shop-cart-item-price {
    font-size: calc(20 * var(--shop-unit));
    line-height: calc(26 * var(--shop-unit));
  }

  .shop-summary-lines {
    gap: calc(16 * var(--shop-unit));
    padding: calc(24 * var(--shop-unit)) calc(32 * var(--shop-unit));
  }

  .shop-summary dt,
  .shop-summary dd {
    font-size: calc(20 * var(--shop-unit));
    line-height: calc(26 * var(--shop-unit));
  }

  .shop-summary-total {
    padding: calc(24 * var(--shop-unit)) calc(32 * var(--shop-unit));
  }

  .shop-summary-total dt,
  .shop-summary-total dd {
    font-size: calc(24 * var(--shop-unit));
    line-height: calc(31 * var(--shop-unit));
  }

  .shop-summary-footer {
    gap: calc(16 * var(--shop-unit));
    padding: calc(20 * var(--shop-unit)) calc(32 * var(--shop-unit)) calc(22 * var(--shop-unit));
  }

  .shop-summary-footer p {
    font-size: calc(18 * var(--shop-unit));
    line-height: calc(23 * var(--shop-unit));
  }

  .shop-detail-form .shop-product-button,
  .shop-summary-footer .shop-product-button,
  .shop-checkout-disabled,
  .shop-result-actions .shop-product-button {
    width: calc(165 * var(--shop-unit));
    min-width: calc(165 * var(--shop-unit));
    height: calc(48 * var(--shop-unit));
    min-height: calc(48 * var(--shop-unit));
    padding: calc(6 * var(--shop-unit)) calc(20 * var(--shop-unit));
    font-size: calc(24 * var(--shop-unit));
    line-height: calc(36 * var(--shop-unit));
  }

  .shop-detail-form .shop-product-button {
    width: auto;
  }

  .shop-age-verification {
    width: min(calc(100% - calc(152 * var(--shop-unit))), calc(941 * var(--shop-unit)));
    min-height: calc(511 * var(--shop-unit));
    grid-template-columns: repeat(2, calc(368.5 * var(--shop-unit)));
    column-gap: calc(82 * var(--shop-unit));
    margin: calc(94 * var(--shop-unit)) auto calc(66 * var(--shop-unit));
    padding: calc(40 * var(--shop-unit)) calc(60 * var(--shop-unit)) calc(52 * var(--shop-unit)) calc(62 * var(--shop-unit));
    border-radius: calc(20 * var(--shop-unit));
    box-sizing: border-box;
  }

  .shop-age-copy,
  .shop-age-wallet {
    min-height: 0;
    padding: 0;
  }

  .shop-age-copy h1 {
    margin-bottom: calc(9 * var(--shop-unit));
    font-size: calc(32 * var(--shop-unit));
    line-height: calc(48 * var(--shop-unit));
  }

  .shop-age-copy > p,
  .shop-age-privacy p {
    font-size: calc(20 * var(--shop-unit));
    line-height: calc(25 * var(--shop-unit));
  }

  .shop-age-privacy {
    padding-top: 0;
  }

  .shop-age-privacy h2 {
    margin-bottom: calc(9 * var(--shop-unit));
    font-size: calc(24 * var(--shop-unit));
    line-height: calc(36 * var(--shop-unit));
  }

  .shop-age-wallet {
    align-items: flex-start;
  }

  .shop-age-desktop-qr {
    width: calc(304 * var(--shop-unit));
    height: calc(263 * var(--shop-unit));
    padding: 0;
    background: transparent;
  }

  .shop-age-desktop-qr img {
    width: calc(263 * var(--shop-unit));
    height: calc(263 * var(--shop-unit));
    object-fit: contain;
  }

  .shop-age-steps {
    gap: calc(13 * var(--shop-unit));
    margin-top: calc(40 * var(--shop-unit));
    padding-left: calc(30 * var(--shop-unit));
    font-size: calc(20 * var(--shop-unit));
    line-height: calc(30 * var(--shop-unit));
  }

  .shop-result-stage {
    min-height: calc(676 * var(--shop-unit));
    padding: calc(94 * var(--shop-unit)) calc(24 * var(--shop-unit)) calc(71 * var(--shop-unit));
  }

  .shop-result-card {
    position: relative;
    width: min(100%, calc(867 * var(--shop-unit)));
    height: calc(511 * var(--shop-unit));
    min-height: calc(511 * var(--shop-unit));
    display: block;
    padding: 0;
    border-radius: calc(20 * var(--shop-unit));
    box-sizing: border-box;
  }

  .shop-result-copy {
    position: absolute;
    top: calc(169 * var(--shop-unit));
    left: 50%;
    width: calc(376 * var(--shop-unit));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(6 * var(--shop-unit));
    transform: translateX(-50%);
  }

  .shop-result-icon {
    width: calc(94 * var(--shop-unit));
    height: calc(91 * var(--shop-unit));
    flex: 0 0 auto;
  }

  .shop-result-card.is-verified .shop-result-copy {
    top: calc(165 * var(--shop-unit));
    width: min(calc(100% - calc(64 * var(--shop-unit))), calc(560 * var(--shop-unit)));
    gap: calc(2 * var(--shop-unit));
  }

  .shop-result-card.is-verified .shop-result-icon {
    width: calc(121 * var(--shop-unit));
    height: calc(87 * var(--shop-unit));
    margin-bottom: 0;
  }

  .shop-result-card.is-failure .shop-result-icon {
    margin-bottom: 0;
  }

  .shop-result-card.is-verified .shop-result-icon-main {
    top: calc(-2.5 * var(--shop-unit));
    left: calc(-2.5 * var(--shop-unit));
    width: calc(118.646 * var(--shop-unit));
    height: calc(85.526 * var(--shop-unit));
  }

  .shop-result-card.is-verified .shop-result-icon-badge {
    top: calc(45 * var(--shop-unit));
    left: calc(77 * var(--shop-unit));
    width: calc(43.687 * var(--shop-unit));
    height: calc(42.965 * var(--shop-unit));
  }

  .shop-result-card.is-failure .shop-result-icon-main {
    top: calc(-2.5 * var(--shop-unit));
    left: calc(-2.5 * var(--shop-unit));
    width: calc(90 * var(--shop-unit));
    height: calc(90 * var(--shop-unit));
  }

  .shop-result-card.is-failure .shop-result-icon-badge {
    top: calc(49 * var(--shop-unit));
    left: calc(50 * var(--shop-unit));
    width: calc(42 * var(--shop-unit));
    height: calc(41 * var(--shop-unit));
  }

  .shop-result-copy h1 {
    font-size: calc(32 * var(--shop-unit));
    line-height: calc(48 * var(--shop-unit));
  }

  .shop-result-copy p {
    max-width: calc(560 * var(--shop-unit));
    font-size: calc(24 * var(--shop-unit));
    line-height: calc(36 * var(--shop-unit));
  }

  .shop-result-card.is-verified .shop-result-copy h1 {
    margin: 0;
    font-size: calc(24 * var(--shop-unit));
    line-height: calc(36 * var(--shop-unit));
  }

  .shop-result-card.is-verified .shop-result-copy p {
    color: var(--shop-ink);
  }

  .shop-result-actions {
    position: absolute;
    right: calc(32 * var(--shop-unit));
    bottom: calc(32 * var(--shop-unit));
  }

  .shop-result-card.is-pending .shop-result-copy {
    top: calc(152 * var(--shop-unit));
    width: calc(481 * var(--shop-unit));
  }

  .shop-pending-icon {
    width: calc(96 * var(--shop-unit));
    height: calc(112 * var(--shop-unit));
  }

  .shop-result-card.is-pending .shop-result-copy h1 {
    margin: calc(2 * var(--shop-unit)) 0 calc(12 * var(--shop-unit));
  }

  .shop-result-card.is-pending .shop-result-copy > p:not(.sr-only) {
    width: calc(481 * var(--shop-unit));
  }

  .shop-conclusion-copy {
    position: absolute;
    top: calc(94 * var(--shop-unit));
    left: 50%;
    width: calc(481 * var(--shop-unit));
    margin: 0;
    transform: translateX(-50%);
  }

  .shop-conclusion-copy h1 {
    margin: 0 0 calc(12 * var(--shop-unit));
    font-size: calc(32 * var(--shop-unit));
    line-height: calc(48 * var(--shop-unit));
  }

  .shop-conclusion-body {
    font-size: calc(22 * var(--shop-unit));
    line-height: calc(33 * var(--shop-unit));
  }

  .shop-conclusion-body p:first-child {
    margin-bottom: calc(33 * var(--shop-unit));
  }

  .shop-conclusion-body ul {
    padding-left: calc(33 * var(--shop-unit));
  }

}

/* Tablet and mobile shop layouts */

@media (max-width: 64rem) {
  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-product-card:last-child {
    grid-column: 1 / 2;
  }
}

@media (max-width: 48rem) {
  html {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar {
    display: none;
  }

  .shop-view {
    --shop-header-height: 4rem;
  }

  .compact-header {
    min-height: 4rem;
    padding: calc(.35rem + env(safe-area-inset-top)) max(.8rem, env(safe-area-inset-right)) .35rem max(.8rem, env(safe-area-inset-left));
  }

  .compact-brand {
    gap: .5rem;
  }

  .compact-brand img {
    height: .95rem;
  }

  .compact-brand strong {
    font-size: .64rem;
  }

  .shop-page {
    width: 100%;
  }

  .shop-toolbar {
    min-height: 4.1rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding-inline: .8rem;
  }

  .shop-close {
    gap: .3rem;
    font-size: .7rem;
  }

  .shop-close svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .shop-name {
    display: grid;
  }

  .shop-name span {
    font-size: 1rem;
  }

  .shop-name small {
    font-size: .6rem;
  }

  .shop-toolbar-spacer {
    width: 2.25rem;
    height: 2.25rem;
  }

  .shop-cart-link {
    width: 2.75rem;
    height: 2.75rem;
  }

  .shop-cart-link img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .shop-progress {
    width: calc(100% - 1rem);
    margin-top: 1.75rem;
    padding: 0;
  }

  .shop-progress li {
    font-size: .58rem;
  }

  .shop-progress li:not(:last-child)::after {
    top: 1.15rem;
    left: calc(50% + 1.15rem);
    width: calc(100% - 2.3rem);
  }

  .shop-progress-marker {
    width: 2.3rem;
    height: 2.3rem;
  }

  .shop-progress-marker svg,
  .shop-progress-marker img {
    width: 1.25rem;
    height: 1.25rem;
  }

  .shop-catalog {
    width: calc(100% - 1.5rem);
    margin-top: 2.5rem;
  }

  .shop-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: .9rem;
  }

  .shop-product-card:last-child {
    grid-column: auto;
  }

  .shop-product-card {
    min-height: 13rem;
    grid-template-columns: 43% 57%;
  }

  .shop-product-copy {
    padding: 1.3rem 1rem 1rem;
  }

  .shop-product-card h2 {
    margin-bottom: .65rem;
    font-size: 1.2rem;
  }

  .shop-product-description {
    font-size: .72rem;
  }

  .shop-product-button,
  .shop-cart-back,
  .shop-checkout-disabled,
  .shop-product-card .shop-product-button,
  .shop-detail-form .shop-product-button,
  .shop-summary-footer .shop-product-button,
  .shop-result-actions .shop-product-button,
  .shop-age-mobile-wallet {
    min-height: 2.75rem;
  }

  .shop-detail {
    width: calc(100% - 1.5rem);
    margin: 2rem auto;
  }

  .shop-detail-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .shop-detail-card > .shop-product-asset {
    min-height: 15rem;
  }

  .shop-detail-copy {
    min-height: 15rem;
    padding: 1.5rem 1.25rem 1.1rem;
  }

  .shop-detail-copy h1 {
    font-size: 1.45rem;
  }

  .shop-detail-description {
    margin: .5rem 0;
    font-size: .82rem;
  }

  .shop-cart {
    width: calc(100% - 1.5rem);
    margin: 2rem auto;
  }

  .shop-cart-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .shop-cart-item {
    grid-template-columns: 4.5rem minmax(0, 1fr) 2rem 4.5rem;
    gap: .55rem;
  }

  .shop-cart-item > .shop-product-asset {
    width: 4.5rem;
    height: 5rem;
  }

  .shop-age-verification {
    width: calc(100% - 1.5rem);
    grid-template-columns: minmax(0, 1fr);
    margin: 2rem auto;
  }

  .shop-age-copy,
  .shop-age-wallet {
    padding: 1.5rem;
  }

  .shop-age-privacy {
    padding-top: 1.5rem;
  }

  .shop-age-wallet {
    border-top: 2px solid var(--playground-white);
  }

  .shop-age-desktop-qr {
    display: none;
  }

  .shop-age-mobile-wallet {
    display: inline-flex;
    min-width: 8rem;
    min-height: 2rem;
  }

  .shop-result-stage {
    min-height: 29rem;
    padding: 3rem .75rem;
  }

  .shop-result-card {
    min-height: 20rem;
    padding: 3rem 1.1rem 1.1rem;
  }
}

@media (max-width: 24rem) {
  .compact-brand > span,
  .compact-brand strong {
    display: none;
  }

  .shop-close span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .shop-product-card {
    grid-template-columns: 40% 60%;
  }

  .shop-product-copy {
    padding-inline: .8rem;
  }

  .shop-cart-item {
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    grid-template-areas: "visual copy quantity" "visual price price";
  }

  .shop-cart-item-price {
    justify-self: start;
  }
}

/* Mobile UXCON geometry: 393 x 852 reference frame, proportionally reduced below 393 px. */
@media (max-width: 48rem) {
  .shop-view {
    --shop-mobile-unit: min(1px, .254453vw);
    --shop-header-height: calc(64 * var(--shop-mobile-unit));
  }

  .shop-page {
    width: 100%;
  }

  .shop-toolbar {
    position: relative;
    height: calc(64 * var(--shop-mobile-unit));
    min-height: calc(64 * var(--shop-mobile-unit));
    display: block;
    padding: 0;
  }

  .shop-toolbar form {
    position: absolute;
    top: calc(24 * var(--shop-mobile-unit));
    left: calc(11 * var(--shop-mobile-unit));
  }

  .shop-close {
    min-height: calc(16 * var(--shop-mobile-unit));
    gap: calc(5 * var(--shop-mobile-unit));
    padding: 0;
    font-size: clamp(.625rem, calc(12 * var(--shop-mobile-unit)), .75rem);
    line-height: calc(16 * var(--shop-mobile-unit));
  }

  .shop-close span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .shop-close svg {
    width: calc(16 * var(--shop-mobile-unit));
    height: calc(16 * var(--shop-mobile-unit));
  }

  .shop-name {
    position: absolute;
    top: calc(7 * var(--shop-mobile-unit));
    left: 50%;
    display: grid;
    transform: translateX(-50%);
  }

  .shop-name span {
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-name small {
    margin-top: calc(-3 * var(--shop-mobile-unit));
    font-size: clamp(.75rem, calc(14 * var(--shop-mobile-unit)), .875rem);
    line-height: calc(21 * var(--shop-mobile-unit));
  }

  .shop-toolbar-spacer,
  .shop-cart-link {
    position: absolute;
    top: calc(20 * var(--shop-mobile-unit));
    right: calc(16 * var(--shop-mobile-unit));
    width: calc(24 * var(--shop-mobile-unit));
    height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-cart-link img {
    width: calc(24 * var(--shop-mobile-unit));
    height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-progress {
    width: calc(361 * var(--shop-mobile-unit));
    max-width: calc(100% - calc(32 * var(--shop-mobile-unit)));
    height: auto;
    margin: calc(24 * var(--shop-mobile-unit)) auto 0;
    padding: 0;
  }

  .shop-progress li {
    font-size: clamp(.625rem, calc(12 * var(--shop-mobile-unit)), .75rem);
    line-height: calc(18 * var(--shop-mobile-unit));
  }

  .shop-progress li:not(:last-child)::after {
    top: calc(25 * var(--shop-mobile-unit));
    left: calc(50% + calc(25 * var(--shop-mobile-unit)));
    width: calc(100% - calc(50 * var(--shop-mobile-unit)));
    height: calc(5 * var(--shop-mobile-unit));
  }

  .shop-progress-link {
    gap: calc(10 * var(--shop-mobile-unit));
  }

  .shop-progress-marker {
    width: calc(50 * var(--shop-mobile-unit));
    height: calc(50 * var(--shop-mobile-unit));
  }

  .shop-progress-marker svg,
  .shop-progress-marker img {
    width: calc(20 * var(--shop-mobile-unit));
    height: calc(20 * var(--shop-mobile-unit));
  }

  .shop-progress-label {
    line-height: calc(18 * var(--shop-mobile-unit));
  }

  .shop-catalog {
    width: calc(361 * var(--shop-mobile-unit));
    max-width: calc(100% - calc(32 * var(--shop-mobile-unit)));
    margin: calc(35 * var(--shop-mobile-unit)) auto 0;
    padding: 0 0 calc(16 * var(--shop-mobile-unit));
  }

  .shop-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: calc(8 * var(--shop-mobile-unit));
  }

  .shop-product-card,
  .shop-product-card:last-child {
    width: 100%;
    height: calc(210 * var(--shop-mobile-unit));
    min-height: calc(210 * var(--shop-mobile-unit));
    grid-column: auto;
    grid-template-columns: calc(148 * var(--shop-mobile-unit)) minmax(0, 1fr);
    border-radius: calc(20 * var(--shop-mobile-unit));
  }

  .shop-product-card > .shop-product-asset {
    width: calc(148 * var(--shop-mobile-unit));
    height: calc(210 * var(--shop-mobile-unit));
    min-height: 0;
    overflow: hidden;
    background: var(--shop-panel);
  }

  .shop-product-card > .shop-product-asset img {
    width: calc(137 * var(--shop-mobile-unit));
    max-width: none;
    height: calc(206 * var(--shop-mobile-unit));
    margin: 0;
    padding: 0;
    object-fit: contain;
  }

  .shop-product-card > .shop-product-copy {
    position: relative;
    z-index: 1;
    min-height: 0;
    gap: calc(12 * var(--shop-mobile-unit));
    padding: calc(19 * var(--shop-mobile-unit)) calc(13 * var(--shop-mobile-unit)) calc(18 * var(--shop-mobile-unit)) calc(16 * var(--shop-mobile-unit));
    background: var(--shop-panel);
  }

  .shop-product-card h2 {
    margin: 0;
    font-size: clamp(1.25rem, calc(24 * var(--shop-mobile-unit)), 1.5rem);
    font-weight: 600;
    line-height: normal;
  }

  .shop-product-description {
    margin: 0;
    font-size: clamp(.75rem, calc(14 * var(--shop-mobile-unit)), .875rem);
    line-height: normal;
  }

  .shop-product-price {
    margin: auto 0 0;
    font-size: clamp(.75rem, calc(14 * var(--shop-mobile-unit)), .875rem);
    font-weight: 600;
    line-height: normal;
  }

  .shop-product-card .shop-product-button {
    width: calc(110 * var(--shop-mobile-unit));
    min-width: calc(110 * var(--shop-mobile-unit));
    height: calc(28 * var(--shop-mobile-unit));
    min-height: calc(28 * var(--shop-mobile-unit));
    padding: calc(2 * var(--shop-mobile-unit)) calc(12 * var(--shop-mobile-unit));
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-detail {
    width: calc(361 * var(--shop-mobile-unit));
    max-width: calc(100% - calc(32 * var(--shop-mobile-unit)));
    margin: calc(35 * var(--shop-mobile-unit)) auto calc(20 * var(--shop-mobile-unit));
  }

  .shop-detail-card {
    height: calc(631 * var(--shop-mobile-unit));
    min-height: calc(631 * var(--shop-mobile-unit));
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: calc(417 * var(--shop-mobile-unit)) calc(214 * var(--shop-mobile-unit));
    border-radius: calc(20 * var(--shop-mobile-unit));
  }

  .shop-detail-card > .shop-product-asset {
    width: 100%;
    height: calc(417 * var(--shop-mobile-unit));
    min-height: 0;
    overflow: hidden;
    background: color-mix(in srgb, var(--product-accent) 7%, var(--playground-background-beige));
  }

  .shop-detail.product-theme-coral .shop-detail-card > .shop-product-asset {
    background: #e9d8d9;
  }

  .shop-detail-card > .shop-product-asset img {
    width: calc(281 * var(--shop-mobile-unit));
    max-width: none;
    height: calc(421.5 * var(--shop-mobile-unit));
    margin-top: calc(-18 * var(--shop-mobile-unit));
    padding: 0;
    object-fit: contain;
  }

  .shop-detail-copy {
    height: calc(214 * var(--shop-mobile-unit));
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr auto;
    gap: 0;
    padding: calc(21 * var(--shop-mobile-unit)) calc(24 * var(--shop-mobile-unit)) calc(29 * var(--shop-mobile-unit));
  }

  .shop-detail-copy h1 {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: clamp(1.25rem, calc(24 * var(--shop-mobile-unit)), 1.5rem);
    font-weight: 600;
    line-height: normal;
  }

  .shop-detail-description {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
    margin: calc(14 * var(--shop-mobile-unit)) 0 0;
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: normal;
  }

  .shop-detail-price {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    font-weight: 600;
    line-height: normal;
  }

  .shop-detail-form {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    margin: 0;
  }

  .shop-detail-form .shop-product-button {
    width: auto;
    min-width: calc(117 * var(--shop-mobile-unit));
    height: calc(34 * var(--shop-mobile-unit));
    min-height: calc(34 * var(--shop-mobile-unit));
    padding: calc(5 * var(--shop-mobile-unit)) calc(15 * var(--shop-mobile-unit));
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-cart {
    width: calc(361 * var(--shop-mobile-unit));
    max-width: calc(100% - calc(32 * var(--shop-mobile-unit)));
    margin: calc(35 * var(--shop-mobile-unit)) auto calc(20 * var(--shop-mobile-unit));
  }

  .shop-cart-layout {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: calc(181 * var(--shop-mobile-unit)) calc(324 * var(--shop-mobile-unit));
    gap: calc(9 * var(--shop-mobile-unit));
  }

  .shop-cart-panel,
  .shop-summary {
    position: relative;
    min-height: 0;
    border-radius: calc(20 * var(--shop-mobile-unit));
  }

  .shop-cart-panel {
    height: calc(181 * var(--shop-mobile-unit));
  }

  .shop-summary {
    height: calc(324 * var(--shop-mobile-unit));
  }

  .shop-cart-panel > h1,
  .shop-summary > h2 {
    height: calc(54 * var(--shop-mobile-unit));
    display: flex;
    align-items: center;
    padding: 0 calc(24 * var(--shop-mobile-unit));
    border-bottom: calc(2 * var(--shop-mobile-unit)) solid var(--playground-white);
    font-size: clamp(1.125rem, calc(20 * var(--shop-mobile-unit)), 1.25rem);
    line-height: calc(30 * var(--shop-mobile-unit));
  }

  .shop-cart-items {
    position: absolute;
    inset: calc(55 * var(--shop-mobile-unit)) 0 0;
    display: block;
    padding: 0;
  }

  .shop-cart-item {
    position: relative;
    height: calc(126 * var(--shop-mobile-unit));
    min-height: calc(126 * var(--shop-mobile-unit));
    display: block;
    padding: 0;
  }

  .shop-cart-item > .shop-product-asset {
    position: absolute;
    top: 0;
    left: calc(11 * var(--shop-mobile-unit));
    width: calc(91 * var(--shop-mobile-unit));
    height: calc(135 * var(--shop-mobile-unit));
    min-height: 0;
  }

  .shop-cart-item > .shop-product-asset img {
    width: calc(91 * var(--shop-mobile-unit));
    max-width: none;
    height: calc(135 * var(--shop-mobile-unit));
    padding: 0;
    object-fit: contain;
  }

  .shop-cart-item-copy {
    position: absolute;
    top: calc(14 * var(--shop-mobile-unit));
    left: calc(135 * var(--shop-mobile-unit));
    width: calc(133 * var(--shop-mobile-unit));
  }

  .shop-cart-item-copy h2 {
    margin: 0 0 calc(8 * var(--shop-mobile-unit));
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(20 * var(--shop-mobile-unit));
  }

  .shop-cart-item-copy p {
    margin: 0 0 calc(8 * var(--shop-mobile-unit));
    font-size: clamp(.6875rem, calc(12 * var(--shop-mobile-unit)), .75rem);
    line-height: calc(16 * var(--shop-mobile-unit));
  }

  .shop-cart-item-copy p:last-child {
    margin-bottom: 0;
    font-size: .625rem;
    line-height: calc(13 * var(--shop-mobile-unit));
  }

  .shop-cart-item-quantity,
  .shop-cart-item-price {
    position: absolute;
    right: calc(24 * var(--shop-mobile-unit));
    margin: 0;
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(20 * var(--shop-mobile-unit));
  }

  .shop-cart-item-quantity {
    top: calc(14 * var(--shop-mobile-unit));
  }

  .shop-cart-item-price {
    top: calc(79 * var(--shop-mobile-unit));
  }

  .shop-summary-lines {
    position: absolute;
    top: calc(55 * var(--shop-mobile-unit));
    right: 0;
    left: 0;
    gap: calc(16 * var(--shop-mobile-unit));
    padding: calc(16 * var(--shop-mobile-unit)) calc(14 * var(--shop-mobile-unit)) 0;
  }

  .shop-summary dt,
  .shop-summary dd {
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(20 * var(--shop-mobile-unit));
  }

  .shop-summary-total {
    position: absolute;
    top: calc(185 * var(--shop-mobile-unit));
    right: 0;
    left: 0;
    padding: calc(24 * var(--shop-mobile-unit)) calc(14 * var(--shop-mobile-unit)) 0;
    border-top: calc(2 * var(--shop-mobile-unit)) solid var(--playground-white);
  }

  .shop-summary-total dt,
  .shop-summary-total dd {
    font-size: clamp(1rem, calc(18 * var(--shop-mobile-unit)), 1.125rem);
    line-height: calc(23 * var(--shop-mobile-unit));
  }

  .shop-summary-footer {
    position: absolute;
    right: calc(24 * var(--shop-mobile-unit));
    bottom: calc(24 * var(--shop-mobile-unit));
    left: calc(14 * var(--shop-mobile-unit));
    display: grid;
    grid-template-columns: calc(192 * var(--shop-mobile-unit)) auto;
    align-items: end;
    gap: calc(6 * var(--shop-mobile-unit));
    margin: 0;
    padding: 0;
  }

  .shop-summary-footer p {
    max-width: calc(192 * var(--shop-mobile-unit));
    font-size: clamp(.6875rem, calc(12 * var(--shop-mobile-unit)), .75rem);
    line-height: calc(16 * var(--shop-mobile-unit));
  }

  .shop-summary-footer form,
  .shop-summary-footer > .shop-checkout-disabled {
    justify-self: end;
  }

  .shop-summary-footer .shop-product-button,
  .shop-checkout-disabled {
    width: calc(117 * var(--shop-mobile-unit));
    min-width: calc(117 * var(--shop-mobile-unit));
    height: calc(34 * var(--shop-mobile-unit));
    min-height: calc(34 * var(--shop-mobile-unit));
    padding: calc(5 * var(--shop-mobile-unit)) calc(12 * var(--shop-mobile-unit));
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-age-verification {
    position: relative;
    width: calc(361 * var(--shop-mobile-unit));
    max-width: calc(100% - calc(32 * var(--shop-mobile-unit)));
    height: calc(513 * var(--shop-mobile-unit));
    min-height: calc(513 * var(--shop-mobile-unit));
    display: block;
    margin: calc(35 * var(--shop-mobile-unit)) auto calc(20 * var(--shop-mobile-unit));
    overflow: hidden;
    border-radius: calc(20 * var(--shop-mobile-unit));
  }

  .shop-age-copy {
    padding: calc(28 * var(--shop-mobile-unit)) calc(16 * var(--shop-mobile-unit)) 0;
  }

  .shop-age-copy h1 {
    margin: 0 0 calc(4 * var(--shop-mobile-unit));
    font-size: clamp(1.125rem, calc(20 * var(--shop-mobile-unit)), 1.25rem);
    line-height: calc(30 * var(--shop-mobile-unit));
  }

  .shop-age-copy > p,
  .shop-age-privacy p {
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(22.5 * var(--shop-mobile-unit));
  }

  .shop-age-privacy {
    margin-top: calc(25 * var(--shop-mobile-unit));
    padding: 0;
  }

  .shop-age-privacy h2 {
    margin: 0 0 calc(4.5 * var(--shop-mobile-unit));
    font-size: clamp(1rem, calc(18 * var(--shop-mobile-unit)), 1.125rem);
    line-height: calc(27 * var(--shop-mobile-unit));
  }

  .shop-age-wallet {
    position: absolute;
    top: calc(273 * var(--shop-mobile-unit));
    right: calc(16 * var(--shop-mobile-unit));
    bottom: calc(23 * var(--shop-mobile-unit));
    left: calc(16 * var(--shop-mobile-unit));
    display: block;
    padding: 0;
    border: 0;
  }

  .shop-age-desktop-qr {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(115 * var(--shop-mobile-unit));
    height: calc(120 * var(--shop-mobile-unit));
    display: block;
    padding: 0;
    background: transparent;
  }

  .shop-age-desktop-qr img {
    width: calc(115 * var(--shop-mobile-unit));
    height: calc(120 * var(--shop-mobile-unit));
    object-fit: contain;
  }

  .shop-age-steps {
    position: absolute;
    top: 0;
    left: calc(145 * var(--shop-mobile-unit));
    width: calc(184 * var(--shop-mobile-unit));
    gap: calc(16 * var(--shop-mobile-unit));
    margin: 0;
    padding-left: calc(22 * var(--shop-mobile-unit));
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-age-mobile-separator {
    position: absolute;
    top: calc(133 * var(--shop-mobile-unit));
    left: calc(13 * var(--shop-mobile-unit));
    width: calc(304 * var(--shop-mobile-unit));
    display: flex;
    align-items: center;
    gap: calc(18 * var(--shop-mobile-unit));
    color: var(--shop-ink);
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-age-mobile-separator::before,
  .shop-age-mobile-separator::after {
    content: "";
    height: calc(1 * var(--shop-mobile-unit));
    flex: 1;
    background: var(--shop-muted);
  }

  .shop-age-mobile-wallet {
    position: absolute;
    top: calc(182 * var(--shop-mobile-unit));
    left: calc(34 * var(--shop-mobile-unit));
    width: calc(263 * var(--shop-mobile-unit));
    min-width: calc(263 * var(--shop-mobile-unit));
    height: calc(34 * var(--shop-mobile-unit));
    min-height: calc(34 * var(--shop-mobile-unit));
    display: inline-flex;
    padding: calc(5 * var(--shop-mobile-unit)) calc(12 * var(--shop-mobile-unit));
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-result-stage {
    min-height: 0;
    display: block;
    padding: calc(35 * var(--shop-mobile-unit)) calc(16 * var(--shop-mobile-unit)) calc(20 * var(--shop-mobile-unit));
  }

  .shop-result-card {
    position: relative;
    width: calc(361 * var(--shop-mobile-unit));
    max-width: 100%;
    height: calc(513 * var(--shop-mobile-unit));
    min-height: calc(513 * var(--shop-mobile-unit));
    display: block;
    margin-inline: auto;
    padding: 0;
    border-radius: calc(20 * var(--shop-mobile-unit));
  }

  .shop-result-copy,
  .shop-result-card.is-verified .shop-result-copy {
    position: absolute;
    top: calc(187 * var(--shop-mobile-unit));
    left: 50%;
    width: calc(263 * var(--shop-mobile-unit));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(4 * var(--shop-mobile-unit));
    transform: translateX(-50%);
  }

  .shop-result-card.is-verified .shop-result-copy {
    top: calc(194 * var(--shop-mobile-unit));
    gap: 0;
  }

  .shop-result-icon,
  .shop-result-card.is-verified .shop-result-icon,
  .shop-result-card.is-failure .shop-result-icon {
    width: calc(69 * var(--shop-mobile-unit));
    height: calc(65 * var(--shop-mobile-unit));
    margin: 0;
    flex: 0 0 auto;
  }

  .shop-result-card.is-verified .shop-result-icon {
    width: calc(83 * var(--shop-mobile-unit));
    height: calc(61 * var(--shop-mobile-unit));
    margin-bottom: calc(7 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-verified .shop-result-icon-main {
    top: calc(-1.7 * var(--shop-mobile-unit));
    left: calc(-1.7 * var(--shop-mobile-unit));
    width: calc(81.4 * var(--shop-mobile-unit));
    height: calc(58.7 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-verified .shop-result-icon-badge {
    top: calc(30.9 * var(--shop-mobile-unit));
    left: calc(52.8 * var(--shop-mobile-unit));
    width: calc(30 * var(--shop-mobile-unit));
    height: calc(29.5 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-failure .shop-result-icon-main {
    top: calc(-1.9 * var(--shop-mobile-unit));
    left: calc(-1.9 * var(--shop-mobile-unit));
    width: calc(65 * var(--shop-mobile-unit));
    height: calc(65 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-failure .shop-result-icon-badge {
    top: calc(35 * var(--shop-mobile-unit));
    left: calc(36 * var(--shop-mobile-unit));
    width: calc(30 * var(--shop-mobile-unit));
    height: calc(29 * var(--shop-mobile-unit));
  }

  .shop-result-copy h1 {
    margin: 0;
    font-size: clamp(1.125rem, calc(20 * var(--shop-mobile-unit)), 1.25rem);
    line-height: calc(30 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-verified .shop-result-copy h1 {
    margin: calc(2 * var(--shop-mobile-unit)) 0 0;
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(22.5 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-verified .shop-result-copy p {
    color: var(--shop-ink);
  }

  .shop-result-copy p {
    max-width: calc(263 * var(--shop-mobile-unit));
    margin: 0;
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(22.5 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-failure .shop-result-copy p {
    max-width: calc(230 * var(--shop-mobile-unit));
  }

  .shop-result-actions {
    position: absolute;
    right: calc(24 * var(--shop-mobile-unit));
    bottom: calc(24 * var(--shop-mobile-unit));
  }

  .shop-result-actions .shop-product-button {
    width: auto;
    min-width: calc(111 * var(--shop-mobile-unit));
    height: calc(34 * var(--shop-mobile-unit));
    min-height: calc(34 * var(--shop-mobile-unit));
    padding: calc(5 * var(--shop-mobile-unit)) calc(12 * var(--shop-mobile-unit));
    font-size: clamp(.875rem, calc(16 * var(--shop-mobile-unit)), 1rem);
    line-height: calc(24 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-pending .shop-result-copy {
    top: calc(179 * var(--shop-mobile-unit));
    width: calc(239 * var(--shop-mobile-unit));
  }

  .shop-pending-icon {
    width: calc(69 * var(--shop-mobile-unit));
    height: calc(78 * var(--shop-mobile-unit));
  }

  .shop-result-card.is-pending .shop-result-copy h1 {
    margin: calc(4 * var(--shop-mobile-unit)) 0;
  }

  .shop-result-card.is-pending .shop-result-copy > p:not(.sr-only) {
    width: calc(239 * var(--shop-mobile-unit));
  }

  .shop-conclusion-copy {
    position: absolute;
    top: calc(113 * var(--shop-mobile-unit));
    left: 50%;
    width: calc(311 * var(--shop-mobile-unit));
    margin: 0;
    transform: translateX(-50%);
  }

  .shop-conclusion-copy h1 {
    margin: 0 0 calc(8 * var(--shop-mobile-unit));
    font-size: clamp(1.125rem, calc(20 * var(--shop-mobile-unit)), 1.25rem);
    line-height: calc(30 * var(--shop-mobile-unit));
  }

  .shop-conclusion-body {
    font-size: clamp(.8125rem, calc(15 * var(--shop-mobile-unit)), .9375rem);
    line-height: calc(22.5 * var(--shop-mobile-unit));
  }

  .shop-conclusion-body p:first-child {
    margin-bottom: calc(22.5 * var(--shop-mobile-unit));
  }

  .shop-conclusion-body ul {
    padding-left: calc(22.5 * var(--shop-mobile-unit));
  }
}
