
@font-face { font-family: "Anonymous Pro"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/anonymous-pro-400-latin.6a4b179c40ed.woff2") format("woff2"); }
@font-face { font-family: "Anonymous Pro"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/anonymous-pro-700-latin.9a6d2abbdaf2.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/figtree-500-latin.df5f11fac1df.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/figtree-700-latin.7e91ac406334.woff2") format("woff2"); }
@font-face { font-family: "Anonymous Pro Fallback"; src: local("Courier New"), local("CourierNewPSMT"); size-adjust: 90.97%; ascent-override: 89.91%; descent-override: 20.02%; line-gap-override: 0%; }
@font-face { font-family: "Figtree Fallback"; src: local("Arial"), local("ArialMT"); size-adjust: 101.05%; ascent-override: 94.01%; descent-override: 24.74%; line-gap-override: 0%; }

:root {
  --bg: #fcfcfc;
  --text: #020912;
  --text-75: rgba(2, 9, 18, 0.75);
  --text-55: rgba(2, 9, 18, 0.55);
  --text-12: rgba(2, 9, 18, 0.12);
  --inverse: #fcfcfc;
  --inverse-75: rgba(252, 252, 252, 0.75);
  --accent-blue: #174ad5;
  --star: #ff9900;
  --success: #2e7d32;
  --verified: #067d62;
  --font-body: "Anonymous Pro", "Anonymous Pro Fallback", monospace;
  --font-heading: "Figtree", "Figtree Fallback", Arial, sans-serif;
  --page-width: 1470px;
  --gutter: 15.75px;
  --header-height: 66px;
}
@media (min-width: 750px) { :root { --gutter: 52.5px; } }
@media (min-width: 990px) { :root { --header-height: 86px; } }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text-75);
  font-family: var(--font-body);
  font-size: 15.75px;
  line-height: 1.762;
  letter-spacing: 0.63px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 750px) { body { font-size: 16.8px; } }
main { flex: 1 0 auto; }
main:focus { outline: none; }
img, video, svg { max-width: 100%; }
img { height: auto; display: block; }
picture { display: block; }
a { color: var(--text); }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; letter-spacing: inherit; color: inherit; }
h1, h2, h3, .h1, .h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 1.252;
  color: var(--text);
  margin: 0 0 16px;
  overflow-wrap: break-word;
}
h1, .h1 { font-size: 37.5px; }
h2, .h2 { font-size: 25px; }
h3 { font-size: 18px; }
@media (min-width: 750px) {
  h1, .h1 { font-size: 50px; }
  h2, .h2 { font-size: 30px; }
}
p { margin: 0 0 10.5px; }
.visually-hidden, .contact__hp {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--bg); padding: 8px 16px; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }
.page-width { max-width: var(--page-width); margin: 0 auto; padding: 0 var(--gutter); }
.page-width--narrow { max-width: calc(726px + 2 * var(--gutter)); }
.rte p:last-child { margin-bottom: 0; }
.rte ul, .rte ol { padding-left: 22px; margin: 0 0 16px; }
.rte hr { border: 0; border-top: 1px solid var(--text-12); margin: 32px 0; }
.rte h2 { margin-top: 32px; }
.rte h3 { margin-top: 24px; font-size: 20px; }
.rte code { font-family: var(--font-body); }
.link { background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; color: var(--text); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 49.25px; padding: 0 31.5px;
  font-family: var(--font-body); font-size: 15.75px; line-height: 1.19; letter-spacing: 1.05px;
  text-decoration: none; text-align: center; cursor: pointer;
  background: var(--text); color: var(--inverse); border: 0; border-radius: 0;
  box-shadow: 0 0 0 1px var(--text);
  transition: box-shadow 0.1s ease;
}
.button:hover { box-shadow: 0 0 0 2px var(--text); text-decoration: none; }
.button--secondary { background: var(--bg); color: var(--text); }
.button--inverse { background: var(--inverse); color: var(--text); box-shadow: 0 0 0 1px var(--inverse); }
.button--inverse:hover { box-shadow: 0 0 0 2px var(--inverse); }
.button--small { min-height: 36px; padding: 0 16px; font-size: 13.65px; }
.button--full { width: 100%; }
.button[disabled], .button:disabled { opacity: 0.5; cursor: not-allowed; box-shadow: 0 0 0 1px var(--text-55); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; background: none; border: 0; cursor: pointer; color: var(--text); }

