:root {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #162033;
  background: #eceef2;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.stage {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 18px;
}

.phone {
  position: relative;
  width: min(375px, 100vw);
  height: min(812px, 100dvh);
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  box-shadow: 0 24px 70px rgb(29 35 48 / 22%);
}

.scroll-view {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.scroll-view::-webkit-scrollbar { display: none; }

.design-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 812;
  flex: none;
}

.design-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  user-select: none;
  pointer-events: none;
}

.theme-carousel {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 313px;
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
  user-select: none;
  --theme-color: #ff1c40;
  display: block;
}

.fixed-header-scenes {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 96px;
  overflow: hidden;
  background: var(--theme-color);
  pointer-events: none;
}

.fixed-header-scene {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  image-rendering: auto;
  opacity: var(--scene-opacity, 0);
  will-change: opacity;
}

.fixed-header-scene.is-current {
  --scene-opacity: 1;
}

.theme-scene-viewport {
  position: absolute;
  z-index: 1;
  top: 96px;
  left: 0;
  width: 100%;
  height: 217px;
  overflow: hidden;
  background: var(--theme-color);
}

.theme-scene-track {
  display: flex;
  width: 500%;
  height: 100%;
  transform: translate3d(var(--scene-x, 0px), 0, 0);
  will-change: transform;
}

.theme-carousel.is-settling .theme-scene-track {
  transition: transform 400ms cubic-bezier(.22, .82, .24, 1);
}

.theme-scene {
  position: relative;
  flex: 0 0 20%;
  width: 20%;
  height: 100%;
  overflow: hidden;
  background: var(--theme-color);
}

.theme-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  image-rendering: auto;
  pointer-events: none;
}

.theme-carousel:focus-visible {
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 92%);
}

.red-page-entry {
  position: absolute;
  z-index: 7;
  top: 96px;
  left: 0;
  width: 100%;
  height: 67px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  display: none;
}

.red-page-entry[hidden] {
  display: none;
}

.red-page-entry:not([hidden]),
.blue-page-entry:not([hidden]) {
  display: block;
}

.red-page-entry:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -4px;
}

.red-target-page {
  position: absolute;
  z-index: 30;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(12%, 0, 0);
  transition:
    transform 360ms cubic-bezier(.22, .82, .24, 1),
    opacity 220ms ease,
    visibility 0s linear 360ms;
}

.red-target-page.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition:
    transform 360ms cubic-bezier(.22, .82, .24, 1),
    opacity 220ms ease,
    visibility 0s;
}

.red-target-page img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 812px;
  object-fit: fill;
  user-select: none;
  pointer-events: none;
}

.red-target-back {
  position: absolute;
  top: 58px;
  left: 8px;
  width: 34px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.red-target-back:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -3px;
}

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

.promo-motion {
  position: absolute;
  z-index: 2;
  top: 96px;
  left: 0;
  width: 100%;
  height: 67px;
  overflow: hidden;
  background: #ff1c40;
  pointer-events: none;
  display: block;
  contain: layout paint;
  isolation: isolate;
  --promo-ease: cubic-bezier(.22, .82, .24, 1);
}

.theme-scene .promo-motion {
  top: 0;
}

.theme-scene .promo-motion .promo-title-left {
  width: 140px;
  height: auto;
}

.theme-scene .promo-motion .promo-title-right {
  width: 124px;
  height: auto;
}

.theme-scene .promo-motion .promo-product {
  height: auto;
  object-fit: contain;
}

.theme-scene .promo-motion .promo-state-a .promo-product {
  width: 61px;
}

.theme-scene .promo-motion .promo-state-b .promo-product {
  width: 82px;
}

.theme-scene .blue-promo-motion .promo-title-left {
  left: 22px;
  top: 5px;
  width: 134px;
  height: auto;
}

.theme-scene .blue-promo-motion {
  background: #266fe1;
}

.theme-scene .blue-promo-motion .promo-title-right {
  right: 18px;
  top: 4px;
  width: 129px;
  height: auto;
}

.theme-scene .blue-promo-motion .blue-product-a {
  left: calc(50% + 1px);
  width: 76px;
  max-height: 67px;
}

.theme-scene .blue-promo-motion .blue-product-b {
  left: calc(50% + 10px);
  width: 64px;
  max-height: 67px;
}

