/* =========================================================
   APP CSS — CLEANED AND ORGANIZED
   Generated from app (2).css
   Notes:
   - duplicate identical selectors inside the same media context are merged;
   - duplicate declarations keep the effective final value;
   - media blocks are merged and sorted from wider to narrower breakpoints;
   - declarations keep cascade-safe order after deduplication.
========================================================= */

/* =========================================================
   01. Fonts and variables
========================================================= */

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

/* =========================================================
   Promo list/detail refinements and sticky catalog toolbar
========================================================= */

.promo-list-page,
.promo-detail-page {
  max-width: 1760px;
  margin: 0 auto;
  padding: 46px 28px 90px;
}

.promo-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  padding-bottom: 28px;
}

.promo-list-head h1 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 650;
  line-height: 1.1;
}

.promo-list-head__sale-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(201, 4, 11, 0.18);
}

.promo-list-head__sale-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.promo-offers-grid--list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 52px 0 42px;
}

.promo-offers-grid--list .promo-offer-card {
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.04);
}

.promo-offers-grid--list .promo-offer-card__body {
  padding: 14px 16px 18px;
}

.promo-offers-grid--list .promo-offer-card__body small {
  font-size: 13px;
}

.promo-offers-grid--list .promo-offer-card__body strong {
  font-size: 22px;
  line-height: 1.08;
}

.sale-products-catalog {
  margin-top: 42px;
  scroll-margin-top: calc(var(--catalog-toolbar-top, 120px) + 24px);
}

.sale-products-catalog__head h2 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 650;
  line-height: 1.1;
}

.sale-products-catalog__dock {
  margin: 0 0 12px;
}

.sale-products-catalog__dock .product-dock {
  grid-auto-columns: minmax(172px, 1fr);
}

.sale-products-catalog__dock .product-dock a {
  position: relative;
  min-height: 178px;
}

.sale-products-catalog__dock .product-dock a.is-active {
  border-color: rgba(201, 4, 11, 0.34);
  box-shadow: 0 16px 34px rgba(201, 4, 11, 0.08);
}

.sale-products-catalog__dock .product-dock small {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f1ef;
  color: rgba(36, 36, 36, 0.62);
  font-size: 13px;
  font-weight: 650;
}

.sale-products-catalog__filters {
  padding-top: 20px;
  padding-bottom: 28px;
}

.sale-products-catalog__grid {
  padding-top: 8px;
}

[data-catalog-toolbar] {
  position: sticky !important;
  top: max(0px, calc(var(--catalog-toolbar-top, 104px) - var(--catalog-toolbar-overlap, 14px)));
  z-index: 1180 !important;
  background: rgba(246, 246, 244, 0.94);
  backdrop-filter: blur(18px);
  transition: transform 0.24s ease, opacity 0.24s ease, box-shadow 0.24s ease;
  will-change: transform;
}

[data-catalog-toolbar].is-scroll-ready {
  margin-inline: calc((100vw - min(100vw, 1760px)) / -2);
  padding-inline: calc((100vw - min(100vw, 1760px)) / 2);
  box-shadow: 0 14px 28px rgba(28, 28, 28, 0.08);
}

[data-catalog-toolbar].is-scroll-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - var(--catalog-toolbar-top, 104px)));
}

.catalog-scroll-top {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 1240;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(28, 28, 28, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.catalog-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.catalog-scroll-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.promo-detail-page {
  max-width: 1680px;
}

.promo-detail-top {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin-bottom: 24px;
}

.promo-detail-back {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 15px;
  background: #fff;
  color: rgba(36, 36, 36, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.promo-detail-back svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.promo-detail-top p {
  margin: 0;
  color: rgba(36, 36, 36, 0.68);
  font-size: 18px;
  font-weight: 500;
}

.promo-detail-top h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 650;
  line-height: 1;
}

.promo-detail-visual {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.promo-detail-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  object-fit: contain;
  background: #f7f3ee;
}

.promo-detail-mobile-actions {
  display: none;
}

.promo-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 28px;
  align-items: start;
  margin-top: 18px;
}

.promo-detail-content {
  border-radius: 8px;
  padding: 30px 34px 40px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.promo-detail-content h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 34px;
  font-weight: 650;
  line-height: 1.1;
}

.promo-detail-content .article-text {
  max-width: 1040px;
  color: rgba(36, 36, 36, 0.78);
  font-size: 17px;
  line-height: 1.54;
}

.promo-detail-salon-card.product-salon-card {
  position: sticky;
  top: calc(var(--catalog-toolbar-top, 120px) + 24px);
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
  padding: 22px;
}

.promo-detail-salon-card .product-salon-card__brand {
  min-height: 156px;
}

.promo-detail-salon-card .product-salon-card__actions {
  display: grid;
  justify-content: stretch;
}

.promo-detail-salon-card .product-salon-card__actions a {
  justify-content: center;
}

@media (max-width: 1180px) {
  .promo-offers-grid--list {
    gap: 20px;
  }

  .promo-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-detail-salon-card.product-salon-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .promo-list-page,
  .promo-detail-page {
    width: 100%;
    padding: 28px 24px 96px;
  }

  .promo-list-head {
    gap: 14px;
    padding-bottom: 18px;
  }

  .promo-list-head h1 {
    font-size: 28px;
  }

  .promo-list-head__sale-link {
    min-height: 46px;
    padding: 0 18px;
    font-size: 16px;
  }

  .promo-offers-grid--list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 32px 0 30px;
  }

  .promo-offers-grid--list .promo-offer-card__body {
    padding: 14px 14px 18px;
  }

  .promo-offers-grid--list .promo-offer-card__body strong {
    font-size: 22px;
  }

  .sale-products-catalog__dock .product-dock {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(154px, 48%);
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .sale-products-catalog__dock .product-dock a {
    min-height: 154px;
  }

  [data-catalog-toolbar] {
    top: var(--catalog-toolbar-top, 88px);
    margin-inline: -24px;
    padding-inline: 14px;
    overflow-x: auto !important;
    background: rgba(246, 246, 244, 0.96);
  }

  [data-catalog-toolbar].is-scroll-ready {
    margin-inline: -24px;
    padding-inline: 14px;
  }

  .catalog-scroll-top {
    bottom: 74px;
    width: 48px;
    height: 48px;
  }

  .promo-detail-top {
    gap: 12px;
    margin-bottom: 14px;
  }

  .promo-detail-top h1 {
    font-size: 34px;
  }

  .promo-detail-top p {
    font-size: 15px;
  }

  .promo-detail-visual {
    margin-inline: -24px;
    border-radius: 0;
  }

  .promo-detail-visual img {
    aspect-ratio: 2.1 / 1;
  }

  .promo-detail-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 26px;
  }

  .promo-detail-mobile-actions a {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 16px;
    font-weight: 650;
    text-decoration: none;
  }

  .promo-detail-mobile-actions__primary {
    background: var(--brand) !important;
    color: #fff !important;
  }

  .promo-detail-layout {
    gap: 20px;
    margin-top: 0;
  }

  .promo-detail-content {
    margin-inline: -24px;
    border-radius: 0;
    padding: 28px 24px 34px;
  }

  .promo-detail-content h2 {
    font-size: 25px;
  }

  .promo-detail-content .article-text {
    font-size: 15px;
  }

  .promo-detail-salon-card.product-salon-card {
    margin-inline: -20px;
    padding: 20px;
  }
}

/* EOF interaction guard: keep catalog toolbar under modal layers. */
:root {
  --catalog-toolbar-overlap: 14px;
  --mobile-bottom-nav-height: 92px;
}

[data-catalog-toolbar] {
  top: max(0px, calc(var(--catalog-toolbar-top, 104px) - var(--catalog-toolbar-overlap))) !important;
  z-index: 1180 !important;
}

[data-catalog-toolbar].is-scroll-ready {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

[data-catalog-toolbar].is-scroll-hidden {
  transform: translateY(calc(-100% - var(--catalog-toolbar-top, 104px))) !important;
}

.catalog-scroll-top {
  z-index: 1240 !important;
}

.filter-dropdown__menu {
  z-index: 1320 !important;
}

.filter-overlay {
  z-index: 12000 !important;
}

.filter-overlay .filter-drawer {
  z-index: 12001 !important;
}

.commerce-overlay {
  z-index: 12200 !important;
}

.feedback-overlay,
.modal-overlay,
.popup-overlay {
  z-index: 12400 !important;
}

.room-catalog--embedded {
  margin-top: 40px;
}

.room-catalog--embedded .sale-products-catalog__head {
  margin-bottom: 22px;
}

.room-catalog--embedded .subcategory-slider {
  margin-top: 0;
}

.subcategory-card.is-active {
  border-color: rgba(201, 4, 11, 0.36) !important;
  box-shadow: 0 14px 28px rgba(201, 4, 11, 0.08) !important;
}

@media (max-width: 760px) {
  :root {
    --catalog-toolbar-overlap: 8px;
    --mobile-bottom-nav-height: 104px;
  }

  [data-catalog-toolbar] {
    top: max(0px, calc(var(--catalog-toolbar-top, 88px) - var(--catalog-toolbar-overlap))) !important;
    z-index: 1180 !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: fixed !important;
    top: auto !important;
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 16px) !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    max-height: min(42vh, 320px) !important;
    overflow-y: auto !important;
    z-index: 1320 !important;
  }

  .catalog-scroll-top {
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 12px) !important;
  }

  .room-catalog--embedded {
    margin-top: 30px;
  }
}

/* Final interaction overrides for catalog filters and promo sale dock. */
.promo-list-page .sale-products-dock {
  margin-top: 56px;
}

.filter-dropdown {
  z-index: 1260 !important;
}

.filter-dropdown.open,
.filter-dropdown.is-open,
.filter-dropdown.active {
  z-index: 1270 !important;
}

.filter-dropdown__menu {
  z-index: 1280 !important;
}

.filter-overlay,
.filter-overlay.active,
.ap-filter,
.ap-filter__overlay,
.ap-filter__drawer {
  z-index: 12000 !important;
}

.ap-filter__drawer {
  z-index: 12001 !important;
}

.feedback-overlay,
.modal-overlay,
.popup-overlay,
.commerce-overlay {
  z-index: 12200 !important;
}

.catalog-scroll-top {
  z-index: 1185 !important;
}

.catalog-scroll-top.is-visible,
.catalog-scroll-top.ap-scroll-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

@media (max-width: 760px) {
  :root {
    --catalog-toolbar-overlap: 24px;
    --mobile-bottom-nav-height: 104px;
  }

  [data-catalog-toolbar] {
    top: max(0px, calc(var(--catalog-toolbar-top, 88px) - var(--catalog-toolbar-overlap))) !important;
    z-index: 1180 !important;
    padding-top: var(--catalog-toolbar-overlap) !important;
    padding-bottom: 12px !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  [data-catalog-toolbar].is-scroll-ready {
    padding-top: var(--catalog-toolbar-overlap) !important;
    padding-bottom: 12px !important;
  }

  .room-filter-bar {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort,
  .filter-dropdown--sort.open,
  .filter-dropdown--sort.is-open,
  .filter-dropdown--sort.active {
    position: static !important;
    z-index: 1270 !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: fixed !important;
    top: auto !important;
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 14px) !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: min(42vh, 320px) !important;
    overflow-y: auto !important;
    z-index: 1280 !important;
  }

  .catalog-scroll-top {
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 16px) !important;
    z-index: 1185 !important;
  }
}

/* Round 4 true EOF overrides: mobile catalog toolbar is not sticky. */
.promo-list-page .room-catalog--embedded,
.promo-list-page .sale-products-catalog:not(.sale-products-dock) {
  display: none !important;
}

@media (max-width: 760px) {
  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] .room-filter-bar,
  [data-catalog-filter-bar] .room-filter-bar {
    position: relative !important;
    top: auto !important;
    z-index: 30 !important;
    margin-inline: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 18px !important;
    padding-inline: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  [data-catalog-toolbar].is-scroll-ready,
  [data-catalog-toolbar].is-scroll-hidden {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
  }

  .filter-dropdown--sort {
    position: relative !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    width: max-content !important;
    min-width: min(300px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 1280 !important;
  }

  .promo-list-page .catalog-scroll-top {
    display: none !important;
  }
}

/* Round 5 true EOF overrides: rich article text and shared drawer pages. */
.promo-detail-content .article-text,
.salon-detail-hero__text.article-text {
  white-space: normal !important;
  word-break: normal;
}

.promo-detail-content .article-text > *:first-child,
.salon-detail-hero__text.article-text > *:first-child {
  margin-top: 0 !important;
}

.promo-detail-content .article-text > *:last-child,
.salon-detail-hero__text.article-text > *:last-child {
  margin-bottom: 0 !important;
}

.promo-detail-content .article-text p,
.promo-detail-content .article-text ul,
.promo-detail-content .article-text ol,
.promo-detail-content .article-text h2,
.promo-detail-content .article-text h3,
.promo-detail-content .article-text h4,
.salon-detail-hero__text.article-text p,
.salon-detail-hero__text.article-text ul,
.salon-detail-hero__text.article-text ol,
.salon-detail-hero__text.article-text h2,
.salon-detail-hero__text.article-text h3,
.salon-detail-hero__text.article-text h4 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.promo-detail-content .article-text p + p,
.promo-detail-content .article-text p + ul,
.promo-detail-content .article-text ul + p,
.promo-detail-content .article-text ol + p,
.salon-detail-hero__text.article-text p + p,
.salon-detail-hero__text.article-text p + ul,
.salon-detail-hero__text.article-text ul + p,
.salon-detail-hero__text.article-text ol + p {
  margin-top: 12px !important;
}

.promo-detail-content .article-text h2,
.promo-detail-content .article-text h3,
.promo-detail-content .article-text h4,
.salon-detail-hero__text.article-text h2,
.salon-detail-hero__text.article-text h3,
.salon-detail-hero__text.article-text h4 {
  color: var(--ink);
  font-weight: 650;
  line-height: 1.2;
}

.promo-detail-content .article-text h2,
.salon-detail-hero__text.article-text h2 {
  font-size: 24px;
}

.promo-detail-content .article-text ul,
.promo-detail-content .article-text ol,
.salon-detail-hero__text.article-text ul,
.salon-detail-hero__text.article-text ol {
  display: block !important;
  padding-left: 1.25em !important;
  list-style-position: outside !important;
}

.promo-detail-content .article-text ul,
.salon-detail-hero__text.article-text ul {
  list-style-type: disc !important;
}

.promo-detail-content .article-text ol,
.salon-detail-hero__text.article-text ol {
  list-style-type: decimal !important;
}

.promo-detail-content .article-text li,
.salon-detail-hero__text.article-text li {
  display: list-item !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.promo-detail-content .article-text a,
.salon-detail-hero__text.article-text a {
  color: #d6000b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-detail-content .article-text img,
.salon-detail-hero__text.article-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 8px;
}

.sale-products-catalog > .ap-filter,
.salon-detail > .ap-filter {
  z-index: 12000;
}

.sale-products-catalog__filters,
.salon-catalog-toolbar {
  overflow: visible !important;
}

@media (max-width: 760px) {
  .promo-detail-content .article-text,
  .salon-detail-hero__text.article-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .promo-detail-content .article-text h2,
  .salon-detail-hero__text.article-text h2 {
    font-size: 21px;
  }
}

/* Round 5 final EOF overrides: rich article text and shared drawer pages. */
.promo-detail-content .article-text,
.salon-detail-hero__text.article-text {
  white-space: normal !important;
  word-break: normal;
}

.promo-detail-content .article-text > *:first-child,
.salon-detail-hero__text.article-text > *:first-child {
  margin-top: 0 !important;
}

.promo-detail-content .article-text > *:last-child,
.salon-detail-hero__text.article-text > *:last-child {
  margin-bottom: 0 !important;
}

.promo-detail-content .article-text p,
.promo-detail-content .article-text ul,
.promo-detail-content .article-text ol,
.promo-detail-content .article-text h2,
.promo-detail-content .article-text h3,
.promo-detail-content .article-text h4,
.salon-detail-hero__text.article-text p,
.salon-detail-hero__text.article-text ul,
.salon-detail-hero__text.article-text ol,
.salon-detail-hero__text.article-text h2,
.salon-detail-hero__text.article-text h3,
.salon-detail-hero__text.article-text h4 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.promo-detail-content .article-text p + p,
.promo-detail-content .article-text p + ul,
.promo-detail-content .article-text ul + p,
.promo-detail-content .article-text ol + p,
.salon-detail-hero__text.article-text p + p,
.salon-detail-hero__text.article-text p + ul,
.salon-detail-hero__text.article-text ul + p,
.salon-detail-hero__text.article-text ol + p {
  margin-top: 12px !important;
}

.promo-detail-content .article-text h2,
.promo-detail-content .article-text h3,
.promo-detail-content .article-text h4,
.salon-detail-hero__text.article-text h2,
.salon-detail-hero__text.article-text h3,
.salon-detail-hero__text.article-text h4 {
  color: var(--ink);
  font-weight: 650;
  line-height: 1.2;
}

.promo-detail-content .article-text h2,
.salon-detail-hero__text.article-text h2 {
  font-size: 24px;
}

.promo-detail-content .article-text ul,
.promo-detail-content .article-text ol,
.salon-detail-hero__text.article-text ul,
.salon-detail-hero__text.article-text ol {
  display: block !important;
  padding-left: 1.25em !important;
  list-style-position: outside !important;
}

.promo-detail-content .article-text ul,
.salon-detail-hero__text.article-text ul {
  list-style-type: disc !important;
}

.promo-detail-content .article-text ol,
.salon-detail-hero__text.article-text ol {
  list-style-type: decimal !important;
}

.promo-detail-content .article-text li,
.salon-detail-hero__text.article-text li {
  display: list-item !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.promo-detail-content .article-text a,
.salon-detail-hero__text.article-text a {
  color: #d6000b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-detail-content .article-text img,
.salon-detail-hero__text.article-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 8px;
}

.sale-products-catalog > .ap-filter,
.salon-detail > .ap-filter {
  z-index: 12000;
}

.sale-products-catalog__filters,
.salon-catalog-toolbar {
  overflow: visible !important;
}

@media (max-width: 760px) {
  .promo-detail-content .article-text,
  .salon-detail-hero__text.article-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .promo-detail-content .article-text h2,
  .salon-detail-hero__text.article-text h2 {
    font-size: 21px;
  }
}

/* Round 4 EOF overrides: mobile catalog toolbar is not sticky. */
.promo-list-page .room-catalog--embedded,
.promo-list-page .sale-products-catalog:not(.sale-products-dock) {
  display: none !important;
}

@media (max-width: 760px) {
  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] .room-filter-bar,
  [data-catalog-filter-bar] .room-filter-bar {
    position: relative !important;
    top: auto !important;
    z-index: 30 !important;
    margin-inline: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 18px !important;
    padding-inline: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  [data-catalog-toolbar].is-scroll-ready,
  [data-catalog-toolbar].is-scroll-hidden {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
  }

  .filter-dropdown--sort {
    position: relative !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    width: max-content !important;
    min-width: min(300px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 1280 !important;
  }

  .promo-list-page .catalog-scroll-top {
    display: none !important;
  }
}

/* =========================================================
   Final interaction fixes: toolbar layers and mobile sort
========================================================= */

:root {
  --catalog-toolbar-overlap: 14px;
  --mobile-bottom-nav-height: 92px;
}

[data-catalog-toolbar] {
  top: max(0px, calc(var(--catalog-toolbar-top, 104px) - var(--catalog-toolbar-overlap))) !important;
  z-index: 1180 !important;
}

[data-catalog-toolbar].is-scroll-ready {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

[data-catalog-toolbar].is-scroll-hidden {
  transform: translateY(calc(-100% - var(--catalog-toolbar-top, 104px))) !important;
}

.catalog-scroll-top {
  z-index: 1240 !important;
}

.filter-dropdown-menu,
.room-filter-dropdown,
.filter-dropdown__menu {
  z-index: 1320 !important;
}

.filter-overlay {
  z-index: 7200 !important;
}

.filter-overlay .filter-drawer {
  z-index: 7201 !important;
}

.commerce-overlay {
  z-index: 7400 !important;
}

.feedback-overlay,
.modal-overlay,
.popup-overlay {
  z-index: 7600 !important;
}

.room-catalog--embedded {
  margin-top: 40px;
}

.room-catalog--embedded .sale-products-catalog__head {
  margin-bottom: 22px;
}

.room-catalog--embedded .subcategory-slider {
  margin-top: 0;
}

.subcategory-card.is-active {
  border-color: rgba(201, 4, 11, 0.36) !important;
  box-shadow: 0 14px 28px rgba(201, 4, 11, 0.08) !important;
}

@media (max-width: 760px) {
  :root {
    --catalog-toolbar-overlap: 8px;
    --mobile-bottom-nav-height: 104px;
  }

  [data-catalog-toolbar] {
    top: max(0px, calc(var(--catalog-toolbar-top, 88px) - var(--catalog-toolbar-overlap))) !important;
    z-index: 1180 !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: fixed !important;
    top: auto !important;
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 16px) !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    max-height: min(42vh, 320px) !important;
    overflow-y: auto !important;
    z-index: 1320 !important;
  }

  .catalog-scroll-top {
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 12px) !important;
  }

  .room-catalog--embedded {
    margin-top: 30px;
  }
}

.feedback-captcha {
  width: min(304px, 100%) !important;
  min-height: 78px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.feedback-captcha .g-recaptcha {
  max-width: 100%;
  transform-origin: left top;
}

@media (max-width: 380px) {
  .feedback-captcha .g-recaptcha {
    transform: scale(0.9);
  }
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500 650;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: #f6f6f4;
  --surface: rgba(255, 255, 255, 0.9);
  --white: #ffffff;
  --ink: #242424;
  --muted: #727272;
  --line: rgba(36, 36, 36, 0.1);
  --line-strong: rgba(36, 36, 36, 0.16);
  --brand: #c9040b;
  --brand-dark: #a90008;
  --brand-soft: #fff0f0;
  --warm: #f5eee5;
  --mint: #e6f0e4;
  --blue: #edf4f7;
  --shadow-soft: 0 8px 24px rgba(28, 28, 28, 0.07);
  --shadow-card: 0 8px 20px rgba(28, 28, 28, 0.06);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1720px;
  --menu-left: 18px;
  --menu-top: 164px;
  --menu-width: calc(100vw - 36px);
  font-family: "Cera Pro", Arial, sans-serif;
}

/* =========================================================
   02. Base
========================================================= */

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  color: var(--ink);
  background: var(--page);
}

body {
  margin: 0;
  background: var(--page);
  font-family: "Cera Pro", Arial, sans-serif;
  letter-spacing: 0;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
}

svg {
  fill: currentColor;
}

@keyframes progress {
  from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

/* =========================================================
   03. Header and navigation
========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  max-width: none;
  margin: 0;
  padding: 0;
}

.header-island {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 14px rgba(28, 28, 28, 0.045);
}

.header-top {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4px 18px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.06);
  color: rgba(36, 36, 36, 0.72);
  font-size: 14px;
  line-height: 1;
}

.header-top__left,
.header-top__right,
.header-address {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-address {
  gap: 6px;
}

.header-address svg {
  width: 14px;
  height: 14px;
}

.header-top a:hover,
.header-quick-link:hover {
  color: var(--brand);
}

.header-top__phone {
  color: var(--ink);
  font-weight: 650;
}

.header-main {
  min-height: 66px;
  display: grid;
  grid-template-columns: 220px auto auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 18px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: 216px;
  height: 46px;
  object-fit: contain;
}

.catalog-button {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: var(--brand);
  font-size: 18px;
  font-weight: 650;
  box-shadow: 0 6px 14px rgba(201, 4, 11, 0.12);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.header-quick-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 10px;
  white-space: nowrap;
}

.header-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(36, 36, 36, 0.84);
  font-size: 18px;
  font-weight: 600;
}

.header-quick-link svg,
.header-quick-link .sale-icon {
  width: 18px;
  height: 25px;
}

.header-quick-link--sale {
  color: var(--brand);
}

.header-quick-link.is-active {
  color: var(--brand);
}

.catalog-button:hover {
  transform: translateY(-1px);
  background: var(--brand-dark);
}

body.menu-open .catalog-button {
  background: var(--brand-dark);
  box-shadow: 0 6px 14px rgba(201, 4, 11, 0.14);
}

.burger {
  position: relative;
  width: 18px;
  height: 14px;
  background: linear-gradient(#fff, #fff) 0 1px / 18px 2px no-repeat,
      linear-gradient(#fff, #fff) 0 6px / 18px 2px no-repeat,
      linear-gradient(#fff, #fff) 0 11px / 18px 2px no-repeat;
  transition: background 0.12s ease;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.12s ease, transform 0.18s ease;
}

body.menu-open .burger {
  background: none;
}

body.menu-open .burger::before,
body.menu-open .burger::after {
  opacity: 1;
}

body.menu-open .burger::before {
  transform: rotate(45deg);
}

body.menu-open .burger::after {
  transform: rotate(-45deg);
}

.top-links {
  display: none;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.top-links a {
  padding: 11px 13px;
  border-radius: 999px;
  color: rgba(36, 36, 36, 0.74);
  font-size: 14px;
  font-weight: 500;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.phone {
  white-space: nowrap;
  padding: 12px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 650;
  font-size: 14px;
}

.round-action {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}

.round-action svg {
  width: 22px;
  height: 22px;
}

.round-action:hover {
  background: rgba(36, 36, 36, 0.07);
}

.mobile-header-button {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 50%;
  background: rgba(36, 36, 36, 0.06);
}

.mobile-header-button span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--ink);
}

.mobile-bottom-nav,
.mobile-catalog {
  display: none;
}

.mobile-catalog__group.active .mobile-catalog__sublist,
.mobile-catalog__group.is-open .mobile-catalog__sublist {
  display: block;
}

.mobile-catalog__disabled {
  padding: 12px 0 12px 24px;
  font-weight: 600;
}

.mobile-header__catalog {
  display: none;
}

/* =========================================================
   04. Mega menu
========================================================= */

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  opacity: 0;
  background: rgba(17, 17, 17, 0.22);
  transition: opacity 0.18s ease;
}

.menu-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.mega-menu {
  position: fixed;
  top: var(--menu-top);
  left: var(--menu-left);
  z-index: 90;
  width: var(--menu-width);
  max-height: calc(100vh - var(--menu-top) - 14px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-top: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(22, 22, 22, 0.11);
  transform: translateY(-12px) scaleY(0.99);
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mega-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scaleY(1);
}

.mega-head {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 20px 28px;
}

.mega-head p,
.section-head p,
.map-copy p {
  margin: 0 0 5px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
}

.mega-head h2,
.section-head h2,
.map-copy h2 {
  margin: 0;
  letter-spacing: 0;
}

.mega-head h2 {
  font-size: 28px;
}

.mega-layout {
  display: grid;
  grid-template-columns: 246px minmax(0, 1fr) 360px;
  min-height: 340px;
}

.mega-layout:has(.mega-detail--rooms.active) {
  grid-template-columns: 246px minmax(0, 1fr);
}

.mega-layout:has(.mega-detail--rooms.active) .mega-feature-stack {
  display: none;
}

.mega-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-right: 1px solid var(--line);
  padding: 12px 0;
  background: #fff;
}

.mega-nav button {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  padding: 9px 20px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.mega-nav button:hover,
.mega-nav button.active {
  background: rgba(36, 36, 36, 0.045);
  box-shadow: none;
}

.mega-nav .mega-nav-sale {
  color: var(--brand);
}

.mega-nav .mega-nav-sale svg,
.mega-nav .mega-nav-sale .sale-icon {
  width: 18px;
  height: 25px;
}

.mega-nav img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.88;
}

.mega-nav .sale-icon {
  opacity: 1;
}

.mega-detail {
  display: none;
  grid-column: 2;
  grid-template-columns: minmax(0, 780px);
  gap: 0;
  align-content: start;
  padding: 44px 48px 36px;
}

.mega-detail.active {
  display: grid;
}

.mega-detail h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 650;
}

.mega-detail p {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.mega-column-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 260px));
  gap: 52px;
}

