@font-face {
  font-family: Onest;
  src: url("../assets/fonts/onest-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url("../assets/fonts/onest-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url("../assets/fonts/onest-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Poster";
  src: url("./assets/roboto-condensed-900.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
:root {
  --ink: #191a18;
  --red: #db2e22;
  --paper: #fcfcf8;
  --line: #dcded8;
  --pad: 40px;
  --review: 48px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font:
    400 15px/1.5 Onest,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #1864d5;
  outline-offset: 5px;
}
button:active {
  transform: translateY(1px);
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.7;
}
h1,
h2,
h3,
p {
  margin: 0;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: 8px;
  clip-path: inset(50%);
  transform: translateY(-200%);
  left: 10px;
  background: white;
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  clip-path: none;
  transform: none;
}
.review-bar {
  height: var(--review);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  background: #20211f;
  color: #fff;
  position: relative;
  z-index: 20;
}
.review-label {
  font-size: 11px;
  color: #c9ccc5;
}
.review-label span {
  margin: 0 8px;
  color: #767970;
}
.direction-tabs {
  display: flex;
  height: 34px;
  padding: 3px;
  gap: 4px;
  border: 1px solid #5d5f59;
  border-radius: 5px;
}
.direction-tabs button {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c9ccc5;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 2px;
  transition:
    background 0.2s,
    color 0.2s;
}
.direction-tabs b {
  font-weight: 600;
  opacity: 0.65;
}
.direction-tabs [aria-selected="true"] {
  background: #fff;
  color: #191a18;
}
.icon-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
}
.icon-button:hover {
  background: #ffffff14;
}
.about-trigger {
  justify-self: end;
}
.site-header {
  height: 78px;
  max-width: 1600px;
  margin: auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  position: relative;
  display: block;
  overflow: hidden;
  width: 177px;
  height: 38px;
  flex-shrink: 0;
}
.brand img {
  position: absolute;
  width: 188px;
  max-width: none;
  height: 125px;
  left: -5px;
  top: -41px;
  mix-blend-mode: multiply;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.site-header nav button {
  font-size: 13px;
  padding: 10px 0;
}
.site-header nav button:hover {
  color: var(--red);
}
.shop-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  border: 1px solid #cbd0c7;
  padding: 10px 14px;
  border-radius: 4px;
  min-height: 44px;
}
.shop-button b {
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 11px;
}
.shop-button:hover {
  background: #f4f5f0;
}
.direction {
  min-width: 0;
  overflow: clip;
}
.store-intro {
  text-align: center;
  padding: 28px var(--pad) 30px;
  position: relative;
}
.market-line {
  display: flex;
  gap: 9px;
  align-items: baseline;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 16px;
}
.ozon {
  color: #005dff;
  font-size: 15px;
}
.wb {
  color: #9d148e;
  font-size: 15px;
}
.store-intro h1 {
  font-size: 68px;
  line-height: 1.06;
  font-weight: 800;
}
.store-intro h1 em {
  font-style: normal;
  color: var(--red);
  display: inline-block;
}
.store-intro p {
  margin: 18px auto 20px;
  font-size: 15px;
}
.store-intro p strong {
  font-weight: 400;
}
.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 51px;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.22s var(--ease),
    background 0.22s,
    box-shadow 0.22s;
}
.action svg {
  width: 22px;
  height: 22px;
}
.action:hover {
  transform: translateY(-3px);
}
.action-dark {
  color: #fff;
  background: var(--ink);
}
.action-dark:hover {
  background: #353930;
  box-shadow: 0 6px 0 #b6cf29;
}
.action-red {
  color: #fff;
  background: var(--red);
}
.action-red:hover {
  background: #bd251a;
  box-shadow: 0 6px 0 #e9ae9f;
}
.shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1500px;
  margin: auto;
  padding: 0 var(--pad);
  gap: 12px;
  scroll-margin-top: 24px;
}
.product {
  position: relative;
  isolation: isolate;
  height: 282px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s var(--ease);
  border-radius: 4px;
  padding: 0;
  outline-offset: 3px;
}
.product-hand {
  --tile: #f7b8aa;
  --angle: -13deg;
  background: var(--tile);
}
.product-aktiv {
  --tile: #dce981;
  --angle: 10deg;
  background: var(--tile);
}
.product-body {
  --tile: #b9dceb;
  --angle: -10deg;
  background: var(--tile);
}
.product-detox {
  --tile: #f8dab2;
  --angle: 12deg;
  background: var(--tile);
}
.product-visual {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 226px;
  overflow: hidden;
}
.product img {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  max-width: none;
  object-fit: contain;
  transform: rotate(var(--angle));
  transition: transform 0.5s var(--ease);
  filter: drop-shadow(12px 17px 9px #49352825);
  will-change: transform;
}
.product-aktiv img,
.product-detox img {
  width: 225px;
  height: 225px;
}
.product:hover img {
  transform: rotate(0deg) translateY(-5px) scale(1.045);
}
.product[aria-pressed="true"] img {
  transform: rotate(0deg) translateY(-5px);
}
.product[aria-pressed="true"] {
  box-shadow: inset 0 0 0 3px var(--ink);
}
.product-name {
  position: absolute;
  left: 19px;
  right: 61px;
  bottom: 15px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}
.product-name > span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
}
.product-control {
  position: absolute;
  bottom: 19px;
  right: 17px;
  width: 35px;
  height: 35px;
  border: 1px solid #191a1850;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition:
    background 0.2s,
    color 0.2s;
}
.product-control svg {
  grid-area: 1/1;
  width: 19px;
  height: 19px;
}
.product-control [data-lucide="check"] {
  display: none;
}
.product[aria-pressed="true"] .product-control {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.product[aria-pressed="true"] .product-control [data-lucide="check"] {
  display: block;
}
.product[aria-pressed="true"] .product-control [data-lucide="plus"] {
  display: none;
}
.selection-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1500px;
  min-height: 67px;
  margin: auto;
  padding: 12px var(--pad);
}
.selection-progress {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.selection-progress p {
  font-size: 12px;
  line-height: 1.35;
}
.mini-products {
  display: flex;
  flex-shrink: 0;
  gap: 3px;
  align-items: center;
}
.mini-products:empty {
  display: none;
}
.mini-products img {
  width: 31px;
  height: 36px;
  object-fit: contain;
  background: #f2f3ed;
  border-radius: 3px;
}
.text-button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  min-height: 36px;
}
.text-button:hover {
  color: var(--red);
}
.text-button > span {
  background: #ededdf;
  padding: 2px 7px;
  border-radius: 3px;
}
.store-payoff {
  background: #edf1e5;
  padding: 26px max(var(--pad), calc((100% - 1420px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.store-payoff p {
  font-size: 24px;
  line-height: 1.2;
}
.store-payoff p b {
  font-weight: 800;
}
.zero {
  display: flex;
  align-items: center;
  gap: 17px;
}
.zero > strong {
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}
.zero strong span {
  font-size: 38px;
}
.zero > span {
  max-width: 104px;
  line-height: 1.25;
  font-size: 13px;
}
.qualification {
  font-size: 10px;
  line-height: 1.5;
  color: #62665e;
  padding: 16px var(--pad);
  max-width: 1500px;
  margin: auto;
}
.poster-direction {
  background: var(--paper);
}
body[data-direction="poster"] .site-header {
  background: var(--paper);
  max-width: none;
  padding-inline: max(var(--pad), calc((100% - 1420px) / 2));
}
body[data-direction="poster"] {
  background: var(--paper);
}
.poster-hero {
  position: relative;
  min-height: 650px;
  isolation: isolate;
  overflow: hidden;
}
.poster-art {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.poster-art img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
.poster-copy {
  padding: 37px max(var(--pad), calc((100% - 1420px) / 2)) 36px;
  position: relative;
  z-index: 1;
}
.poster-market {
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 600;
}
.poster-copy h1 {
  font:
    900 92px/0.94 Poster,
    "Arial Narrow",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: var(--red);
  margin-left: -3px;
  width: max-content;
  max-width: 100%;
}
.poster-copy h1 span {
  display: block;
}
.poster-pay {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 23px;
}
.poster-description {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 20px;
}
.poster-copy .action {
  margin-top: 28px;
}
.poster-terms {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 17px;
  padding: 3px 0;
}
.poster-terms svg {
  width: 16px;
  height: 16px;
}
.poster-ticker {
  background: #e8ed78;
  padding: 21px max(var(--pad), calc((100% - 1420px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 20px;
  font-weight: 600;
  border-block: 1px solid #d5d862;
}
.poster-ticker svg {
  width: 25px;
  height: 25px;
}
.poster-payoff {
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 60px;
  padding: 37px var(--pad) 20px;
}
.poster-payoff h2 {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.18;
}
.poster-payoff p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 350px;
}
.round-link {
  width: 54px;
  height: 54px;
  border: 1px solid #aeb3aa;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.round-link:hover {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
dialog {
  width: min(590px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 36px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  overflow: auto;
  box-shadow: 0 22px 80px #151a2240;
}
dialog::backdrop {
  background: #161c2366;
  backdrop-filter: blur(4px);
}
dialog[open] {
  animation: dialog-in 0.25s var(--ease) both;
}
dialog h2 {
  font-size: 34px;
  line-height: 1.13;
  font-weight: 800;
  margin: 0 35px 25px 0;
}
dialog h3 {
  font-size: 16px;
  font-weight: 600;
}
.close-dialog {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #f2f3ed;
}
.close-dialog:hover {
  background: #e8eae2;
}
.dialog-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  color: #686e61;
}
.dialog-copy {
  font-size: 12px;
  line-height: 1.6;
  color: #575e51;
  margin: 18px 0;
}
.preview-note {
  font-size: 11px;
  line-height: 1.5;
  background: #f3f4ee;
  padding: 13px;
  margin: 18px 0;
  color: #565c50;
}
.selection-empty {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 28px;
}
.chosen-row {
  display: grid;
  grid-template-columns: 60px 1fr 36px;
  gap: 16px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #e7e9e2;
}
.chosen-row img {
  width: 60px;
  height: 72px;
  object-fit: contain;
  background: #f5f6f0;
  border-radius: 4px;
}
.chosen-row strong {
  font-size: 14px;
  font-weight: 600;
}
.chosen-row small {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  color: #6a7063;
}
.chosen-row button {
  border: 1px solid #d8dbd0;
}
.selection-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid #b7beb0;
}
.selection-total strong {
  font-size: 32px;
}
.terms-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.terms-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  margin: 24px 0;
}
.terms-steps li > span {
  font-size: 12px;
  color: var(--red);
  padding-top: 3px;
}
.terms-steps p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 6px;
  color: #545e4c;
}
.balance-note {
  padding: 20px;
  background: #edf1e5;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin-top: 30px;
}
.balance-note strong {
  font-size: 22px;
  line-height: 1.2;
  white-space: nowrap;
}
.balance-note p {
  font-size: 12px;
  line-height: 1.5;
}
.concept-description {
  margin-bottom: 23px;
}
.concept-description b {
  font-size: 17px;
}
.concept-description p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 6px;
}
.reference-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.reference-list li {
  margin-bottom: 15px;
}
.reference-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.reference-list span {
  display: block;
  font-size: 12px;
  color: #62695b;
  margin-top: 5px;
}
.noscript-note {
  padding: 24px;
  text-align: center;
}
.flying-product {
  position: fixed;
  z-index: 50;
  pointer-events: none;
  object-fit: contain;
  max-width: none;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shelf-nudge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .direction.is-entering .store-intro,
  .direction.is-entering .poster-copy {
    animation: arrive 0.5s var(--ease) both;
  }
  .direction.is-entering .product {
    animation: arrive 0.6s var(--ease) both;
  }
  .direction.is-entering .product:nth-child(2) {
    animation-delay: 0.06s;
  }
  .direction.is-entering .product:nth-child(3) {
    animation-delay: 0.12s;
  }
  .direction.is-entering .product:nth-child(4) {
    animation-delay: 0.18s;
  }
  .shelf.is-invited .product {
    animation: shelf-nudge 0.55s var(--ease);
  }
  .shelf.is-invited .product:nth-child(2) {
    animation-delay: 0.06s;
  }
  .shelf.is-invited .product:nth-child(3) {
    animation-delay: 0.12s;
  }
  .shelf.is-invited .product:nth-child(4) {
    animation-delay: 0.18s;
  }
}
@media (min-width: 1700px) {
  .store-intro {
    padding-top: 38px;
    padding-bottom: 35px;
  }
  .store-intro h1 {
    font-size: 76px;
  }
  .product {
    height: 310px;
  }
  .product-visual {
    height: 250px;
  }
  .product img {
    width: 242px;
    height: 242px;
  }
  .product-aktiv img,
  .product-detox img {
    width: 245px;
    height: 245px;
  }
  .poster-hero {
    min-height: 700px;
  }
  .poster-copy {
    padding-top: 42px;
  }
  .poster-copy h1 {
    font-size: 108px;
  }
}
@media (max-width: 1150px) {
  :root {
    --pad: 28px;
  }
  .store-intro h1 {
    font-size: 59px;
  }
  .product {
    height: 266px;
  }
  .product-visual {
    height: 211px;
  }
  .product img {
    width: 205px;
    height: 205px;
  }
  .product-aktiv img,
  .product-detox img {
    width: 211px;
    height: 211px;
  }
  .product-name {
    left: 14px;
    font-size: 12px;
    right: 52px;
  }
  .product-control {
    right: 12px;
    width: 30px;
    height: 30px;
  }
  .poster-copy h1 {
    font-size: 76px;
  }
  .poster-hero {
    min-height: 620px;
  }
  .poster-art {
    right: -80px;
  }
  .poster-pay {
    font-size: 26px;
  }
  .poster-description {
    max-width: 340px;
  }
  .poster-ticker {
    font-size: 17px;
    gap: 12px;
  }
  .poster-payoff {
    gap: 30px;
  }
  .poster-payoff h2 {
    font-size: 25px;
  }
}
@media (max-width: 850px) {
  :root {
    --pad: 24px;
  }
  .review-label {
    font-size: 10px;
  }
  .review-label span {
    margin: 0 4px;
  }
  .site-header {
    height: 70px;
    gap: 14px;
  }
  .site-header nav {
    gap: 17px;
  }
  .site-header nav button {
    font-size: 11px;
  }
  .brand {
    width: 147px;
    height: 32px;
  }
  .brand img {
    width: 156px;
    height: 104px;
    left: -4px;
    top: -34px;
  }
  .shop-button {
    font-size: 11px;
    gap: 7px;
    padding: 8px 10px;
  }
  .shop-button svg {
    width: 17px;
    height: 17px;
  }
  .store-intro {
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .store-intro h1 {
    font-size: 48px;
  }
  .store-intro p {
    font-size: 13px;
  }
  .shelf {
    gap: 8px;
  }
  .product {
    height: 235px;
  }
  .product-visual {
    height: 177px;
  }
  .product img {
    width: 172px;
    height: 172px;
  }
  .product-aktiv img,
  .product-detox img {
    width: 180px;
    height: 180px;
  }
  .product-name {
    font-size: 11px;
    right: 40px;
    left: 11px;
    bottom: 13px;
  }
  .product-name > span {
    font-size: 9px;
  }
  .product-control {
    right: 9px;
    bottom: 18px;
    width: 26px;
    height: 26px;
  }
  .product-control svg {
    width: 15px;
    height: 15px;
  }
  .store-payoff p {
    font-size: 21px;
  }
  .zero > strong {
    font-size: 48px;
  }
  .zero strong span {
    font-size: 29px;
  }
  .zero {
    gap: 9px;
  }
  .zero > span {
    font-size: 11px;
    max-width: 80px;
  }
  .poster-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .poster-copy h1 {
    font-size: 72px;
  }
  .poster-copy {
    padding-top: 18px;
    padding-bottom: 18px;
    order: 0;
  }
  .poster-art {
    position: relative;
    inset: auto;
    order: 1;
    z-index: 0;
    height: clamp(190px, calc(100svh - 620px), 300px);
    opacity: 1;
  }
  .poster-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
  }
  .poster-market {
    font-size: 11px;
  }
  .poster-pay {
    font-size: 23px;
    margin-top: 17px;
  }
  .poster-description {
    font-size: 13px;
  }
  .poster-copy .action {
    margin-top: 23px;
  }
  .poster-terms {
    font-size: 10px;
    max-width: 300px;
    line-height: 1.4;
  }
  .poster-ticker {
    font-size: 14px;
  }
  .poster-ticker svg {
    width: 18px;
    height: 18px;
  }
  .poster-payoff {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .poster-payoff .round-link {
    display: none;
  }
  .poster-payoff h2 {
    font-size: 23px;
  }
  .poster-payoff p {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  :root {
    --pad: 20px;
    --review: 45px;
  }
  .review-bar {
    grid-template-columns: 1fr auto;
    padding: 0 12px;
    gap: 8px;
  }
  .review-label {
    display: none;
  }
  .direction-tabs {
    justify-self: start;
    height: 33px;
  }
  .direction-tabs button {
    padding: 0 15px;
    font-size: 11px;
  }
  .site-header {
    height: 65px;
    gap: 12px;
  }
  .site-header nav {
    display: none;
  }
  .brand {
    width: 145px;
    height: 31px;
  }
  .brand img {
    width: 154px;
    height: 103px;
    top: -34px;
  }
  .shop-button {
    min-height: 37px;
    padding: 5px 8px;
    gap: 6px;
  }
  .shop-button > span {
    display: none;
  }
  .shop-button svg {
    width: 18px;
    height: 18px;
  }
  .store-intro {
    padding: 23px 14px 26px;
  }
  .market-line {
    font-size: 10px;
    gap: 6px;
    margin-bottom: 16px;
  }
  .ozon,
  .wb {
    font-size: 12px;
  }
  .store-intro h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .store-intro h1 em {
    display: block;
  }
  .store-intro p {
    font-size: 12px;
    line-height: 1.6;
    max-width: 300px;
    margin: 16px auto 18px;
  }
  .store-intro p strong {
    display: block;
  }
  .action {
    font-size: 12px;
    min-height: 45px;
    padding: 10px 17px;
    gap: 19px;
  }
  .action svg {
    width: 19px;
    height: 19px;
  }
  .shelf {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 9px;
    padding: 0 20px 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    scrollbar-width: thin;
    scrollbar-color: #abae9d transparent;
  }
  .product {
    height: 251px;
    flex: 0 0 189px;
    scroll-snap-align: start;
  }
  .product-visual {
    height: 191px;
  }
  .product img {
    width: 188px;
    height: 188px;
  }
  .product-aktiv img,
  .product-detox img {
    width: 183px;
    height: 183px;
  }
  .product-name {
    font-size: 12px;
    bottom: 14px;
    left: 13px;
    right: 46px;
  }
  .product-name > span {
    font-size: 10px;
  }
  .product-control {
    width: 29px;
    height: 29px;
    right: 11px;
    bottom: 18px;
  }
  .product-control svg {
    width: 17px;
    height: 17px;
  }
  .selection-bar {
    padding: 9px 20px;
    min-height: 62px;
    gap: 12px;
  }
  .selection-progress p {
    font-size: 10px;
    max-width: 175px;
  }
  .selection-progress {
    gap: 6px;
  }
  .mini-products {
    gap: 0;
  }
  .mini-products img {
    width: 20px;
    height: 27px;
  }
  .selection-bar .text-button {
    font-size: 10px;
    gap: 5px;
  }
  .selection-bar .text-button svg {
    width: 16px;
    height: 16px;
  }
  .selection-bar .text-button > span {
    padding: 1px 5px;
  }
  .store-payoff {
    padding: 21px 20px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .store-payoff p {
    font-size: 18px;
  }
  .store-payoff .text-button {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #c9d0bf;
    padding-top: 9px;
    font-size: 11px;
    min-height: 24px;
  }
  .zero > strong {
    font-size: 42px;
  }
  .zero strong span {
    font-size: 28px;
  }
  .zero > span {
    max-width: 64px;
    font-size: 10px;
  }
  .qualification {
    font-size: 9px;
    padding: 14px 20px;
  }
  .poster-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--paper);
  }
  .poster-copy {
    padding: 25px 20px 0;
    order: 0;
  }
  .poster-market {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .poster-copy h1 {
    font-size: 48px;
    line-height: 0.94;
    margin: 0;
  }
  .poster-pay {
    font-size: 20px;
    line-height: 1.1;
    margin-top: 17px;
  }
  .poster-description {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 13px;
    max-width: 280px;
  }
  .poster-copy .action {
    margin-top: 18px;
  }
  .poster-terms {
    font-size: 12px;
    margin-top: 12px;
    gap: 6px;
    max-width: 100%;
  }
  .poster-art {
    position: relative;
    order: 1;
    z-index: 0;
    right: auto;
    inset: auto;
    height: 282px;
    overflow: hidden;
    margin-top: 4px;
  }
  .poster-art img {
    width: 150%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: right center;
    top: 0;
    right: 0;
  }
  .poster-ticker {
    padding: 15px 20px;
    gap: 10px;
    justify-content: space-between;
    font-size: 11px;
    line-height: 1.25;
  }
  .poster-ticker > span {
    max-width: 105px;
  }
  .poster-ticker svg {
    width: 15px;
    height: 15px;
  }
  .poster-ticker > svg:last-child {
    display: none;
  }
  .poster-payoff {
    padding: 28px 20px 8px;
    gap: 17px;
    grid-template-columns: 1fr;
  }
  .poster-payoff h2 {
    font-size: 24px;
  }
  .poster-payoff p {
    font-size: 12px;
    max-width: 300px;
  }
  .poster-direction .qualification {
    padding-top: 8px;
  }
  dialog {
    padding: 28px 23px;
    max-height: calc(100dvh - 24px);
  }
  dialog h2 {
    font-size: 27px;
  }
  .balance-note {
    gap: 15px;
    padding: 16px;
    flex-direction: column;
  }
  .balance-note p {
    font-size: 11px;
  }
  .terms-steps h3 {
    font-size: 14px;
  }
  .terms-steps p {
    font-size: 12px;
  }
  .chosen-row {
    gap: 11px;
    grid-template-columns: 50px 1fr 30px;
  }
  .chosen-row img {
    width: 50px;
    height: 63px;
  }
  .chosen-row strong {
    font-size: 12px;
  }
  .chosen-row .icon-button {
    width: 30px;
    height: 30px;
  }
  .selection-empty {
    font-size: 14px;
  }
  .dialog-copy {
    font-size: 11px;
  }
  .preview-note {
    font-size: 10px;
  }
}
@media (max-width: 365px) {
  .store-intro h1 {
    font-size: 30px;
  }
  .store-intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .store-intro p {
    font-size: 11px;
  }
  .store-payoff p {
    font-size: 16px;
  }
  .zero {
    gap: 6px;
  }
  .zero > strong {
    font-size: 36px;
  }
  .zero > span {
    max-width: 56px;
    font-size: 9px;
  }
  .selection-progress p {
    font-size: 9px;
    max-width: 136px;
  }
  .selection-bar .text-button {
    font-size: 9px;
  }
  .selection-progress {
    gap: 3px;
  }
  .mini-products img {
    width: 16px;
  }
  .poster-copy h1 {
    font-size: 56px;
  }
  .poster-pay {
    font-size: 20px;
  }
  .poster-art {
    height: 258px;
  }
  .poster-ticker {
    font-size: 10px;
    gap: 7px;
  }
  .brand {
    width: 138px;
  }
  .brand img {
    width: 147px;
    height: 98px;
    top: -32px;
  }
  .product {
    height: 233px;
    flex-basis: 179px;
  }
  .product-visual {
    height: 176px;
  }
  .product img {
    width: 172px;
    height: 172px;
  }
  .product-aktiv img,
  .product-detox img {
    width: 170px;
    height: 170px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .product img {
    will-change: auto;
  }
  .action:hover {
    transform: none;
  }
}