.theme-scene .pink-promo-motion {
  background: #f8007e;
}

.theme-scene .pink-promo-motion .promo-title-left {
  left: 18px;
  top: 2px;
  width: 138px;
  height: auto;
}

.theme-scene .pink-promo-motion .promo-title-right {
  right: 18px;
  top: 2px;
  width: 130px;
  height: auto;
}

.theme-scene .pink-promo-motion .pink-product-a {
  left: calc(50% + 2px);
  width: 76px;
  max-height: 67px;
}

.theme-scene .pink-promo-motion .promo-state-a .pink-product-a {
  left: calc(50% + 2px);
  width: 76px;
}

.theme-scene .pink-promo-motion .pink-product-b {
  left: calc(50% + 5px);
  width: 58px;
  max-height: 67px;
}

.theme-scene .pink-promo-motion .promo-state-b .pink-product-b {
  left: calc(50% + 5px);
  width: 58px;
}

.theme-scene .pink-promo-motion .promo-state-b .promo-title-right {
  right: 13px;
  width: 134px;
}

.theme-scene .orange-promo-motion {
  background: #ff5a00;
}

.theme-scene .orange-promo-motion .promo-title-left {
  left: 18px;
  top: 2px;
  width: 140px;
  height: auto;
}

.theme-scene .orange-promo-motion .promo-title-right {
  right: 18px;
  top: 2px;
  width: 127px;
  height: auto;
}

.theme-scene .orange-promo-motion .orange-product-a {
  left: calc(50% + 3px);
  width: 72px;
  max-height: 66px;
}

.theme-scene .orange-promo-motion .orange-product-b {
  left: calc(50% + 2px);
  width: 76px;
  max-height: 62px;
}

.theme-scene .yellow-promo-motion {
  background: #ffb11d;
  background-image: url("./assets/promo/yellow-motion-bg.png?v=motion1");
  background-size: 100% 67px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.theme-scene .yellow-promo-motion .promo-title-left {
  left: 18px;
  top: 0;
  width: 138px;
  height: auto;
}

.theme-scene .yellow-promo-motion .promo-title-right {
  right: 23px;
  top: 0;
  width: 127px;
  height: auto;
}

.theme-scene .yellow-promo-motion .yellow-product-a {
  left: calc(50% + 6px);
  width: 74px;
  max-height: 66px;
}

.theme-scene .yellow-promo-motion .yellow-product-b {
  left: calc(50% + 4px);
  width: 66px;
  max-height: 66px;
}

.promo-state,
.promo-state img,
.promo-state .promo-title,
.promo-state .promo-product {
  position: absolute;
  display: block;
  will-change: transform, opacity;
}

.promo-state { inset: 0; }

.promo-title-left {
  left: 13px;
  top: 3px;
  width: 140px;
  height: auto;
  transform-origin: 50% 50%;
}

.promo-title-right {
  right: 15px;
  top: 2px;
  width: 124px;
  height: auto;
  transform-origin: 50% 50%;
}

.promo-product {
  left: 50%;
  top: 50%;
  width: 68px;
  max-height: 66px;
  object-fit: contain;
  transform-origin: 50% 78%;
}

.promo-state-a .promo-product { width: 61px; }
.promo-state-b .promo-product { width: 82px; }

.promo-state-a .promo-title-left { animation: promo-a-left 5s cubic-bezier(.22, .82, .24, 1) infinite; }
.promo-state-a .promo-title-right { animation: promo-a-right 5s cubic-bezier(.22, .82, .24, 1) infinite; }
.promo-state-b .promo-title-left { animation: promo-b-left 5s cubic-bezier(.22, .82, .24, 1) infinite; }
.promo-state-b .promo-title-right { animation: promo-b-right 5s cubic-bezier(.22, .82, .24, 1) infinite; }

.promo-state-a .promo-product {
  animation: promo-a-product 5s cubic-bezier(.22, .82, .24, 1) infinite;
}

.promo-state-b .promo-product {
  animation: promo-b-product 5s cubic-bezier(.22, .82, .24, 1) infinite;
}

@keyframes promo-a-left {
  0%, 36% { opacity: 1; transform: translate3d(0, 0, 0); }
  48%, 86% { opacity: 0; transform: translate3d(-18px, 0, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes promo-a-right {
  0%, 36% { opacity: 1; transform: translate3d(0, 0, 0); }
  48%, 86% { opacity: 0; transform: translate3d(18px, 0, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes promo-b-left {
  0%, 36% { opacity: 0; transform: translate3d(18px, 0, 0); }
  50%, 74% { opacity: 1; transform: translate3d(0, 0, 0); }
  88%, 100% { opacity: 0; transform: translate3d(-18px, 0, 0); }
}

@keyframes promo-b-right {
  0%, 36% { opacity: 0; transform: translate3d(-18px, 0, 0); }
  50%, 74% { opacity: 1; transform: translate3d(0, 0, 0); }
  88%, 100% { opacity: 0; transform: translate3d(18px, 0, 0); }
}

@keyframes promo-a-product {
  0%, 36% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0) scale(1);
  }
  48%, 86% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 8px, 0) scale(.88);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0) scale(1);
  }
}

@keyframes promo-b-product {
  0%, 36% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 10px, 0) scale(.88);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, -2px, 0) scale(1.04);
  }
  56%, 74% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0) scale(1);
  }
  88%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 8px, 0) scale(.88);
  }
}