.mega-column-group {
  display: grid;
  align-content: start;
  gap: 13px;
}

.mega-column-group a {
  color: rgba(36, 36, 36, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.mega-column-group a:hover {
  color: var(--brand);
}

.mega-column-title {
  margin-bottom: 4px;
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mega-detail--rooms {
  grid-template-columns: minmax(0, 1fr);
  padding: 34px 36px 34px;
}

.mega-detail--rooms > div {
  min-width: 0;
}

.mega-detail--rooms p {
  max-width: 620px;
  margin-bottom: 22px;
}

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

.mega-layout:has(.mega-detail--rooms.active) .mega-room-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-room-card {
  min-height: 138px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: start;
  column-gap: 14px;
  row-gap: 6px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mega-room-card:hover {
  border-color: rgba(36, 36, 36, 0.24);
  background: #f8f8f7;
  box-shadow: 0 14px 28px rgba(28, 28, 28, 0.055);
  transform: translateY(-2px);
}

.mega-room-card__media {
  grid-row: 1 / 3;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 16px;
  background: #f6f6f5;
}

.mega-room-card__media img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: 0.86;
}

.mega-room-card strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.08;
}

.mega-room-card small {
  color: rgba(36, 36, 36, 0.58);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.28;
}

.mega-feature-stack {
  grid-column: 3;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 28px 28px 28px 0;
}

.mega-feature-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 18px;
  padding: 20px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff, #f8f8f6);
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mega-feature-card:hover {
  box-shadow: 0 16px 30px rgba(28, 28, 28, 0.085);
  transform: translateY(-2px);
}

.mega-feature-card span,
.mega-feature-card small {
  position: relative;
  z-index: 1;
}

.mega-feature-card span {
  max-width: 260px;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.08;
}

.mega-feature-card small {
  width: max-content;
  color: var(--brand);
  font-size: 14px;
  font-weight: 650;
}

.mega-feature-card--image {
  min-height: 166px;
  color: #fff;
  background: #5f534b;
}

.mega-feature-card--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(115deg, rgba(36, 36, 36, 0.76), rgba(201, 4, 11, 0.3) 52%, rgba(36, 36, 36, 0.12));
}

.mega-feature-card--image img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.mega-feature-card--image small {
  color: #fff;
}

.mega-feature-card--scheme {
  min-height: 118px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
}

.mega-feature-card--scheme::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.14);
}

.mega-feature-card--scheme small {
  color: #fff;
}

.mega-feature-stack--services {
  gap: 14px;
}

.mega-info-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 168px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 8px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 22px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mega-info-card:hover {
  border-color: rgba(36, 36, 36, 0.16);
  box-shadow: 0 18px 34px rgba(28, 28, 28, 0.07);
  transform: translateY(-2px);
}

.mega-info-card > span:not(.mega-info-card__link) {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(36, 36, 36, 0.055);
  color: rgba(36, 36, 36, 0.62);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.mega-info-card strong {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(20px, 1.35vw, 24px);
  font-weight: 650;
  line-height: 1.05;
}

.mega-info-card small {
  position: relative;
  z-index: 1;
  max-width: 205px;
  color: rgba(36, 36, 36, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.mega-info-card__link {
  position: relative;
  z-index: 1;
  align-self: end;
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: #242424;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

.mega-info-card--discounts {
  min-height: 176px;
  background: radial-gradient(circle at 86% 16%, rgba(201, 4, 11, 0.12), transparent 27%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 246, 0.96)),
      #fff;
}

.mega-info-card--discounts small {
  align-self: end;
  max-width: 100%;
  color: var(--brand);
  font-weight: 650;
}

.mega-info-card--discounts b {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 0;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 4, 11, 0.16);
  border-radius: 50%;
  color: var(--brand);
  background: rgba(201, 4, 11, 0.055);
  font-size: 14px;
  font-weight: 650;
}

.mega-info-card--scheme {
  min-height: 176px;
  background: linear-gradient(180deg, #fff, #f8f8f7);
}

.mega-info-card--scheme strong {
  white-space: nowrap;
  font-size: clamp(19px, 1.2vw, 22px);
}

.mega-info-card--scheme svg {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 0;
  width: 104px;
  height: 74px;
  overflow: visible;
  opacity: 0.58;
}

.mega-info-card--scheme svg path,
.mega-info-card--scheme svg circle {
  fill: none;
  stroke: rgba(36, 36, 36, 0.32);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mega-info-card--scheme svg circle {
  fill: var(--brand);
  stroke: #fff;
  stroke-width: 3;
}

.mega-picture {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  border-radius: 22px;
  background: var(--warm);
}

.mega-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.mega-picture span {
  position: relative;
  z-index: 1;
  margin: 18px;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  font-weight: 650;
}

.mega-picture--soft {
  min-height: 300px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, rgba(201, 4, 11, 0.9), rgba(36, 36, 36, 0.74)),
      var(--brand);
}

.mega-picture--soft span,
.mega-picture--soft strong,
.mega-picture--soft small {
  position: static;
  margin: 0;
}

.mega-picture--soft strong {
  max-width: 280px;
  font-size: 30px;
  line-height: 1.08;
}

.mega-picture--soft small {
  color: rgba(255, 255, 255, 0.78);
}

.mega-layout--divan {
  align-items: flex-start;
  grid-template-columns: minmax(240px, 300px) minmax(420px, 1fr) minmax(320px, 430px);
}

.mega-detail-wrap {
  min-width: 0;
}

.mega-nav--catalog {
  align-self: stretch;
}

.mega-nav--catalog > button img,
.mega-nav--catalog > .mega-nav-link img {
  display: none;
}

.mega-nav--catalog > button,
.mega-nav--catalog > .mega-nav-link {
  gap: 0;
}

.mega-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
}

.mega-nav-link img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.mega-column-link.is-disabled,
.mobile-catalog__disabled {
  display: block;
  color: #a2a2a2;
  cursor: default;
}

.mega-promo-card {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 28px;
  background: #bfefff;
  color: #202020;
  text-decoration: none;
}

.mega-promo-card__media {
  display: block;
  min-height: 160px;
  margin: -28px -28px 8px;
  background: linear-gradient(135deg, #d8dee3, #b8c9d5);
}

.mega-promo-card strong {
  font-size: 24px;
  line-height: 1.15;
}

.mega-promo-card small {
  color: #333;
  font-size: 16px;
}

.mega-promo-card em {
  justify-self: end;
  color: inherit;
  font-style: normal;
  text-decoration: underline;
}

/* =========================================================
   05. Home, hero and sliders
========================================================= */

.round-action,
.mobile-header-button,
.close-button,
.section-actions button,
.slider-arrow {
  border: 0;
  appearance: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: 16px;
  margin-top: 18px;
  padding-inline: 18px;
}

.slides,
.slide {
  position: absolute;
  inset: 0;
}

.slide {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
}

.slider-arrow svg {
  width: 24px;
  height: 24px;
}

.slider-arrow--prev {
  left: 22px;
}

.slider-arrow--next {
  right: 22px;
}

.slider-progress {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.68);
  transform: translateX(-50%);
}

.slider-progress button {
  border: 0;
  background: transparent;
  padding: 0;
}

.slider-progress span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(36, 36, 36, 0.26);
  transform: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.slider-progress button.active span {
  background: var(--brand);
  transform: scale(1.18);
}

.hero-action-card,
.hero-service-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-action-card:hover,
.hero-service-card:hover {
  border-color: rgba(36, 36, 36, 0.16);
  box-shadow: 0 18px 34px rgba(28, 28, 28, 0.07);
  transform: translateY(-2px);
}

.hero-action-card {
  min-height: 0;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 24px 24px 22px;
}

.hero-action-card--sale {
  color: #fff;
  background: radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.28), transparent 25%),
      linear-gradient(135deg, #d3070e, #9c1116);
}

.hero-action-card--sale::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.hero-action-card span,
.hero-service-card span {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(36, 36, 36, 0.055);
  color: rgba(36, 36, 36, 0.62);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}

.hero-action-card--sale span {
  background: rgba(255, 255, 255, 0.16);
}

.hero-action-card--sale span,
.hero-action-card--sale small,
.hero-action-card--sale strong {
  color: rgba(255, 255, 255, 0.78);
}

.hero-action-card--sale strong {
  color: #fff;
}

.hero-action-card strong {
  position: relative;
  z-index: 1;
  max-width: 250px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.04;
}

.hero-action-card small {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  color: var(--brand);
  font-size: 14px;
  font-weight: 650;
}

.hero-action-card--discounts {
  background: radial-gradient(circle at 86% 16%, rgba(201, 4, 11, 0.12), transparent 27%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 246, 0.96)),
      #fff;
}

.hero-action-card--discounts::after {
  content: "до -53%";
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 0;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 4, 11, 0.16);
  border-radius: 50%;
  color: var(--brand);
  background: rgba(201, 4, 11, 0.055);
  font-size: 14px;
  font-weight: 650;
}

.hero-service-card {
  min-height: 116px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  row-gap: 8px;
  padding: 18px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff, #f8f8f7);
}

.hero-service-card strong {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(20px, 1.35vw, 24px);
  font-weight: 650;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-service-card small {
  position: relative;
  z-index: 1;
  max-width: 205px;
  color: rgba(36, 36, 36, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.hero-service-card .hero-service-card__link {
  position: relative;
  z-index: 1;
  align-self: end;
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: #242424;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.hero-service-card svg {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 0;
  width: 104px;
  height: 74px;
  overflow: visible;
  opacity: 0.58;
}

.hero-service-card svg path,
.hero-service-card svg circle {
  fill: none;
  stroke: rgba(36, 36, 36, 0.32);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-service-card svg circle {
  fill: var(--brand);
  stroke: #fff;
  stroke-width: 3;
}

.product-dock {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 0px;
  margin-inline: 18px;
}

.product-dock a {
  min-height: 220px;
  display: grid;
  grid-template-rows: minmax(120px, 1fr) auto;
  align-items: end;
  justify-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  padding: 18px 14px;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-dock a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(28, 28, 28, 0.09);
}

.product-dock img {
  width: 100%;
  max-height: 142px;
  object-fit: contain;
}

.product-dock span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-weight: 650;
  text-align: center;
  line-height: 1.18;
}

.hero-aside {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.hero-info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  color: #050505;
  text-decoration: none;
  overflow: hidden;
}

.hero-info-card__icon {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.hero-info-card--scheme .hero-info-card__icon {
  width: 80px;
  height: 80px;
}

.hero-info-card span {
  margin: 40px 0 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-info-card strong {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.product-dock-title {
  margin-left: 14px;
  margin-top: 34px;
  margin-bottom: 34px;
  font-size: 30px;
  font-weight: 650;
}

/* =========================================================
   06. Services
========================================================= */

.service-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.22fr) repeat(3, minmax(0, 0.78fr));
  gap: 14px;
  margin-top: 48px;
  margin-inline: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 248px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 18px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover {
  border-color: rgba(36, 36, 36, 0.14);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(28, 28, 28, 0.08);
}

.service-card__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f5f5f3;
  color: var(--brand);
}

.service-card__icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.service-card__label {
  color: rgba(36, 36, 36, 0.54);
  font-size: 13px;
  font-weight: 500;
}

.service-card strong {
  color: inherit;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0;
}

.service-card small {
  max-width: 260px;
  color: rgba(36, 36, 36, 0.62);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.34;
}

.service-grid--focused .service-card__label {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(36, 36, 36, 0.055);
  color: rgba(36, 36, 36, 0.58);
}

.service-grid--focused .service-card__link {
  background: #242424;
  color: #fff;
}

.service-card--featured {
  color: var(--ink);
  background: radial-gradient(circle at 88% 16%, rgba(201, 4, 11, 0.16), transparent 30%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 245, 0.9));
}

.service-card--featured::before {
  border-color: rgba(201, 4, 11, 0.16);
  background: radial-gradient(circle at 68% 34%, rgba(201, 4, 11, 0.16), transparent 28%),
      rgba(255, 255, 255, 0.78);
}

.service-card--featured .service-card__label {
  color: var(--brand);
  background: rgba(201, 4, 11, 0.08);
}

.service-card--featured small {
  color: rgba(36, 36, 36, 0.62);
}

.service-card--featured .service-card__link {
  background: var(--brand);
  color: #fff;
}

.service-grid--focused .service-card::before {
  position: absolute;
  inset: auto 18px 18px auto;
  width: 108px;
  height: 76px;
  border: 1px solid rgba(36, 36, 36, 0.075);
  border-radius: 999px;
  background: radial-gradient(circle at 68% 34%, rgba(214, 7, 14, 0.12), transparent 28%),
      rgba(255, 255, 255, 0.82);
  transform: rotate(-8deg);
  z-index: -1;
  content: none;
}

.service-grid--focused .service-card strong {
  max-width: 350px;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 650;
  line-height: 1.02;
}

.service-grid--focused .service-card small {
  max-width: 340px;
  color: rgba(36, 36, 36, 0.62);
  font-size: 15px;
  line-height: 1.36;
}

.service-card__scene {
  position: relative;
  min-height: 124px;
  display: block;
  overflow: hidden;
  align-self: end;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(36, 36, 36, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(36, 36, 36, 0.035) 1px, transparent 1px),
      rgba(255, 255, 255, 0.74);
  background-size: 34px 34px;
}

.service-widget {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(28, 28, 28, 0.06);
  color: var(--ink);
  font-style: normal;
  font-weight: 650;
}

.service-widget--rate {
  left: 18px;
  top: 18px;
  width: 92px;
  height: 92px;
  flex-direction: column;
  gap: 3px;
  border-radius: 26px;
}

.service-widget--rate b {
  font-size: 26px;
  line-height: 1;
}

.service-widget--rate em {
  max-width: 64px;
  color: rgba(36, 36, 36, 0.54);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}

.service-widget--month {
  right: 20px;
  top: 22px;
  min-height: 38px;
  padding: 0 14px;
}

.service-widget--line {
  left: 126px;
  right: 20px;
  bottom: 28px;
  height: 10px;
  justify-content: flex-start;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.07);
  box-shadow: none;
}

.service-widget--line::before {
  content: "";
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.service-card__scene--sale {
  background: linear-gradient(90deg, rgba(201, 4, 11, 0.05) 1px, transparent 1px),
      linear-gradient(180deg, rgba(201, 4, 11, 0.05) 1px, transparent 1px),
      #fff7f7;
  background-size: 34px 34px;
}

.service-widget--discount {
  left: 18px;
  top: 18px;
  width: 82px;
  height: 82px;
  border-color: rgba(201, 4, 11, 0.16);
  color: #fff;
  background: var(--brand);
  font-size: 24px;
}

.service-widget--price {
  right: 18px;
  top: 22px;
  min-height: 42px;
  padding: 0 16px;
  font-size: 17px;
}

.service-widget--mini {
  left: 118px;
  right: 18px;
  bottom: 22px;
  min-height: 34px;
  color: rgba(36, 36, 36, 0.58);
  font-size: 12px;
  font-weight: 500;
}

.service-card__scene--delivery {
  background: linear-gradient(90deg, rgba(36, 36, 36, 0.04) 1px, transparent 1px),
      linear-gradient(180deg, rgba(36, 36, 36, 0.04) 1px, transparent 1px),
      #f3f7f4;
  background-size: 34px 34px;
}

.service-widget--truck {
  left: 18px;
  bottom: 20px;
  width: 104px;
  height: 54px;
  border-radius: 18px;
}

.service-widget--truck::before,
.service-widget--truck::after {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #242424;
}

.service-widget--truck::before {
  left: 18px;
}

.service-widget--truck::after {
  right: 18px;
}

.service-widget--route {
  right: 18px;
  top: 18px;
  min-height: 38px;
  padding: 0 14px;
}

.service-widget--check {
  right: 28px;
  bottom: 22px;
  min-height: 34px;
  padding: 0 14px;
  color: var(--brand);
}

.service-card--wide {
  padding-right: 264px;
  color: #fff;
  background: radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.28), transparent 24%),
      linear-gradient(135deg, #d6070e, #8b181e);
}

.service-card--wide .service-card__label,
.service-card--wide small {
  color: rgba(255, 255, 255, 0.74);
}

.service-card--wide strong {
  max-width: 350px;
  font-size: 32px;
}

.service-card__visual {
  position: absolute;
  top: 22px;
  right: 22px;
  bottom: 22px;
  width: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
}

.service-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.service-card--delivery {
  background: #f7f1ea;
}

.service-card--assembly {
  background: linear-gradient(180deg, #fff, #f8f8f6);
}

.service-grid--focused {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 42px 18px;
}

.service-grid--focused .service-card {
  isolation: isolate;
  grid-template-rows: auto auto auto minmax(112px, 1fr) auto;
  align-content: stretch;
  border-color: rgba(36, 36, 36, 0.07);
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.045);
  min-height: 460px;
  max-height: 460px;
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  color: #050505;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.service-grid--focused .service-card__content strong {
  display: block;
  margin-bottom: 22px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.service-grid--focused .service-card__content small {
  display: block;
  max-width: 92%;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 300;
  color: #111111;
}

.service-card__image {
  width: 100%;
  margin: 0px 0 0px;
  border-radius: 22px;
  overflow: hidden;
}

.service-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-card__link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 15px 22px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.service-card--sale .service-card__link {
  background: #d00000;
}

/* =========================================================
   07. Commerce and cart
========================================================= */

.commerce-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0 4px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.commerce-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: flex;
  justify-content: flex-end;
  padding: 18px;
  background: rgba(23, 23, 23, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.commerce-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.commerce-panel {
  width: min(486px, 100%);
  max-height: calc(100dvh - 36px);
  display: none;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(20, 20, 20, 0.18);
  transform: translateX(28px);
  transition: transform 0.18s ease;
}

.commerce-panel.active {
  display: grid;
  transform: translateX(0);
}

.commerce-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.08);
}

.commerce-panel__head span {
  color: rgba(36, 36, 36, 0.54);
  font-size: 13px;
  font-weight: 600;
}

.commerce-panel__head h2 {
  margin-top: 4px;
  font-size: 30px;
  font-weight: 650;
  line-height: 1;
}

.commerce-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f4f4f2;
  color: var(--ink);
}

.commerce-close svg {
  width: 22px;
  height: 22px;
}

.commerce-panel__body {
  display: grid;
  gap: 16px;
  align-content: start;
  overflow-y: auto;
  padding: 20px 24px 24px;
}

.commerce-intro,
.commerce-note {
  margin: 0;
  color: rgba(36, 36, 36, 0.64);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.commerce-note {
  border-radius: 18px;
  padding: 14px 16px;
  background: #f7f3ed;
  color: rgba(36, 36, 36, 0.72);
}

.commerce-list {
  display: grid;
  gap: 10px;
}

.commerce-empty {
  border: 1px dashed rgba(36, 36, 36, 0.16);
  border-radius: 20px;
  padding: 22px;
  color: rgba(36, 36, 36, 0.58);
  font-size: 15px;
  line-height: 1.35;
  background: #fafafa;
}

.commerce-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(36, 36, 36, 0.045);
}

.commerce-item__image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #f4f4f2;
}

.commerce-item__image img {
  width: 92%;
  height: 92%;
  object-fit: contain;
}

.commerce-item__copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.commerce-item__copy > span,
.commerce-item__copy small {
  color: rgba(36, 36, 36, 0.54);
  font-size: 12px;
  font-weight: 500;
}

.commerce-item__copy > a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.18;
}

.commerce-item__copy strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
}

.commerce-item__copy s {
  color: rgba(36, 36, 36, 0.42);
  font-size: 13px;
  font-weight: 500;
}

.commerce-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.commerce-item__actions button,
.commerce-item__primary {
  min-height: 32px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 999px;
  padding: 0 12px;
  background: #f6f6f4;
  color: rgba(36, 36, 36, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.commerce-item__primary {
  background: var(--brand);
  color: #fff;
}

.commerce-quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(36, 36, 36, 0.12);
  border-radius: 999px;
  background: #fff;
}

.commerce-quantity button {
  min-width: 30px;
  min-height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
}

.commerce-quantity span {
  min-width: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 650;
}

.commerce-form {
  display: grid;
  gap: 12px;
  border-radius: 22px;
  padding: 18px;
  background: #f7f7f5;
}

.commerce-form h3 {
  font-size: 20px;
  font-weight: 650;
}

.commerce-form label {
  display: grid;
  gap: 7px;
}

.commerce-form label span {
  color: rgba(36, 36, 36, 0.58);
  font-size: 13px;
  font-weight: 600;
}

.commerce-form input,
.commerce-form select,
.commerce-form textarea {
  width: 100%;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 16px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.commerce-form select {
  appearance: none;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, rgba(36, 36, 36, 0.58) 50%), linear-gradient(135deg, rgba(36, 36, 36, 0.58) 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.commerce-form textarea {
  resize: vertical;
}

.commerce-form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  box-shadow: 0 10px 18px rgba(201, 4, 11, 0.16);
}

.commerce-form button[type="submit"]:disabled {
  background: rgba(36, 36, 36, 0.18);
  box-shadow: none;
}

.commerce-form [data-form-status] {
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 650;
}

/* =========================================================
   08. Feedback
========================================================= */

body.menu-open,
body.mobile-catalog-open,
body.feedback-open {
  overflow: hidden;
}

.feedback-overlay {
  position: fixed;
  inset: 0;
  z-index: 230;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(20, 20, 20, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.feedback-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.feedback-modal {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100dvh - 36px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(20, 20, 20, 0.22);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.18s ease;
}

.feedback-overlay.active .feedback-modal {
  transform: translateY(0) scale(1);
}

.feedback-modal--wide {
  width: min(860px, 100%);
}

.feedback-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f4f4f2;
  color: var(--ink);
}

.feedback-close svg {
  width: 24px;
  height: 24px;
}

.feedback-modal__head {
  display: grid;
  gap: 10px;
  padding: 34px 88px 24px 34px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.08);
}

.feedback-modal__head span {
  color: var(--brand);
  font-size: 14px;
  font-weight: 650;
}

.feedback-modal__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 650;
  line-height: 1;
}

.feedback-modal__head p {
  max-width: 650px;
  margin: 0;
  color: rgba(36, 36, 36, 0.62);
  font-size: 16px;
  line-height: 1.45;
}

.feedback-form {
  display: grid;
  gap: 22px;
  overflow-y: auto;
  padding: 26px 34px 34px;
}

.feedback-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feedback-modal:not(.feedback-modal--wide) .feedback-fields {
  grid-template-columns: 1fr;
}

.feedback-field {
  display: grid;
  gap: 8px;
}

.feedback-field--wide {
  grid-column: 1 / -1;
}

.feedback-field span {
  color: rgba(36, 36, 36, 0.66);
  font-size: 14px;
  font-weight: 600;
}

.feedback-field input,
.feedback-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 16px;
  outline: 0;
  padding: 14px 16px;
  background: #f7f7f5;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.feedback-field textarea {
  resize: vertical;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
  border-color: rgba(201, 4, 11, 0.34);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 4, 11, 0.07);
}

