@font-face {
  font-family: "Involve";
  src: url("assets/fonts/Involve-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Commerce pages and stable product gallery. */
.product-modal__gallery {
  grid-template-columns: minmax(0, 1fr) 76px;
  grid-template-rows: minmax(0, 1fr);
  height: min(520px, 68dvh);
  aspect-ratio: auto;
  overflow: hidden;
}

.product-modal__main-shell {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-modal__main-swiper,
.product-modal__main-swiper .swiper-wrapper,
.product-modal__main-swiper .swiper-slide,
.product-modal__main-frame {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.product-modal__main-swiper,
.product-modal__main-swiper .swiper-slide,
.product-modal__thumbs-swiper,
.product-modal__thumb-slide {
  overflow: hidden;
}

.product-modal__main-swiper .swiper-slide,
.product-modal__thumb-slide {
  flex-shrink: 0;
}

.product-modal__thumbs-swiper {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.product-modal__main-image,
.product-modal__thumb-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.woocommerce-cart .site-main--content,
body.woocommerce-account .site-main--content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 88px;
  color: #121313;
}

body.woocommerce-cart .entry-title,
body.woocommerce-account .entry-title {
  margin: 0 0 34px;
  font-family: var(--font-primary);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-account .woocommerce {
  font-family: var(--font-header);
}

body.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

body.woocommerce-account .woocommerce-notices-wrapper,
body.woocommerce-account .aido-auth-required,
body.woocommerce-account .woocommerce > h2,
body.woocommerce-account .woocommerce > form,
body.woocommerce-account .woocommerce > .u-columns {
  grid-column: 1 / -1;
}

.aido-auth-required,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #dedbd7;
  border-top: 2px solid #121313;
  border-radius: 12px;
  color: #474747;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 8px;
  border: 1px solid #e5e3e0;
  border-radius: 18px;
  background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 14px;
  border-radius: 11px;
  color: #77736f;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: #121313;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  padding: 30px;
  border: 1px solid #e5e3e0;
  border-radius: 22px;
  background: #fff;
}

body.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  width: 100%;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  margin: 0;
  padding: 28px;
  border: 1px solid #e5e3e0;
  border-radius: 20px;
  background: #fff;
}

body.woocommerce-account .form-row {
  margin: 0 0 18px;
}

body.woocommerce-account label:not(.aido-account-profile__field) {
  display: block;
  margin-bottom: 8px;
  color: #595754;
  font-size: 13px;
}

body.woocommerce-account input.input-text,
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #dcd9d5;
  border-radius: 12px;
  color: #121313;
  background: #fafafa;
  font: inherit;
}

body.woocommerce-account input:focus {
  border-color: #121313;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(169, 95, 62, 0.1);
}

body.woocommerce-account .button,
body.woocommerce-cart .button,
body.woocommerce-cart button:not([class*="modal"]):not(.legal-center__tab):not(.aido-checkout-sendcode):not(.aido-checkout-otp__resend):not([class*="ymaps3"]):not([class*="cdek-"]) {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #121313;
  font: inherit;
  font-weight: 500;
}

body.woocommerce-account .button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-cart button:not([class*="modal"]):not(.legal-center__tab):not(.aido-checkout-sendcode):not(.aido-checkout-otp__resend):not([class*="ymaps3"]):not([class*="cdek-"]):hover {
  color: #fff;
  background: #2d2e2e;
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .cart_totals {
  padding: 30px;
  border: 1px solid #e5e3e0;
  border-radius: 20px;
  background: #fff;
}

body.woocommerce-cart table.shop_table {
  overflow: hidden;
  border: 1px solid #e5e3e0;
  border-radius: 18px;
  background: #fff;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  padding: 18px;
  border-color: #eceae7;
}

@media (max-width: 900px) {
  .product-modal__gallery {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(300px, 1fr) 78px;
    height: auto;
    overflow: visible;
  }

  .product-modal__main-shell {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1 / 1;
  }

  .product-modal__thumbs-swiper {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 78px;
    margin: 0;
  }

  body.woocommerce-account .woocommerce,
  body.woocommerce-account .u-columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  body.woocommerce-cart .site-main--content,
  body.woocommerce-account .site-main--content {
    width: min(100% - 20px, 1180px);
    padding: 34px 0 64px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account .woocommerce-form-login,
  body.woocommerce-account .woocommerce-form-register,
  body.woocommerce-cart .cart_totals {
    padding: 20px;
    border-radius: 16px;
  }
}

/* Hero v2: product story and expert dossier. */
.featured-product .featured-product__layout {
  align-items: start;
}

.featured-product .featured-product__title {
  max-width: 18ch;
  font-size: clamp(40px, 4.1vw, 56px);
}

.featured-product .featured-product__title em {
  display: block;
  margin-top: 0.14em;
  color: #a95f3e;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.featured-product__dossier {
  max-width: 570px;
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px rgba(29, 22, 18, 0.08);
}

.featured-product__dossier-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  background: #161514;
  color: #fff;
  font-family: var(--font-header);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.featured-product__dossier-heading em {
  color: #d18a65;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}

.featured-product__dossier-item {
  position: relative;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.featured-product__dossier-item:first-of-type {
  border-top: 0;
}

.featured-product__dossier-item summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 18px;
  color: #171614;
  font-family: var(--font-header);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.featured-product__dossier-item summary::-webkit-details-marker {
  display: none;
}

.featured-product__dossier-item summary::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  border-radius: 50%;
  color: #a95f3e;
  content: "+";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease;
}

.featured-product__dossier-item summary:hover {
  background: rgba(169, 95, 62, 0.055);
}

.featured-product__dossier-item summary:focus-visible {
  outline: 2px solid #a95f3e;
  outline-offset: -3px;
}

.featured-product__dossier-item[open] summary {
  background: rgba(169, 95, 62, 0.07);
}

.featured-product__dossier-item[open] summary::after {
  border-color: #a95f3e;
  transform: rotate(45deg);
}

.featured-product__dossier-index {
  color: #a95f3e;
  font-family: var(--font-header);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.featured-product__dossier-item p {
  margin: 0;
  padding: 0 58px 17px 64px;
  color: #68625e;
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  animation: aido-dossier-reveal 180ms ease-out;
}

@keyframes aido-dossier-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1250px) {
  .featured-product__dossier {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .featured-product .featured-product__title {
    max-width: none;
    font-size: 30px;
  }

  .featured-product__dossier {
    margin-top: 24px;
    border-radius: 16px;
  }

  .featured-product__dossier-heading {
    padding: 13px 15px;
    font-size: 11px;
  }

  .featured-product__dossier-item summary {
    grid-template-columns: 28px minmax(0, 1fr) 22px;
    gap: 10px;
    min-height: 54px;
    padding: 11px 15px;
    font-size: 14px;
  }

  .featured-product__dossier-item p {
    padding: 0 48px 15px 53px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-product__dossier-item summary,
  .featured-product__dossier-item summary::after {
    transition: none;
  }

  .featured-product__dossier-item p {
    animation: none;
  }
}
@font-face {
  font-family: "Involve";
  src: url("assets/fonts/Involve-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("assets/fonts/Involve-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: url("assets/fonts/Intro-Regular.woff2") format("woff2"), url("assets/fonts/Intro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-primary: "Involve", sans-serif;
  --font-secondary: "Intro", sans-serif;
  --font-header: "Inter", sans-serif;
}

:root {
  --container-width: 1312px;
  --container-padding: 50px;
  --container-padding-mobile: 26px;
  --scrollbar-compensation: 0px;
  --scroll-padding-top: 104px;
  --color-text: #121313;
  --color-text-muted: #ababab;
  --color-text-hover: #6d6d6d;
  --color-border: #e8e2da;
  --color-surface: #ffffff;
  --header-shadow: 0 18px 44px rgba(18, 19, 19, 0.08);
}

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding-top);
  margin-top: 0 !important;
}

#wpadminbar {
  position: sticky;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-surface);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.menu-is-open, body.contact-modal-is-open, body.product-modal-is-open, body.post-content-modal-is-open {
  overflow: hidden;
}
body.is-scroll-locked #page > :not(.contact-modal):not(.product-modal):not(.post-content-modal) {
  padding-right: var(--scrollbar-compensation);
}

main {
  display: block;
}

.container {
  width: 100%;
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  margin: 0 auto;
  padding-inline: var(--container-padding);
}

.site-main--content {
  overflow: visible;
  padding: clamp(40px, 5vw, 72px) 0 clamp(72px, 7vw, 104px);
}

.site-main--error {
  display: flex;
  align-items: stretch;
  padding: clamp(32px, 4vw, 56px) 0 clamp(72px, 8vw, 120px);
}

.content-page__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.content-page__header {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(18, 19, 19, 0.08);
}
.content-page__title {
  font-family: var(--font-primary);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--color-text);
  text-wrap: balance;
}
.content-page__content {
  margin-top: 32px;
  font-family: var(--font-primary);
  font-size: 17px;
  line-height: 1.7;
  color: rgba(18, 19, 19, 0.88);
  word-break: break-word;
}
.content-page__content > * {
  margin-top: 20px;
}
.content-page__content > :first-child {
  margin-top: 0;
}
.content-page__content > :where(h2, h3, h4, h5, h6) {
  margin-top: 44px;
}
.content-page__content > :where(h2, h3, h4, h5, h6) + * {
  margin-top: 16px;
}
.content-page__content :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--color-text);
  text-wrap: balance;
}
.content-page__content h1 {
  font-size: clamp(30px, 5vw, 52px);
}
.content-page__content h2 {
  font-size: clamp(26px, 5vw, 35px);
}
.content-page__content h3 {
  font-size: clamp(25px, 3vw, 30px);
  line-height: 1.14;
}
.content-page__content h4 {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
}
.content-page__content h5 {
  font-size: 20px;
  line-height: 1.25;
}
.content-page__content h6 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.content-page__content p,
.content-page__content li,
.content-page__content blockquote,
.content-page__content td,
.content-page__content th {
  font-size: inherit;
  line-height: inherit;
}
.content-page__content strong,
.content-page__content b {
  font-weight: 700;
  color: var(--color-text);
}
.content-page__content a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(18, 19, 19, 0.26);
  text-underline-offset: 0.16em;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.content-page__content a:hover {
  color: var(--color-text-hover);
  text-decoration-color: currentColor;
}
.content-page__content ul,
.content-page__content ol {
  padding-left: 1.4em;
}
.content-page__content ul {
  list-style: disc;
}
.content-page__content ol {
  list-style: decimal;
}
.content-page__content ul ul {
  list-style: circle;
}
.content-page__content ol ol {
  list-style: lower-alpha;
}
.content-page__content li + li {
  margin-top: 0.55em;
}
.content-page__content li > ul,
.content-page__content li > ol {
  margin-top: 0.75em;
}
.content-page__content blockquote {
  padding: 24px 28px;
  border-left: 3px solid var(--color-text);
  border-radius: 0 16px 16px 0;
  background-color: #f5f5f5;
  color: rgba(18, 19, 19, 0.82);
}
.content-page__content hr {
  height: 1px;
  border: 0;
  background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.24) 0 10px, transparent 10px 20px);
}
.content-page__content figure,
.content-page__content .wp-block-image,
.content-page__content .wp-block-gallery,
.content-page__content .wp-block-embed,
.content-page__content .wp-block-table {
  margin-inline: 0;
}
.content-page__content .wp-block-table {
  overflow-x: auto;
}
.content-page__content img {
  border-radius: 18px;
}
.content-page__content iframe,
.content-page__content video {
  width: 100%;
  border-radius: 18px;
}
.content-page__content figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--color-text-muted);
}
.content-page__content table {
  width: 100%;
  min-width: 640px;
  font-size: 16px;
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.content-page__content th,
.content-page__content td {
  padding: 15px 18px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(18, 19, 19, 0.08);
  border-bottom: 1px solid rgba(18, 19, 19, 0.08);
}
.content-page__content th {
  font-weight: 500;
  color: var(--color-text);
  background-color: #f5f5f5;
}
.content-page__content tr > *:last-child {
  border-right: 0;
}
.content-page__content tbody tr:last-child > * {
  border-bottom: 0;
}
.content-page__content pre {
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #121313;
  color: #ffffff;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.65;
}
.content-page__content code,
.content-page__content kbd {
  padding: 0.18em 0.45em;
  border-radius: 6px;
  background-color: #f5f5f5;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
}
.content-page__content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.content-page__content .page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  font-family: var(--font-header);
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-text);
}
.content-page__content--compact {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.65;
}
.content-page__content--compact > * {
  margin-top: 18px;
}
.content-page__content--compact > :where(h2, h3, h4, h5, h6) {
  margin-top: 34px;
}
.content-page__content--compact > :where(h2, h3, h4, h5, h6) + * {
  margin-top: 14px;
}
.content-page__content--compact h2 {
  font-size: clamp(26px, 3vw, 34px);
}
.content-page__content--compact h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.18;
}
.content-page__content--compact h4 {
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.24;
}
.content-page__content--compact h5 {
  font-size: 18px;
}
.content-page__content--compact h6 {
  font-size: 16px;
}
.content-page__content--compact blockquote {
  padding: 20px 22px;
}
.content-page__content--compact table {
  min-width: 520px;
  font-size: 15px;
}
.content-page__content--compact th,
.content-page__content--compact td {
  padding: 13px 14px;
}
.content-page__content--compact pre {
  padding: 18px 20px;
  font-size: 13px;
}
.content-page__content--compact figcaption {
  font-size: 13px;
}

.error-page {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  width: 100%;
}
.error-page .container {
  display: flex;
  flex: 1 1 auto;
}
.error-page__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: min(640px, 100vh - var(--scroll-padding-top) - 120px);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 32px;
  background: radial-gradient(circle at top right, rgba(255, 153, 0, 0.16), transparent 34%), linear-gradient(180deg, #f8f8f8 0%, #f4f1ec 100%);
  box-shadow: 0 24px 48px rgba(18, 19, 19, 0.08);
  overflow: hidden;
}
.error-page__shell::after {
  content: "";
  position: absolute;
  left: clamp(32px, 5vw, 56px);
  right: clamp(32px, 5vw, 56px);
  bottom: clamp(32px, 5vw, 56px);
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.24) 0 10px, transparent 10px 20px);
}
.error-page__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-family: var(--font-header);
  font-size: 14px;
  line-height: 1.3;
  color: rgba(18, 19, 19, 0.72);
}
.error-page__code {
  margin-top: 20px;
  font-family: var(--font-primary);
  font-size: clamp(88px, 18vw, 180px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.06em;
  color: rgba(18, 19, 19, 0.1);
}
.error-page__title {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-top: -8px;
  font-family: var(--font-primary);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--color-text);
  text-wrap: balance;
}
.error-page__description {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-top: 18px;
  font-family: var(--font-header);
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.55;
  color: rgba(18, 19, 19, 0.72);
}
.error-page__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 32px;
  padding: 14.5px 20px;
  border-radius: 12px;
  background: linear-gradient(180deg, #252627 0%, #121313 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.error-page__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(18, 19, 19, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
  flex-shrink: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
}

input,
textarea,
select {
  border: 0;
}

textarea {
  resize: vertical;
}

ul,
ol {
  list-style: none;
}

