/* =========================================================
   O500 PRODUCT — CLEANED CSS
   Итоговые значения каскада сохранены, дубли удалены.
========================================================= */

.o500product-page,
.o500product-page * {
  box-sizing: border-box;
}

:root {
  --o500-blue: #2394d8;
  --o500-blue-dark: #126ca6;
  --o500-text: #344054;
  --o500-title: #111827;
  --o500-muted: #4b5563;
  --o500-line: rgba(17, 24, 39, 0.08);
  --o500-line-soft: rgba(17, 24, 39, 0.055);
  --o500-radius-xl: 30px;
  --o500-shadow: 0 18px 50px rgba(17, 24, 39, 0.055);
  --o500-shadow-soft: 0 8px 24px rgba(17, 24, 39, 0.04);
}

html,
body {
  background: #ffffff !important;
}

.o500product-page {
  padding: 26px 0 34px;
  padding-bottom: 0 !important;
  background: #ffffff !important;
  background-image: none !important;
  color: var(--o500-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.o500product-wrap {
  width: min(1380px, calc(100% - 36px));
  margin: 0 auto;
}

/* =========================================================
   BREADCRUMBS
========================================================= */

.o500product-breadcrumbs {
  margin-bottom: 18px;
}

.o500product-breadcrumbs .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--o500-muted);
  font-size: 13px;
  line-height: 1.45;
}

.o500product-breadcrumbs .breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.o500product-breadcrumbs .breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: #b7c0cc;
}

.o500product-breadcrumbs a {
  color: #163b7a;
  font-weight: 400;
}

.o500product-breadcrumbs a:hover,
.o500product-breadcrumbs a:focus {
  color: #1f5fa8;
  outline: none;
}

.o500product-breadcrumbs .active a {
  color: var(--o500-title);
  font-weight: 500;
}

/* =========================================================
   MAIN HERO / SHARED CARDS
========================================================= */

.o500product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(380px, 0.82fr);
  gap: 30px;
  align-items: start;
}

.o500product-gallery,
.o500product-info,
.o500product-section {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--o500-line) !important;
  border-radius: var(--o500-radius-xl) !important;
  box-shadow: var(--o500-shadow) !important;
}

/* =========================================================
   GALLERY
========================================================= */

.o500product-gallery {
  position: relative;
  overflow: hidden;
  padding: 16px;
}

.o500product-main-image-box {
  position: relative;
  order: 2;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 580px;
  min-height: 580px;
  margin: 0;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.045);
  border-radius: 24px;
  background: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o500product-zoom-open {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: inherit;
}

.o500product-main-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 24px 28px rgba(17, 24, 39, 0.10));
  cursor: zoom-in;
  transition: opacity .2s ease;
}

.o500product-gallery:hover .o500product-main-image,
.o500product-zoom-open:hover .o500product-main-image {
  transform: none !important;
}

.o500product-main-image.is-changing {
  opacity: .4;
}

