.product-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(21, 24, 22, 0.1);
  background: rgba(247, 247, 243, 0.92);
  backdrop-filter: blur(18px);
}

.product-site-header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.product-site-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.product-site-header__nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.product-page {
  padding: 36px 0 88px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
}

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

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--surface);
}

.product-hero__media {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #eef0ed;
}

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

.product-hero__media--gallery {
  touch-action: pan-y;
  user-select: none;
}

.product-hero-gallery__button {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(21, 24, 22, 0.12);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(17, 23, 19, 0.12);
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.product-hero-gallery__button--prev {
  left: 18px;
}

.product-hero-gallery__button--next {
  right: 18px;
}

.product-hero-gallery__counter {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  min-width: 58px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 19, 17, 0.72);
  font-size: 0.72rem;
  font-weight: 760;
  text-align: center;
  backdrop-filter: blur(10px);
}

.product-hero-gallery__button:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .product-hero-gallery__button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.86);
  }

  .product-hero-gallery__button--prev {
    left: 10px;
  }

  .product-hero-gallery__button--next {
    right: 10px;
  }

  .product-hero-gallery__counter {
    right: 12px;
    bottom: 12px;
  }
}

.product-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 76px);
}

.product-hero h1 {
  max-width: 700px;
  margin: 20px 0;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.038em;
}

.product-hero__lead {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.product-color-options {
  margin: 0 0 24px;
}

.product-color-options > span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.product-color-options__list {
  display: flex;
  gap: 10px;
}

.product-color-button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--swatch, #171918);
  box-shadow: 0 0 0 1px var(--line);
  cursor: pointer;
}

.product-color-button.is-active {
  box-shadow: 0 0 0 2px var(--teal-dark);
}

.product-gift-badge {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(14, 104, 93, 0.2);
  border-radius: 16px;
  background: rgba(14, 104, 93, 0.07);
}