fieldset {
  min-width: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 2px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes scrollTopFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollTopFadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.scroll-to-top,
.scroll-top-button {
  position: fixed;
  right: calc(max((100vw - (var(--container-width) + var(--container-padding) * 2)) / 2, 0px) + var(--container-padding) - 8px + var(--scrollbar-compensation));
  top: 100px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.scroll-to-top svg,
.scroll-top-button svg {
  width: 48px;
  height: 48px;
}
.scroll-to-top.is-visible,
.scroll-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  animation: scrollTopFadeIn 0.3s ease-out both;
  transition: visibility 0s linear 0s;
}
.scroll-to-top.is-hiding,
.scroll-top-button.is-hiding {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translateY(20px);
  animation: scrollTopFadeOut 0.3s ease-out both;
  transition: none;
}

body.is-scroll-locked .scroll-to-top,
body.is-scroll-locked .scroll-top-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}

@media (max-width: 1250px) {
  :root {
    --scroll-padding-top: 92px;
  }
  html {
    scroll-padding-top: var(--scroll-padding-top);
  }
  .scroll-top-button {
    right: calc(58px + var(--scrollbar-compensation));
    top: 100px;
  }
}
@media (max-width: 600px) {
  :root {
    --scroll-padding-top: 84px;
  }
  html {
    scroll-padding-top: var(--scroll-padding-top);
  }
  .container {
    padding-inline: var(--container-padding-mobile);
  }
  .content-page__header {
    padding-bottom: 24px;
  }
  .content-page__content {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }
  .content-page__content > :where(h2, h3, h4, h5, h6) {
    margin-top: 36px;
  }
  .content-page__content blockquote {
    padding: 20px 20px 20px 22px;
    border-radius: 0 14px 14px 0;
  }
  .content-page__content th,
  .content-page__content td {
    padding: 13px 14px;
    font-size: 15px;
  }
  .content-page__content table {
    min-width: 540px;
  }
  .content-page__content pre {
    padding: 18px 18px 20px;
    font-size: 13px;
  }
  .content-page__content--compact {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .content-page__content--compact > :where(h2, h3, h4, h5, h6) {
    margin-top: 28px;
  }
  .content-page__content--compact h2 {
    font-size: 24px;
  }
  .content-page__content--compact h3 {
    font-size: 21px;
  }
  .content-page__content--compact h4 {
    font-size: 18px;
  }
  .content-page__content--compact th,
  .content-page__content--compact td {
    padding: 12px 13px;
    font-size: 14px;
  }
  .content-page__content--compact table {
    min-width: 460px;
  }
  .content-page__content--compact blockquote {
    padding: 18px 18px 18px 20px;
  }
  .site-main--error {
    padding: 24px 0 72px;
  }
  .error-page__shell {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 24px;
  }
  .error-page__shell::after {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .error-page__code {
    margin-top: 16px;
    font-size: clamp(72px, 28vw, 128px);
  }
  .error-page__title {
    margin-top: -2px;
  }
  .error-page__description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .error-page__button {
    width: 100%;
    margin-top: 28px;
  }
  .scroll-top-button {
    right: calc(33px + var(--scrollbar-compensation));
    top: 100px;
  }
}
.site-header {
  --mobile-header-progress: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: var(--font-header);
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  transition: box-shadow 0.28s ease, background-color 0.28s ease, padding-top 0.28s ease, padding-bottom 0.28s ease;
}
.site-header.is-scrolled {
  box-shadow: var(--header-shadow);
}
.site-header.is-scrolled .site-header__shell {
  gap: 32px;
  height: 78px;
}
.site-header.is-scrolled .site-header__left {
  gap: 38px;
}
.site-header.is-scrolled .site-header__branding .custom-logo {
  max-height: 34px;
}
.site-header.is-scrolled .site-header__logo {
  font-size: 36px;
}
.site-header.is-scrolled .site-header__contacts {
  gap: 2px;
}
.site-header.is-scrolled .site-header__contacts-label {
  font-size: 14px;
}
.site-header.is-scrolled .site-header__phone {
  font-size: 18px;
}
.site-header.is-scrolled .site-header__social-link {
  width: 44px;
  height: 44px;
  padding: 10px;
}
.site-header__container {
  transition: padding-inline 0.28s ease;
}
.site-header__shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 120px;
  isolation: isolate;
  transition: height 0.28s ease, gap 0.28s ease, padding 0.28s ease, border-radius 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.site-header__shell > * {
  position: relative;
  z-index: 1;
}
.site-header__left, .site-header__right {
  display: flex;
  align-items: center;
}
.site-header__left {
  flex: 1 1 auto;
  gap: 48px;
  min-width: 0;
  transition: gap 0.28s ease;
}
.site-header__right {
  flex-shrink: 0;
  gap: 16px;
}
.site-header__branding, .site-header__drawer-branding {
  flex-shrink: 0;
}
.site-header__branding .custom-logo-link, .site-header__drawer-branding .custom-logo-link {
  display: block;
  line-height: 1;
}
.site-header__branding .custom-logo, .site-header__drawer-branding .custom-logo {
  width: auto;
  max-width: 120px;
  max-height: 44px;
  transition: max-height 0.28s ease;
}
.site-header__logo {
  display: block;
  font-family: var(--font-secondary);
  font-size: 43px;
  line-height: 0.92;
  color: var(--color-text);
  transition: font-size 0.28s ease;
}
.site-header__nav {
  min-width: 0;
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-text-muted);
  transition: color 0.25s ease;
}
.site-header__menu-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-text);
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-header__menu-link:hover {
  color: var(--color-text-hover);
}
.site-header__menu-link.is-active {
  color: var(--color-text);
}
.site-header__menu-link.is-active::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.site-header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.site-header__contacts-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-text-muted);
  transition: font-size 0.28s ease, color 0.25s ease;
}
.site-header__phone {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-text);
  transition: color 0.25s ease, font-size 0.28s ease;
}
.site-header__phone:hover {
  color: var(--color-text-hover);
}
.site-header__socials, .site-header__drawer-socials {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-header__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background-color: var(--color-surface);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, width 0.28s ease, height 0.28s ease, padding 0.28s ease;
}
.site-header__social-link:hover {
  border-color: rgba(18, 19, 19, 0.18);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(18, 19, 19, 0.08);
}
.site-header__social-link.is-disabled {
  opacity: 0.58;
  pointer-events: none;
}
.site-header__social-image {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header__toggle, .site-header__drawer {
  display: none;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 1320px) {
  .site-header__shell {
    gap: 32px;
  }
  .site-header__left {
    gap: 36px;
  }
  .site-header__menu {
    gap: 24px;
  }
  .site-header__phone {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .site-header {
    padding-top: calc(40px - 24px * var(--mobile-header-progress));
    padding-bottom: calc(32px - 16px * var(--mobile-header-progress));
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
    transition: none;
  }
  .site-header__shell {
    gap: 16px;
    min-height: calc(48px + 16px * var(--mobile-header-progress));
    height: auto;
    padding: 0 calc(10px * var(--mobile-header-progress)) 0 calc(18px * var(--mobile-header-progress));
    border: 0;
    border-radius: calc(22px * var(--mobile-header-progress));
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
    transition: none;
  }
  .site-header__shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(232, 226, 218, 0.92);
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(28px);
    box-shadow: 0 16px 32px rgba(18, 19, 19, 0.09);
    opacity: var(--mobile-header-progress);
    transform: none;
    transition: none;
    pointer-events: none;
  }
  .site-header__left {
    flex: 1 1 auto;
    gap: 0;
    transition: none;
  }
  .site-header__nav, .site-header__right {
    display: none;
  }
  .site-header__branding .custom-logo, .site-header__drawer-branding .custom-logo {
    max-height: calc(42px - 4px * var(--mobile-header-progress));
    transition: none;
  }
  .site-header__logo {
    font-size: calc(35px - 3px * var(--mobile-header-progress));
    transition: none;
  }
  .site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: calc(48px - 4px * var(--mobile-header-progress));
    height: calc(48px - 4px * var(--mobile-header-progress));
    border: 1px solid rgba(232, 226, 218, 0.92);
    border-radius: calc(14px - 2px * var(--mobile-header-progress));
    background-color: rgba(255, 255, 255, 0.95);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }
  .site-header__toggle:hover {
    border-color: rgba(18, 19, 19, 0.16);
    transform: translateY(-1px);
  }
  .site-header__toggle-dots {
    display: grid;
    grid-template-columns: repeat(3, 4px);
    gap: 4px;
  }
  .site-header__toggle-dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-text);
  }
  .site-header__toggle-close {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
  }
  .site-header__toggle-close::before, .site-header__toggle-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background-color: var(--color-text);
    transform-origin: center;
  }
  .site-header__toggle-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header__toggle-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header__drawer {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-property: opacity, visibility;
    transition-duration: 0.28s, 0s;
    transition-timing-function: ease, linear;
    transition-delay: 0s, 0.28s;
  }
  .site-header__backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(18, 19, 19, 0.34);
    backdrop-filter: blur(12px);
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .site-header__drawer-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(304px, 100% - 56px);
    height: 100%;
    padding: 24px 24px 28px;
    background-color: #ffffff;
    box-shadow: -24px 0 48px rgba(18, 19, 19, 0.12);
    transform: translateX(100%);
    transition: transform 0.32s ease;
    overflow-y: auto;
  }
  .site-header__drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .site-header__drawer-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-top: 40px;
  }
  .site-header__drawer-menu {
    display: grid;
    gap: 32px;
  }
  .site-header__drawer-menu-link {
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-text-muted);
    transition: color 0.25s ease;
  }
  .site-header__drawer-menu-link:hover, .site-header__drawer-menu-link.is-active {
    color: var(--color-text);
  }
  .site-header__drawer-divider {
    margin: 32px 0;
    height: 1px;
    background-image: repeating-linear-gradient(to right, rgba(171, 171, 171, 0.45) 0 10px, transparent 10px 20px);
  }
  .site-header__drawer-contacts {
    display: grid;
    gap: 16px;
  }
  .site-header__drawer-contact-block {
    display: grid;
    gap: 6px;
  }
  .site-header__drawer-contact-label {
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-text-muted);
  }
  .site-header__drawer-phone {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-text);
  }
  .site-header__drawer-legal {
    margin-top: auto;
    padding-top: 48px;
  }
  .site-header__drawer-legal-list {
    display: grid;
    gap: 16px;
  }
  .site-header__drawer-legal-link {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--color-text-muted);
    transition: color 0.25s ease;
  }
  .site-header__drawer-legal-link:hover {
    color: var(--color-text);
  }
  .site-header__drawer-legal-link.is-disabled {
    opacity: 0.92;
  }
  .site-header.is-scrolled {
    box-shadow: none;
  }
  .site-header.is-scrolled .site-header__shell, .site-header__shell {
    gap: 16px;
    min-height: calc(48px + 16px * var(--mobile-header-progress));
    height: auto;
    padding: 0 calc(10px * var(--mobile-header-progress)) 0 calc(18px * var(--mobile-header-progress));
    border-radius: calc(22px * var(--mobile-header-progress));
    box-shadow: none;
    width: 100%;
  }
  .site-header.is-scrolled .site-header__shell::before, .site-header__shell::before {
    opacity: var(--mobile-header-progress);
  }
  .site-header.is-scrolled .site-header__left, .site-header__left {
    gap: 0;
  }
  .site-header.is-scrolled .site-header__branding .custom-logo, .site-header__branding .custom-logo {
    max-height: calc(42px - 4px * var(--mobile-header-progress));
  }
  .site-header.is-scrolled .site-header__logo, .site-header__logo {
    font-size: calc(35px - 3px * var(--mobile-header-progress));
  }
  .site-header.is-scrolled .site-header__toggle, .site-header__toggle {
    width: calc(48px - 4px * var(--mobile-header-progress));
    height: calc(48px - 4px * var(--mobile-header-progress));
    border-radius: calc(14px - 2px * var(--mobile-header-progress));
    border: none;
  }
  .site-header.is-menu-open + .site-header__drawer, .site-header.is-menu-closing + .site-header__drawer {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
  }
  .site-header.is-menu-open + .site-header__drawer {
    pointer-events: auto;
  }
  .site-header.is-menu-open + .site-header__drawer .site-header__backdrop {
    opacity: 1;
  }
  .site-header.is-menu-open + .site-header__drawer .site-header__drawer-panel {
    transform: translateX(0);
  }
  .site-header.is-menu-closing + .site-header__drawer {
    pointer-events: none;
  }
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .site-header__drawer-panel {
    width: min(304px, 100% - 40px);
    padding: 24px 20px 28px;
  }
}
.site-footer {
  padding: 0 0 32px;
}
.site-footer__shell {
  display: grid;
  grid-template-columns: minmax(260px, 325px) fit-content(320px) fit-content(100%);
  grid-template-areas: "branding . ." "info nav-primary nav-secondary";
  align-items: start;
  -moz-column-gap: 104px;
       column-gap: 104px;
  row-gap: 40px;
  padding: 48px;
  border-radius: 24px;
  background-color: #f5f5f5;
}
.site-footer__branding {
  grid-area: branding;
}
.site-footer__logo-link {
  display: inline-flex;
  align-items: flex-start;
}
.site-footer__logo-image {
  width: auto;
  height: 49px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer__logo-fallback {
  font-family: var(--font-secondary);
  font-size: 64px;
  line-height: 0.78;
  color: #121313;
}
.site-footer__description {
  max-width: 300px;
  margin-top: 16px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
.site-footer__social-item {
  display: inline-flex;
}
.site-footer__info {
  grid-area: info;
  display: grid;
  gap: 24px;
  align-content: start;
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(100%, 420px);
}
.site-footer__info-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.site-footer__info-label {
  flex: 0 0 auto;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.site-footer__info-value {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #ababab;
}
.site-footer__nav {
  min-width: 0;
  align-self: start;
  justify-self: start;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__nav--primary {
  grid-area: nav-primary;
}
.site-footer__nav--secondary {
  grid-area: nav-secondary;
}
.site-footer__nav-list {
  display: grid;
  gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.site-footer__nav-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(18, 19, 19, 0.5);
  transition: color 0.25s ease;
}
.site-footer__nav-link:hover {
  color: #121313;
}

a.site-footer__info-value {
  transition: color 0.25s ease;
}
a.site-footer__info-value:hover {
  color: rgba(18, 19, 19, 0.72);
}

@media (max-width: 1200px) {
  .site-footer__shell {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 950px) {
  .site-footer__shell {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 1fr);
    justify-content: stretch;
    grid-template-areas: "branding branding" "nav-primary nav-secondary" "info info";
  }
}
@media (max-width: 800px) {
  .site-footer {
    padding-bottom: 26px;
  }
  .site-footer__shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "branding" "nav-primary" "nav-secondary" "info";
    row-gap: 0;
    padding: 32px;
  }
  .site-footer__logo-image {
    height: 49px;
  }
  .site-footer__logo-fallback {
    font-size: 52px;
  }
  .site-footer__description {
    margin-top: 8px;
    font-size: 16px;
  }
  .site-footer__socials {
    margin-top: 16px;
  }
  .site-footer__nav--primary {
    margin-top: 40px;
  }
  .site-footer__nav--secondary,
  .site-footer__nav + .site-footer__info {
    position: relative;
    margin-top: 32px;
    padding-top: 32px;
  }
  .site-footer__nav--secondary::before,
  .site-footer__nav + .site-footer__info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.24) 0 10px, transparent 10px 20px);
  }
  .site-footer__nav-list {
    gap: 28px;
  }
  .site-footer__nav-link {
    font-size: 16px;
    line-height: 1.5;
  }
  .site-footer__info {
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }
  .site-footer__info-label, .site-footer__info-value {
    font-size: 16px;
    line-height: 1.5;
  }
}
.site-main {
  overflow: clip;
}