.feedback-form__bottom {
  display: grid;
  gap: 16px;
}

.feedback-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(36, 36, 36, 0.68);
  font-size: 15px;
  line-height: 1.35;
}

.feedback-consent input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: var(--brand);
}

.feedback-consent a {
  color: var(--brand);
}

.feedback-captcha {
  width: min(274px, 100%);
  min-height: 86px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 16px;
  padding: 16px;
  background: #fafafa;
  color: var(--ink);
}

.feedback-captcha span {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(36, 36, 36, 0.44);
  border-radius: 6px;
  background: #fff;
}

.feedback-captcha strong {
  font-size: 17px;
  font-weight: 600;
}

.feedback-captcha small {
  grid-column: 2;
  color: rgba(36, 36, 36, 0.45);
  font-size: 12px;
  font-weight: 600;
}

.feedback-form button[type="submit"] {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: var(--brand);
  color: #fff;
  font-size: 17px;
  font-weight: 650;
  box-shadow: 0 14px 24px rgba(201, 4, 11, 0.2);
}

.feedback-status {
  margin: 0;
  border-radius: 16px;
  padding: 13px 15px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

/* =========================================================
   09. Search
========================================================= */

.search-pill {
  height: 42px;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(36, 36, 36, 0.045);
}

.search-pill svg {
  width: 22px;
  height: 22px;
  color: rgba(36, 36, 36, 0.45);
  flex: 0 0 auto;
}

.search-pill input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.search-pill input::placeholder {
  color: rgba(36, 36, 36, 0.36);
}

.search-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 46px 18px 96px;
}

.search-page__hero,
.search-page__body {
  border-radius: 8px;
  background: var(--white);
}

.search-page__hero {
  display: grid;
  gap: 28px;
  padding: 44px;
}

.search-page__intro {
  display: grid;
  gap: 12px;
}

.search-page__intro p,
.search-page__summary p,
.search-page__section-head p {
  margin: 0;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.search-page__intro h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 650;
  line-height: 0.98;
}

.search-page__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 980px;
}

.search-page__field {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 22px;
  background: #f4f4f3;
  color: rgba(36, 36, 36, 0.45);
}

.search-page__field svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.search-page__field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
}

.search-page__field input::placeholder {
  color: rgba(36, 36, 36, 0.36);
}

.search-page__submit {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 26px;
}

.search-page__body {
  display: grid;
  gap: 34px;
  margin-top: 16px;
  padding: 34px;
}

.search-page__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.search-page__summary h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 650;
}

.search-page__summary span {
  border-radius: 999px;
  padding: 8px 13px;
  background: #f4f4f3;
  color: rgba(36, 36, 36, 0.62);
  font-size: 15px;
  font-weight: 600;
}

.search-page__section {
  display: grid;
  gap: 22px;
}

.search-page__section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.search-page__section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 650;
}

.search-page__products {
  gap: 18px;
}

.search-page__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.search-result-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #f7f7f5;
}

.search-result-card > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.search-result-card span,
.search-result-card small {
  color: rgba(36, 36, 36, 0.55);
  font-size: 13px;
  font-weight: 600;
}

.search-result-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.12;
}

.search-result-card p {
  margin: 0;
  color: rgba(36, 36, 36, 0.68);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
}

.search-page__empty {
  margin: 0;
  background: #f7f7f5;
}

.search-page__nav,
.search-page__nav font,
.search-page__nav a,
.search-page__nav span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(36, 36, 36, 0.68);
  font-size: 15px;
  font-weight: 600;
}

.search-page__nav {
  flex-wrap: wrap;
}

.search-page__nav a,
.search-page__nav span {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 13px;
  background: var(--white);
}

.search-page__nav b,
.search-page__nav .active {
  color: var(--brand);
}

.search-catalog {
  padding-top: 32px;
}

.search-catalog__hero {
  gap: 18px;
}

.search-catalog__form {
  display: flex;
  gap: 12px;
  width: min(100%, 760px);
}

.search-catalog__form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
  border: 1px solid rgba(34, 34, 34, 0.18);
  border-radius: 999px;
  padding: 0 22px;
  background: #fff;
  color: #262626;
  font: inherit;
  outline: none;
}

.search-catalog__form input:focus {
  border-color: #c42820;
  box-shadow: 0 0 0 4px rgba(196, 40, 32, 0.1);
}

.search-catalog__form button {
  flex: 0 0 auto;
  min-width: 132px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: #c42820;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.search-catalog__bar {
  margin-top: 12px;
}

.search-catalog__products {
  margin-top: 28px;
}

.search-catalog__empty {
  margin-top: 28px;
}

/* =========================================================
   10. Content, cards, map and footer
========================================================= */

main,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: 0;
}

.content-section {
  margin-top: 58px;
  padding-inline: 18px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: 30px;
  font-weight: 650;
}

.section-actions {
  display: flex;
  gap: 10px;
}

.section-actions button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 16px rgba(36, 36, 36, 0.06);
}

.section-actions svg {
  width: 22px;
  height: 22px;
}

.section-head__links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.text-link {
  color: var(--brand);
  font-weight: 650;
}

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(244px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 0 18px;
  scrollbar-width: none;
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.scroll-progress {
  position: relative;
  height: 4px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.08);
}

.scroll-progress[hidden] {
  display: none;
}

.scroll-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 36px;
  border-radius: inherit;
  background: rgba(36, 36, 36, 0.28);
  transition: width 0.18s ease, transform 0.12s ease;
}

.product-rail--cards {
  grid-auto-columns: minmax(244px, 286px);
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

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

.article-card img {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  background: #f8f8f6;
  padding: 0;
}

.article-card span,
.article-card strong,
.article-card p {
  grid-column: 2;
  min-width: 0;
  margin-left: 18px;
  margin-right: 18px;
}

.article-card span {
  grid-row: 2;
  margin-top: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.article-card strong {
  grid-row: 3;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.2;
}

.map-section {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 16px;
  margin: 62px 18px 0;
  scroll-margin-top: 190px;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.map-copy {
  padding: 24px;
}

.map-copy h2 {
  font-size: 30px;
  font-weight: 650;
  line-height: 1.14;
}

.map-copy > span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.map-frame {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 16px;
  background: #eef0ed;
}

.map-frame::before,
.map-frame::after {
  display: none;
}

.map-fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: var(--brand);
  font-weight: 650;
  transform: translate(-50%, -50%);
}

.map-frame--loaded .map-fallback {
  display: none;
}

.footer-shell {
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 28px;
  background: #f3f3f1;
  box-shadow: 0 16px 42px rgba(28, 28, 28, 0.05);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(4, minmax(150px, 0.75fr));
  gap: 34px;
  padding: 42px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 13px;
  color: rgba(36, 36, 36, 0.68);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: rgba(36, 36, 36, 0.92);
  font-size: 15px;
  font-weight: 650;
}

.footer-column a {
  color: rgba(36, 36, 36, 0.7);
  transition: color 0.18s ease;
}

.footer-column a:hover {
  color: var(--brand);
}

.footer-column--primary {
  gap: 18px;
}

.footer-brand img {
  width: 220px;
  height: 58px;
  object-fit: contain;
}

.site-footer p {
  max-width: 390px;
  margin: 0;
  color: rgba(36, 36, 36, 0.62);
  font-size: 15px;
  line-height: 1.45;
}

.footer-socials {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  color: rgba(36, 36, 36, 0.5);
  font-size: 13px;
}

.footer-socials div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-socials a {
  width: 340px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: rgba(36, 36, 36, 0.74);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.045);
}

.footer-phone {
  color: var(--ink) !important;
  font-size: 18px;
  font-weight: 650;
}

.footer-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 650;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(36, 36, 36, 0.08);
  padding: 22px 42px;
  color: rgba(36, 36, 36, 0.52);
  font-size: 13px;
}

.footer-bottom > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-made {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.footer-made strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
}

.article-page {
  min-height: 100vh;
  background: #f5f3f0;
}

.article-header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 84px;
  padding: 16px 36px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
}

.article-header__brand img {
  width: 238px;
  height: auto;
}

.article-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: rgba(36, 36, 36, 0.72);
  font-size: 15px;
  font-weight: 500;
}

.article-header__phone {
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
}

.article-hero {
  display: grid;
  gap: 22px;
}

.article-hero__copy {
  display: grid;
  gap: 18px;
  max-width: 940px;
  padding: 54px 18px 12px;
}

.article-hero__copy p,
.article-section-head p {
  margin: 0;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-hero__copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: 64px;
  font-weight: 650;
  line-height: 1.02;
}

.article-hero__copy span {
  max-width: 720px;
  color: rgba(36, 36, 36, 0.66);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.42;
}

.article-hero img {
  width: 100%;
  height: min(70vh, 820px);
  min-height: 520px;
  border-radius: 32px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 48px rgba(28, 28, 28, 0.08);
}

.article-content {
  display: grid;
  gap: 88px;
  padding-top: 72px;
}

.article-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding: 0 18px;
}

.article-intro p {
  margin: 0;
  color: rgba(36, 36, 36, 0.72);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.article-products,
.article-catalog {
  display: grid;
  gap: 34px;
}

.article-section-head {
  display: grid;
  gap: 12px;
  padding: 0 18px;
}

.article-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 44px;
  font-weight: 650;
  line-height: 1.08;
}

.article-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.55fr);
  gap: 32px;
  align-items: stretch;
  padding: 18px;
}

.article-product--reverse {
  grid-template-columns: minmax(360px, 0.55fr) minmax(0, 1.1fr);
}

.article-product--reverse .article-product__media {
  order: 2;
}

.article-product__media {
  display: block;
  overflow: hidden;
  min-height: 620px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(28, 28, 28, 0.07);
}

.article-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.article-product__media:hover img {
  transform: scale(1.015);
}

.article-product__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 620px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
}

.article-product__copy > span {
  margin-bottom: 18px;
  color: rgba(36, 36, 36, 0.56);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.2;
}

.article-product__copy h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 650;
  line-height: 1.06;
}

.article-product__copy p {
  margin: 0;
  color: rgba(36, 36, 36, 0.68);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.48;
}

.article-product__price {
  display: grid;
  gap: 6px;
  margin: 30px 0 26px;
}

.article-product__price span {
  color: var(--ink);
  font-size: 28px;
  font-weight: 650;
  line-height: 1;
}

.article-product__price small {
  color: rgba(36, 36, 36, 0.52);
  font-size: 15px;
  font-weight: 400;
}

.article-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  font-weight: 650;
}

.article-catalog {
  padding: 18px;
}

.article-catalog__table {
  overflow: hidden;
  border-radius: 32px;
  background: #ffe5cf;
}

.article-catalog__row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 48px;
  align-items: center;
  min-height: 116px;
  padding: 0 56px;
  border-top: 1px solid rgba(36, 36, 36, 0.12);
  color: var(--ink);
  font-size: 36px;
  font-weight: 650;
  line-height: 1.08;
}

.article-catalog__row:first-child {
  border-top: 0;
}

.article-catalog__row--head {
  min-height: 86px;
  color: rgba(36, 36, 36, 0.58);
  font-size: 24px;
  font-weight: 650;
}

.article-catalog__row span {
  display: grid;
  gap: 5px;
}

.article-catalog__row small {
  color: rgba(36, 36, 36, 0.52);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
}

.article-catalog__row span:last-child small {
  text-decoration: line-through;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(2, minmax(160px, 0.72fr)) minmax(230px, 0.9fr);
  gap: 32px;
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 28px;
  padding: 38px;
  background: #f3f3f1;
  box-shadow: 0 16px 42px rgba(28, 28, 28, 0.05);
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 18px;
}

.site-footer__socials,
.site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.site-footer__grid nav,
.site-footer__grid address {
  display: grid;
  align-content: start;
  gap: 12px;
  color: rgba(36, 36, 36, 0.66);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.32;
}

.site-footer__grid a {
  color: rgba(36, 36, 36, 0.72);
  transition: color 0.18s ease;
}

.site-footer__grid a:hover {
  color: var(--brand);
}

.site-footer__grid address strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

.site-footer__actions button:first-child {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 4px 0;
  color: rgba(36, 36, 36, 0.55);
  font-size: 13px;
}

.site-footer__bottom a {
  color: inherit;
}

.article-card {
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(36, 36, 36, 0.04);
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(148px, 38%) minmax(0, 1fr);
  grid-template-rows: 1fr min-content min-content min-content 1fr;
  height: 100%;
}

.article-card__content {
  grid-column: 2;
  grid-row: 2 / 5;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-card:not(:has(> img)) {
  grid-template-columns: 1fr;
}

.article-card:not(:has(> img)) span,
.article-card:not(:has(> img)) strong,
.article-card:not(:has(> img)) p,
.article-card:not(:has(> img)) .article-card__content {
  grid-column: 1;
}

.article-card h3,
.article-card__title {
  min-height: 72px;
}

.article-card p {
  grid-row: 4;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 72px;
}

.site-footer {
  max-width: var(--max);
  margin: 72px auto 0;
  margin-top: 40px;
  padding: 42px 52px;
  background: #f5f5f3;
  border: 1px solid #e6e6e6;
  border-radius: 32px 32px 0 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr 1fr .9fr;
  gap: 48px;
}

.site-footer__logo img {
  object-fit: contain;
  width: 260px;
  height: auto;
}

.site-footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 22px;
}

.site-footer__brand p,
.site-footer__nav a,
.site-footer__contacts a,
.site-footer__contacts a,
.site-footer__social-title {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
  font-weight: 500;
}

.site-footer__brand p {
  max-width: 340px;
  margin: 24px 0 34px;
}

.site-footer__nav,
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__contacts a[href^="tel"] {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.site-footer__socials {
  display: flex;
  gap: 10px;
}

.site-footer__socials a {
  color: var(--brand);
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.045);
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__socials img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.site-footer__actions button {
  min-height: 38px;
  padding: 0 14px;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.site-footer__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
}

.site-footer__actions h3 {
  margin-top: 0;
}

.product-card {
  min-width: 244px;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.product-card__image {
  height: 300px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 42px;
  position: relative;
}

.product-card__image img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
}

.product-card__favorite {
  position: absolute;
  top: 32px;
  right: 34px;
  border: 0;
  background: transparent;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.product-card__body {
  padding: 34px 38px 36px;
  background: #fff;
}

.product-card__salon {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.2;
  color: #8b8b8b;
  font-weight: 600;
}

.product-card__title {
  min-height: 72px;
  margin: 0 0 26px;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  color: #202020;
}

.product-card__price-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.product-card__price {
  white-space: nowrap;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #111;
}

.product-card__old-price {
  white-space: nowrap;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #888;
  text-decoration: line-through;
}

.product-card__discount {
  margin-left: auto;
  white-space: nowrap;
  padding: 9px 15px;
  border-radius: 999px;
  background: #d60000;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.site-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 22px;                 /* расстояние между пунктами */
}

.site-footer__contacts h3 {
    font-style: normal;
}

.site-footer__contacts a {
    display: block;
    color: rgba(36,36,36,.66);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    font-style: normal;
    transition: color .18s ease;
}

.site-footer__contacts a[href^=""]:hover {
    color: var(--brand);
}

/* телефон выделить */
.site-footer__contacts a[href^="tel"] {
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    transition: color .18s ease;
}

/* почту можно оставить обычной */
.site-footer__contacts a[href^="mailto"] {
    font-style: normal;
}

.site-footer__contacts a[href^="tel"]:hover {
    color: var(--brand);
}


.site-footer__contacts a[href^="mailto"]:hover {
    color: var(--brand);
}

.contact-address:hover {
    color: var(--brand);
}

/* =========================================================
   11. Catalog and product grid
========================================================= */

.top-links a:hover,
.room-strip a:hover {
  background: rgba(36, 36, 36, 0.06);
  color: var(--ink);
}

.room-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(100px, 1fr));
  gap: 8px;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 8px 18px 11px;
}

.room-strip a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(36, 36, 36, 0.82);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.room-strip img {
  display: none;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.86;
}

.product-rail--cards .room-product-card {
  min-width: 0;
  scroll-snap-align: start;
}

.product-rail--cards .room-product-card__price {
  gap: 6px;
  flex-wrap: nowrap;
}

.room-catalog-page {
  background: var(--white);
}

.room-catalog {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 36px 110px;
}