.suggestion { background: var(--text); color: var(--inverse); font-size: 14.7px; }
.suggestion__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 14px; padding-top: 10px; padding-bottom: 10px; }
.suggestion__text { margin: 0; }
.suggestion .button { background: var(--inverse); color: var(--text); box-shadow: none; }
.suggestion .button--secondary { background: transparent; color: var(--inverse); box-shadow: 0 0 0 1px var(--inverse-75); }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--bg); transition: transform 0.2s ease; }
.site-header--hidden { transform: translateY(-100%); }
.site-header__inner {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  min-height: var(--header-height); padding-top: 10px; padding-bottom: 10px;
  padding-left: 31.5px; padding-right: 31.5px;
}
.site-header__menu-toggle { justify-self: start; margin-left: -12px; }
.site-header__logo { justify-self: center; display: block; width: 100px; }
.site-header__logo img { width: 100px; height: 23px; }
.site-nav, .site-header__localization { display: none; }
.site-header__tools { justify-self: end; display: flex; align-items: center; gap: 12px; margin-right: -10px; }
.cart-link { position: relative; width: 44px; height: 44px; color: var(--text); }
.cart-link .icon { width: 40px; height: 40px; }
.cart-link__count {
  position: absolute; right: 2px; bottom: 6px; min-width: 19px; height: 19px; padding: 0 4px;
  border-radius: 10px; background: var(--text); color: var(--inverse);
  font-size: 11px; line-height: 19px; letter-spacing: 0; text-align: center;
}
@media (min-width: 990px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; column-gap: 21px; padding: 20px 52.5px; }
  .site-header__menu-toggle { display: none; }
  .site-header__logo { justify-self: start; }
  .site-nav { display: block; }
  .site-header__localization { display: flex; }
}
.site-nav__list { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.site-nav__list a {
  display: block; padding: 12px; font-size: 14.7px; line-height: 1.29; color: var(--text-75); text-decoration: none;
}
.site-nav__list a:hover, .site-nav__list a[aria-current] { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

.localization { display: flex; align-items: center; gap: 8px; }
.disclosure { position: relative; }
.disclosure > summary { list-style: none; }
.disclosure > summary::-webkit-details-marker { display: none; }
.disclosure__button {
  display: flex; align-items: center; gap: 10px; padding: 10.5px 12px; cursor: pointer;
  font-size: 14.7px; line-height: 1.48; color: var(--text); white-space: nowrap;
}
.disclosure__button:hover span { text-decoration: underline; text-underline-offset: 3px; }
.disclosure[open] .icon-caret { transform: rotate(180deg); }
.disclosure__panel {
  position: absolute; right: 0; top: 100%; z-index: 30; min-width: 190px;
  background: var(--bg); border: 1px solid var(--text-12); box-shadow: 0 4px 16px rgba(2, 9, 18, 0.12);
  padding: 8px 0;
}
.disclosure__panel--countries { width: 300px; }
.disclosure__filter {   
  display: block; width: calc(100% - 32px); margin: 4px 16px 8px; padding: 8px 12px;
  font: inherit; font-size: 16px; border: 1px solid var(--text-55); border-radius: 0; appearance: none; background: var(--bg); color: var(--text);
}
.disclosure__filter:focus { outline: none; border-color: var(--text); box-shadow: 0 0 0 1px var(--text); }
.disclosure__filter::-webkit-search-cancel-button { -webkit-appearance: none; }
.disclosure__list { list-style: none; margin: 0; padding: 0; max-height: 330px; overflow-y: auto; }
.disclosure__item {
  display: flex; justify-content: space-between; gap: 12px; width: 100%; padding: 7px 16px;
  font-size: 14.7px; line-height: 1.4; text-align: left; background: none; border: 0; cursor: pointer; color: var(--text-75);
}
.disclosure__item:hover, .disclosure__item[aria-current] { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.disclosure__currency { color: var(--text-55); white-space: nowrap; }
.localization--drawer .disclosure__panel { position: static; box-shadow: none; width: auto; margin-top: 4px; }
.localization--drawer { flex-direction: column; align-items: flex-start; }
.localization--drawer .disclosure { position: static; }
.localization--drawer .disclosure__panel--countries {
  position: absolute; top: 0; bottom: 0; left: 0; z-index: 1; width: min(100%, 400px); margin: 0; padding: 16px 0 0; border: 0;
  display: flex; flex-direction: column;
}
.localization--drawer .disclosure__search { display: flex; align-items: center; gap: 8px; padding: 0 19.5px 8px 31.5px; }
.localization--drawer .disclosure__filter { flex: 1; min-width: 0; width: auto; margin: 0; }
.localization--drawer .disclosure__panel--countries form { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.localization--drawer .disclosure__panel--countries .disclosure__list { max-height: none; }
.localization--drawer .disclosure__panel--countries .disclosure__item { padding: 9px 31.5px; }

.menu-drawer { position: fixed; inset: var(--header-height) 0 0 0; z-index: 25; background: rgba(2, 9, 18, 0.5); }
.menu-drawer__panel { background: var(--bg); height: 100%; overflow-y: auto; width: min(100%, 400px); padding: 16px 0 24px; display: flex; flex-direction: column; justify-content: space-between; }
.menu-drawer__list { list-style: none; margin: 0; padding: 0; }
.menu-drawer__list a { display: block; padding: 11px 31.5px; font-size: 18px; color: var(--text); text-decoration: none; }
.menu-drawer__list a:hover { background: rgba(2, 9, 18, 0.04); }
.menu-drawer__footer { padding: 16px 31.5px 0; }
.menu-drawer .social { margin-top: 12px; justify-content: flex-start; }
.menu-drawer .social__link { color: var(--text); }
body.menu-open { overflow: hidden; }

.hero { position: relative; background: var(--text); }
.hero__media { position: relative; height: 360px; overflow: hidden; }
.hero__media picture { height: 100%; }
.hero__image { width: 100%; height: 100%; object-fit: cover; }
.hero__content { position: relative; padding: 42px 36px 52px; text-align: center; }
.hero__heading { color: var(--inverse); margin: 0; }
.hero__text { color: var(--inverse-75); margin: 10.5px 0 0; }
.hero__button { margin-top: 21px; }
@media (min-width: 750px) {
  .hero { min-height: 588px; }
  .hero__media { position: absolute; inset: 0; height: auto; }
  .hero__media::after { content: ""; position: absolute; inset: 0; background: rgba(2, 9, 18, 0.3); }
  .hero__content { position: relative; z-index: 1; padding: 52.5px; display: flex; justify-content: flex-start; }
  .hero__box { width: 53.5%; max-width: 714px; padding: 42px 0; }
}

.media-text {
  display: flex; flex-direction: column; align-items: center; gap: 40px;
  max-width: 1200px; margin: 0 auto; padding: 60px 20px;
}
.media-text__media { width: 100%; border-radius: 12px; overflow: hidden; }
.media-text__media img { width: 100%; object-fit: cover; }
.media-text__video { position: relative; aspect-ratio: 1; overflow: hidden; }
.media-text__video picture, .media-text__cover { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; transition: opacity 0.5s ease; }
.media-text__cover { object-fit: cover; }
.media-text__video video { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.5s ease; }
.media-text__video.is-playing video { opacity: 1; }
.media-text__video.is-playing picture { opacity: 0; }
.media-text__text { width: 100%; display: flex; flex-direction: column; justify-content: center; }
.media-text__heading { margin: 0 0 15px; }
.media-text__button { margin-top: 25px; width: fit-content; }
@media (min-width: 768px) {
  .media-text { flex-direction: row; gap: 60px; }
  .media-text--row-reverse { flex-direction: row-reverse; }
  .media-text__media, .media-text__text { width: 50%; }
}

.gallery { background: #fff; padding: 27px 0; }
.gallery__inner { max-width: 1200px; margin: 0 auto; padding: 0 15.75px; }
.gallery__heading { text-align: center; margin: 0; }
.gallery__grid { margin-top: 24px; }
.gallery__main img, .gallery__item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
.gallery__small { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 10px; }
@media (min-width: 750px) {
  .gallery { padding: 36px 0; }
  .gallery__inner { padding: 0 52.5px; }
  .gallery__grid { margin-top: 32px; display: grid; grid-template-columns: 2fr 3fr; gap: 10px; }
  .gallery__main img { height: 100%; }
  .gallery__small { grid-template-columns: repeat(3, 1fr); margin-top: 0; }
  .gallery__grid { grid-template-columns: calc(40% - 4px) 1fr; }
}

.reviews { background: #f8f9fa; padding: 40px 0; color: #1a1a1a; }
.reviews__header { text-align: center; margin-bottom: 32px; padding: 0 24px; }
.reviews__heading { font-size: 26px; margin: 0 0 16px; color: #1a1a1a; }
.reviews__overall { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.stars { line-height: 1; letter-spacing: 1px; font-size: 18px; margin-bottom: 8px; }
.stars--large { font-size: 30px; letter-spacing: 2px; margin: 0; }
.star--full { color: var(--star); }
.star--half { color: var(--star); opacity: 0.55; }
.star--empty { color: #d1d5db; }
.reviews__rating { font-size: 18px; font-weight: 700; }
.reviews__count { font-size: 16px; opacity: 0.7; display: flex; align-items: center; justify-content: center; gap: 5px; }
.reviews__count .amazon-logo { flex-shrink: 0; }
.amazon-logo { vertical-align: middle; margin-top: -2px; }
.slider { position: relative; max-width: 1200px; margin: 0 auto; overflow: hidden; }
.slider__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 85vw; gap: 16px;
  list-style: none; margin: 0; padding: 0 24px 20px; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__button {
  position: absolute; top: calc(50% - 10px); transform: translateY(-50%); z-index: 2;
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer; color: #1a1a1a; transition: opacity 0.2s;
}
.slider__button:disabled { opacity: 0; pointer-events: none; }
.slider__button--prev { left: 12px; }
.slider__button--next { right: 12px; }
.review-card {
  display: flex; flex-direction: column; padding: 24px; background: #fff; border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06); scroll-snap-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.review-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); transform: translateY(-2px); }
.review-card__title { font-size: 18px; font-weight: 700; line-height: 1.3; margin: 0 0 8px; color: #1a1a1a; }
.review-card__text { font-size: 16px; line-height: 1.6; opacity: 0.85; margin: 0 0 auto; padding-bottom: 16px; }
.review-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(0, 0, 0, 0.06); }
.review-card__name { font-weight: 600; font-size: 15px; }
.review-card__date { font-size: 14px; opacity: 0.65; }
.review-card__badge { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; color: var(--verified); margin-top: 8px; }
.reviews__cta { text-align: center; margin-top: 40px; padding: 0 24px; }
.reviews__link {
  display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border: 2px solid #1a1a1a; border-radius: 8px;
  font-size: 18px; font-weight: 600; color: #1a1a1a; text-decoration: none; opacity: 0.8; transition: all 0.2s ease;
}
.reviews__link:hover { opacity: 1; background: #1a1a1a; color: #fff; }
@media (min-width: 601px) {
  .reviews { padding: 60px 0; }
  .reviews__header { margin-bottom: 48px; }
  .reviews__heading { font-size: 36px; }
  .stars--large { font-size: 36px; }
  .reviews__rating { font-size: 20px; }
  .slider__track { grid-auto-columns: calc(33.333% - 13.33px); gap: 20px; }
}

.faq { padding: 0 30px; margin-bottom: 50px; }
.faq__heading { text-align: center; padding: 20px 20px 0; margin: 24.9px 0; }
.faq__list { max-width: 1000px; margin: 20px auto 0; }
.faq__item { border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq__question {
  display: flex; justify-content: space-between; gap: 16px; padding: 15px 20px; cursor: pointer; list-style: none;
  background: var(--accent-blue); color: #fff; border-radius: 8px; font-weight: 700; font-size: 15.75px; line-height: 1.762;
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after { content: "\276F"; color: #fff; transition: transform 0.2s ease; }
.faq__question:hover { color: #efefef; }
.faq__item[open] .faq__question::after { transform: rotate(90deg); }
.faq__answer { padding: 15px 20px; background: #fff; color: #000; }
.faq__answer a { color: inherit; }

.rich-text { border-top: 2px solid var(--text); padding: 40px var(--gutter) 52px; text-align: center; }
.rich-text__inner { max-width: 819px; margin: 0 auto; }
.rich-text__heading { margin: 0; }
.rich-text__text { margin-top: 21px; }
.rich-text__button { margin-top: 21px; }
.rich-text--page { border-top: 0; text-align: left; padding-top: 36px; padding-bottom: 36px; }
.rich-text--page.rich-text--center { text-align: center; }
.rich-text--page .rich-text__text p { margin-bottom: 16.8px; }

.features { background: #fff; border-top: 2px solid var(--text); padding: 12px 15.75px; }
.features__grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 1260px; margin: 0 auto; }
.feature { display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; color: #000; text-decoration: none; }
.feature__icon { display: flex; height: 42px; }
.feature__icon .icon { width: 42px; height: 42px; color: #000; }
.feature__title { font-family: var(--font-body); font-size: 12px; font-weight: 700; line-height: 1.3; letter-spacing: 0.63px; margin: 8px 0 0; color: #000; }
.feature__text p { margin: 3px 0 0; font-size: 12px; line-height: 1.3; }
@media (min-width: 768px) {
  .features { padding: 16px 52.5px; }
  .features__grid { grid-template-columns: repeat(4, 1fr); }
  .feature__title { font-size: 14px; }
}

.site-footer { background: var(--text); color: var(--inverse-75); padding: 32px 0 20px; }
.site-footer a { color: var(--inverse-75); text-decoration: none; }
.site-footer a:hover { color: var(--inverse); text-decoration: underline; text-underline-offset: 3px; }
.site-footer__blocks { display: grid; grid-template-columns: 1fr; gap: 32px; padding-top: 10px; }
.footer-block__heading { font-size: 20px; color: var(--inverse); margin: 0 0 21px; }
.footer-block__list { list-style: none; margin: 0; padding: 0; }
.footer-block__list a { display: inline-block; font-size: 14.7px; line-height: 1.76; padding-bottom: 5.25px; }
.site-footer__social { display: flex; justify-content: center; margin-top: 32px; }   
.social { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.social__link { display: flex; align-items: center; justify-content: center; width: 30px; height: 44px; color: var(--inverse); }
.site-footer .social__link { color: var(--inverse); }
.site-footer__bottom { margin-top: 8px; text-align: center; font-size: 11px; letter-spacing: 0.9px; }
.payment-icons { display: flex; flex-wrap: wrap; justify-content: center; max-width: 194px; list-style: none; margin: 0 auto 16px; padding: 0; }
.payment-icons li { padding: 5.25px; }
.payment-icons img { display: block; }
@media (min-width: 750px) {
  .site-footer__blocks { grid-template-columns: repeat(3, 1fr); gap: 42px; }
  .footer-block__heading { font-size: 22.5px; }
  .payment-icons { max-width: none; }
}

.consent {
  position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; max-height: 90vh; overflow-y: auto;
  background: #fff; color: var(--text); border-top: 1px solid var(--text-12);
  box-shadow: 0 -4px 24px rgba(2, 9, 18, 0.12); padding: 20px var(--gutter) 22px;
  font-size: 14.7px; line-height: 1.5;
}
.consent__title { font-size: 18px; margin: 0 0 8px; font-family: var(--font-body); font-weight: 700; }
.consent__text { margin: 0 0 14px; }
.consent__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent__buttons .button { width: 100%; padding: 0 12px; }
.consent__purposes { display: grid; gap: 10px; margin-bottom: 16px; }
.consent__purpose { display: flex; gap: 10px; align-items: flex-start; }
.consent__purpose input { margin-top: 4px; width: 16px; height: 16px; accent-color: var(--text); flex-shrink: 0; }
.consent__save { justify-self: start; }
@media (min-width: 750px) {
  .consent { left: 24px; right: auto; bottom: 24px; max-width: 508px; border: 1px solid var(--text-12); padding: 26px 24px; }
  .consent__buttons { grid-template-columns: 1fr 1fr; }
}

.product { padding-top: 20px; padding-bottom: 12px; }
.product__media { margin-bottom: 30px; }
.product-gallery__slides {
  display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; list-style: none; margin: 0 calc(-1 * var(--gutter));
  padding: 0 var(--gutter); scrollbar-width: none; scroll-padding-left: var(--gutter);
}
.product-gallery__slides::-webkit-scrollbar { display: none; }
.product-gallery__slide { flex: 0 0 calc(100% - 20px); scroll-snap-align: start; border: 2px solid var(--text); }
.product-gallery__slide img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fff; }
.product-gallery__counter { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; font-size: 13px; color: var(--text-75); }
.product-gallery__counter .icon { width: 16px; height: 16px; color: var(--text-55); }
.product-gallery__thumbs { display: none; }
.product__title { margin: 0 0 16px; }
.product__price { font-size: 16.8px; letter-spacing: 1.365px; color: var(--text); line-height: 1.476; margin-bottom: 10px; min-height: 28px; }
.product__tax { font-size: 10.5px; line-height: 1.67; letter-spacing: 0.735px; margin: 0 0 15.75px; }
@media (min-width: 750px) { .product__price { font-size: 18.9px; } .product__tax { font-size: 12.6px; } }
.product-form { margin: 0; }
.bundle-picker { border: 0; margin: 0; padding: 0; min-width: 0; }
.bundle-picker__cards { display: flex; gap: 12px; margin: 14px 0 16px; }
.bundle-picker__card {
  flex: 1; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 20px 10px 16px; border: 2px solid transparent; cursor: pointer; text-align: center; user-select: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; line-height: 1.2;
}
.bundle-picker__input:checked + .bundle-picker__card { border-color: var(--text); box-shadow: 0 0 0 1px var(--text); }
.bundle-picker__input:focus-visible + .bundle-picker__card { outline: 2px solid var(--text); outline-offset: 2px; }
.bundle-picker__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; line-height: 1; letter-spacing: 0.55px; text-transform: uppercase;
}
.bundle-picker__badge--highlight { background: var(--text); color: var(--inverse); }
.bundle-picker__badge--muted { background: transparent; color: var(--text-75); }
.bundle-picker__title { font-size: 11.16px; font-weight: 700; }
.bundle-picker__compare { font-size: 9.84px; text-decoration: line-through; opacity: 0.75; visibility: hidden; }
.bundle-picker__compare--visible { visibility: visible; }
.bundle-picker__total { font-size: 13.125px; font-weight: 700; line-height: 1.76; }
.bundle-picker__save { font-size: 9.84px; font-weight: 700; color: var(--success); visibility: hidden; }
.bundle-picker__save--visible { visibility: visible; }
@media (max-width: 479px) {
  .bundle-picker__title { font-size: 9.84px; }
  .bundle-picker__total { font-size: 11.16px; }
  .bundle-picker__compare, .bundle-picker__save { font-size: 8.53px; }
  .bundle-picker__badge { font-size: 9px; padding: 3px 7px; top: -11px; }
}
.product-form__submit { width: 100%; max-width: 462px; margin: 10px 0 10.5px; }
.product-form__error { color: #b3261e; font-size: 14px; margin-bottom: 8px; }
.product__unavailable { color: #b3261e; font-size: 14px; }
.product__delivery { display: flex; align-items: center; gap: 8px; font-size: 13.65px; margin: 14px 0 0; }
.product__delivery-dot { width: 8px; height: 8px; border-radius: 50%; background: #3ab54a; flex-shrink: 0; }
.product__description { margin: 26.25px 0; }
.share { display: flex; align-items: center; gap: 12px; }
.share__button { display: inline-flex; align-items: center; gap: 8px; padding: 8px 6px 8px 0; background: none; border: 0; cursor: pointer; font-size: 14.7px; color: var(--text); }
.share__status { font-size: 13px; }
@media (min-width: 750px) {
  .product { display: flex; align-items: flex-start; }
  .product__media { flex: 0 0 45%; max-width: 45%; margin-bottom: 0; }
  .product__info { flex: 0 0 55%; max-width: 55%; padding-left: 52.5px; }
  .product__sticky { position: sticky; top: calc(var(--header-height) + 20px); }
  .product-gallery__slides { display: block; margin: 0; padding: 0; overflow: visible; }
  .product-gallery__slide { display: none; }
  .product-gallery__slide.is-active, .product-gallery__slide:first-child:not(.is-hidden) { display: block; }
  .product-gallery__counter { display: none; }
  .product-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10.5px; list-style: none; margin: 21px 0 0; padding: 0; }
  .product-gallery__thumb { display: block; width: 100%; padding: 0; border: 2px solid var(--text); background: #fff; cursor: pointer; }
  .product-gallery__thumb img { aspect-ratio: 1; object-fit: cover; width: 100%; }
  .product-gallery__thumb[aria-current] { box-shadow: 0 0 0 1px var(--text); }
}

.page-title-wrap { padding-top: 0; }
.page-title { font-size: 50px; margin: 0 0 31.5px; }
@media (min-width: 750px) { .page-title { font-size: 65px; margin-bottom: 42px; } }
.page-title--small { font-size: 50px; }
@media (min-width: 750px) { .page-title--small { font-size: 65px; } }
.image-with-text { margin-top: 36px; margin-bottom: 36px; }
.image-with-text__grid { display: flex; flex-direction: column; }
.image-with-text__media { border: 2px solid var(--text); }
.image-with-text__media img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.image-with-text__content { border: 2px solid var(--text); border-top: 0; padding: 42px 40px 52.5px; display: flex; flex-direction: column; justify-content: center; }
.image-with-text__heading { margin: 0 0 21px; }
@media (min-width: 750px) {
  .page-title-wrap { max-width: calc(762px + 2 * var(--gutter)); }
  .image-with-text { margin-top: 63px; margin-bottom: 63px; }
  .image-with-text__grid { flex-direction: row; }
  .image-with-text__grid--text_first { flex-direction: row-reverse; }
  .image-with-text__media, .image-with-text__content { width: 50%; }
  .image-with-text__content { border-top: 2px solid var(--text); border-left: 0; padding: 63px 73.5px 73.5px; }
  .image-with-text__grid--text_first .image-with-text__content { border-left: 2px solid var(--text); border-right: 0; }
}
.page-content { padding-top: 16px; padding-bottom: 52px; }

.b2b-hero { background: var(--text); color: var(--inverse-75); text-align: center; padding: 52px 0 56px; }
.b2b-hero__inner { max-width: calc(800px + 2 * var(--gutter)); }
.b2b-hero__badge { margin: 0 0 16px; font-size: 13px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.b2b-hero__heading { color: var(--inverse); margin: 0 0 16px; }
.b2b-hero__subtitle { max-width: 600px; margin: 0 auto; }
.b2b-hero__stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 48px; list-style: none; margin: 36px 0 0; padding: 0; }
.b2b-hero__stat-value { display: block; font-family: var(--font-heading); font-weight: 500; font-size: 30px; line-height: 1.25; color: var(--inverse); }
.b2b-hero__stat-label { display: block; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.b2b-section { padding: 48px 0; }
.b2b-section__header { max-width: 640px; margin: 0 auto 32px; text-align: center; }
.b2b-section__header h2 { margin: 0 0 12px; }
.b2b-section__header p { margin: 0; }
.b2b-grid { display: grid; gap: 16px; max-width: 1200px; margin: 0 auto; }
.b2b-card { background: #fff; border: 1px solid var(--text-12); padding: 24px; color: var(--text-75); }
.b2b-card p { margin: 0; font-size: 14.7px; }
.b2b-card--center { text-align: center; }
.b2b-card__number { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; color: var(--text-75); }
.b2b-card__title { font-size: 20px; margin: 0 0 10px; }
.b2b-card__tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 16px 0 0; padding: 0; }
.b2b-card__tags li { border: 1px solid var(--text-12); padding: 2px 8px; font-size: 12px; line-height: 1.5; color: var(--text); }
.b2b-tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.b2b-tier {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  padding: 28px 12px 24px; background: #fff; border: 1px solid var(--text-12); text-align: center; line-height: 1.3;
}
.b2b-tier--featured { border-color: var(--text); box-shadow: 0 0 0 1px var(--text); }
.b2b-tier__qty { font-size: 13px; font-weight: 700; color: var(--text-75); }
.b2b-tier__value { font-family: var(--font-heading); font-weight: 500; font-size: 40px; line-height: 1.1; color: var(--text); }
.b2b-tier__value--text { font-size: 20px; }
.b2b-tier__label { font-size: 13px; color: var(--text-55); }
.rte .b2b-checklist { list-style: none; padding: 0; }
.b2b-checklist li { position: relative; padding-left: 28px; margin-bottom: 6px; }
.b2b-checklist li::before { content: "\2713"; position: absolute; left: 0; font-weight: 700; color: var(--text); }
.b2b-steps { display: grid; gap: 28px; max-width: 1000px; margin: 0 auto; list-style: none; padding: 0; }
.b2b-step { text-align: center; }
.b2b-step p { margin: 0; font-size: 14.7px; }
.b2b-step__number {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 14px;
  background: var(--text); color: var(--inverse); font-family: var(--font-heading); font-weight: 500; font-size: 20px;
}
.b2b-step__title { font-size: 18px; margin: 0 0 8px; }
.b2b-note { font-size: 13px; margin: 16px 0 0; }
@media (min-width: 750px) {
  .b2b-hero { padding: 72px 0 76px; }
  .b2b-section { padding: 64px 0; }
  .b2b-grid--3, .b2b-steps { grid-template-columns: repeat(2, 1fr); }
  .b2b-grid--warehouses { grid-template-columns: repeat(3, 1fr); max-width: 900px; }
  .b2b-tiers { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 990px) {
  .b2b-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .b2b-steps { grid-template-columns: repeat(4, 1fr); }
}

.contact { padding-bottom: 52px; }
.contact__heading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.contact__row { display: grid; gap: 21px; }
@media (min-width: 750px) { .contact__row { grid-template-columns: 1fr 1fr; gap: 15px; } }
.contact__form .field { margin-bottom: 21px; }
.contact__form .contact__row .field { margin-bottom: 0; }
.contact__form .contact__row { margin-bottom: 21px; }
.field { position: relative; }
.field__input {
  width: 100%; min-height: 45px; padding: 14px 15px 6px; font: inherit; font-size: 16.8px; letter-spacing: 0.63px; color: var(--text);   
  background: var(--bg); border: 1px solid var(--text-55); border-radius: 0; appearance: none;
}
.field__input::placeholder { color: transparent; }
.field__input:focus { outline: none; box-shadow: 0 0 0 1px var(--text); border-color: var(--text); }
.field__input--textarea { min-height: 100px; resize: vertical; padding-top: 22px; }
.field__label { position: absolute; left: 15px; top: 11px; font-size: 16.8px; color: var(--text-75); pointer-events: none; transition: top 0.1s ease, font-size 0.1s ease; }
.field__input:focus + .field__label, .field__input:not(:placeholder-shown) + .field__label { top: 2px; font-size: 11px; }
.field--error .field__input { border-color: #b3261e; }
.field__error { color: #b3261e; font-size: 13px; margin: 6px 0 0; }
.contact__privacy { font-size: 13px; line-height: 1.5; margin: 0 0 21px; }
.form-status { display: flex; gap: 8px; align-items: center; padding: 10px 14px; margin-bottom: 21px; font-size: 14.7px; }
.form-status--success { background: rgba(46, 125, 50, 0.08); color: var(--success); }
.form-status--error { background: rgba(179, 38, 30, 0.08); color: #b3261e; }

.privacy-choices { margin-top: 32px; padding: 24px; border: 1px solid var(--text-12); background: #fff; }
.privacy-choices__heading { font-size: 22px; }
.privacy-choices__state { padding-left: 20px; }
.privacy-choices__form { display: grid; gap: 14px; margin-top: 16px; }
.privacy-choices .consent__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.privacy-choices .consent__buttons .button { width: auto; }

.cart { padding-top: 40px; padding-bottom: 60px; }
.cart__title-wrap { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 30px; }
.cart__title { margin: 0; }
.cart__empty { text-align: center; padding: 40px 0 60px; }
.cart__empty-text { font-family: var(--font-heading); font-size: 37.5px; color: var(--text); line-height: 1.25; margin: 0 0 28px; }
@media (min-width: 750px) { .cart__empty-text { font-size: 50px; } }
.cart:has(.cart__empty) .cart__title-wrap { display: none; }
.cart-items { width: 100%; border-collapse: collapse; }
.cart-items__heading { text-align: left; font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: var(--text-75); padding: 0 0 14px; border-bottom: 1px solid var(--text-12); }
.cart-items__heading--qty, .cart-items__heading--total { text-align: right; }
.cart-item td { padding: 28px 0 0; vertical-align: top; }
.cart-item__media { width: 100px; padding-right: 20px !important; }
.cart-item__media img { width: 100px; border: 1px solid var(--text-12); }
.cart-item__name { font-family: var(--font-heading); font-size: 17px; text-decoration: none; }
.cart-item__variant, .cart-item__price { margin: 4px 0 0; font-size: 14px; }
.cart-item__quantity { text-align: right; }
.quantity-form { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--text-55); }
.quantity__button { width: 44px; height: 44px; background: none; border: 0; cursor: pointer; font-size: 18px; color: var(--text); }
.quantity__button:disabled { opacity: 0.3; cursor: default; }
.quantity__value { min-width: 28px; text-align: center; color: var(--text); }
.cart-item__remove { font-size: 13px; }
.cart-item__total { text-align: right; padding-left: 16px !important; white-space: nowrap; color: var(--text); }
@media (max-width: 749px) {
  .cart-items thead { display: none; }
  .cart-item { display: grid; grid-template-columns: 100px 1fr; column-gap: 16px; }
  .cart-item td { padding-top: 20px; }
  .cart-item__quantity { grid-column: 2; text-align: left; padding-top: 12px !important; }
  .quantity-form { align-items: flex-start; }
  .cart-item__total { grid-column: 2; text-align: left; padding: 8px 0 0 !important; }
}
.cart__footer { display: grid; justify-items: center; gap: 10px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--text-12); text-align: center; }
@media (min-width: 750px) { .cart__footer { justify-items: end; text-align: right; } }   
.cart__subtotal { margin: 0; font-size: 16.8px; color: var(--text); }
.cart__subtotal-label { font-family: var(--font-heading); font-size: 18px; margin-right: 12px; }
.cart__tax-note { font-size: 13px; margin: 0; }
.cart__checkout { width: 100%; max-width: 360px; margin-top: 10px; }
.cart__checkout-note { font-size: 13px; max-width: 360px; margin: 0; }
.cart__continue { font-size: 14.7px; }

.checkout { max-width: calc(1040px + 2 * var(--gutter)); padding-top: 40px; padding-bottom: 60px; }   
.checkout__title { margin: 0 0 30px; }
.checkout__grid { display: grid; gap: 32px; }
@media (min-width: 990px) {
  .checkout__grid { grid-template-columns: minmax(0, 1fr) 400px; align-items: start; gap: 60px; }
  .checkout__summary { grid-column: 2; grid-row: 1; position: sticky; top: calc(var(--header-height) + 20px); }
  .checkout__main { grid-column: 1; grid-row: 1; }
}
.checkout__summary { border: 1px solid var(--text-12); background: #fff; padding: 24px; }
.checkout__heading { font-family: var(--font-heading); font-weight: 500; letter-spacing: 0.75px; line-height: 1.252; color: var(--text); font-size: 20px; margin: 0 0 16px; padding: 0; }
.checkout__section { border: 0; padding: 0; margin: 0 0 32px; min-width: 0; }
.checkout__country-row { display: flex; gap: 12px; align-items: stretch; }
.field__select {
  flex: 1; min-width: 0; min-height: 52px; padding: 0 40px 0 15px; border: 1px solid var(--text-55); border-radius: 0; appearance: none;
  background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23020912' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 15px center / 10px 6px;
  color: var(--text); font: inherit; font-size: 16.8px;
}
.field__select:focus { outline: none; box-shadow: 0 0 0 1px var(--text); border-color: var(--text); }
.checkout__options { display: grid; gap: 10px; }
.checkout__option { display: flex; gap: 12px; align-items: center; padding: 12px 16px; border: 1px solid var(--text-12); cursor: pointer; color: var(--text); }
.checkout__option:has(input:checked) { border-color: var(--text); box-shadow: 0 0 0 1px var(--text); }
.checkout__option-text { flex: 1; }
.checkout__option-days { display: block; font-size: 13px; color: var(--text-75); }
.checkout__option-price { white-space: nowrap; }
.checkout__fields { display: grid; gap: 21px; }
.field__hint { font-size: 13px; margin: 6px 0 0; }
.checkout__legal, .checkout__next { font-size: 13px; line-height: 1.5; margin: 0 0 16px; }
.checkout__next { margin: 12px 0 0; }
.summary__lines { list-style: none; padding: 0; margin: 0 0 16px; }
.summary__line, .summary__row { display: flex; justify-content: space-between; gap: 16px; }
.summary__line { padding: 8px 0; border-bottom: 1px solid var(--text-12); color: var(--text); }
.summary__amount { white-space: nowrap; }
.summary__totals { margin: 0 0 12px; }
.summary__row { padding: 4px 0; }
.summary__row dd { margin: 0; white-space: nowrap; color: var(--text); }
.summary__row--total { margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--text-12); font-size: 17px; color: var(--text); }
.summary__note { font-size: 13px; margin: 0 0 16px; }
.summary__back { font-size: 14px; }
.order { padding-top: 40px; padding-bottom: 60px; }
.order__title { margin: 0 0 12px; }
.order__heading { font-size: 20px; margin: 32px 0 12px; }
.order__address { font-style: normal; color: var(--text); }
.order__questions { margin-top: 32px; font-size: 14px; }

.not-found { text-align: center; padding-top: 60px; padding-bottom: 80px; }
.not-found__code { font-size: 14px; letter-spacing: 2px; margin: 0 0 8px; }