#page > :not(.contact-modal):not(.product-modal):not(.post-content-modal) {
  transition: filter 0.32s ease;
}

body.contact-modal-blur-active #page > :not(.contact-modal),
body.product-modal-blur-active #page > :not(.contact-modal):not(.product-modal):not(.post-content-modal),
body.post-content-modal-blur-active #page > :not(.contact-modal):not(.product-modal):not(.post-content-modal) {
  will-change: filter;
}

body.contact-modal-blur-active #page > :not(.contact-modal) {
  filter: blur(10px);
}
body.contact-modal-blur-active .product-modal.is-open {
  filter: blur(10px);
}
body.product-modal-blur-active #page > :not(.contact-modal):not(.product-modal):not(.post-content-modal) {
  filter: blur(10px);
}
body.post-content-modal-blur-active #page > :not(.contact-modal):not(.product-modal):not(.post-content-modal) {
  filter: blur(10px);
}

.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.swiper.swiper-initialized .swiper-wrapper {
  gap: 0;
}

.product-modal__thumbs-swiper .swiper-wrapper {
  gap: 8px;
}

.product-modal__thumb-slide {
  flex: 0 0 78px;
}

.aido-slider-nav {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.aido-slider-nav__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(245, 245, 245, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(18, 19, 19, 0.14);
  color: #121313;
  pointer-events: auto;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.aido-slider-nav__button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 28px rgba(18, 19, 19, 0.16);
}
.aido-slider-nav__button.is-disabled, .aido-slider-nav__button.swiper-button-disabled {
  opacity: 0.38;
  pointer-events: none;
  box-shadow: none;
}
.aido-slider-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.aido-slider-nav__icon svg {
  width: 18px;
  height: 18px;
}
.aido-slider-nav__button--prev .aido-slider-nav__icon {
  transform: rotate(180deg);
}

.featured-product {
  padding: 32px 0 64px;
}
.featured-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 600px);
  align-items: center;
  gap: 64px;
}
.featured-product__content {
  max-width: 612px;
}
.featured-product__separator {
  margin-top: 56px;
}
.featured-product__separator,
.featured-product .assortment__separator {
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.24) 0 10px, transparent 10px 20px);
}
.featured-product__category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8.5px 12px;
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}
.featured-product__category-label {
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #1e1e1e;
}
.featured-product__category-image, .featured-product__category-fallback {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.featured-product__category-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-product__category-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #1e1e1e;
}
.featured-product__title {
  margin-top: 16px;
  font-family: var(--font-primary);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #1e1e1e;
  text-wrap: balance;
}
.featured-product__description {
  max-width: 560px;
  margin-top: 16px;
  font-family: var(--font-header);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.featured-product__description > * + * {
  margin-top: 12px;
}
.featured-product__button {
  margin-top: 32px;
}
.featured-product__media {
  display: flex;
  justify-content: flex-end;
}
.featured-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 24px;
  background-color: #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-product__button,
.assortment-feature__button,
.assortment-card__button,
.product-modal__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14.5px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #252627 0%, #121313 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.featured-product__button:hover,
.assortment-feature__button:hover,
.assortment-card__button:hover,
.product-modal__contact:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(18, 19, 19, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.assortment {
  padding: 0 0 64px;
}
.assortment__title {
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1e1e1e;
}
.assortment__body {
  margin-top: 48px;
}
.assortment__separator {
  margin-top: 64px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.24) 0 10px, transparent 10px 20px);
}
.assortment__rows {
  display: grid;
  gap: 24px;
}
.assortment__row {
  display: grid;
  gap: 24px;
}
.assortment__row--1 {
  grid-template-columns: minmax(0, 1fr);
}
.assortment__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.assortment__row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.assortment__row--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantages {
  padding: 0 0 64px;
}
.advantages__title {
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1e1e1e;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.advantages-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  height: 100%;
  padding: 20px;
  border-radius: 16px;
  gap: 64px;
}
.advantages-card--light {
  background-color: #f5f5f5;
  color: #121313;
}
.advantages-card--dark {
  background-color: #121313;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(18, 19, 19, 0.12);
  color: #ffffff;
}
.advantages-card__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.advantages-card__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.advantages-card__icon svg {
  width: 100%;
  height: 100%;
}
.advantages-card__title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: inherit;
}
.advantages-card__description {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

.how-to-use {
  margin-bottom: 64px;
  padding: 64px 0;
  background-color: #f8f8f8;
  border-radius: 16px;
}
.how-to-use__title {
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1e1e1e;
}
.how-to-use__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  margin-top: 48px;
}

.how-to-use-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
.how-to-use-card.is-playing .how-to-use-card__play {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.84);
  pointer-events: none;
}
.how-to-use-card.is-playing.is-ui-visible .how-to-use-card__volume,
.how-to-use-card.is-playing.is-ui-visible .how-to-use-card__progress,
.how-to-use-card.is-playing.is-ui-visible .how-to-use-card__fullscreen, .how-to-use-card.is-fullscreen.is-ui-visible .how-to-use-card__volume,
.how-to-use-card.is-fullscreen.is-ui-visible .how-to-use-card__progress,
.how-to-use-card.is-fullscreen.is-ui-visible .how-to-use-card__fullscreen {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.how-to-use-card.is-started .how-to-use-card__poster {
  opacity: 0;
  pointer-events: none;
}
.how-to-use-card__media {
  position: relative;
  height: 370px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #d8d8d8;
  cursor: pointer;
  outline: none;
}
.how-to-use-card__media:focus-visible {
  box-shadow: 0 0 0 2px rgba(18, 19, 19, 0.18);
}
.how-to-use-card__media:fullscreen .how-to-use-card__fullscreen, .how-to-use-card__media:-webkit-full-screen .how-to-use-card__fullscreen, .how-to-use-card__media.is-fullscreen-active .how-to-use-card__fullscreen {
  right: 10px;
  bottom: 12px;
}
.how-to-use-card__video, .how-to-use-card__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.how-to-use-card__video {
  background-color: #d8d8d8;
}
.how-to-use-card__poster {
  z-index: 1;
  transition: opacity 0.3s ease;
}
.how-to-use-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
  transition: opacity 0.28s ease, transform 0.28s ease, background-color 0.25s ease;
}
.how-to-use-card__play:hover {
  background: rgba(255, 255, 255, 0.38);
}
.how-to-use-card__play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.how-to-use-card__play-icon svg {
  width: 36px;
  height: 40px;
}
.how-to-use-card__progress {
  position: absolute;
  left: 12px;
  right: 64px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  touch-action: none;
}
.how-to-use-card__progress-input {
  --progress-percent: 0%;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(18, 19, 19, 0.92) 0 var(--progress-percent), rgba(18, 19, 19, 0.16) var(--progress-percent) 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: center;
  outline: none;
  cursor: pointer;
}
.how-to-use-card__progress-input::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}
.how-to-use-card__progress-input::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}
.how-to-use-card__progress-input::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3.5px;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
          appearance: none;
  background-color: #121313;
}
.how-to-use-card__progress-input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: #121313;
}
.how-to-use-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.how-to-use-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #121313;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.how-to-use-card__duration {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-radius: 999px;
  background-color: transparent;
  color: #121313;
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.how-to-use-card__duration-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.how-to-use-card__duration-icon svg {
  width: 17px;
  height: 17px;
}
.how-to-use-card__volume {
  --volume-percent: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.how-to-use-card__volume-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.how-to-use-card__volume-icon svg {
  width: 16px;
  height: 16px;
}
.how-to-use-card__volume-input {
  width: 88px;
  height: 3px;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: linear-gradient(to right, rgba(18, 19, 19, 0.92) 0 var(--volume-percent), rgba(18, 19, 19, 0.16) var(--volume-percent) 100%);
  outline: none;
  cursor: pointer;
}
.how-to-use-card__volume-input::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}
.how-to-use-card__volume-input::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}
.how-to-use-card__volume-input::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3.5px;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
          appearance: none;
  background-color: #121313;
}
.how-to-use-card__volume-input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: #121313;
}
.how-to-use-card__fullscreen {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: background-color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.how-to-use-card__fullscreen:hover {
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}
.how-to-use-card__fullscreen.is-active .how-to-use-card__fullscreen-icon--enter {
  opacity: 0;
  transform: scale(0.84);
}
.how-to-use-card__fullscreen.is-active .how-to-use-card__fullscreen-icon--exit {
  opacity: 1;
  transform: scale(1);
}
.how-to-use-card__fullscreen-icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.how-to-use-card__fullscreen-icon svg {
  width: 16px;
  height: 16px;
}
.how-to-use-card__fullscreen-icon--exit {
  opacity: 0;
  transform: scale(0.84);
}
.how-to-use-card__title {
  margin-top: 20px;
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}
.how-to-use-card__description {
  margin-top: 16px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e1e;
  color: rgba(18, 19, 19, 0.5019607843);
}

.faq {
  padding: 0 0 128px;
}
.faq__title {
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1e1e1e;
}
.faq__list {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}
.faq__separator {
  display: none;
}

.faq-item {
  border-radius: 16px;
  background-color: #f5f5f5;
  transition: background-color 0.28s ease;
}
.faq-item.is-open {
  background-color: #121313;
}
.faq-item.is-open .faq-item__number {
  background-color: #ffffff;
  color: #121313;
}
.faq-item.is-open .faq-item__question {
  color: #ffffff;
}
.faq-item.is-open .faq-item__answer-shell {
  max-height: var(--faq-answer-height, 0px);
  opacity: 1;
  transform: translateY(0);
}
.faq-item.is-open .faq-item__arrow {
  color: #ffffff;
  transform: rotate(90deg);
}
.faq-item__toggle {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 100%;
  padding: 32px 24px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  text-align: left;
}
.faq-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #121313;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  align-self: start;
  transition: background-color 0.28s ease, color 0.28s ease;
}
.faq-item__body {
  display: grid;
  grid-template-columns: fit-content(40%) minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  min-width: 0;
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-self: start;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  min-height: 40px;
  max-width: 100%;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.04;
  color: #121313;
  overflow-wrap: anywhere;
  white-space: normal;
  transition: color 0.28s ease;
}
.faq-item__answer-shell {
  display: block;
  grid-column: 2;
  min-width: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.32s ease, opacity 0.24s ease, transform 0.32s ease, margin-top 0.32s ease;
}
.faq-item__answer {
  display: block;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f5f5;
  white-space: pre-line;
}
.faq-item__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin-top: 9px;
  color: #121313;
  transform-origin: center;
  transition: color 0.28s ease, transform 0.28s ease;
}
.faq-item__arrow svg {
  display: block;
  width: 16px;
  height: 16px;
}

.wholesale-b2b {
  margin-bottom: 64px;
  padding: 64px 0;
  border-radius: 16px;
  background-color: #121313;
  overflow: hidden;
}
.wholesale-b2b__shell {
  padding: 0;
}
.wholesale-b2b__title {
  max-width: 680px;
  font-family: var(--font-primary);
  font-size: 56px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}
.wholesale-b2b__description {
  margin-top: 16px;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.wholesale-b2b__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.wholesale-b2b__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14.5px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.wholesale-b2b__button:hover {
  transform: translateY(-1px);
}
.wholesale-b2b__button--primary {
  background-color: #ffffff;
  color: #121313;
}
.wholesale-b2b__button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.wholesale-b2b__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 112px;
}
.wholesale-b2b__contacts {
  display: grid;
  gap: 6px;
}
.wholesale-b2b__contacts-label {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.6);
}
.wholesale-b2b__phone {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  color: #ffffff;
}
.wholesale-b2b__logo {
  flex-shrink: 0;
}
.wholesale-b2b__logo-link {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 233px;
  max-width: 100%;
}
.wholesale-b2b__logo-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.wholesale-b2b__logo-fallback {
  font-family: var(--font-primary);
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.assortment-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 999px;
  background-color: #ffffff;
}
.assortment-pill__label {
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #1e1e1e;
}
.assortment-pill__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.assortment-pill__icon--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}
.assortment-pill__icon--scale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.assortment-pill__icon--scale svg {
  display: block;
  width: 18px;
  height: 17px;
}

.assortment-sale-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0 20px 0 16px;
}
.assortment-sale-badge__discount, .assortment-sale-badge__hit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.assortment-sale-badge__discount {
  background-color: #121313;
  color: #ffffff;
}
.assortment-sale-badge__hit {
  background-color: #ff9900;
  color: #ffffff;
}

.assortment-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: 42px;
}
.assortment-feature__media-column {
  min-width: 0;
}
.assortment-feature__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  align-items: start;
  gap: 12px;
  width: 100%;
  max-width: 646px;
  justify-self: start;
}
.assortment-feature__main-swiper {
  position: relative;
  width: 100%;
  max-width: 550px;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.assortment-feature__main-swiper .swiper-slide {
  height: auto;
}
.assortment-feature__main-image {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  aspect-ratio: 1;
}
.assortment-feature__main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.assortment-feature__thumbs {
  display: grid;
  gap: 8px;
}
.assortment-feature__thumb {
  display: block;
  width: 84px;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.assortment-feature__thumb:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(18, 19, 19, 0.1);
}
.assortment-feature__thumb.is-active {
  box-shadow: 0 0 0 1px rgba(18, 19, 19, 0.18);
}
.assortment-feature__thumb-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.assortment-feature__content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  min-height: 100%;
}
.assortment-feature__category {
  align-self: flex-start;
}
.assortment-feature__heading {
  margin-top: 16px;
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}
.assortment-feature__description {
  margin-top: 8px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.assortment-feature__button {
  width: 100%;
  margin-top: auto;
}

.assortment-specs {
  display: grid;
  margin-top: 40px;
}
.assortment-specs__row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 18px 0;
}
.assortment-specs__row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.12) 0 10px, transparent 10px 20px);
}
.assortment-specs__row:last-child::after {
  content: none;
}
.assortment-specs__row:first-child {
  padding-top: 0;
}
.assortment-specs__label {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #ababab;
}
.assortment-specs__value {
  font-family: var(--font-header);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #1e1e1e;
  text-align: right;
}
.assortment-specs__value--weight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.assortment-specs__weight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.assortment-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.assortment-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  aspect-ratio: auto;
}
.assortment-card__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.assortment-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.assortment-card__title {
  margin-top: 12px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  color: #1e1e1e;
}
.assortment-card__description {
  margin-top: 8px;
  margin-bottom: auto;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.assortment-card__button {
  width: 100%;
  margin-top: 24px;
  gap: 11px;
}
.assortment-card__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.assortment-card__button-icon svg {
  display: block;
  width: 12px;
  height: 12px;
}

.contact-modal,
.product-modal,
.post-content-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease, filter 0.32s ease;
  filter: blur(0);
}
.contact-modal.is-open,
.product-modal.is-open,
.post-content-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-modal {
  z-index: 160;
}

.product-modal {
  z-index: 150;
}

.post-content-modal {
  z-index: 155;
}

.contact-modal__backdrop,
.product-modal__backdrop,
.post-content-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(18, 19, 19, 0);
  transition: background-color 0.32s ease;
}