.room-catalog__hero {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.room-breadcrumbs {
  color: rgba(36, 36, 36, 0.56);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.room-title-row {
  display: flex;
  align-items: baseline;
  gap: 24px;
  min-width: 0;
}

.room-title-row h1 {
  margin: 0;
  color: #111;
  font-size: 54px;
  font-weight: 650;
  line-height: 1.02;
}

.room-title-row span {
  color: rgba(36, 36, 36, 0.56);
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
}

.room-catalog__hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(36, 36, 36, 0.62);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.room-categories {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  padding: 36px 0 42px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.09);
  scrollbar-width: none;
}

.room-categories::-webkit-scrollbar {
  display: none;
}

.room-catalog.is-type-view > .room-categories,
[data-room-page].is-type-view .room-catalog > .room-categories {
  display: none;
}

.room-category {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: 8px;
  padding: 0 26px;
  background: #f5f4f2;
  color: var(--ink);
  text-align: center;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease;
}

.room-category__image {
  display: none;
}

.room-category img {
  display: none;
}

.room-category strong {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  max-width: none;
  color: rgba(36, 36, 36, 0.68);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.room-category em {
  color: rgba(36, 36, 36, 0.52);
  font-size: 0.72em;
  font-style: normal;
  font-weight: 500;
}

.room-category:hover,
.room-category.active {
  background: #eeeeec;
}

.room-category.active strong {
  color: var(--brand);
}

.subcategory-slider {
  display: grid;
  gap: 18px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
  padding: 30px 0 34px;
}

.subcategory-slider__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.subcategory-slider__title {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.subcategory-slider__back {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 999px;
  padding: 0 14px 0 10px;
  background: #fff;
  color: rgba(36, 36, 36, 1);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(28, 28, 28, 0.04);
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.subcategory-slider__back:hover {
  border-color: rgba(36, 36, 36, 0.22);
  color: var(--ink);
  transform: translateX(-2px);
}

.subcategory-slider__back svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.subcategory-slider__head p,
.subcategory-slider__head h2 {
  margin: 0;
}

.subcategory-slider__head p {
  margin-bottom: 6px;
  color: rgba(36, 36, 36, 0.52);
  font-size: 14px;
  font-weight: 600;
}

.subcategory-slider__head h2 {
  color: var(--ink);
  font-size: 30px;
  font-weight: 650;
  line-height: 1.05;
}

.subcategory-slider__head > span {
  color: rgba(36, 36, 36, 0.54);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.subcategory-slider__viewport {
  position: relative;
  display: grid;
  min-width: 0;
}

.subcategory-slider__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.subcategory-slider__rail::-webkit-scrollbar {
  display: none;
}

.subcategory-slider__arrow {
  position: absolute;
  top: calc(50% - 3px);
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(36, 36, 36, 0.78);
  box-shadow: 0 14px 28px rgba(28, 28, 28, 0.08);
  transition: color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.subcategory-slider__arrow:hover {
  border-color: rgba(36, 36, 36, 0.16);
  color: var(--ink);
  transform: translateY(-1px);
}

.subcategory-slider__arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.subcategory-slider__arrow--prev {
  left: 0;
  align-items: top;
}

.subcategory-slider__arrow--next {
  right: 0;
  align-items: top;
}

.subcategory-card:hover,
.subcategory-card.active {
  background: #eeeeec;
  color: var(--ink);
}

.subcategory-card.active {
  color: var(--brand);
}

.subcategory-card__image {
  display: none;
}

.subcategory-card__image img {
  display: none;
}

.subcategory-card strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.subcategory-card__count {
  color: rgba(36, 36, 36, 0.52);
  font-size: 0.72em;
  font-style: normal;
  font-weight: 500;
}

.subcategory-card small {
  display: none;
}

.catalog-level--categories .subcategory-slider__back {
  display: none;
}

.room-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.room-product-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.room-product-card.is-hidden {
  display: none;
}

.room-product-card.is-hidden-by-discount {
  display: none;
}

.room-product-card__image img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.room-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--brand);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.room-product-card__favorite {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #333;
}

.room-product-card__favorite svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.room-product-card__copy {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.room-product-card__copy > span {
  color: rgba(36, 36, 36, 0.52);
  font-size: 13px;
  font-weight: 500;
}

.room-product-card__copy h3 {
  min-height: 40px;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.18;
}

.room-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-height: 24px;
  flex-wrap: wrap;
}

.room-product-card__price strong {
  color: #111;
  font-size: 17px;
  font-weight: 700;
}

.room-product-card__price small {
  color: rgba(36, 36, 36, 0.48);
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
}

.room-product-card__price em {
  border-radius: 999px;
  padding: 4px 7px;
  background: var(--brand);
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.product-recommendation-card .room-product-card__image {
  aspect-ratio: 1 / 0.82;
}

.search-catalog__empty .room-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #c42820;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.room-products,
.product-card,
.catalog-card {
  position: relative;
  z-index: 1;
}

.subcategory-slider__rail {
  color: rgba(35, 35, 35, 1);
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 16px;
}

.subcategory-card {
  scroll-snap-align: start;
  border: 0;
  transition: background 0.18s ease, color 0.18s ease;
  flex: 0 0 auto;
  width: fit-content;
  min-width: auto;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 8px;
  background: #e7e7e7;
  color: rgba(36,36,36,.68);
  white-space: nowrap;
}

.room-product-card {
  position: relative;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
  overflow: hidden;
}

.room-product-card__image {
  position: relative;
  aspect-ratio: 1 / 0.86;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f7f7;
}

.room-product-card__main-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.room-product-card__track,
.room-product-card__dots {
  display: none !important;
}

.catalog-grid,
.product-grid,
.room-products,
.room-products-grid,
.catalog-products {
  position: relative !important;
  z-index: 1 !important;
}

.room-products,
.product-grid,
.catalog-grid,
.room-products-grid,
.catalog-products,
.room-product-card,
.product-card,
.catalog-card {
  position: relative !important;
  z-index: 1 !important;
}

/* =========================================================
   12. Filters
========================================================= */

.room-filter-bar {
  position: relative !important;
  z-index: 3000 !important;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: visible !important;
  padding: 28px 0 36px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.room-filter-bar::-webkit-scrollbar {
  display: none;
}

.room-filter-pill {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  border: 1px solid rgba(36, 36, 36, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
}

.room-filter-pill svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.room-filter-pill--dark {
  border-color: #3c3c3c;
  background: #3c3c3c;
  color: #fff;
}

.room-filter-pill--accent {
  border-color: #82c9ef;
  background: #ccecff;
}

.room-filter-pill--soft {
  border-color: transparent;
  background: #f5f5f4;
  color: rgba(36, 36, 36, 0.72);
}

.room-filter-pill--reset {
  border-color: rgba(201, 4, 11, 0.16);
  background: #fff5f5;
  color: var(--brand);
  font-weight: 650;
  text-decoration: none;
}

.room-filter-pill--reset svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.room-filter-toggle {
  border-color: rgba(36, 36, 36, 0.14);
  background: #fff;
}

.room-filter-pill:not(.room-filter-toggle) .room-filter-toggle__switch {
  display: none;
}

.room-filter-toggle .room-filter-toggle__switch {
  position: relative;
  width: 38px;
  height: 26px;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.18);
  transition: background 0.18s ease;
}

.room-filter-toggle .room-filter-toggle__switch::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.18s ease;
}

.room-filter-toggle.is-active,
.room-filter-toggle[aria-pressed="true"] {
  border-color: rgba(201, 4, 11, 0.18);
  background: #fff5f5;
  color: var(--brand);
}

.room-filter-toggle.is-active .room-filter-toggle__switch,
.room-filter-toggle[aria-pressed="true"] .room-filter-toggle__switch {
  background: var(--brand);
}

.room-filter-toggle.is-active .room-filter-toggle__switch::after,
.room-filter-toggle[aria-pressed="true"] .room-filter-toggle__switch::after {
  transform: translateX(12px);
}

.filter-dropdown {
  position: relative !important;
  z-index: 99900 !important;
  flex: 0 0 auto;
}


.filter-dropdown .room-filter-pill {
  width: 100%;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.filter-dropdown__menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 99900 !important;
  min-width: 220px;
  max-width: calc(100vw - 32px);
  display: grid !important;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(28, 28, 28, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.16s ease,
      visibility 0.16s ease,
      transform 0.16s ease;
}

.filter-dropdown.open,
.filter-dropdown.is-open,
.filter-dropdown.active {
  z-index: 3300 !important;
}

.filter-dropdown.open .filter-dropdown__menu,
.filter-dropdown.is-open .filter-dropdown__menu,
.filter-dropdown.active .filter-dropdown__menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.filter-dropdown__menu button,
.filter-dropdown__menu a {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 13px;
  padding: 0 14px;
  background: transparent;
  color: rgba(36, 36, 36, 0.74);
  font: inherit;
  font-size: 15px;
  font-weight: 550;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.filter-dropdown__menu button:hover,
.filter-dropdown__menu button.is-active,
.filter-dropdown__menu a:hover,
.filter-dropdown__menu a.is-active {
  background: #f3f3f1;
  color: var(--ink);
}

.filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000 !important;
  display: none;
  background: rgba(20, 20, 20, 0.28);
  backdrop-filter: blur(8px);
}

.filter-overlay.active {
  display: block;
}

.filter-drawer {
  position: fixed;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 5001 !important;
  width: min(520px, calc(100vw - 36px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(28, 28, 28, 0.18);
  transform: translateX(calc(100% + 32px));
  transition: transform 0.22s ease;
}

.filter-overlay.active .filter-drawer {
  transform: translateX(0);
}

.filter-drawer__head {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}

.filter-drawer__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 650;
}

.filter-drawer__head button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(36, 36, 36, 0.58);
  cursor: pointer;
}

.filter-drawer__head svg {
  width: 26px;
  height: 26px;
}

.filter-drawer__body {
  overflow-y: auto;
  padding: 2px 24px 112px;
}

.filter-section {
  display: grid;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.filter-section h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
}

.filter-section__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.filter-section__value {
  color: rgba(36, 36, 36, 0.58);
  font-size: 15px;
  white-space: nowrap;
}

.filter-range {
  display: grid;
  gap: 14px;
}

.filter-range input[type="range"] {
  width: 100%;
  height: 4px;
  appearance: none;
  border-radius: 999px;
  background: linear-gradient(
      90deg,
      var(--brand) var(--filter-progress, 48%),
      #ececeb var(--filter-progress, 48%)
    );
  outline: 0;
}

.filter-range input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 4px 12px rgba(201, 4, 11, 0.24);
}

.filter-range input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 4px 12px rgba(201, 4, 11, 0.24);
}

.filter-quick-row,
.filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chip,
.filter-quick {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 17px;
  background: #f5f5f4;
  color: rgba(36, 36, 36, 0.8);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.filter-chip.is-active,
.filter-quick.is-active {
  background: var(--brand-soft);
  color: var(--brand);
}

.filter-empty {
  color: rgba(36, 36, 36, 0.52);
  font-size: 15px;
  line-height: 1.35;
}

.filter-dimensions {
  display: grid;
  gap: 12px;
}

.filter-dimension {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.filter-dimension span {
  color: rgba(36, 36, 36, 0.66);
  font-size: 15px;
}

.filter-dimension input {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  padding: 0 17px;
  background: #f5f5f4;
  color: var(--ink);
  font-size: 15px;
}

.filter-drawer__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.filter-apply {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  box-shadow: 0 12px 24px rgba(201, 4, 11, 0.18);
  cursor: pointer;
}

.filter-reset {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: #fff5f5;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}

.filter-reset::before {
  content: "×";
  font-size: 18px;
  line-height: 1;
}

/* =========================================================
   13. Product detail
========================================================= */

.room-product-card__favorite.is-active,
.product-favorite.is-active {
  color: var(--brand);
}

.room-product-card__favorite.is-active svg,
.product-favorite.is-active svg {
  fill: currentColor;
}

.product-detail-page {
  background: #f2f2f1;
}

.product-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 18px 96px;
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(36, 36, 36, 0.56);
  font-size: 14px;
  font-weight: 500;
}

.product-breadcrumbs a {
  color: rgba(36, 36, 36, 0.68);
}

.product-breadcrumbs a:hover {
  color: var(--brand);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(350px, 0.78fr);
  gap: 16px;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 154px;
  align-self: start;
  min-width: 0;
}

.product-gallery__main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.92 / 1;
  border-radius: 8px;
  border: 1px solid rgba(36, 36, 36, 0.07);
  background: #fff;
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(36, 36, 36, 0.72);
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.12);
  transform: translateY(-50%);
}

.product-gallery__arrow svg {
  width: 22px;
  height: 22px;
}

.product-gallery__arrow--prev {
  left: 18px;
}

.product-gallery__arrow--next {
  right: 18px;
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.product-gallery__thumbs button {
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 7px;
  padding: 0;
  background: #fff;
  opacity: 0.82;
  transition: border-color 0.18s ease, opacity 0.18s ease;
}

.product-gallery__thumbs button.active,
.product-gallery__thumbs button:hover {
  border-color: rgba(36, 36, 36, 0.38);
  opacity: 1;
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-buybox {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 20px;
  border-radius: 8px;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.product-buybox__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
}

.product-buybox__top span,
.product-description h2 + p,
.product-specs dt {
  color: rgba(36, 36, 36, 0.58);
}

.product-buybox h1 {
  margin: 6px 0 8px;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.12;
}

.product-buybox__top p {
  margin: 0;
  color: rgba(36, 36, 36, 0.52);
  font-size: 14px;
}

.product-favorite {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #111;
}

.product-favorite svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-badges span,
.product-price-line span {
  border-radius: 999px;
  padding: 8px 11px;
  background: #f2f2f1;
  color: rgba(36, 36, 36, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.product-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.product-price-line strong {
  color: #222;
  font-size: 42px;
  font-weight: 650;
  line-height: 1;
}

.product-price-line s {
  color: rgba(36, 36, 36, 0.48);
  font-size: 18px;
  font-weight: 500;
}

.product-price-line span {
  background: var(--brand);
  color: #fff;
}

.product-cart-button {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  box-shadow: 0 10px 18px rgba(201, 4, 11, 0.18);
}

.product-secondary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.product-secondary-actions button,
.product-secondary-actions a,
.product-salon-card__actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(36, 36, 36, 0.14);
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  color: rgba(36, 36, 36, 0.78);
  font-size: 15px;
  font-weight: 600;
}

.product-service-panel {
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.product-service-panel p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.product-service-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.product-service-card {
  position: relative;
  isolation: isolate;
  min-height: 214px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(72px, 1fr) auto;
  align-content: stretch;
  gap: 10px;
  border: 1px solid rgba(36, 36, 36, 0.07);
  border-radius: 20px;
  padding: 16px;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(36, 36, 36, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(36, 36, 36, 0.035) 1px, transparent 1px),
      rgba(247, 248, 249, 0.96);
  background-size: 28px 28px;
  box-shadow: 0 10px 22px rgba(28, 28, 28, 0.045);
}

.product-service-card--installment {
  background: linear-gradient(90deg, rgba(36, 36, 36, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(36, 36, 36, 0.035) 1px, transparent 1px),
      rgba(244, 247, 249, 0.96);
  background-size: 28px 28px;
}

.product-service-card--delivery {
  background: linear-gradient(90deg, rgba(36, 36, 36, 0.04) 1px, transparent 1px),
      linear-gradient(180deg, rgba(36, 36, 36, 0.04) 1px, transparent 1px),
      #f3f7f4;
  background-size: 28px 28px;
}

.product-service-card > span,
.product-service-card strong,
.product-service-card small {
  position: relative;
  z-index: 1;
}

.product-service-card > span:not(.product-service-card__scene) {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(36, 36, 36, 0.055);
  color: rgba(36, 36, 36, 0.58);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}

.product-service-card strong {
  max-width: 170px;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.08;
}

.product-service-card__scene {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 82px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
}

.product-service-widget {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.055);
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
}

.product-service-widget--rate {
  left: 10px;
  top: 12px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--brand);
  font-size: 18px;
}

.product-service-widget--month {
  right: 10px;
  top: 12px;
  min-height: 28px;
  padding: 0 10px;
}

.product-service-widget--line {
  left: 68px;
  right: 10px;
  bottom: 14px;
  height: 8px;
  justify-content: flex-start;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.08);
  box-shadow: none;
}

.product-service-widget--line::before {
  content: "";
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.product-service-widget--truck {
  left: 10px;
  bottom: 14px;
  width: 58px;
  height: 32px;
  border-radius: 12px;
}

.product-service-widget--truck::before,
.product-service-widget--truck::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #242424;
}

.product-service-widget--truck::before {
  left: 10px;
}

.product-service-widget--truck::after {
  right: 10px;
}

.product-service-widget--route {
  right: 10px;
  top: 12px;
  min-height: 28px;
  padding: 0 10px;
}

.product-service-widget--check {
  right: 12px;
  bottom: 14px;
  min-height: 28px;
  padding: 0 10px;
  color: var(--brand);
}

.product-service-card small {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: #242424;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.product-salon-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.03);
}

.product-salon-card__info span {
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-salon-card__info h2 {
  margin: 8px 0;
  font-size: 28px;
  font-weight: 650;
}

.product-salon-card__info p {
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 16px;
}

.product-salon-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.product-salon-card__actions svg {
  width: 20px;
  height: 20px;
}

.product-salon-card__actions .product-salon-card__catalog {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.product-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 24px;
  margin-top: 32px;
}

.product-description,
.product-specs,
.product-logistics article,
.product-recommendations {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

.product-description h2,
.product-specs h2,
.product-logistics h2,
.product-recommendations h2 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 650;
  line-height: 1.1;
}

.product-description__text {
  position: relative;
  margin: 0;
  max-width: 880px;
  color: rgba(36, 36, 36, 0.72);
  font-size: 18px;
  line-height: 1.55;
  white-space: normal;
}

.product-description__text p,
.product-description__text ul,
.product-description__text ol {
  margin: 0 0 14px;
}

.product-description__text > *:first-child {
  margin-top: 0;
}

.product-description__text > *:last-child {
  margin-bottom: 0;
}

.product-description__text br {
  line-height: inherit;
}

.product-description.has-overflow:not(.is-expanded) .product-description__text {
  max-height: 360px;
  overflow: hidden;
}

.product-description.has-overflow:not(.is-expanded) .product-description__text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 82%);
}

.product-description__more {
  width: fit-content;
  min-height: 42px;
  margin-top: 18px;
  border: 1px solid rgba(36, 36, 36, 0.14);
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

.product-specs dl {
  display: grid;
  grid-template-columns: minmax(110px, 0.75fr) minmax(0, 1.25fr);
  gap: 12px 18px;
  margin: 0;
}

.product-specs dt,
.product-specs dd {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.08);
  font-size: 15px;
  line-height: 1.35;
}

.product-specs dd {
  color: var(--ink);
  font-weight: 600;
}

.product-logistics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.product-logistics p {
  margin: 0;
  color: rgba(36, 36, 36, 0.68);
  font-size: 17px;
  line-height: 1.48;
}

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

.product-recommendations .section-head {
  margin-bottom: 18px;
}

.product-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.journal-hero__copy .product-breadcrumbs {
  margin-bottom: 30px;
}

.salons-hero__copy .product-breadcrumbs {
  margin-bottom: 30px;
}

.salon-detail-hero__copy .product-breadcrumbs {
  margin-bottom: 26px;
}

.product-salon-card__brand {
  min-height: 128px;
  border-radius: 8px;
  background: var(--salon-accent, var(--brand));
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-salon-card__brand--image {
  background: #fff !important;
}

.product-salon-card__brand img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* =========================================================
   14. Articles, journal, promotions and discounts
========================================================= */

.promo-slider {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1024 / 394;
  border-radius: 22px;
  background: var(--warm);
  box-shadow: var(--shadow-card);
}

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

.promotion-card {
  overflow: hidden;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 14px;
  padding-bottom: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(36, 36, 36, 0.04);
}

.promotion-card img {
  width: 100%;
  aspect-ratio: 1024 / 394;
  object-fit: contain;
  background: #f8f8f6;
}

.promotion-card span,
.promotion-card strong {
  margin-inline: 14px;
}

.promotion-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.promotion-card strong {
  min-height: 36px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.22;
}

.journal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.journal-hero__copy,
.journal-hero__feature,
.journal-toolbar,
.journal-aside,
.journal-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.journal-hero__copy {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.journal-hero__copy > p {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
}

.journal-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 56px;
  font-weight: 650;
  line-height: 0.98;
}

.journal-hero__copy > span {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(36, 36, 36, 0.66);
  font-size: 19px;
  line-height: 1.45;
}

.journal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.journal-hero__feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  background: #fafafa;
}

.journal-hero__feature article {
  position: relative;
  overflow: hidden;
  min-height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  padding: 24px;
  color: #fff;
  background: #333;
}

.journal-hero__feature article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.52));
}

.journal-hero__feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.journal-hero__feature article:hover img {
  transform: scale(1.025);
}

.journal-hero__feature span,
.journal-hero__feature strong,
.journal-hero__feature small {
  position: relative;
  z-index: 1;
}

.journal-hero__feature span,
.journal-card span {
  font-size: 14px;
  font-weight: 650;
}

.journal-hero__feature strong {
  max-width: 340px;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 650;
  line-height: 1.08;
}

.journal-hero__feature small {
  margin-top: 12px;
  font-size: 15px;
}

.journal-toolbar {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
}

.journal-search {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 0 18px;
  background: #f4f4f3;
  color: rgba(36, 36, 36, 0.44);
}

.journal-search svg {
  width: 22px;
  height: 22px;
}

.journal-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
}

.journal-layout {
  display: block;
  margin-top: 18px;
}

.journal-aside {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.journal-aside h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.08;
}

.journal-aside p {
  margin: 0;
  color: rgba(36, 36, 36, 0.66);
  font-size: 16px;
  line-height: 1.45;
}

.journal-stats {
  display: grid;
  gap: 10px;
}

.journal-stats span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.08);
  padding-bottom: 10px;
  color: rgba(36, 36, 36, 0.62);
  font-size: 15px;
}

.journal-stats strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 650;
}

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

.journal-card {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 2.6 / 1;
  display: grid;
  grid-template-columns: minmax(190px, 46%) minmax(0, 1fr);
  grid-template-rows: min-content min-content 1fr;
  align-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.journal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(28, 28, 28, 0.07);
}

.journal-card.is-hidden {
  display: none;
}

.journal-card img {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #f7f7f6;
}

.journal-card span,
.journal-card strong,
.journal-card p {
  grid-column: 2;
  margin-left: 22px;
  margin-right: 22px;
}

.journal-card span {
  align-self: end;
  margin-top: 20px;
  color: var(--brand);
}

.journal-card strong {
  margin-top: 10px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 650;
  line-height: 1.1;
}

.journal-card p {
  margin-top: 12px;
  margin-bottom: 24px;
  color: rgba(36, 36, 36, 0.66);
  font-size: 16px;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.journal-card--wide {
  grid-column: span 1;
}

.journal-card--red {
  background: #9e171d;
}

.journal-card--red span,
.journal-card--red strong,
.journal-card--red p {
  color: #fff;
}

.promotions-main .journal-grid .journal-card {
  aspect-ratio: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  border: 1px solid rgba(36, 36, 36, 0.07);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.045);
}

.promotions-main .journal-grid .journal-card img {
  grid-column: 1;
  grid-row: auto;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  display: block;
  padding: 10px;
  object-fit: contain;
  border-bottom: 1px solid rgba(36, 36, 36, 0.055);
  background: #f7f3ee;
}

.promotions-main .journal-grid .journal-card span,
.promotions-main .journal-grid .journal-card strong,
.promotions-main .journal-grid .journal-card p {
  grid-column: 1;
  margin-left: 22px;
  margin-right: 22px;
}

.promotions-main .journal-grid .journal-card span {
  margin-top: 20px;
}

.promotions-main .journal-grid .journal-card strong {
  margin-top: 9px;
}

.promotions-main .journal-grid .journal-card p {
  margin-bottom: 24px;
  -webkit-line-clamp: 2;
}

.promotions-main .journal-grid .journal-card--red {
  background: #9e171d;
}

.discount-catalog {
  margin-top: 18px;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.discount-catalog__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.discount-catalog__head > div {
  max-width: 760px;
}

.discount-catalog__head p {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
}

.discount-catalog__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 650;
  line-height: 1.02;
}

.discount-catalog__head span {
  display: block;
  max-width: 690px;
  margin-top: 14px;
  color: rgba(36, 36, 36, 0.62);
  font-size: 17px;
  line-height: 1.45;
}

.discount-catalog__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.discount-catalog__actions > strong {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 12px 18px;
  background: #f3f3f2;
  color: rgba(36, 36, 36, 0.66);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.discount-catalog__actions > strong span {
  display: inline;
  margin: 0;
  color: var(--ink);
  font-size: inherit;
  font-weight: 650;
}

.discount-categories {
  padding: 34px 0 28px;
}

.discount-categories .room-category {
  font: inherit;
  cursor: pointer;
}

.discount-products {
  gap: 18px;
  padding-top: 28px;
}

.discount-products .room-product-card {
  box-shadow: none;
}

.promotions-page {
  padding-top: 54px;
}

.promotions-hero {
  padding: 0 0 58px;
}

.promotions-hero__copy {
  max-width: 760px;
}

.promotions-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 5.7vw, 74px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: 0;
}

.promotions-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(36, 36, 36, 0.74);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
}

.promo-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 74px 86px;
  margin: 0 0 50px;
}

.promo-offer-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(36, 36, 36, 0.055);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(28, 28, 28, 0.045);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-offer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(28, 28, 28, 0.075);
}

.promo-offer-card.is-hidden {
  display: none;
}

.promo-offer-card__media {
  display: block;
  aspect-ratio: 2.6 / 1;
  background: #f4f1ec;
}

.promo-offer-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-offer-card__body {
  display: grid;
  gap: 8px;
  padding: 18px 32px 24px;
}

.promo-offer-card__body small {
  color: rgba(36, 36, 36, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.promo-offer-card__body strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 650;
  line-height: 1.12;
}

.promotions-page .discount-catalog {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.promotions-page .discount-catalog__head {
  align-items: end;
  margin: 0 0 24px;
}

.promotions-page .discount-catalog__head h2 {
  font-size: clamp(48px, 5.4vw, 70px);
  line-height: 1;
}

.promotions-page .discount-catalog__head > span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #f3f3f2;
  color: rgba(36, 36, 36, 0.64);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.promotions-page .discount-catalog__head > span strong {
  margin-right: 5px;
  color: var(--ink);
  font-weight: 650;
}

.discount-type-dock {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 1fr);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 22px 0 28px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.discount-type-dock::-webkit-scrollbar {
  display: none;
}

.discount-type-card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  min-width: 170px;
  min-height: 170px;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 8px;
  padding: 16px 16px 20px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.discount-type-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(28, 28, 28, 0.07);
}

.discount-type-card.active {
  border-color: rgba(201, 4, 11, 0.28);
  color: var(--brand);
  box-shadow: 0 16px 34px rgba(201, 4, 11, 0.1);
}

.discount-type-card:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.discount-type-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
}

.discount-type-card__image img {
  display: block;
  max-width: 96%;
  max-height: 84px;
  object-fit: contain;
}

.discount-type-card strong {
  display: block;
  padding-right: 18px;
  color: currentColor;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.18;
}

.discount-type-card small {
  position: absolute;
  right: 14px;
  bottom: 18px;
  color: rgba(36, 36, 36, 0.55);
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
}

.discount-subcategory-area {
  margin: 0 0 4px;
}

.discount-subcategory-group {
  display: none;
}

.discount-subcategory-group.active {
  display: block;
}

.discount-subcategory-group .subcategory-slider {
  padding-top: 10px;
}

.discount-product-shell {
  min-width: 0;
}

.discount-product-shell.is-hidden {
  display: none;
}

.promotions-page .discount-products {
  gap: 28px;
  padding-top: 24px;
}

.promotions-page .discount-products .room-product-card {
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.05);
}

.journal-hero--articles .journal-hero__copy {
  min-height: 0;
  justify-content: flex-start;
  border: 1px solid rgba(36, 36, 36, 0.05);
  padding: 30px 42px 34px;
  background: linear-gradient(135deg, #fff 0%, #f5f5f3 100%);
}

.journal-hero--articles {
  display: block;
}

.journal-hero--articles .journal-hero__copy h1 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.02;
}

.journal-hero--promotions .journal-hero__copy {
  background: linear-gradient(135deg, #fff 0%, #fff4f4 100%);
}

.journal-grid--articles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-grid--articles .journal-card {
  aspect-ratio: auto;
  min-height: 184px;
  grid-template-columns: minmax(140px, 38%) minmax(0, 1fr);
  grid-template-rows: 1fr min-content min-content min-content 1fr;
  border: 1px solid rgba(36, 36, 36, 0.06);
}

.journal-grid--articles .journal-card img {
  align-self: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  padding: 0;
  background: #f8f8f6;
}

.journal-grid--articles .journal-card span,
.journal-grid--articles .journal-card strong,
.journal-grid--articles .journal-card p {
  margin-left: 18px;
  margin-right: 18px;
}

.journal-grid--articles .journal-card span {
  grid-row: 2;
  margin-top: 0;
  color: rgba(36, 36, 36, 0.56);
}

.journal-grid--articles .journal-card strong {
  grid-row: 3;
  font-size: 22px;
  line-height: 1.12;
}

.journal-grid--articles .journal-card p {
  grid-row: 4;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}

.promo-simple-page {
  padding-top: 32px;
}

.promo-simple-detail {
  display: grid;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.promo-simple-detail__media,
.promo-simple-detail__body {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.promo-simple-detail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 0;
  background: #f5f5f3;
}

.promo-simple-detail__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.6 / 1;
  object-fit: contain;
}

.promo-simple-detail__body {
  padding: 38px;
}

.promo-simple-detail__body h1 {
  max-width: 920px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 650;
  line-height: 1;
}

.promo-breadcrumbs {
  margin-bottom: 18px;
}

.promo-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.promo-detail-hero__copy,
.promo-detail-hero__media,
.promo-detail-card,
.promo-salon-strip {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.promo-detail-hero__copy {
  display: grid;
  align-content: end;
  gap: 22px;
  min-height: 460px;
  padding: 42px;
}

.promo-detail-hero__copy > p,
.promo-detail-card > p,
.promo-salon-strip span {
  margin: 0;
  color: var(--brand);
  font-size: 14px;
  font-weight: 650;
}

.promo-detail-hero__copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 650;
  line-height: 0.98;
}

.promo-detail-hero__copy > span {
  max-width: 760px;
  color: rgba(36, 36, 36, 0.64);
  font-size: 19px;
  line-height: 1.44;
}

.promo-detail-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.promo-detail-hero__meta span {
  display: grid;
  gap: 7px;
  border-radius: 8px;
  padding: 16px;
  background: #f5f5f3;
  color: rgba(36, 36, 36, 0.68);
  font-size: 15px;
}

.promo-detail-hero__meta strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}

.promo-detail-hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.6 / 1;
  min-height: 0;
  object-fit: contain;
  background: #f7f3ee;
}

.promo-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 18px;
  margin-top: 18px;
}

.promo-detail-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
}

.promo-detail-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  font-weight: 650;
  line-height: 1.08;
}

.promo-detail-card--salon span {
  color: rgba(36, 36, 36, 0.62);
  font-size: 17px;
  line-height: 1.4;
}

.promo-condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.promo-condition-list span {
  border-radius: 8px;
  padding: 18px;
  background: #f5f5f3;
  color: rgba(36, 36, 36, 0.72);
  font-size: 16px;
  line-height: 1.4;
}

.promo-products {
  margin-top: 18px;
}

.promo-salon-strip {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
}

.promo-salon-strip__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border-radius: 8px;
  background: #b6004a;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0;
}

.promo-salon-strip h2,
.promo-salon-strip p {
  margin: 0;
}

.promo-salon-strip h2 {
  margin-top: 8px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 650;
}

.promo-salon-strip p {
  max-width: 720px;
  margin-top: 10px;
  color: rgba(36, 36, 36, 0.64);
  font-size: 16px;
  line-height: 1.45;
}

.promo-salon-strip__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
}

.promo-salon-strip__actions a:not(.button-primary) {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  background: #f5f5f3;
  color: rgba(36, 36, 36, 0.72);
  font-weight: 600;
}

/* =========================================================
   15. Salons
========================================================= */

.salons-page,
.journal-page {
  background: #f2f2f1;
}

.salons-main,
.journal-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 18px 96px;
}

.salons-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 18px;
  align-items: stretch;
}

.salons-hero--simple {
  grid-template-columns: minmax(0, 1fr);
}

.salons-hero--simple .salons-hero__copy {
  min-height: 360px;
}

.salons-hero__copy,
.salons-hero__visual,
.salons-toolbar,
.salons-aside,
.salon-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.salons-hero__copy {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.salons-hero__copy > p {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
}

.salons-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 54px;
  font-weight: 650;
  line-height: 0.98;
}

.salons-hero__copy > span {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(36, 36, 36, 0.66);
  font-size: 19px;
  line-height: 1.45;
}

.salons-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.salons-hero__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  background: #fafafa;
}

.salons-hero__visual article {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  border-radius: 8px;
  background: #fff;
}

.salons-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  transition: transform 0.22s ease;
}

.salons-hero__visual article:hover img {
  transform: scale(1.025);
}

