/** Shopify CDN: Minification failed

Line 2794:0 Expected "}" to go with "{"

**/
/* Retrovi Max 2 — product-specific visual system.
   Scoped to product.r36max2 and the hidden reviews page. */
.template-r36max2,
.template-retrovi-max2-reviews {
  --rtvm2-ink: #17151c;
  --rtvm2-muted: #625f68;
  --rtvm2-line: #e7e2dc;
  --rtvm2-soft: #f6f3ef;
  --rtvm2-warm: #fbfaf8;
  --rtvm2-card: #ffffff;
  --rtvm2-purple: #6b4bf4;
  --rtvm2-purple-dark: #2c2359;
  --rtvm2-green: #168a47;
  --rtvm2-green-soft: #e7f5ec;
  --rtvm2-radius: 16px;
  --rtvm2-shadow: 0 10px 30px rgba(28, 23, 37, 0.06);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.template-r36max2 #MainContent,
.template-retrovi-max2-reviews #MainContent {
  overflow: clip;
}

.template-r36max2 .product-information {
  background: var(--rtvm2-warm);
  border-bottom: 1px solid var(--rtvm2-line);
}

.template-r36max2 .product-information__grid { align-items: start; }

.template-r36max2 .product-details > .group-block {
  background: #fff;
  border: 1px solid var(--rtvm2-line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(29, 24, 38, 0.045);
  padding: clamp(20px, 2.7vw, 32px) !important;
}

.template-r36max2 .product-media-gallery { border-radius: 18px; overflow: hidden; }
.template-r36max2 .product-media-container {
  background: #f2efeb !important;
  border-radius: 18px !important;
}
.template-r36max2 .product-media img,
.template-r36max2 .product-media video { background: #f2efeb; }

.template-r36max2 .product-details h1,
.template-r36max2 .product-details .text-block.h1,
.template-r36max2 .product-details .text-block.h1 > * {
  color: var(--rtvm2-ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.55vw, 2.45rem) !important;
  font-weight: 750;
  letter-spacing: -0.022em;
  line-height: 1.04;
}

.template-r36max2 .price { color: var(--rtvm2-ink); font-weight: 750; }

.template-r36max2 .custom-variant-labels fieldset legend,
.template-r36max2 .custom-variant-labels .form__label,
.template-r36max2 .custom-variant-labels .product-form__input__label {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--rtvm2-ink) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
}

.template-r36max2 .variant-option__button-label,
.template-r36max2 .variant-option__button-label__text,
.template-r36max2 .variant-option__button-label--has-swatch { border-radius: 10px !important; }

.template-r36max2 .product-form-buttons .button,
.template-r36max2 .add-to-cart-button {
  min-height: 55px;
  border-radius: 11px;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: 0;
}

.template-r36max2 .add-to-cart-button.button--primary,
.template-r36max2 .product-form-buttons .button--primary {
  background: #2868f0;
  border-color: transparent;
  box-shadow: 0 9px 22px rgba(40, 104, 240, 0.18);
}
.template-r36max2 .payment-icons__list { opacity: 0.82; }
.template-r36max2 .sticky-add-to-cart__bar { border-radius: 14px; }

.rtvm2-container { width: min(1160px, calc(100% - 38px)); margin-inline: auto; }
.rtvm2-section { padding: clamp(58px, 7.2vw, 96px) 0; }
.rtvm2-section--soft { background: var(--rtvm2-soft); }
.rtvm2-section--warm { background: var(--rtvm2-warm); }

.rtvm2-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #4e4a53;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.rtvm2-kicker::before {
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: var(--rtvm2-purple);
  content: '';
}

.rtvm2-heading {
  margin: 0;
  color: var(--rtvm2-ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  font-weight: 740;
  line-height: 1.06;
  letter-spacing: -0.027em;
  text-wrap: balance;
}
.rtvm2-copy {
  margin: 18px 0 0;
  color: var(--rtvm2-muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

/* Product promise */
.rtvm2-intro { display: grid; gap: 15px; width: 100%; }
.rtvm2-intro__badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #ddd7ff;
  border-radius: 8px;
  background: #f3f0ff;
  color: #4f36ba;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.rtvm2-intro__lead {
  margin: 0;
  color: var(--rtvm2-ink);
  font-size: clamp(1.06rem, 1.45vw, 1.27rem);
  font-weight: 620;
  line-height: 1.43;
}
.rtvm2-intro__benefits { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.rtvm2-intro__benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #343239;
  font-size: 0.97rem;
  line-height: 1.4;
}
.rtvm2-intro__check {
  display: inline-grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--rtvm2-green-soft);
  color: var(--rtvm2-green);
  font-size: 15px;
  font-weight: 900;
}

/* Included offer */
.rtvm2-offer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 11px;
  align-items: center;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #ded8ff;
  border-radius: 12px;
  background: #f6f3ff;
}
.rtvm2-offer__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  color: var(--rtvm2-purple);
}
.rtvm2-offer strong { display: block; color: var(--rtvm2-ink); font-size: 0.93rem; }
.rtvm2-offer span { display: block; margin-top: 2px; color: var(--rtvm2-muted); font-size: 0.8rem; line-height: 1.35; }

/* Purchase reassurance */
.rtvm2-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--rtvm2-line);
  border-radius: 12px;
  background: #faf9f7;
}
.rtvm2-trust__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #444148;
  font-size: 0.76rem;
  line-height: 1.25;
}
.rtvm2-trust__icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--rtvm2-green-soft);
  color: var(--rtvm2-green);
}

/* Product accordions */
.rtvm2-accordions { width: 100%; border-top: 1px solid var(--rtvm2-line); }
.rtvm2-accordions details { border-bottom: 1px solid var(--rtvm2-line); }
.rtvm2-accordions summary,
.rtvm2-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}
.rtvm2-accordions summary { padding: 16px 2px; color: var(--rtvm2-ink); font-size: 0.94rem; font-weight: 700; }
.rtvm2-accordions summary::-webkit-details-marker,
.rtvm2-faq summary::-webkit-details-marker { display: none; }
.rtvm2-accordions summary::after,
.rtvm2-faq summary::after {
  color: var(--rtvm2-purple);
  content: '+';
  font-size: 1.3rem;
  font-weight: 500;
  transition: transform 0.25s ease;
}
.rtvm2-accordions details[open] summary::after,
.rtvm2-faq details[open] summary::after { transform: rotate(45deg); }
.rtvm2-accordion-panel { height: 0; overflow: hidden; transition: height 0.32s cubic-bezier(.2,.7,.2,1); }
.rtvm2-accordions__content { padding: 0 2px 17px; color: var(--rtvm2-muted); font-size: 0.9rem; line-height: 1.62; }
.rtvm2-accordions__content ul { margin: 8px 0 0; padding-left: 18px; }

/* Key-spec strip — intentionally not dashboard cards */
.rtvm2-spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rtvm2-line);
  border-bottom: 1px solid var(--rtvm2-line);
}
.rtvm2-spec {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 88px;
  padding: 16px 20px;
  border-right: 1px solid var(--rtvm2-line);
}
.rtvm2-spec:last-child { border-right: 0; }
.rtvm2-spec__icon { color: var(--rtvm2-purple); }
.rtvm2-spec__value { color: var(--rtvm2-ink); font-size: 1.08rem; font-weight: 750; letter-spacing: -0.015em; }
.rtvm2-spec__label { margin-top: 2px; color: var(--rtvm2-muted); font-size: 0.78rem; line-height: 1.3; }