.contact-modal.is-open .contact-modal__backdrop,
.product-modal.is-open .product-modal__backdrop,
.post-content-modal.is-open .post-content-modal__backdrop {
  background-color: rgba(18, 19, 19, 0.36);
}

.contact-modal__dialog,
.product-modal__dialog,
.post-content-modal__dialog {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s ease;
}

.contact-modal.is-open .contact-modal__dialog,
.product-modal.is-open .product-modal__dialog,
.post-content-modal.is-open .post-content-modal__dialog {
  transform: translateY(0) scale(1);
  overflow-x: hidden;
}

body.contact-modal-blur-active .product-modal.is-open {
  filter: blur(10px);
}
body.contact-modal-blur-active .post-content-modal.is-open {
  filter: blur(10px);
}

.contact-modal__dialog {
  width: min(100%, 460px);
  max-height: min(90vh, 760px);
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 32px 64px rgba(18, 19, 19, 0.18);
  overflow-y: auto;
}
.contact-modal__body {
  display: grid;
}
.contact-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: rgba(18, 19, 19, 0.04);
  transition: background-color 0.25s ease;
}
.contact-modal__close:hover {
  background-color: rgba(18, 19, 19, 0.08);
}
.contact-modal__close-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.contact-modal__close-icon::before, .contact-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background-color: #121313;
  transform-origin: center;
}
.contact-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.contact-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.contact-modal__title {
  padding-right: 40px;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  color: #121313;
}
.contact-modal__description {
  margin-top: 8px;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.contact-modal__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}
.contact-modal__contact-block {
  display: grid;
  gap: 4px;
  margin-top: 16px;
}
.contact-modal__contact-label {
  font-family: var(--font-header);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #ababab;
}
.contact-modal__phone {
  font-family: var(--font-header);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #121313;
  transition: color 0.25s ease;
}
.contact-modal__phone:hover {
  color: #1e1e1e;
}
.contact-modal__form-shell {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 19, 19, 0.08);
}
.contact-modal__form-title {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  color: #121313;
}
.contact-modal__form-description {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.contact-modal__form-content {
  margin-top: 8px;
}
.contact-modal__form-content .wpcf7,
.contact-modal__form-content .wpcf7 form,
.contact-modal__form-content .contact-modal__cf7-grid {
  display: grid;
  gap: 12px;
}
.contact-modal__form-content .wpcf7 p {
  margin: 0;
}
.contact-modal__form-content .wpcf7-form-control-wrap {
  display: block;
}
.contact-modal__form-content .contact-modal__cf7-field {
  display: grid;
  gap: 8px;
}
.contact-modal__form-content .contact-modal__cf7-label {
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #ababab;
}
.contact-modal__form-content .contact-modal__cf7-input,
.contact-modal__form-content .wpcf7 input[type=text],
.contact-modal__form-content .wpcf7 input[type=email],
.contact-modal__form-content .wpcf7 input[type=tel] {
  width: 100%;
  min-height: 48px;
  padding: 13px 16px;
  border: 1px solid rgba(18, 19, 19, 0.12);
  border-radius: 14px;
  background-color: rgba(245, 245, 245, 0.7);
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #121313;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-modal__form-content .contact-modal__cf7-input::-moz-placeholder, .contact-modal__form-content .wpcf7 input[type=text]::-moz-placeholder, .contact-modal__form-content .wpcf7 input[type=email]::-moz-placeholder, .contact-modal__form-content .wpcf7 input[type=tel]::-moz-placeholder {
  color: rgba(18, 19, 19, 0.46);
}
.contact-modal__form-content .contact-modal__cf7-input::placeholder,
.contact-modal__form-content .wpcf7 input[type=text]::placeholder,
.contact-modal__form-content .wpcf7 input[type=email]::placeholder,
.contact-modal__form-content .wpcf7 input[type=tel]::placeholder {
  color: rgba(18, 19, 19, 0.46);
}
.contact-modal__form-content .contact-modal__cf7-input:focus,
.contact-modal__form-content .wpcf7 input[type=text]:focus,
.contact-modal__form-content .wpcf7 input[type=email]:focus,
.contact-modal__form-content .wpcf7 input[type=tel]:focus {
  border-color: rgba(18, 19, 19, 0.22);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(18, 19, 19, 0.06);
  outline: none;
}
.contact-modal__form-content .contact-modal__cf7-input.wpcf7-not-valid,
.contact-modal__form-content .wpcf7 input[type=text].wpcf7-not-valid,
.contact-modal__form-content .wpcf7 input[type=email].wpcf7-not-valid,
.contact-modal__form-content .wpcf7 input[type=tel].wpcf7-not-valid {
  border-color: rgba(196, 77, 77, 0.46);
}
.contact-modal__form-content .contact-modal__cf7-submit,
.contact-modal__form-content .wpcf7 input[type=submit] {
  width: 100%;
  min-height: 50px;
  padding: 14px 18px;
  cursor: pointer;
  border-radius: 14px;
  background-color: #121313;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}
.contact-modal__form-content .contact-modal__cf7-submit:hover,
.contact-modal__form-content .wpcf7 input[type=submit]:hover {
  transform: translateY(-1px);
  background-color: #1e1e1e;
}
.contact-modal__form-content .contact-modal__cf7-submit:disabled,
.contact-modal__form-content .wpcf7 input[type=submit]:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
}
.contact-modal__form-content .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #b14646;
}
.contact-modal__form-content .wpcf7-spinner {
  display: none !important;
}
.contact-modal__form-content .contact-modal__cf7-submit.is-submitting,
.contact-modal__form-content .wpcf7 input[type=submit].is-submitting,
.contact-modal__form-content .contact-modal__cf7-submit.is-sent,
.contact-modal__form-content .wpcf7 input[type=submit].is-sent {
  transform: none;
  pointer-events: none;
}
.contact-modal__form-content .wpcf7-response-output {
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(18, 19, 19, 0.1) !important;
  border-radius: 14px;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #121313;
}
.contact-modal__form-content .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(72, 121, 79, 0.18) !important;
  background-color: rgba(72, 121, 79, 0.08);
}
.contact-modal__form-content .wpcf7 form.invalid .wpcf7-response-output,
.contact-modal__form-content .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-modal__form-content .wpcf7 form.failed .wpcf7-response-output,
.contact-modal__form-content .wpcf7 form.aborted .wpcf7-response-output {
  border-color: rgba(177, 70, 70, 0.18) !important;
  background-color: rgba(177, 70, 70, 0.08);
}

.product-modal__dialog {
  width: 100%;
  max-width: 1140px;
  max-height: 90vh;
  padding: 32px;
  border-radius: 28px;
  box-shadow: 0 40px 80px rgba(18, 19, 19, 0.22);
  overflow-y: auto;
}
.product-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  transition: background-color 0.25s ease;
}
.product-modal__close:hover {
  background-color: rgba(18, 19, 19, 0.08);
}
.product-modal__close-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.product-modal__close-icon::before, .product-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background-color: #121313;
  transform-origin: center;
}
.product-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 1fr);
  align-items: stretch;
  gap: 36px;
}
.product-modal__gallery {
  min-width: 0;
}
.product-modal__main-shell {
  position: relative;
}
.product-modal__main-swiper {
  width: 100%;
  min-width: 0;
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.product-modal__main-swiper .swiper-slide {
  height: auto;
}
.product-modal__main-frame {
  aspect-ratio: 1;
}
.product-modal__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-modal__thumbs-swiper {
  margin-top: 16px;
  overflow: visible;
}
.product-modal__thumb-slide {
  width: 78px;
}
.product-modal__thumb-slide.swiper-slide-thumb-active .product-modal__thumb-frame {
  border-color: rgba(18, 19, 19, 0.18);
  transform: translateY(-1px);
}
.product-modal__thumb-frame {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  aspect-ratio: 1;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.product-modal__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-modal__content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  min-height: 100%;
}
.product-modal__category {
  align-self: flex-start;
}
.product-modal__title {
  margin-top: 16px;
  padding-right: 48px;
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}
.product-modal__description {
  margin-top: 8px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ababab;
}
.product-modal__specs {
  display: grid;
  margin-top: 32px;
  margin-bottom: 19px;
}
.product-modal__contact {
  width: 100%;
  margin-top: auto;
}

.post-content-modal__dialog {
  width: min(100%, 960px);
  max-height: 90vh;
  padding: 32px;
  padding-top: 60px;
  border-radius: 28px;
  box-shadow: 0 40px 80px rgba(18, 19, 19, 0.22);
  overflow-y: auto;
}
.post-content-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  transition: background-color 0.25s ease;
}
.post-content-modal__close:hover {
  background-color: rgba(18, 19, 19, 0.08);
}
.post-content-modal__close-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.post-content-modal__close-icon::before, .post-content-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background-color: #121313;
  transform-origin: center;
}
.post-content-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.post-content-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.post-content-modal__title {
  padding-right: 40px;
  font-family: var(--font-primary);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #121313;
  text-wrap: balance;
}
.post-content-modal__content {
  margin-top: 24px;
}

@media (max-width: 1320px) {
  .assortment-feature {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  }
  .assortment-feature__gallery {
    grid-template-columns: minmax(0, 1fr) 74px;
  }
  .assortment-feature__thumb {
    width: 74px;
  }
}
@media (max-width: 1250px) {
  .featured-product {
    padding-top: 12px;
    padding-bottom: 64px;
  }
  .featured-product__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .featured-product__content, .featured-product__description {
    max-width: none;
  }
  .featured-product__media {
    order: -1;
    justify-content: flex-start;
  }
  .featured-product__separator {
    margin-top: 48px;
  }
  .featured-product__image {
    max-height: 440px;
  }
  .assortment__rows {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .assortment__row {
    display: contents;
  }
  .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .how-to-use__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faq-item.is-open .faq-item__body {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .wholesale-b2b__title {
    font-size: 48px;
  }
  .wholesale-b2b__footer {
    gap: 24px;
  }
  .wholesale-b2b__logo-link {
    width: 200px;
  }
  .assortment-feature {
    grid-template-columns: minmax(0, 1fr);
  }
  .assortment-feature__gallery {
    grid-template-columns: minmax(0, 1fr);
  }
  .assortment-feature__thumbs {
    grid-template-columns: repeat(auto-fit, minmax(72px, 84px));
    grid-auto-flow: column;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .assortment-feature__thumb {
    width: 84px;
  }
  .product-modal__layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-modal__dialog {
    max-width: 960px;
    padding-top: 60px;
  }
}
@media (max-width: 782px) {
  .aido-slider-nav {
    left: 10px;
    right: 10px;
  }
  .aido-slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .featured-product__title {
    font-size: 40px;
  }
  .assortment__title {
    font-size: 34px;
  }
  .advantages__title {
    font-size: 34px;
  }
  .how-to-use__title {
    font-size: 34px;
  }
  .how-to-use__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .faq__title {
    font-size: 34px;
  }
  .faq-item.is-open .faq-item__body {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .faq-item__question {
    font-size: 20px;
  }
  .wholesale-b2b__title {
    max-width: 560px;
    font-size: 44px;
  }
  .wholesale-b2b__description {
    font-size: 18px;
  }
  .wholesale-b2b__footer {
    margin-top: 96px;
  }
  .wholesale-b2b__logo-link {
    width: 176px;
  }
  .assortment-feature__heading {
    font-size: 24px;
  }
  .assortment-feature__description {
    font-size: 16px;
  }
  .assortment-specs__label, .assortment-specs__value {
    font-size: 16px;
  }
  .product-modal__title {
    font-size: 24px;
  }
  .product-modal__description {
    font-size: 16px;
  }
  .product-modal__dialog {
    padding: 24px;
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .how-to-use-card__media:fullscreen .how-to-use-card__fullscreen,
  .how-to-use-card__media:-webkit-full-screen .how-to-use-card__fullscreen,
  .how-to-use-card__media.is-fullscreen-active .how-to-use-card__fullscreen {
    bottom: 11px;
  }
}
@media (max-width: 600px) {
  .featured-product {
    padding-top: 0;
    padding-bottom: 64px;
  }
  .featured-product__layout {
    gap: 24px;
  }
  .featured-product__image {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-product__category {
    padding: 8px 12px;
  }
  .featured-product__category-label {
    font-size: 14px;
  }
  .featured-product__title {
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.04;
    letter-spacing: -0.02em;
  }
  .featured-product__description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }
  .featured-product__button {
    width: 100%;
    margin-top: 24px;
    padding: 14.5px 14px;
    font-size: 14px;
  }
  .featured-product__separator {
    margin-top: 64px;
  }
  .assortment {
    padding-bottom: 64px;
  }
  .assortment__title {
    font-size: 24px;
    line-height: 1.05;
  }
  .assortment__body {
    margin-top: 24px;
  }
  .assortment__rows {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .assortment__row {
    display: contents;
  }
  .assortment__separator {
    margin-top: 56px;
  }
  .advantages {
    padding-bottom: 64px;
  }
  .advantages__title {
    font-size: 24px;
    line-height: 1.05;
  }
  .advantages__grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 24px;
  }
  .advantages-card {
    gap: 40px;
  }
  .advantages-card__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  .advantages-card__title {
    font-size: 20px;
  }
  .how-to-use {
    margin-bottom: 64px;
    padding: 40px 0;
    border-radius: 0;
  }
  .how-to-use__title {
    font-size: 24px;
    line-height: 1.05;
  }
  .how-to-use__grid {
    margin-top: 24px;
  }
  .how-to-use-card {
    padding: 24px;
  }
  .how-to-use-card__media {
    height: 212px;
  }
  .how-to-use-card__play {
    width: 64px;
    height: 64px;
  }
  .how-to-use-card__play-icon svg {
    width: 34px;
    height: 40px;
  }
  .how-to-use-card__meta {
    margin-top: 24px;
  }
  .how-to-use-card__number {
    font-size: 16px;
  }
  .how-to-use-card__duration {
    font-size: 14px;
  }
  .how-to-use-card__volume {
    padding-inline: 12px;
  }
  .how-to-use-card__volume-input {
    width: 72px;
  }
  .how-to-use-card__progress {
    right: 62px;
    bottom: 10px;
  }
  .how-to-use-card__fullscreen {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .how-to-use-card__title {
    font-size: 20px;
  }
  .how-to-use-card__description {
    margin-top: 8px;
    font-size: 15px;
  }
  .faq {
    padding-bottom: 64px;
  }
  .faq__title {
    font-size: 24px;
    line-height: 1.05;
  }
  .faq__list {
    margin-top: 24px;
  }
  .faq__separator {
    display: block;
    height: 1px;
    margin-top: 64px;
    background-image: repeating-linear-gradient(to right, rgba(18, 19, 19, 0.24) 0 10px, transparent 10px 20px);
  }
  .faq-item__body {
    grid-template-columns: minmax(0, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .faq-item__toggle {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    padding: 16px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .faq-item__number {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 16px;
  }
  .faq-item__question {
    min-height: 32px;
    width: 100%;
    font-size: 16px;
    line-height: 1.08;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  .faq-item__answer-shell {
    grid-column: 1;
    grid-row: 2;
  }
  .faq-item.is-open .faq-item__answer-shell {
    margin-top: 8px;
  }
  .faq-item__answer {
    font-size: 14px;
  }
  .faq-item__arrow {
    margin-top: 11px;
  }
  .wholesale-b2b {
    margin-bottom: 64px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: visible;
  }
  .wholesale-b2b__shell {
    padding: 32px;
    border-radius: 16px;
    background-color: #121313;
  }
  .wholesale-b2b__title {
    max-width: 320px;
    font-size: 24px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-wrap: initial;
  }
  .wholesale-b2b__description {
    margin-top: 12px;
    font-size: 14px;
  }
  .wholesale-b2b__actions {
    flex-direction: column;
    margin-top: 24px;
  }
  .wholesale-b2b__button {
    width: 100%;
    min-height: 0;
    padding-block: 15.5px;
    font-size: 14px;
  }
  .wholesale-b2b__footer {
    margin-top: 64px;
  }
  .wholesale-b2b__contacts {
    padding: 12px 16px;
  }
  .wholesale-b2b__contacts-label {
    font-size: 16px;
  }
  .wholesale-b2b__phone {
    font-size: 18px;
  }
  .wholesale-b2b__logo {
    display: none;
  }
  .assortment-pill__label {
    font-size: 14px;
  }
  .assortment-card__media {
    height: 252px;
  }
  .assortment-card__title {
    font-size: 18px;
    line-height: 1.2;
  }
  .assortment-card__description {
    font-size: 15px;
  }
  .assortment-card__button {
    margin-top: 20px;
  }
  .assortment-feature {
    gap: 40px;
  }
  .assortment-feature__gallery {
    gap: 16px;
    max-width: none;
  }
  .assortment-feature__main-swiper {
    max-width: none;
  }
  .assortment-feature__main-image {
    height: 342px;
    aspect-ratio: auto;
  }
  .assortment-feature__thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 0;
  }
  .assortment-feature__thumb {
    width: 58px;
    flex: 0 0 58px;
  }
  .assortment-feature__heading {
    font-size: 20px;
    line-height: 1.08;
  }
  .assortment-feature__description {
    font-size: 15px;
  }
  .assortment-feature__button {
    margin-top: 32px;
  }
  .assortment-specs {
    margin-top: 32px;
  }
  .assortment-specs__row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 16px 0;
  }
  .assortment-specs__label, .assortment-specs__value {
    font-size: 15px;
  }
  .assortment-specs__value {
    text-align: right;
  }
  .assortment-card__button,
  .assortment-feature__button,
  .product-modal__contact {
    min-height: 48px;
    padding: 14px 16px;
    font-size: 14px;
  }
  .contact-modal,
  .product-modal,
  .post-content-modal {
    padding: 18px;
  }
  .contact-modal__dialog {
    padding: 24px 20px 20px;
    border-radius: 20px;
  }
  .contact-modal__title {
    font-size: 22px;
  }
  .contact-modal__phone {
    font-size: 18px;
  }
  .contact-modal__form-title {
    font-size: 19px;
  }
  .contact-modal__form-description {
    font-size: 13px;
  }
  .product-modal__title {
    font-size: 20px;
    line-height: 1.08;
  }
  .product-modal__description {
    font-size: 15px;
  }
  .product-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 20px;
    border-radius: 22px;
    padding-top: 60px;
  }
  .product-modal__thumb-slide {
    width: 72px;
  }
  .product-modal__specs {
    margin-top: 24px;
    margin-bottom: 19px;
  }
  .post-content-modal__title {
    font-size: 22px;
    line-height: 1.08;
  }
  .post-content-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 20px;
    border-radius: 22px;
    padding-top: 60px;
  }
}

/* Partner request modal */
body.partner-modal-blur-active #page > :not(.partner-modal) {
  filter: blur(10px);
}

.partner-modal {
  position: fixed;
  inset: 0;
  z-index: 165;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.36s ease, visibility 0.36s ease;
}
.partner-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.partner-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 19, 19, 0);
  transition: background-color 0.36s ease;
}

.partner-modal.is-open .partner-modal__backdrop {
  background: rgba(18, 19, 19, 0.42);
}

.partner-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(92vh, 820px);
  padding: 32px;
  overflow-y: auto;
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 36px 90px rgba(18, 19, 19, 0.24);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.36s ease;
}

.partner-modal.is-open .partner-modal__dialog {
  transform: translateY(0) scale(1);
}

.partner-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(18, 19, 19, 0.05);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.partner-modal__close:hover {
  background: rgba(18, 19, 19, 0.1);
  transform: rotate(4deg);
}

.partner-modal__close:focus-visible,
.partner-modal__button:focus-visible,
.partner-modal__range:focus-visible,
.partner-modal__field input:focus-visible,
.partner-modal__role input:focus-visible + span {
  outline: 2px solid #a95f3e;
  outline-offset: 3px;
}

.partner-modal__close-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
}

.partner-modal__close-icon::before,
.partner-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 1.5px;
  border-radius: 999px;
  background: #121313;
  transform-origin: center;
}