.salons-hero__visual span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(36, 36, 36, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.salons-toolbar {
  display: grid;
  gap: 24px;
  margin-top: 18px;
  padding: 28px 34px 32px;
}

.salons-search {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 0 24px;
  background: #f4f4f3;
  color: rgba(36, 36, 36, 0.44);
}

.salons-search svg {
  width: 22px;
  height: 22px;
}

.salons-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
}

.salons-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
  overflow: visible;
  padding: 6px 0 4px;
}

.salons-filter-row .room-filter-pill {
  min-height: 52px;
  padding: 0 22px;
}

.salons-layout {
  display: block;
  margin-top: 18px;
}

.salons-aside {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.salons-aside h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.08;
}

.salons-aside p {
  margin: 0;
  color: rgba(36, 36, 36, 0.66);
  font-size: 16px;
  line-height: 1.45;
}

.salons-stats {
  display: grid;
  gap: 10px;
}

.salons-stats span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.08);
  padding-bottom: 10px;
  color: rgba(36, 36, 36, 0.62);
  font-size: 15px;
}

.salons-stats strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 650;
}

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

.salons-grid--full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.salon-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  min-height: 230px;
  border: 1px solid rgba(36, 36, 36, 0.06);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.salon-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(28, 28, 28, 0.07);
}

.salon-card.is-hidden {
  display: none;
}

.salon-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.salon-card__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid rgba(36, 36, 36, 0.06);
  background: #fff;
  color: var(--ink);
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
}

.salon-card__brand img {
  width: 100%;
  max-width: 260px;
  max-height: 145px;
  object-fit: contain;
}

.salon-card__brand strong {
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
}

.salon-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}

.salon-card__body span {
  color: rgba(36, 36, 36, 0.56);
  font-size: 14px;
  font-weight: 500;
}

.salon-card__body h2 {
  margin: 8px 0 10px;
  font-size: 30px;
  font-weight: 650;
  line-height: 1;
}

.salon-card__body p {
  margin: 0;
  color: rgba(36, 36, 36, 0.68);
  font-size: 16px;
  line-height: 1.42;
}

.salon-card__phones {
  display: grid;
  gap: 4px;
}

.salon-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.salon-card__tags span {
  border-radius: 999px;
  padding: 7px 10px;
  background: #f3f3f2;
  color: rgba(36, 36, 36, 0.68);
  font-size: 13px;
  font-weight: 600;
}

.salon-card__actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.salon-card__actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.12);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(36, 36, 36, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.salon-card__actions a:last-child {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.salon-detail-page {
  background: #f2f2f1;
}

.salon-detail {
  padding-top: 30px;
}

.salon-detail-breadcrumbs {
  margin-bottom: 24px;
}

.salon-detail-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.33fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.salon-detail-hero__brand,
.salon-detail-hero__copy,
.salon-detail-hero__visual,
.salon-detail-note,
.salon-catalog-head {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.salon-detail-hero__brand {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  background: #fff;
  color: var(--ink);
}

.salon-detail-hero__brand span {
  font-size: 15px;
  font-weight: 650;
  color: rgba(36, 36, 36, 0.58);
}

.salon-detail-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.salon-detail-hero__logo img {
  width: 100%;
  max-width: 390px;
  max-height: 210px;
  object-fit: contain;
}

.salon-detail-hero__brand small {
  font-size: 16px;
  color: rgba(36, 36, 36, 0.62);
}

.salon-detail-hero__copy {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.salon-detail-hero__eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
}

.salon-detail-hero__copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: 58px;
  font-weight: 650;
  line-height: 0.95;
}

.salon-detail-hero__text {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(36, 36, 36, 0.66);
  font-size: 18px;
  line-height: 1.45;
}

.salon-detail-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.salon-detail-facts span {
  border-radius: 8px;
  padding: 14px;
  background: #f5f5f4;
  color: rgba(36, 36, 36, 0.62);
  font-size: 14px;
  line-height: 1.25;
}

.salon-detail-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 650;
}

.salon-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.salon-detail-hero__brand .salon-detail-actions {
  justify-content: center;
  margin-top: 0;
}

.salon-detail-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.salon-detail-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salon-detail-hero__badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.salon-detail-hero__badge span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 650;
}

.salon-detail-hero__badge strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.1;
}

.salon-detail-hero__badge small {
  display: block;
  margin-top: 8px;
  color: rgba(36, 36, 36, 0.66);
  font-size: 15px;
}

.salon-detail-note {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 28px;
}

.salon-detail-note h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 650;
  line-height: 1.08;
}

.salon-detail-note p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(36, 36, 36, 0.66);
  font-size: 17px;
  line-height: 1.45;
}

.salon-detail-note__chips {
  flex: 0 0 340px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 8px;
}

.salon-detail-note__chips span {
  border-radius: 999px;
  padding: 9px 12px;
  background: #f3f3f2;
  color: rgba(36, 36, 36, 0.68);
  font-size: 14px;
  font-weight: 650;
}

.salon-categories {
  margin-top: 24px;
  padding: 28px 0 24px;
}

.salon-detail .subcategory-slider {
  gap: 14px;
  padding: 22px 0 22px;
}

.salon-detail .salon-catalog-toolbar {
  padding: 0 0 28px;
}

.salon-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 28px;
}

.salon-catalog-head > strong {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 12px 18px;
  background: #f3f3f2;
  color: rgba(36, 36, 36, 0.66);
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
}

.salon-categories .room-categories {
  padding: 0 0 26px;
}

.salon-categories .room-category small {
  display: none;
  max-width: 132px;
  color: rgba(36, 36, 36, 0.54);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.salon-categories .room-category em {
  font-style: normal;
}

.salon-catalog-head p {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 650;
}

.salon-catalog-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 650;
  line-height: 1;
}

.salon-catalog-head span {
  display: block;
  max-width: 720px;
  margin-top: 12px;
  color: rgba(36, 36, 36, 0.62);
  font-size: 17px;
  line-height: 1.45;
}

.salon-products {
  gap: 18px;
}

/* =========================================================
   16. Schema page
========================================================= */

.schema-page {
  --schema-dark: #121722;
  --schema-panel: rgba(34, 39, 53, 0.92);
  --schema-panel-soft: rgba(255, 255, 255, 0.08);
  --schema-border: rgba(255, 255, 255, 0.14);
  --schema-text: #f7f7f5;
  --schema-muted: rgba(247, 247, 245, 0.68);
  max-width: none;
}

.schema-intro {
  max-width: var(--max);
  margin: 46px auto 0;
  padding: 0 18px;
}

.schema-intro p,
.schema-selected-card span {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.schema-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #222;
  font-size: clamp(38px, 6vw, 78px);
  font-weight: 650;
  line-height: 0.98;
}

.schema-intro > span {
  display: block;
  max-width: 720px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.42;
}

.schema-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 720px;
  margin: 34px 18px 0;
  overflow: hidden;
  border-radius: 28px;
  background: radial-gradient(circle at 72% 24%, rgba(205, 0, 0, 0.18), transparent 28%),
          linear-gradient(135deg, #171c27 0%, var(--schema-dark) 56%, #0e121b 100%);
  color: var(--schema-text);
  box-shadow: 0 24px 80px rgba(20, 22, 28, 0.2);
}

.schema-sidebar {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  background: var(--schema-panel);
}

.schema-mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.schema-mode-tabs button {
  min-height: 86px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--schema-muted);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.schema-mode-tabs button span {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.schema-mode-tabs button.active {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.schema-search {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-radius: 14px;
  padding: 0 16px;
  background: #fff;
  color: #222;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.schema-search svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.schema-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #222;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.schema-category-group {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.schema-category-group button,
.schema-salon-item {
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--schema-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.schema-category-group button {
  min-height: 48px;
  padding: 0 16px;
  font-weight: 650;
}

.schema-category-group button.active {
  color: #fff;
  background: rgba(205, 0, 0, 0.72);
}

.schema-selected-card {
  min-height: 112px;
  border: 1px solid var(--schema-border);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.schema-selected-card strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.15;
}

.schema-selected-card small {
  display: block;
  margin-top: 8px;
  color: var(--schema-muted);
  line-height: 1.3;
}

.schema-salon-list {
  display: grid;
  gap: 8px;
  overflow: auto;
  max-height: 330px;
  padding-right: 4px;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

.schema-salon-item {
  border-radius: 14px;
  padding: 14px;
}

.schema-salon-item:hover,
.schema-salon-item.is-active {
  background: rgba(255, 255, 255, 0.12);
}

.schema-salon-item.is-hidden {
  display: none;
}

.schema-salon-item span {
  display: block;
  color: #fff;
  font-weight: 700;
}

.schema-salon-item small,
.schema-salon-item em {
  display: block;
  margin-top: 4px;
  color: var(--schema-muted);
  font-style: normal;
  font-size: 13px;
}

.schema-workspace {
  min-width: 0;
  padding: 18px;
}

.schema-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--schema-muted);
  font-size: 14px;
}

.schema-toolbar > div:first-child {
  margin-right: auto;
}

.schema-toolbar [data-schema-counter] {
  color: #fff;
  font-weight: 700;
}

.schema-floor-toggle,
.schema-zoom {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--schema-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.schema-floor-toggle button,
.schema-zoom button {
  min-height: 42px;
  border: 0;
  border-left: 1px solid var(--schema-border);
  padding: 0 16px;
  background: transparent;
  color: var(--schema-text);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.schema-floor-toggle button:first-child,
.schema-zoom button:first-child {
  border-left: 0;
}

.schema-floor-toggle button.active,
.schema-zoom button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.schema-map-stack {
  overflow: auto;
  max-height: min(760px, calc(100vh - 210px));
  border-radius: 22px;
  scroll-behavior: smooth;
}

.schema-map-stack[data-active-floor="1"] [data-floor="2"],
.schema-map-stack[data-active-floor="2"] [data-floor="1"] {
  display: none;
}

.schema-floor-panel {
  min-width: 980px;
  margin: 0 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 16px;
  background: rgba(10, 13, 21, 0.72);
}

.schema-floor-panel:last-child {
  margin-bottom: 0;
}

.schema-floor-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #fff;
}

.schema-floor-panel header span {
  font-size: 18px;
  font-weight: 700;
}

.schema-floor-panel header small {
  color: var(--schema-muted);
}

.schema-floor-canvas {
  position: relative;
  width: var(--schema-canvas-width, 100%);
  min-width: 940px;
  transition: width 180ms ease;
}

.schema-floor-canvas img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  opacity: 0.58;
  user-select: none;
}

.schema-spot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 5px;
  background: rgba(205, 0, 0, 0.12);
  color: #fff;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.schema-spot span {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #fff;
  font-size: clamp(10px, 0.9vw, 15px);
  font-weight: 700;
  line-height: 1.05;
}

.schema-spot small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1;
}

.schema-spot:hover,
.schema-spot.is-highlighted,
.schema-spot.is-selected {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(205, 0, 0, 0.64);
  box-shadow: 0 0 0 4px rgba(205, 0, 0, 0.18), 0 18px 42px rgba(0, 0, 0, 0.24);
  opacity: 1;
}

.schema-spot.is-dimmed {
  opacity: 0.18;
}

.schema-spot.is-hidden {
  display: none;
}

.schema-location {
  max-width: none;
}

/* =========================================================
   17. Cookies and integrations
========================================================= */

.awz_cookies_sett__message {
  z-index: 99001 !important;
}

.awz_cookies_sett__container {
  background: #f0f0f0;
  box-shadow: 24px 12px 24px 6px rgba(36, 36, 36, 0.3);
  border: 1px;
  border-radius: 11px;
}

/* =========================================================
   18. Other
========================================================= */

.sale-icon {
  display: block;
  object-fit: contain;
  opacity: 1;
}

.close-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(36, 36, 36, 0.06);
  color: var(--ink);
}

.close-button svg {
  width: 24px;
  height: 24px;
}

.product-image {
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f5;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  transition: transform 0.2s ease;
}

.badge {
  position: absolute;
  left: 14px;
  top: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  background: var(--brand);
  font-size: 13px;
  font-weight: 650;
}

