/* Product page v3 — clean photography, bento specifications and a frameless
   purchase flow. Loaded after the legacy responsive styles. */
.product-page .product-detail {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(34px, 4.5vw, 64px);
  margin-bottom: 64px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-page .product-detail__gallery-col {
  padding: 0;
  background: transparent;
  border: 0;
}

.product-page .product-detail__gallery {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.product-page .product-detail__gallery img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-page .product-detail__trust {
  display: none !important;
}

.product-page .product-detail__info {
  min-width: 0;
  padding: 8px 0 0;
}

.product-page .product-detail__info .product-card__cat {
  margin-bottom: 10px;
  color: #e45414;
  font-size: 10px;
}

.product-page .product-detail__name {
  max-width: 620px;
  margin-bottom: 10px;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.product-page .product-detail__sku {
  margin-bottom: 24px;
  color: #85888d;
  font-size: 11px;
}

/* Bento technical summary. No lines or framed table. */
.product-page .product-detail__attrs.product-card__attrs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 24px;
  overflow: visible;
  border: 0;
}

.product-page .product-detail__attrs.product-card__attrs li,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(even),
.product-page .product-detail__attrs.product-card__attrs li:nth-child(-n + 2) {
  display: flex;
  min-width: 0;
  min-height: 86px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  padding: 14px;
  background: #f3f4f5;
  border: 0;
  border-radius: 14px;
}

.product-page .product-detail__attrs.product-card__attrs li:nth-child(1) {
  color: #fff;
  background: var(--gw-orange);
}

.product-page .product-detail__attrs.product-card__attrs li:nth-child(2) {
  color: #fff;
  background: #1d1d1f;
}

.product-page .product-detail__attrs.product-card__attrs li:nth-child(3) {
  background: #fff0e8;
}

.product-page .product-detail__attrs.product-card__attrs span {
  color: #777b80;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-page .product-detail__attrs.product-card__attrs strong {
  margin: 0;
  color: var(--gw-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.product-page .product-detail__attrs.product-card__attrs li:nth-child(1) span,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(2) span {
  color: rgba(255, 255, 255, 0.72);
}

.product-page .product-detail__attrs.product-card__attrs li:nth-child(1) strong,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(2) strong {
  color: #fff;
}

/* Selection and purchase remain one flow, without an outer gray box. */
.product-page .product-buybox {
  margin-top: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-page .product-buybox__label,
.product-page .product-buybox__mp-label {
  margin-bottom: 9px;
  color: #5f6368;
  font-size: 9px;
}

.product-page .product-buybox__lengths {
  margin-bottom: 16px;
}

.product-page .product-detail__lengths {
  gap: 6px;
}

.product-page .product-detail__lengths .length-chip {
  min-width: 48px;
  min-height: 44px;
  justify-content: center;
  padding: 0 14px;
  color: #45484c;
  background: #f5f5f5;
  border: 0;
  border-radius: 11px;
}

.product-page .product-detail__lengths .length-chip.is-active {
  color: #fff;
  background: var(--gw-orange);
}

.product-page .product-buybox__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 0;
  padding: 0;
  border: 0;
}

.product-page .product-buybox__row .product-card__price {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product-page .product-buybox__row .product-card__price span {
  color: #777b80;
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-page .product-buybox__row .product-card__price strong {
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 1;
}

.product-page .product-buybox__availability,
.product-page .product-buybox__quick-trust {
  display: none !important;
}

.product-page .product-buybox__cta {
  min-width: 154px;
  min-height: 52px;
  border-radius: 13px;
  box-shadow: none;
}

/* Description area is separated by spacing, not a horizontal rule. */
.product-page .product-tabs {
  margin-bottom: 72px;
  padding: 48px 0 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.product-page .product-tabs__nav {
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 7px;
  width: max-content;
  max-width: 100%;
  margin: 26px 0 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.product-page .product-tabs__btn {
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  background: #f4f4f4;
  border: 0;
  border-radius: 11px;
  text-align: center;
}

.product-page .product-tabs__btn:hover {
  transform: none;
}

.product-page .product-tabs__btn.is-active {
  color: #fff;
  background: #1d1d1f;
  border: 0;
  box-shadow: none;
}

.product-page .product-tabs__content {
  min-height: 0;
  padding: 28px 0 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}

@media (max-width: 860px) {
  .product-page .catalog-section > .page-section {
    padding-bottom: 34px;
  }

  .product-page .product-detail {
    gap: 0;
    margin-bottom: 32px;
  }

  .product-page .product-detail__info {
    padding-top: 0;
  }

  .product-page .product-detail__name {
    margin-bottom: 8px;
    font-size: clamp(29px, 7.5vw, 36px);
    line-height: 1.08;
  }

  .product-page .product-detail__gallery {
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
    background: #fff;
    border: 0;
    border-radius: 0;
  }

  .product-page .product-detail__gallery img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .product-page .product-detail__attrs.product-card__attrs {
    gap: 8px;
    margin-bottom: 22px;
    border: 0;
  }

  .product-page .product-detail__attrs.product-card__attrs li,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(even),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(-n + 2) {
    min-height: 82px;
    padding: 12px;
    border: 0;
    border-radius: 14px;
  }

  .product-page .product-detail__attrs.product-card__attrs span {
    font-size: 8px;
  }

  .product-page .product-detail__attrs.product-card__attrs strong {
    font-size: 15px;
  }

  .product-page .product-buybox {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .product-page .product-buybox__lengths {
    margin-bottom: 18px;
  }

  .product-page .product-detail__lengths {
    gap: 6px;
  }

  .product-page .product-detail__lengths .length-chip {
    min-height: 46px;
    background: #f5f5f5;
    border: 0;
    border-radius: 10px;
  }

  .product-page .product-detail__lengths .length-chip.is-active {
    color: #fff;
    background: var(--gw-orange);
  }

  .product-page .product-buybox__row {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 0;
    border: 0;
  }

  .product-page .product-buybox__row .product-card__price {
    display: block;
  }

  .product-page .product-buybox__row .product-card__price span {
    display: block;
    margin-bottom: 5px;
  }

  .product-page .product-buybox__row .product-card__price strong {
    font-size: clamp(29px, 8vw, 34px);
  }

  .product-page .product-buybox__cta {
    min-width: 0;
    width: 100%;
    min-height: 52px;
  }

  .product-page .product-tabs {
    margin-bottom: 48px;
    padding-top: 38px;
  }

  .product-page .product-tabs__nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page .product-tabs__content {
    padding-top: 24px;
  }
}

@media (max-width: 360px) {
  .product-page .product-detail__name {
    font-size: 27px;
  }

  .product-page .product-detail__attrs.product-card__attrs {
    gap: 6px;
  }

  .product-page .product-detail__attrs.product-card__attrs li,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(even),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(-n + 2) {
    min-height: 76px;
    padding: 10px;
  }

  .product-page .product-detail__lengths {
    gap: 5px;
  }
}

/* Product page v6 — touch-first gallery and denser, more readable order flow. */
.product-page .product-gallery__arrow { display: none !important; }

@media (max-width: 860px) {
  .product-page .product-reliability {
    padding-bottom: 24px;
  }

  .product-page .how-order {
    padding-top: 22px;
  }

  .product-page .order-step__num {
    font-size: 14px;
  }

  .product-page .order-step__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
  }

  .product-page .order-step p {
    font-size: 14px;
    line-height: 1.5;
  }

  .product-page .order-step__phone {
    font-size: inherit;
  }
}

@media (max-width: 379px) {
  .product-page .order-step__title { font-size: 15px; }

  .product-page .order-step p { font-size: 13.5px; }
}

/* Product page v4 — clearer gallery navigation, equal specification tiles,
   swipeable reliability carousel and the shared site footer. */
.product-page .product-back-nav {
  display: flex !important;
  align-items: center;
  gap: 20px;
  margin: 0 0 28px;
}

.product-page .product-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  color: #1d1d1f;
  background: #fff;
  border: 1.5px solid rgba(242, 100, 34, 0.38);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.product-page .product-back-link:hover {
  color: #fff;
  background: var(--gw-orange);
  transform: translateX(-2px);
}

.product-page .product-back-link::before { content: none !important; }

.product-page .product-back-current {
  min-width: 0;
  overflow: hidden;
  color: #8a8d92;
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-page .product-detail__gallery {
  aspect-ratio: 1.12 / 1;
  touch-action: pan-y;
}

.product-page .product-detail__gallery img {
  transform: scale(1.06);
  transition: opacity 180ms ease;
}

.product-page .product-gallery__arrow,
.product-page .product-reliability__arrow {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(29, 29, 31, 0.1);
  cursor: pointer;
}

.product-page .product-gallery__arrow[hidden] {
  display: none;
}

.product-page .product-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.product-page .product-gallery__arrow--prev { left: 12px; }
.product-page .product-gallery__arrow--next { right: 12px; }

.product-page .product-gallery__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.product-page .product-gallery__meta[hidden] { display: none; }

.product-page .product-gallery__dots {
  display: flex;
  gap: 7px;
}

.product-page .product-gallery__dot {
  width: 28px;
  height: 5px;
  padding: 0;
  background: #e7e7e7;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.product-page .product-gallery__dot.is-active { background: var(--gw-orange); }

.product-page .product-gallery__counter {
  color: #777b80;
  font-size: 11px;
  font-weight: 750;
}

/* Four visually equal technical cells. */
.product-page .product-detail__attrs.product-card__attrs {
  gap: 10px;
}

.product-page .product-detail__attrs.product-card__attrs li,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(1),
.product-page .product-detail__attrs.product-card__attrs li:nth-child(2),
.product-page .product-detail__attrs.product-card__attrs li:nth-child(3),
.product-page .product-detail__attrs.product-card__attrs li:nth-child(4),
.product-page .product-detail__attrs.product-card__attrs li:nth-child(even),
.product-page .product-detail__attrs.product-card__attrs li:nth-child(-n + 2) {
  min-height: 94px;
  justify-content: center;
  padding: 17px 18px;
  color: #1d1d1f;
  background: #fff;
  border: 1.5px solid rgba(242, 100, 34, 0.52);
  border-radius: 16px;
}

.product-page .product-detail__attrs.product-card__attrs li span,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(1) span,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(2) span {
  color: #73767b;
  font-size: 10px;
  letter-spacing: 0.055em;
}

.product-page .product-detail__attrs.product-card__attrs li strong,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(1) strong,
.product-page .product-detail__attrs.product-card__attrs li:nth-child(2) strong {
  color: #1d1d1f;
  font-size: 18px;
}

.product-page .product-tabs__readmore {
  min-height: 54px;
  color: #fff;
  background: var(--gw-orange);
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  font-size: 14px;
}

.product-page .product-tabs__readmore:hover { background: #d94e10; }

/* Reliability is a real horizontal carousel with snap points and progress. */
.product-page .product-reliability {
  overflow: hidden;
  padding: 70px 0 82px;
}

.product-page .product-reliability__head {
  align-items: flex-end;
  margin-bottom: 28px;
}

.product-page .product-reliability__head > div:first-child {
  max-width: 840px;
}

.product-page .product-reliability__head h2 {
  max-width: 780px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 820;
  line-height: 0.98;
}

.product-page .product-reliability__head p {
  max-width: 720px;
  margin: 0;
  color: #6f7277;
  font-size: 16px;
  line-height: 1.55;
}

.product-page .product-reliability__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.product-page .product-reliability__arrow {
  position: static;
  color: #fff;
  background: #1d1d1f;
  border: 0;
  box-shadow: none;
}

.product-page .product-reliability__arrow:disabled {
  color: #a7a7a7;
  background: #ededed;
  cursor: default;
}

.product-page .product-reliability__grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 0 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-page .product-reliability__grid::-webkit-scrollbar { display: none; }

.product-page .product-reliability__card {
  flex: 0 0 min(480px, calc(42vw - 24px));
  scroll-snap-align: start;
  background: #f5f4f2;
  border: 0;
  border-radius: 22px;
}

.product-page .product-reliability__scroll {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 12px;
  overflow: hidden;
  background: #ececec;
  border-radius: 999px;
}

.product-page .product-reliability__scroll span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gw-orange);
  border-radius: inherit;
  transform: scaleX(0.18);
  transform-origin: left center;
  transition: transform 120ms linear;
}

.product-page .how-order { border-top: 0; }

@media (max-width: 860px) {
  .product-page .catalog-section > .page-section { padding-top: 18px; }

  .product-page .product-back-nav {
    margin-bottom: 24px;
  }

  .product-page .product-back-link {
    display: inline-flex !important;
    min-height: 44px;
    padding: 0 15px;
    font-size: 12px;
  }

  .product-page .product-back-current { display: none; }

  .product-page .product-detail__gallery {
    width: calc(100% + 16px);
    margin: 4px -8px 14px;
    aspect-ratio: 1.06 / 1;
  }

  .product-page .product-detail__gallery img { transform: scale(1.12); }

  .product-page .product-gallery__arrow {
    width: 44px;
    height: 44px;
  }

  .product-page .product-gallery__meta { margin: -2px 0 18px; }

  .product-page .product-gallery__meta { order: 5; }

  .product-page .product-detail__thumbs { display: none !important; }

  .product-page .product-detail__attrs.product-card__attrs {
    order: 6;
    gap: 8px;
    margin-bottom: 24px;
  }

  .product-page .product-detail__attrs.product-card__attrs li,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(1),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(2),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(3),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(4),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(even),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(-n + 2) {
    min-height: 88px;
    padding: 14px;
    border: 1.5px solid rgba(242, 100, 34, 0.56);
    border-radius: 14px;
  }

  .product-page .product-detail__attrs.product-card__attrs li span,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(1) span,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(2) span {
    font-size: 8px;
  }

  .product-page .product-detail__attrs.product-card__attrs li strong,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(1) strong,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(2) strong {
    font-size: 16px;
  }

  .product-page .product-tabs__readmore {
    min-height: 52px;
    margin-top: 20px;
  }

  .product-page .product-tabs { margin-bottom: 0; }

  .product-page .product-buybox { order: 7; }

  .product-page .product-reliability {
    padding: 42px 0 62px;
  }

  .product-page .product-reliability__head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px 12px;
    align-items: end;
    margin-bottom: 22px;
  }

  .product-page .product-reliability__head > div:first-child { grid-column: 1 / -1; }

  .product-page .product-reliability__head h2 {
    margin-bottom: 12px;
    font-size: clamp(29px, 8.2vw, 38px);
    line-height: 1.02;
  }

  .product-page .product-reliability__head p {
    font-size: 15px;
    line-height: 1.5;
  }

  .product-page .product-reliability__controls {
    grid-column: 2;
  }

  .product-page .product-reliability__card {
    flex-basis: min(86vw, 400px);
  }

  .product-page .product-reliability__media { aspect-ratio: 4 / 3; }

  .product-page .product-reliability__body { padding: 20px 20px 24px; }

  .product-page .product-reliability__body h3 {
    font-size: 21px;
    line-height: 1.16;
  }

  .product-page .product-reliability__body p {
    font-size: 14px;
    line-height: 1.52;
  }

}

@media (max-width: 360px) {
  .product-page .product-detail__gallery {
    width: calc(100% + 8px);
    margin-right: -4px;
    margin-left: -4px;
  }

  .product-page .product-detail__attrs.product-card__attrs li,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(1),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(2),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(3),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(4) {
    min-height: 82px;
    padding: 12px;
  }

  .product-page .product-reliability__card { flex-basis: 88vw; }
}

@media (prefers-reduced-motion: reduce) {
  .product-page .product-detail__gallery img,
  .product-page .product-tabs__btn {
    transition: none;
  }
}

/* Final v6 overrides must stay after the legacy and v4 mobile rules. */
.product-page .product-gallery__arrow { display: none !important; }

@media (max-width: 860px) {
  .product-page .product-reliability { padding-bottom: 24px; }

  .product-page .how-order { padding-top: 22px; }

  .product-page .order-step__num { font-size: 14px; }

  .product-page .order-step__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
  }

  .product-page .order-step p {
    font-size: 14px;
    line-height: 1.5;
  }

  .product-page .order-step__phone { font-size: inherit; }
}

@media (max-width: 379px) {
  .product-page .order-step__title { font-size: 15px; }
  .product-page .order-step p { font-size: 13.5px; }
}

/* Product page v7 — one coherent desktop rhythm.
   These rules intentionally come last to neutralize older experiments above. */
@media (min-width: 861px) {
  .product-page .product-detail {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: clamp(36px, 4vw, 56px);
    align-items: start;
    margin-bottom: 36px;
  }

  .product-page .product-detail__gallery {
    aspect-ratio: 4 / 3;
  }

  .product-page .product-detail__gallery img {
    transform: none;
  }

  .product-page .product-detail__info {
    height: auto;
    padding-top: 4px;
  }

  .product-page .product-detail__name {
    max-width: 660px;
    font-size: clamp(38px, 3.35vw, 48px);
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .product-page .product-detail__sku {
    margin-bottom: 20px;
  }

  .product-page .product-detail__attrs.product-card__attrs {
    margin-bottom: 20px;
  }

  .product-page .product-detail__attrs.product-card__attrs li,
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(1),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(2),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(3),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(4),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(even),
  .product-page .product-detail__attrs.product-card__attrs li:nth-child(-n + 2) {
    min-height: 82px;
    padding: 14px 16px;
  }

  .product-page .product-buybox {
    margin-top: 0;
  }

  .product-page .product-buybox__lengths {
    margin-bottom: 14px;
  }

  .product-page .product-buybox__row {
    align-items: center;
  }

  .product-page .product-tabs {
    margin-bottom: 52px;
    padding-top: 32px;
  }

  .product-page .product-tabs__head h2,
  .product-page .product-reliability__head h2,
  .product-page .how-order h2 {
    font-size: clamp(38px, 3.35vw, 48px);
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .product-page .product-reliability {
    padding: 60px 0 72px;
  }

  .product-page .product-reliability__head {
    margin-bottom: 26px;
  }

  .product-page .product-reliability__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
    padding: 0;
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .product-page .product-reliability__card {
    min-width: 0;
    width: auto;
    flex: none;
    scroll-snap-align: none;
  }

  .product-page .product-reliability__media {
    aspect-ratio: 4 / 3;
  }

  .product-page .product-reliability__body {
    padding: 24px 24px 28px;
  }

  .product-page .product-reliability__body h3 {
    font-size: clamp(21px, 1.8vw, 26px);
  }

  .product-page .product-reliability__scroll {
    display: none;
  }
}

@media (max-width: 860px) {
  .product-page .product-tabs__head h2,
  .product-page .product-reliability__head h2,
  .product-page .how-order h2 {
    font-size: clamp(29px, 8vw, 36px);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: -0.035em;
  }

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

  .product-page .product-reliability__scroll {
    display: block;
  }
}

/* Product page v8 — focused fixes from the visual review. */
.product-page .product-gallery__meta {
  justify-content: center;
}

.product-page .product-gallery__dots {
  justify-content: center;
}

.product-page .product-gallery__counter {
  display: none;
}

.product-page .product-tabs__head {
  display: block;
}

.product-page .product-tabs__head > p {
  max-width: 720px;
  margin: 14px 0 0;
}

.product-page .product-tabs__nav {
  border: 0;
  border-bottom: 0;
}

/* Product page v9 — keep the reliability cards tight to the product content. */
.product-page .product-tabs {
  margin-bottom: 0;
}

.product-page .catalog-section > .page-section {
  padding-bottom: 0;
}

.product-page .product-reliability {
  padding-top: 24px;
}

.product-page .product-reliability__card:nth-child(2) .product-reliability__media img {
  object-fit: contain;
  object-position: left bottom;
  transform: translate(-19%, 20%) scale(1.22);
  transform-origin: left bottom;
}

@media (max-width: 860px) {
  .product-page .product-reliability {
    padding-top: 18px;
  }
}

@media (min-width: 861px) {
  .product-page .product-tabs__nav {
    margin-top: 24px;
  }

  .product-page .product-tabs__desc-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
  }

  .product-page .product-tabs__desc-main p {
    max-width: none;
  }

  .product-page .product-certificate {
    width: 100%;
    padding: 28px;
  }
}
/* Keep static benefits below the fold until the product data is ready.
   This prevents a brief flash of the generic benefits section while the card initializes. */
.product-page--loading .product-reliability {
  visibility: hidden;
}