.partner-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.partner-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.partner-modal__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-right: 52px;
  font-family: var(--font-header);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #706964;
}

.partner-modal__eyebrow span:first-child {
  color: #a95f3e;
}

.partner-modal__progress {
  height: 3px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(18, 19, 19, 0.08);
}

.partner-modal__progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8d492d 0%, #d18a65 100%);
  transition: width 0.32s ease;
}

.partner-modal__step {
  display: none;
}

.partner-modal__step.is-active {
  display: block;
  animation: partner-step-enter 0.32s ease both;
}

.partner-modal__heading {
  margin-top: 28px;
}

.partner-modal__kicker {
  margin: 0 0 8px;
  font-family: var(--font-header);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #a95f3e;
}

.partner-modal__title {
  max-width: 580px;
  margin: 0;
  padding-right: 10px;
  font-family: var(--font-primary);
  font-size: clamp(28px, 4.2vw, 38px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #121313;
  text-wrap: balance;
}

.partner-modal__description {
  max-width: 560px;
  margin: 12px 0 0;
  font-family: var(--font-header);
  font-size: 15px;
  line-height: 1.5;
  color: #706964;
}

.partner-modal__quantity-card {
  margin-top: 26px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(18, 19, 19, 0.09);
  border-radius: 20px;
  background: #f8f6f4;
}

.partner-modal__quantity-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-header);
  font-size: 14px;
  color: #706964;
}

.partner-modal__quantity-row strong {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  color: #121313;
}

.partner-modal__range-shell {
  margin-top: 22px;
}

.partner-modal__range {
  --partner-progress: 0%;
  width: 100%;
  height: 24px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

.partner-modal__range::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a95f3e 0 var(--partner-progress), rgba(18, 19, 19, 0.13) var(--partner-progress) 100%);
}

.partner-modal__range::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(18, 19, 19, 0.13);
}

.partner-modal__range::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: #a95f3e;
}

.partner-modal__range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -9px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: #a95f3e;
  box-shadow: 0 0 0 1px rgba(18, 19, 19, 0.14), 0 7px 16px rgba(71, 38, 24, 0.2);
  -webkit-appearance: none;
          appearance: none;
}

.partner-modal__range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: #a95f3e;
  box-shadow: 0 0 0 1px rgba(18, 19, 19, 0.14), 0 7px 16px rgba(71, 38, 24, 0.2);
}

.partner-modal__range-labels {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-top: 7px;
  font-family: var(--font-header);
  font-size: 10px;
  line-height: 1;
  color: rgba(18, 19, 19, 0.52);
}

.partner-modal__range-labels span {
  text-align: center;
}

.partner-modal__range-labels span:first-child {
  text-align: left;
}

.partner-modal__range-labels span:last-child {
  text-align: right;
}

.partner-modal__price-card {
  margin-top: 14px;
  padding: 22px;
  border-radius: 20px;
  background: #121313;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.partner-modal__price-main,
.partner-modal__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.partner-modal__price-label,
.partner-modal__total > span {
  font-family: var(--font-header);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.58);
}

.partner-modal__unit-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 6px;
}

.partner-modal__unit-price del {
  font-family: var(--font-header);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.partner-modal__unit-price strong {
  font-family: var(--font-primary);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.partner-modal__discount {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(209, 138, 101, 0.38);
  border-radius: 999px;
  background: rgba(209, 138, 101, 0.12);
  font-family: var(--font-header);
  font-size: 11px;
  color: #e7a785;
}

.partner-modal__total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.partner-modal__total strong {
  font-family: var(--font-primary);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.partner-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.partner-modal__field {
  display: grid;
  gap: 8px;
  font-family: var(--font-header);
  font-size: 13px;
  color: #706964;
}

.partner-modal__field span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.partner-modal__field em {
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a95f3e;
}

.partner-modal__field input {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(18, 19, 19, 0.12);
  border-radius: 14px;
  background: #f8f6f4;
  font-family: var(--font-primary);
  font-size: 15px;
  color: #121313;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-modal__field input:focus {
  border-color: rgba(169, 95, 62, 0.5);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(169, 95, 62, 0.08);
  outline: none;
}

.partner-modal__field input[aria-invalid=true] {
  border-color: #b14646;
}

.partner-modal__error {
  min-height: 16px;
  margin-top: -3px;
  font-family: var(--font-header);
  font-size: 11px;
  line-height: 1.3;
  color: #b14646;
}

.partner-modal__roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.partner-modal__role {
  position: relative;
}

.partner-modal__role input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.partner-modal__role span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid rgba(18, 19, 19, 0.12);
  border-radius: 15px;
  background: #f8f6f4;
  font-family: var(--font-header);
  font-size: 14px;
  color: #363331;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.partner-modal__role span::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: rgba(18, 19, 19, 0.18);
  box-shadow: 0 0 0 1px rgba(18, 19, 19, 0.18);
}

.partner-modal__role input:checked + span {
  border-color: rgba(169, 95, 62, 0.46);
  background: rgba(169, 95, 62, 0.09);
}

.partner-modal__role input:checked + span::before {
  background: #a95f3e;
  box-shadow: 0 0 0 1px #a95f3e;
}

.partner-modal__role span:hover {
  transform: translateY(-1px);
  border-color: rgba(169, 95, 62, 0.35);
}

.partner-modal__actions {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 10px;
  margin-top: 26px;
}

.partner-modal__actions--single {
  grid-template-columns: 1fr;
}

.partner-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 14px;
  font-family: var(--font-header);
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-modal__button--primary {
  background: linear-gradient(135deg, #121313 0%, #373b3d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.partner-modal__button--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 19, 19, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.partner-modal__button--secondary {
  border: 1px solid rgba(18, 19, 19, 0.14);
  background: #ffffff;
  color: #363331;
}

.partner-modal__button--secondary:hover {
  background: #f4f1ef;
}

@keyframes partner-step-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .partner-modal {
    align-items: flex-end;
    padding: 10px;
  }
  .partner-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 22px 18px;
    border-radius: 24px;
  }
  .partner-modal__close {
    top: 14px;
    right: 14px;
  }
  .partner-modal__eyebrow {
    padding-right: 48px;
    font-size: 9px;
  }
  .partner-modal__heading {
    margin-top: 22px;
  }
  .partner-modal__title {
    font-size: 27px;
  }
  .partner-modal__description {
    font-size: 14px;
  }
  .partner-modal__quantity-card,
  .partner-modal__price-card {
    padding: 18px 16px;
  }
  .partner-modal__range-labels {
    font-size: 8px;
  }
  .partner-modal__unit-price strong {
    font-size: 23px;
  }
  .partner-modal__total strong {
    font-size: 26px;
  }
  .partner-modal__fields,
  .partner-modal__roles {
    grid-template-columns: 1fr;
  }
  .partner-modal__actions {
    grid-template-columns: 0.85fr 1.15fr;
    position: sticky;
    bottom: -22px;
    margin-right: -18px;
    margin-bottom: -22px;
    margin-left: -18px;
    padding: 14px 18px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #ffffff 24%);
  }
  .partner-modal__actions--single {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-modal,
  .partner-modal__backdrop,
  .partner-modal__dialog,
  .partner-modal__progress span,
  .partner-modal__step.is-active {
    animation: none;
    transition: none;
  }
}

/* Partner calculator v2, edition system, and two-product collection. */
body.partner-modal-is-open {
  overflow: hidden;
}

body.is-scroll-locked #page > .partner-modal {
  padding-right: 0;
}

.aido-edition-badge {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 17, 17, 0.88);
  box-shadow: 0 12px 28px rgba(18, 19, 19, 0.18);
  backdrop-filter: blur(12px);
  font-family: var(--font-header);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.aido-edition-badge__mark {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #c46d4a;
  box-shadow: 0 0 0 4px rgba(196, 109, 74, 0.14);
}

.aido-edition-badge--limited .aido-edition-badge__mark {
  background: #b8cf57;
  box-shadow: 0 0 0 4px rgba(184, 207, 87, 0.15);
}

.featured-product__media {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.featured-product__edition-badge {
  top: 24px;
  right: 24px;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 11px;
}

.featured-product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assortment__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.assortment-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.assortment-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid #eeeae5;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 19, 19, 0.06);
}

.assortment-card__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.assortment-card__media:hover .assortment-card__photo {
  transform: scale(1.025);
}

.assortment-card__edition-badge {
  top: 16px;
  right: 16px;
}

.assortment-card__pills {
  margin-top: 18px;
}

.assortment-card__button {
  margin-top: auto;
}

.product-modal__dialog {
  border: 1px solid rgba(18, 19, 19, 0.08);
  box-shadow: 0 30px 100px rgba(18, 19, 19, 0.2);
}

.product-modal__main-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeae5;
  border-radius: 22px;
  background: #fff;
}

.product-modal__main-frame {
  background: #fff;
}

.product-modal__main-image {
  object-fit: contain;
}

.product-modal__edition-badge {
  top: 16px;
  right: 16px;
}

.product-modal__eyebrow {
  margin: 0 0 13px;
  color: #b85f3e;
  font-family: var(--font-header);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.product-modal__weight,
.product-modal__availability {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #e7e2dc;
  border-radius: 999px;
  color: #595654;
  background: #faf9f7;
  font-size: 13px;
  line-height: 1;
}

.product-modal__weight {
  gap: 8px;
}

.product-modal__weight svg {
  width: 16px;
  height: 16px;
}

.product-modal__availability::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #c46d4a;
}

.wholesale-b2b__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wholesale-b2b__button {
  width: 100%;
  justify-content: center;
}

.partner-modal {
  padding: 22px;
}