.product-meta {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.product-meta > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.product-meta > a {
  min-height: 44px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.price strong {
  color: var(--brand);
  font-size: 18px;
  font-weight: 650;
}

.price s {
  color: var(--muted);
  font-size: 14px;
}

.button-primary,
.button-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 650;
}

.button-primary {
  color: #fff;
  background: var(--brand);
}

.button-secondary {
  background: #f0f0ee;
}

.yandex-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.yandex-map--desktop {
  opacity: 1;
  pointer-events: auto;
}

.yandex-map--mobile {
  opacity: 0;
  pointer-events: none;
}

.living-article {
  max-width: 1720px;
  margin: 0 auto;
  padding: 24px 18px 96px;
}

/* =========================================================
   MEDIA (max-width: 1440px)
========================================================= */

@media (max-width: 1440px) {

  /* 03. Header and navigation */

  .header-main {
    grid-template-columns: 200px auto auto minmax(220px, 1fr) auto;
  }

  .brand img {
    width: 198px;
  }


  /* 05. Home, hero and sliders */

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .product-dock {
    grid-template-columns: repeat(7, minmax(112px, 1fr));
  }
}

/* =========================================================
   MEDIA (max-width: 1180px)
========================================================= */

@media (max-width: 1180px) {

  /* 03. Header and navigation */

  .header-main {
    grid-template-columns: 194px auto minmax(190px, 1fr) auto;
    gap: 12px;
    padding-inline: 18px;
  }

  .header-quick-links {
    display: none;
  }

  .phone {
    display: none;
  }


  /* 04. Mega menu */

  .mega-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .mega-detail {
    grid-template-columns: 1fr;
    padding: 34px 36px;
  }

  .mega-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-layout:has(.mega-detail--rooms.active) .mega-room-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mega-feature-stack {
    display: none;
  }

  .mega-picture {
    min-height: 230px;
  }


  /* 05. Home, hero and sliders */

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .hero-action-card--sale {
    grid-row: auto;
    min-height: 210px;
  }

  .hero-action-card--discounts,
  .hero-service-card {
    min-height: 210px;
  }

  .hero-service-card {
    grid-template-columns: 1fr;
  }

  .hero-service-card svg {
    grid-column: 1;
    grid-row: auto;
    justify-self: end;
    width: 112px;
    height: 72px;
  }

  .product-dock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 44px;
  }


  /* 06. Services */

  .service-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .service-card--wide {
    grid-column: 1 / -1;
    min-height: 230px;
    padding-right: 302px;
  }

  .service-card__visual {
    width: 260px;
  }


  /* 10. Content, cards, map and footer */

  .map-section {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 34px;
  }

  .footer-column--primary {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding: 20px 34px;
  }

  .article-header {
    gap: 18px;
    padding: 14px 20px;
  }

  .article-header__brand img {
    width: 198px;
  }

  .article-header__nav {
    gap: 18px;
  }

  .article-hero__copy h1 {
    font-size: 52px;
  }

  .article-intro {
    grid-template-columns: 1fr;
    max-width: 860px;
  }

  .article-product,
  .article-product--reverse {
    grid-template-columns: 1fr;
  }

  .article-product--reverse .article-product__media {
    order: 0;
  }

  .article-product__media,
  .article-product__copy {
    min-height: auto;
  }

  .article-product__media {
    aspect-ratio: 1 / 1;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  /* 11. Catalog and product grid */

  .room-strip {
    padding-inline: 24px;
  }

  .room-catalog {
    padding: 34px 20px 100px;
  }

  .room-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  /* 13. Product detail */

  .product-hero,
  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .product-buybox {
    position: static;
    min-height: 0;
  }

  .product-salon-card {
    grid-template-columns: 240px 1fr;
  }

  .product-salon-card__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .product-recommendations__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  /* 14. Articles, journal, promotions and discounts */

  .service-grid,
  .promotion-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-grid--articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-hero,
  .journal-layout {
    grid-template-columns: 1fr;
  }

  .journal-aside {
    position: static;
  }

  .promo-detail-hero,
  .promo-detail-grid,
  .promo-salon-strip {
    grid-template-columns: 1fr;
  }

  .promo-salon-strip__actions {
    justify-content: start;
  }


  /* 15. Salons */

  .salon-detail-hero {
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  }

  .salon-detail-hero__visual {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .salon-detail-note {
    display: grid;
  }

  .salon-detail-note__chips {
    flex: auto;
    justify-content: flex-start;
  }

  .salons-hero,
  .salons-layout {
    grid-template-columns: 1fr;
  }

  .salons-aside {
    position: static;
  }
}

/* =========================================================
   MEDIA (max-width: 1100px)
========================================================= */

@media (max-width: 1100px) {

  /* 06. Services */

  .service-grid--focused {
    grid-template-columns: 1fr;
  }

  .service-grid--focused .service-card {
    min-height: auto;
  }


  /* 14. Articles, journal, promotions and discounts */

  .promo-offers-grid {
    gap: 32px;
  }

  .discount-type-dock {
    grid-auto-columns: minmax(168px, 190px);
  }


  /* 16. Schema page */

  .schema-shell {
    grid-template-columns: 320px minmax(0, 1fr);
  }

  .schema-toolbar {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .schema-toolbar > div:first-child {
    flex: 1 0 100%;
  }
}

/* =========================================================
   MEDIA (max-width: 960px)
========================================================= */

@media (max-width: 960px) {

  /* 04. Mega menu */

  .mega-layout--divan {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }

  .mega-feature-stack--services {
    display: none;
  }
}

/* =========================================================
   MEDIA (max-width: 920px)
========================================================= */

@media (max-width: 920px) {

  /* 14. Articles, journal, promotions and discounts */

  .journal-main {
    padding: 20px 14px 110px;
  }

  .journal-hero__copy {
    min-height: 0;
    padding: 28px;
  }

  .journal-hero__copy h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .journal-hero__copy > span {
    font-size: 16px;
  }

  .journal-hero__feature {
    grid-template-columns: 1fr;
  }

  .journal-hero__feature article {
    min-height: 260px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .discount-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-detail-hero__copy {
    min-height: 0;
    padding: 30px;
  }

  .promo-detail-hero__media img {
    min-height: 0;
  }

  .promo-detail-hero__meta,
  .promo-condition-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MEDIA (max-width: 880px)
========================================================= */

@media (max-width: 880px) {

  /* 15. Salons */

  .salons-main {
    padding: 20px 14px 110px;
  }

  .salons-hero__copy {
    min-height: 0;
    padding: 28px;
  }

  .salons-hero__copy h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .salons-hero__copy > span {
    font-size: 16px;
  }

  .salons-hero__visual {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    overflow-x: auto;
  }

  .salons-hero__visual article {
    min-height: 160px;
  }

  .salons-grid {
    grid-template-columns: 1fr;
  }

  .salon-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .salon-card__brand {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 36, 36, 0.06);
  }

  .salon-card__brand img {
    max-height: 118px;
  }
}

/* =========================================================
   MEDIA (max-width: 820px)
========================================================= */

@media (max-width: 820px) {

  /* 02. Base */

  body {
    padding-bottom: 92px;
  }


  /* 03. Header and navigation */

  .site-header {
    top: 0;
    padding: 0;
  }

  .header-top {
    display: none;
  }

  .header-island {
    border-radius: 0;
  }

  .header-main {
    min-height: 68px;
    grid-template-columns: 1fr auto auto;
    padding: 8px 14px;
  }

  .brand img {
    width: 174px;
    height: 48px;
  }

  .mobile-header-button {
    display: inline-flex;
  }

  .site-header .round-action {
    display: inline-flex;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    min-height: 78px;
    border-radius: 0;
    padding: 8px 8px max(8px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    position: relative;
    display: grid;
    place-items: center;
    gap: 3px;
    border: 0;
    border-radius: 18px;
    color: rgba(0, 0, 0, 0.72);
    background: transparent;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-bottom-nav svg {
    width: 26px;
    height: 26px;
  }

  .mobile-bottom-nav .sale-icon {
    width: 22px;
    height: 30px;
  }

  .mobile-bottom-nav button {
    color: rgba(0, 0, 0, 0.72);
  }

  .mobile-catalog {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 110;
    width: min(82vw, 430px);
    display: block;
    overflow-y: auto;
    padding: 20px 18px 108px;
    background: #fff;
    box-shadow: 12px 0 34px rgba(0, 0, 0, 0.14);
    transform: translateX(-105%);
    transition: transform 0.22s ease;
  }

  .mobile-catalog.active {
    transform: translateX(0);
  }

  .mobile-catalog__head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
  }

  .mobile-catalog__head button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
  }

  .mobile-catalog__head button svg {
    width: 26px;
    height: 26px;
  }

  .mobile-catalog__head label {
    height: 52px;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    padding: 0 16px 0 20px;
    background: #f3f3f3;
  }

  .mobile-catalog__head input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    background: transparent;
  }

  .mobile-catalog__head svg {
    width: 24px;
    height: 24px;
  }

  .mobile-catalog__links {
    display: grid;
    gap: 2px;
  }

  .mobile-catalog__links a,
  .mobile-catalog__links button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    width: 100%;
    border-bottom: 1px solid var(--line);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: var(--ink);
    background: transparent;
    font-size: 20px;
    font-weight: 650;
    text-align: left;
  }

  .mobile-catalog__links button::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 16px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }

  .mobile-catalog__links button[aria-expanded="true"]::after {
    transform: rotate(-135deg);
  }

  .mobile-catalog__links .mobile-sale,
  .mobile-catalog__links .mobile-sale::after {
    color: var(--brand);
  }

  .mobile-catalog__group.is-open > button {
    border-bottom-color: transparent;
  }

  .mobile-catalog__sublist {
    display: none;
    padding: 0 0 12px 18px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-catalog__group.is-open .mobile-catalog__sublist {
    display: grid;
  }

  .mobile-catalog__sublist a {
    min-height: 42px;
    border-bottom: 0;
    color: rgba(36, 36, 36, 0.72);
    font-size: 17px;
    font-weight: 700;
  }


  /* 04. Mega menu */

  .mega-menu {
    display: none;
  }


  /* 05. Home, hero and sliders */

  .hero-grid {
    margin-top: 0;
    gap: 0;
    padding-inline: 0;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
  }

  .slider-arrow--prev {
    left: 10px;
  }

  .slider-arrow--next {
    right: 10px;
  }

  .slider-progress {
    left: 50%;
    right: auto;
    bottom: 10px;
  }

  .hero-aside {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    padding: 10px 14px 0;
  }

  .hero-action-card--sale {
    grid-row: auto;
    min-height: 146px;
  }

  .hero-action-card,
  .hero-service-card {
    border-radius: 22px;
  }

  .hero-action-card {
    min-height: 146px;
    padding: 20px;
  }

  .hero-action-card strong {
    max-width: 100%;
    font-size: 23px;
  }

  .hero-service-card {
    min-height: 124px;
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
  }

  .hero-service-card strong {
    font-size: 19px;
  }

  .hero-service-card svg {
    width: 86px;
    height: 68px;
  }

  .product-dock {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 148px;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    margin-top: 4px;
    margin-inline: 14px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .product-dock::-webkit-scrollbar {
    display: none;
  }

  .product-dock a {
    min-height: 100px;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 5px 14px rgba(28, 28, 28, 0.045);
  }

  .product-dock img {
    max-height: 92px;
  }

  .product-dock span {
    min-height: 38px;
    font-size: 13px;
    font-weight: 600;
  }


  /* 06. Services */

  .service-grid .service-card:nth-child(3) {
    grid-column: auto;
  }

  .service-grid {
    margin-top: 34px;
    margin-inline: 14px;
    padding-inline: 0;
  }

  .service-card {
    min-height: 150px;
    border-radius: 16px;
    padding: 16px;
    gap: 10px;
  }

  .service-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .service-card__icon svg {
    width: 23px;
    height: 23px;
  }

  .service-card strong {
    font-size: 21px;
  }

  .service-card small {
    font-size: 14px;
  }

  .service-grid--focused .service-card {
    min-height: 278px;
  }

  .service-card--wide {
    min-height: 176px;
    padding-right: 146px;
    gap: 12px;
  }

  .service-card--wide strong {
    font-size: 25px;
  }

  .service-card__visual {
    top: 16px;
    right: 16px;
    bottom: 16px;
    width: 114px;
    border-radius: 12px;
  }


  /* 07. Commerce and cart */

  .commerce-overlay {
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
  }

  .commerce-panel {
    width: 100%;
    max-height: min(86dvh, 760px);
    border-radius: 24px 24px 0 0;
    transform: translateY(28px);
  }

  .commerce-panel.active {
    transform: translateY(0);
  }

  .commerce-panel__head {
    padding: 20px 18px 14px;
  }

  .commerce-panel__head h2 {
    font-size: 28px;
  }

  .commerce-panel__body {
    padding: 16px 18px calc(20px + env(safe-area-inset-bottom));
  }

  .commerce-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }


  /* 08. Feedback */

  .feedback-overlay {
    align-items: flex-end;
    padding: 0;
  }

  .feedback-modal,
  .feedback-modal--wide {
    width: 100%;
    max-height: 90dvh;
    border-radius: 24px 24px 0 0;
    transform: translateY(28px);
  }

  .feedback-modal__head {
    padding: 28px 74px 20px 20px;
  }

  .feedback-form {
    padding: 22px 20px calc(24px + env(safe-area-inset-bottom));
  }

  .feedback-fields {
    grid-template-columns: 1fr;
  }


  /* 09. Search */

  .search-page {
    padding: 28px 14px 104px;
  }

  .search-page__hero {
    padding: 34px 24px;
  }

  .search-page__form {
    grid-template-columns: 1fr;
  }

  .search-page__body {
    padding: 24px;
  }

  .search-page__section-head {
    display: grid;
  }

  .search-page__cards {
    grid-template-columns: 1fr;
  }


  /* 10. Content, cards, map and footer */

  main,
  .site-footer {
    padding-inline: 0;
  }

  .content-section {
    margin-top: 38px;
    padding-inline: 14px;
  }

  .section-head {
    align-items: center;
    margin-bottom: 16px;
  }

  .section-head h2 {
    font-size: 24px;
  }

  .product-rail {
    grid-auto-columns: 232px;
  }

  .article-card {
    min-height: 170px;
    grid-template-columns: minmax(132px, 36%) minmax(0, 1fr);
  }

  .article-card img {
    aspect-ratio: 1 / 1;
    height: auto;
    padding: 0;
    object-fit: cover;
  }

  .map-section {
    margin: 42px 14px 0;
    border-radius: 16px;
    padding: 10px;
  }

  .map-copy {
    padding: 18px;
  }

  .map-copy h2 {
    font-size: 24px;
  }

  .map-frame {
    min-height: 320px;
  }

  .site-footer {
    margin-top: 48px;
    padding: 0 14px 112px;
  }

  .footer-shell {
    border-radius: 22px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 20px;
  }

  .footer-column--primary {
    grid-column: auto;
  }

  .footer-brand img {
    width: 190px;
    height: auto;
  }

  .footer-bottom {
    display: grid;
    gap: 14px;
    padding: 18px 20px;
  }

  .footer-bottom > div:first-child {
    display: grid;
    gap: 8px;
  }

  .footer-made {
    justify-content: space-between;
  }


  /* 11. Catalog and product grid */

  .catalog-button,
  .header-quick-links,
  .search-pill,
  .header-actions,
  .room-strip {
    display: none;
  }

  .room-title-row {
    display: grid;
    gap: 8px;
  }

  .room-title-row h1 {
    font-size: 42px;
  }

  .room-title-row span {
    font-size: 18px;
  }

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

  .room-categories {
    gap: 14px;
    padding: 28px 0 32px;
  }

  .room-category {
    min-height: 56px;
    padding: 0 22px;
  }

  .subcategory-slider {
    padding: 24px 0 28px;
  }

  .subcategory-slider__rail {
    grid-auto-columns: max-content;
  }


  /* 13. Product detail */

  .product-page {
    padding: 22px 14px 110px;
  }

  .product-gallery {
    position: static;
  }

  .product-hero {
    gap: 16px;
  }

  .product-gallery__main {
    aspect-ratio: 1.18 / 1;
    border-radius: 8px;
  }

  .product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(88px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-buybox,
  .product-description,
  .product-specs,
  .product-logistics article,
  .product-recommendations {
    padding: 22px;
  }

  .product-buybox h1 {
    font-size: 25px;
  }

  .product-price-line strong {
    font-size: 33px;
  }

  .product-service-card {
    min-height: 214px;
    padding: 16px;
  }

  .product-salon-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .product-salon-card__brand {
    min-height: 110px;
    font-size: 40px;
  }

  .product-description h2,
  .product-specs h2,
  .product-logistics h2,
  .product-recommendations h2 {
    font-size: 28px;
  }

  .product-description__text {
    font-size: 16px;
    line-height: 1.55;
  }

  .product-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  /* 14. Articles, journal, promotions and discounts */

  .promo-slider {
    aspect-ratio: 1024 / 394;
    border-radius: 0;
  }

  .service-grid,
  .promotion-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 86vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 2px 14px 14px;
    margin-inline: -14px;
    scrollbar-width: none;
  }

  .article-grid::-webkit-scrollbar {
    display: none;
  }

  .article-grid .article-card {
    scroll-snap-align: start;
  }

  .promotion-grid {
    grid-auto-flow: column;
    grid-auto-columns: 260px;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .promotion-grid::-webkit-scrollbar {
    display: none;
  }

  .promotions-page {
    padding-top: 34px;
  }

  .promotions-hero {
    padding-bottom: 34px;
  }

  .promotions-hero h1 {
    font-size: 44px;
  }

  .promotions-hero p {
    font-size: 18px;
  }

  .promo-offers-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 42px;
  }

  .promo-offer-card__body {
    padding: 16px 22px 22px;
  }

  .promo-offer-card__body strong {
    font-size: 24px;
  }

  .promotions-page .discount-catalog__head {
    display: grid;
    gap: 10px;
  }

  .promotions-page .discount-catalog__head > span {
    justify-self: start;
  }

  .discount-type-dock {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    grid-auto-columns: minmax(150px, 170px);
    padding: 18px 0 24px;
  }

  .discount-type-card {
    min-height: 150px;
  }


  /* 16. Schema page */

  .schema-intro {
    margin-top: 30px;
    padding: 0 14px;
  }

  .schema-intro h1 {
    font-size: 38px;
  }

  .schema-intro > span {
    font-size: 16px;
  }

  .schema-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 24px 0 0;
    border-radius: 0;
  }

  .schema-sidebar {
    padding: 14px;
    background: rgba(28, 32, 44, 0.96);
  }

  .schema-mode-tabs button {
    min-height: 64px;
  }

  .schema-category-group {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-radius: 0;
    padding-bottom: 3px;
    background: transparent;
    scrollbar-width: none;
  }

  .schema-category-group::-webkit-scrollbar {
    display: none;
  }

  .schema-category-group button {
    flex: 0 0 auto;
    min-height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
  }

  .schema-salon-list {
    display: flex;
    max-height: none;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .schema-salon-list::-webkit-scrollbar {
    display: none;
  }

  .schema-salon-item {
    flex: 0 0 240px;
  }

  .schema-workspace {
    padding: 12px 14px 18px;
  }

  .schema-toolbar {
    position: static;
    gap: 8px;
    margin-bottom: 12px;
  }

  .schema-floor-toggle,
  .schema-zoom {
    width: 100%;
  }

  .schema-floor-toggle button,
  .schema-zoom button {
    flex: 1 1 0;
    padding-inline: 10px;
  }

  .schema-map-stack {
    max-height: 520px;
    border-radius: 18px;
  }

  .schema-floor-panel {
    min-width: 760px;
    padding: 12px;
    border-radius: 18px;
  }

  .schema-floor-canvas {
    min-width: 720px;
  }


  /* 18. Other */

  .product-image {
    height: 205px;
  }

  .yandex-map--desktop {
    opacity: 0;
    pointer-events: none;
  }

  .yandex-map--mobile {
    opacity: 1;
    pointer-events: auto;
  }
}

/* =========================================================
   MEDIA (max-width: 768px)
========================================================= */

@media (max-width: 768px) {

  /* 03. Header and navigation */

  .mobile-header,
  .site-header,
  [data-header] {
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #fff;
  }

  .mobile-header__inner,
  .header-island {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
  }

  [data-mobile-open] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #c10007;
    color: #fff;
    border: 0;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [data-mobile-open] svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 66px;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(0,0,0,.08);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    border: 0;
    background: none;
    color: #555;
    font-size: 11px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none;
  }

  .mobile-bottom-nav svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }

  .mobile-bottom-nav__sale {
    color: #c10007 !important;
  }

  .mobile-catalog {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 10001;
    background: #fff;
    transform: translateX(-100%);
    transition: transform .28s ease;
    overflow-y: auto;
    padding: 18px 16px 90px;
  }

  .mobile-catalog.is-open,
  .mobile-catalog[aria-hidden="false"] {
    transform: translateX(0);
  }

  .mobile-catalog__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  [data-mobile-close] {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  [data-mobile-close] svg {
    width: 22px;
    height: 22px;
    fill: #222;
  }

  .mobile-catalog__head form {
    flex: 1;
  }

  .mobile-catalog__head label {
    height: 42px;
    border-radius: 14px;
    background: #f5f5f5;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-catalog__head input {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 15px;
  }

  .mobile-catalog__head label svg {
    width: 20px;
    height: 20px;
    fill: #777;
  }

  body.mobile-catalog-open {
    overflow: hidden;
  }

  .mobile-header__catalog {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #c10007;
    border: 0;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .mobile-header__catalog img {
    width: 22px;
    height: 22px;
    display: flex;
    object-fit: contain;
  }

  .mobile-bottom-nav [data-mobile-open] {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: inherit;
    padding: 0;
  }

  .mobile-bottom-nav [data-mobile-open] img {
    width: 24px;
    height: 24px;
  }


  /* 10. Content, cards, map and footer */

  .site-footer {
    padding: 32px 24px;
  }

  .site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .site-footer__brand {
    order: 1;
  }

  .site-footer__nav:first-of-type {
    order: 2;
  }

  .site-footer__nav:last-of-type {
    order: 3;
  }

  .site-footer__contacts {
    order: 4;
  }

  .site-footer__actions {
    order: 5;
  }

  .site-footer__logo img {
    width: 220px;
  }

  .site-footer h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .site-footer__brand p,
  .site-footer__nav a,
  .site-footer__contacts span,
  .site-footer__contacts a,
  .site-footer__social-title {
    font-size: 15px;
  }

  .site-footer__contacts a[href^="tel"] {
    font-size: 24px;
    white-space: nowrap;
  }

  .site-footer__actions button {
    height: 40px;
    font-size: 15px;
  }

  .site-footer__socials {
    gap: 8px;
  }

  .site-footer__socials a {
    width: 48px;
    height: 48px;
  }

  .site-footer__socials img {
    width: 22px;
    height: 22px;
  }


  /* 12. Filters */

  .filter-drawer {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 92vh !important;
    border-radius: 24px 24px 0 0 !important;
    transform: translateY(calc(100% + 28px));
    z-index: 99991;
  }

  .filter-overlay.active .filter-drawer {
    transform: translateY(0);
  }

  .filter-drawer__head {
    min-height: 70px;
    justify-content: center;
    padding: 0 20px;
  }

  .filter-drawer__head button {
    position: absolute;
    right: 14px;
  }

  .filter-drawer__body {
    padding: 0 20px 112px;
  }

  .filter-section {
    padding: 25px 0;
  }

  .filter-drawer__foot {
    grid-template-columns: 1fr;
    padding: 14px 20px 18px;
  }

  .filter-reset {
    order: -1;
    min-height: 34px;
  }
}

/* =========================================================
   MEDIA (max-width: 767px)
========================================================= */

@media (max-width: 767px) {

  /* 03. Header and navigation */

  .site-header,
  [data-header] {
    z-index: 2100 !important;
  }

  .mobile-header__catalog {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #c9040b !important;
    z-index: 5 !important;
  }

  .mobile-bottom-nav,
  .bottom-nav,
  .mobile-nav {
    z-index: 3000 !important;
  }



  /* 05. Home, hero and sliders */

  .hero-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px;
    padding: 28px 54px 42px;
    background: #f3f3f3;
  }

  .hero-info-card {
    min-height: 304px;
    padding: 30px;
    border-radius: 24px;
  }

  .hero-info-card__icon {
    top: 34px;
    right: 34px;
    width: 82px;
    height: 82px;
  }

  .hero-info-card--scheme .hero-info-card__icon {
    width: 96px;
    height: 96px;
  }

  .hero-info-card span {
    margin-top: 110px;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-info-card strong {
    font-size: 22px;
    line-height: 1.35;
  }

  .product-dock {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 148px;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    margin-top: 4px;
    margin-inline: 14px;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .product-dock::-webkit-scrollbar {
    display: none;
  }

  .product-dock a {
    min-height: 100px;
    border-radius: 18px;
    padding: 12px;
  }

  .product-dock-title {
    margin: 14px;
    font-size: 24px;
  }

  .product-dock img {
    max-height: 92px;
    margin-top: 0;
  }

  .product-dock span {
    min-height: 38px;
    font-size: 13px;
    font-weight: 600;
  }


  /* 06. Services */

  .service-grid--focused {
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin: 36px 14px 0 !important;
    padding: 0 0 44px !important;
    scrollbar-width: none;
  }

  .service-grid--focused::-webkit-scrollbar {
    display: none;
  }

  .service-grid--focused .service-card {
    flex: 0 0 calc(100vw - 56px) !important;
    min-width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    min-height: 312px !important;
    max-height: none !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 24px !important;
    border-radius: 24px !important;
    scroll-snap-align: start;
  }

  .service-grid--focused .service-card strong {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }

  .service-grid--focused .service-card small {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  .service-grid--focused .service-card .service-card__scene {
    margin-top: auto !important;
    min-height: 150px !important;
    height: 150px !important;
  }

  .service-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -28px;
  }

  .service-slider-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(36,36,36,.16);
  }

  .service-slider-dot.is-active {
    background: #242424;
  }


  /* 09. Search */

  .search-catalog {
    padding-top: 20px;
  }

  .search-catalog__form {
    flex-direction: column;
  }

  .search-catalog__form input,
  .search-catalog__form button {
    width: 100%;
  }


  /* 11. Catalog and product grid */

  .site-header,
  main,
  .room-page,
  .room-catalog,
  .subcategory-slider,
  .subcategory-slider__viewport,
  .subcategory-slider__rail,
  .room-products,
  .product-grid {
    max-width: 100vw !important;
  }

  .product-grid,
  .room-products,
  .catalog-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .product-card,
  .room-card,
  .catalog-card {
    width: 100% !important;
    min-width: 0 !important;
  }

  .subcategory-slider__item,
  .subcategory-chip,
  .room-subcategory {
    flex: 0 0 auto;
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0 24px;
    border: 1.5px solid #e5e5e5;
    border-radius: 20px;
    background: #f8f8f8;
    color: #6b6b6b;
    font-size: 17px;
    font-weight: 600;
    transition: all .2s ease;
  }

  .subcategory-slider__item.is-active,
  .subcategory-slider__item.active,
  .subcategory-slider__item.current,
  .subcategory-chip.active,
  .room-subcategory.active {
    background: #fff;
    border: 2px solid #222;
    color: #222;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
  }

  .subcategory-slider__item,
  .subcategory-chip,
  .room-subcategory,
  .subcategory-card {
    height: 52px !important;
    padding: 0 18px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 14px !important;
    width: auto !important;
    min-width: fit-content !important;
    white-space: nowrap !important;
  }

  .subcategory-slider__rail {
    gap: 10px !important;
    padding: 0 0 12px !important;
  }

  .subcategory-slider__item small,
  .subcategory-slider__item span:last-child {
    color: #8b8b8b;
    font-weight: 500;
    margin-left: 4px !important;
    font-size: 12px !important;
  }

  .product-grid,
  .room-products,
  .catalog-grid,
  .catalog-products {
    position: relative !important;
    z-index: 1 !important;
  }


  /* 12. Filters */

  .room-filter-bar::-webkit-scrollbar {
    display: none !important;
  }

  .room-filter-bar > * {
    display: none !important;
  }

  .room-filter-bar > .filter-dropdown--sort,
  .room-filter-bar > [data-filter-open],
  .room-filter-bar > .room-filter-toggle,
  .room-filter-bar > .room-discount-toggle {
    display: inline-flex !important;
    flex: 0 0 auto !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: fixed !important;
    top: auto !important;
    bottom: calc(var(--mobile-bottom-nav-height, 104px) + env(safe-area-inset-bottom, 0px) + 16px) !important;
    left: 28px !important;
    right: 28px !important;
    width: auto !important;
    max-height: 55vh !important;
    overflow-y: auto !important;
    z-index: 1320 !important;
  }

  .filter-dropdown--sort .room-filter-pill {
    width: 58px !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .filter-dropdown--sort .filter-pill-label {
    display: none !important;
  }
}

/* =========================================================
   MEDIA (max-width: 760px)
========================================================= */

@media (max-width: 760px) {

  /* 10. Content, cards, map and footer */

  .article-header {
    min-height: 76px;
  }

  .article-header__nav,
  .article-header__phone {
    display: none;
  }

  .article-header__brand img {
    width: 166px;
  }

  .article-hero__copy {
    gap: 14px;
    padding: 34px 18px 8px;
  }

  .article-hero__copy p,
  .article-section-head p {
    font-size: 13px;
  }

  .article-hero__copy h1 {
    font-size: 38px;
  }

  .article-hero__copy span {
    font-size: 18px;
  }

  .article-hero img {
    height: 430px;
    min-height: 430px;
    border-radius: 0;
  }

  .article-content {
    gap: 58px;
    padding-top: 42px;
  }

  .article-intro {
    gap: 18px;
    padding: 0 18px;
  }

  .article-intro p {
    font-size: 17px;
  }

  .article-products,
  .article-catalog {
    gap: 22px;
  }

  .article-section-head h2 {
    font-size: 30px;
  }

  .article-product {
    gap: 14px;
    padding: 0 14px;
  }

  .article-product__media {
    border-radius: 22px;
    box-shadow: 0 8px 22px rgba(28, 28, 28, 0.07);
  }

  .article-product__copy {
    padding: 24px;
    border-radius: 22px;
  }

  .article-product__copy > span {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .article-product__copy h3 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .article-product__copy p {
    font-size: 16px;
  }

  .article-product__price span {
    font-size: 24px;
  }

  .article-button {
    width: 100%;
  }

  .article-catalog {
    padding: 0 14px;
  }

  .article-catalog__table {
    border-radius: 22px;
  }

  .article-catalog__row {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 24px;
    font-size: 30px;
  }

  .article-catalog__row--head {
    display: none;
  }

  .article-catalog__row small {
    font-size: 18px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 22px;
    padding: 26px 20px;
  }

  .site-footer__bottom {
    display: grid;
    gap: 10px;
  }


  /* 15. Salons */

  .salon-detail {
    padding: 20px 14px 110px;
  }

  .salon-detail-hero {
    grid-template-columns: 1fr;
  }

  .salon-detail-hero__brand {
    min-height: 180px;
    padding: 26px;
  }

  .salon-detail-hero__brand strong {
    font-size: 48px;
  }

  .salon-detail-hero__copy {
    min-height: 0;
    padding: 26px;
  }

  .salon-detail-hero__copy h1 {
    font-size: 40px;
  }

  .salon-detail-hero__text {
    font-size: 16px;
  }

  .salon-detail-facts {
    grid-template-columns: 1fr;
  }

  .salon-detail-hero__visual {
    min-height: 260px;
  }

  .salon-detail-note,
  .salon-catalog-head {
    padding: 22px 18px;
  }

  .salon-catalog-head {
    display: grid;
    align-items: start;
  }

  .salon-catalog-head h2 {
    font-size: 32px;
  }


  /* 18. Other */

  .living-article {
    padding: 12px 0 72px;
  }
}

/* =========================================================
   MEDIA (max-width: 560px)
========================================================= */

@media (max-width: 560px) {

  /* 06. Services */

  .service-grid--focused {
    gap: 18px;
  }

  .service-grid--focused .service-card {
    padding: 24px;
    border-radius: 22px;
  }

  .service-grid--focused .service-card__content strong {
    font-size: 27px;
  }

  .service-grid--focused .service-card__content small {
    font-size: 17px;
  }

  .service-card__link {
    font-size: 16px;
    padding: 13px 18px;
  }


  /* 12. Filters */

  .filter-dimension {
    grid-template-columns: 1fr 1fr;
  }

  .filter-dimension span {
    grid-column: 1 / -1;
  }

  .filter-chip,
  .filter-quick {
    min-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }


  /* 14. Articles, journal, promotions and discounts */

  .discount-catalog {
    padding: 22px 16px;
  }

  .discount-catalog__head {
    display: grid;
    gap: 18px;
  }

  .discount-catalog__actions {
    justify-content: space-between;
  }

  .discount-catalog__head h2 {
    font-size: 32px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-card {
    aspect-ratio: 2.6 / 1;
    grid-template-columns: minmax(128px, 42%) minmax(0, 1fr);
  }

  .journal-card span,
  .journal-card strong,
  .journal-card p {
    margin-left: 16px;
    margin-right: 16px;
  }

  .journal-card span {
    margin-top: 14px;
    font-size: 12px;
  }

  .journal-card strong {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1.08;
  }

  .journal-card p {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.32;
    -webkit-line-clamp: 1;
  }

  .article-card {
    min-height: 150px;
    grid-template-columns: minmax(116px, 34%) minmax(0, 1fr);
  }

  .article-card span,
  .article-card strong,
  .article-card p {
    margin-left: 14px;
    margin-right: 14px;
  }

  .article-card span {
    font-size: 12px;
  }

  .article-card strong {
    font-size: 16px;
    line-height: 1.15;
  }

  .article-card p {
    font-size: 14px;
    line-height: 1.32;
    -webkit-line-clamp: 2;
  }

  .journal-grid--articles .journal-card {
    aspect-ratio: auto;
    min-height: 150px;
    grid-template-columns: minmax(116px, 34%) minmax(0, 1fr);
  }

  .journal-grid--articles .journal-card img {
    aspect-ratio: 1 / 1;
    height: auto;
    padding: 0;
    object-fit: cover;
  }

  .journal-grid--articles .journal-card span,
  .journal-grid--articles .journal-card strong,
  .journal-grid--articles .journal-card p {
    margin-left: 14px;
    margin-right: 14px;
  }

  .journal-grid--articles .journal-card strong {
    font-size: 16px;
    line-height: 1.15;
  }

  .discount-products {
    grid-template-columns: 1fr;
  }

  .promo-detail-card,
  .promo-salon-strip {
    padding: 20px;
  }

  .promo-simple-page {
    padding-top: 16px;
  }

  .promo-simple-detail {
    gap: 14px;
  }

  .promo-simple-detail__media {
    min-height: 150px;
  }

  .promo-simple-detail__body {
    padding: 24px 20px;
  }

  .promo-simple-detail__body h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.04;
  }

  .promo-detail-card h2,
  .promo-salon-strip h2 {
    font-size: 26px;
  }

  .promo-salon-strip__brand {
    min-height: 120px;
    font-size: 42px;
  }

  .promotions-hero h1 {
    font-size: 40px;
  }

  .promotions-page .discount-catalog {
    padding: 0;
  }

  .promotions-page .discount-catalog__head h2 {
    font-size: 38px;
  }

  .promo-offers-grid {
    gap: 18px;
  }

  .promo-offer-card__body strong {
    font-size: 22px;
  }

  .discount-type-dock {
    grid-auto-columns: minmax(142px, 152px);
  }

  .discount-type-card {
    min-width: 142px;
    min-height: 138px;
    padding: 14px;
  }

  .discount-type-card__image {
    min-height: 72px;
  }

  .discount-type-card__image img {
    max-height: 72px;
  }

  .discount-type-card strong {
    font-size: 13px;
  }

  .discount-type-card small {
    right: 12px;
    bottom: 15px;
    font-size: 13px;
  }


  /* 15. Salons */

  .salons-hero__visual {
    display: flex;
  }

  .salons-hero__visual article {
    min-width: 178px;
  }

  .salon-card {
    grid-template-columns: 1fr;
  }

  .salon-card__brand {
    min-height: 118px;
  }

  .salon-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MEDIA (max-width: 520px)
========================================================= */

@media (max-width: 520px) {

  /* 03. Header and navigation */

  .brand img {
    width: 154px;
  }

  .mobile-catalog {
    width: min(88vw, 390px);
  }


  /* 05. Home, hero and sliders */

  .slide img {
    object-fit: cover;
    object-position: center;
  }


  /* 07. Commerce and cart */

  .commerce-overlay {
    padding: 0;
  }

  .commerce-panel {
    max-height: 88dvh;
    border-radius: 22px 22px 0 0;
  }

  .commerce-item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }

  .commerce-item__copy > a {
    font-size: 15px;
  }

  .commerce-form {
    padding: 14px;
  }


  /* 08. Feedback */

  .feedback-modal__head h2 {
    font-size: 36px;
  }

  .feedback-close {
    top: 14px;
    right: 14px;
  }


  /* 09. Search */

  .search-page {
    padding: 22px 0 104px;
  }

  .search-page__hero,
  .search-page__body {
    border-radius: 0;
  }

  .search-page__hero {
    padding: 30px 14px;
  }

  .search-page__intro h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .search-page__field,
  .search-page__submit {
    min-height: 54px;
  }

  .search-page__body {
    margin-top: 10px;
    padding: 22px 14px;
  }

  .search-page__summary {
    display: grid;
  }

  .search-page__summary h2,
  .search-page__section-head h2 {
    font-size: 25px;
  }


  /* 10. Content, cards, map and footer */

  .section-actions {
    display: none;
  }

  .map-actions {
    display: grid;
  }


  /* 11. Catalog and product grid */

  .room-catalog {
    padding: 28px 14px 104px;
  }

  .room-breadcrumbs {
    font-size: 14px;
  }

  .room-title-row h1 {
    font-size: 34px;
  }

  .room-catalog__hero p {
    font-size: 16px;
  }

  .room-category strong {
    font-size: 21px;
  }

  .subcategory-slider__head {
    align-items: start;
    display: grid;
    gap: 12px;
  }

  .subcategory-slider__title {
    display: grid;
    gap: 12px;
  }

  .subcategory-slider__head h2 {
    font-size: 25px;
  }

  .subcategory-slider__rail {
    gap: 12px;
    overflow-y: hidden;
    padding-bottom: 18px;
  }

  .subcategory-slider__arrow {
    display: none;
  }

  .subcategory-card {
    min-height: 56px;
    padding: 0 22px;
  }

  .subcategory-card strong {
    font-size: 21px;
  }

  .room-products {
    grid-template-columns: 1fr;
  }


  /* 13. Product detail */

  .product-breadcrumbs {
    font-size: 13px;
  }

  .product-secondary-actions {
    grid-template-columns: 1fr;
  }

  .product-service-cards {
    grid-template-columns: 1fr;
  }

  .product-logistics {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-salon-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-specs dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-specs dt {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .product-recommendations__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MEDIA (max-width: 480px)
========================================================= */

@media (max-width: 480px) {

  /* 05. Home, hero and sliders */

  .hero-aside {
    gap: 10px;
    padding: 10px 10px 10px;
  }

  .hero-info-card {
    min-height: 90px;
    padding: 15px;
    border-radius: 16px;
  }

  .hero-info-card__icon {
    top: 16px;
    right: 18px;
    width: 50px;
    height: 50px;
  }

  .hero-info-card--scheme .hero-info-card__icon {
    width: 54px;
    height: 54px;
  }

  .hero-info-card span {
    margin-top: 45px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.03em;
  }

  .hero-info-card strong {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
  }
}

/* =========================================================
   MEDIA (min-width: 768px)
========================================================= */

@media (min-width: 768px) {

  /* 03. Header and navigation */

  .mobile-header__catalog {
    display: none !important;
  }


  /* 06. Services */

  .service-slider-dots {
    display: none !important;
  }


  /* 11. Catalog and product grid */

  .room-strip {
    display: none !important;
  }
}

/* Fixed layer order and tap handling */
.site-header {
  z-index: 1000 !important;
  transform: translateZ(0);
  isolation: isolate;
}

.mobile-bottom-nav {
  z-index: 1200 !important;
  transform: translateZ(0);
  isolation: isolate;
  pointer-events: auto !important;
}

.mobile-bottom-nav a,
.mobile-bottom-nav button,
.mobile-header-button,
.site-header .round-action,
.room-filter-pill,
.filter-dropdown button {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  appearance: none;
  -webkit-appearance: none;
}

.menu-backdrop:not(.active),
.mobile-catalog:not(.active),
.ap-drawer:not(.active),
.filter-dropdown__menu:not(.active) {
  pointer-events: none !important;
}

.menu-backdrop.active {
  z-index: 1090 !important;
}

.mega-menu.active {
  z-index: 1100 !important;
}

.mobile-catalog.active {
  z-index: 1600 !important;
}

.room-filter-bar,
.catalog-filter-row,
.filter-dropdown {
  position: relative !important;
  z-index: 30 !important;
  overflow: visible !important;
}

.filter-dropdown__menu,
.filter-dropdown-menu,
.room-filter-dropdown {
  z-index: 1400 !important;
  pointer-events: auto !important;
}

.commerce-overlay {
  z-index: 3000 !important;
}

.filter-overlay {
  z-index: 3200 !important;
}

.feedback-captcha {
  width: min(304px, 100%) !important;
  min-height: 78px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.feedback-captcha .g-recaptcha {
  max-width: 100%;
  transform-origin: left top;
}

@media (max-width: 380px) {
  .feedback-captcha .g-recaptcha {
    transform: scale(0.9);
  }
}

/* =========================================================
   Final overrides: promo pages, sale catalog and sticky filters
========================================================= */

.promo-list-page,
.promo-detail-page {
  max-width: 1760px;
  margin: 0 auto;
  padding: 46px 28px 90px;
}

.promo-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  padding-bottom: 28px;
}

.promo-list-head h1,
.sale-products-catalog__head h2,
.promo-detail-top h1,
.promo-detail-content h2 {
  color: var(--ink);
  font-weight: 650;
  letter-spacing: 0;
}

.promo-list-head h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.promo-list-head__sale-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(201, 4, 11, 0.18);
}

.promo-list-head__sale-link svg,
.promo-detail-back svg,
.catalog-scroll-top svg {
  fill: currentColor;
}

.promo-offers-grid--list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 52px 0 42px;
}

.promo-offers-grid--list .promo-offer-card {
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.04);
}

.promo-offers-grid--list .promo-offer-card__body {
  padding: 14px 16px 18px;
}

.promo-offers-grid--list .promo-offer-card__body small {
  font-size: 13px;
}

.promo-offers-grid--list .promo-offer-card__body strong {
  font-size: 22px;
  line-height: 1.08;
}

.sale-products-catalog {
  margin-top: 42px;
  scroll-margin-top: calc(var(--catalog-toolbar-top, 120px) + 24px);
}

.sale-products-catalog__head h2 {
  margin: 0 0 26px;
  font-size: 26px;
  line-height: 1.1;
}

.sale-products-catalog__dock {
  margin: 0 0 12px;
}

.sale-products-catalog__dock .product-dock {
  grid-auto-columns: minmax(172px, 1fr);
}

.sale-products-catalog__dock .product-dock a {
  position: relative;
  min-height: 178px;
}

.sale-products-catalog__dock .product-dock a.is-active {
  border-color: rgba(201, 4, 11, 0.34);
  box-shadow: 0 16px 34px rgba(201, 4, 11, 0.08);
}

.sale-products-catalog__dock .product-dock small {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f1ef;
  color: rgba(36, 36, 36, 0.62);
  font-size: 13px;
  font-weight: 650;
}

.sale-products-catalog__filters {
  padding-top: 20px;
  padding-bottom: 28px;
}

[data-catalog-toolbar] {
  position: sticky !important;
  top: max(0px, calc(var(--catalog-toolbar-top, 104px) - var(--catalog-toolbar-overlap, 14px))) !important;
  z-index: 1180 !important;
  background: rgba(246, 246, 244, 0.94);
  backdrop-filter: blur(18px);
  transition: transform 0.24s ease, opacity 0.24s ease, box-shadow 0.24s ease;
  will-change: transform;
}

[data-catalog-toolbar].is-scroll-ready {
  margin-inline: calc((100vw - min(100vw, 1760px)) / -2);
  padding-inline: calc((100vw - min(100vw, 1760px)) / 2);
  box-shadow: 0 14px 28px rgba(28, 28, 28, 0.08);
}

[data-catalog-toolbar].is-scroll-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - var(--catalog-toolbar-top, 104px)));
}

.catalog-scroll-top {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 1240;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(28, 28, 28, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.catalog-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.promo-detail-page {
  max-width: 1680px;
}

.promo-detail-top {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin-bottom: 24px;
}

.promo-detail-back {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 15px;
  background: #fff;
  color: rgba(36, 36, 36, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.promo-detail-top p {
  margin: 0;
  color: rgba(36, 36, 36, 0.68);
  font-size: 18px;
  font-weight: 500;
}

.promo-detail-top h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.promo-detail-visual {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.promo-detail-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  object-fit: contain;
  background: #f7f3ee;
}

.promo-detail-mobile-actions {
  display: none;
}

.promo-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 28px;
  align-items: start;
  margin-top: 18px;
}

.promo-detail-content {
  border-radius: 8px;
  padding: 30px 34px 40px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.035);
}

.promo-detail-content h2 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.1;
}

.promo-detail-content .article-text {
  max-width: 1040px;
  color: rgba(36, 36, 36, 0.78);
  font-size: 17px;
  line-height: 1.54;
}

.promo-detail-salon-card.product-salon-card {
  position: sticky;
  top: calc(var(--catalog-toolbar-top, 120px) + 24px);
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
  padding: 22px;
}

.promo-detail-salon-card .product-salon-card__brand {
  min-height: 156px;
}

.promo-detail-salon-card .product-salon-card__actions {
  display: grid;
  justify-content: stretch;
}

.promo-detail-salon-card .product-salon-card__actions a {
  justify-content: center;
}

@media (max-width: 1180px) {
  .promo-offers-grid--list {
    gap: 20px;
  }

  .promo-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-detail-salon-card.product-salon-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .promo-list-page,
  .promo-detail-page {
    width: 100%;
    padding: 28px 24px 96px;
  }

  .promo-list-head {
    gap: 14px;
    padding-bottom: 18px;
  }

  .promo-list-head h1 {
    font-size: 28px;
  }

  .promo-list-head__sale-link {
    min-height: 46px;
    padding: 0 18px;
    font-size: 16px;
  }

  .promo-offers-grid--list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 32px 0 30px;
  }

  .promo-offers-grid--list .promo-offer-card__body {
    padding: 14px 14px 18px;
  }

  .sale-products-catalog__dock .product-dock {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(154px, 48%);
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .sale-products-catalog__dock .product-dock a {
    min-height: 154px;
  }

  [data-catalog-toolbar] {
    top: var(--catalog-toolbar-top, 88px) !important;
    margin-inline: -24px;
    padding-inline: 14px;
    overflow-x: auto !important;
    background: rgba(246, 246, 244, 0.96);
  }

  [data-catalog-toolbar].is-scroll-ready {
    margin-inline: -24px;
    padding-inline: 14px;
  }

  .catalog-scroll-top {
    bottom: 74px;
    width: 48px;
    height: 48px;
  }

  .promo-detail-top {
    gap: 12px;
    margin-bottom: 14px;
  }

  .promo-detail-top h1 {
    font-size: 34px;
  }

  .promo-detail-top p {
    font-size: 15px;
  }

  .promo-detail-visual {
    margin-inline: -24px;
    border-radius: 0;
  }

  .promo-detail-visual img {
    aspect-ratio: 2.1 / 1;
  }

  .promo-detail-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 26px;
  }

  .promo-detail-mobile-actions a {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 16px;
    font-weight: 650;
    text-decoration: none;
  }

  .promo-detail-mobile-actions__primary {
    background: var(--brand) !important;
    color: #fff !important;
  }

  .promo-detail-layout {
    gap: 20px;
    margin-top: 0;
  }

  .promo-detail-content {
    margin-inline: -24px;
    border-radius: 0;
    padding: 28px 24px 34px;
  }

  .promo-detail-content h2 {
    font-size: 25px;
  }

  .promo-detail-content .article-text {
    font-size: 15px;
  }

  .promo-detail-salon-card.product-salon-card {
    margin-inline: -20px;
    padding: 20px;
  }
}

/* EOF interaction guard: keep catalog toolbar under modal layers. */
:root {
  --catalog-toolbar-overlap: 14px;
  --mobile-bottom-nav-height: 92px;
}

[data-catalog-toolbar] {
  top: max(0px, calc(var(--catalog-toolbar-top, 104px) - var(--catalog-toolbar-overlap))) !important;
  z-index: 1180 !important;
}

[data-catalog-toolbar].is-scroll-ready {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

[data-catalog-toolbar].is-scroll-hidden {
  transform: translateY(calc(-100% - var(--catalog-toolbar-top, 104px))) !important;
}

.catalog-scroll-top {
  z-index: 1240 !important;
}

.filter-dropdown__menu {
  z-index: 1320 !important;
}

.filter-overlay {
  z-index: 12000 !important;
}

.filter-overlay .filter-drawer {
  z-index: 12001 !important;
}

.commerce-overlay {
  z-index: 12200 !important;
}

.feedback-overlay,
.modal-overlay,
.popup-overlay {
  z-index: 12400 !important;
}

.room-catalog--embedded {
  margin-top: 40px;
}

.room-catalog--embedded .sale-products-catalog__head {
  margin-bottom: 22px;
}

.room-catalog--embedded .subcategory-slider {
  margin-top: 0;
}

.subcategory-card.is-active {
  border-color: rgba(201, 4, 11, 0.36) !important;
  box-shadow: 0 14px 28px rgba(201, 4, 11, 0.08) !important;
}

@media (max-width: 760px) {
  :root {
    --catalog-toolbar-overlap: 8px;
    --mobile-bottom-nav-height: 104px;
  }

  [data-catalog-toolbar] {
    top: max(0px, calc(var(--catalog-toolbar-top, 88px) - var(--catalog-toolbar-overlap))) !important;
    z-index: 1180 !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: fixed !important;
    top: auto !important;
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 16px) !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    max-height: min(42vh, 320px) !important;
    overflow-y: auto !important;
    z-index: 1320 !important;
  }

  .catalog-scroll-top {
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 12px) !important;
  }

  .room-catalog--embedded {
    margin-top: 30px;
  }
}