/* Editorial image/text modules */
.rtvm2-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
}
.rtvm2-split--reverse .rtvm2-split__media { order: 2; }
.rtvm2-split--reverse .rtvm2-split__content { order: 1; }
.rtvm2-split__media { position: relative; }
.rtvm2-split__image-wrap { overflow: hidden; border: 1px solid var(--rtvm2-line); border-radius: 14px; background: #f1eeea; }
.rtvm2-split__image { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.rtvm2-split__content { max-width: 550px; }
.rtvm2-list { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.rtvm2-list li { display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 10px; color: #3e3b43; line-height: 1.48; }
.rtvm2-list li::before {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--rtvm2-green-soft);
  color: var(--rtvm2-green);
  content: '✓';
  font-size: 14px;
  font-weight: 900;
}

/* Comparison */
.rtvm2-compare-modern {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
}

.rtvm2-compare-modern__intro {
  max-width: 560px;
}

.rtvm2-comparison__visual--compact {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--rtvm2-line);
  border-radius: 20px;
  background: #ffffff;
}

.rtvm2-comparison__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
}

.rtvm2-feature-compare {
  width: 100%;
}

.rtvm2-feature-compare__head,
.rtvm2-feature-compare__row {
  display: grid;
  grid-template-columns: 46% 18% 18% 18%;
  align-items: stretch;
}

.rtvm2-feature-compare__head {
  margin: 0 0 14px;
}

.rtvm2-feature-compare__head > div {
  text-align: center;
  color: var(--rtvm2-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.1;
  padding: 0 6px;
}

.rtvm2-feature-compare__head > div:first-child {
  text-align: left;
}

.rtvm2-feature-compare__table {
  overflow: hidden;
  border: 1px solid var(--rtvm2-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 24, 39, 0.06);
}

.rtvm2-feature-compare__row:not(:first-child) {
  border-top: 1px solid #e8edf5;
}

.rtvm2-feature-compare__feature,
.rtvm2-feature-compare__cell {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
}

.rtvm2-feature-compare__feature {
  background: #85b6ff;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.18;
}

.rtvm2-feature-compare__cell {
  background: #ffffff;
}

.rtvm2-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 900;
}

.rtvm2-mark--yes {
  color: #59aa21;
  font-size: 46px;
}

.rtvm2-mark--no {
  color: #111111;
  font-size: 46px;
  font-weight: 600;
}

@media screen and (max-width: 989px) {
  .rtvm2-compare-modern {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rtvm2-compare-modern__intro {
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .rtvm2-comparison__visual--compact {
    border-radius: 16px;
  }

  .rtvm2-feature-compare {
    width: 100%;
    overflow: hidden;
  }

  .rtvm2-feature-compare__head,
  .rtvm2-feature-compare__row {
    grid-template-columns: 48% 17.33% 17.33% 17.33%;
  }

  .rtvm2-feature-compare__head {
    margin-bottom: 10px;
  }

  .rtvm2-feature-compare__head > div {
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0 2px;
  }

  .rtvm2-feature-compare__feature,
  .rtvm2-feature-compare__cell {
    min-height: 74px;
    padding: 10px 8px;
  }

  .rtvm2-feature-compare__feature {
    font-size: 0.82rem;
    line-height: 1.14;
  }

  .rtvm2-mark--yes {
    font-size: 30px;
  }

  .rtvm2-mark--no {
    font-size: 30px;
  }
}

/* Performance */
.rtvm2-performance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.rtvm2-performance-card { padding: 24px; border-top: 3px solid #ddd6ff; border-radius: 0 0 12px 12px; background: #fff; }
.rtvm2-performance-card__tag { display: inline-flex; color: #5f42d1; font-size: 0.7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.rtvm2-performance-card h3 { margin: 13px 0 8px; color: var(--rtvm2-ink); font-size: 1.17rem; }
.rtvm2-performance-card p { margin: 0; color: var(--rtvm2-muted); line-height: 1.58; }

/* Support */
.rtvm2-support-head { max-width: 720px; }
.rtvm2-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.rtvm2-support-card { padding: 24px; border: 1px solid var(--rtvm2-line); border-radius: 12px; background: #fff; }
.rtvm2-support-card__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--rtvm2-green-soft); color: var(--rtvm2-green); }
.rtvm2-support-card h3 { margin: 17px 0 7px; color: var(--rtvm2-ink); font-size: 1.08rem; }
.rtvm2-support-card p { margin: 0; color: var(--rtvm2-muted); line-height: 1.55; }

/* Review preview */
.rtvm2-reviews-preview__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.rtvm2-reviews-note { max-width: 620px; margin-top: 12px; color: #77717b; font-size: 0.82rem; line-height: 1.5; }
.rtvm2-review-grid { columns: 3 260px; column-gap: 14px; }
.rtvm2-review-card { display: inline-block; width: 100%; margin: 0 0 14px; break-inside: avoid; overflow: hidden; border: 1px solid var(--rtvm2-line); border-radius: 12px; background: #fff; }
.rtvm2-review-card__image { display: block; width: 100%; height: auto; max-height: 310px; object-fit: cover; }
.rtvm2-review-card__body { padding: 17px; }
.rtvm2-review-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--rtvm2-muted); font-size: 0.76rem; }
.rtvm2-review-card__name { color: var(--rtvm2-ink); font-size: 0.96rem; font-weight: 750; }
.rtvm2-review-card__verified { color: var(--rtvm2-green); font-weight: 700; }
.rtvm2-review-card__stars {
  margin: 10px 0 8px;
  color: #7052d8;
  letter-spacing: -2.2px;
  font-size: 21px;
  line-height: 1;
}
.rtvm2-review-card__title { margin: 0 0 7px; color: var(--rtvm2-ink); font-size: 1.01rem; font-weight: 730; }
.rtvm2-review-card__text { margin: 0; color: #464149; line-height: 1.58; }
.rtvm2-review-card__source { display: block; margin-top: 12px; color: #77717b; font-size: 0.72rem; }
.rtvm2-reviews-button,
.rtvm2-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--rtvm2-purple-dark);
  border-radius: 10px;
  background: var(--rtvm2-purple-dark);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}
.rtvm2-review-empty { padding: 22px; border: 1px dashed #cbc4d4; border-radius: 12px; color: var(--rtvm2-muted); text-align: center; }

/* FAQ */
.rtvm2-faq { max-width: 850px; margin-inline: auto; }
.rtvm2-faq__intro { margin-bottom: 26px; }
.rtvm2-faq details { border-bottom: 1px solid var(--rtvm2-line); }
.rtvm2-faq summary { padding: 19px 0; color: var(--rtvm2-ink); font-size: 1rem; font-weight: 700; }
.rtvm2-faq__answer { max-width: 760px; padding: 0 0 20px; color: var(--rtvm2-muted); line-height: 1.66; }

/* Final CTA — image + purple panel, not a generic gradient card */
.rtvm2-cta-split { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 18px; box-shadow: 0 18px 55px rgba(34, 25, 64, 0.15); }
.rtvm2-cta-split__media { min-height: 430px; background: #eeeae5; }
.rtvm2-cta-split__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rtvm2-cta-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: clamp(34px, 5vw, 70px);
  background: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%);
  color: #fff;
}
.rtvm2-cta-split__content h2 { margin: 0; color: #fff; font-size: clamp(2.15rem, 4vw, 4.15rem); font-weight: 740; line-height: 1.02; letter-spacing: -0.035em; }
.rtvm2-cta-split__content p { margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 1.03rem; line-height: 1.6; }
.rtvm2-cta__button { display: inline-flex; align-self: flex-start; align-items: center; justify-content: center; min-height: 50px; margin-top: 28px; padding: 0 22px; border-radius: 10px; background: #fff; color: #28214c; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.rtvm2-cta__button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.17); }

/* Video */
.rtvm2-video-head { max-width: 740px; margin-bottom: 28px; }
.rtvm2-video { overflow: hidden; border-radius: 14px; background: #11131b; }
.rtvm2-video video,
.rtvm2-video img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* Hidden reviews page */
.rtvm2-reviews-page { padding: 46px 0 90px; background: var(--rtvm2-warm); min-height: 70vh; }
.rtvm2-reviews-page__top { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.rtvm2-reviews-page__summary { display: flex; gap: 18px; align-items: center; margin-top: 16px; }
.rtvm2-reviews-page__score { color: var(--rtvm2-ink); font-size: 2.4rem; font-weight: 760; }
.rtvm2-reviews-page__stars { color: #7052d8; font-size: 1.25rem; letter-spacing: 2px; }
.rtvm2-reviews-page__count { color: var(--rtvm2-muted); font-size: .9rem; }

@media screen and (max-width: 989px) {
  .rtvm2-spec-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rtvm2-spec:nth-child(2) { border-right: 0; }
  .rtvm2-spec:nth-child(-n+2) { border-bottom: 1px solid var(--rtvm2-line); }
  .rtvm2-split,
  .rtvm2-comparison__top { grid-template-columns: 1fr; }
  .rtvm2-split--reverse .rtvm2-split__media,
  .rtvm2-split--reverse .rtvm2-split__content { order: initial; }
  .rtvm2-split__content { max-width: 720px; }
  .rtvm2-performance-grid,
  .rtvm2-support-grid { grid-template-columns: 1fr; }
  .rtvm2-cta-split { grid-template-columns: 1fr; }
  .rtvm2-cta-split__media { min-height: 360px; }
  .rtvm2-cta-split__content { min-height: auto; }
}

@media screen and (max-width: 749px) {
  .template-r36max2 .product-details > .group-block { border-radius: 14px; box-shadow: none; padding: 19px 15px 23px !important; }
  .template-r36max2 .product-media-container,
  .template-r36max2 .product-media-gallery { border-radius: 14px !important; }
  .rtvm2-container { width: min(100% - 24px, 1160px); }
  .rtvm2-section { padding: 30px 0; }
  .rtvm2-heading { font-size: clamp(1.85rem, 9vw, 2.55rem); }
  .rtvm2-trust { grid-template-columns: 1fr; }
  .rtvm2-trust__item { font-size: .82rem; }
  .rtvm2-spec { min-height: 78px; padding: 13px 12px; grid-template-columns: 32px 1fr; }
  .rtvm2-spec__value { font-size: .98rem; }
  .rtvm2-split { gap: 27px; }
  .rtvm2-split__image-wrap,
  .rtvm2-comparison__visual { border-radius: 11px; }
  .rtvm2-comparison { gap: 28px; }
  .rtvm2-table th,
  .rtvm2-table td { padding: 13px 11px; font-size: .79rem; }
  .rtvm2-reviews-preview__head,
  .rtvm2-reviews-page__top { display: grid; align-items: start; }
.rtvm2-review-grid {
  columns: 2;
  column-gap: 8px;
}

.rtvm2-review-card {
  margin-bottom: 8px;
  border-radius: 9px;
}

.rtvm2-review-card__body {
  padding: 10px;
}

.rtvm2-review-card__meta {
  gap: 4px;
  font-size: 0.64rem;
}

.rtvm2-review-card__name {
  font-size: 0.78rem;
}

.rtvm2-review-card__stars {
  margin: 7px 0 6px;
  font-size: 17px;
  letter-spacing: -1.5px;
}

.rtvm2-review-card__title {
  margin-bottom: 5px;
  font-size: 0.86rem;
  line-height: 1.25;
}

.rtvm2-review-card__text {
  font-size: 0.78rem;
  line-height: 1.42;
}

.rtvm2-review-card__source {
  margin-top: 8px;
  font-size: 0.62rem;
}  .rtvm2-cta-split { border-radius: 14px; }
  .rtvm2-cta-split__media { min-height: 310px; }
  .rtvm2-cta-split__content { padding: 34px 24px 38px; }
  .rtvm2-cta-split__content h2 { font-size: clamp(2rem, 11vw, 3.2rem); }
  .rtvm2-reviews-page { padding-top: 30px; }
}

/* ==============================================================
   Retrovi Max 2 — purchase area refinement (July 2026)
   Scoped only to product.r36max2.
   ============================================================== */
.template-r36max2 {
  --rtvm2-blue: #075cff;
  --rtvm2-blue-dark: #063db7;
  --rtvm2-blue-soft: #eef4ff;
  --rtvm2-blue-line: #bfd1ff;
}

/* Product area: remove the generic AI-like card around all purchase content. */
.template-r36max2 .product-information {
  background: #fff;
}

.template-r36max2 .product-details > .group-block {
  padding: 4px 0 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Blue becomes the principal interaction color; purple remains for the final premium CTA. */
.template-r36max2 .rtvm2-kicker::before,
.template-r36max2 .rtvm2-table__badge {
  background: var(--rtvm2-blue);
}

.template-r36max2 .rtvm2-spec__icon,
.template-r36max2 .rtvm2-accordions summary::after,
.template-r36max2 .rtvm2-faq summary::after {
  color: var(--rtvm2-blue);
}

.template-r36max2 .rtvm2-intro__badge {
  border-color: var(--rtvm2-blue-line);
  background: var(--rtvm2-blue-soft);
  color: var(--rtvm2-blue-dark);
}

/* The native picker remains alive for Shopify's variant engine, but is visually hidden. */
.template-r36max2 .custom-variant-labels {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Quantity is controlled by the 1-console / 3-console offer selector. */
.template-r36max2 .product-form-primary-row {
  display: block !important;
  position: relative;
}

.template-r36max2 .product-form-quantity-column {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  max-width: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
}

.template-r36max2 .product-form-atc-column {
  width: 100%;
}

.template-r36max2 .add-to-cart-button,
.template-r36max2 .product-form-buttons .button--primary,
.template-r36max2 .product-form-buttons .button-secondary {
  border-color: var(--rtvm2-blue) !important;
  background: var(--rtvm2-blue) !important;
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(7, 92, 255, 0.2) !important;
}

.template-r36max2 .add-to-cart-button:hover,
.template-r36max2 .product-form-buttons .button--primary:hover,
.template-r36max2 .product-form-buttons .button-secondary:hover {
  border-color: var(--rtvm2-blue-dark) !important;
  background: var(--rtvm2-blue-dark) !important;
}

/* Custom color, storage and offer selector. */
.rtvm2-purchase {
  display: grid;
  gap: 24px;
  width: 100%;
  min-width: 0;
  color: var(--rtvm2-ink);
}

.rtvm2-choice-group {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.rtvm2-choice-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--rtvm2-ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.015em;
}

.rtvm2-choice-heading > span {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.rtvm2-choice-heading > strong {
  color: var(--rtvm2-blue);
  font-size: 0.9rem;
  font-weight: 850;
}

.rtvm2-color-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  min-width: 0;
}

.rtvm2-color-option {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 118px;
  grid-template-rows: 80px auto;
  gap: 7px;
  place-items: center;
  padding: 7px 6px 9px;
  overflow: hidden;
  border: 1.5px solid #dfe2e8;
  border-radius: 13px;
  background: #fff;
  color: #27252b;
  cursor: pointer;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rtvm2-color-option:hover {
  border-color: #8ab0ff;
  transform: translateY(-1px);
}

.rtvm2-color-option.is-selected {
  border-color: var(--rtvm2-blue);
  box-shadow: 0 0 0 2px rgba(7, 92, 255, 0.11);
}

.rtvm2-color-option__image {
  display: grid;
  width: 100%;
  height: 80px;
  overflow: hidden;
  place-items: center;
}

.rtvm2-color-option__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.rtvm2-color-option__fallback {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: var(--rtvm2-swatch-color);
}

.rtvm2-color-option__name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: 0.76rem;
  font-weight: 820;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rtvm2-color-option__check {
  position: absolute;
  top: 6px;
  right: 6px;
  display: none;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--rtvm2-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 3px 9px rgba(7, 92, 255, 0.28);
}

.rtvm2-color-option.is-selected .rtvm2-color-option__check {
  display: grid;
}

.rtvm2-storage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rtvm2-storage-option {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1.5px solid #d8dce4;
  border-radius: 12px;
  background: #fff;
  color: #252329;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 860;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.rtvm2-storage-option small {
  padding: 5px 9px;
  border-radius: 99px;
  background: #edf0f6;
  color: #5a5f69;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

.rtvm2-storage-option.is-selected {
  border-color: var(--rtvm2-blue);
  background: var(--rtvm2-blue);
  color: #fff;
}

.rtvm2-storage-option.is-selected small {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.rtvm2-offer-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.rtvm2-offer-card {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1.5px solid #d9dce3;
  border-radius: 14px;
  background: #fff;
  color: var(--rtvm2-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rtvm2-offer-card:hover {
  border-color: #90adf8;
  transform: translateY(-1px);
}

.rtvm2-offer-card.is-selected {
  border-color: var(--rtvm2-blue);
  background: #f5f7ff;
  box-shadow: 0 0 0 1px rgba(7, 92, 255, 0.08);
}

.rtvm2-offer-card__body {
  display: grid;
  grid-template-columns: 26px 86px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-width: 0;
  min-height: 108px;
  padding: 14px 17px;
}

.rtvm2-offer-card__body--kit {
  grid-template-columns: 26px 205px minmax(0, 1fr) auto;
  min-height: 116px;
}

.rtvm2-offer-radio {
  display: block;
  width: 23px;
  height: 23px;
  border: 1.8px solid #7e88a0;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 5px #fff;
}

.rtvm2-offer-card.is-selected .rtvm2-offer-radio {
  border-color: var(--rtvm2-blue);
  background: var(--rtvm2-blue);
}

.rtvm2-offer-product {
  position: relative;
  display: grid;
  width: 86px;
  height: 78px;
  overflow: visible;
  place-items: center;
}

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

.rtvm2-offer-product--triple img {
  position: absolute;
  width: 55px;
  height: 72px;
  object-fit: contain;
}

.rtvm2-offer-product--triple img:nth-child(1) { left: 0; transform: rotate(-7deg); }
.rtvm2-offer-product--triple img:nth-child(2) { left: 15px; z-index: 2; }
.rtvm2-offer-product--triple img:nth-child(3) { right: 0; transform: rotate(7deg); }

.rtvm2-bundle-visual {
  display: grid;
  grid-template-columns: 58px 21px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  width: 205px;
  min-width: 0;
}

.rtvm2-bundle-console {
  display: grid;
  width: 58px;
  height: 79px;
  place-items: center;
}

.rtvm2-bundle-console img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.rtvm2-bundle-plus {
  color: var(--rtvm2-ink);
  font-size: 1.75rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.rtvm2-bundle-accessories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.rtvm2-bundle-accessories img {
  display: block;
  width: 100%;
  height: 47px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(15, 28, 55, 0.12));
}

.rtvm2-offer-copy {
  display: grid;
  min-width: 0;
  gap: 7px;
  justify-items: start;
}

.rtvm2-offer-title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.rtvm2-offer-title-row > strong {
  color: var(--rtvm2-ink);
  font-size: 1.18rem;
  font-weight: 930;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.rtvm2-offer-copy > small {
  color: #53535b;
  font-size: 0.8rem;
  line-height: 1.3;
}

.rtvm2-offer-copy > small b {
  color: var(--rtvm2-blue);
  font-weight: 900;
}

.rtvm2-offer-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dfe7ff;
  color: #173ca5;
  font-size: 0.69rem;
  font-weight: 920;
  line-height: 1;
  text-transform: uppercase;
}

.rtvm2-offer-badge--popular {
  background: #e4e0ff;
  color: #4b39aa;
}

.rtvm2-offer-price {
  display: grid;
  min-width: 80px;
  justify-items: end;
  align-self: center;
}

.rtvm2-offer-price strong {
  color: var(--rtvm2-blue);
  font-size: 1.22rem;
  font-weight: 930;
  line-height: 1.05;
  white-space: nowrap;
}

.rtvm2-offer-price s {
  color: #77747d;
  font-size: 0.84rem;
  white-space: nowrap;
}

.rtvm2-offer-kit-strip {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 16px 11px;
  background: linear-gradient(95deg, #174cc8 0%, var(--rtvm2-blue) 100%);
  color: #fff;
}

.rtvm2-offer-kit-strip__thumb {
  display: grid;
  width: 44px;
  height: 34px;
  place-items: center;
}

.rtvm2-offer-kit-strip__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.22));
}

.rtvm2-offer-kit-strip > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.rtvm2-offer-kit-strip strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.015em;
  line-height: 1.15;
}

.rtvm2-offer-kit-strip small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  line-height: 1.25;
}

.rtvm2-purchase-status {
  min-height: 0;
  margin: -10px 0 0;
  color: #b42318;
  font-size: 0.78rem;
  font-weight: 750;
}

@media screen and (max-width: 989px) {
  .rtvm2-offer-card__body--kit {
    grid-template-columns: 26px 170px minmax(0, 1fr) auto;
  }

  .rtvm2-bundle-visual {
    grid-template-columns: 48px 18px minmax(0, 1fr);
    width: 170px;
  }

  .rtvm2-bundle-console {
    width: 48px;
    height: 69px;
  }

  .rtvm2-bundle-accessories img {
    height: 40px;
  }
}

@media screen and (max-width: 749px) {
  .template-r36max2 .product-details > .group-block {
    padding: 16px 0 22px !important;
  }

  .rtvm2-purchase {
    gap: 22px;
  }

  .rtvm2-choice-heading {
    font-size: 0.92rem;
  }

  .rtvm2-color-grid {
    grid-auto-columns: 76px;
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .rtvm2-color-grid::-webkit-scrollbar { display: none; }

  .rtvm2-color-option {
    min-height: 108px;
    grid-template-rows: 70px auto;
    scroll-snap-align: start;
  }

  .rtvm2-color-option__image {
    height: 70px;
  }

  .rtvm2-color-option__name {
    font-size: 0.7rem;
  }

  .rtvm2-storage-option {
    min-height: 72px;
    flex-wrap: wrap;
    padding: 10px 12px;
    font-size: 0.94rem;
  }

  .rtvm2-offer-card__body,
  .rtvm2-offer-card__body--kit {
    grid-template-columns: 24px 82px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 100px;
    padding: 12px 10px;
  }

  .rtvm2-offer-card__body--kit {
    grid-template-areas:
      "radio visual copy price"
      ". visual copy price";
  }

  .rtvm2-offer-card__body--kit .rtvm2-offer-radio { grid-area: radio; }
  .rtvm2-offer-card__body--kit .rtvm2-bundle-visual { grid-area: visual; }
  .rtvm2-offer-card__body--kit .rtvm2-offer-copy { grid-area: copy; }
  .rtvm2-offer-card__body--kit .rtvm2-offer-price { grid-area: price; }

  .rtvm2-offer-product {
    width: 72px;
    height: 68px;
  }

  .rtvm2-offer-product--triple img {
    width: 44px;
    height: 62px;
  }

  .rtvm2-bundle-visual {
    display: grid;
    grid-template-columns: 32px 10px 36px;
    grid-template-rows: repeat(2, 25px);
    gap: 2px;
    width: 82px;
    height: 62px;
  }

  .rtvm2-bundle-console {
    grid-row: 1 / 3;
    width: 32px;
    height: 62px;
  }

  .rtvm2-bundle-plus {
    grid-row: 1 / 3;
    align-self: center;
    font-size: 1.2rem;
  }

  .rtvm2-bundle-accessories {
    display: grid;
    grid-column: 3;
    grid-row: 1 / 3;
    grid-template-columns: repeat(2, 17px);
    grid-template-rows: repeat(2, 25px);
    gap: 2px;
  }

  .rtvm2-bundle-accessories img {
    width: 17px;
    height: 25px;
  }

  .rtvm2-offer-title-row {
    display: grid;
    gap: 5px;
  }

  .rtvm2-offer-title-row > strong {
    font-size: 0.96rem;
  }

  .rtvm2-offer-badge {
    padding: 5px 7px;
    font-size: 0.58rem;
  }

  .rtvm2-offer-copy > small {
    font-size: 0.67rem;
  }

  .rtvm2-offer-price {
    min-width: 62px;
  }

  .rtvm2-offer-price strong {
    font-size: 0.98rem;
  }

  .rtvm2-offer-price s {
    font-size: 0.7rem;
  }

  .rtvm2-offer-kit-strip {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 9px 11px 10px;
  }

  .rtvm2-offer-kit-strip__thumb {
    width: 36px;
    height: 30px;
  }

  .rtvm2-offer-kit-strip strong {
    font-size: 0.73rem;
  }

  .rtvm2-offer-kit-strip small {
    font-size: 0.64rem;
  }
}

@media screen and (max-width: 430px) {
  .rtvm2-offer-card__body,
  .rtvm2-offer-card__body--kit {
    grid-template-columns: 22px 82px minmax(0, 1fr) 62px;
    gap: 7px;
    padding-inline: 9px;
  }

  .rtvm2-offer-product {
    width: 64px;
  }

  .rtvm2-bundle-visual {
    transform: none;
  }
}

/* Sticky add-to-cart: same blue as the main action and a horizontal entrance. */
.template-r36max2 .sticky-add-to-cart__bar {
  overflow: hidden;
  border: 1px solid #d9e2f6;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(14, 35, 80, 0.16);
  transform: translateX(calc(-50% + 110vw));
}

.template-r36max2 .sticky-add-to-cart__bar::before {
  display: none;
}

.template-r36max2 .sticky-add-to-cart__bar[data-stuck='true'] {
  transform: translateX(-50%);
  opacity: 1;
}

.template-r36max2 .sticky-add-to-cart__button {
  border-color: var(--rtvm2-blue) !important;
  background: var(--rtvm2-blue) !important;
  color: #fff !important;
}

@media screen and (max-width: 749px) {
  .template-r36max2 .product-details > .group-block {
    padding: 16px 0 22px !important;
  }

  .rtvm2-color-grid {
    grid-auto-columns: 82px;
    grid-template-columns: none;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: none;
  }

  .rtvm2-color-grid::-webkit-scrollbar { display: none; }

  .rtvm2-color-option__image { height: 55px; }

  .rtvm2-pack-option {
    grid-template-columns: 24px 59px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 11px 10px;
  }

  .rtvm2-pack-visual {
    width: 59px;
    height: 58px;
  }

  .rtvm2-pack-visual--triple img {
    width: 40px;
    height: 54px;
  }

  .rtvm2-pack-copy > strong { font-size: 0.92rem; }
  .rtvm2-pack-badge { padding: 4px 6px; font-size: 0.59rem; }
  .rtvm2-pack-copy > small { font-size: 0.64rem; }
  .rtvm2-pack-price { min-width: 66px; }
  .rtvm2-pack-price strong { font-size: 0.98rem; }
  .rtvm2-pack-price s { font-size: 0.72rem; }

  .rtvm2-kit-band__top {
    grid-template-columns: 48px 16px minmax(0, 1fr);
  }

  .rtvm2-kit-items img { height: 35px; }

  .template-r36max2 .sticky-add-to-cart__bar {
    transform: translateX(calc(-50% + 110vw));
  }

  .template-r36max2 .sticky-add-to-cart__bar[data-stuck='true'] {
    transform: translateX(-50%);
  }
}

/* ================================================================
   PASO 1 · AJUSTE VISUAL DE OFERTAS Y SCROLL DE COLORES
   Solo aplica a la plantilla R36MAX2.
   ================================================================ */
.template-r36max2 .rtvm2-offer-card__body {
  grid-template-columns: 28px 126px minmax(0, 1fr) auto;
  min-height: 132px;
  gap: 15px;
  padding: 16px 18px;
}

.template-r36max2 .rtvm2-offer-card__body--kit {
  grid-template-columns: 28px 238px minmax(0, 1fr) auto;
  min-height: 132px;
}

.template-r36max2 .rtvm2-offer-product {
  width: 126px;
  height: 100px;
  overflow: visible;
  place-items: center;
}

.template-r36max2 .rtvm2-offer-product--single img {
  width: 84px !important;
  height: 100px !important;
  max-width: 84px !important;
  max-height: 100px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.template-r36max2 .rtvm2-offer-product--triple img {
  width: 62px;
  height: 88px;
}

.template-r36max2 .rtvm2-offer-product--triple img:nth-child(1) { left: 4px; }
.template-r36max2 .rtvm2-offer-product--triple img:nth-child(2) { left: 32px; }
.template-r36max2 .rtvm2-offer-product--triple img:nth-child(3) { right: 4px; }

.template-r36max2 .rtvm2-bundle-visual {
  grid-template-columns: 84px 34px 104px;
  width: 238px;
  gap: 8px;
}

.template-r36max2 .rtvm2-bundle-console {
  width: 84px;
  height: 100px;
}

.template-r36max2 .rtvm2-bundle-console img {
  width: 84px !important;
  height: 100px !important;
  max-width: 84px !important;
  max-height: 100px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.template-r36max2 .rtvm2-bundle-plus {
  color: #16a34a;
  font-size: 2.65rem;
  font-weight: 1000;
  line-height: 1;
}

.template-r36max2 .rtvm2-bundle-accessories {
  grid-template-columns: repeat(2, 48px);
  grid-template-rows: repeat(2, 43px);
  gap: 5px 7px;
  width: 104px;
}

.template-r36max2 .rtvm2-bundle-accessories img {
  width: 48px !important;
  height: 43px !important;
  max-width: 48px !important;
  max-height: 43px !important;
  object-fit: contain !important;
}

.template-r36max2 .rtvm2-offer-title-row {
  gap: 10px;
}

.template-r36max2 .rtvm2-offer-title-row > strong {
  font-size: 1.34rem;
  font-weight: 950;
}

.template-r36max2 .rtvm2-offer-badge {
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 950;
}

.template-r36max2 .rtvm2-free-shipping {
  font-size: 0.88rem;
  font-weight: 650;
}

.template-r36max2 .rtvm2-free-shipping b {
  color: #16a34a !important;
  font-weight: 950 !important;
}

@media screen and (max-width: 749px) {
  .template-r36max2 .rtvm2-choice-group--colors {
    min-width: 0;
    overflow: visible;
  }

  .template-r36max2 .rtvm2-color-grid {
    display: grid;
    width: calc(100% + 16px);
    max-width: none;
    margin-right: -16px;
    grid-auto-columns: 92px;
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 3px 24px 12px 2px;
    scroll-padding-inline: 2px 24px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .template-r36max2 .rtvm2-color-option {
    width: 92px;
    min-width: 92px;
    min-height: 120px;
    grid-template-rows: 80px auto;
    scroll-snap-align: start;
  }

  .template-r36max2 .rtvm2-color-option__image {
    height: 80px;
  }

  .template-r36max2 .rtvm2-offer-card__body {
    grid-template-columns: 24px 86px minmax(0, 1fr) 68px;
    min-height: 118px;
    gap: 8px;
    padding: 13px 10px;
  }

  .template-r36max2 .rtvm2-offer-product {
    width: 86px;
    height: 82px;
  }

  .template-r36max2 .rtvm2-offer-product--single img {
    width: 68px !important;
    height: 82px !important;
    max-width: 68px !important;
    max-height: 82px !important;
  }

  .template-r36max2 .rtvm2-offer-card__body--kit {
    grid-template-columns: 24px 148px minmax(0, 1fr);
    grid-template-areas:
      "radio visual copy"
      ". visual price";
    min-height: 132px;
    align-items: center;
  }

  .template-r36max2 .rtvm2-offer-card__body--kit .rtvm2-offer-price {
    justify-items: start;
  }

  .template-r36max2 .rtvm2-bundle-visual {
    grid-template-columns: 58px 22px 62px;
    grid-template-rows: 84px;
    width: 148px;
    height: 84px;
    gap: 3px;
  }

  .template-r36max2 .rtvm2-bundle-console {
    grid-row: auto;
    width: 58px;
    height: 84px;
  }

  .template-r36max2 .rtvm2-bundle-console img {
    width: 58px !important;
    height: 84px !important;
    max-width: 58px !important;
    max-height: 84px !important;
  }

  .template-r36max2 .rtvm2-bundle-plus {
    grid-row: auto;
    font-size: 1.9rem;
  }

  .template-r36max2 .rtvm2-bundle-accessories {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, 29px);
    grid-template-rows: repeat(2, 36px);
    gap: 4px;
    width: 62px;
  }

  .template-r36max2 .rtvm2-bundle-accessories img {
    width: 29px !important;
    height: 36px !important;
    max-width: 29px !important;
    max-height: 36px !important;
  }

  .template-r36max2 .rtvm2-offer-title-row {
    display: grid;
    justify-items: start;
    gap: 6px;
  }

  .template-r36max2 .rtvm2-offer-title-row > strong {
    font-size: 1.08rem;
  }

  .template-r36max2 .rtvm2-offer-badge {
    padding: 6px 8px;
    font-size: 0.64rem;
  }

  .template-r36max2 .rtvm2-free-shipping {
    font-size: 0.72rem;
  }
}

@media screen and (max-width: 430px) {
  .template-r36max2 .rtvm2-offer-card__body {
    grid-template-columns: 22px 78px minmax(0, 1fr) 62px;
    gap: 6px;
    padding-inline: 8px;
  }

  .template-r36max2 .rtvm2-offer-card__body--kit {
    grid-template-columns: 22px 138px minmax(0, 1fr);
  }

  .template-r36max2 .rtvm2-bundle-visual {
    grid-template-columns: 54px 20px 58px;
    width: 138px;
  }

  .template-r36max2 .rtvm2-bundle-console {
    width: 54px;
  }

  .template-r36max2 .rtvm2-bundle-console img {
    width: 54px !important;
    max-width: 54px !important;
  }

  .template-r36max2 .rtvm2-bundle-accessories {
    grid-template-columns: repeat(2, 27px);
    width: 58px;
  }

  .template-r36max2 .rtvm2-bundle-accessories img {
    width: 27px !important;
    max-width: 27px !important;
  }
}

/* =========================================================
   RETROVI MAX 2 — FIX DEFINITIVO SCROLL HORIZONTAL DE COLORES
   Solo móvil. En PC conserva la cuadrícula normal.
   ========================================================= */
@media screen and (max-width: 749px) {
  .template-r36max2 .rtvm2-choice-group--colors {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .template-r36max2 .rtvm2-color-grid {
    display: flex !important;
    flex-flow: row nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    gap: 10px !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    padding: 3px 18px 12px 2px !important;
    scroll-padding-inline: 2px 18px;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
  }

  .template-r36max2 .rtvm2-color-grid:active {
    cursor: grabbing;
  }

  .template-r36max2 .rtvm2-color-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .template-r36max2 .rtvm2-color-option {
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    scroll-snap-align: start;
  }
}


/* ================================================================
   PASO 2 · BOTONES DE COMPRA, CANTIDAD Y ALMACENAMIENTO
   Solo aplica a product.r36max2.
   ================================================================ */

/* La tienda ya tiene una barra fija global (#productSticky).
   Ocultamos la barra nativa del tema para impedir duplicados. */
.template-r36max2 sticky-add-to-cart {
  display: none !important;
}

/* Recuperar el selector de cantidad al lado del botón principal. */
.template-r36max2 .product-form-primary-row {
  display: flex !important;
  width: 100% !important;
  align-items: stretch !important;
  gap: 10px !important;
}

.template-r36max2 .product-form-quantity-column {
  position: static !important;
  display: flex !important;
  width: auto !important;
  height: auto !important;
  max-width: 120px !important;
  min-width: 112px !important;
  flex: 0 0 120px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
}

.template-r36max2 .product-form-quantity-column quantity-selector-component,
.template-r36max2 .product-form-quantity-column .quantity-selector {
  width: 100% !important;
  min-height: var(--height-buy-buttons) !important;
  align-self: stretch !important;
}

.template-r36max2 .product-form-atc-column {
  display: flex !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.template-r36max2 .product-form-atc-column > span,
.template-r36max2 .product-form-atc-column add-to-cart-component,
.template-r36max2 .product-form-atc-column .add-to-cart-button {
  width: 100% !important;
}

/* Mantener el azul Retrovi en los botones principales de esta plantilla. */
.template-r36max2 product-form-component .add-to-cart-button,
.template-r36max2 product-form-component .shopify-payment-button__button,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded {
  border-color: var(--rtvm2-blue) !important;
  background: var(--rtvm2-blue) !important;
  background-image: none !important;
  color: #fff !important;
}

@media screen and (max-width: 749px) {
  /* Menos altura para 64 GB / 128 GB solamente en móvil. */
  .template-r36max2 .rtvm2-storage-option {
    min-height: 52px !important;
    padding: 7px 10px !important;
    gap: 7px !important;
    flex-wrap: nowrap !important;
    font-size: 0.94rem !important;
  }

  .template-r36max2 .rtvm2-storage-option small {
    padding: 5px 8px !important;
    font-size: 0.65rem !important;
  }

  .template-r36max2 .product-form-quantity-column {
    min-width: 96px !important;
    max-width: 100px !important;
    flex-basis: 100px !important;
  }

  .template-r36max2 .product-form-primary-row {
    gap: 8px !important;
  }
}

@media screen and (max-width: 390px) {
  .template-r36max2 .product-form-quantity-column {
    min-width: 88px !important;
    max-width: 92px !important;
    flex-basis: 92px !important;
  }
}

/* ================================================================
   PASO 2B · AJUSTES DE COMPRA Y VARIANTES
   - separacion del bloque kit
   - selector movil clicable/arrastrable
   - cantidad + carrito sin solapamiento
   - CTA de carrito con contraste calido
   ================================================================ */

/* Mover ligeramente a la derecha la informacion de la oferta con kit. */
.template-r36max2 .rtvm2-offer-card__body--kit .rtvm2-offer-copy {
  padding-inline-start: 10px;
}

.template-r36max2 .rtvm2-color-grid.is-dragging,
.template-r36max2 .rtvm2-color-grid.is-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
}

/* El boton de carrito destaca del resto de controles azules. */
.template-r36max2 product-form-component .add-to-cart-button {
  border-color: #ff6a3d !important;
  background: #ff6a3d !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(255, 106, 61, 0.22) !important;
}

.template-r36max2 product-form-component .add-to-cart-button:hover {
  border-color: #e6532a !important;
  background: #e6532a !important;
}

/* La fila completa debe poder encogerse sin empujar el boton sobre la cantidad. */
.template-r36max2 .product-form-buttons > .product-form-primary-row {
  width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 100% !important;
  box-sizing: border-box !important;
}

.template-r36max2 .product-form-primary-row,
.template-r36max2 .product-form-quantity-column,
.template-r36max2 .product-form-atc-column,
.template-r36max2 .product-form-atc-column > span,
.template-r36max2 .product-form-atc-column add-to-cart-component,
.template-r36max2 .product-form-atc-column .add-to-cart-button {
  box-sizing: border-box !important;
}

.template-r36max2 .product-form-atc-column {
  width: auto !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.template-r36max2 .product-form-atc-column > span,
.template-r36max2 .product-form-atc-column add-to-cart-component {
  display: block !important;
  min-width: 0 !important;
}

@media screen and (max-width: 749px) {
  .template-r36max2 .rtvm2-offer-card__body--kit .rtvm2-offer-copy {
    padding-inline-start: 6px;
  }

  .template-r36max2 .product-form-primary-row {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .template-r36max2 .product-form-quantity-column {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    flex: none !important;
  }

  .template-r36max2 .product-form-quantity-column quantity-selector-component,
  .template-r36max2 .product-form-quantity-column .quantity-selector {
    width: 96px !important;
    min-width: 0 !important;
    max-width: 96px !important;
  }

  .template-r36max2 .product-form-atc-column .add-to-cart-button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 12px !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 390px) {
  .template-r36max2 .product-form-primary-row {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .template-r36max2 .product-form-quantity-column,
  .template-r36max2 .product-form-quantity-column quantity-selector-component,
  .template-r36max2 .product-form-quantity-column .quantity-selector {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }

  .template-r36max2 .product-form-atc-column .add-to-cart-button {
    padding-inline: 9px !important;
    font-size: 0.92rem !important;
  }
}

/* ================================================================
   PASO 2C · CARRITO ESTABLE + CTA MORADO
   - solo product.r36max2
   - reemplaza el naranja por el degradado del CTA final
   - clases de visibilidad fuertes para la barra inferior
   ================================================================ */
.template-r36max2 product-form-component .add-to-cart-button,
.template-r36max2 product-form-component .add-to-cart-button.button--primary {
  border-color: #4c2d94 !important;
  background: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%) !important;
  background-image: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(76, 45, 148, 0.25) !important;
}

.template-r36max2 product-form-component .add-to-cart-button:hover,
.template-r36max2 product-form-component .add-to-cart-button.button--primary:hover {
  border-color: #5d39ad !important;
  background: linear-gradient(145deg, #2e2855 0%, #5633a4 55%, #7950e6 100%) !important;
  background-image: linear-gradient(145deg, #2e2855 0%, #5633a4 55%, #7950e6 100%) !important;
}

.template-r36max2 #productSticky .ps-add {
  border-color: #4c2d94 !important;
  background: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%) !important;
  background-image: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(76, 45, 148, 0.25) !important;
}

.template-r36max2 #productSticky .ps-add:hover {
  background: linear-gradient(145deg, #2e2855 0%, #5633a4 55%, #7950e6 100%) !important;
  background-image: linear-gradient(145deg, #2e2855 0%, #5633a4 55%, #7950e6 100%) !important;
}

/* Estas clases dominan el script viejo incluso si deja display:none inline. */
.template-r36max2 #productSticky.rtvm2-sticky-visible {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}

.template-r36max2 #productSticky.rtvm2-sticky-hidden {
  display: flex !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(calc(-50% + 110vw)) translateY(0) scale(.997) !important;
}

.template-r36max2 .product-form-text__error.rtvm2-error-hidden {
  display: none !important;
}

/* RETROVI MAX 2 — solo color del CTA; no modifica tamaños ni estructura. */
.template-r36max2 product-form-component .add-to-cart-button,
.template-r36max2 #productSticky .ps-add {
  border-color: #4c2d94 !important;
  background: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%) !important;
  background-image: linear-gradient(145deg, #242044 0%, #4c2d94 55%, #6a42dc 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(76, 45, 148, 0.25) !important;
}

.template-r36max2 product-form-component .add-to-cart-button:hover,
.template-r36max2 #productSticky .ps-add:hover {
  border-color: #5d39ad !important;
  background: linear-gradient(145deg, #2e2855 0%, #5633a4 55%, #7950e6 100%) !important;
  background-image: linear-gradient(145deg, #2e2855 0%, #5633a4 55%, #7950e6 100%) !important;
}
/* ================================================================
   RETROVI MAX 2 — BOTÓN INFERIOR DE RESEÑAS + VISOR CON ZOOM
   - Botón pequeño y centrado debajo de las reseñas.
   - Imágenes clicables/táctiles.
   - Zoom con botones, rueda, doble clic y gesto de pinza.
   ================================================================ */

.rtvm2-reviews-preview__head {
  display: block;
  margin-bottom: 30px;
}

.rtvm2-reviews-preview__footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.rtvm2-reviews-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #ffffff;
  color: #333238;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 520;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.rtvm2-reviews-button:hover {
  border-color: #bdbdbd;
  background: #f7f7f7;
  color: #111111;
}

.rtvm2-reviews-button:focus-visible {
  outline: 3px solid rgba(18, 105, 199, 0.28);
  outline-offset: 3px;
}

.rtvm2-review-card__image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  line-height: 0;
}

.rtvm2-review-card__image-button::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 50%;
  color: #0a4f9c;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 5px 16px rgba(0,0,0,0.18);
  content: '+';
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.rtvm2-review-card__image-button:hover::after,
.rtvm2-review-card__image-button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.rtvm2-review-card__image-button:focus-visible {
  outline: 3px solid rgba(18, 105, 199, 0.32);
  outline-offset: -3px;
}

.rtvm2-review-card__image {
  transition: transform 0.28s ease;
}

.rtvm2-review-card__image-button:hover .rtvm2-review-card__image {
  transform: scale(1.018);
}

html.rtvm2-lightbox-open,
html.rtvm2-lightbox-open body {
  overflow: hidden;
}

.rtvm2-review-lightbox[hidden] {
  display: none !important;
}

.rtvm2-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.rtvm2-review-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.rtvm2-review-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(8, 10, 16, 0.88);
  cursor: default;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.rtvm2-review-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, 100%);
  height: min(90vh, 880px);
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  background: #10131a;
  box-shadow: 0 28px 90px rgba(0,0,0,0.48);
}

.rtvm2-review-lightbox__toolbar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 11px 9px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: #151922;
}

.rtvm2-review-lightbox__zoom-controls {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.rtvm2-review-lightbox__control,
.rtvm2-review-lightbox__close {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 9px;
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.rtvm2-review-lightbox__control:hover,
.rtvm2-review-lightbox__close:hover {
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.15);
}

.rtvm2-review-lightbox__control--reset {
  width: 64px;
  font-size: 0.76rem;
  font-weight: 750;
}

.rtvm2-review-lightbox__close svg {
  width: 22px;
  height: 22px;
}

.rtvm2-review-lightbox__stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.055), transparent 48%),
    #090c12;
  cursor: zoom-in;
  touch-action: none;
  user-select: none;
}

.rtvm2-review-lightbox__stage.is-zoomed {
  cursor: grab;
}

.rtvm2-review-lightbox__stage.is-zoomed:active {
  cursor: grabbing;
}

.rtvm2-review-lightbox__image {
  display: block;
  max-width: 96%;
  max-height: 96%;
  object-fit: contain;
  transform-origin: center;
  transition: transform 0.08s linear;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}

@media screen and (max-width: 749px) {
  .rtvm2-reviews-preview__footer {
    margin-top: 27px;
  }

  .rtvm2-reviews-button {
    min-height: 35px;
    padding-inline: 13px;
    font-size: 0.73rem;
  }

  .rtvm2-review-card__image-button::after {
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    opacity: 1;
    transform: none;
    font-size: 1.25rem;
  }

  .rtvm2-review-lightbox {
    padding: 0;
  }

  .rtvm2-review-lightbox__dialog {
    width: 100%;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .rtvm2-review-lightbox__toolbar {
    min-height: 56px;
    padding: 8px 9px 8px 11px;
  }

  .rtvm2-review-lightbox__control,
  .rtvm2-review-lightbox__close {
    width: 39px;
    height: 39px;
  }

  .rtvm2-review-lightbox__control--reset {
    width: 58px;
  }

  .rtvm2-review-lightbox__image {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtvm2-review-lightbox,
  .rtvm2-review-lightbox__image,
  .rtvm2-review-card__image,
  .rtvm2-review-card__image-button::after {
    transition: none;
  }
}

/* ================================================================
   RETROVI MAX 2 — GALERÍA FIJA MIENTRAS SE RECORRE LA COMPRA
   Solo escritorio. La columna izquierda se detiene cuando termina
   la columna derecha del bloque principal.
   ================================================================ */
@media screen and (min-width: 990px) {
  .template-r36max2 .product-information__grid {
    align-items: start;
  }

  .template-r36max2 .product-information__media {
    position: sticky !important;
    top: calc(var(--header-height, 0px) + 18px);
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}

/* ================================================================
   RETROVI MAX 2 — OLA EN “COMPRAR AHORA” Y STICKY “AÑADIR AL CARRITO”
   + posición vertical corregida de la galería en escritorio.
   ================================================================ */

.template-r36max2 product-form-component .shopify-payment-button__button,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded,
.template-r36max2 #productSticky .ps-add {
  position: relative !important;
  z-index: 0 !important;
  overflow: hidden !important;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.template-r36max2 product-form-component .shopify-payment-button__button,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded {
  --rtvm2-wave-main: #0849bd;
  --rtvm2-wave-light: rgba(137, 98, 255, 0.34);
}

.template-r36max2 #productSticky .ps-add {
  --rtvm2-wave-main: #6d49c7;
  --rtvm2-wave-light: rgba(9, 120, 255, 0.67);
}

.template-r36max2 product-form-component .shopify-payment-button__button::before,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded::before,
.template-r36max2 #productSticky .ps-add::before {
  position: absolute;
  top: 100%;
  left: -10%;
  z-index: -1;
  width: 120%;
  height: 132%;
  border-radius: 48% 52% 0 0 / 15% 15% 0 0;
  background: var(--rtvm2-wave-main);
  content: "";
  pointer-events: none;
  transform: translateY(0) rotate(-1.5deg);
  transform-origin: center bottom;
  transition: transform 0.62s cubic-bezier(.2, .72, .18, 1);
  will-change: transform;
}

.template-r36max2 product-form-component .shopify-payment-button__button::after,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded::after,
.template-r36max2 #productSticky .ps-add::after {
  position: absolute;
  top: 103%;
  left: -16%;
  z-index: -1;
  width: 132%;
  height: 126%;
  border-radius: 54% 46% 0 0 / 18% 18% 0 0;
  background: var(--rtvm2-wave-light);
  content: "";
  pointer-events: none;
  transform: translateY(0) rotate(2deg);
  transform-origin: center bottom;
  transition: transform 0.72s cubic-bezier(.2, .72, .18, 1);
  will-change: transform;
}

.template-r36max2 product-form-component .shopify-payment-button__button:hover::before,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded:hover::before,
.template-r36max2 #productSticky .ps-add:hover::before,
.template-r36max2 product-form-component .shopify-payment-button__button.rtvm2-wave-click::before,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded.rtvm2-wave-click::before,
.template-r36max2 #productSticky .ps-add.rtvm2-wave-click::before {
  transform: translateY(-92%) rotate(0deg);
}

.template-r36max2 product-form-component .shopify-payment-button__button:hover::after,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded:hover::after,
.template-r36max2 #productSticky .ps-add:hover::after,
.template-r36max2 product-form-component .shopify-payment-button__button.rtvm2-wave-click::after,
.template-r36max2 product-form-component .shopify-payment-button__button--unbranded.rtvm2-wave-click::after,
.template-r36max2 #productSticky .ps-add.rtvm2-wave-click::after {
  transform: translateY(-89%) rotate(0deg);
}

@media screen and (min-width: 990px) {
  .template-r36max2 .product-information__grid > .product-information__media,
  .template-r36max2 .product-information__grid > [class*="product-information__media"],
  .template-r36max2 .product-information__grid > :first-child {
    position: sticky !important;
    top: clamp(68px, 9vh, 92px) !important;
    align-self: start !important;
  }

  .template-r36max2 .product-media-gallery,
  .template-r36max2 .product-media-container {
    margin-top: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .template-r36max2 product-form-component .shopify-payment-button__button::before,
  .template-r36max2 product-form-component .shopify-payment-button__button::after,
  .template-r36max2 product-form-component .shopify-payment-button__button--unbranded::before,
  .template-r36max2 product-form-component .shopify-payment-button__button--unbranded::after,
  .template-r36max2 #productSticky .ps-add::before,
  .template-r36max2 #productSticky .ps-add::after {
    transition-duration: 0.01ms;
  }
}

/* Retrovi Max 2 — fondo blanco en la galería principal del producto. */
.template-r36max2 .product-media-container,
.template-r36max2 .product-media-gallery,
.template-r36max2 .product-media,
.template-r36max2 .product-media img,
.template-r36max2 .product-media video {
  background: #ffffff !important;
}


/* ================================================================
   RETROVI MAX 2 — FIRMA VISUAL DE CUBOS 3D
   Se aplica globalmente a todas las franjas beige de Max 2.
   ================================================================ */

.template-r36max2 .rtvm2-section--soft,
.template-r36max2 .rtvm2-section--warm,
.template-retrovi-max2-reviews .rtvm2-section--soft,
.template-retrovi-max2-reviews .rtvm2-section--warm,
.template-retrovi-max2-reviews .rtvm2-reviews-page {
  position: relative;
  isolation: isolate;
  background-color: var(--rtvm2-soft);
}

/* Conserva el beige más claro de las secciones warm. */
.template-r36max2 .rtvm2-section--warm,
.template-retrovi-max2-reviews .rtvm2-section--warm,
.template-retrovi-max2-reviews .rtvm2-reviews-page {
  background-color: var(--rtvm2-warm);
}

/* Patrón isométrico: las tres caras forman cubos discretos. */
.template-r36max2 .rtvm2-section--soft::before,
.template-r36max2 .rtvm2-section--warm::before,
.template-retrovi-max2-reviews .rtvm2-section--soft::before,
.template-retrovi-max2-reviews .rtvm2-section--warm::before,
.template-retrovi-max2-reviews .rtvm2-reviews-page::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      30deg,
      rgba(18, 105, 199, 0.075) 12%,
      transparent 12.5%,
      transparent 87%,
      rgba(18, 105, 199, 0.075) 87.5%,
      rgba(18, 105, 199, 0.075)
    ),
    linear-gradient(
      150deg,
      rgba(18, 105, 199, 0.075) 12%,
      transparent 12.5%,
      transparent 87%,
      rgba(18, 105, 199, 0.075) 87.5%,
      rgba(18, 105, 199, 0.075)
    ),
    linear-gradient(
      30deg,
      rgba(80, 169, 245, 0.035) 12%,
      transparent 12.5%,
      transparent 87%,
      rgba(80, 169, 245, 0.035) 87.5%,
      rgba(80, 169, 245, 0.035)
    ),
    linear-gradient(
      150deg,
      rgba(80, 169, 245, 0.035) 12%,
      transparent 12.5%,
      transparent 87%,
      rgba(80, 169, 245, 0.035) 87.5%,
      rgba(80, 169, 245, 0.035)
    ),
    linear-gradient(
      60deg,
      rgba(255, 255, 255, 0.52) 25%,
      transparent 25.5%,
      transparent 75%,
      rgba(255, 255, 255, 0.52) 75%,
      rgba(255, 255, 255, 0.52)
    ),
    linear-gradient(
      60deg,
      rgba(255, 255, 255, 0.25) 25%,
      transparent 25.5%,
      transparent 75%,
      rgba(255, 255, 255, 0.25) 75%,
      rgba(255, 255, 255, 0.25)
    );
  background-position:
    0 0,
    0 0,
    42px 73px,
    42px 73px,
    0 0,
    42px 73px;
  background-size: 84px 146px;
  content: "";
  pointer-events: none;

  /* El patrón queda más visible en los extremos y limpio en el centro. */
  -webkit-mask-image:
    radial-gradient(
      ellipse 72% 82% at center,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.34) 43%,
      rgba(0, 0, 0, 0.72) 76%,
      #000 100%
    );
  mask-image:
    radial-gradient(
      ellipse 72% 82% at center,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.34) 43%,
      rgba(0, 0, 0, 0.72) 76%,
      #000 100%
    );
}

/* Brillos azules muy suaves en esquinas opuestas.
   Dan profundidad sin competir con textos o productos. */
.template-r36max2 .rtvm2-section--soft::after,
.template-r36max2 .rtvm2-section--warm::after,
.template-retrovi-max2-reviews .rtvm2-section--soft::after,
.template-retrovi-max2-reviews .rtvm2-section--warm::after,
.template-retrovi-max2-reviews .rtvm2-reviews-page::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle at 5% 18%,
      rgba(72, 191, 245, 0.09),
      transparent 21%
    ),
    radial-gradient(
      circle at 95% 82%,
      rgba(18, 105, 199, 0.075),
      transparent 23%
    );
  content: "";
  pointer-events: none;
}

/* Todo el contenido real permanece por encima del patrón. */
.template-r36max2 .rtvm2-section--soft > .rtvm2-container,
.template-r36max2 .rtvm2-section--warm > .rtvm2-container,
.template-retrovi-max2-reviews .rtvm2-section--soft > .rtvm2-container,
.template-retrovi-max2-reviews .rtvm2-section--warm > .rtvm2-container,
.template-retrovi-max2-reviews .rtvm2-reviews-page > .rtvm2-container {
  position: relative;
  z-index: 1;
}

/* Móvil: cubos un poco más grandes y todavía más discretos. */
@media screen and (max-width: 749px) {
  .template-r36max2 .rtvm2-section--soft::before,
  .template-r36max2 .rtvm2-section--warm::before,
  .template-retrovi-max2-reviews .rtvm2-section--soft::before,
  .template-retrovi-max2-reviews .rtvm2-section--warm::before,
  .template-retrovi-max2-reviews .rtvm2-reviews-page::before {
    background-position:
      0 0,
      0 0,
      36px 62px,
      36px 62px,
      0 0,
      36px 62px;
    background-size: 72px 124px;
    opacity: 0.88;

    -webkit-mask-image:
      radial-gradient(
        ellipse 88% 78% at center,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.28) 46%,
        rgba(0, 0, 0, 0.70) 82%,
        #000 100%
      );
    mask-image:
      radial-gradient(
        ellipse 88% 78% at center,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.28) 46%,
        rgba(0, 0, 0, 0.70) 82%,
        #000 100%
      );
  }

  .template-r36max2 .rtvm2-section--soft::after,
  .template-r36max2 .rtvm2-section--warm::after,
  .template-retrovi-max2-reviews .rtvm2-section--soft::after,
  .template-retrovi-max2-reviews .rtvm2-section--warm::after,
  .template-retrovi-max2-reviews .rtvm2-reviews-page::after {
    opacity: 0.72;
  }
}

/* Navegadores sin soporte para máscaras:
   el patrón sigue funcionando, pero con menor opacidad. */
@supports not ((mask-image: radial-gradient(#000, transparent)) or (-webkit-mask-image: radial-gradient(#000, transparent))) {
  .template-r36max2 .rtvm2-section--soft::before,
  .template-r36max2 .rtvm2-section--warm::before,
  .template-retrovi-max2-reviews .rtvm2-section--soft::before,
  .template-retrovi-max2-reviews .rtvm2-section--warm::before,
  .template-retrovi-max2-reviews .rtvm2-reviews-page::before {
    opacity: 0.58;
  }

  /* =====================================================
   RETROVI MAX 2 — PRIMERA IMPRESIÓN COMPACTA EN MÓVIL
   ===================================================== */

@media screen and (max-width: 749px) {
  .template-r36max2 .product-details h1,
  .template-r36max2 .product-details [class*='type-h1'] {
    margin: 0 !important;
    font-size: 27px !important;
    line-height: 1.03 !important;
    letter-spacing: -0.025em !important;
    text-wrap: balance;
  }

  .template-r36max2 .product-details > .group-block {
    gap: 9px !important;
  }

  .template-r36max2 .rtvm2-intro {
    gap: 8px !important;
  }

  .template-r36max2 .rtvm2-intro__benefits {
    gap: 7px !important;
  }

  .template-r36max2 .rtvm2-intro__benefits li {
    gap: 9px !important;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
  }

  .template-r36max2 .rtvm2-intro__check {
    flex-basis: 23px !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 13px !important;
  }

  .template-r36max2 .price {
    margin-block: 0 !important;
  }
}

/* Dejar espacio para el encabezado al subir a la imagen desde los colores */
.template-r36max2 media-gallery,
.template-r36max2 .product-media-gallery,
.template-r36max2 .product-media-container {
  scroll-margin-top: 155px !important;
}

@media screen and (max-width: 749px) {
  .template-r36max2 media-gallery,
  .template-r36max2 .product-media-gallery,
  .template-r36max2 .product-media-container {
    scroll-margin-top: 245px !important;
  }
}


