@import url("/assets/fonts/fonts.css");
:root {
  --ink: #233a2b;
  --paper: #fffef8;
  --lime: #eff3ab;
  --pink: #f4c4c0;
  --line: #dcded3;
  --muted: #647063;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.6 "DM Sans",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.07;
  letter-spacing: -0.05em;
  font-weight: 600;
}
h1 {
  font-size: clamp(44px, 5.8vw, 84px);
}
h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}
h3 {
  font-size: 24px;
}
p {
  margin-top: 18px;
}
svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #9e3a31;
  outline-offset: 5px;
}
.skip {
  position: absolute;
  left: 10px;
  top: -90px;
  z-index: 9;
  background: white;
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
.announcement {
  padding: 8px 20px;
  background: var(--ink);
  color: #fffef3;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.06em;
}
header {
  height: 88px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 5;
  gap: 30px;
}
.logo {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
.logo span {
  font-size: 22px;
  display: inline-block;
  transform: translateY(-10px);
  color: #a3483f;
}
header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
}
header .utility {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.wrap {
  width: min(1280px, 90%);
  margin: auto;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 625px;
}
.hero-copy {
  background: var(--lime);
  padding: 74px max(7vw, 35px);
  padding-right: 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy h1 {
  margin-top: 28px;
}
.hero-copy h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.hero-copy p {
  max-width: 395px;
  font-size: 17px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  background: var(--ink);
  color: white;
  border: 1px solid var(--ink);
  border-radius: 30px;
  padding: 14px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.btn:hover {
  background: #385541;
  text-decoration: none;
}
.btn.light {
  background: var(--paper);
  color: var(--ink);
}
.text-link {
  font-size: 14px;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.hero-image {
  position: relative;
  background: #ffbbbf;
  overflow: hidden;
}
.hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-note {
  position: absolute;
  right: 24px;
  bottom: 25px;
  background: var(--paper);
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotate(9deg);
}
.marquee {
  background: #f4c4c0;
  padding: 17px 20px;
  display: flex;
  justify-content: center;
  gap: 65px;
  font-size: 13px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--ink);
}
.marquee span:before {
  content: "✳";
  margin-right: 20px;
}
.section {
  padding: 78px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 32px;
}
.section-head h2 {
  margin-top: 10px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.category-card .photo {
  height: 210px;
  border-radius: 100px 100px 12px 12px;
  overflow: hidden;
  background: #f1e5d2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card:nth-child(2) .photo {
  background: #f4dcdf;
}
.category-card:nth-child(3) .photo {
  background: #dfe8e2;
}
.category-card:nth-child(4) .photo {
  background: #e3e0eb;
}
.category-card:nth-child(5) .photo {
  background: #f7eab2;
}
.category-card img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.category-card h3 {
  margin-top: 18px;
  font-size: 19px;
  letter-spacing: -0.035em;
}
.category-card p {
  font-size: 13px;
  margin-top: 5px;
  color: var(--muted);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.product-card {
  min-width: 0;
}
.product-card .product-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f1e9;
  aspect-ratio: 1;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.25s;
}
.product-card:hover img {
  transform: scale(1.035);
}
.product-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: white;
  border-radius: 16px;
  font-size: 11px;
  padding: 4px 11px;
}
.product-card .meta {
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-top: 17px;
  color: var(--muted);
}
.product-card h3 {
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-top: 7px;
}
.product-card .price {
  margin-top: 10px;
  font-size: 15px;
}
.product-card .price small {
  color: var(--muted);
  font-size: 12px;
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
  background: #f3c7c0;
}
.feature .feature-image {
  background: #f3ece1;
  min-height: 450px;
}
.feature img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-copy {
  padding: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-copy h2 {
  margin: 20px 0 0;
}
.feature-copy p {
  max-width: 430px;
}
.feature-copy .btn {
  align-self: start;
  margin-top: 30px;
}
.promise {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10%;
  border-top: 1px solid var(--line);
  padding-top: 48px;
}
.promise p {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.02em;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.help-grid a {
  padding: 30px 0;
  border-top: 1px solid var(--ink);
}
.help-grid h3 {
  margin: 20px 0 0;
}
.help-grid p {
  font-size: 14px;
  margin-top: 13px;
  color: var(--muted);
}
footer {
  background: var(--ink);
  color: var(--paper);
  padding: 65px 5% 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 45px;
}
footer p {
  max-width: 280px;
  color: #d1d8c8;
  font-size: 14px;
}
footer h3 {
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 2.3;
}
.footer-bottom {
  border-top: 1px solid #617161;
  margin-top: 55px;
  padding-top: 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: #d1d8c8;
  font-size: 12px;
}
.breadcrumbs {
  font-size: 12px;
  color: var(--muted);
  padding: 28px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-intro {
  padding: 35px 0 50px;
  max-width: 820px;
}
.page-intro h1 {
  font-size: clamp(42px, 5vw, 65px);
  margin-top: 12px;
}
.page-intro p {
  max-width: 660px;
}
.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.filters input,
.filters select {
  background: transparent;
  border: 1px solid #899283;
  border-radius: 25px;
  padding: 10px 15px;
  max-width: 100%;
  color: var(--ink);
}
.filters input {
  min-width: 230px;
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.filter-tabs a {
  border: 1px solid var(--line);
  padding: 8px 17px;
  border-radius: 22px;
  font-size: 13px;
}
.filter-tabs a[aria-current] {
  background: var(--ink);
  color: white;
}
.count {
  font-size: 13px;
  color: var(--muted);
}
.empty {
  padding: 40px 0;
}
.fine {
  font-size: 12px;
  color: var(--muted);
}
.product-layout {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 65px;
  margin-top: 5px;
}
.gallery-main {
  position: relative;
  border-radius: 16px;
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
}
.gallery-main > a {
  display: block;
  aspect-ratio: 1;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-main .zoom-label {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
  background: var(--paper);
  padding: 6px 12px;
  border-radius: 15px;
  pointer-events: none;
}
.gallery-arrows {
  display: flex;
  justify-content: space-between;
  padding: 12px 8px;
  align-items: center;
}
.icon-button {
  border: 1px solid var(--line);
  background: var(--paper);
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
}
.gallery-thumbs a {
  flex: 0 0 68px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.gallery-thumbs a[aria-current] {
  border: 2px solid var(--ink);
}
.gallery-thumbs img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: white;
}
.product-details h1 {
  font-size: clamp(35px, 3.5vw, 48px);
  margin: 16px 0 20px;
  line-height: 1.07;
}
.product-details .price-large {
  font-size: 28px;
}
.availability {
  font-size: 12px;
  color: #466a42;
}
.product-details .description {
  font-size: 16px;
}
.chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.chips span {
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 12px;
}
.purchase {
  margin-top: 25px;
}
.purchase .btn {
  width: 100%;
}
.purchase-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.variant-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 14px 0;
}
.variant-options a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
}
.variant-options a[aria-current] {
  border: 2px solid var(--ink);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
summary::after {
  content: "+";
  font-size: 20px;
}
details[open] summary::after {
  content: "−";
}
details p,
details li {
  font-size: 14px;
}
details ul {
  padding-left: 20px;
}
.notice {
  background: #f0f2e3;
  padding: 20px;
  border-radius: 12px;
  font-size: 13px;
  margin-top: 22px;
}
.notice p {
  margin: 0;
}
.info-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 0 90px;
}
.info-page h1 {
  font-size: 56px;
  margin: 15px 0 30px;
}
.info-page h2 {
  font-size: 28px;
  margin: 38px 0 12px;
}
.info-page ul {
  padding-left: 20px;
}
.info-page a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.info-page .lead {
  font-size: 22px;
}
.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 800px);
  gap: 65px;
  justify-content: center;
}
.toc {
  font-size: 13px;
  position: sticky;
  top: 125px;
  align-self: start;
}
.toc a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.article h2 {
  font-size: 34px;
  margin: 48px 0 22px;
}
.article h3 {
  font-size: 23px;
  margin-top: 30px;
}
.article p {
  margin-top: 20px;
}
.article figure {
  margin: 32px 0;
}
.article figure img {
  width: 100%;
  max-height: 530px;
  object-fit: contain;
  border-radius: 15px;
  background: #f5ecd9;
}
.article figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.article blockquote {
  margin: 32px 0;
  padding: 25px;
  border-left: 3px solid var(--ink);
  background: var(--lime);
  font-family: Georgia, serif;
  font-size: 23px;
}
.article blockquote cite {
  font:
    12px "DM Sans",
    sans-serif;
  display: block;
  margin-top: 12px;
}
.article a {
  text-decoration: underline;
}
.table-wrap {
  max-width: 100%;
  overflow: auto;
  margin: 30px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 520px;
  font-size: 14px;
}
caption {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
}
th,
td {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid var(--line);
}
th {
  background: #eff1e4;
}
.article .product-insert {
  margin: 35px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.product-insert img {
  width: 145px;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-insert h3 {
  margin: 0;
}
.product-insert p {
  font-size: 14px;
  margin-top: 8px;
}
dialog {
  border: 0;
  border-radius: 18px;
  padding: 18px;
  width: min(950px, 95vw);
  height: min(900px, 94dvh);
  background: var(--paper);
  color: var(--ink);
}
dialog::backdrop {
  background: #17231cdb;
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-photo {
  height: calc(100% - 115px);
  overflow: auto;
  background: white;
}
.dialog-photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.dialog-photo.zoomed img {
  width: 150%;
  max-width: none;
  height: auto;
}
dialog .gallery-arrows {
  padding-bottom: 0;
}
[hidden] {
  display: none !important;
}
.fade-in {
  animation: appear 0.5s ease-out;
}
@keyframes appear {
  from {
    opacity: 0.3;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1500px) {
  .hero {
    min-height: 700px;
  }
}
@media (max-width: 1000px) {
  header nav {
    gap: 16px;
  }
  .hero-copy {
    padding: 50px 7vw;
  }
  .hero {
    min-height: 530px;
  }
  .category-grid {
    gap: 12px;
  }
  .category-card .photo {
    height: 170px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-layout {
    gap: 32px;
  }
  .feature-copy {
    padding: 40px;
  }
  .guide-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 35px;
  }
  header .utility .order-link {
    display: none;
  }
}
@media (max-width: 760px) {
  header {
    height: 72px;
    padding: 0 5%;
    gap: 14px;
  }
  .logo {
    font-size: 31px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 25px 6%;
    box-shadow: 0 12px 20px #233a2b14;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
  }
  header nav.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  header .utility {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding: 45px 7% 48px;
  }
  .hero-copy h1 {
    font-size: 59px;
    margin-top: 20px;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .hero-image {
    height: 420px;
  }
  .hero-note {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  .marquee {
    gap: 25px;
    font-size: 11px;
    justify-content: space-around;
  }
  .marquee span:before {
    margin-right: 8px;
  }
  .marquee span:nth-child(3) {
    display: none;
  }
  .section {
    padding: 50px 0;
  }
  .section-head {
    align-items: start;
  }
  .section-head .text-link {
    white-space: nowrap;
    font-size: 12px;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 16px;
  }
  .category-card .photo {
    height: 195px;
  }
  .category-card:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
  }
  .category-card:last-child .photo {
    grid-row: 1/3;
    border-radius: 12px;
    height: 145px;
  }
  .category-card:last-child h3 {
    align-self: end;
  }
  .category-card:last-child p {
    align-self: start;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 14px;
  }
  .product-card img {
    padding: 10px;
  }
  .product-card h3 {
    font-size: 17px;
  }
  .product-card .badge {
    font-size: 10px;
    top: 8px;
    left: 8px;
  }
  .feature {
    grid-template-columns: 1fr;
  }
  .feature .feature-image {
    min-height: 0;
    height: 360px;
  }
  .feature-copy {
    padding: 38px 28px;
  }
  .promise {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .promise p {
    font-size: 22px;
  }
  .help-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .help-grid a {
    padding: 20px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .page-intro {
    padding-top: 15px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-details h1 {
    font-size: 40px;
  }
  .product-details {
    padding-bottom: 15px;
  }
  .info-page h1 {
    font-size: 43px;
  }
  .info-page .lead {
    font-size: 20px;
  }
  .guide-layout {
    display: block;
  }
  .toc {
    position: static;
    margin-bottom: 35px;
  }
  .article h2 {
    font-size: 30px;
  }
  .product-insert {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .filters {
    align-items: stretch;
  }
  .filters input {
    min-width: 0;
    width: 100%;
  }
  .filters label {
    flex: 1;
  }
  .filters select {
    width: 100%;
  }
  .announcement {
    font-size: 10px;
  }
  dialog {
    padding: 12px;
  }
  .dialog-top {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
.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;
}
.product-layout > *,
.gallery-thumbs,
.product-details {
  min-width: 0;
}
.gallery-main {
  width: 100%;
}
.gallery-main > a {
  width: 100%;
}
@media (max-width: 760px) {
  .hero-copy h1 {
    font-size: clamp(43px, 14.8vw, 59px);
  }
}

/* Purchase actions have a single, distinct visual treatment throughout the site. */
.catalog-intro {
  padding: 8px 0 25px;
  max-width: 100%;
}
.catalog-intro h1 {
  font-size: clamp(35px, 3.5vw, 46px);
}
.catalog-intro p {
  max-width: 880px;
  margin-top: 12px;
}
@media (max-width: 760px) {
  .catalog-intro {
    padding: 0 0 22px;
  }
  .catalog-intro .eyebrow {
    display: none;
  }
  .catalog-intro p {
    font-size: 14px;
  }
  .filter-tabs {
    gap: 7px;
    margin-bottom: 18px;
  }
  .filter-tabs a {
    padding: 8px 12px;
    font-size: 12px;
  }
  .hero-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hero-copy h1 {
    font-size: clamp(43px, 12.8vw, 50px);
  }
}
:root {
  --buy: #ffd477;
  --buy-hover: #f5bf4c;
}
html {
  scroll-padding-top: 112px;
  scroll-padding-bottom: 120px;
}
.commerce-form {
  margin: 0;
}
.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid #765619;
  border-radius: 28px;
  background: var(--buy);
  color: #233a2b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}
.buy-button:hover {
  background: var(--buy-hover);
}
.buy-button:active {
  background: #eeb23a;
}
.buy-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.site-header {
  height: 88px;
  gap: 30px;
  box-shadow: 0 2px 9px #233a2b0d;
  z-index: 10;
}
.site-header .logo {
  flex-shrink: 0;
}
.site-header nav {
  flex: 1;
  justify-content: center;
  gap: 26px;
}
.site-header nav > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.site-header .nav-about {
  display: none;
}
.header-purchase {
  flex-shrink: 0;
  text-align: center;
}
.header-purchase .buy-button {
  min-height: 44px;
  font-size: 14px;
  padding: 10px 17px;
}
.header-hint {
  display: block;
  font-size: 10px;
  margin-top: 3px;
  letter-spacing: 0.025em;
}
.category-menu {
  position: relative;
  padding: 0;
  border: 0;
}
.category-menu > summary {
  min-height: 44px;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}
.category-menu > summary::after {
  display: none;
}
.category-links {
  position: absolute;
  left: -24px;
  top: calc(100% + 10px);
  min-width: 245px;
  padding: 12px;
  background: #fffef8;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 28px #233a2b24;
}
.category-links a {
  display: block;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.category-links a:hover,
.category-links a[aria-current] {
  background: #eff3dc;
  text-decoration: none;
}
.category-links a[aria-current] {
  font-weight: 700;
}
.nav-search {
  gap: 8px;
  color: var(--muted);
}
.nav-search svg {
  width: 19px;
  height: 19px;
}
.nojs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 14px 5%;
  border-bottom: 1px solid var(--line);
}
.nojs-nav a {
  text-decoration: underline;
  padding: 6px 0;
}
.hero-copy .actions {
  gap: 20px;
}
.hero-purchase .buy-button {
  min-height: 54px;
}
.product-card {
  display: flex;
  flex-direction: column;
}
.product-card-link {
  display: block;
}
.product-card .price {
  margin-top: auto;
  padding-top: 12px;
}
.card-actions {
  margin-top: 14px;
}
.card-purchase .buy-button {
  width: 100%;
  min-height: 46px;
  font-size: 14px;
  padding: 11px 10px;
}
.card-details {
  display: block;
  width: fit-content;
  min-height: 44px;
  padding: 10px 2px;
  margin: 1px auto 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.shopping-hint {
  font-size: 13px;
  margin: 0 0 18px;
  color: #4d614d;
}
.catalog-search {
  display: flex;
  max-width: 100%;
}
.catalog-search label {
  min-width: 0;
}
.filters .catalog-search input {
  border-radius: 24px 0 0 24px;
  min-width: 270px;
  width: 100%;
  min-height: 46px;
}
.catalog-search button {
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 0 24px 24px 0;
  color: white;
  background: var(--ink);
}
.clear-search {
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 10px 4px;
  text-decoration: underline;
}
.product-details .purchase {
  margin-top: 18px;
}
.product-details .purchase .buy-button {
  width: 100%;
  min-height: 55px;
  font-size: 17px;
}
.product-details .availability {
  margin: 8px 0 22px;
}
.variant-options a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
}
.variant-options a[aria-current] {
  background: #edf1df;
}
.sticky-purchase {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fffef8;
  border-top: 1px solid #bfc5b5;
  box-shadow: 0 -5px 24px #233a2b12;
  padding: 12px 5% max(12px, env(safe-area-inset-bottom));
  z-index: 8;
}
.sticky-inner {
  width: min(1280px, 100%);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sticky-product {
  min-width: 0;
}
.sticky-product strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.sticky-product span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  color: var(--muted);
}
.sticky-product-form {
  flex-shrink: 0;
}
body.has-purchase-bar {
  padding-bottom: 102px;
}
.footer-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 42px;
  margin-bottom: 44px;
  border-bottom: 1px solid #617161;
}
.footer-shop h2 {
  font-size: clamp(25px, 2.7vw, 38px);
  max-width: 620px;
}
.footer-shop p {
  max-width: 640px;
  margin-top: 12px;
}
.footer-shop .new-tab-note {
  font-size: 11px;
  text-align: center;
  margin-top: 9px;
}
.footer-shop > div:last-child {
  flex-shrink: 0;
}
.editorial-purchase {
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 4%;
    gap: 20px;
  }
  .site-header nav {
    gap: 18px;
  }
  .nav-search span {
    display: none;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 72px;
    padding: 0 4%;
    gap: 12px;
  }
  .site-header .logo {
    font-size: 30px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    padding: 20px 5%;
    background: var(--paper);
    box-shadow: 0 15px 22px #233a2b26;
    align-items: stretch;
    font-size: 16px;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-header nav > a {
    display: flex;
    padding: 11px 10px;
    min-height: 46px;
  }
  .site-header .nav-shop {
    display: none;
  }
  .category-menu > summary {
    display: none;
  }
  .category-menu:not([open]) > .category-links {
    display: block;
  }
  .category-links {
    position: static;
    display: block;
    min-width: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
  .category-links a {
    padding: 12px 10px;
    font-size: 16px;
    min-height: 46px;
  }
  .site-header .nav-about {
    display: flex;
  }
  .site-header .nav-search {
    border-top: 1px solid var(--line);
    margin-top: 8px;
  }
  .nav-search span {
    display: inline;
  }
  .header-purchase {
    margin-left: auto;
  }
  .header-purchase .buy-button {
    padding: 10px 13px;
    font-size: 13px;
    gap: 6px;
  }
  .header-purchase .buy-button svg {
    width: 15px;
    flex-basis: 15px;
  }
  .header-hint {
    font-size: 9px;
  }
  .site-header .menu-toggle {
    display: block;
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    padding: 6px;
    font-size: 22px;
  }
  .footer-shop {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-shop .new-tab-note {
    text-align: left;
  }
}
@media (max-width: 760px) {
  .filters .catalog-search {
    width: 100%;
  }
  .filters .catalog-search label {
    flex: 1;
  }
  .filters .catalog-search input {
    min-width: 0;
  }
  .card-purchase .buy-button {
    font-size: 13px;
    gap: 5px;
    padding: 11px 6px;
  }
  .card-purchase .buy-button svg {
    width: 14px;
    flex-basis: 14px;
  }
  .sticky-purchase {
    padding: 10px 4% max(10px, env(safe-area-inset-bottom));
  }
  .sticky-inner {
    gap: 12px;
  }
  .sticky-product strong {
    font-size: 12px;
    letter-spacing: -0.015em;
  }
  .sticky-product span {
    font-size: 10px;
  }
  .sticky-product-form .buy-button {
    font-size: 13px;
    padding: 11px 12px;
    gap: 5px;
  }
  .sticky-product-form .buy-button svg {
    width: 14px;
    flex-basis: 14px;
  }
  .article .product-insert .buy-button {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .site-header {
    padding: 0 10px;
    gap: 5px;
  }
  .site-header .logo {
    font-size: 27px;
  }
  .site-header .logo span {
    font-size: 17px;
  }
  .header-purchase .buy-button {
    font-size: 12px;
    padding: 10px;
  }
  .card-purchase .buy-button {
    font-size: 12px;
  }
  .card-purchase .buy-button svg {
    display: none;
  }
  .sticky-product-form .buy-button {
    padding: 11px 9px;
    font-size: 12px;
  }
}