.promo-motion .promo-title-left,
.promo-motion .promo-title-right,
.promo-motion .promo-product {
  animation: none;
  transition-property: transform, opacity;
  transition-timing-function: var(--promo-ease);
}

.promo-motion .promo-title-left,
.promo-motion .promo-title-right {
  transition-duration: 720ms, 560ms;
}

.promo-motion .promo-product {
  transition-duration: 820ms, 560ms;
}

.promo-motion .promo-state-a .promo-title-left,
.promo-motion .promo-state-a .promo-title-right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.promo-motion .promo-state-a .promo-product {
  opacity: 1;
  transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1);
}

.promo-motion .promo-state-b .promo-title-left {
  opacity: 0;
  transform: translate3d(16px, 0, 0);
}

.promo-motion .promo-state-b .promo-title-right {
  opacity: 0;
  transform: translate3d(-16px, 0, 0);
}

.promo-motion .promo-state-b .promo-product {
  opacity: 0;
  transform: translate(-50%, -50%) translate3d(10px, 10px, 0) scale(.9);
}

.promo-motion[data-state="b"] .promo-state-a .promo-title-left {
  opacity: 0;
  transform: translate3d(-16px, 0, 0);
}

.promo-motion[data-state="b"] .promo-state-a .promo-title-right {
  opacity: 0;
  transform: translate3d(16px, 0, 0);
}

.promo-motion[data-state="b"] .promo-state-a .promo-product {
  opacity: 0;
  transform: translate(-50%, -50%) translate3d(-10px, 8px, 0) scale(.9);
}

.promo-motion[data-state="b"] .promo-state-b .promo-title-left,
.promo-motion[data-state="b"] .promo-state-b .promo-title-right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.promo-motion[data-state="b"] .promo-state-b .promo-product {
  opacity: 1;
  transform: translate(-50%, -50%) translate3d(0, -3px, 0) scale(1.055);
}

.promo-motion[data-state="b"].is-settled .promo-state-b .promo-product {
  transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1);
}

.promo-motion[data-state="a"]:not(.is-settled) .promo-state-a .promo-title-left {
  transform: translate3d(8px, 0, 0);
}

.promo-motion[data-state="a"]:not(.is-settled) .promo-state-a .promo-title-right {
  transform: translate3d(-8px, 0, 0);
}

.promo-motion[data-state="a"]:not(.is-settled) .promo-state-a .promo-product {
  transform: translate(-50%, -50%) translate3d(0, -3px, 0) scale(1.035);
}