/* Round 3 EOF overrides: filters, sort menu and scroll-top button. */
.promo-list-page .sale-products-dock {
  margin-top: 56px;
}

.filter-dropdown {
  z-index: 1260 !important;
}

.filter-dropdown.open,
.filter-dropdown.is-open,
.filter-dropdown.active {
  z-index: 1270 !important;
}

.filter-dropdown__menu {
  z-index: 1280 !important;
}

.filter-overlay,
.filter-overlay.active,
.ap-filter,
.ap-filter__overlay,
.ap-filter__drawer {
  z-index: 12000 !important;
}

.ap-filter__drawer {
  z-index: 12001 !important;
}

.feedback-overlay,
.modal-overlay,
.popup-overlay,
.commerce-overlay {
  z-index: 12200 !important;
}

.catalog-scroll-top {
  z-index: 1185 !important;
}

.catalog-scroll-top.is-visible,
.catalog-scroll-top.ap-scroll-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

@media (max-width: 760px) {
  :root {
    --catalog-toolbar-overlap: 24px;
    --mobile-bottom-nav-height: 104px;
  }

  [data-catalog-toolbar] {
    top: max(0px, calc(var(--catalog-toolbar-top, 88px) - var(--catalog-toolbar-overlap))) !important;
    z-index: 1180 !important;
    padding-top: var(--catalog-toolbar-overlap) !important;
    padding-bottom: 12px !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  [data-catalog-toolbar].is-scroll-ready {
    padding-top: var(--catalog-toolbar-overlap) !important;
    padding-bottom: 12px !important;
  }

  .room-filter-bar {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort,
  .filter-dropdown--sort.open,
  .filter-dropdown--sort.is-open,
  .filter-dropdown--sort.active {
    position: static !important;
    z-index: 1270 !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: fixed !important;
    top: auto !important;
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 14px) !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: min(42vh, 320px) !important;
    overflow-y: auto !important;
    z-index: 1280 !important;
  }

  .catalog-scroll-top {
    bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 16px) !important;
    z-index: 1185 !important;
  }
}

/* Round 4 final EOF overrides: mobile catalog toolbar is not sticky. */
.promo-list-page .room-catalog--embedded,
.promo-list-page .sale-products-catalog:not(.sale-products-dock) {
  display: none !important;
}

@media (max-width: 760px) {
  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] .room-filter-bar,
  [data-catalog-filter-bar] .room-filter-bar {
    position: relative !important;
    top: auto !important;
    z-index: 30 !important;
    margin-inline: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 18px !important;
    padding-inline: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
  }

  [data-catalog-toolbar].is-scroll-ready,
  [data-catalog-toolbar].is-scroll-hidden {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
  }

  .filter-dropdown--sort {
    position: relative !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown--sort .filter-dropdown__menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    width: max-content !important;
    min-width: min(300px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 1280 !important;
  }

  .promo-list-page .catalog-scroll-top {
    display: none !important;
  }
}

/* Round 5 true tail overrides: rich article text and shared drawer pages. */
.promo-detail-content .article-text,
.salon-detail-hero__text.article-text {
  white-space: normal !important;
  word-break: normal;
}

.promo-detail-content .article-text > *:first-child,
.salon-detail-hero__text.article-text > *:first-child {
  margin-top: 0 !important;
}

.promo-detail-content .article-text > *:last-child,
.salon-detail-hero__text.article-text > *:last-child {
  margin-bottom: 0 !important;
}

.promo-detail-content .article-text p,
.promo-detail-content .article-text ul,
.promo-detail-content .article-text ol,
.promo-detail-content .article-text h2,
.promo-detail-content .article-text h3,
.promo-detail-content .article-text h4,
.salon-detail-hero__text.article-text p,
.salon-detail-hero__text.article-text ul,
.salon-detail-hero__text.article-text ol,
.salon-detail-hero__text.article-text h2,
.salon-detail-hero__text.article-text h3,
.salon-detail-hero__text.article-text h4 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.promo-detail-content .article-text p + p,
.promo-detail-content .article-text p + ul,
.promo-detail-content .article-text ul + p,
.promo-detail-content .article-text ol + p,
.salon-detail-hero__text.article-text p + p,
.salon-detail-hero__text.article-text p + ul,
.salon-detail-hero__text.article-text ul + p,
.salon-detail-hero__text.article-text ol + p {
  margin-top: 12px !important;
}

.promo-detail-content .article-text h2,
.promo-detail-content .article-text h3,
.promo-detail-content .article-text h4,
.salon-detail-hero__text.article-text h2,
.salon-detail-hero__text.article-text h3,
.salon-detail-hero__text.article-text h4 {
  color: var(--ink);
  font-weight: 650;
  line-height: 1.2;
}

.promo-detail-content .article-text h2,
.salon-detail-hero__text.article-text h2 {
  font-size: 24px;
}

.promo-detail-content .article-text ul,
.promo-detail-content .article-text ol,
.salon-detail-hero__text.article-text ul,
.salon-detail-hero__text.article-text ol {
  display: block !important;
  padding-left: 1.25em !important;
  list-style-position: outside !important;
}

.promo-detail-content .article-text ul,
.salon-detail-hero__text.article-text ul {
  list-style-type: disc !important;
}

.promo-detail-content .article-text ol,
.salon-detail-hero__text.article-text ol {
  list-style-type: decimal !important;
}