.partner-modal__dialog {
  width: min(760px, 100%);
  max-height: calc(100dvh - 44px);
  padding: 0 34px 34px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(18, 19, 19, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 34px 120px rgba(18, 19, 19, 0.24);
}

.partner-modal__topbar {
  position: sticky;
  z-index: 8;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 -34px;
  padding: 18px 24px 14px 34px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.partner-modal__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #817b76;
  font-family: var(--font-header);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.partner-modal__brand-mark {
  color: #171818;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: italic;
  letter-spacing: -0.04em;
  text-transform: none;
}

.partner-modal__topbar .partner-modal__close {
  position: relative;
  top: auto;
  right: auto;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 0;
  border-radius: 14px;
  background: #f4f2ef;
}

.partner-modal__topbar .partner-modal__close:hover {
  background: #ece8e3;
}

.partner-modal__progress {
  display: flex;
  gap: 7px;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.partner-modal__progress span {
  width: auto;
  height: 2px;
  flex: 1;
  border-radius: 999px;
  background: #e9e5e0;
  transition: background-color 0.3s ease;
}

.partner-modal__progress span.is-active {
  background: #bf6847;
}

.partner-modal__form {
  min-height: 0;
}

.partner-modal__step {
  padding: 0;
}

.partner-modal__heading {
  max-width: 610px;
  margin-bottom: 25px;
}

.partner-modal__kicker {
  margin-bottom: 10px;
  color: #b85f3e;
  font-family: var(--font-header);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.partner-modal__title {
  max-width: 650px;
  margin: 0;
  font-size: clamp(29px, 4vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.partner-modal__description {
  max-width: 610px;
  margin-top: 13px;
  color: #77726e;
  font-size: 15px;
  line-height: 1.5;
}

.partner-modal__programs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.partner-modal__program {
  min-height: 82px;
  padding: 15px;
  border: 1px solid #e7e2dc;
  border-radius: 17px;
  color: #242525;
  background: #faf9f7;
  text-align: left;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.partner-modal__program:hover {
  transform: translateY(-1px);
  border-color: #c9c0b7;
}

.partner-modal__program.is-active {
  border-color: #171818;
  color: #fff;
  background: #171818;
}

.partner-modal__program span,
.partner-modal__program small {
  display: block;
}

.partner-modal__program span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.partner-modal__program small {
  margin-top: 7px;
  color: #87817c;
  font-size: 11px;
  line-height: 1.25;
}

.partner-modal__program.is-active small {
  color: rgba(255, 255, 255, 0.62);
}

.partner-modal__quantity-card,
.partner-modal__price-card {
  border: 1px solid #e8e3dd;
  border-radius: 20px;
}

.partner-modal__quantity-card {
  padding: 20px 20px 17px;
  background: #fff;
}

.partner-modal__program-note {
  margin-bottom: 19px;
  color: #7c7772;
  font-size: 13px;
  line-height: 1.4;
}

.partner-modal__quantity-row,
.partner-modal__price-main,
.partner-modal__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.partner-modal__quantity-row {
  color: #77716d;
  font-size: 13px;
}

.partner-modal__quantity-row strong {
  color: #171818;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.partner-modal__range-shell {
  margin-top: 17px;
}

.partner-modal__range {
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(to right, #bf6847 0 var(--partner-progress), #e8e3dd var(--partner-progress) 100%);
  appearance: none;
}

.partner-modal__range::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #171818;
  box-shadow: 0 2px 0 #171818, 0 5px 18px rgba(18, 19, 19, 0.24);
  appearance: none;
  cursor: grab;
}

.partner-modal__range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #171818;
  box-shadow: 0 2px 0 #171818, 0 5px 18px rgba(18, 19, 19, 0.24);
  cursor: grab;
}

.partner-modal__range-labels {
  display: grid;
  grid-template-columns: repeat(var(--partner-label-count), 1fr);
  margin-top: 13px;
  color: #aaa39d;
  font-size: 9px;
  line-height: 1;
}

.partner-modal__range-labels span {
  text-align: center;
}

.partner-modal__range-labels span:first-child {
  text-align: left;
}

.partner-modal__range-labels span:last-child {
  text-align: right;
}

.partner-modal__price-card {
  margin-top: 12px;
  padding: 22px;
  color: #fff;
  border-color: #171818;
  background: linear-gradient(145deg, #171818 0%, #292b2b 100%);
  box-shadow: 0 18px 44px rgba(18, 19, 19, 0.15);
}

.partner-modal__price-label,
.partner-modal__total span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.partner-modal__unit-price {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-top: 6px;
}

.partner-modal__unit-price del {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
}

.partner-modal__unit-price strong {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.partner-modal__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #171818;
  background: #d6e487;
  font-size: 12px;
  font-weight: 600;
}

.partner-modal__total {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.partner-modal__total div,
.partner-modal__total span,
.partner-modal__total small {
  display: block;
}

.partner-modal__total small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.partner-modal__total > strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.partner-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
  align-items: start;
}

.partner-modal__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.partner-modal__field--full {
  grid-column: 1/-1;
}

.partner-modal__field > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #716c68;
  font-size: 12px;
}

.partner-modal__field em {
  color: #b85f3e;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.partner-modal__field input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #ded8d2;
  border-radius: 15px;
  outline: none;
  color: #171818;
  background: #faf9f7;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.partner-modal__field input:focus {
  border-color: #bf6847;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(191, 104, 71, 0.1);
}

.partner-modal__field input[aria-invalid=true] {
  border-color: #b84435;
}

.partner-modal__field-help,
.partner-modal__error {
  min-height: 16px;
  font-size: 10px;
  line-height: 1.35;
}

.partner-modal__field-help {
  color: #99928d;
}

.partner-modal__error {
  color: #b84435;
}

.partner-modal__roles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.partner-modal__role span {
  min-height: 52px;
  border-radius: 15px;
  background: #faf9f7;
}

.partner-modal__actions {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 27px 0 0;
  padding: 0;
  background: none;
}

.partner-modal__actions--single {
  grid-template-columns: 1fr;
}

.partner-modal__nav-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-height: 42px;
  padding: 7px 0;
  border: 0 !important;
  border-radius: 0;
  color: #8c8681;
  background: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.partner-modal__nav-button:hover {
  color: #171818;
}

.partner-modal__nav-button--back {
  justify-self: start;
}

.partner-modal__nav-button--next {
  justify-self: end;
}

.partner-modal__nav-button span:last-child,
.partner-modal__nav-button--back span:first-child {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.partner-modal__nav-button--next:hover {
  transform: translateX(3px);
}

.partner-modal__nav-button--back:hover {
  transform: translateX(-3px);
}

@media (max-width: 900px) {
  .wholesale-b2b__actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .featured-product__media {
    aspect-ratio: 1/1;
  }
  .featured-product__image {
    object-fit: cover;
  }
  .featured-product__edition-badge {
    top: 16px;
    right: 16px;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 9px;
  }
  .assortment__row--2 {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .assortment-card__media {
    aspect-ratio: 1/1;
    border-radius: 19px;
  }
  .product-modal__edition-badge,
  .assortment-card__edition-badge {
    top: 12px;
    right: 12px;
  }
  .partner-modal {
    align-items: flex-end;
    padding: 10px 10px 0;
  }
  body.admin-bar .partner-modal {
    top: 46px;
  }
  .partner-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 10px);
    padding: 0 18px 24px;
    border-radius: 25px 25px 0 0;
  }
  body.admin-bar .partner-modal__dialog {
    max-height: calc(100dvh - 56px);
  }
  .partner-modal__topbar {
    margin: 0 -18px;
    padding: 14px 14px 11px 18px;
  }
  .partner-modal__brand {
    gap: 8px;
    font-size: 8px;
  }
  .partner-modal__brand-mark {
    font-size: 16px;
  }
  .partner-modal__topbar .partner-modal__close {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .partner-modal__progress {
    margin-bottom: 24px;
  }
  .partner-modal__title {
    font-size: 29px;
  }
  .partner-modal__description {
    font-size: 14px;
  }
  .partner-modal__programs {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .partner-modal__program {
    min-height: 0;
    padding: 13px 14px;
  }
  .partner-modal__program small {
    margin-top: 4px;
  }
  .partner-modal__quantity-card {
    padding: 17px 15px 15px;
  }
  .partner-modal__price-card {
    padding: 18px;
  }
  .partner-modal__unit-price strong {
    font-size: 25px;
  }
  .partner-modal__total > strong {
    font-size: 19px;
  }
  .partner-modal__fields,
  .partner-modal__roles {
    grid-template-columns: 1fr;
  }
  .partner-modal__field--full {
    grid-column: auto;
  }
  .partner-modal__actions {
    position: static;
    grid-template-columns: 1fr 1fr;
    margin: 24px 0 0;
    padding: 0;
    background: none;
  }
  .partner-modal__actions--single {
    grid-template-columns: 1fr;
  }
  .partner-modal__range-labels {
    font-size: 8px;
  }
}

/* Product presentation and partner calculator refinements. */
.aido-edition-badge {
  justify-content: center;
  gap: 12px;
  min-width: 210px;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #e7a17f;
  background: linear-gradient(135deg, #101111 0%, #242525 100%);
  box-shadow: 0 14px 34px rgba(18, 19, 19, 0.22);
  backdrop-filter: none;
  font-weight: 500;
  letter-spacing: 0.22em;
}
.aido-edition-badge__line {
  width: 25px;
  height: 1px;
  flex: 0 0 25px;
  background: currentColor;
  opacity: 0.85;
}
.aido-edition-badge__label {
  white-space: nowrap;
}
.aido-edition-badge--limited {
  color: #c4dc61;
}
.featured-product__edition-badge {
  min-width: 260px;
  min-height: 50px;
  padding: 13px 20px;
  font-size: 12px;
}
.product-modal__dialog {
  width: min(1080px, 100%);
  max-height: min(90dvh, 820px);
  padding: 28px;
  border-radius: 28px;
}
.product-modal__layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 42px;
}
.product-modal__main-frame {
  aspect-ratio: 1/1;
}
.product-modal__edition-badge {
  min-width: 198px;
  min-height: 40px;
  padding: 10px 14px;
  font-size: 9px;
}
.product-modal__content {
  align-self: center;
  min-height: auto;
  padding: 8px 12px 8px 0;
}
.product-modal__title {
  margin-top: 0;
  padding-right: 48px;
  font-size: 34px;
  line-height: 1.04;
}
.product-modal__description {
  max-width: 500px;
  margin-top: 16px;
  color: #7f7a76;
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1.55;
}
.product-modal__specs {
  margin: 30px 0 0;
  padding: 18px 0;
  border-top: 1px solid #ebe6e0;
  border-bottom: 1px solid #ebe6e0;
}
.product-modal__contact {
  margin-top: 28px;
}
.product-modal__thumbs-swiper {
  margin-top: 12px;
}
.product-modal__thumb-slide {
  width: 72px;
}
.wholesale-b2b__actions {
  grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(190px, 1fr));
  gap: 10px;
  max-width: 900px;
  margin-inline: auto;
}
.wholesale-b2b__button {
  min-height: 56px;
  padding-inline: 18px;
}
.partner-modal__range-labels {
  position: relative;
  display: block;
  height: 18px;
  margin: 9px 12px 0;
}
.partner-modal__range-labels span {
  position: absolute;
  left: var(--partner-label-position);
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}
.partner-modal__range-labels span:first-child {
  transform: translateX(-50%);
}
.partner-modal__range-labels span:last-child {
  transform: translateX(-50%);
}
.partner-modal__custom-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #ebe6e0;
  color: #77716d;
  font-family: var(--font-header);
  font-size: 12px;
}
.partner-modal__custom-input-shell {
  display: flex;
  align-items: center;
  width: min(220px, 54%);
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #ded8d2;
  border-radius: 13px;
  background: #fff;
  color: #8c8681;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.partner-modal__custom-input-shell:focus-within {
  border-color: rgba(169, 95, 62, 0.5);
  box-shadow: 0 0 0 4px rgba(169, 95, 62, 0.08);
}
.partner-modal__custom-input-shell input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #171818;
  font: inherit;
  font-size: 14px;
}
.partner-modal__custom-input-shell input::-webkit-outer-spin-button,
.partner-modal__custom-input-shell input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.partner-modal__discount {
  color: #fff;
  background: #c46d4a;
}
.partner-modal__nav-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

@media (max-width: 900px) {
  .wholesale-b2b__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wholesale-b2b__button--primary {
    grid-column: 1/-1;
  }
}

@media (max-width: 767px) {
  .featured-product__edition-badge {
    min-width: min(230px, calc(100% - 32px));
    min-height: 44px;
    padding: 10px 14px;
    font-size: 9px;
  }
  .product-modal__edition-badge,
  .assortment-card__edition-badge {
    min-width: min(190px, calc(100% - 24px));
  }
  .product-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 58px 20px 20px;
    border-radius: 22px;
  }
  .product-modal__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-modal__content {
    padding: 0;
  }
  .product-modal__title {
    padding-right: 0;
    font-size: 25px;
  }
  .product-modal__description {
    font-size: 14px;
  }
  .aido-edition-badge {
    gap: 8px;
  }
  .aido-edition-badge__line {
    width: 16px;
    flex-basis: 16px;
  }
  .wholesale-b2b__actions {
    grid-template-columns: 1fr;
  }
  .wholesale-b2b__button--primary {
    grid-column: auto;
  }
  .partner-modal__custom-value {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }
  .partner-modal__custom-input-shell {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

/* Ai.Do visual assets, legal center, and consent controls — 2026-07-24. */
.aido-edition-badge {
  display: block;
  min-width: 210px;
  min-height: 0;
  aspect-ratio: 6.36 / 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #050505;
  box-shadow: 0 14px 34px rgba(18, 19, 19, 0.22);
}

.aido-edition-badge__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.featured-product__edition-badge {
  width: 260px;
  min-width: 260px;
  min-height: 0;
  padding: 0;
}

.product-modal__main-image,
.product-modal__thumb-image {
  background: #fff;
  object-fit: cover;
}

.assortment-card__photo {
  background: #fff;
  object-fit: contain;
}

.assortment-card__edition-badge {
  width: 250px;
  min-width: 250px;
}

.product-modal__edition-badge {
  width: 210px;
  min-width: 210px;
  min-height: 0;
  padding: 0;
}

.product-modal__dialog {
  width: min(1140px, 100%);
  max-height: min(92dvh, 860px);
  padding: 30px;
}

.product-modal__layout {
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: stretch;
  gap: 42px;
}

.product-modal__main-frame {
  aspect-ratio: 1 / 1;
}

.product-modal__content {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 14px 14px 14px 0;
}

.product-modal__eyebrow {
  margin: 0 0 14px;
  color: #b85f3e;
  font-family: var(--font-header);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-modal__title {
  margin: 0;
  padding-right: 48px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.04;
}

.product-modal__description {
  margin-top: 18px;
  color: #77726e;
  font-size: 16px;
  line-height: 1.6;
}

.product-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.product-modal__weight,
.product-modal__availability {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #e7e2dc;
  border-radius: 999px;
  color: #595654;
  background: #faf9f7;
  font-size: 13px;
  line-height: 1;
}

.product-modal__weight {
  gap: 8px;
}

.product-modal__weight svg {
  width: 16px;
  height: 16px;
}

.product-modal__availability::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #c46d4a;
}

.product-modal__contact {
  margin-top: auto;
}

.partner-modal__consent-field {
  margin-top: 22px;
}

.partner-modal__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: #6f6a66;
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
}

.partner-modal__consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.partner-modal__consent-box {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #d7d1cb;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.partner-modal__consent-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.partner-modal__consent input:checked + .partner-modal__consent-box {
  border-color: #c46d4a;
  background: #c46d4a;
}

.partner-modal__consent input:checked + .partner-modal__consent-box::after {
  opacity: 1;
}

.partner-modal__consent input:focus-visible + .partner-modal__consent-box {
  box-shadow: 0 0 0 4px rgba(196, 109, 74, 0.14);
}

.partner-modal__consent input[aria-invalid="true"] + .partner-modal__consent-box {
  border-color: #c44c3d;
}

.partner-modal__consent button {
  display: inline;
  padding: 0;
  border: 0;
  color: #9f5639;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.post-content-modal {
  z-index: 190;
}

.post-content-modal__dialog {
  width: min(1080px, calc(100% - 32px));
  max-height: min(92dvh, 900px);
  padding: 38px 42px;
  border-radius: 28px;
}

.post-content-modal__title {
  padding-right: 54px;
  font-size: clamp(30px, 4vw, 48px);
}

.post-content-modal__content {
  max-width: none;
}

.legal-center {
  color: #615d59;
  font-family: var(--font-header);
}

.legal-center__notice {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(196, 109, 74, 0.24);
  border-radius: 14px;
  color: #704b3c;
  background: #fff7f2;
  font-size: 13px;
  line-height: 1.5;
}

.legal-center__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 28px;
}

.legal-center__tabs > br {
  display: none;
}

.legal-center__tab {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #ddd8d2;
  border-radius: 12px;
  color: #4b4845;
  background: #fff;
  font: inherit;
  font-size: 12px;
  line-height: 1.25;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.legal-center__tab:hover,
.legal-center__tab:focus-visible {
  border-color: #c46d4a;
}

.legal-center__tab.is-active {
  border-color: #c46d4a;
  color: #fff;
  background: #c46d4a;
}

.legal-center__panel {
  animation: legal-panel-in 0.24s ease;
}

.legal-center__panel[hidden] {
  display: none;
}

.legal-center__panel h2 {
  margin: 0 0 16px;
  color: #171818;
  font-size: 24px;
  line-height: 1.2;
}

.legal-center__panel h3 {
  margin: 24px 0 9px;
  color: #242525;
  font-size: 16px;
  line-height: 1.3;
}

.legal-center__panel p,
.legal-center__panel li {
  color: #69645f;
  font-size: 14px;
  line-height: 1.65;
}

.legal-center__panel p {
  margin: 0 0 12px;
}

.legal-center__panel ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.legal-center__status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #7b4a36;
  background: #f8e9df;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-center__settings {
  min-height: 42px;
  margin-top: 8px;
  padding: 10px 15px;
  border: 1px solid #d8d2cc;
  border-radius: 12px;
  color: #343231;
  background: #fff;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

@keyframes legal-panel-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aido-cookie-banner {
  position: fixed;
  z-index: 210;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: #fff;
  background: rgba(18, 19, 19, 0.97);
  box-shadow: 0 24px 80px rgba(18, 19, 19, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 34px));
  transition: opacity 0.28s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.aido-cookie-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.aido-cookie-banner__copy {
  max-width: 660px;
}

.aido-cookie-banner__copy strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-header);
  font-size: 16px;
}

.aido-cookie-banner__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1.5;
}

.aido-cookie-banner__copy > button {
  margin-top: 8px;
  padding: 0;
  border: 0;
  color: #e6a080;
  background: transparent;
  font-family: var(--font-header);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.aido-cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.aido-cookie-banner__button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  font-family: var(--font-header);
  font-size: 12px;
  cursor: pointer;
}

.aido-cookie-banner__button--secondary {
  color: #fff;
  background: transparent;
}

.aido-cookie-banner__button--primary {
  border-color: #c46d4a;
  color: #fff;
  background: #c46d4a;
}

@media (max-width: 900px) {
  .product-modal__dialog {
    padding: 56px 20px 20px;
  }

  .product-modal__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-modal__content {
    min-height: 0;
    padding: 0;
  }

  .product-modal__contact {
    margin-top: 24px;
  }

  .post-content-modal__dialog {
    padding: 56px 20px 24px;
  }

  .legal-center__tabs {
    display: flex;
    margin-inline: -4px;
    padding: 0 4px 6px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .legal-center__tab {
    flex: 0 0 auto;
    min-width: 138px;
  }

  .aido-cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 18px;
  }

  .aido-cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .featured-product__edition-badge {
    width: min(230px, calc(100% - 32px));
    min-width: 0;
  }

  .assortment-card__edition-badge {
    width: min(190px, calc(100% - 24px));
    min-width: 0;
  }

  .product-modal__edition-badge {
    width: min(190px, calc(100% - 32px));
    min-width: 0;
  }

  .product-modal__title {
    padding-right: 0;
    font-size: 27px;
  }

  .product-modal__description {
    font-size: 14px;
  }

  .post-content-modal__title {
    font-size: 28px;
  }

  .legal-center__panel h2 {
    font-size: 20px;
  }

  .aido-cookie-banner__actions {
    grid-template-columns: 1fr;
  }
}

/* Ai.Do product detail, legal center, and cookie notice refinement — 2026-07-25. */
.product-modal__dialog {
  width: min(1180px, calc(100% - 32px));
  padding: 34px;
  border: 1px solid #e7e4e0;
  background: #fff;
}

.product-modal__layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 38px;
}

.product-modal__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  align-self: center;
  align-items: stretch;
  gap: 12px;
  min-width: 0;
  aspect-ratio: 1.18 / 1;
}

