.elementor-812 .elementor-element.elementor-element-9bc2916{--display:flex;}.elementor-812 .elementor-element.elementor-element-d9f2a0c{--display:flex;}.elementor-812 .elementor-element.elementor-element-4c58ec6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e19dba7 *//*--- general ----*/
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 5.5rem);
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4.5rem);
  }
  .h1,
  h1 {
    font-size: calc(var(--font-heading-scale) * 3.25rem);
  }
  .h2,
  h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .h3,
  h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  .h5,
  h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
  .font-size--desktop-auto {
    font-size: calc(var(--font-size) * 1.15);
  }
}
.h6,
h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; }
body { font-family: 'Poppins', sans-serif; font-size: 1.5rem; color: #121212; background: #fff; line-height: 1.6; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

/* ─── VARIABLES ─── */
:root {
  --blue:   #6aa2d9;
  --green:  #16a34a;
  --red:    #dc2626;
  --gray:   #f3f3f3;
  --page:   1200px;
  --radius: 6px;
}

/* ─── LAYOUT ─── */
.page-width { max-width: var(--page); margin: 0 auto; padding: 0 2rem; }
.section { padding: 3.6rem 0; }
.center { text-align: center; }

/* ─── IMAGE PLACEHOLDER ─── */
.img-placeholder {
  background: linear-gradient(135deg, #e8f0f8, #c8ddf0);
  border: 2px dashed #a8c4e0;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5a8ab5;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  gap: .8rem;
  padding: 2rem;
}
.img-placeholder svg { opacity: .4; }

/* ════════════════════════════════════════
   1. PRODUCT HERO (gallery + info)
════════════════════════════════════════ */
.product-hero { padding: 2rem 0 3rem; }

.product__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 750px) {
  .product__grid { grid-template-columns: 1fr 1fr; gap: 5rem; height: 80vh; }
}

/* gallery — sin scroll */
.product__media-wrapper { overflow: hidden; height: 100%; }
.gallery__main { aspect-ratio: 1; border-radius: 10px; overflow: hidden; }
/* thumbnail slider */
.thumb-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
}
.thumb-slider__track {
  display: flex;
  gap: .6rem;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.gallery__thumb {
  flex: 0 0 calc(25% - .5rem);
  aspect-ratio: 1;
  border-radius: 5px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s;
}
.gallery__thumb.active,
.gallery__thumb:hover { border-color: var(--blue); }
.gallery__thumb .img-placeholder {
  width: 100%; height: 100%; font-size: .9rem; border: none; border-radius: 0;
}
.thumb-slider__btn {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  transition: background .2s;
}
.thumb-slider__btn:hover { background: var(--blue); color: #fff; }
.thumb-slider__btn:disabled { opacity: .35; cursor: default; }
.thumb-slider__btn svg { width: 10px; height: 10px; pointer-events: none; }

/* slider dots */
.slider-dots {
  display: flex; gap: .6rem; justify-content: center; margin-top: 1rem;
}
.slider-dots .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; padding: 0;
}
.slider-dots .dot.active { background: var(--blue); }

/* product info — con scroll */
.product__info { display: flex; flex-direction: column; gap: 1.6rem; overflow-y: auto; height: 100%; padding-right: .4rem; }

/* customer love badge */
.customer-love-badge {
  display: inline-flex;
  align-items: center;
  background: var(--blue);
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  gap: 6px;
  width: fit-content;
}
.customer-love-badge .avatars {
  display: flex; margin-left: 8px;
}
.customer-love-badge .avatar {
  width: 24px; height: 24px; border-radius: 50%; overflow: hidden;
  border: 2px solid #fff; margin-left: -6px;
  background: #c8ddf0;
}
.customer-love-badge .avatar img { width: 100%; height: 100%; object-fit: cover; }

/* title */
.product__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  color: #121212;
  background: #fff;
  line-height: 1.2;
}

/* benefits list */
.benefits-list { list-style: none; }
.benefits-list li {
  display: flex; align-items: flex-start; gap: 10px; margin: 8px 0;
  font-size: 1.3rem; line-height: 1.5;
}
.benefits-list .check {
  width: 20px; height: 20px; flex: 0 0 20px;
  border-radius: 50%; background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; margin-top: 2px;
}