.hotspot {
  position: absolute;
  z-index: 6;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.hotspot:focus-visible {
  outline: 3px solid #fff;
  box-shadow: 0 0 0 5px #1677ff;
}

.hotspot:active {
  background: rgb(255 255 255 / 18%);
  transform: scale(.98);
}

.back { left: 2.5%; top: 7.3%; width: 9.3%; height: 4.2%; }
.search-field { left: 38.7%; top: 7.3%; width: 36%; height: 4.2%; }
.search-button { left: 74.8%; top: 7.3%; width: 12.4%; height: 4.2%; }
.more { left: 89.7%; top: 7.3%; width: 8%; height: 4.2%; }

.subsidy { top: 22.5%; height: 14.7%; }
.s1 { left: 3.5%; width: 23.2%; }
.s2 { left: 27%; width: 23.3%; }
.s3 { left: 50.5%; width: 23.3%; }
.s4 { left: 74%; width: 22.5%; }

.category-tabs {
  position: absolute;
  z-index: 4;
  top: 312px;
  left: -2px;
  width: calc(100% + 4px);
  height: 33px;
  overflow: visible;
  clip-path: inset(-2px 0 -4px 0);
  background: var(--theme-color, #ff1c40);
  transition: background-color 80ms linear;
}

.category-tabs::before,
.category-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.category-tabs::before {
  top: -1px;
  height: 2px;
  background: var(--theme-color, #ff1c40);
  z-index: 0;
}

.category-tabs::after {
  bottom: -2px;
  height: 3px;
  background: #fff;
  z-index: 0;
}

.category-track {
  position: absolute;
  z-index: 1;
  inset: 0 2px;
  width: 480px;
  height: 100%;
  overflow: visible;
  --indicator-x: 0px;
  --indicator-width: 158px;
  --tab-ease: cubic-bezier(.22, .82, .24, 1);
  --tab-duration: 400ms;
}

.category-indicator {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: var(--indicator-width);
  height: calc(100% + 2px);
  border-radius: 6px 6px 0 0;
  background: #fff;
  transform: translate3d(var(--indicator-x), 0, 0);
  transition:
    width var(--tab-duration) var(--tab-ease),
    transform var(--tab-duration) var(--tab-ease);
  will-change: width, transform;
  backface-visibility: hidden;
}

.category-indicator::before,
.category-indicator::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 20px;
  height: 100%;
  background: #fff;
  will-change: transform;
  backface-visibility: hidden;
}

.category-indicator::before {
  left: -8px;
  border-radius: 6px 0 0 0;
  transform: skewX(-16deg);
  transform-origin: 100% 100%;
}

.category-indicator::after {
  right: -8px;
  border-radius: 0 6px 0 0;
  transform: skewX(16deg);
  transform-origin: 0 100%;
}

.category-tabs .tab {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.35px;
  white-space: nowrap;
  transition:
    left var(--tab-duration) var(--tab-ease),
    color var(--tab-duration) var(--tab-ease);
  will-change: left, color;
}

.tab-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  transition: color var(--tab-duration) var(--tab-ease);
}

.category-tabs .tab.selected {
  color: #171e30;
  font-weight: 600;
}

.category-tabs:not([data-active="today"]) .tab.selected {
  color: #000;
}

.countdown {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  height: 15px;
  color: #ff2a34;
  font-family: "DIN Alternate", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  transition: color var(--tab-duration) var(--tab-ease);
}

.countdown-unit {
  display: grid;
  place-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 2px;
  background: #ff243c;
  color: #fff;
  line-height: 1;
  transition:
    color var(--tab-duration) var(--tab-ease),
    background-color var(--tab-duration) var(--tab-ease);
}

.countdown-separator {
  width: 3px;
  margin-inline: -1px;
  color: #ff2a34;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  transition: color var(--tab-duration) var(--tab-ease);
}

.tab:not(.selected) .countdown-unit {
  background: #fff;
  color: #ff263b;
}

.tab:not(.selected) .countdown-separator {
  color: #fff;
}

.category-tabs .tab:active {
  background: transparent;
  transform: none;
}

.category-tabs .tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  box-shadow: none;
}

.t1 { left: 5px; width: 148px; }
.t2 { left: 175px; width: 64px; }
.t3 { left: 255px; width: 64px; }
.t4 { left: 335px; width: 64px; }
.t5 { left: 415px; width: 64px; }

.category-tabs:not([data-active="today"]) .t2 { left: 164px; }
.category-tabs:not([data-active="today"]) .t3 { left: 244px; }
.category-tabs:not([data-active="today"]) .t4 { left: 324px; }
.category-tabs:not([data-active="today"]) .t5 { left: 404px; }

.service { top: 42.5%; height: 4.95%; }
.v1 { left: 0; width: 29%; }
.v2 { left: 29%; width: 27%; }
.v3 { left: 56%; width: 20%; }
.v4 { left: 76%; width: 24%; }

