#content-v2[data-pattern="stone-detail"] .hero {
  min-height: 430px;
}

#content-v2[data-pattern="stone-detail"] .hero h1 {
  font-size: 30px;
  line-height: 1.12;
  text-transform: none;
}

#content-v2[data-pattern="stone-detail"] .hero-image {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 24px;
  background: #eee3d2;
}

#content-v2[data-pattern="stone-detail"] .hero-image img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
  transform: none;
}

#content-v2[data-pattern="stone-detail"] .stone-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 38px;
  border-bottom: 1px solid var(--landscape-line);
  background: #f6eddf;
}

#content-v2[data-pattern="stone-detail"] .stone-jump-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #aa9277;
  background: #fffdf8;
  color: var(--landscape-brown);
  font-weight: 700;
  text-decoration: none;
}

#content-v2[data-pattern="stone-detail"] .stone-price-summary {
  color: #422a0e;
  font-weight: 700;
  align-self: start;
  padding: 16px;
  border: 1px solid #ad9477;
  background: #f3e8d8;
}

#content-v2[data-pattern="stone-detail"] .stone-price-summary h3,
#content-v2[data-pattern="stone-detail"] .stone-price-summary p {
  margin-top: 0;
}

#content-v2[data-pattern="stone-detail"] .stone-price-summary p:last-of-type {
  margin-bottom: 18px;
}

#content-v2[data-pattern="stone-detail"] .stone-native {
  padding-top: 36px;
}

#content-v2[data-pattern="stone-detail"] .stone-native .legacy-content {
  min-width: 0;
  padding: 24px;
  border: 1px solid #bca78e;
  background: #fff;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_wp {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 24px;
  min-width: 0;
}

#content-v2[data-pattern="stone-detail"] .stone-native .new_tovar {
  min-width: 0;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_slider_wp,
#content-v2[data-pattern="stone-detail"] .stone-native .card_tabs_wp,
#content-v2[data-pattern="stone-detail"] .stone-native .mob_form {
  min-width: 0;
}

#content-v2[data-pattern="stone-detail"] .stone-native .swiper2 {
  overflow: hidden;
  border: 1px solid #bca78e;
  background: #f6f0e8;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_slide img {
  width: 100%;
  aspect-ratio: 700 / 388;
  object-fit: contain;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_tabs {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #bca78e;
  border-bottom: 0;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_tabs a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 13px;
  border-right: 1px solid #bca78e;
  color: var(--landscape-brown);
  font-weight: 700;
  text-decoration: none;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_tabs a.active {
  background: var(--landscape-brown);
  color: #fff;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_tab {
  min-width: 0;
  padding: 16px;
  border: 1px solid #bca78e;
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_tab[hidden] {
  display: none;
}

#content-v2[data-pattern="stone-detail"] .stone-native .price_table {
  width: 100%;
  border-collapse: collapse;
}

#content-v2[data-pattern="stone-detail"] .stone-native .price_table th,
#content-v2[data-pattern="stone-detail"] .stone-native .price_table td {
  padding: 11px;
  border: 1px solid #d7c8b8;
  text-align: left;
}

#content-v2[data-pattern="stone-detail"] .stone-native .ajax_form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

#content-v2[data-pattern="stone-detail"] .stone-native .ajax_form label {
  font-weight: 700;
}

#content-v2[data-pattern="stone-detail"] .stone-native .ajax_form input {
  width: 100%;
  min-height: 44px;
  margin-top: 5px;
  padding: 10px 12px;
  border: 1px solid #9e8468;
  background: #fff;
}

@media (max-width: 768px) {
  #content-v2[data-pattern="stone-detail"] .stone-native .card_wp { grid-template-columns: minmax(0, 1fr); }
  #content-v2[data-pattern="stone-detail"] .stone-jump-links {
    padding-inline: 24px;
  }

#content-v2[data-pattern="stone-detail"] .stone-native .legacy-content {
    padding: 18px;
  }
}

@media (max-width: 620px) {
  #content-v2[data-pattern="stone-detail"] .hero h1 {
    font-size: 24px;
    line-height: 1.16;
  }

  #content-v2[data-pattern="stone-detail"] .hero-image {
    min-height: 245px;
    padding: 14px;
  }

  #content-v2[data-pattern="stone-detail"] .stone-jump-links {
    padding-inline: 18px;
  }

  #content-v2[data-pattern="stone-detail"] .stone-jump-links a {
    flex: 1 1 140px;
    justify-content: center;
    text-align: center;
  }

#content-v2[data-pattern="stone-detail"] .stone-native .legacy-content {
    padding: 12px;
  }

  #content-v2[data-pattern="stone-detail"] .stone-native .card_tabs a {
    flex: 1 1 50%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  #content-v2[data-pattern="stone-detail"] *,
  #content-v2[data-pattern="stone-detail"] *::before,
  #content-v2[data-pattern="stone-detail"] *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

#content-v2[data-pattern="stone-detail"] .stone-native .card_left,
#content-v2[data-pattern="stone-detail"] .stone-native .card_right { width: 100%; margin: 0; min-width: 0; }
#content-v2[data-pattern="stone-detail"] .metrics { top: 0; margin-top: 0; }
#content-v2[data-pattern="stone-detail"] .section-heading h2 { font-size: 26px; text-transform: none; }
#content-v2[data-pattern="stone-detail"] .stone-native .card_tabs a {
  flex: 1 1 45%; width: auto; height: auto; min-height: 44px; line-height: 1.3; overflow-wrap: normal;
}
#content-v2[data-pattern="stone-detail"] .stone-native th { font-size: 12px; padding: 8px 4px; overflow-wrap: normal; word-break: normal; }
