@font-face {
  font-family: Manrope;
  src: url("/cdn/shop/t/1/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #102c57;
  --blue: #133d80;
  --yellow: #ffda38;
  --paper: #fffef7;
  --sky: #e7f3f8;
  --line: #c8d1d7;
  --muted: #475975;
  --orange: #fa9e56;
  --round: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0 0 20px;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
h1 {
  font-size: clamp(42px, 5vw, 80px);
}
h2 {
  font-size: clamp(35px, 3.5vw, 58px);
}
h3 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
p {
  max-width: 70ch;
}
small,
.small {
  font-size: 14px;
  line-height: 1.6;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.wrap {
  max-width: 1480px;
  margin: auto;
  padding: 0 5vw;
}
.section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head p {
  max-width: 430px;
  margin: 0;
}
.skip {
  position: absolute;
  left: 12px;
  top: -90px;
  background: white;
  padding: 12px;
  z-index: 20;
}
.skip:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid #d7590f;
  outline-offset: 5px;
}
.announcement {
  background: var(--blue);
  color: white;
  text-align: center;
  padding: 7px 14px;
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 89px;
}
.logo img {
  width: 180px;
  height: 54px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.main-nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.main-nav a:hover {
  text-decoration: underline;
}
.button,
.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 12px 23px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  gap: 16px;
}
.button:hover,
.buy-button:hover {
  background: #24528a;
  border-color: #24528a;
}
.button.light {
  background: var(--paper);
  color: var(--ink);
}
.button.yellow {
  background: var(--yellow);
  color: var(--ink);
}
.text-link {
  font-weight: 800;
  font-size: 15px;
}
.purchase-form {
  margin: 0;
}
.header-buy .buy-button {
  padding: 11px 19px;
  font-size: 13px;
  min-height: 44px;
}
.mobile-menu {
  display: none;
}
.hero {
  background: var(--yellow);
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  min-height: 630px;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero h1 {
  font-size: clamp(56px, 6.5vw, 104px);
  line-height: 0.98;
  max-width: 650px;
  margin-bottom: 26px;
}
.hero .lead {
  font-size: 19px;
  max-width: 470px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-art {
  position: relative;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-disc {
  position: absolute;
  width: 470px;
  height: 470px;
  max-width: 98%;
  border-radius: 50%;
  background: #fffdf0;
}
.hero-art .bottle {
  height: 380px;
  width: 220px;
  object-fit: contain;
  position: relative;
  transform: rotate(-9deg);
  mix-blend-mode: multiply;
  margin-right: -35px;
  z-index: 2;
}
.hero-art .candy {
  height: 340px;
  width: 300px;
  object-fit: contain;
  position: relative;
  transform: rotate(10deg);
  mix-blend-mode: multiply;
  margin-top: 100px;
  z-index: 3;
}
.fizz-badge {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--blue);
  color: white;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  font-size: 14px;
  transform: rotate(12deg);
  z-index: 4;
}
.bubble {
  position: absolute;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.bubble.one {
  left: 0;
  top: 12%;
}
.bubble.two {
  right: 5%;
  bottom: 4%;
  width: 50px;
  height: 50px;
}
.bubble.three {
  left: 15%;
  bottom: 1%;
  width: 12px;
  height: 12px;
}
.ticker {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ticker span:before {
  content: "✦";
  margin-right: 24px;
}
.format-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.format-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 35px;
  background: var(--sky);
  border-radius: var(--round);
  text-decoration: none;
  min-height: 340px;
  overflow: hidden;
}
.format-card.orange {
  background: #ffe8d2;
}
.format-card h3 {
  font-family: Georgia, serif;
  font-size: 37px;
}
.format-card p {
  font-size: 15px;
}
.format-card img {
  width: 100%;
  height: 275px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}
.format-card:hover img {
  transform: rotate(4deg) scale(1.03);
}
.arrow {
  display: inline-flex;
  width: 43px;
  height: 43px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.product-card {
  min-width: 0;
}
.product-card[hidden] {
  display: none;
}
.card-image {
  display: block;
  position: relative;
  background: #f0f3f1;
  border-radius: var(--round);
  overflow: hidden;
  aspect-ratio: 1;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}
.card-image:hover img {
  transform: scale(1.035);
}
.card-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: white;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 800;
  z-index: 1;
}
.product-card h3 {
  font-size: 19px;
  margin: 17px 0 7px;
}
.product-card h3 a {
  text-decoration: none;
}
.pack {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 10px;
}
.price {
  font-size: 23px;
  font-weight: 800;
}
.checked {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  color: var(--muted);
}
.product-card .buy-button {
  font-size: 12px;
  padding: 9px 15px;
  min-height: 40px;
  margin-top: 12px;
}
.blue-section {
  background: var(--blue);
  color: white;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split > * {
  min-width: 0;
}
.editorial-image {
  background: #f3f4ef;
  border-radius: var(--round);
  overflow: hidden;
}
.editorial-image img {
  width: 100%;
  max-height: 550px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.split-copy p {
  max-width: 510px;
}
.large-number {
  font-family: Georgia, serif;
  font-size: 100px;
  color: var(--yellow);
  line-height: 1;
  margin-bottom: 24px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 45px;
}
.step {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.step-number {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 20px;
}
.step h3 {
  font-size: 25px;
}
.step p {
  font-size: 16px;
}
.film {
  background: var(--sky);
}
.film video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  background: white;
  border-radius: var(--round);
  object-fit: contain;
}
.film-caption {
  margin: 12px 0 0;
  font-size: 13px;
}
.faq {
  max-width: 920px;
  margin: auto;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
summary:after {
  content: "+";
  font-size: 24px;
  line-height: 1;
}
details[open] summary:after {
  content: "−";
}
details p {
  margin: 16px 35px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.site-footer {
  background: var(--ink);
  color: white;
  padding: 65px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 65px;
}
.footer-wordmark {
  font-family: Georgia, serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 60px;
  line-height: 1;
}
.footer-grid h3 {
  font-size: 16px;
  margin-bottom: 18px;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-grid li {
  margin: 9px 0;
  font-size: 14px;
}
.footer-grid a {
  text-decoration: none;
}
.footer-grid a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #546683;
  padding-top: 25px;
  margin-top: 45px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  font-size: 12px;
}
.footer-bottom p {
  max-width: 670px;
}
.breadcrumb {
  padding-top: 26px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb a {
  text-decoration: none;
}
.collection-head {
  background: var(--sky);
  padding: 50px 0;
}
.collection-head h1 {
  font-size: 64px;
}
.collection-head p {
  max-width: 650px;
}
.collection-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.chip {
  font-size: 14px;
  text-decoration: none;
  padding: 9px 18px;
  border: 1px solid var(--ink);
  border-radius: 40px;
}
.chip.active {
  background: var(--ink);
  color: white;
}
.collection-tools {
  display: flex;
  gap: 25px;
  align-items: end;
  margin-bottom: 32px;
}
.collection-tools label {
  font-size: 13px;
  font-weight: 700;
  display: grid;
  gap: 7px;
}
.collection-tools input,
.collection-tools select {
  min-height: 47px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 8px 12px;
  font-size: 15px;
}
.collection-tools input {
  min-width: 280px;
}
.count {
  margin-left: auto;
  font-size: 14px;
}
.pdp {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
  align-items: start;
}
.gallery {
  min-width: 0;
}
.gallery-stage {
  background: #f0f3f1;
  border-radius: var(--round);
  height: 565px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gallery-stage img {
  height: 90%;
  width: 90%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.zoom-link {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}
.gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  overflow-x: auto;
  padding: 3px 3px 8px;
}
.gallery-thumb {
  flex: 0 0 72px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
}
.gallery-thumb[aria-current="true"] {
  border: 2px solid var(--ink);
}
.gallery-thumb img {
  width: 60px;
  height: 65px;
  object-fit: contain;
}
.gallery-arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.gallery-arrows button {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 13px;
}
.pdp h1 {
  font-size: clamp(40px, 4vw, 61px);
  margin-bottom: 14px;
}
.pdp .product-pack {
  font-size: 18px;
  margin-bottom: 20px;
}
.pdp .price {
  font-size: 30px;
}
.pdp .lead {
  font-size: 17px;
  margin-top: 22px;
}
.pdp-buy {
  margin: 26px 0 17px;
}
.pdp-buy .buy-button {
  width: 100%;
  min-height: 57px;
  font-size: 16px;
}
.purchase-note {
  font-size: 12px;
  color: var(--muted);
}
.features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.features span {
  background: var(--sky);
  padding: 7px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin-top: 26px;
}
.spec-table th,
.spec-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}
.spec-table th {
  width: 37%;
  font-weight: 700;
  padding-right: 20px;
}
.pdp-inline {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid var(--line);
}
.pdp-inline figure {
  margin: 0;
}
.pdp-inline figure img {
  max-height: 450px;
  width: 100%;
  object-fit: contain;
}
.pdp-inline figcaption {
  font-size: 13px;
  margin-top: 15px;
}
.sticky-buy {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 14px;
  padding: 13px 18px;
  box-shadow: 0 5px 30px #102c5720;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 94%;
  width: 640px;
}
.sticky-buy[hidden] {
  display: none;
}
.sticky-buy .sticky-name {
  font-size: 13px;
  font-weight: 800;
  flex: 1;
}
.sticky-buy .buy-button {
  font-size: 12px;
  min-height: 42px;
  padding: 10px 18px;
}
.sticky-buy .price {
  font-size: 17px;
}
.sticky-buy .checked {
  display: block;
  margin: 0;
  font-size: 10px;
}
.info-hero {
  padding-top: 65px;
  padding-bottom: 65px;
  background: var(--sky);
}
.info-hero h1 {
  max-width: 900px;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}
.info-nav {
  display: grid;
  align-content: start;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
}
.prose h2 {
  font-size: 34px;
  margin-top: 48px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  font-size: 17px;
  line-height: 1.8;
}
.prose li {
  margin-bottom: 12px;
}
.notice {
  background: #fff4bf;
  padding: 25px;
  border-radius: 12px;
  font-size: 15px;
  margin: 30px 0;
}
.empty {
  padding: 45px;
  background: var(--sky);
  border-radius: 12px;
}
dialog {
  border: 0;
  border-radius: 12px;
  padding: 55px 20px 20px;
  width: min(95vw, 1150px);
  max-height: 95vh;
  background: white;
}
dialog::backdrop {
  background: #0c213be6;
}
dialog img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  margin: auto;
}
dialog button {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 1px solid var(--ink);
  background: white;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 14px;
}
.dialog-caption {
  font-size: 13px;
  text-align: center;
  margin: 12px 0 0;
}
.nojs-gallery {
  display: flex;
  overflow: auto;
  gap: 15px;
}
.nojs-gallery img {
  height: 180px;
}
body.has-sticky {
  padding-bottom: 0;
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
  .main-nav a {
    font-size: 17px;
  }
  .header-buy .buy-button {
    font-size: 15px;
  }
  .product-card h3 {
    font-size: 21px;
  }
  .product-card .pack {
    font-size: 16px;
  }
  .checked {
    font-size: 14px;
  }
  .footer-grid li {
    font-size: 16px;
  }
  .hero-inner {
    min-height: 705px;
  }
  .hero h1 {
    font-size: 108px;
  }
  .hero-art {
    min-height: 550px;
  }
  .hero-disc {
    height: 530px;
    width: 530px;
  }
  .hero-art .bottle {
    height: 435px;
    width: 245px;
  }
  .hero-art .candy {
    height: 390px;
    width: 325px;
  }
}
@media (max-width: 1050px) {
  .main-nav {
    gap: 17px;
  }
  .main-nav a {
    font-size: 13px;
  }
  .logo img {
    width: 150px;
  }
  .header-inner {
    gap: 16px;
  }
  .header-buy .buy-button {
    font-size: 11px;
    padding: 10px 14px;
  }
  .hero-inner {
    gap: 10px;
    min-height: 570px;
  }
  .hero-art {
    min-height: 420px;
  }
  .hero-disc {
    width: 380px;
    height: 380px;
  }
  .hero-art .bottle {
    height: 310px;
    width: 170px;
  }
  .hero-art .candy {
    height: 280px;
    width: 220px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .format-card {
    padding: 25px;
    min-height: 290px;
  }
  .format-card h3 {
    font-size: 30px;
  }
  .format-card img {
    height: 225px;
  }
  .split {
    gap: 40px;
  }
  .pdp {
    gap: 35px;
  }
  .gallery-stage {
    height: 470px;
  }
  .pdp h1 {
    font-size: 43px;
  }
  .info-grid {
    gap: 40px;
    grid-template-columns: 1fr 2.5fr;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .announcement {
    font-size: 10px;
    padding: 6px;
  }
  .header-inner {
    min-height: 73px;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .logo img {
    width: 131px;
    height: 42px;
  }
  .header-buy {
    margin-left: auto;
  }
  .header-buy .buy-button {
    font-size: 10px;
    min-height: 37px;
    padding: 7px 11px;
  }
  .mobile-menu {
    display: block;
    border: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    padding: 7px;
  }
  .main-nav {
    display: none;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid var(--line);
    gap: 16px;
    flex-wrap: wrap;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    font-size: 15px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 18px;
    gap: 0;
  }
  .hero h1 {
    font-size: 58px;
    max-width: 530px;
    line-height: 1;
    margin-bottom: 22px;
  }
  .hero .lead {
    font-size: 16px;
  }
  .hero .eyebrow {
    font-size: 11px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 13px;
    min-height: 46px;
    padding: 10px 19px;
  }
  .hero-art {
    min-height: 350px;
    margin-top: 25px;
  }
  .hero-disc {
    height: 320px;
    width: 320px;
  }
  .hero-art .bottle {
    height: 285px;
    width: 160px;
    margin-right: -28px;
  }
  .hero-art .candy {
    height: 235px;
    width: 195px;
    margin-top: 65px;
  }
  .fizz-badge {
    width: 89px;
    height: 89px;
    font-size: 10px;
    right: 3%;
    top: 4%;
  }
  .ticker {
    gap: 16px;
    padding: 16px;
    font-size: 10px;
    line-height: 1.6;
  }
  .ticker span:before {
    margin-right: 12px;
  }
  .section-head {
    display: block;
    margin-bottom: 28px;
  }
  .section-head p {
    margin-top: 20px;
  }
  .section-head .text-link {
    display: inline-block;
    margin-top: 20px;
  }
  .format-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .format-card {
    min-height: 250px;
    padding: 26px;
  }
  .format-card img {
    height: 210px;
  }
  .format-card h3 {
    font-size: 32px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 15px;
  }
  .card-image img {
    padding: 12px;
  }
  .card-label {
    font-size: 9px;
    top: 8px;
    left: 8px;
    padding: 2px 7px;
  }
  .product-card h3 {
    font-size: 16px;
    margin-top: 13px;
  }
  .pack {
    font-size: 12px;
  }
  .price {
    font-size: 20px;
  }
  .checked {
    font-size: 10px;
    display: block;
    margin: 2px 0 0;
  }
  .product-card .buy-button {
    font-size: 10px;
    min-height: 38px;
    padding: 8px 11px;
    gap: 6px;
    width: 100%;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .split-copy p {
    font-size: 16px;
  }
  .large-number {
    font-size: 85px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }
  .step {
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 13px;
  }
  .step-number {
    grid-row: 1/3;
    padding-top: 5px;
  }
  .step h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .step p {
    font-size: 15px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-wordmark {
    font-size: 55px;
  }
  .footer-bottom {
    display: block;
    font-size: 11px;
  }
  .footer-grid li {
    font-size: 13px;
  }
  .footer-grid h3 {
    font-size: 15px;
  }
  .collection-head {
    padding: 35px 0;
  }
  .collection-head h1 {
    font-size: 46px;
  }
  .collection-head p {
    font-size: 15px;
  }
  .collection-chips {
    gap: 8px;
  }
  .chip {
    font-size: 12px;
    padding: 8px 13px;
  }
  .collection-tools {
    flex-wrap: wrap;
    gap: 15px;
  }
  .collection-tools label:first-child {
    width: 100%;
  }
  .collection-tools input {
    width: 100%;
    min-width: 0;
  }
  .collection-tools select {
    font-size: 13px;
  }
  .count {
    font-size: 12px;
  }
  .pdp {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gallery-stage {
    height: 395px;
  }
  .gallery-thumb {
    flex-basis: 63px;
  }
  .gallery-thumb img {
    height: 57px;
    width: 51px;
  }
  .pdp h1 {
    font-size: 44px;
  }
  .pdp .product-pack {
    font-size: 16px;
  }
  .pdp .price .checked {
    display: inline;
    margin-left: 12px;
    font-size: 12px;
  }
  .pdp .lead {
    font-size: 16px;
  }
  .pdp-inline {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pdp-inline .split {
    gap: 25px;
  }
  .pdp-inline h2 {
    font-size: 35px;
  }
  .pdp-inline figure img {
    max-height: 350px;
  }
  .sticky-buy {
    bottom: 10px;
    gap: 14px;
    padding: 10px 12px;
  }
  .sticky-buy .sticky-name {
    font-size: 11px;
  }
  .sticky-buy .buy-button {
    font-size: 10px;
    padding: 9px 12px;
  }
  .sticky-buy .price {
    font-size: 14px;
  }
  .info-hero {
    padding: 43px 0;
  }
  .info-hero h1 {
    font-size: 46px;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .info-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    font-size: 13px;
  }
  .prose p {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 30px;
  }
  .breadcrumb {
    font-size: 11px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .features {
    gap: 8px;
  }
  .features span {
    font-size: 11px;
  }
  .notice {
    padding: 20px;
    font-size: 14px;
  }
  .spec-table {
    font-size: 14px;
  }
  dialog {
    padding: 58px 12px 18px;
  }
  .hero-art img {
    max-width: 60%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.prose > img {
  max-height: 440px;
  width: 100%;
  object-fit: contain;
  margin: 30px auto;
}
.hero-art .bottle {
  height: 350px;
  width: 200px;
}
.hero-art .candy {
  height: 300px;
  width: 270px;
}
.hero-disc {
  width: 520px;
  height: 520px;
}
@media (min-width: 1600px) {
  .hero-art .bottle {
    height: 405px;
    width: 220px;
  }
  .hero-art .candy {
    height: 355px;
    width: 300px;
  }
  .hero-disc {
    width: 570px;
    height: 570px;
  }
}
@media (max-width: 760px) {
  .hero-art .bottle {
    height: 270px;
    width: 155px;
  }
  .hero-art .candy {
    height: 220px;
    width: 180px;
  }
  .hero-disc {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 760px) {
  .header-inner {
    gap: 10px;
  }
  .logo img {
    width: 112px;
    height: 38px;
  }
  .mobile-menu {
    font-size: 11px;
    padding: 5px 0;
  }
  .header-buy .buy-button {
    font-size: 10px;
    padding: 8px 10px;
  }
  .hero h1 {
    font-size: 48px;
    max-width: 360px;
  }
  .checked {
    font-size: 12px;
  }
  .product-card .buy-button {
    font-size: 11px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .hero-art {
    min-height: 340px;
  }
  .hero-disc {
    width: 335px;
    height: 335px;
  }
}
@media (min-width: 1600px) {
  .hero h1 {
    font-size: 86px;
    letter-spacing: -0.055em;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.no-js .main-nav {
  display: flex;
}
.no-js .mobile-menu {
  display: none;
}