.product { left: 1%; width: 98%; }
.p1 { top: 47.5%; height: 15.8%; }
.p2 { top: 63.4%; height: 15.8%; }
.p3 { top: 79.4%; height: 15.7%; }
.p4 { top: 95.2%; height: 15%; }

.continuation {
  min-height: 160px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px 34px;
  background: #fff;
  border-top: 1px solid #f2f2f2;
}

.continuation-image {
  width: 92px;
  height: 92px;
  border-radius: 9px;
  background: linear-gradient(135deg, #f7f7f7, #e7e7e7);
}

.continuation h2 { margin: 0 0 6px; font-size: 16px; }
.continuation p { margin: 0; color: #718096; font-size: 13px; line-height: 1.5; }

.scrim {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgb(10 15 25 / 48%);
  backdrop-filter: blur(2px);
}

.drawer,
.search-sheet,
.product-sheet {
  position: absolute;
  z-index: 11;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 60px rgb(0 0 0 / 28%);
  transform: translateY(calc(100% + 28px));
  opacity: 0;
  pointer-events: none;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
}

.drawer.open,
.search-sheet.open,
.product-sheet.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.drawer { padding: 10px 14px 14px; }
.drawer-handle { width: 40px; height: 4px; margin: 0 auto 12px; border-radius: 4px; background: #d4d7dc; }
.drawer h2 { margin: 0 6px 10px; font-size: 18px; }
.drawer button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-top: 1px solid #f0f1f3;
  background: #fff;
  color: #1b2435;
  cursor: pointer;
}

.sheet-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 6px;
}

.sheet-head h2 { margin: 0; font-size: 18px; }
.close-sheet, .product-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  font-size: 24px;
  cursor: pointer;
}

.search-sheet form { padding: 12px 16px 16px; }
.search-sheet label { display: block; margin-bottom: 7px; font-size: 13px; color: #596273; }
.input-row { display: flex; gap: 8px; }
.input-row input {
  min-width: 0;
  flex: 1;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #d9dde5;
  border-radius: 12px;
  outline: none;
}
.input-row input:focus { border-color: #ff1747; box-shadow: 0 0 0 3px rgb(255 23 71 / 12%); }
.input-row button, #claimButton {
  min-width: 76px;
  border: 0;
  border-radius: 12px;
  background: #ff1747;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.input-row button:disabled { opacity: .55; cursor: wait; }
.form-message { min-height: 20px; margin: 7px 0 0; color: #e11d48; font-size: 13px; }
.form-message.success { color: #16a34a; }
.search-result { margin: 0 16px 18px; padding: 14px; border-radius: 14px; background: #fff1f3; }
.search-result p { margin: 5px 0 0; color: #667085; font-size: 13px; }

.product-sheet {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  padding: 13px 14px;
  align-items: center;
}
.product-sheet-image {
  width: 104px;
  aspect-ratio: 1;
  border-radius: 12px;
  background-color: #f5f5f5;
  background-image: url("./assets/figma-frame-73.png");
  background-repeat: no-repeat;
  background-size: 375px 812px;
  background-position: var(--product-x, -10px) var(--product-y, -386px);
}
.product-sheet-copy { min-width: 0; }
.product-sheet-copy h2 {
  display: -webkit-box;
  margin: 5px 32px 3px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-sheet-copy p { margin: 0; color: #687386; font-size: 13px; }
.badge { display: inline-block; padding: 3px 7px; border-radius: 5px; background: #ff1747; color: #fff; font-size: 11px; }
.sheet-price { margin: 8px 0 7px; color: #ff1747; font-size: 15px; }
.sheet-price strong { font-size: 25px; }
#claimButton { width: 100%; min-height: 40px; }
.product-close { position: absolute; right: 10px; top: 10px; }

.toast {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 32px;
  max-width: calc(100% - 40px);
  padding: 10px 15px;
  border-radius: 999px;
  background: rgb(18 24 36 / 92%);
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  transform: translate(-50%, 16px);
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 450px), (max-height: 811px) {
  .stage { padding: 0; }
  .phone { box-shadow: none; }
}

@media (min-width: 700px) {
  .phone { border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .promo-motion .promo-title-left,
  .promo-motion .promo-title-right,
  .promo-motion .promo-product {
    transition-duration: .01ms, .01ms !important;
  }
}