.product-modal__main-swiper,
.product-modal__main-frame {
  min-width: 0;
  height: 100%;
}

.product-modal__main-shell {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.product-modal__main-image,
.product-modal__thumb-image {
  background: #fff;
  object-fit: contain;
}

.product-modal__thumbs-swiper {
  width: 76px;
  height: 100%;
  max-height: 100%;
  margin: 0;
  overflow: hidden;
}

.product-modal__thumb-slide {
  width: 76px;
  height: 76px;
}

.product-modal__thumb-frame {
  width: 100%;
  height: 100%;
  border-color: #ece9e5;
  border-radius: 12px;
  background: #fff;
}

.product-modal__thumb-slide.swiper-slide-thumb-active .product-modal__thumb-frame {
  border-color: #121313;
  transform: none;
}

.product-modal__content {
  justify-content: flex-start;
  min-height: 0;
  padding: 34px 16px 4px 0;
}

.product-modal__title {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.08;
}

.product-modal__description {
  max-width: 520px;
  margin-top: 16px;
  color: #77736f;
  font-size: 15px;
  line-height: 1.55;
}

.product-modal__specs {
  margin: 26px 0 30px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}

.product-modal__specs .assortment-specs__row {
  min-height: 54px;
}

.product-modal__specs .assortment-specs__label,
.product-modal__specs .assortment-specs__value {
  font-size: 14px;
}

.product-modal__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: auto;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #121313;
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-modal__contact:hover,
.product-modal__contact:focus-visible {
  color: #fff;
  background: #2c2e2e;
  transform: translateY(-1px);
}

.post-content-modal__dialog {
  border: 1px solid #e4e2df;
  color: #171818;
  background: #fff;
  box-shadow: 0 30px 90px rgba(18, 19, 19, 0.18);
}

.legal-center {
  color: #303131;
}

.legal-center__tabs {
  padding-bottom: 2px;
  border-bottom: 0;
}

.legal-center__tab {
  border-color: #d9d7d4;
  color: #2d2e2e;
  background: #fff;
}

.legal-center__tab:hover,
.legal-center__tab:focus-visible {
  border-color: #121313;
}

.legal-center__tab.is-active {
  border-color: #121313;
  color: #fff;
  background: #121313;
}

.legal-center__panel h2,
.legal-center__panel h3 {
  color: #121313;
}

.legal-center__panel p,
.legal-center__panel li {
  color: #555250;
}

.legal-center__panel a {
  color: #121313;
  text-decoration-color: #8d8985;
  text-underline-offset: 3px;
}

.aido-cookie-banner {
  gap: 28px;
  width: min(1080px, calc(100% - 32px));
  padding: 18px 20px;
  border: 1px solid #e7e1dc;
  color: #121313;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 70px rgba(41, 35, 30, 0.16);
}

.aido-cookie-banner__copy {
  max-width: 790px;
}

.aido-cookie-banner__copy p {
  color: #4f4b48;
  font-size: 14px;
  line-height: 1.55;
}

.aido-cookie-banner__copy a {
  color: #b85f3e;
  font: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.aido-cookie-banner__actions {
  display: flex;
}

.aido-cookie-banner__button {
  min-height: 44px;
  padding: 11px 17px;
  border-radius: 12px;
  font-size: 13px;
}

.aido-cookie-banner__button--secondary {
  border-color: #c46d4a;
  color: #fff;
  background: #c46d4a;
}

.aido-cookie-banner__button--secondary:hover,
.aido-cookie-banner__button--secondary:focus-visible {
  border-color: #a95133;
  background: #a95133;
}

.aido-edition-badge {
  min-width: 0;
  aspect-ratio: 1365 / 334;
}

.aido-edition-badge__image {
  object-fit: contain;
}

.featured-product__edition-badge {
  width: clamp(200px, 22vw, 260px);
  min-width: 0;
}

.assortment-card__edition-badge {
  width: clamp(190px, 21vw, 250px);
  min-width: 0;
}

.product-modal__edition-badge {
  width: clamp(170px, 18vw, 210px);
  min-width: 0;
}

.product-modal__thumb-frame {
  padding: 3px;
}

.assortment-card__button {
  margin-top: 38px;
}

.site-footer__legal-links {
  display: contents;
}

.site-header__commerce {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.site-header__commerce--mobile {
  display: none;
}

.site-header__commerce-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  color: var(--color-text);
  background-color: var(--color-surface);
  transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.site-header__commerce-link:hover,
.site-header__commerce-link.is-active {
  border-color: rgba(18, 19, 19, 0.2);
  background-color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(18, 19, 19, 0.08);
}

.site-header__commerce-link:focus-visible {
  outline: 2px solid #a95f3e;
  outline-offset: 3px;
}

.site-header__commerce-icon {
  display: block;
  width: 21px;
  height: 21px;
}

.site-header__commerce-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1320px) {
  .site-header__commerce-link {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1250px) {
  .site-header__commerce--desktop {
    display: none;
  }

  .site-header__commerce--mobile {
    display: flex;
    margin-left: auto;
  }

  .site-header__commerce--mobile .site-header__commerce-link {
    width: calc(44px - 2px * var(--mobile-header-progress));
    height: calc(44px - 2px * var(--mobile-header-progress));
    border-color: rgba(232, 226, 218, 0.92);
    border-radius: calc(14px - 2px * var(--mobile-header-progress));
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .site-header__commerce--mobile {
    gap: 4px;
  }

  .site-header__commerce--mobile .site-header__commerce-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .site-header__commerce-icon {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 900px) {
  .product-modal__layout {
    grid-template-columns: 1fr;
  }

  .product-modal__gallery {
    grid-template-columns: 1fr;
    align-self: stretch;
    aspect-ratio: auto;
  }

  .product-modal__main-shell {
    height: auto;
  }

  .product-modal__thumbs-swiper {
    width: 100%;
    height: 78px;
    margin-top: 10px;
  }

  .product-modal__thumb-slide {
    width: 72px;
    height: 72px;
  }

  .product-modal__content {
    padding: 0;
  }

  .aido-cookie-banner__actions {
    display: flex;
  }
}

@media (max-width: 560px) {
  .featured-product__edition-badge {
    width: clamp(150px, 46vw, 190px);
  }

  .assortment-card__edition-badge,
  .product-modal__edition-badge {
    width: clamp(135px, 42vw, 180px);
  }

  .product-modal__dialog {
    width: calc(100% - 16px);
    padding: 54px 14px 18px;
  }

  .product-modal__gallery {
    gap: 8px;
  }

  .product-modal__title {
    font-size: 26px;
  }

  .product-modal__contact {
    min-height: 50px;
  }

  .aido-cookie-banner {
    gap: 14px;
  }

  .aido-cookie-banner__copy p {
    font-size: 13px;
  }

  .aido-cookie-banner__actions,
  .aido-cookie-banner__button {
    width: 100%;
  }

}

/* Final gallery containment override. */
.product-modal__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  grid-template-rows: minmax(0, 1fr);
  height: min(520px, 68dvh);
  min-width: 0;
  aspect-ratio: auto;
  overflow: hidden;
}

.product-modal__main-shell {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.product-modal__main-swiper,
.product-modal__main-swiper .swiper-wrapper,
.product-modal__main-swiper .swiper-slide,
.product-modal__main-frame {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.product-modal__main-swiper,
.product-modal__main-swiper .swiper-slide {
  overflow: hidden;
}

.product-modal__main-swiper .swiper-slide {
  flex-shrink: 0;
}

.product-modal__thumbs-swiper {
  grid-column: 2;
  grid-row: 1;
  width: 76px;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.product-modal__thumb-slide {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  overflow: hidden;
}

.product-modal__main-image,
.product-modal__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .product-modal__gallery {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(300px, 1fr) 78px;
    height: auto;
    overflow: visible;
  }

  .product-modal__main-shell {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1 / 1;
  }

  .product-modal__thumbs-swiper {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 78px;
  }

  .product-modal__thumb-slide {
    width: 72px;
    height: 72px;
  }
}

/* Final WooCommerce account layout override. */
body.woocommerce-account .content-page__content > .woocommerce {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

@media (max-width: 768px) {
  body.woocommerce-account .content-page__content > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    grid-row: 1;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-row: 2;
  }
}

/* Commerce experience v3: collection purchase, cart, and account. */
:root {
  --aido-commerce-ink: #121313;
  --aido-commerce-muted: #73716e;
  --aido-commerce-line: #e7e4e0;
  --aido-commerce-soft: #f7f6f4;
  --aido-commerce-accent: #a95f3e;
  --aido-commerce-success: #287451;
}

.assortment-card__commerce,
.product-modal__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.assortment-card__commerce {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--aido-commerce-line);
}

.assortment-card__price,
.product-modal__price {
  display: grid;
  gap: 4px;
}

.assortment-card__price > span,
.product-modal__price > span {
  color: var(--aido-commerce-muted);
  font-family: var(--font-header);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.assortment-card__price strong,
.product-modal__price strong,
.assortment-card__price .amount,
.product-modal__price .amount {
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.assortment-card__stock,
.product-modal__stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--aido-commerce-success);
  font-family: var(--font-header);
  font-size: 12px;
  white-space: nowrap;
}

.assortment-card__stock i,
.product-modal__stock i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(40, 116, 81, 0.1);
}

.assortment-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
  gap: 10px;
  margin-top: 18px;
}

.assortment-card__actions .assortment-card__button,
.assortment-card__actions .assortment-card__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  border-radius: 12px;
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.assortment-card__actions .assortment-card__button {
  border: 1px solid var(--aido-commerce-line);
  color: var(--aido-commerce-ink);
  background: #fff;
}

.assortment-card__actions .assortment-card__cart {
  border: 1px solid var(--aido-commerce-ink);
  color: #fff;
  background: var(--aido-commerce-ink);
}

.assortment-card__actions .assortment-card__button:hover,
.assortment-card__actions .assortment-card__button:focus-visible {
  border-color: var(--aido-commerce-ink);
  background: var(--aido-commerce-soft);
}

.assortment-card__actions .assortment-card__cart:hover,
.assortment-card__actions .assortment-card__cart:focus-visible {
  color: #fff;
  background: #2b2c2c;
}

.assortment-card__cart.is-loading,
.product-modal__contact.is-loading {
  cursor: progress;
  opacity: 0.62;
}

.assortment-card__cart.is-added,
.product-modal__contact.is-added {
  border-color: var(--aido-commerce-success);
  color: #fff;
  background: var(--aido-commerce-success);
}

.product-modal__purchase {
  display: grid;
  gap: 18px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--aido-commerce-line);
}

.product-modal__purchase-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.product-modal__purchase .product-modal__contact,
.product-modal__cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0;
  border-radius: 13px;
  font-family: var(--font-header);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.product-modal__cart-link {
  border: 1px solid var(--aido-commerce-line);
  color: var(--aido-commerce-ink);
  background: #fff;
}

.product-modal__cart-link[hidden] {
  display: none;
}

.product-modal__purchase-note {
  margin: -4px 0 0;
  color: var(--aido-commerce-muted);
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

body.woocommerce-account,
body.woocommerce-cart {
  background: #fff;
}

body.woocommerce-account:not(.logged-in) .content-page__content > .woocommerce {
  display: block !important;
}

.aido-auth-intro {
  display: grid;
  justify-items: start;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: left;
}

.aido-auth-intro__eyebrow {
  margin: 0 0 12px;
  color: var(--aido-commerce-accent);
  font-family: var(--font-header);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aido-auth-intro__title {
  max-width: 650px;
  margin: 0;
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.aido-auth-intro__text {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--aido-commerce-muted);
  font-family: var(--font-header);
  font-size: 15px;
  line-height: 1.6;
}

.aido-auth-intro__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.aido-auth-intro__benefits span {
  padding: 8px 11px;
  border: 1px solid var(--aido-commerce-line);
  border-radius: 999px;
  color: #555350;
  background: #fff;
  font-family: var(--font-header);
  font-size: 12px;
}

body.woocommerce-account:not(.logged-in) .u-columns {
  max-width: 940px;
  margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .u-column1,
body.woocommerce-account:not(.logged-in) .u-column2 {
  display: flex;
  flex-direction: column;
}

body.woocommerce-account:not(.logged-in) .u-column1 > h2,
body.woocommerce-account:not(.logged-in) .u-column2 > h2 {
  margin: 0 0 14px;
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  flex: 1;
  padding: 26px !important;
  border-color: var(--aido-commerce-line) !important;
  box-shadow: 0 18px 60px rgba(18, 19, 19, 0.04);
}

body.woocommerce-account .show-password-input {
  top: 50% !important;
  right: 14px !important;
  transform: translateY(-50%);
}

body.woocommerce-account .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.woocommerce-account .woocommerce-LostPassword {
  margin: 14px 0 0;
}

body.woocommerce-account .woocommerce-LostPassword a,
body.woocommerce-account .woocommerce-privacy-policy-link {
  color: var(--aido-commerce-muted);
  text-underline-offset: 3px;
}

.aido-account-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.aido-account-overview__card {
  display: grid;
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--aido-commerce-line);
  border-radius: 16px;
  color: var(--aido-commerce-ink);
  background: var(--aido-commerce-soft);
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.aido-account-overview__card:hover,
.aido-account-overview__card:focus-visible {
  border-color: var(--aido-commerce-ink);
  background: #fff;
  transform: translateY(-2px);
}

.aido-account-overview__index {
  color: var(--aido-commerce-accent);
  font-family: var(--font-header);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.aido-account-overview__card strong {
  align-self: end;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
}

.aido-account-overview__card > span:last-child {
  margin-top: 6px;
  color: var(--aido-commerce-muted);
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1.4;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
  color: var(--aido-commerce-ink);
  font-family: var(--font-header);
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  min-width: 0;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart__submit-container {
  border-color: var(--aido-commerce-line) !important;
}

body.woocommerce-cart .wc-block-cart-items {
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
}

body.woocommerce-cart .wc-block-cart-items__row {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--aido-commerce-line);
}

body.woocommerce-cart .wc-block-cart-item__image {
  padding: 18px 0 18px 18px !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
  width: 104px;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: contain;
  background: var(--aido-commerce-soft);
}

body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-cart .wc-block-cart-item__total {
  padding: 22px 18px !important;
}

body.woocommerce-cart .wc-block-components-product-name {
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  min-height: 42px;
  border: 1px solid var(--aido-commerce-line);
  border-radius: 10px;
  background: #fff;
}

body.woocommerce-cart .wc-block-cart__sidebar {
  padding: 24px !important;
  border: 1px solid var(--aido-commerce-line);
  border-radius: 20px;
  background: var(--aido-commerce-soft);
}

body.woocommerce-cart .wc-block-cart__totals-title {
  padding: 0 0 18px !important;
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: 24px !important;
  font-weight: 500 !important;
  text-align: left !important;
}

body.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button {
  min-height: 56px;
  border-radius: 13px;
  color: #fff;
  background: var(--aido-commerce-ink);
  font-weight: 500;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding: 32px 0 0;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 0 auto 44px !important;
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 500;
  letter-spacing: -0.03em;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title::before {
  display: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  color: var(--aido-commerce-muted);
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 22px 0 0 !important;
}

body.woocommerce-cart .wc-block-grid__product {
  width: auto !important;
  max-width: none !important;
  padding: 22px !important;
  border: 1px solid var(--aido-commerce-line) !important;
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

body.woocommerce-cart .wc-block-grid__product-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: contain;
  background: var(--aido-commerce-soft);
}

body.woocommerce-cart .wc-block-grid__product-title {
  margin: 16px 0 8px;
  color: var(--aido-commerce-ink);
  font-family: var(--font-primary);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
}

body.woocommerce-cart .wc-block-grid__product-price {
  color: var(--aido-commerce-ink);
  font-size: 16px;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
  color: #fff;
  background: var(--aido-commerce-ink);
}

@media (max-width: 900px) {
  .aido-account-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  .aido-account-overview__card {
    min-height: 124px;
  }
}

@media (max-width: 680px) {
  .assortment-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .assortment-card__actions .assortment-card__button,
  .assortment-card__actions .assortment-card__cart {
    width: 100%;
  }

  .product-modal__price-row {
    align-items: flex-start;
  }

  .aido-auth-intro {
    margin-bottom: 26px;
  }

  .aido-auth-intro__benefits {
    gap: 6px;
  }

  body.woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image {
    padding-left: 10px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image img {
    width: 76px;
  }

  body.woocommerce-cart .wc-block-cart__sidebar {
    padding: 18px !important;
    border-radius: 16px;
  }

  body.woocommerce-cart .wc-block-grid__products {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-cart .wc-block-grid__product {
    padding: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assortment-card__actions *,
  .aido-account-overview__card {
    transition: none !important;
  }
}

@media (max-width: 900px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    scrollbar-width: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none;
  }
}

/* Responsive stability and accessibility pass — 2026-08-01. */
:root {
  --color-text-muted: #68635f;
}

html body .featured-product__description,
html body .assortment-card__description,
html body .how-to-use-card__description,
html body .product-modal__description,
html body .product-modal__purchase-note,
html body .site-footer__description,
html body .site-footer__info-label,
html body .site-footer__nav-link {
  color: #68635f !important;
}

html body .assortment-card .assortment-card__price > span {
  color: #68635f !important;
  font-size: 12px !important;
  letter-spacing: 0.04em;
}

.site-header__shell,
.site-header.is-scrolled .site-header__shell {
  border-radius: 14px !important;
}

html body .scroll-to-top,
html body .scroll-top-button {
  top: calc(var(--site-header-height, 84px) + 8px) !important;
}

html body .aido-auth-modal .aido-auth-modal__choice {
  border: 2px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

html body .aido-auth-modal .aido-auth-modal__choice:hover,
html body .aido-auth-modal .aido-auth-modal__choice:focus-visible,
html body .aido-auth-modal .aido-auth-modal__choice:active {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

html body .aido-auth-modal .aido-auth-modal__choice:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"] {
  touch-action: manipulation;
}

.site-header__commerce-link,
.site-header__toggle,
.scroll-top-button,
.aido-auth-modal button,
.aido-auth-modal a {
  transition-duration: 120ms !important;
}

.site-header__commerce-link:active,
.site-header__toggle:active,
.scroll-top-button:active,
.aido-auth-modal button:active,
.aido-auth-modal a:active {
  transform: scale(0.97);
}

.aido-cookie-banner__button {
  min-height: 44px !important;
}

.site-header__branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.site-footer__logo-link,
.site-footer__info-value,
.wholesale-b2b__phone,
.aido-certificate-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.aido-certificate-link {
  min-width: 44px;
  justify-content: center;
}

.how-to-use-card__media {
  height: auto !important;
  aspect-ratio: 16 / 9;
}

.content-page__inner,
.content-page__header,
.content-page__content,
.content-page__content > * {
  min-width: 0;
  max-width: 100%;
}

.content-page__title,
.content-page__content :where(h1, h2, h3, h4, h5, h6) {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: wrap;
}

html body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-header__toggle {
  border-color: #121313 !important;
  color: #ffffff !important;
  background: #121313 !important;
}

html body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-header__toggle-dots span {
  background-color: #ffffff !important;
}

html body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-header__drawer .site-header__toggle--close {
  border-color: transparent !important;
  color: #121313 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-header__drawer .site-header__toggle-close::before,
html body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-header__drawer .site-header__toggle-close::after {
  background-color: #121313 !important;
}

@media (max-width: 1250px) {
  .site-header {
    padding-top: calc(18px - 8px * var(--mobile-header-progress)) !important;
    padding-bottom: calc(18px - 8px * var(--mobile-header-progress)) !important;
  }

  .site-header.is-scrolled .site-header__shell,
  .site-header__shell {
    min-height: 48px !important;
  }

  .site-header__drawer .site-header__toggle--close {
    width: 44px !important;
    height: 44px !important;
    margin: -14px;
  }

  .site-header__commerce--mobile {
    display: none !important;
  }

  .site-header__commerce--drawer {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 20px;
  }

  .site-header__commerce--drawer .site-header__commerce-link {
    position: relative;
    width: 100% !important;
    min-width: 0;
    height: 48px !important;
    min-height: 48px;
    gap: 8px;
    padding: 0 12px;
    border-color: rgba(18, 19, 19, 0.12);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
  }

  .site-header__commerce--drawer .site-header__commerce-link:hover,
  .site-header__commerce--drawer .site-header__commerce-link.is-active {
    border-color: #121313;
    color: #ffffff;
    background: #121313;
    transform: none;
    box-shadow: none;
  }

  .site-header__commerce--drawer .site-header__commerce-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .site-header__commerce-label {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header__commerce--drawer .aido-cart-badge {
    top: -5px;
    right: -5px;
  }

  body.menu-is-open {
    padding-right: 0 !important;
  }

  html body .scroll-to-top,
  html body .scroll-top-button {
    right: var(--site-header-control-right, 26px) !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
  }

  html body .scroll-to-top svg,
  html body .scroll-top-button svg {
    width: 44px !important;
    height: 44px !important;
  }

  .site-header__drawer-branding .custom-logo-link,
  .site-header__drawer-menu-link,
  .site-header__drawer-phone,
  .site-header__drawer-legal-link {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .site-header__drawer-body {
    padding-top: 24px;
  }

  .site-header__drawer-menu {
    gap: 10px;
  }

  .site-header__drawer-divider {
    margin: 24px 0;
  }

  .site-header__drawer-legal-list {
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .advantages-card {
    gap: 24px !important;
  }

  .site-footer__description,
  .site-footer__nav-link,
  .site-footer__info-label,
  .site-footer__info-value {
    color: #68635f !important;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .how-to-use__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .how-to-use-card {
    padding: 16px !important;
  }

  html body .product-modal__main-shell {
    max-height: 420px !important;
    aspect-ratio: 4 / 3 !important;
  }

  html body .product-modal__gallery {
    grid-template-rows: minmax(0, auto) 78px !important;
  }

  html body .product-modal__close,
  html body .aido-slider-nav__button {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 800px) {
  html body .site-footer__shell {
    padding: 24px !important;
    border-radius: 18px;
    background-color: #f5f5f5 !important;
  }

  html body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-footer__shell {
    padding: 24px !important;
    border-radius: 18px !important;
    background-color: #f5f5f5 !important;
  }

  .site-footer__nav--primary {
    margin-top: 28px !important;
  }

  .site-footer__nav--secondary,
  .site-footer__nav + .site-footer__info {
    margin-top: 24px !important;
    padding-top: 24px !important;
  }

  .site-footer__nav-list {
    gap: 0 !important;
  }

  .site-footer__nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 8px 0;
    line-height: 1.35;
  }
}

@media (max-width: 680px) {
  .assortment-card__media {
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  .advantages-card {
    gap: 18px !important;
  }

  .advantages-card__description {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .how-to-use-card {
    padding: 16px !important;
  }

  .how-to-use-card__media {
    min-height: 0 !important;
  }

  .wholesale-b2b__shell {
    padding: 24px !important;
  }

  .faq__list {
    gap: 10px !important;
  }

  html body .product-modal__dialog {
    width: calc(100% - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    padding: 54px 14px 18px !important;
    border-radius: 20px !important;
  }

  html body .product-modal__main-shell {
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .content-page__content {
    font-size: 16px;
    line-height: 1.6;
  }

  .content-page__title {
    font-size: clamp(28px, 9vw, 34px) !important;
    line-height: 1.05;
  }

  .content-page__content h1 {
    font-size: clamp(25px, 8vw, 30px) !important;
    line-height: 1.08 !important;
  }

  .content-page__content h2 {
    font-size: clamp(22px, 7vw, 27px) !important;
  }

  .content-page__content h3 {
    font-size: clamp(20px, 6.5vw, 24px) !important;
  }

  .aido-cookie-banner {
    bottom: 8px !important;
    gap: 12px !important;
    width: calc(100% - 16px) !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .aido-cookie-banner__copy p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .aido-cookie-banner__button {
    min-height: 44px !important;
  }
}

@media (max-width: 480px) {
  .site-header__toggle {
    width: 44px !important;
    height: 44px !important;
  }

  .site-header__drawer-panel {
    width: min(320px, calc(100% - 24px)) !important;
  }

  html body.woocommerce-cart .aido-stage-cart {
    padding: 12px 0 !important;
  }

  html body.woocommerce-cart .aido-stage-cart__free {
    min-height: 0 !important;
    padding: 14px 16px !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto !important;
    grid-template-areas:
      "image body"
      "progress progress"
      "price price"
      "actions actions" !important;
    column-gap: 14px !important;
    row-gap: 16px !important;
    min-height: 0 !important;
    padding: 18px 16px 20px !important;
    overflow: visible !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card__image {
    grid-area: image !important;
    width: 84px !important;
    height: 84px !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card__body {
    grid-area: body !important;
    min-width: 0 !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card__body h2 {
    margin: 0 0 6px !important;
    overflow: visible !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card__body p {
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
    color: #68635f !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    -webkit-line-clamp: unset !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card__side {
    display: contents !important;
  }

  html body.woocommerce-cart .aido-discount-progress {
    grid-area: progress !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body.woocommerce-cart .aido-stage-price {
    grid-area: price !important;
    justify-content: flex-start !important;
  }

  html body.woocommerce-cart .aido-stage-cart-card__actions {
    grid-area: actions !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    justify-content: flex-start !important;
  }

  html body.woocommerce-cart .aido-qty--cart {
    width: calc(100% - 52px) !important;
    height: 44px !important;
    min-height: 44px !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  }

  html body.woocommerce-cart .aido-qty--cart button,
  html body.woocommerce-cart .aido-qty--cart .aido-qty__value {
    height: 42px !important;
    min-height: 42px !important;
  }

  html body.woocommerce-cart .aido-stage-cart-remove {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
  }
}

@media (max-width: 360px) {
  .content-page__title {
    font-size: 26px !important;
  }

  .content-page__content h1 {
    font-size: 22px !important;
  }
}

/* Cart discount milestone mark adjustment — 2026-08-01. */
html body .aido-final-toast__progress .aido-final-toast__mark,
html body.woocommerce-cart .aido-cart-progress .aido-cart-progress__mark {
  position: absolute !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #b8b5b1 !important;
  transform: translate(-50%, -50%) !important;
}