.promo-detail-content .article-text li,
.salon-detail-hero__text.article-text li {
  display: list-item !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.promo-detail-content .article-text a,
.salon-detail-hero__text.article-text a {
  color: #d6000b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-detail-content .article-text img,
.salon-detail-hero__text.article-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 8px;
}

.sale-products-catalog > .ap-filter,
.salon-detail > .ap-filter {
  z-index: 12000;
}

.sale-products-catalog__filters,
.salon-catalog-toolbar {
  overflow: visible !important;
}

@media (max-width: 760px) {
  .promo-detail-content .article-text,
  .salon-detail-hero__text.article-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .promo-detail-content .article-text h2,
  .salon-detail-hero__text.article-text h2 {
    font-size: 21px;
  }
}

/* Round 6 true EOF overrides: fixed catalog toolbar behavior. */
.site-header,
.mobile-header,
[data-header] {
  z-index: 2200 !important;
}

[data-catalog-toolbar],
[data-catalog-toolbar].room-filter-bar,
[data-room-page] [data-catalog-toolbar].room-filter-bar,
[data-catalog-filter-bar] [data-catalog-toolbar].room-filter-bar {
  position: sticky !important;
  top: var(--catalog-toolbar-top, 104px) !important;
  z-index: 1500 !important;
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 14px max(16px, calc((100vw - 1760px) / 2 + 16px)) !important;
  background: rgba(246, 246, 244, 0.96) !important;
  box-shadow: 0 12px 24px rgba(28, 28, 28, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  contain: none !important;
}

[data-catalog-toolbar].is-scroll-ready,
[data-catalog-toolbar].is-scroll-hidden {
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.filter-overlay,
.filter-overlay.active,
.ap-filter,
.ap-filter__overlay,
.ap-filter__drawer {
  z-index: 12000 !important;
}

.ap-filter__drawer,
.filter-overlay .filter-drawer {
  z-index: 12001 !important;
}

.commerce-overlay {
  z-index: 12200 !important;
}

@media (max-width: 760px) {
  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] [data-catalog-toolbar].room-filter-bar,
  [data-catalog-filter-bar] [data-catalog-toolbar].room-filter-bar {
    top: var(--catalog-toolbar-top, 64px) !important;
    padding: 12px 16px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    box-shadow: 0 10px 22px rgba(28, 28, 28, 0.08) !important;
    scrollbar-width: none;
  }

  [data-catalog-toolbar]::-webkit-scrollbar {
    display: none;
  }
}

/* Round 7 true EOF overrides: interaction layer and button hit areas. */
.site-header,
.mobile-header,
[data-header] {
  z-index: 2200 !important;
  pointer-events: auto !important;
}

body.menu-open .site-header,
body.menu-open [data-header] {
  z-index: 2500 !important;
}

.menu-backdrop {
  z-index: 2300 !important;
  pointer-events: none !important;
}

.menu-backdrop.active {
  pointer-events: auto !important;
}

.mega-menu {
  z-index: 2400 !important;
}

.mega-menu.active {
  pointer-events: auto !important;
}

.mobile-bottom-nav {
  z-index: 2600 !important;
  pointer-events: auto !important;
}

.mobile-catalog {
  z-index: 2700 !important;
  pointer-events: none !important;
}

.mobile-catalog.active,
.mobile-catalog.is-open,
.mobile-catalog[aria-hidden="false"] {
  pointer-events: auto !important;
}

.commerce-overlay {
  z-index: 9000 !important;
}

.filter-overlay,
.filter-overlay.active,
.ap-filter,
.ap-filter__overlay,
.ap-filter__drawer {
  z-index: 9200 !important;
}

.ap-filter__drawer,
.filter-overlay .filter-drawer {
  z-index: 9201 !important;
}

.feedback-overlay {
  z-index: 9400 !important;
}

.menu-backdrop:not(.active),
.commerce-overlay:not(.active),
.filter-overlay:not(.active),
.feedback-overlay:not(.active),
.ap-filter:not(.is-open):not(.active),
.mobile-catalog:not(.active):not(.is-open):not([aria-hidden="false"]) {
  pointer-events: none !important;
}

[data-menu-open],
[data-mobile-open],
[data-mobile-close],
[data-favorites-open],
[data-cart-open],
[data-filter-open],
[data-slider-prev],
[data-slider-next],
.room-filter-pill,
.filter-dropdown button,
.round-action,
.catalog-button,
.mobile-header__catalog,
.mobile-bottom-nav a,
.mobile-bottom-nav button,
.room-product-card__favorite,
.product-favorite,
.product-cart-button {
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.room-product-card {
  position: relative;
}

.room-product-card__link {
  z-index: 1 !important;
}

.room-product-card__favorite,
.product-favorite,
.product-cart-button {
  position: relative;
  z-index: 6 !important;
}

/* Round 8 true EOF overrides: main-page promo slider image quality. */
.promo-slider {
  aspect-ratio: 2.6 / 1 !important;
}

.promo-slider .slides,
.promo-slider .slide {
  width: 100%;
  height: 100%;
}

.promo-slider .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

/* Round 9 true EOF overrides: mobile catalog header button and drawer offset. */
@media (max-width: 768px) {
  :root {
    --ap-mobile-header-height: 72px;
  }

  .site-header,
  [data-header] {
    z-index: 3200 !important;
    background: #fff !important;
  }

  body.mobile-catalog-open .site-header,
  body.mobile-catalog-open [data-header] {
    z-index: 3300 !important;
  }

  .site-header .header-island {
    overflow: visible !important;
  }

  .site-header .header-main {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: var(--ap-mobile-header-height) !important;
    padding: 8px 16px !important;
  }

  .site-header .brand {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .site-header .brand img {
    width: min(176px, 52vw) !important;
    height: auto !important;
    max-height: 50px !important;
  }

  .site-header .catalog-button,
  .site-header .header-quick-links,
  .site-header .search-pill,
  .site-header .header-actions {
    display: none !important;
  }

  .mobile-header__catalog {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    z-index: 3 !important;
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    color: #fff !important;
    background: var(--brand) !important;
    box-shadow: 0 8px 18px rgba(201, 4, 11, 0.18) !important;
    transform: translateY(-50%) !important;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
  }

  .mobile-header__catalog:active {
    background: var(--brand-dark) !important;
    box-shadow: 0 4px 10px rgba(201, 4, 11, 0.16) !important;
    transform: translateY(-50%) scale(0.94) !important;
  }

  body.mobile-catalog-open .mobile-header__catalog {
    background: var(--brand-dark) !important;
    box-shadow: inset 0 2px 7px rgba(80, 0, 0, 0.22), 0 7px 16px rgba(201, 4, 11, 0.14) !important;
  }

  .mobile-burger {
    position: relative;
    width: 24px;
    height: 18px;
    display: block;
  }

  .mobile-burger span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transition: top 0.2s ease, width 0.2s ease, transform 0.2s ease, opacity 0.16s ease;
  }

  .mobile-burger span:nth-child(1) {
    top: 1px;
  }

  .mobile-burger span:nth-child(2) {
    top: 8px;
  }

  .mobile-burger span:nth-child(3) {
    top: 15px;
  }

  body.mobile-catalog-open .mobile-burger span:nth-child(1) {
    top: 3px;
  }

  body.mobile-catalog-open .mobile-burger span:nth-child(2) {
    top: 8px;
  }

  body.mobile-catalog-open .mobile-burger span:nth-child(3) {
    top: 13px;
    width: 14px;
  }

  .menu-backdrop.active {
    top: var(--ap-mobile-header-height) !important;
    z-index: 2800 !important;
  }

  .mobile-catalog {
    top: var(--ap-mobile-header-height) !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 3000 !important;
    width: min(92vw, 430px) !important;
    height: calc(100dvh - var(--ap-mobile-header-height)) !important;
    max-height: none !important;
    overflow-y: auto !important;
    padding: 14px 16px calc(96px + env(safe-area-inset-bottom)) !important;
    border-radius: 0 18px 0 0 !important;
    background: #fff !important;
    box-shadow: 12px 0 34px rgba(0, 0, 0, 0.14) !important;
    transform: translateX(-105%) !important;
    transition: transform 0.24s ease !important;
  }

  .mobile-catalog.active,
  .mobile-catalog.is-open,
  .mobile-catalog[aria-hidden="false"] {
    transform: translateX(0) !important;
  }

  .mobile-catalog__head {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 14px !important;
    padding: 2px 0 14px !important;
    background: #fff !important;
  }

  .mobile-catalog__head button,
  [data-mobile-close] {
    position: static !important;
    flex: 0 0 auto !important;
    transform: none !important;
  }
}

@media (max-width: 520px) {
  .mobile-catalog {
    width: min(94vw, 390px) !important;
  }
}

/* Round 10 true EOF overrides: keep mobile catalog trigger at the left edge. */
@media (max-width: 768px) {
  .site-header .header-island {
    display: block !important;
    width: 100% !important;
  }

  .site-header .header-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .mobile-header__catalog {
    left: max(16px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .menu-backdrop.active {
    z-index: 2850 !important;
  }

  .mobile-catalog,
  .mobile-catalog.active,
  .mobile-catalog.is-open,
  .mobile-catalog[aria-hidden="false"] {
    z-index: 3100 !important;
  }
}

/* Round 11 true EOF overrides: product-card favorite placement and filter gap. */
.room-product-card {
  overflow: hidden !important;
}

.room-product-card__favorite {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
}

.room-products,
.product-grid,
.catalog-grid,
.room-products-grid,
.catalog-products {
  margin-top: 18px !important;
}

@media (max-width: 768px) {
  .room-product-card__favorite {
    top: 14px !important;
    right: 14px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .room-products,
  .product-grid,
  .catalog-grid,
  .room-products-grid,
  .catalog-products {
    margin-top: 14px !important;
  }
}

/* Round 12 true EOF overrides: mobile catalog search and desktop-like burger animation. */
@media (max-width: 768px) {
  .mobile-burger {
    position: relative !important;
    width: 24px !important;
    height: 18px !important;
    display: block !important;
    background:
      linear-gradient(currentColor, currentColor) 0 1px / 24px 3px no-repeat,
      linear-gradient(currentColor, currentColor) 0 8px / 24px 3px no-repeat,
      linear-gradient(currentColor, currentColor) 0 15px / 24px 3px no-repeat !important;
    transition: background 0.12s ease !important;
  }

  .mobile-burger > span {
    display: none !important;
  }

  .mobile-burger::before,
  .mobile-burger::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    width: 24px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    opacity: 0 !important;
    transition: opacity 0.12s ease, transform 0.18s ease !important;
  }

  body.mobile-catalog-open .mobile-burger {
    background: none !important;
  }

  body.mobile-catalog-open .mobile-burger::before,
  body.mobile-catalog-open .mobile-burger::after {
    opacity: 1 !important;
  }

  body.mobile-catalog-open .mobile-burger::before {
    transform: rotate(45deg) !important;
  }

  body.mobile-catalog-open .mobile-burger::after {
    transform: rotate(-45deg) !important;
    top: 18px;
  }

  .mobile-catalog__head {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .mobile-catalog__head form,
  .mobile-catalog__head label {
    width: 100% !important;
    min-width: 0 !important;
  }

  [data-mobile-close] {
    display: none !important;
  }
}

/* Round 13 true EOF overrides: mobile catalog polish, sort dropdown layer and sale subcategories. */
@media (max-width: 768px) {
  .mobile-burger {
    width: 24px !important;
    height: 24px !important;
    background: none !important;
  }

  .mobile-burger svg {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    color: currentColor !important;
    opacity: 1 !important;
    transition: opacity 0.12s ease, transform 0.18s ease !important;
  }

  body.mobile-catalog-open .mobile-burger svg {
    opacity: 0 !important;
    transform: scale(0.88) !important;
  }

  .mobile-catalog {
    border-radius: 0 !important;
  }

  .mobile-catalog__head {
    position: sticky !important;
    top: -14px !important;
    margin: 0 -16px 18px !important;
    padding: 18px 16px 18px !important;
    background: #fff !important;
    box-shadow: 0 16px 0 #fff, 0 1px 0 rgba(36, 36, 36, 0.06) !important;
    isolation: isolate !important;
  }


  .mobile-catalog__head label {
    position: relative !important;
    z-index: 1 !important;
    background: #f6f6f5 !important;
  }

  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] [data-catalog-toolbar].room-filter-bar,
  [data-catalog-filter-bar] [data-catalog-toolbar].room-filter-bar,
  .room-filter-bar {
    z-index: 1700 !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown,
  .filter-dropdown.open,
  .filter-dropdown.is-open,
  .filter-dropdown.active {
    z-index: 1800 !important;
  }

  .filter-dropdown__menu {
    position: fixed !important;
    top: calc(var(--ap-mobile-header-height, 72px) + 92px) !important;
    left: 16px !important;
    right: 16px !important;
    bottom: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: min(46vh, 360px) !important;
    overflow-y: auto !important;
    z-index: 1900 !important;
  }
}

@media (min-width: 769px) {
  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] [data-catalog-toolbar].room-filter-bar,
  [data-catalog-filter-bar] [data-catalog-toolbar].room-filter-bar,
  .room-filter-bar {
    z-index: 1500 !important;
    overflow: visible !important;
    contain: none !important;
  }

  .filter-dropdown,
  .filter-dropdown.open,
  .filter-dropdown.is-open,
  .filter-dropdown.active {
    z-index: 1700 !important;
  }

  .filter-dropdown__menu {
    z-index: 1800 !important;
  }

  .menu-backdrop.active {
    z-index: 4300 !important;
  }

  .mega-menu,
  .mega-menu.active {
    z-index: 4400 !important;
  }

  body.menu-open [data-catalog-toolbar],
  body.menu-open .room-filter-bar,
  body.menu-open .filter-dropdown,
  body.menu-open .filter-dropdown__menu {
    z-index: 1200 !important;
  }
}

.filter-dropdown__section-parent {
  font-weight: 750 !important;
}

.filter-dropdown__section-child {
  min-height: 38px !important;
  padding-left: 28px !important;
  color: rgba(36, 36, 36, 0.64) !important;
  font-size: 14px !important;
}

.sale-products-catalog__subcategories {
  margin-top: 18px !important;
}

.sale-products-catalog__subcategories .subcategory-slider__head {
  margin-bottom: 10px !important;
}

.sale-products-catalog__subcategories .subcategory-slider__rail {
  gap: 10px !important;
}

.sale-products-catalog__subcategories .subcategory-slider__item {
  min-width: auto !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
  padding: 0 18px !important;
}

/* Round 14 true EOF overrides: keep header over backdrop and mobile toolbar scrollable. */


@media (min-width: 769px) {
  body.menu-open .site-header,
  body.menu-open [data-header] {
    z-index: 4500 !important;
  }

  .menu-backdrop.active {
    z-index: 4200 !important;
  }

  .mega-menu,
  .mega-menu.active {
    z-index: 4400 !important;
  }
}

#sale-products {
    scroll-margin-top: 120px;
}

/* Product detail: Figma product layout */
.product-page {
  max-width: 1440px;
}

.product-hero {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  gap: 24px !important;
  align-items: start !important;
}

.product-side-panel {
  position: sticky !important;
  top: 104px !important;
  align-self: start !important;
  min-width: 0;
  display: grid !important;
  gap: 22px !important;
  z-index: 2;
}

.product-side-panel .product-buybox {
  position: static !important;
  top: auto !important;
  min-height: 0;
}

.product-salon-card--side {
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  gap: 18px !important;
  margin-top: 0 !important;
  padding: 22px !important;
}

.product-salon-card--side .product-salon-card__brand {
  min-height: 154px;
}

.product-salon-card--side .product-salon-card__info {
  min-width: 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: end;
}

.product-salon-card--side .product-salon-card__info span {
  grid-column: 1 / -1;
}

.product-salon-card--side .product-salon-card__info h2 {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.product-salon-card--side .product-salon-card__info p {
  max-width: 140px;
  text-align: right;
}

.product-salon-card--side .product-salon-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
  justify-content: stretch !important;
  gap: 10px;
}

.product-salon-card--side .product-salon-card__actions a {
  width: 100%;
  min-width: 0;
  padding-inline: 14px;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
}

.product-service-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 36px !important;
}

.product-service-card {
  min-height: 202px;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(210px, 1.1fr) !important;
  grid-template-rows: 1fr !important;
  gap: 22px !important;
  align-items: stretch !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 24px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.03) !important;
}

.product-service-card__copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-service-card__copy strong {
  max-width: 300px;
  font-size: 27px;
  font-weight: 650;
  line-height: 1.12;
}

.product-service-card__copy p {
  max-width: 320px;
  margin: 0;
  color: rgba(36, 36, 36, 0.78);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
}

.product-service-card__copy small {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  align-self: end;
  border-radius: 999px;
  padding: 0 14px;
  background: #242424;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.product-service-card__scene {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-height: 148px !important;
  max-height: none !important;
  align-self: stretch;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
}

.product-service-card__scene img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  display: block;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
    gap: 18px !important;
  }

  .product-side-panel {
    top: 96px !important;
  }

  .product-salon-card--side .product-salon-card__brand {
    min-height: 132px;
  }

  .product-salon-card--side .product-salon-card__actions {
    grid-template-columns: 1fr;
  }

  .product-service-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(150px, 1.08fr) !important;
    gap: 16px !important;
    padding: 20px !important;
  }

  .product-service-card__copy strong {
    font-size: 23px;
  }

  .product-service-card__copy p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .product-hero,
  .product-info-grid {
    grid-template-columns: 1fr !important;
  }

  .product-side-panel {
    position: static !important;
    top: auto !important;
    gap: 14px !important;
  }

  .product-salon-card--side .product-salon-card__brand {
    min-height: 118px;
  }

  .product-salon-card--side .product-salon-card__info {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-salon-card--side .product-salon-card__info p {
    max-width: none;
    text-align: left;
  }

  .product-service-cards {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 18px !important;
  }

  .product-service-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(132px, auto) !important;
    gap: 14px !important;
    min-height: 0;
    padding: 18px !important;
  }

  .product-service-card__copy strong {
    max-width: none;
    font-size: 23px;
  }

  .product-service-card__scene {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 132px !important;
  }
}

@media (max-width: 520px) {
  .product-salon-card--side .product-salon-card__actions {
    grid-template-columns: 1fr;
  }

  .product-service-card {
    padding: 16px !important;
  }

  .product-service-card__scene {
    min-height: 116px !important;
  }
}

/* Product detail hard override: compact desktop service cards. */
main.product-page .product-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px) !important;
}

main.product-page .product-side-panel {
  width: 100%;
  max-width: 400px;
}

main.product-page .product-salon-card--side {
  min-width: 0;
}

main.product-page .product-salon-card--side .product-salon-card__brand {
  min-height: 132px;
}

main.product-page > .product-service-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 24px !important;
}

main.product-page > .product-service-cards > .product-service-card {
  min-height: 0 !important;
  height: 178px !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: minmax(0, 245px) minmax(180px, 1fr) !important;
  grid-template-rows: 1fr !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 22px !important;
  background: #fff !important;
  background-image: none !important;
}

main.product-page .product-service-card__copy {
  height: 100%;
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  align-content: stretch !important;
  gap: 8px !important;
}

main.product-page .product-service-card__copy strong {
  max-width: none !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
}

main.product-page .product-service-card__copy p {
  max-width: 250px !important;
  font-size: 15px !important;
  line-height: 1.34 !important;
}

main.product-page .product-service-card__copy small {
  align-self: end !important;
}

main.product-page .product-service-card__scene {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 134px !important;
  min-height: 0 !important;
  max-height: 134px !important;
  align-self: center !important;
  border: 0 !important;
  background: transparent !important;
}

main.product-page .product-service-card__scene img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 134px !important;
  object-fit: contain !important;
}

@media (min-width: 681px) and (max-width: 1180px) {
  main.product-page > .product-service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  main.product-page > .product-service-cards > .product-service-card {
    height: 166px !important;
    grid-template-columns: minmax(0, 205px) minmax(140px, 1fr) !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  main.product-page .product-service-card__copy strong {
    font-size: 21px !important;
  }

  main.product-page .product-service-card__copy p {
    max-width: 210px !important;
    font-size: 14px !important;
  }

  main.product-page .product-service-card__scene {
    height: 120px !important;
    max-height: 120px !important;
  }

  main.product-page .product-service-card__scene img {
    max-height: 120px !important;
  }
}

@media (max-width: 680px) {
  main.product-page .product-hero,
  main.product-page .product-info-grid {
    grid-template-columns: 1fr !important;
  }

  main.product-page .product-side-panel {
    position: static !important;
    max-width: none;
  }

  main.product-page > .product-service-cards {
    grid-template-columns: 1fr !important;
  }

  main.product-page > .product-service-cards > .product-service-card {
    height: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }

  main.product-page .product-service-card__scene {
    grid-column: 1 !important;
    height: 128px !important;
    max-height: 128px !important;
  }
}

/* Product detail final desktop guard. */
@media (min-width: 721px) {
  main.product-page .product-hero {
    grid-template-columns: minmax(0, 1fr) clamp(340px, 28vw, 400px) !important;
    gap: clamp(18px, 2vw, 28px) !important;
  }

  main.product-page .product-side-panel {
    width: 100% !important;
    max-width: 400px !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    overflow: hidden !important;
    padding: 22px !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__brand {
    grid-column: 1 !important;
    width: 100% !important;
    min-height: 136px !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__brand img {
    max-width: 82% !important;
    max-height: 108px !important;
    object-fit: contain !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__info {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 4px 14px !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__info h2 {
    min-width: 0 !important;
    margin: 0 !important;
    font-size: clamp(24px, 2.1vw, 30px) !important;
    overflow-wrap: anywhere !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__info p {
    max-width: 120px !important;
    margin: 0 !important;
    text-align: right !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__actions {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(136px, auto) !important;
    gap: 10px !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__actions a {
    min-width: 0 !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 13px !important;
    white-space: nowrap !important;
    line-height: 1.1 !important;
  }

  main.product-page > .product-service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(16px, 2vw, 24px) !important;
  }

  main.product-page > .product-service-cards > .product-service-card {
    height: clamp(160px, 13vw, 182px) !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 44%) minmax(150px, 1fr) !important;
    padding: clamp(18px, 1.7vw, 24px) !important;
  }

  main.product-page > .product-service-cards > .product-service-card .product-service-card__scene {
    height: clamp(116px, 10vw, 136px) !important;
    max-height: 136px !important;
  }

  main.product-page > .product-service-cards > .product-service-card .product-service-card__scene img {
    height: 100% !important;
    max-height: 136px !important;
    object-fit: contain !important;
  }
}

@media (min-width: 721px) and (max-width: 960px) {
  main.product-page .product-hero {
    grid-template-columns: minmax(0, 1fr) 340px !important;
  }

  main.product-page > .product-service-cards > .product-service-card {
    grid-template-columns: minmax(0, 45%) minmax(126px, 1fr) !important;
    gap: 12px !important;
  }

  main.product-page .product-service-card__copy strong {
    font-size: 20px !important;
  }

  main.product-page .product-service-card__copy p {
    font-size: 13px !important;
    line-height: 1.28 !important;
  }
}

@media (max-width: 720px) {
  main.product-page .product-hero,
  main.product-page .product-info-grid {
    grid-template-columns: 1fr !important;
  }

  main.product-page .product-side-panel {
    position: static !important;
    max-width: none !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  main.product-page .product-side-panel > .product-salon-card.product-salon-card--side .product-salon-card__actions {
    grid-template-columns: 1fr !important;
  }

  main.product-page > .product-service-cards {
    grid-template-columns: 1fr !important;
  }

  main.product-page > .product-service-cards > .product-service-card {
    height: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }

  main.product-page > .product-service-cards > .product-service-card .product-service-card__scene {
    grid-column: 1 !important;
    grid-row: auto !important;
    height: 128px !important;
    max-height: 128px !important;
  }
}

/* Product detail: salon card inside buybox and fixed service cards. */
main.product-page .product-side-panel {
  position: sticky !important;
  top: 104px !important;
  width: 100% !important;
  max-width: 400px !important;
  display: block !important;
}

main.product-page .product-side-panel .product-buybox {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  border-radius: 8px !important;
  padding: 26px 24px 24px !important;
}

main.product-page .product-secondary-actions {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

main.product-page .product-secondary-actions > a {
  display: none !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 312px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 136px auto auto !important;
  gap: 16px !important;
  overflow: visible !important;
  border-radius: 8px !important;
  padding: 18px !important;
  margin: 2px 0 0 !important;
  background: #fff !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__brand {
  width: 100% !important;
  min-height: 136px !important;
  height: 136px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__brand img {
  width: auto !important;
  max-width: 82% !important;
  height: auto !important;
  max-height: 104px !important;
  object-fit: contain !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__info {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 4px 14px !important;
  align-items: end !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__info span {
  grid-column: 1 / -1 !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__info h2 {
  min-width: 0 !important;
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
  overflow-wrap: anywhere !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__info p {
  max-width: 118px !important;
  margin: 0 !important;
  text-align: right !important;
  line-height: 1.18 !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto) !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 44px !important;
}

main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__actions a {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
}

main.product-page > .product-service-cards {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 36px !important;
}

main.product-page > .product-service-cards > .product-service-card,
main.product-page > .product-service-cards > .product-service-card.product-service-card--installment {
  position: static !important;
  isolation: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 280px) minmax(180px, 1fr) !important;
  grid-template-rows: 1fr !important;
  gap: 22px !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 24px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.03) !important;
}

main.product-page > .product-service-cards > .product-service-card > .product-service-card__copy {
  min-width: 0 !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  gap: 8px !important;
  align-content: stretch !important;
}

main.product-page > .product-service-cards > .product-service-card > .product-service-card__copy strong {
  max-width: none !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
}

main.product-page > .product-service-cards > .product-service-card > .product-service-card__copy p {
  max-width: 270px !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
}

main.product-page > .product-service-cards > .product-service-card > .product-service-card__copy small {
  align-self: end !important;
}

main.product-page > .product-service-cards > .product-service-card > .product-service-card__scene {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
}

main.product-page > .product-service-cards > .product-service-card > .product-service-card__scene img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 136px !important;
  object-fit: contain !important;
}

@media (min-width: 721px) and (max-width: 1180px) {
  main.product-page > .product-service-cards > .product-service-card,
  main.product-page > .product-service-cards > .product-service-card.product-service-card--installment {
    height: 174px !important;
    min-height: 174px !important;
    max-height: 174px !important;
    grid-template-columns: minmax(0, 46%) minmax(136px, 1fr) !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  main.product-page > .product-service-cards > .product-service-card > .product-service-card__copy strong {
    font-size: 21px !important;
  }

  main.product-page > .product-service-cards > .product-service-card > .product-service-card__copy p {
    max-width: 210px !important;
    font-size: 14px !important;
    line-height: 1.26 !important;
  }

  main.product-page > .product-service-cards > .product-service-card > .product-service-card__scene {
    height: 122px !important;
    min-height: 122px !important;
    max-height: 122px !important;
  }

  main.product-page > .product-service-cards > .product-service-card > .product-service-card__scene img {
    max-height: 122px !important;
  }
}

@media (max-width: 720px) {
  main.product-page .product-side-panel {
    position: static !important;
    top: auto !important;
    max-width: none !important;
  }

  main.product-page .product-side-panel .product-buybox {
    gap: 16px !important;
    padding: 22px 18px !important;
  }

  main.product-page .product-buybox > .product-salon-card.product-salon-card--side {
    min-height: 0 !important;
    grid-template-rows: 124px auto auto !important;
    padding: 16px !important;
  }

  main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__brand {
    height: 124px !important;
    min-height: 124px !important;
  }

  main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__info,
  main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__actions {
    grid-template-columns: 1fr !important;
  }

  main.product-page .product-buybox > .product-salon-card.product-salon-card--side .product-salon-card__info p {
    max-width: none !important;
    text-align: left !important;
  }

  main.product-page > .product-service-cards {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 22px !important;
  }

  main.product-page > .product-service-cards > .product-service-card,
  main.product-page > .product-service-cards > .product-service-card.product-service-card--installment {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 132px !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  main.product-page > .product-service-cards > .product-service-card > .product-service-card__scene {
    grid-column: 1 !important;
    grid-row: 2 !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }

  main.product-page > .product-service-cards > .product-service-card > .product-service-card__scene img {
    max-height: 132px !important;
  }
}

/* Desktop mega menu: independent vertical scrolling for both catalog columns. */
@media (min-width: 769px) {
  .mega-menu,
  .mega-menu.active {
    height: min(720px, calc(100vh - var(--menu-top) - 14px)) !important;
    height: min(720px, calc(100dvh - var(--menu-top) - 14px)) !important;
    max-height: calc(100vh - var(--menu-top) - 14px) !important;
    max-height: calc(100dvh - var(--menu-top) - 14px) !important;
    overflow: hidden !important;
  }

  .mega-menu .mega-layout,
  .mega-menu .mega-layout--divan {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    grid-template-rows: minmax(0, 1fr) !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }

  .mega-scroll-shell {
    position: relative;
    min-width: 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .mega-scroll-shell--categories {
    grid-column: 1;
  }

  .mega-scroll-shell--content {
    grid-column: 2;
  }

  .mega-scroll-shell [data-mega-scroll-area] {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: none;
  }

  .mega-scroll-shell [data-mega-scroll-area]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .mega-scroll-shell .mega-nav {
    align-self: auto;
  }

  .mega-scroll-shell .mega-nav > button,
  .mega-scroll-shell .mega-nav > .mega-nav-link {
    flex: 0 0 auto;
  }

  .mega-detail-scroll {
    position: relative;
  }

  .mega-detail-scroll .mega-detail {
    width: 100%;
    min-width: 0;
  }

  .mega-feature-stack {
    min-height: 0;
    max-height: 100%;
  }

  .mega-scroll-indicator {
    position: absolute;
    top: 14px;
    right: 7px;
    bottom: 14px;
    z-index: 4;
    width: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(36, 36, 36, 0.09);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    transition: width 0.16s ease, opacity 0.16s ease, background 0.16s ease;
  }

  .mega-scroll-shell--content .mega-scroll-indicator {
    right: 9px;
  }

  .mega-scroll-shell.has-scroll-overflow .mega-scroll-indicator {
    opacity: 1;
    pointer-events: auto;
  }

  .mega-scroll-shell.has-scroll-overflow .mega-scroll-indicator:hover,
  .mega-scroll-shell.is-scroll-dragging .mega-scroll-indicator {
    width: 6px;
    background: rgba(36, 36, 36, 0.12);
  }

  .mega-scroll-indicator[hidden] {
    display: none !important;
  }

  .mega-scroll-indicator__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 44px;
    border-radius: inherit;
    background: rgba(36, 36, 36, 0.42);
    box-shadow: 0 1px 3px rgba(36, 36, 36, 0.12);
    cursor: grab;
    will-change: height, transform;
  }

  .mega-scroll-shell.is-scroll-dragging .mega-scroll-indicator__thumb {
    background: rgba(36, 36, 36, 0.58);
    cursor: grabbing;
  }
}

/* Catalog toolbar: local horizontal overflow with popups rendered in a portal. */
.room-catalog,
[data-room-page],
[data-catalog-filter-bar],
.room-products,
.catalog-grid,
.product-grid {
  min-width: 0;
  max-width: 100%;
}

[data-catalog-toolbar],
[data-catalog-toolbar].room-filter-bar,
[data-room-page] [data-catalog-toolbar].room-filter-bar,
[data-catalog-filter-bar] [data-catalog-toolbar].room-filter-bar,
.room-filter-bar {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

[data-catalog-toolbar]::-webkit-scrollbar,
.room-filter-bar::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.room-filter-bar > * {
  flex: 0 0 auto;
}

.room-filter-bar.has-horizontal-overflow {
  cursor: grab;
}

.room-filter-bar.has-horizontal-overflow.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.filter-dropdown__menu[data-filter-menu-portal] {
  position: fixed !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 8800 !important;
  display: grid !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  contain: none !important;
  -webkit-overflow-scrolling: touch;
}

.filter-dropdown__menu[data-filter-menu-portal]:not(.active) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.ap-filter {
  inset: 0 auto 0 0 !important;
  width: 100vw !important;
  width: 100dvw !important;
  max-width: 100dvw !important;
}

.ap-filter__drawer {
  max-width: 100vw !important;
  max-width: 100dvw !important;
}

@media (max-width: 760px) {
  [data-catalog-toolbar],
  [data-catalog-toolbar].room-filter-bar,
  [data-room-page] [data-catalog-toolbar].room-filter-bar,
  [data-catalog-filter-bar] [data-catalog-toolbar].room-filter-bar,
  .room-filter-bar {
    width: calc(100% + 28px) !important;
    max-width: calc(100% + 28px) !important;
    margin-right: -14px !important;
    margin-left: -14px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .ap-filter__drawer {
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
  }
}