/* review card */
.review-card {
  background: #eae9ec;
  border-radius: 12px;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.review-card__avatar {
  flex-shrink: 0; width: 70px; height: 70px; border-radius: 50%; overflow: hidden;
  border: 2px solid var(--blue); background: #c8ddf0;
}
.review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-card__name { font-size: 1.4rem; font-weight: 700; }
.review-card__stars {
  background: var(--blue); color: #fff; font-size: 1.1rem;
  padding: 2px 7px; border-radius: 4px;
}
.review-card__meta { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.review-card__text { font-size: 1.3rem; color: #333; line-height: 1.45; }

/* price */
.price-block { display: flex; align-items: baseline; gap: 1.2rem; flex-wrap: wrap; }
.price-current { font-size: 2.8rem; font-weight: 700; }
.price-compare { font-size: 1.7rem; color: #999; text-decoration: line-through; }
.price-badge {
  background: var(--red); color: #fff; font-size: 1.2rem; font-weight: 700;
  padding: .3rem .8rem; border-radius: 4px; display: flex; align-items: center; gap: 4px;
}

/* quantity breaks */
.quantity-breaks__title {
  font-size: 1.2rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: var(--red);
  background: #fef2f2; border: 1px solid #fecaca;
  border-radius: var(--radius) var(--radius) 0 0;
  text-align: center; padding: .9rem;
}
.quantity-breaks { display: flex; flex-direction: column; }
.quantity-break {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 1.6rem;
  border: 1.5px solid #e5e5e5; border-top: none;
  cursor: pointer; background: #fff; position: relative;
  transition: border-color .2s, background .2s;
}
.quantity-break:last-child { border-radius: 0 0 var(--radius) var(--radius); }
.quantity-break:hover,
.quantity-break.selected { border-color: var(--blue); background: #ebf3fc; }
.quantity-break__badge {
  position: absolute; top: 0; left: 1.6rem;
  background: var(--blue); color: #fff;
  font-size: 1.1rem; font-weight: 700;
  padding: .2rem .8rem; border-radius: 0 0 4px 4px;
}
.quantity-break__left { display: flex; flex-direction: column; gap: .3rem; padding-top: 1rem; }
.quantity-break__label { font-size: 1.4rem; font-weight: 600; }
.quantity-break__caption { font-size: 1.2rem; color: var(--green); font-weight: 600; }
.quantity-break__right { text-align: right; }
.quantity-break__price { font-size: 2rem; font-weight: 700; }
.quantity-break__compare { font-size: 1.3rem; color: #999; text-decoration: line-through; }

/* ATC button */
.atc-button {
  width: 100%; padding: 1.6rem;
  background: var(--blue); color: #fff; border: none; border-radius: var(--radius);
  font-family: 'Poppins', sans-serif; font-size: 1.7rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
  transition: background .2s, transform .1s;
}
.atc-button:hover { background: #5490c7; transform: translateY(-1px); }

/* placeholder for dynamic checkout */
.checkout-placeholder {
  border: 2px dashed #ccc; border-radius: var(--radius);
  padding: 1.4rem; text-align: center; color: #aaa;
  font-size: 1.3rem; background: #fafafa;
}

/* stock badge */
.stock-badge-wrapper { display: flex; justify-content: center; margin: .5rem 0; }
.stock-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .5rem 1.2rem; border-radius: 999px;
  background: #fff; box-shadow: 0 4px 16px rgba(22,163,74,.15);
  border: 1px solid rgba(22,163,74,.2);
  font-size: 1.3rem; font-weight: 600; color: var(--green);
}
.stock-badge__dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--green); position: relative;
  display: inline-flex; align-items: center; justify-content: center;
}
.stock-badge__ring {
  position: absolute; inset: 0; border-radius: 50%;
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(22,163,74,.45); }
  70%  { box-shadow: 0 0 0 10px rgba(22,163,74,0); }
  100% { box-shadow: 0 0 0 0 rgba(22,163,74,0); }
}

/* payment badges row */
.payment-badges { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; padding: .6rem 0; }
.payment-badge {
  width: 38px; height: 24px;
  background: #f5f5f5; border: 1px solid rgba(0,0,0,.07); border-radius: 3px;
}

/* icon benefits row */
.benefits-row {
  display: flex; justify-content: center; gap: 3.2rem;
  flex-wrap: wrap; text-align: center; margin-top: 1.6rem;
}
.benefit-item { display: flex; flex-direction: column; align-items: center; max-width: 120px; }
.benefit-icon {
  background: var(--blue); color: #fff;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: .8rem;
}
.benefit-text { font-size: 1.25rem; font-weight: 500; line-height: 1.4; color: #1a1a1a; }

/* image inline in product info column */
.product-info__image { margin: 1.6rem 0; }

/* ════════════════════════════════════════
   2. RICH TEXT / BENEFITS BLOCK
════════════════════════════════════════ */
.rich-text { text-align: center; padding: 3.6rem 0; }
.rich-text h2 { font-size: 2.6rem; font-weight: 700; margin-bottom: 1.4rem; line-height: 1.25; }
@media (min-width: 750px) { .rich-text h2 { font-size: 3.2rem; } }
.rich-text h4 { font-size: 1.55rem; font-weight: 500; margin-bottom: .6rem; line-height: 1.6; }

/* ════════════════════════════════════════
   3. IMAGE WITH TEXT
════════════════════════════════════════ */
.image-with-text { padding: 3.6rem 0; }
.image-with-text__grid {
  display: grid; grid-template-columns: 1fr; gap: 3.6rem; align-items: center;
}
@media (min-width: 750px) {
  .image-with-text__grid { grid-template-columns: 1fr 1fr; }
  .image-with-text__grid--reverse .image-with-text__media { order: 2; }
  .image-with-text__grid--reverse .image-with-text__text  { order: 1; }
}
.image-with-text__media .img-placeholder { aspect-ratio: 1; }
.image-with-text__text h2 { font-size: 2.4rem; font-weight: 700; margin-bottom: 1.2rem; line-height: 1.25; }
@media (min-width: 750px) { .image-with-text__text h2 { font-size: 2.8rem; } }
.image-with-text__text h4 { font-size: 1.5rem; font-weight: 500; margin-bottom: .6rem; line-height: 1.6; }

/* ════════════════════════════════════════
   4. COMPARISON TABLE
════════════════════════════════════════ */
.comparison-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comparison-table { width: 100%; border-collapse: collapse; font-size: 1.4rem; min-width: 320px; }
.comparison-table th {
  padding: 1rem 1.2rem; font-size: 1.2rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; word-break: break-word;
}
.comparison-table th:nth-child(2) {
  background: var(--blue); color: #fff; border-radius: 8px 8px 0 0;
}
.comparison-table th:nth-child(3) { color: #999; }
.comparison-table td {
  padding: 1rem 1.2rem; border-bottom: 1px solid #efefef; text-align: center;
  word-break: break-word;
}
.comparison-table td:first-child { text-align: left; font-weight: 600; }
.comparison-table td:nth-child(2) { background: rgba(106,162,217,.07); }

/* columnas: feature 50%, con/sin 25% cada una */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) { width: 50%; }
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) { width: 25%; }

@media (max-width: 480px) {
  .comparison-table { font-size: 1.2rem; }
  .comparison-table th,
  .comparison-table td { padding: .8rem .8rem; }
}

.check-cell { color: var(--blue); font-size: 2rem; }
.x-cell { color: var(--red); font-size: 2rem; font-weight: 700; }

/* checkmark SVG */
.comparison-table__checkmark { width: 20px; height: 20px; }
.comparison-table__x {
  position: relative; width: 20px; height: 20px; margin: 0 auto;
}
.comparison-table__x span {
  position: absolute; top: 50%; left: 0;
  width: 100%; height: 2px; background: var(--red); border-radius: 2px;
}
.comparison-table__x span:first-child { transform: translateY(-50%) rotate(45deg); }
.comparison-table__x span:last-child  { transform: translateY(-50%) rotate(-45deg); }

/* ════════════════════════════════════════
   5. TESTIMONIALS
════════════════════════════════════════ */
.testimonials-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media (min-width: 750px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  background: #fff; border: 1px solid #e5e5e5; border-radius: 12px;
  padding: 2.4rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.testimonial-card__stars { color: #ffd700; font-size: 1.8rem; }
.testimonial-card__quotes { color: var(--blue); font-size: 3.2rem; opacity: .4; line-height: 1; }
.testimonial-card__text { font-size: 1.45rem; font-weight: 600; line-height: 1.6; flex: 1; }
.testimonial-card__author-container { display: flex; align-items: center; gap: 1rem; }
.testimonial-card__avatar {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
  background: #c8ddf0; flex-shrink: 0;
}
.testimonial-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-card__author { font-weight: 700; font-size: 1.4rem; }

/* ════════════════════════════════════════
   6. ICON BAR
════════════════════════════════════════ */
.icon-bar {
  display: grid; grid-template-columns: 1fr; gap: 1.6rem;
}
@media (min-width: 750px) { .icon-bar--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 750px) { .icon-bar--4 { grid-template-columns: repeat(4, 1fr); } }

.icon-bar-card {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 2.4rem; gap: 1rem;
  background: #fff; border: 1px solid #e5e5e5; border-radius: 12px;
}
.icon-bar-card__icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(106,162,217,.14);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
}
.icon-bar-card h3 { font-size: 1.55rem; font-weight: 700; }
.icon-bar-card h4,
.icon-bar-card p { font-size: 1.35rem; color: #555; }

/* ════════════════════════════════════════
   7. FAQ COLLAPSIBLE
════════════════════════════════════════ */
.faq-section { background: var(--gray); padding: 3.6rem 0; }
.faq-section h2 { font-size: 2.8rem; font-weight: 700; text-align: center; margin-bottom: 2.4rem; }
.accordion { border-bottom: 1px solid #ddd; }
.accordion details summary {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.4rem 0; cursor: pointer; list-style: none;
  font-size: 1.5rem; font-weight: 600;
}
.accordion details summary::-webkit-details-marker { display: none; }
.accordion details summary .icon-caret { transition: transform .25s; flex-shrink: 0; }
.accordion details[open] summary .icon-caret { transform: rotate(180deg); }
.accordion .accordion__content { padding-bottom: 1.4rem; }
.accordion .accordion__content h4 { font-size: 1.45rem; font-weight: 400; line-height: 1.7; }

/* ════════════════════════════════════════
   8. GUARANTEE
════════════════════════════════════════ */
.guarantee { text-align: center; padding: 3.6rem 0; }
.guarantee h2 { font-size: 2.8rem; font-weight: 700; margin-bottom: 1.2rem; }
.guarantee h4 { font-size: 1.6rem; font-weight: 500; margin-bottom: .5rem; line-height: 1.6; }

/* utils */
.h1 { font-size: 2.4rem; font-weight: 700; line-height: 1.25; }
.h4 { font-size: 1.5rem; }
svg.icon-caret { width: 16px; height: 16px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef22d11 *//*--- general ----*/
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 5.5rem);
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4.5rem);
  }
  .h1,
  h1 {
    font-size: calc(var(--font-heading-scale) * 3.25rem);
  }
  .h2,
  h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .h3,
  h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  .h5,
  h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
  .font-size--desktop-auto {
    font-size: calc(var(--font-size) * 1.15);
  }
}
.h6,
h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; }
body { font-family: 'Poppins', sans-serif; font-size: 1.5rem; color: #121212; background: #fff; line-height: 1.6; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

/* ─── VARIABLES ─── */
:root {
  --blue:   #6aa2d9;
  --green:  #16a34a;
  --red:    #dc2626;
  --gray:   #f3f3f3;
  --page:   1200px;
  --radius: 6px;
}

/* ─── LAYOUT ─── */
.page-width { max-width: var(--page); margin: 0 auto; padding: 0 2rem; }
.section { padding: 3.6rem 0; }
.center { text-align: center; }

/* ─── IMAGE PLACEHOLDER ─── */
.img-placeholder {
  background: linear-gradient(135deg, #e8f0f8, #c8ddf0);
  border: 2px dashed #a8c4e0;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5a8ab5;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  gap: .8rem;
  padding: 2rem;
}
.img-placeholder svg { opacity: .4; }

/* ════════════════════════════════════════
   1. PRODUCT HERO (gallery + info)
════════════════════════════════════════ */
.product-hero { padding: 2rem 0 3rem; }

.product__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 750px) {
  .product__grid { grid-template-columns: 1fr 1fr; gap: 5rem; height: 80vh; }
}

/* gallery — sin scroll */
.product__media-wrapper { overflow: hidden; height: 100%; }
.gallery__main { aspect-ratio: 1; border-radius: 10px; overflow: hidden; }
/* thumbnail slider */
.thumb-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
}
.thumb-slider__track {
  display: flex;
  gap: .6rem;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.gallery__thumb {
  flex: 0 0 calc(25% - .5rem);
  aspect-ratio: 1;
  border-radius: 5px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s;
}
.gallery__thumb.active,
.gallery__thumb:hover { border-color: var(--blue); }
.gallery__thumb .img-placeholder {
  width: 100%; height: 100%; font-size: .9rem; border: none; border-radius: 0;
}
.thumb-slider__btn {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  transition: background .2s;
}
.thumb-slider__btn:hover { background: var(--blue); color: #fff; }
.thumb-slider__btn:disabled { opacity: .35; cursor: default; }
.thumb-slider__btn svg { width: 10px; height: 10px; pointer-events: none; }

/* slider dots */
.slider-dots {
  display: flex; gap: .6rem; justify-content: center; margin-top: 1rem;
}
.slider-dots .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; padding: 0;
}
.slider-dots .dot.active { background: var(--blue); }

/* product info — con scroll */
.product__info { display: flex; flex-direction: column; gap: 1.6rem; overflow-y: auto; height: 100%; padding-right: .4rem; }

/* customer love badge */
.customer-love-badge {
  display: inline-flex;
  align-items: center;
  background: var(--blue);
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  gap: 6px;
  width: fit-content;
}
.customer-love-badge .avatars {
  display: flex; margin-left: 8px;
}
.customer-love-badge .avatar {
  width: 24px; height: 24px; border-radius: 50%; overflow: hidden;
  border: 2px solid #fff; margin-left: -6px;
  background: #c8ddf0;
}
.customer-love-badge .avatar img { width: 100%; height: 100%; object-fit: cover; }

/* title */

/* benefits list */
.benefits-list { list-style: none; }
.benefits-list li {
  display: flex; align-items: flex-start; gap: 10px; margin: 8px 0;
  font-size: 1.45rem; line-height: 1.5;
}
.benefits-list .check {
  width: 20px; height: 20px; flex: 0 0 20px;
  border-radius: 50%; background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; margin-top: 2px;
}

/* review card */
.review-card {
  background: #eae9ec;
  border-radius: 12px;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.review-card__avatar {
  flex-shrink: 0; width: 70px; height: 70px; border-radius: 50%; overflow: hidden;
  border: 2px solid var(--blue); background: #c8ddf0;
}
.review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-card__name { font-size: 1.4rem; font-weight: 700; }
.review-card__stars {
  background: var(--blue); color: #fff; font-size: 1.1rem;
  padding: 2px 7px; border-radius: 4px;
}
.review-card__meta { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.review-card__text { font-size: 1.3rem; color: #333; line-height: 1.45; }

/* price */
.price-block { display: flex; align-items: baseline; gap: 1.2rem; flex-wrap: wrap; }
.price-current { font-size: 2.8rem; font-weight: 700; }
.price-compare { font-size: 1.7rem; color: #999; text-decoration: line-through; }
.price-badge {
  background: var(--red); color: #fff; font-size: 1.2rem; font-weight: 700;
  padding: .3rem .8rem; border-radius: 4px; display: flex; align-items: center; gap: 4px;
}

/* quantity breaks */
.quantity-breaks__title {
  font-size: 1.2rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: var(--red);
  background: #fef2f2; border: 1px solid #fecaca;
  border-radius: var(--radius) var(--radius) 0 0;
  text-align: center; padding: .9rem;
}
.quantity-breaks { display: flex; flex-direction: column; }
.quantity-break {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 1.6rem;
  border: 1.5px solid #e5e5e5; border-top: none;
  cursor: pointer; background: #fff; position: relative;
  transition: border-color .2s, background .2s;
}
.quantity-break:last-child { border-radius: 0 0 var(--radius) var(--radius); }
.quantity-break:hover,
.quantity-break.selected { border-color: var(--blue); background: #ebf3fc; }
.quantity-break__badge {
  position: absolute; top: 0; left: 1.6rem;
  background: var(--blue); color: #fff;
  font-size: 1.1rem; font-weight: 700;
  padding: .2rem .8rem; border-radius: 0 0 4px 4px;
}
.quantity-break__left { display: flex; flex-direction: column; gap: .3rem; padding-top: 1rem; }
.quantity-break__label { font-size: 1.4rem; font-weight: 600; }
.quantity-break__caption { font-size: 1.2rem; color: var(--green); font-weight: 600; }
.quantity-break__right { text-align: right; }
.quantity-break__price { font-size: 2rem; font-weight: 700; }
.quantity-break__compare { font-size: 1.3rem; color: #999; text-decoration: line-through; }

/* ATC button */
.atc-button {
  width: 100%; padding: 1.6rem;
  background: var(--blue); color: #fff; border: none; border-radius: var(--radius);
  font-family: 'Poppins', sans-serif; font-size: 1.7rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
  transition: background .2s, transform .1s;
}
.atc-button:hover { background: #5490c7; transform: translateY(-1px); }

/* placeholder for dynamic checkout */
.checkout-placeholder {
  border: 2px dashed #ccc; border-radius: var(--radius);
  padding: 1.4rem; text-align: center; color: #aaa;
  font-size: 1.3rem; background: #fafafa;
}

/* stock badge */
.stock-badge-wrapper { display: flex; justify-content: center; margin: .5rem 0; }
.stock-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .5rem 1.2rem; border-radius: 999px;
  background: #fff; box-shadow: 0 4px 16px rgba(22,163,74,.15);
  border: 1px solid rgba(22,163,74,.2);
  font-size: 1.3rem; font-weight: 600; color: var(--green);
}
.stock-badge__dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--green); position: relative;
  display: inline-flex; align-items: center; justify-content: center;
}
.stock-badge__ring {
  position: absolute; inset: 0; border-radius: 50%;
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(22,163,74,.45); }
  70%  { box-shadow: 0 0 0 10px rgba(22,163,74,0); }
  100% { box-shadow: 0 0 0 0 rgba(22,163,74,0); }
}

/* payment badges row */
.payment-badges { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; padding: .6rem 0; }
.payment-badge {
  width: 38px; height: 24px;
  background: #f5f5f5; border: 1px solid rgba(0,0,0,.07); border-radius: 3px;
}

/* icon benefits row */
.benefits-row {
  display: flex; justify-content: center; gap: 3.2rem;
  flex-wrap: wrap; text-align: center; margin-top: 1.6rem;
}
.benefit-item { display: flex; flex-direction: column; align-items: center; max-width: 120px; }
.benefit-icon {
  background: var(--blue); color: #fff;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: .8rem;
}
.benefit-text { font-size: 1.25rem; font-weight: 500; line-height: 1.4; color: #1a1a1a; }

/* image inline in product info column */
.product-info__image { margin: 1.6rem 0; }

/* ════════════════════════════════════════
   2. RICH TEXT / BENEFITS BLOCK
════════════════════════════════════════ */
.rich-text { text-align: center; padding: 3.6rem 0; }
.rich-text h2 { font-size: 2.6rem; font-weight: 700; margin-bottom: 1.4rem; line-height: 1.25; }
@media (min-width: 750px) { .rich-text h2 { font-size: 3.2rem; } }
.rich-text h4 { font-size: 1.55rem; font-weight: 500; margin-bottom: .6rem; line-height: 1.6; }

/* ════════════════════════════════════════
   3. IMAGE WITH TEXT
════════════════════════════════════════ */
.image-with-text { padding: 3.6rem 0; }
.image-with-text__grid {
  display: grid; grid-template-columns: 1fr; gap: 3.6rem; align-items: center;
}
@media (min-width: 750px) {
  .image-with-text__grid { grid-template-columns: 1fr 1fr; }
  .image-with-text__grid--reverse .image-with-text__media { order: 2; }
  .image-with-text__grid--reverse .image-with-text__text  { order: 1; }
}
.image-with-text__media .img-placeholder { aspect-ratio: 1; }
.image-with-text__text h2 { font-size: 2.4rem; font-weight: 700; margin-bottom: 1.2rem; line-height: 1.25; }
@media (min-width: 750px) { .image-with-text__text h2 { font-size: 2.8rem; } }
.image-with-text__text h4 { font-size: 1.5rem; font-weight: 500; margin-bottom: .6rem; line-height: 1.6; }

/* ════════════════════════════════════════
   4. COMPARISON TABLE
════════════════════════════════════════ */
.comparison-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comparison-table { width: 100%; border-collapse: collapse; font-size: 1.4rem; min-width: 320px; }
.comparison-table th {
  padding: 1rem 1.2rem; font-size: 1.2rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; word-break: break-word;
}
.comparison-table th:nth-child(2) {
  background: var(--blue); color: #fff; border-radius: 8px 8px 0 0;
}
.comparison-table th:nth-child(3) { color: #999; }
.comparison-table td {
  padding: 1rem 1.2rem; border-bottom: 1px solid #efefef; text-align: center;
  word-break: break-word;
}
.comparison-table td:first-child { text-align: left; font-weight: 600; }
.comparison-table td:nth-child(2) { background: rgba(106,162,217,.07); }

/* columnas: feature 50%, con/sin 25% cada una */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) { width: 50%; }
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) { width: 25%; }

@media (max-width: 480px) {
  .comparison-table { font-size: 1.2rem; }
  .comparison-table th,
  .comparison-table td { padding: .8rem .8rem; }
}

.check-cell { color: var(--blue); font-size: 2rem; }
.x-cell { color: var(--red); font-size: 2rem; font-weight: 700; }

/* checkmark SVG */
.comparison-table__checkmark { width: 20px; height: 20px; }
.comparison-table__x {
  position: relative; width: 20px; height: 20px; margin: 0 auto;
}
.comparison-table__x span {
  position: absolute; top: 50%; left: 0;
  width: 100%; height: 2px; background: var(--red); border-radius: 2px;
}
.comparison-table__x span:first-child { transform: translateY(-50%) rotate(45deg); }
.comparison-table__x span:last-child  { transform: translateY(-50%) rotate(-45deg); }

/* ════════════════════════════════════════
   5. TESTIMONIALS
════════════════════════════════════════ */
.testimonials-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media (min-width: 750px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  background: #fff; border: 1px solid #e5e5e5; border-radius: 12px;
  padding: 2.4rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.testimonial-card__stars { color: #ffd700; font-size: 1.8rem; }
.testimonial-card__quotes { color: var(--blue); font-size: 3.2rem; opacity: .4; line-height: 1; }
.testimonial-card__text { font-size: 1.45rem; font-weight: 600; line-height: 1.6; flex: 1; }
.testimonial-card__author-container { display: flex; align-items: center; gap: 1rem; }
.testimonial-card__avatar {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
  background: #c8ddf0; flex-shrink: 0;
}
.testimonial-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-card__author { font-weight: 700; font-size: 1.4rem; }

/* ════════════════════════════════════════
   6. ICON BAR
════════════════════════════════════════ */
.icon-bar {
  display: grid; grid-template-columns: 1fr; gap: 1.6rem;
}
@media (min-width: 750px) { .icon-bar--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 750px) { .icon-bar--4 { grid-template-columns: repeat(4, 1fr); } }

.icon-bar-card {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 2.4rem; gap: 1rem;
  background: #fff; border: 1px solid #e5e5e5; border-radius: 12px;
}
.icon-bar-card__icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(106,162,217,.14);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
}
.icon-bar-card h3 { font-size: 1.55rem; font-weight: 700; }
.icon-bar-card h4,
.icon-bar-card p { font-size: 1.35rem; color: #555; }

/* ════════════════════════════════════════
   7. FAQ COLLAPSIBLE
════════════════════════════════════════ */
.faq-section { background: var(--gray); padding: 3.6rem 0; }
.faq-section h2 { font-size: 2.8rem; font-weight: 700; text-align: center; margin-bottom: 2.4rem; }
.accordion { border-bottom: 1px solid #ddd; }
.accordion details summary {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.4rem 0; cursor: pointer; list-style: none;
  font-size: 1.5rem; font-weight: 600;
}
.accordion details summary::-webkit-details-marker { display: none; }
.accordion details summary .icon-caret { transition: transform .25s; flex-shrink: 0; }
.accordion details[open] summary .icon-caret { transform: rotate(180deg); }
.accordion .accordion__content { padding-bottom: 1.4rem; }
.accordion .accordion__content h4 { font-size: 1.45rem; font-weight: 400; line-height: 1.7; }

/* ════════════════════════════════════════
   8. GUARANTEE
════════════════════════════════════════ */
.guarantee { text-align: center; padding: 3.6rem 0; }
.guarantee h2 { font-size: 2.8rem; font-weight: 700; margin-bottom: 1.2rem; }
.guarantee h4 { font-size: 1.6rem; font-weight: 500; margin-bottom: .5rem; line-height: 1.6; }

/* utils */
.h1 { font-size: 2.4rem; font-weight: 700; line-height: 1.25; }
.h4 { font-size: 1.5rem; }
svg.icon-caret { width: 16px; height: 16px; }/* End custom CSS */