@media screen and (min-width: 769px) {
  .o500product-gallery {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .o500product-thumbs {
    order: 1;
    flex: 0 0 92px;
    width: 92px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
  }

  .o500product-thumb {
    width: 86px;
    height: 72px;
    min-width: 86px;
    flex: 0 0 72px;
    scroll-snap-align: start;
  }
}

.o500product-thumbs::-webkit-scrollbar {
  display: none;
}

.o500product-thumb {
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 16px;
  background: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.o500product-thumb:hover {
  transform: translateY(-1px);
  border-color: rgba(35, 148, 216, 0.25);
}

.o500product-thumb.is-active {
  border-color: rgba(35, 148, 216, 0.55);
  box-shadow: 0 0 0 3px rgba(35, 148, 216, 0.08);
}

.o500product-thumb img {
  max-width: 92%;
  max-height: 58px;
  object-fit: contain;
}

/* =========================================================
   BADGES
========================================================= */

.o500product-badges {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 126px;
  right: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.o500product-badge,
.o500product-stock {
  display: inline-flex;
  align-items: center;
  min-height: 34px !important;
  padding: 8px 15px !important;
  border: 1px solid transparent;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.045) !important;
  color: inherit;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap;
}

.o500product-badge.o500product-badge--sale {
  color: #7f2632 !important;
  background: #ffffff !important;
  border-color: rgba(127, 38, 50, 0.32) !important;
}

.o500product-badge.o500product-badge--promo {
  color: #126ca6 !important;
  background: #eef8ff !important;
  border-color: rgba(35, 148, 216, 0.20) !important;
}

.o500product-badge.o500product-badge--new {
  color: #1f4f7d !important;
  background: #ffffff !important;
  border-color: rgba(31, 79, 125, 0.32) !important;
}

.o500product-badge.o500product-badge--hit {
  color: #65412d !important;
  background: #ffffff !important;
  border-color: rgba(101, 65, 45, 0.32) !important;
}

.o500product-badge.o500product-badge--stock[data-stock-status="in"],
.o500product-stock[data-stock-status="in"] {
  color: #0b5a43 !important;
  background: #ffffff !important;
  border-color: rgba(11, 90, 67, 0.34) !important;
}

.o500product-badge.o500product-badge--stock[data-stock-status="out"],
.o500product-stock[data-stock-status="out"] {
  color: #7f2632 !important;
  background: #ffffff !important;
  border-color: rgba(127, 38, 50, 0.34) !important;
}

.o500product-badge--stock .o500product-stock-text,
.o500product-stock .o500product-stock-text {
  color: inherit !important;
}

/* =========================================================
   ZOOM ICON / MAGNIFIER
========================================================= */

.o500product-zoom-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #126ca6;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(35, 148, 216, 0.16);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.o500product-zoom-open:hover .o500product-zoom-icon {
  transform: scale(1.06);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
}

.o500product-magnifier-wrap {
  position: relative;
  display: inline-block;
}

.o500product-magnifier-lens {
  position: absolute;
  z-index: 20;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.15s ease, transform 0.15s ease;
  overflow: hidden;
}

.o500product-magnifier-lens.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* =========================================================
   RIGHT INFO CARD
========================================================= */

.o500product-info {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  display: block;
  padding: 28px;
}

.o500product-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.o500product-brand-logo {
  width: 140px;
  min-height: 48px;
  padding: 3px 8px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: var(--o500-shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.o500product-brand-logo img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.o500product-title {
  margin: 0 0 12px;
  color: var(--o500-title);
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 650;
}

.o500product-intro {
  margin: 0 0 20px;
  color: var(--o500-muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

/* =========================================================
   PRICE
========================================================= */

.o500product-price-box {
  margin: 0 0 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: transparent;
  border-radius: 0;
}

.o500product-price-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 14px;
  width: 100%;
}

.o500product-price-label {
  margin: 0;
  color: var(--o500-muted);
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 400;
}

.o500product-price-values {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

.o500product-old-price {
  margin: 0;
  color: #5f6b7a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: line-through;
  font-weight: 400 !important;
}

.o500product-price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: var(--o500-title);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.03em !important;
  font-weight: 650 !important;
  white-space: nowrap;
}

.o500product-price span {
  color: var(--o500-muted);
  font-family: inherit !important;
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

/* =========================================================
   BUTTONS
========================================================= */

.o500product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 24px 0 18px;
}

.o500product-btn {
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.o500product-btn:hover,
.o500product-btn:focus {
  transform: translateY(-1px);
  outline: none;
}

.o500product-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #163b7a 0%, #1f5fa8 52%, #184f91 100%) !important;
  border: 1px solid rgba(24, 79, 145, 0.35) !important;
  box-shadow:
    0 10px 22px rgba(22, 59, 122, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.o500product-btn--primary:hover,
.o500product-btn--primary:focus {
  background: linear-gradient(135deg, #12346d 0%, #1b559a 52%, #164982 100%) !important;
  box-shadow:
    0 12px 26px rgba(22, 59, 122, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

.o500product-btn--primary:active {
  transform: translateY(0) !important;
  background: linear-gradient(135deg, #102e61 0%, #184b88 52%, #143f75 100%) !important;
  box-shadow:
    0 6px 14px rgba(22, 59, 122, 0.18),
    inset 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}

.o500product-btn--secondary {
  color: #163b7a;
  background: #ffffff;
  border: 1px solid rgba(31, 95, 168, 0.18);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.035);
}

.o500product-btn--secondary:hover,
.o500product-btn--secondary:focus {
  color: #ffffff;
  border-color: #1f5fa8;
  background: #1f5fa8;
}

.o500product-btn--disabled {
  opacity: .55;
  cursor: not-allowed;
  background: #98a2b3 !important;
  box-shadow: none !important;
}

.o500product-btn--disabled:hover {
  transform: none;
}

.o500product-btn--preorder {
  color: #ffffff !important;
  background: linear-gradient(135deg, #7a4b16 0%, #b87925 52%, #8a5a1d 100%) !important;
  border: 1px solid rgba(184, 121, 37, 0.35) !important;
  box-shadow:
    0 10px 22px rgba(122, 75, 22, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.o500product-btn--preorder:hover,
.o500product-btn--preorder:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #6d4213 0%, #a96c20 52%, #7a4d19 100%) !important;
  box-shadow:
    0 12px 26px rgba(122, 75, 22, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

/* =========================================================
   BENEFITS
========================================================= */

.o500product-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.o500product-benefit {
  padding: 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--o500-line-soft);
  box-shadow: none;
}

.o500product-benefit b {
  display: block;
  margin-bottom: 5px;
  color: var(--o500-title);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.o500product-benefit span {
  display: block;
  color: var(--o500-muted);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 400;
}

/* =========================================================
   SECTIONS
========================================================= */

.o500product-section {
  margin-top: 24px;
  padding: 26px;
}

.o500product-page > .o500product-section:last-of-type {
  margin-bottom: 0 !important;
}

.o500product-section-head {
  margin-bottom: 20px;
}

.o500product-section-title {
  margin: 0;
  color: var(--o500-title);
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 650;
}

.o500product-section-note {
  margin: 8px 0 0;
  color: var(--o500-muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

/* =========================================================
   SPECS / LENSES GRID
========================================================= */

.o500product-specs,
.o500product-lens-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.o500product-spec,
.o500product-lens-card {
  padding: 16px;
  border-radius: 17px;
  background: #ffffff;
  border: 1px solid var(--o500-line-soft);
  box-shadow: none;
}

.o500product-spec {
  min-height: 92px;
}

.o500product-spec span,
.o500product-lens-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--o500-muted);
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 400;
}

.o500product-spec b,
.o500product-lens-card b {
  display: block;
  color: var(--o500-title);
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 600;
}

.o500product-lens-card {
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.o500product-lens-card:hover,
.o500product-lens-card:focus {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(35, 148, 216, 0.18);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.045);
  outline: none;
}

.o500product-lens-card p {
  margin: 0;
  color: var(--o500-muted);
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 400;
}

/* =========================================================
   SIZE CARD
========================================================= */

.o500product-spec--size {
  grid-column: span 2 !important;
  min-height: 120px !important;
  padding: 16px 18px !important;
}

.o500product-size-main {
  display: block !important;
  margin: 0 0 12px !important;
  color: #111827 !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  font-weight: 650 !important;
}

.o500product-size-details {
  display: grid !important;
  gap: 7px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(17, 24, 39, 0.07) !important;
}

.o500product-size-details p {
  display: grid !important;
  grid-template-columns: 130px auto !important;
  align-items: baseline !important;
  justify-content: start !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.o500product-size-details span {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

.o500product-size-details b {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

/* =========================================================
   CONTENT
========================================================= */

.o500product-content {
  color: var(--o500-text);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.o500product-content p {
  margin: 0 0 12px !important;
}

.o500product-content * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

.o500product-content strong,
.o500product-content b {
  color: var(--o500-title) !important;
  font-weight: 600 !important;
}

.o500product-content p:last-child {
  color: #0f8b8d !important;
}

/* =========================================================
   FAQ
========================================================= */

.o500product-faq {
  display: grid;
  gap: 11px;
}

.o500product-faq details {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.035);
  overflow: hidden;
}

.o500product-faq summary {
  cursor: pointer;
  padding: 17px 19px;
  color: var(--o500-title);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  list-style: none;
}

.o500product-faq summary::-webkit-details-marker {
  display: none;
}

.o500product-faq p {
  margin: 0;
  padding: 0 19px 18px;
  color: var(--o500-muted);
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 400;
}

/* =========================================================
   LIGHTBOX
========================================================= */

.o500product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 13, 28, 0.78);
}

.o500product-lightbox.is-open {
  display: flex;
}

.o500product-lightbox__inner {
  position: relative;
  width: min(1100px, 96vw);
  height: min(780px, 88vh);
  border-radius: 28px;
  background: #ffffff;
  display: grid;
  place-items: center;
  padding: 42px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.o500product-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.o500product-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #101828;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.18);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.o500product-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 50;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: transform 0.15s ease, background 0.15s ease;
}

.o500product-lightbox__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.o500product-lightbox__nav--prev {
  left: 24px;
}

.o500product-lightbox__nav--next {
  right: 24px;
}

body.o500product-lightbox-open {
  overflow: hidden;
}

/* =========================================================
   BRAND ABOUT — NEW HTML
========================================================= */

.o500product-brand-about {
  position: relative;
  overflow: hidden;
}

.o500product-brand-about::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 148, 216, 0.08), transparent 65%);
  pointer-events: none;
}

.o500product-brand-about__box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.o500product-brand-about__side,
.o500product-brand-about__text {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.03);
}

.o500product-brand-about__side {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.o500product-brand-about__text {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(35, 148, 216, 0.045), transparent 38%),
    #ffffff;
}

.o500product-brand-about__logo {
  width: 100%;
  min-height: 104px;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.o500product-brand-about__logo img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.o500product-brand-about__meta {
  display: grid;
}

.o500product-brand-about__meta p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.07);
}

.o500product-brand-about__meta span {
  color: #667085;
  font-size: 14px;
  line-height: 1.3;
}

.o500product-brand-about__meta b {
  color: #111827;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 650;
  text-align: right;
}

.o500product-brand-about__text::before {
  content: "О бренде";
  display: inline-flex;
  margin-bottom: 14px;
  color: #126ca6;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.o500product-brand-about__text h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 750;
}

.o500product-brand-about__text p {
  margin: 0 0 18px;
  color: #344054;
  font-size: 16px;
  line-height: 1.75;
}

.o500product-brand-about__text .o500product-btn {
  width: fit-content;
  min-height: 44px;
  padding: 11px 16px;
  margin-top: 4px;
}

/* =========================================================
   BRAND BLOCK — OLD HTML
========================================================= */

.o500product-brand {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
  position: relative !important;
  overflow: hidden !important;
}

.o500product-brand::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 148, 216, 0.08), transparent 65%);
  pointer-events: none;
}

.o500product-brand-card,
.o500product-brand-text {
  position: relative !important;
  z-index: 1 !important;
  padding: 24px !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.03) !important;
}

.o500product-brand-card {
  background: linear-gradient(180deg, #ffffff, #fbfdff) !important;
}

.o500product-brand-card__logo {
  width: 100% !important;
  min-height: 104px !important;
  margin: 0 0 20px !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.06) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.o500product-brand-card__logo img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 220px !important;
  max-height: 76px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.o500product-brand-card__meta {
  display: grid !important;
}

.o500product-brand-card__meta p {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 13px 0 !important;
  border-top: 1px solid rgba(17, 24, 39, 0.07) !important;
}

.o500product-brand-card__meta p:last-child {
  padding-bottom: 0 !important;
}

.o500product-brand-card__meta span {
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.o500product-brand-card__meta b {
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
  text-align: right !important;
}

.o500product-brand-text {
  background:
    linear-gradient(135deg, rgba(35, 148, 216, 0.045), transparent 38%),
    #ffffff !important;
}

.o500product-kicker {
  display: inline-flex !important;
  margin: 0 0 14px !important;
  color: #126ca6 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.o500product-brand-text .o500product-section-title {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: clamp(26px, 2.2vw, 36px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  font-weight: 750 !important;
}

.o500product-brand-text p:not(.o500product-kicker) {
  margin: 0 0 18px !important;
  color: #344054 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.o500product-brand-text .o500product-btn {
  width: fit-content !important;
  min-height: 44px !important;
  padding: 11px 16px !important;
  margin-top: 4px !important;
}

/* =========================================================
   CART
========================================================= */

.o500product-cart-core {
  display: contents;
}

.o500product-cart-hidden-price {
  display: none !important;
}

.o500product-cart-form {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.o500product-cart-form .o500product-btn {
  width: 100% !important;
}

.o500product-cart-form.is-added .o500product-btn {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.18) !important;
}

.o500product-cart-link.is-active,
.o500product-sticky-mobile .o500product-btn--secondary.is-active {
  color: #0f7a35 !important;
  background: #f0fdf4 !important;
  border-color: rgba(22, 163, 74, 0.22) !important;
}

.o500product-cart-toast {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 999999;
  width: min(360px, calc(100vw - 32px));
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(22, 163, 74, 0.18);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.16);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.o500product-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.o500product-cart-toast__title {
  display: block;
  margin: 0 0 5px;
  color: #0f7a35;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.o500product-cart-toast__text {
  margin: 0 0 12px;
  color: #344054;
  font-size: 13.5px;
  line-height: 1.5;
}

.o500product-cart-toast__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.o500product-cart-toast__link,
.o500product-cart-toast__close {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}

.o500product-cart-toast__link {
  color: #ffffff !important;
  background: #16a34a;
}

.o500product-cart-toast__close {
  color: #344054;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

/* =========================================================
   ORDER GUIDE
========================================================= */

.o500product-order-guide {
  position: relative !important;
  overflow: hidden !important;
}

.o500product-order-guide::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 148, 216, 0.08), transparent 65%);
  pointer-events: none;
}

.o500product-order-steps {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.o500product-order-step {
  position: relative !important;
  min-height: 178px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.025) !important;
}

.o500product-order-step::after {
  content: none !important;
  display: none !important;
}

.o500product-order-step span {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 0 14px !important;
  border-radius: 999px !important;
  background: #eef8ff !important;
  color: #126ca6 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.o500product-order-step b,
.o500product-service-card b {
  display: block !important;
  margin: 0 0 8px !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

.o500product-order-step p,
.o500product-service-card p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.o500product-order-text,
.o500product-service-text {
  margin-top: 18px !important;
  padding: 18px 20px !important;
  border-radius: 18px !important;
  background: #fbfdff !important;
  border: 1px solid rgba(35, 148, 216, 0.10) !important;
}

.o500product-order-text p,
.o500product-service-text p {
  margin: 0 !important;
  color: #344054 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

/* =========================================================
   SERVICE BLOCK
========================================================= */

.o500product-service {
  position: relative !important;
  overflow: hidden !important;
}

.o500product-service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.o500product-service-card {
  padding: 18px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.025) !important;
}

/* =========================================================
   LENS TABS
========================================================= */

.o500product-lens-tabs__box {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.o500product-lens-tabs__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  padding: 2px !important;
}

.o500product-lens-tab {
  min-height: 40px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  background: #ffffff !important;
  color: #344054 !important;
  font: inherit !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 610 !important;
  text-align: center !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.025) !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

.o500product-lens-tab:hover,
.o500product-lens-tab:focus {
  transform: translateY(-1px) !important;
  color: #163b7a !important;
  border-color: rgba(31, 95, 168, 0.22) !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.045) !important;
  outline: none !important;
}

.o500product-lens-tab.is-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #163b7a 0%, #1f5fa8 52%, #184f91 100%) !important;
  border-color: rgba(31, 95, 168, 0.35) !important;
  box-shadow:
    0 10px 22px rgba(22, 59, 122, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.o500product-lens-tabs__content {
  min-height: 100% !important;
}

.o500product-lens-panel {
  display: none !important;
  min-height: 210px !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(31, 95, 168, 0.045), transparent 42%),
    #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.035) !important;
}

.o500product-lens-panel.is-active {
  display: block !important;
}

.o500product-lens-panel span {
  display: inline-flex !important;
  margin: 0 0 14px !important;
  color: #1f5fa8 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.o500product-lens-panel h3 {
  margin: 0 0 12px !important;
  color: #111827 !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  font-weight: 600 !important;
}

.o500product-lens-panel p {
  max-width: 920px !important;
  margin: 0 0 18px !important;
  color: #344054 !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.o500product-lens-panel a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 10px 15px !important;
  border-radius: 13px !important;
  color: #163b7a !important;
  background: #ffffff !important;
  border: 1px solid rgba(31, 95, 168, 0.18) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.035) !important;
}

.o500product-lens-panel a:hover,
.o500product-lens-panel a:focus {
  color: #ffffff !important;
  background: #1f5fa8 !important;
  outline: none !important;
}

/* =========================================================
   SHOPKEEPER / MOBILE STICKY
========================================================= */

.o500product-sticky-mobile {
  display: none;
}

.o500product-page ~ .control__link,
.control__link[data-shopcart],
a.control__link[data-shopcart] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {
  .o500product-hero {
    grid-template-columns: 1fr;
  }

  .o500product-info {
    max-width: none;
    justify-self: stretch;
  }

  .o500product-specs,
  .o500product-lens-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .o500product-brand-about__box,
  .o500product-brand {
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .o500product-brand-about__side,
  .o500product-brand-about__text {
    padding: 22px;
    border-radius: 24px;
  }

  .o500product-brand-card,
  .o500product-brand-text {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .o500product-order-steps,
  .o500product-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .o500product-order-step {
    min-height: 150px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 768px) {
  .o500product-page {
    padding: 18px 0 110px;
  }

  .o500product-wrap {
    width: min(100% - 18px, 1180px);
  }

  .o500product-hero {
    gap: 16px;
  }

  .o500product-gallery,
  .o500product-info,
  .o500product-section {
    border-radius: 24px !important;
  }

  .o500product-gallery {
    display: block !important;
    padding: 10px !important;
  }

  .o500product-badges {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .o500product-main-image-box {
    height: clamp(280px, 74vw, 380px);
    min-height: 0;
    padding: 4px;
    border-radius: 20px;
  }

  .o500product-main-image {
    transform: scale(1.08);
  }

  .o500product-gallery:hover .o500product-main-image,
  .o500product-zoom-open:hover .o500product-main-image {
    transform: scale(1.08) !important;
  }

  .o500product-zoom-icon {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
  }

  .o500product-magnifier-lens {
    display: none;
  }

  .o500product-thumbs {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    width: auto !important;
    max-height: none !important;
    margin-top: 10px !important;
    padding: 0 2px 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  .o500product-thumb {
    width: 76px;
    height: 64px;
    min-width: 76px;
    flex: 0 0 76px;
  }

  .o500product-info,
  .o500product-section {
    padding: 20px;
  }

  .o500product-brand-row {
    align-items: center;
    flex-direction: row;
  }

  .o500product-title {
    font-size: 24px;
    line-height: 1.14;
  }

  .o500product-section-title {
    font-size: 22px;
  }

  .o500product-section-note {
    font-size: 13px;
  }

  .o500product-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .o500product-specs,
  .o500product-lens-grid,
  .o500product-order-steps,
  .o500product-service-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 2px 2px 10px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .o500product-specs::-webkit-scrollbar,
  .o500product-lens-grid::-webkit-scrollbar,
  .o500product-order-steps::-webkit-scrollbar,
  .o500product-service-grid::-webkit-scrollbar,
  .o500product-lens-tabs__nav::-webkit-scrollbar {
    height: 4px !important;
  }

  .o500product-specs::-webkit-scrollbar-track,
  .o500product-lens-grid::-webkit-scrollbar-track,
  .o500product-order-steps::-webkit-scrollbar-track,
  .o500product-service-grid::-webkit-scrollbar-track,
  .o500product-lens-tabs__nav::-webkit-scrollbar-track {
    background: transparent !important;
  }

  .o500product-specs::-webkit-scrollbar-thumb,
  .o500product-lens-grid::-webkit-scrollbar-thumb,
  .o500product-order-steps::-webkit-scrollbar-thumb,
  .o500product-service-grid::-webkit-scrollbar-thumb,
  .o500product-lens-tabs__nav::-webkit-scrollbar-thumb {
    background: #dbe7f3 !important;
    border-radius: 999px !important;
  }

  .o500product-spec {
    flex: 0 0 210px;
    min-width: 210px;
    min-height: 86px;
    scroll-snap-align: start;
  }

  .o500product-spec--size {
    flex: 0 0 300px !important;
    min-width: 300px !important;
    min-height: 120px !important;
  }

  .o500product-size-main {
    font-size: 20px !important;
  }

  .o500product-size-details p {
    grid-template-columns: 120px auto !important;
    gap: 8px !important;
  }

  .o500product-lens-card {
    flex: 0 0 82%;
    min-width: 260px;
    max-width: 330px;
    scroll-snap-align: start;
  }

  .o500product-lightbox {
    padding: 10px;
  }

  .o500product-lightbox__inner {
    width: 96vw;
    height: 82vh;
    padding: 34px 14px 20px;
    border-radius: 22px;
  }

  .o500product-lightbox__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .o500product-brand-about__box,
  .o500product-brand {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .o500product-brand-about__side,
  .o500product-brand-about__text {
    padding: 18px;
    border-radius: 22px;
  }

  .o500product-brand-about__logo {
    min-height: 84px;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .o500product-brand-about__logo img {
    max-width: 190px;
    max-height: 62px;
  }

  .o500product-brand-about__meta p {
    padding: 11px 0;
  }

  .o500product-brand-about__text::before {
    margin-bottom: 12px;
  }

  .o500product-brand-about__text h3,
  .o500product-brand-text .o500product-section-title {
    font-size: 26px !important;
  }

  .o500product-brand-about__text p,
  .o500product-brand-text p:not(.o500product-kicker) {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .o500product-brand-about__text .o500product-btn,
  .o500product-brand-text .o500product-btn {
    width: 100% !important;
  }

  .o500product-brand-card,
  .o500product-brand-text {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .o500product-brand-card__logo {
    min-height: 84px !important;
    margin-bottom: 14px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .o500product-brand-card__logo img {
    max-width: 190px !important;
    max-height: 62px !important;
  }

  .o500product-brand-card__meta p {
    padding: 11px 0 !important;
  }

  .o500product-cart-toast {
    left: 8px;
    right: 8px;
    bottom: 92px;
    width: auto;
    border-radius: 18px;
  }

  .o500product-order-step,
  .o500product-service-card {
    flex: 0 0 82% !important;
    min-width: 260px !important;
    max-width: 340px !important;
    padding: 16px !important;
    scroll-snap-align: start !important;
  }

  .o500product-order-step {
    min-height: 160px !important;
  }

  .o500product-order-text,
  .o500product-service-text {
    margin-top: 14px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .o500product-order-text p,
  .o500product-service-text p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .o500product-lens-tabs {
    width: calc(100% - 4px) !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .o500product-lens-tabs__nav {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 2px 8px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .o500product-lens-tab {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
  }

  .o500product-lens-panel {
    width: 100% !important;
    min-height: 0 !important;
    padding: 22px 16px !important;
    border-radius: 20px !important;
  }

  .o500product-lens-panel h3 {
    font-size: 24px !important;
  }

  .o500product-lens-panel p {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
  }

  .o500product-sticky-mobile {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 99998;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--o500-line);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.10);
    backdrop-filter: blur(14px);
  }

  .o500product-sticky-mobile .o500product-btn {
    min-height: 48px;
    padding: 10px;
    font-size: 13px;
    border-radius: 16px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 480px) {
  .o500product-info,
  .o500product-section {
    padding: 18px;
  }

  .o500product-title {
    font-size: 23px;
  }

  .o500product-section-title {
    font-size: 21px;
  }

  .o500product-benefits {
    grid-template-columns: 1fr;
  }

  .o500product-price-box {
    padding: 16px 0;
    margin: 0 0 16px;
  }

  .o500product-price-row {
    display: block;
    width: 100%;
  }

  .o500product-price-label {
    display: block;
    margin: 0 0 10px;
    text-align: left;
  }

  .o500product-price-values {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
  }

  .o500product-old-price {
    font-size: 15px;
  }

  .o500product-price {
    font-size: 34px;
    text-align: right;
  }

  .o500product-price span {
    font-size: 15px;
  }

  .o500product-spec {
    flex-basis: 68vw;
    min-width: 190px;
  }

  .o500product-lens-card {
    flex-basis: 86vw;
    min-width: 250px;
  }

  .o500product-order-step {
    flex-basis: 86vw !important;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .o500product-btn,
  .o500product-main-image,
  .o500product-thumb,
  .o500product-lens-card,
  .o500product-zoom-icon {
    transition: none;
  }
}










.o500product-section-note,
.o500product-intro,
.o500product-content,
.o500product-service-text,
.o500product-order-text,
.o500product-benefit span {
  color: #3f4f5f;
}



.o500product-content a,
.o500product-service-text a,
.o500product-order-text a,
.o500product-faq a,
.o500product-brand-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}



























/* CTA линзы — журнальный компактный вариант */
.o500product-lens-cta__box {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 44px;
  align-items: center;
  padding: 42px 48px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #ffffff 100%);
  border: 1px solid rgba(20, 63, 115, 0.14);
  box-shadow: 0 24px 70px rgba(12, 38, 72, 0.08);
}

.o500product-lens-cta__box::before {
  display: none;
}

.o500product-lens-cta__left {
  max-width: 420px;
}

.o500product-lens-cta__left::before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-bottom: 28px;
  background: #143f73;
  border-radius: 999px;
}

.o500product-lens-cta .o500product-kicker {
  margin-bottom: 14px;
}

.o500product-lens-cta .o500product-section-title {
  max-width: 390px;
  margin-bottom: 24px;
  color: #0f2f55;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.o500product-lens-cta__text {
  max-width: 720px;
}

.o500product-lens-cta__text p {
  max-width: 690px;
  margin: 0;
  color: #42566f;
  font-size: 17px;
  line-height: 1.75;
}

.o500product-lens-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.o500product-lens-cta__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.o500product-lens-cta__fact {
  min-height: 118px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(20,63,115,0.10);
  box-shadow: 0 14px 34px rgba(12,38,72,0.05);
}

.o500product-lens-cta__fact span {
  display: block;
  margin-bottom: 10px;
  color: #1b67b1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.o500product-lens-cta__fact b {
  display: block;
  color: #102f55;
  font-size: 16px;
  line-height: 1.28;
}

@media (max-width: 980px) {
  .o500product-lens-cta__box {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
  }

  .o500product-lens-cta .o500product-section-title {
    max-width: 100%;
    font-size: 28px;
  }

  .o500product-lens-cta__facts {
    grid-template-columns: 1fr;
  }
}













/* Примерка в салоне — стильный журнальный блок */
.o500product-tryon {
  padding: 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.08), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #ffffff 100%);
  border: 1px solid rgba(20, 63, 115, 0.12);
  box-shadow: 0 24px 70px rgba(12, 38, 72, 0.08);
}

.o500product-tryon::before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-bottom: 22px;
  background: #143f73;
  border-radius: 999px;
}

.o500product-tryon .o500product-section-title {
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f2f55;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.o500product-tryon p {
  max-width: 980px;
  margin: 0 0 22px;
  color: #42566f;
  font-size: 16px;
  line-height: 1.7;
}

.o500product-tryon__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 24px;
}

.o500product-tryon__facts > div {
  min-height: 104px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 63, 115, 0.10);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(12, 38, 72, 0.05);
}

.o500product-tryon__facts span {
  display: block;
  margin-bottom: 8px;
  color: #1b67b1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.o500product-tryon__facts b {
  display: block;
  color: #102f55;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.o500product-tryon .o500product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .o500product-tryon {
    padding: 24px;
    border-radius: 26px;
  }

  .o500product-tryon__facts {
    grid-template-columns: 1fr;
  }

  .o500product-tryon .o500product-section-title {
    font-size: 28px;
  }
}














/* ================================
   Product Tabs — stable premium version
   Одинаковый внешний вид на всех устройствах
================================ */

.o500product-tabs {
  width: min(1360px, calc(100% - 48px));
  margin: 34px auto;
  padding: clamp(24px, 3vw, 42px);
  box-sizing: border-box;

  border-radius: 34px;
  border: 1.5px solid rgba(20, 63, 115, 0.24);

  background:
    radial-gradient(circle at 92% 8%, rgba(20, 63, 115, 0.06), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 58%, #ffffff 100%);

  box-shadow:
    0 24px 70px rgba(12, 38, 72, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9);

  overflow: hidden;
}

.o500product-tabs,
.o500product-tabs * {
  box-sizing: border-box;
}

/* Верх блока */
.o500product-tabs .o500product-section-head {
  margin: 0;
  padding: 0;
}

.o500product-tabs .o500product-section-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.o500product-tabs .o500product-section-note,
.o500product-tabs__lead {
  max-width: 100%;
  margin: 0;
  color: #27364a;
  font-size: 15px;
  line-height: 1.6;
}

/* Навигация вкладок */
.o500product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 34px;
}

/* Кнопки вкладок */
.o500product-tabs__btn {
  appearance: none;
  -webkit-appearance: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 10px 18px;

  border-radius: 999px;
  border: 1px solid rgba(20, 63, 115, 0.22);

  background: #ffffff;
  color: #0f3768;

  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;

  white-space: nowrap;
  cursor: pointer;

  box-shadow: 0 8px 22px rgba(12, 38, 72, 0.045);

  transition:
    background .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.o500product-tabs__btn:hover {
  border-color: rgba(20, 63, 115, 0.35);
  transform: translateY(-1px);
}

.o500product-tabs__btn.is-active {
  background: #143f73;
  color: #ffffff;
  border-color: #143f73;
  box-shadow: 0 14px 32px rgba(20, 63, 115, 0.22);
}

/* Тело вкладок */
.o500product-tabs__body {
  width: 100%;
}

/* Скрытые панели */
.o500product-tabs__panel {
  display: none;
  width: 100%;
}

/* Активная панель */
.o500product-tabs__panel.is-active {
  display: block;
  width: 100%;

  padding: clamp(24px, 2.6vw, 34px);



  background: rgba(255, 255, 255, 0.9);

  box-shadow:
    0 16px 44px rgba(12, 38, 72, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);

  animation: o500TabsFade .18s ease;
}

@keyframes o500TabsFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

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

/* Заголовки внутри вкладок */
.o500product-tabs__panel h3 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;

  color: #082b55;

  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: -0.035em;
}

/* Текст внутри вкладок */
.o500product-tabs__panel p {
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;

  color: #1f3148;

  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.8;
  font-weight: 400;
}

.o500product-tabs__panel p:last-child {
  margin-bottom: 0;
}

/* Запрет двух колонок */
.o500product-tabs__panel[data-panel="desc"] {
  columns: initial !important;
  column-count: initial !important;
  column-gap: 0 !important;
}

.o500product-tabs__panel[data-panel="desc"] h3,
.o500product-tabs__panel[data-panel="desc"] p {
  column-span: none !important;
  break-inside: auto !important;
}

/* Карточки внутри вкладок */
.o500product-tabs__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.o500product-tabs__cards > div {
  min-height: 112px;
  padding: 18px;

  border-radius: 22px;
  border: 1px solid rgba(20, 63, 115, 0.12);

  background: #ffffff;

  box-shadow: 0 14px 34px rgba(12, 38, 72, 0.055);
}

.o500product-tabs__cards span {
  display: block;
  margin-bottom: 8px;

  color: #1b67b1;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.o500product-tabs__cards b {
  display: block;

  color: #102f55;

  font-size: 16px;
  line-height: 1.35;
}

/* Кнопки внутри контента */
.o500product-tabs__panel a,
.o500product-tabs__panel .btn,
.o500product-tabs__panel button:not(.o500product-tabs__btn) {
  max-width: max-content;
}

/* ================================
   Планшеты
================================ */

@media (max-width: 900px) {
  .o500product-tabs {
    width: calc(100% - 32px);
    margin: 28px auto;
    padding: 28px;
    border-radius: 30px;
  }

  .o500product-tabs__nav {
    gap: 8px;
    margin: 26px 0 30px;
  }

  .o500product-tabs__btn {
    min-height: 42px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .o500product-tabs__panel.is-active {
    padding: 26px;
    border-radius: 24px;
  }

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

  .o500product-tabs__cards > div {
    min-height: 104px;
    padding: 16px;
  }
}

/* ================================
   Мобильная версия
   Внешний вид сохраняем, табы прокручиваются
================================ */

@media (max-width: 600px) {
  .o500product-tabs {
    width: calc(100% - 20px);
    margin: 24px auto;
    padding: 20px 16px;
    border-radius: 24px;
  }

  .o500product-tabs .o500product-section-title {
    font-size: 24px;
    line-height: 1.1;
  }

  .o500product-tabs .o500product-section-note,
  .o500product-tabs__lead {
    font-size: 14px;
    line-height: 1.55;
  }

  .o500product-tabs__nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;

    margin: 22px -16px 24px;
    padding: 0 16px 4px;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .o500product-tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .o500product-tabs__btn {
    flex: 0 0 auto;
    width: auto;
    min-height: 42px;

    padding: 10px 16px;

    font-size: 13px;
    white-space: nowrap;
    text-align: center;
  }

  .o500product-tabs__panel.is-active {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .o500product-tabs__panel h3 {
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 18px;
  }

  .o500product-tabs__panel p {
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 16px;
  }

  .o500product-tabs__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 20px 0;
  }

  .o500product-tabs__cards > div {
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }
}

/* ================================
   Очень маленькие экраны
================================ */

@media (max-width: 390px) {
  .o500product-tabs {
    width: calc(100% - 16px);
    padding: 18px 14px;
    border-radius: 22px;
  }

  .o500product-tabs__nav {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .o500product-tabs .o500product-section-title {
    font-size: 23px;
  }

  .o500product-tabs__panel h3 {
    font-size: 20px;
  }
}









.o500product-seo-summary__box {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(12, 38, 72, 0.06);
}

.o500product-seo-summary__box p {
  margin: 0 0 16px;
  color: #1f3148;
  font-size: 16px;
  line-height: 1.75;
}

.o500product-seo-summary__box ul {
  margin: 0;
  padding-left: 20px;
  color: #1f3148;
  font-size: 15px;
  line-height: 1.8;
}

.o500product-seo-summary__box li {
  margin-bottom: 6px;
}

.o500product-seo-summary__box li:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .o500product-seo-summary__box {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .o500product-seo-summary__box p {
    font-size: 15px;
    line-height: 1.7;
  }

  .o500product-seo-summary__box ul {
    font-size: 14.5px;
    line-height: 1.7;
  }
}



/* =========================================================
   COOKIE + MOBILE STICKY FIX
========================================================= */

@media screen and (max-width: 768px) {
  .o500product-page {
    padding-bottom: 110px !important;
  }

  .ok-cookie {
    bottom: calc(96px + env(safe-area-inset-bottom)) !important;
    z-index: 100000 !important;
  }
}

@media screen and (max-width: 380px) {
  .ok-cookie {
    bottom: calc(104px + env(safe-area-inset-bottom)) !important;
  }
}


/* Убрать голубой фон в блоке "О бренде" */
.o500product-brand-text {
  background: #ffffff !important;
  background-image: none !important;
}



















/* ===== O500 Wearlook — compact white / black / blue style ===== */

.o500wearlook,
.o500wearlook * {
  box-sizing: border-box;
}

.o500wearlook {
  margin: 24px 0;
  padding: 0 16px;
}

.o500wearlook__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe6f3;
  box-shadow: 0 10px 30px rgba(20, 45, 80, 0.07);
  position: relative;
  overflow: hidden;
}

.o500wearlook__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #143f73;
}

.o500wearlook__head {
  position: relative;
  z-index: 1;
  padding-left: 12px;
  max-width: 820px;
}

.o500wearlook__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f1f6fc;
  color: #143f73;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.o500wearlook__title {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.o500wearlook__lead {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 15.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.o500wearlook__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.o500wearlook__card {
  min-width: 0;
  padding: 16px;
  border-radius: 16px;
  overflow-wrap: anywhere;
}

.o500wearlook__card--light {
  background: #f8fbff;
  border: 1px solid #dbe6f3;
  color: #111827;
}

.o500wearlook__card--dark {
  background: #ffffff;
  border: 1px solid #cfdceb;
  color: #111827;
  position: relative;
}

.o500wearlook__card--dark::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: #143f73;
}

.o500wearlook__label {
  display: block;
  margin-bottom: 7px;
  color: #143f73;
  font-size: 13px;
  font-weight: 700;
}

.o500wearlook__card p {
  margin: 0;
  color: #374151;
  font-size: 14.5px;
  line-height: 1.55;
}

.o500wearlook__card b {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 15.5px;
  line-height: 1.25;
}

.o500wearlook__num {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #143f73;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.o500wearlook__bottom {
  margin-top: 14px;
  padding: 15px 16px;
  border-radius: 16px;
  background: #111827;
  color: #ffffff;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.o500wearlook__bottom b {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
}

.o500wearlook__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .o500wearlook {
    margin: 20px 0;
    padding: 0 10px;
  }

  .o500wearlook__wrap {
    padding: 18px;
    border-radius: 18px;
  }

  .o500wearlook__head {
    padding-left: 8px;
  }

  .o500wearlook__cards {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
  }

  .o500wearlook__card {
    padding: 14px;
  }

  .o500wearlook__bottom {
    padding: 14px;
  }
}

@media (max-width: 420px) {
  .o500wearlook__wrap {
    padding: 16px;
  }

  .o500wearlook__title {
    font-size: 22px;
  }

  .o500wearlook__lead {
    font-size: 14.5px;
  }

  .o500wearlook__eyebrow {
    font-size: 11px;
  }
}