.product-gift-badge::before {
  content: "ОПЦИЯ";
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
  background: var(--teal-dark);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.product-gift-badge strong,
.product-gift-badge small {
  display: block;
}

.product-gift-badge strong {
  font-size: 15px;
}

.product-gift-badge small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.product-mobile-offer {
  display: block;
  margin-top: 56px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #f2f2ed;
}

.product-inline-config__head small {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-inline-config__head h2 {
  margin: 8px 0 24px;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.product-inline-config__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-inline-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 16px;
  align-items: center;
  min-height: 108px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.product-inline-option strong,
.product-inline-option span,
.product-inline-option b {
  display: block;
}

.product-inline-option strong {
  font-size: 22px;
}

.product-inline-option span {
  color: var(--muted);
  font-size: 13px;
}

.product-inline-option b {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 18px;
}

.product-inline-option.is-active {
  border-color: var(--teal-dark);
  box-shadow: inset 0 0 0 1px var(--teal-dark);
}

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

.product-inline-config__group {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

.product-inline-config__group legend {
  padding: 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.product-inline-choice,
.product-inline-generator {
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.product-inline-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px 14px;
}

.product-inline-choice + .product-inline-choice {
  margin-top: 9px;
}

.product-inline-choice input,
.product-inline-generator input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--teal-dark);
}

.product-inline-choice strong,
.product-inline-choice small,
.product-inline-generator strong,
.product-inline-generator small {
  display: block;
}

.product-inline-choice strong,
.product-inline-generator strong {
  font-size: 14px;
}

.product-inline-choice small,
.product-inline-generator small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.product-inline-choice.is-active {
  border-color: var(--teal-dark);
  box-shadow: inset 0 0 0 1px var(--teal-dark);
}

.product-inline-choice--accent.is-active {
  background: rgba(14, 104, 93, 0.07);
}

.product-inline-generator {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: start;
  padding: 14px;
}

.product-inline-generator b {
  align-self: center;
  color: var(--teal-dark);
  font-size: 14px;
  white-space: nowrap;
}

.product-inline-generator.is-gift {
  border-color: var(--teal-dark);
  background: rgba(14, 104, 93, 0.07);
  box-shadow: inset 0 0 0 1px var(--teal-dark);
  cursor: default;
}

.product-inline-generator input:disabled {
  opacity: 1;
}

.product-inline-config__hint {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.product-inline-config__summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.product-inline-config__summary small,
.product-inline-config__summary strong,
.product-inline-config__summary span {
  display: block;
}

.product-inline-config__summary small,
.product-inline-config__summary span {
  color: var(--muted);
  font-size: 12px;
}

.product-inline-config__summary strong {
  margin: 5px 0;
  font-size: 34px;
  letter-spacing: -0.035em;
}

.product-inline-config__summary .button {
  min-width: 220px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}

.product-hero__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 30px;
}

.product-hero__price span {
  color: var(--muted);
  font-size: 14px;
}

.product-hero__price strong {
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.03em;
}

.product-offer-prices {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.product-offer-prices > div {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(14, 104, 93, 0.045);
}

.product-offer-prices dt {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}

.product-offer-prices dd {
  margin: 0;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.product-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.product-hero__trust span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4f5751;
  font-size: 12px;
  font-weight: 650;
}

.product-actions {
  display: none;
  flex-wrap: wrap;
  gap: 12px;
}

.product-actions .button {
  text-decoration: none;
}

.product-actions .button--light {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.product-section {
  padding: 72px 0 0;
}

.product-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.product-info-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(430px, 100%);
  gap: 6px;
  margin-bottom: 18px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f1f2ef;
}

.product-info-tab {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5a625d;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.product-info-tab.is-active {
  background: var(--ink);
  color: #fff;
}

.product-spec-list[hidden] {
  display: none;
}

.product-section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.product-spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-spec-list > div {
  min-height: 142px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-spec-list > div:nth-child(3n + 1) {
  border-left: 1px solid var(--line);
}

.product-spec-list dt {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-spec-list dd {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.15;
}

.product-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
}

.product-gallery--interior {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-gallery--interior figure {
  min-height: 460px;
}

.product-gallery--interior-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-gallery--interior-wide figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.product-gallery--interior-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-gallery--interior-pair figure {
  min-height: 0;
  aspect-ratio: 3 / 4;
}

.product-gallery--salon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-gallery--salon-grid figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.product-gallery--salon-grid img {
  object-fit: contain;
}

.product-gallery figure {
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #eceeeb;
}

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

.product-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: var(--ink);
  color: white;
}

.product-section:has(> .product-note) {
  display: none;
}

.product-note h2 {
  color: white;
}

.product-note p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.55;
}

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

.product-seo__grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
}

.product-seo__grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
}

.product-seo__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.product-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
  margin-top: 72px;
  padding: clamp(36px, 5vw, 68px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #f2f2ed;
}

.product-lead h2 {
  max-width: 690px;
  font-size: clamp(34px, 4.2vw, 58px);
}

.product-lead__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.product-lead__direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-lead__direct a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.product-lead__form {
  margin: 0;
  background: #fff;
}

.offer-disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.product-page > .shell > .product-lead {
  display: none;
}

.product-lead-modal {
  width: min(500px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  padding: 30px;
  border-radius: 24px;
  background: #f5f5f1;
}

.product-lead-modal .dialog__close {
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  background: #e8e9e4;
}

.product-lead-modal__head {
  padding-right: 46px;
}

.product-lead-modal__head .eyebrow {
  margin-bottom: 10px;
}

.product-lead-modal__head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.product-lead-modal__head > p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.product-lead-modal .product-lead__form {
  gap: 15px;
  margin-top: 22px;
  background: transparent;
}

.product-lead-modal .product-lead__form input {
  min-height: 50px;
  background: #fff;
}

.product-lead-modal .product-lead__form .button {
  width: 100%;
  min-height: 52px;
}

.product-mobile-cta {
  display: none;
}

.product-footer {
  padding: 26px 0;
  border-top: 0;
  color: #fff;
  background: #111614;
}

.product-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.product-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  line-height: 1.35;
}

.product-footer .product-footer__disclaimer {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
}

.product-footer__inner > div {
  display: grid;
  gap: 4px;
}

.product-footer .brand {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1;
}

.product-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 580;
}

.product-footer__links a:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .product-footer {
    padding: 22px 0 max(22px, env(safe-area-inset-bottom));
  }

  .product-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .product-footer__links {
    justify-content: flex-start;
    gap: 8px 16px;
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .product-footer__links a {
    white-space: nowrap;
  }
}

@media (min-width: 901px) {
  .product-site-header .shell,
  .product-page > .shell,
  .product-footer .shell {
    width: min(1180px, calc(100% - 48px));
  }

  .product-site-header__inner {
    min-height: 64px;
  }

  .product-site-header__nav {
    gap: 20px;
  }

  .product-site-header__nav a {
    font-size: 13px;
  }

  .product-page {
    padding: 20px 0 64px;
  }

  .breadcrumbs {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
    border-radius: 24px;
  }

  .product-hero__media {
    min-height: 480px;
    max-height: 540px;
  }

  .product-hero__media img {
    object-fit: cover;
    object-position: center;
    padding: 0;
  }

  .product-hero__content {
    padding: 30px 32px;
  }

  .product-hero h1 {
    margin: 10px 0 14px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.04;
  }

  .product-hero__lead {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.45;
  }

  .product-color-options {
    margin-bottom: 16px;
  }

  .product-color-options > span {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .product-color-button {
    width: 30px;
    height: 30px;
  }

  .product-gift-badge {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 16px;
    padding: 11px 12px;
    border-radius: 14px;
  }

  .product-gift-badge::before {
    width: 34px;
    height: 34px;
  }

  .product-gift-badge strong {
    font-size: 13px;
  }

  .product-gift-badge small {
    font-size: 11px;
  }

  .product-hero__trust {
    margin-bottom: 0;
  }

  .product-hero__trust span {
    padding: 6px 9px;
    font-size: 10px;
  }

  .product-section {
    padding-top: 46px;
  }

  .product-section__head {
    margin-bottom: 18px;
  }

  .product-section h2 {
    font-size: clamp(28px, 2.8vw, 38px);
  }

  .product-info-tabs {
    width: 360px;
    margin-bottom: 14px;
    padding: 4px;
  }

  .product-info-tab {
    min-height: 36px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .product-spec-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    border-top: 0;
  }

  .product-spec-list > div,
  .product-spec-list > div:nth-child(3n + 1) {
    min-height: 96px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
  }

  .product-spec-list dt {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .product-spec-list dd {
    font-size: 20px;
    line-height: 1.18;
  }

  .product-spec-list--equipment dd {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .product-gallery {
    gap: 10px;
  }

  .product-gallery figure {
    min-height: 260px;
    border-radius: 18px;
  }

  .product-gallery--interior figure {
    min-height: 320px;
  }

  .product-mobile-offer {
    margin-top: 46px;
    padding: 28px;
    border-radius: 22px;
  }

  .product-inline-config__head h2 {
    margin: 6px 0 18px;
    font-size: 32px;
  }

  .product-inline-option {
    min-height: 82px;
    padding: 14px 16px;
    border-radius: 15px;
  }

  .product-inline-option strong {
    font-size: 19px;
  }

  .product-inline-option span {
    font-size: 11px;
  }

  .product-inline-option b {
    font-size: 16px;
  }

  .product-inline-config__summary {
    margin-top: 14px;
    padding-top: 14px;
  }

  .product-inline-config__summary strong {
    font-size: 28px;
  }

  .product-inline-config__summary .button {
    min-width: 190px;
  }

  .product-seo__grid {
    gap: 10px;
  }

  .product-seo__grid article {
    padding: 20px;
    border-radius: 18px;
  }

  .product-seo__grid h3 {
    font-size: 17px;
  }

  .product-seo__grid p {
    font-size: 13px;
    line-height: 1.5;
  }

  .product-lead {
    gap: 40px;
    margin-top: 48px;
    padding: 34px;
    border-radius: 22px;
  }

  .product-lead h2 {
    font-size: 38px;
  }

  .product-lead__copy > p:not(.eyebrow) {
    margin-top: 16px;
    font-size: 15px;
  }
}

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

  .product-hero__media {
    min-height: min(72vw, 560px);
  }

  .product-inline-config__choices {
    grid-template-columns: 1fr;
  }

  .product-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-spec-list > div:nth-child(3n + 1) {
    border-left: 0;
  }

  .product-spec-list > div:nth-child(2n + 1) {
    border-left: 1px solid var(--line);
  }

  .product-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .product-gallery figure:first-child {
    grid-column: 1 / -1;
  }

  .product-note {
    grid-template-columns: 1fr;
  }

  .product-lead {
    grid-template-columns: 1fr;
  }

  .product-seo__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .product-site-header__inner {
    min-height: 68px;
  }

  .product-site-header__nav a:first-child {
    display: none;
  }

  .product-page {
    padding-top: 18px;
  }

  .product-page > .shell {
    display: flex;
    flex-direction: column;
  }

  .product-page > .shell > * {
    order: 10;
  }

  .product-page > .shell > .breadcrumbs { order: 0; }
  .product-page > .shell > .product-hero { order: 1; }
  .product-page > .shell > .product-gallery-section { order: 2; }
  .product-page > .shell > .product-specs-section { order: 3; }
  .product-page > .shell > .product-mobile-offer { order: 4; }
  .product-page > .shell > .product-lead { order: 5; }

  .breadcrumbs {
    margin-bottom: 16px;
  }

  .product-hero {
    border-radius: 24px;
  }

  .product-hero__media {
    min-height: 74vw;
    max-height: 420px;
  }

  .product-hero__content {
    padding: 22px 18px 24px;
  }

  .product-hero__content .eyebrow {
    display: none;
  }

  .product-hero h1 {
    margin-block: 12px 16px;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.04;
  }

  .product-hero__lead {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .product-hero .product-hero__price,
  .product-hero .product-offer-prices,
  .product-hero .product-hero__trust,
  .product-hero .product-actions {
    display: none;
  }

  .product-gift-badge {
    margin-bottom: 0;
    padding: 11px 12px;
    border-radius: 14px;
  }

  .product-gift-badge small {
    font-size: 11px;
    line-height: 1.35;
  }

  .product-offer-prices {
    grid-template-columns: 1fr;
  }

  .product-actions {
    display: grid;
  }

  .product-actions .button {
    width: 100%;
  }

  .product-section {
    padding-top: 28px;
  }

  .product-section__head {
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }


  .product-info-tabs {
    width: 100%;
    gap: 4px;
    margin-bottom: 10px;
    padding: 4px;
  }

  .product-info-tab {
    min-height: 36px;
    padding: 0 8px;
    font-size: 11px;
  }

  .product-specs-section .eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .product-section h2 {
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .product-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-top: 0;
  }

  .product-spec-list > div,
  .product-spec-list > div:nth-child(3n + 1),
  .product-spec-list > div:nth-child(2n + 1) {
    min-height: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
  }

  .product-spec-list dt {
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .product-spec-list dd {
    font-size: 14px;
    line-height: 1.2;
  }

  .product-spec-list--equipment dd {
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .product-spec-list--equipment > div {
    padding: 11px 10px;
  }

  .product-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-gallery figure,
  .product-gallery figure:first-child {
    flex: 0 0 70vw;
    min-height: 68vw;
    border-radius: 18px;
    scroll-snap-align: start;
  }

  .product-gallery--interior figure,
  .product-gallery--interior figure:first-child {
    flex-basis: 76vw;
    min-height: 96vw;
  }

  .product-gallery--interior-wide figure,
  .product-gallery--interior-wide figure:first-child {
    flex-basis: 84vw;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .product-gallery--interior-pair figure,
  .product-gallery--interior-pair figure:first-child {
    flex-basis: 76vw;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .product-gallery--salon-grid figure,
  .product-gallery--salon-grid figure:first-child {
    flex-basis: 84vw;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .product-mobile-offer {
    display: block;
    margin-top: 28px;
    padding: 18px;
    border-radius: 20px;
    color: var(--ink);
    background: #f2f2ed;
  }

  .product-inline-config__head h2 {
    margin: 6px 0 15px;
    font-size: 24px;
  }

  .product-inline-config__options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-inline-option {
    min-height: 78px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .product-inline-option strong {
    font-size: 18px;
  }

  .product-inline-option span {
    font-size: 11px;
  }

  .product-inline-option b {
    font-size: 15px;
  }

  .product-inline-config__choices {
    gap: 9px;
    margin-top: 12px;
  }

  .product-inline-config__group {
    padding: 12px;
    border-radius: 15px;
  }

  .product-inline-choice {
    padding: 11px 12px;
  }

  .product-inline-generator {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 12px;
  }

  .product-inline-generator b {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .product-inline-config__hint {
    margin-top: 8px;
  }

  .product-inline-config__summary {
    display: grid;
    gap: 14px;
    margin-top: 15px;
    padding-top: 15px;
  }

  .product-inline-config__summary strong {
    font-size: 28px;
  }

  .product-inline-config__summary small,
  .product-inline-config__summary span {
    font-size: 12px;
  }

  .product-inline-config__summary .button {
    width: 100%;
    min-width: 0;
    color: #fff;
    background: var(--ink);
  }

  .product-note {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .product-seo,
  .product-section:has(> .product-note) {
    display: none;
  }

  .product-lead {
    margin-top: 28px;
    padding: 18px;
    border-radius: 20px;
  }

  .product-lead__copy {
    display: none;
  }

  .product-lead__form {
    width: 100%;
  }

  .product-lead__copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .product-lead__direct {
    display: grid;
  }

  .product-lead__direct a {
    justify-content: center;
  }

  .product-mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: none;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: var(--teal-dark);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .product-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-lead-modal {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    padding: 24px 16px 18px;
    border-radius: 20px;
  }

  .product-lead-modal .dialog__close {
    top: 12px;
    right: 12px;
  }

  .product-lead-modal__head {
    padding-right: 42px;
  }

  .product-lead-modal__head h2 {
    font-size: 26px;
  }

  .product-lead-modal__head > p:not(.eyebrow) {
    max-width: 34ch;
    font-size: 12px;
  }

  .product-lead-modal .product-lead__form {
    gap: 13px;
    margin-top: 18px;
  }
}
