/** Shopify CDN: Minification failed

Line 136:0 Unexpected "500"
Line 136:35 Unterminated string token
Line 379:0 Unexpected "600"
Line 379:23 Unterminated string token
Line 483:0 Unexpected "500"
Line 483:35 Unterminated string token
Line 540:0 Unexpected "500"
Line 540:35 Unterminated string token
Line 591:0 Unexpected "500"
Line 591:35 Unterminated string token
... and 12 more hidden warnings

**/
/* BioVilatis MX · Shilajit Ultra Fly New · CSS diferido y cacheable */

    .bvp-header-module,
    .bvp-header-module * {
      box-sizing: border-box;
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .bvp-header-module {
      width: min(100%, 420px);
      margin: 0 auto 20px;
      padding: 0 16px;
      -webkit-font-smoothing: antialiased;
    }

    .bvp-eyebrow {
      margin: 0 0 6px;
      color: #375b63;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.16em;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-header-module h1 {
      margin: 0;
      color: #1a2024;
      font-size: clamp(24px, 7vw, 32px);
      font-weight: 800;
      letter-spacing: -0.04em;
      line-height: 1.1;
    }

    .bvp-rating {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 10px;
      color: #1a2024;
      font-size: 13px;
    }

    .bvp-stars {
      display: inline-flex;
      gap: 2px;
      color: #d4a574;
    }

    .bvp-stars svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
    }
    
    .bvp-rating-text {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .bvp-rating-text strong {
      font-weight: 700;
    }

    .bvp-rating-separator {
      color: #c0cdd0;
    }

    .bvp-review-link {
      color: #5e6d72;
      text-decoration: none;
      border-bottom: 1px dashed #c0cdd0;
      transition: color 0.2s ease;
    }

    .bvp-benefits-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 20px;
    }

    .bvp-grid-item {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      background: #fcfdfd;
      border-radius: 8px;
      border: 1px solid #e3ebe8;
    }

    .bvp-grid-icon {
      display: grid;
      place-items: center;
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      color: #375b63;
    }

    .bvp-grid-icon svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .bvp-grid-text {
      color: #1a2024;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
    }

500;600;700;800;900&display=swap');

    .bvp-offers,
    .bvp-offers * {
      box-sizing: border-box;
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .bvp-offers {
      width: min(100%, 420px);
      margin: 16px auto; /* Reducido para acercarse al CTA */
      padding: 0 16px;
      color: #1a2024;
      -webkit-font-smoothing: antialiased;
    }

    .bvp-offers__heading {
      margin: 0 0 16px; /* Reducido de 20px a 16px */
      text-align: center;
    }

    .bvp-offers__heading p {
      margin: 0 0 4px;
      color: #5e6d72;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.14em;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-offers__heading h2 {
      margin: 0;
      color: #1a2024;
      font-size: clamp(20px, 5.5vw, 24px);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .bvp-offers__list {
      display: grid;
      gap: 14px; /* Reducido de 18px para compactar la lista */
    }

    /* GRID REFACTORIZADO Y COMPACTADO */
    .bvp-offer {
      position: relative;
      display: grid;
      grid-template-columns: 20px 56px 1fr auto; /* Iconos e imágenes ligeramente más pequeños */
      align-items: center;
      gap: 10px; /* Reducido de 12px */
      width: 100%;
      /* min-height eliminado para evitar espacios muertos */
      padding: 14px 12px; /* Padding ajustado */
      border: 1.5px solid #e3ebe8;
      border-radius: 12px;
      background: #ffffff;
      cursor: pointer;
      text-align: left;
      transition: border-color 0.2s ease, background-color 0.2s ease;
      -webkit-tap-highlight-color: transparent;
    }

    .bvp-offer:hover {
      border-color: #b9d1d5;
    }

    .bvp-offer.is-selected {
      border-color: #375b63;
      background: #f4f7f6;
    }

    .bvp-offer:focus-visible {
      outline: 2px solid #375b63;
      outline-offset: 2px;
      border-radius: 12px;
    }

    /* Selector de Radio */
    .bvp-offer__radio {
      display: grid;
      width: 20px;
      height: 20px;
      place-items: center;
      border: 2px solid #c0cdd0;
      border-radius: 50%;
      background: #ffffff;
      transition: border-color 0.2s ease;
    }

    .bvp-offer.is-selected .bvp-offer__radio {
      border-color: #375b63;
    }

    .bvp-offer__radio span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: transparent;
      transition: background-color 0.2s ease;
    }

    .bvp-offer.is-selected .bvp-offer__radio span {
      background: #375b63;
    }

    /* Imagen Compactada */
    .bvp-offer__image {
      display: grid;
      width: 56px;
      height: 56px;
      place-items: center;
      background: #ffffff;
      border-radius: 8px;
      mix-blend-mode: multiply;
    }

    .bvp-offer__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* Columna Izquierda: Título y Unidad */
    .bvp-offer__details {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 2px;
      min-width: 0;
    }

    .bvp-offer__title {
      display: flex;
      flex-direction: column;
    }

    .bvp-offer__title strong {
      color: #1a2024;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.1;
    }

    .bvp-offer__title span {
      color: #5e6d72;
      font-size: 11px;
      font-weight: 500;
      margin-top: 2px;
    }

    .bvp-offer__unit-price {
      color: #5e6d72;
      font-size: 11px;
      font-weight: 600;
    }

    /* Columna Derecha: Anclaje estricto de precios */
    .bvp-offer__pricing {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      text-align: right;
    }

    .bvp-offer__pricing del {
      color: #8c9fa3;
      font-size: 11px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 2px;
    }

    .bvp-offer__pricing b {
      color: #2b8a44;
      font-size: 18px; /* Ligeramente reducido para compactar */
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .bvp-offer__save {
      color: #2b8a44;
      font-size: 11px;
      font-weight: 700;
      margin-top: 4px;
    }

    /* Insignias Flotantes reajustadas al nuevo Grid */
    .bvp-offer__badge {
      position: absolute;
      top: -9px;
      right: 12px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      height: 18px;
      padding: 0 6px;
      border-radius: 4px;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 1;
      pointer-events: none;
      box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    }

    .bvp-offer__badge--discount {
      background: #4e6064;
      color: #ffffff;
    }

    .bvp-offer__badge--popular {
      background: #375b63;
      color: #ffffff;
    }

    .bvp-offer__badge--saving {
      background: #d4a574;
      color: #1a2024;
    }

    @media (max-width: 380px) {
      .bvp-offers { padding: 0 12px; }
      .bvp-offer {
        grid-template-columns: 18px 48px 1fr auto;
        gap: 8px;
        padding: 12px 10px;
      }
      .bvp-offer__image { width: 48px; height: 48px; }
      .bvp-offer__pricing b { font-size: 16px; }
      .bvp-offer__title strong { font-size: 13px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .bvp-offer, .bvp-offer__radio, .bvp-offer__radio span { transition: none; }
    }

600;700&display=swap');

  .bvp-trust-module,
  .bvp-trust-module * {
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .bvp-trust-module {
    width: min(100%, 420px);
    margin: 0 auto;
    padding: 0 16px 16px;
    border-top: 1px solid #e3ebe8;
  }

  .bvp-trust-item {
    overflow: hidden;
    border-bottom: 1px solid #e3ebe8;
  }

  .bvp-trust-item summary {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 10px 2px;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
  }

  .bvp-trust-item summary::-webkit-details-marker {
    display: none;
  }

  .bvp-trust-item summary:focus-visible {
    outline: 2px solid #375b63;
    outline-offset: -2px;
  }

  .bvp-trust-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    background: #f4f7f6;
    border: 1px solid #e3ebe8;
    border-radius: 50%;
    color: #375b63;
  }

  .bvp-trust-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .bvp-trust-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .bvp-trust-copy strong {
    color: #1a2024;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
  }

  .bvp-trust-copy small {
    color: #5e6d72;
    font-size: 12px;
    line-height: 1.1;
  }

  .bvp-trust-chevron {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 2px solid #5e6d72;
    border-bottom: 2px solid #5e6d72;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .bvp-trust-item[open] .bvp-trust-chevron {
    transform: rotate(225deg) translate(-1px, -1px);
    border-color: #375b63;
  }

  .bvp-trust-item p {
    margin: 0;
    padding: 0 10px 16px 48px;
    color: #4e6064;
    font-size: 13px;
    line-height: 1.5;
  }

500;600;700;800;900&display=swap');

    .bv-featured-reviews, .bv-featured-reviews * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
    .bv-featured-reviews { width: min(100%, 420px); margin: 24px auto; padding: 0 16px; color: #1a2024; -webkit-font-smoothing: antialiased; }

    .bv-featured-reviews__heading { margin-bottom: 20px; text-align: center; }
    .bv-featured-reviews__heading p { margin: 0 0 4px; color: #5e6d72; font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
    .bv-featured-reviews__heading h2 { margin: 0; color: #1a2024; font-size: clamp(22px, 6.5vw, 26px); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
    .bv-featured-reviews__heading > span { display: block; margin-top: 6px; color: #5e6d72; font-size: 12px; font-weight: 500; }

    .bv-featured-reviews__viewport { overflow: hidden; width: calc(100% + 16px); margin-left: -8px; padding: 4px 0 16px; }
    .bv-featured-reviews__track { display: flex; gap: 16px; width: max-content; transform: translate3d(0, 0, 0); transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }

    /* Tarjeta Grande con Sangría */
    .bv-featured-review {
      display: flex;
      flex-direction: column;
      flex: 0 0 310px;
      width: 310px;
      max-width: 85vw;
      border: 1px solid #e3ebe8;
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 4px 16px rgba(0,0,0,0.04);
      overflow: hidden; /* Corta la imagen a la curva del borde */
    }

    .bv-featured-review__media { width: 100%; height: 250px; background: #f4f7f6; overflow: hidden; border-bottom: 1px solid #e3ebe8; }
    .bv-featured-review__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

    .bv-featured-review__content { display: flex; flex-direction: column; gap: 14px; padding: 20px; flex-grow: 1; }

    .bv-featured-review__meta-top { display: flex; align-items: center; justify-content: space-between; }
    .bv-featured-review__stars { display: inline-flex; gap: 2px; color: #d4a574; } /* Estrellas Doradas/Amarillas */
    .bv-featured-review__stars svg { width: 16px; height: 16px; fill: transparent; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
    .bv-featured-review__stars svg.is-filled { fill: currentColor; }

    .bv-featured-review__badge { color: #2b8a44; font-size: 11px; font-weight: 700; background: #ebf4ee; padding: 4px 8px; border-radius: 6px; }

    .bv-featured-review blockquote { margin: 0; color: #1a2024; font-size: 14px; font-weight: 500; line-height: 1.5; }

    .bv-featured-review footer { display: flex; flex-direction: column; gap: 2px; margin-top: 10px; padding-top: 14px; border-top: 1px solid #e3ebe8; }
    .bv-featured-review footer strong { color: #1a2024; font-size: 13px; font-weight: 800; }
    .bv-featured-review footer span { color: #5e6d72; font-size: 11px; font-weight: 500; }

    /* Controles */
    .bv-featured-reviews__controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 8px; }
    .bv-featured-reviews__controls button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #e3ebe8; border-radius: 50%; background: #ffffff; color: #375b63; cursor: pointer; font-size: 22px; transition: background .2s; }
    .bv-featured-reviews__controls button:hover { background: #f4f7f6; }

    .bv-featured-reviews__dots { display: flex; gap: 6px; }
    .bv-featured-reviews__dots span { width: 6px; height: 6px; border-radius: 50%; background: #c0cdd0; transition: width .2s ease, background-color .2s ease; }
    .bv-featured-reviews__dots span.is-active { width: 20px; border-radius: 999px; background: #375b63; }

    @media (max-width: 360px) { .bv-featured-reviews { padding: 0 12px; } .bv-featured-review { flex-basis: 280px; width: 280px; } .bv-featured-review__media { height: 220px; } }
    @media (prefers-reduced-motion: reduce) { .bv-featured-reviews__track, .bv-featured-reviews__dots span { transition: none; } }

500;600;700;800;900&display=swap');

  .bvhimalaya-copy, .bvhimalaya-copy * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

  .bvhimalaya-copy {
    width: min(100%, 420px);
    margin: 24px auto;
    padding: 0 16px;
    color: #1a2024;
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }

  .bvhimalaya-copy h2 {
    margin: 0 0 16px;
    color: #1a2024;
    font-size: clamp(24px, 7vw, 30px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
  }

  .bvhimalaya-copy p {
    margin: 0 0 16px;
    color: #4e6064;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
  }

  .bvhimalaya-copy strong { color: #1a2024; font-weight: 800; }

  .bv-final-callout {
    display: inline-block;
    margin-top: 8px !important;
    padding: 12px 16px;
    background: #f4f7f6;
    border-radius: 12px;
    color: #2b8a44 !important; /* Acento verde orgánico */
    font-weight: 700 !important;
    font-size: 14px !important;
  }

  /* Animación Scroll Reveal inalterada */
  [data-bv-scroll-reveal] { opacity: 1; transform: none; }
  [data-bv-scroll-reveal].bv-scroll-pending { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .5s ease, transform .5s ease; }
  [data-bv-scroll-reveal].bv-scroll-visible { opacity: 1; transform: translate3d(0, 0, 0); }

  @media (max-width: 360px) { .bvhimalaya-copy { padding: 0 12px; } .bvhimalaya-copy p { font-size: 14px; } }
  @media (prefers-reduced-motion: reduce) { [data-bv-scroll-reveal], [data-bv-scroll-reveal].bv-scroll-pending { opacity: 1; transform: none; transition: none; } }

500;600;700;800;900&display=swap');

  .bv-formula-module, .bv-formula-module * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

  .bv-formula-module {
    width: min(100%, 420px);
    margin: 24px auto;
    padding: 0 16px;
    color: #1a2024;
    -webkit-font-smoothing: antialiased;
  }

  .bv-formula-module h2 { margin: 0 0 16px; color: #1a2024; font-size: clamp(24px, 7vw, 30px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; text-align: center; }
  .bv-formula-module p { margin: 0 0 16px; color: #4e6064; font-size: 14px; font-weight: 500; line-height: 1.5; text-align: center; }
  .bv-formula-module strong { color: #1a2024; font-weight: 800; }

  /* Módulo de Resumen Rápido (Facts) */
  .bv-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }
  .bv-facts-grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    background: #f4f7f6;
    border-radius: 12px;
    text-align: center;
  }
  .bv-facts-grid strong { color: #375b63; font-size: 24px; font-weight: 900; line-height: 1; }
  .bv-facts-grid span { color: #1a2024; font-size: 12px; font-weight: 800; margin-top: 4px; }
  .bv-facts-grid small { color: #5e6d72; font-size: 10px; font-weight: 600; line-height: 1.2; margin-top: 2px; }

  /* Lista de Beneficios (Reemplaza a la tabla rígida antigua) */
  .bv-benefits-list { display: grid; gap: 8px; margin-bottom: 24px; }
  .bv-benefit-item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: #fcfdfd; border: 1px solid #e3ebe8; border-radius: 12px; }
  .bv-benefit-emoji { display: grid; place-items: center; width: 32px; height: 32px; background: #f4f7f6; border-radius: 50%; font-size: 16px; flex-shrink: 0; }
  .bv-benefit-text { display: flex; flex-direction: column; gap: 2px; }
  .bv-benefit-text strong { font-size: 14px; color: #1a2024; }
  .bv-benefit-text span { font-size: 12px; color: #5e6d72; font-weight: 500; line-height: 1.2; }

  /* Acordeón de Nutrición */
  .bv-nutrition { overflow: hidden; border: 1px solid #e3ebe8; border-radius: 12px; background: #ffffff; }
  .bv-nutrition summary { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; cursor: pointer; list-style: none; -webkit-tap-highlight-color: transparent; }
  .bv-nutrition summary::-webkit-details-marker { display: none; }
  .bv-nutrition summary:focus-visible { outline: 2px solid #375b63; outline-offset: -2px; }
  .bv-nutrition summary > div { display: flex; flex-direction: column; gap: 2px; }
  .bv-nutrition summary strong { font-size: 14px; color: #1a2024; }
  .bv-nutrition summary small { font-size: 11px; color: #5e6d72; font-weight: 600; }
  .bv-nutrition__plus { color: #375b63; font-size: 24px; font-weight: 400; line-height: 1; transition: transform 0.2s ease; }
  .bv-nutrition[open] .bv-nutrition__plus { transform: rotate(45deg); }

  .bv-nutrition__body { padding: 0 16px 16px; }
  .bv-nutrition__row { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid #e3ebe8; font-size: 13px; }
  .bv-nutrition__row span:first-child { color: #1a2024; font-weight: 700; }
  .bv-nutrition__row span:last-child { color: #5e6d72; font-weight: 600; text-align: right; }
  .bv-nutrition__note { margin-top: 12px !important; color: #8c9fa3 !important; font-size: 10px !important; text-align: left !important; line-height: 1.4 !important; }

  /* Animación Scroll Reveal */
  [data-bv-scroll-reveal] { opacity: 1; transform: none; }
  [data-bv-scroll-reveal].bv-scroll-pending { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .5s ease, transform .5s ease; }
  [data-bv-scroll-reveal].bv-scroll-visible { opacity: 1; transform: translate3d(0, 0, 0); }

  @media (max-width: 360px) { .bv-formula-module { padding: 0 12px; } .bv-facts-grid { gap: 6px; } }
  @media (prefers-reduced-motion: reduce) { [data-bv-scroll-reveal], [data-bv-scroll-reveal].bv-scroll-pending { opacity: 1; transform: none; transition: none; } }

500;600;700;800;900&display=swap');

  .bv-comparison-black, .bv-comparison-black * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

  .bv-comparison-black {
    width: min(100%, 420px);
    margin: 24px auto;
    padding: 0 16px;
    color: #1a2024;
    -webkit-font-smoothing: antialiased;
  }

  .bv-comparison-black h2 { margin: 0 0 12px; color: #1a2024; font-size: clamp(20px, 5.5vw, 24px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; text-align: center; }
  .bv-comparison-black__intro { margin: 0 0 16px; color: #4e6064; font-size: 14px; font-weight: 500; line-height: 1.5; text-align: center; }

  .bv-comparison-black__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
    table-layout: fixed;
  }
  .bv-comparison-black__table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

  .bv-comparison-black__table thead th {
    padding: 0 6px 6px;
    color: #5e6d72;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }
  .bv-comparison-black__table thead th:first-child { width: 34%; text-align: left; }
  .bv-comparison-black__table thead th:nth-child(2), .bv-comparison-black__table thead th:nth-child(3) { width: 33%; }
  .bv-comparison-black__table thead th:last-child { color: #2b8a44; }
  .bv-comparison-black__table thead small { display: block; margin-top: 2px; font-size: 8px; font-weight: 600; text-transform: none; }

  .bv-comparison-black__table tbody th, .bv-comparison-black__table tbody td {
    padding: 10px 6px;
    border-top: 1px solid #e3ebe8;
    border-bottom: 1px solid #e3ebe8;
    background: #fcfdfd;
    vertical-align: middle;
  }
  .bv-comparison-black__table tbody th {
    border-left: 1px solid #e3ebe8;
    border-radius: 10px 0 0 10px;
    color: #1a2024;
    font-size: 11px;
    font-weight: 800;
    text-align: left;
  }
  .bv-comparison-black__table tbody td {
    border-right: 1px solid #e3ebe8;
    color: #5e6d72;
    font-size: 10px;
    text-align: center;
  }
  .bv-comparison-black__table tbody td:last-child {
    border-right-color: #c9e5d3;
    border-radius: 0 10px 10px 0;
    background: #f4f9f6;
    color: #1a2024;
    font-weight: 700;
  }
  .bv-comparison-black__table tbody td small { display: block; margin-top: 2px; font-size: 8px; line-height: 1.2; }

  .bv-comparison-black__positive, .bv-comparison-black__unknown {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
  }
  .bv-comparison-black__positive { background: #ebf4ee; color: #2b8a44; }
  .bv-comparison-black__unknown { background: #f4f7f6; color: #8c9fa3; }

  .bv-comparison-black__footer { margin: 20px 0 0; text-align: center; }
  .bv-final-callout {
    display: inline-block;
    padding: 12px 16px;
    background: #f4f7f6;
    border-radius: 12px;
    color: #2b8a44 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  [data-bv-scroll-reveal] { opacity: 1; transform: none; }
  [data-bv-scroll-reveal].bv-scroll-pending { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .5s ease, transform .5s ease; }
  [data-bv-scroll-reveal].bv-scroll-visible { opacity: 1; transform: translate3d(0, 0, 0); }

  @media (max-width: 360px) { .bv-comparison-black { padding: 0 12px; } }
  @media (prefers-reduced-motion: reduce) { [data-bv-scroll-reveal], [data-bv-scroll-reveal].bv-scroll-pending { opacity: 1; transform: none; transition: none; } }

500;600;700;800;900&display=swap');

    .bv-close-cta, .bv-close-cta * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
    .bv-close-cta { width: min(100%, 420px); margin: 32px auto; padding: 0 16px; color: #1a2024; -webkit-font-smoothing: antialiased; text-align: center; }

    .bv-close-cta h2 { margin: 0 0 14px; color: #1a2024; font-size: clamp(26px, 8vw, 32px); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
    .bv-close-cta__intro { margin: 0 0 20px; color: #4e6064; font-size: 15px; font-weight: 500; line-height: 1.5; }
    .bv-close-cta__intro strong { color: #1a2024; font-weight: 800; }

    .bv-close-cta__social { display: inline-flex; justify-content: center; margin-bottom: 24px; padding: 10px 16px; background: #fff9f0; border: 1px solid #f2e2ce; border-radius: 12px; }
    .bv-close-cta__social span { color: #b57a3e; font-size: 13px; font-weight: 600; line-height: 1.4; text-align: center; }
    .bv-close-cta__social strong { color: #8a5824; font-weight: 800; display: block; margin-top: 2px; }

    .bv-close-cta__trust { display: grid; gap: 10px; margin-bottom: 16px; }
    .bv-trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 14px; background: #fcfdfd; border: 1px solid #e3ebe8; border-radius: 12px; text-align: left; }
    .bv-trust-icon { display: grid; place-items: center; width: 40px; height: 40px; background: #f4f7f6; border-radius: 50%; font-size: 20px; flex-shrink: 0; }
    .bv-trust-text { display: flex; flex-direction: column; gap: 2px; }
    .bv-trust-text strong { color: #1a2024; font-size: 15px; font-weight: 800; line-height: 1; }
    .bv-trust-text small { color: #5e6d72; font-size: 12px; font-weight: 500; line-height: 1; }

    .bv-close-cta__note { color: #8c9fa3; font-size: 10px; font-weight: 500; margin-bottom: 24px; }

    .bv-close-cta__final { display: flex; justify-content: center; }
    .bv-final-callout { display: inline-block; padding: 14px 18px; background: #ebf4ee; border-radius: 12px; color: #2b8a44; font-size: 14px; font-weight: 700; margin: 0; }

    /* Scroll Reveal */
    [data-bv-scroll-reveal] { opacity: 1; transform: none; }
    [data-bv-scroll-reveal].bv-scroll-pending { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .5s ease, transform .5s ease; }
    [data-bv-scroll-reveal].bv-scroll-visible { opacity: 1; transform: translate3d(0, 0, 0); }

    @media (max-width: 360px) { .bv-close-cta { padding: 0 12px; } .bv-trust-item { padding: 12px; gap: 10px; } }
    @media (prefers-reduced-motion: reduce) { [data-bv-scroll-reveal], [data-bv-scroll-reveal].bv-scroll-pending { opacity: 1; transform: none; transition: none; } }

500;600;700;800;900&display=swap');

    .bv-reviews, .bv-reviews * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
    .bv-reviews { width: min(100%, 420px); margin: 24px auto; padding: 0 16px; color: #1a2024; -webkit-font-smoothing: antialiased; scroll-margin-top: 20px; }
    
    .bv-reviews__heading { margin-bottom: 16px; text-align: center; }
    .bv-reviews__heading p { margin: 0 0 6px; color: #5e6d72; font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
    .bv-reviews__heading h2 { margin: 0; color: #1a2024; font-size: clamp(24px, 6.5vw, 28px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
    
    .bv-reviews__summary { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 20px; padding: 16px; border: 1px solid #e3ebe8; border-radius: 16px; background: #fcfdfd; }
    .bv-reviews__summary-score { display: flex; align-items: baseline; gap: 4px; color: #1a2024; }
    .bv-reviews__summary-score strong { font-size: 32px; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
    .bv-reviews__summary-score span { color: #5e6d72; font-size: 14px; font-weight: 700; }
    .bv-reviews__summary p { margin: 6px 0 0; color: #5e6d72; font-size: 11px; font-weight: 600; line-height: 1; }
    
    .bv-reviews__stars { display: inline-flex; align-items: center; gap: 2px; color: #d4a574; }
    .bv-reviews__stars svg { width: 16px; height: 16px; fill: transparent; stroke: #d4a574; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
    .bv-reviews__stars svg.is-filled { fill: currentColor; }
    
    .bv-reviews__list { display: grid; gap: 14px; }
    
    /* Tarjeta Soft Individual */
    .bv-review-card { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 18px; border: 1px solid #e3ebe8; border-radius: 16px; background: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.02); transition: opacity 0.3s ease; }
    .bv-review-card[hidden] { display: none; }
    
    .bv-review-card__purchase { position: absolute; top: 16px; right: 16px; display: flex; align-items: center; gap: 6px; padding: 4px 8px; background: #f4f7f6; border-radius: 8px; }
    .bv-review-card__purchase img { width: 18px; height: 18px; border-radius: 4px; mix-blend-mode: multiply; object-fit: contain; }
    .bv-review-card__purchase span { color: #375b63; font-size: 10px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }

    .bv-review-card__header { display: flex; align-items: center; gap: 12px; min-width: 0; padding-right: 85px; margin-bottom: 2px; } 
    .bv-review-card__avatar { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; font-size: 13px; font-weight: 800; }
    
    /* Paleta Soft de Avatares */
    .bv-avatar-tone-0 { background: #f4f7f6; color: #375b63; }
    .bv-avatar-tone-1 { background: #ebf4ee; color: #2b8a44; }
    .bv-avatar-tone-2 { background: #f0f4f8; color: #4a6fa5; }
    .bv-avatar-tone-3 { background: #fdf6ec; color: #b57a3e; }
    .bv-avatar-tone-4 { background: #fcf0f2; color: #b56276; }
    .bv-avatar-tone-5 { background: #f3f0f7; color: #725d9c; }
    
    .bv-review-card__identity { display: grid; gap: 2px; min-width: 0; }
    .bv-review-card__identity strong { overflow: hidden; color: #1a2024; font-size: 13px; font-weight: 800; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
    .bv-review-card__verified { color: #2b8a44; font-size: 10px; font-weight: 800; line-height: 1.1; }
    
    .bv-review-card blockquote { margin: 0; color: #4e6064; font-size: 13px; font-weight: 500; line-height: 1.5; }

    .bv-review-card__footer { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; padding-top: 12px; border-top: 1px dashed #e3ebe8; color: #8c9fa3; font-size: 11px; font-weight: 600; }
    
    /* Controles de Carga y Colapso */
    .bv-reviews__actions { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
    
    .bv-reviews__btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 52px; border-radius: 12px; font-size: 14px; font-weight: 800; cursor: pointer; transition: all .2s ease; -webkit-tap-highlight-color: transparent; }
    .bv-reviews__btn:focus-visible { outline: 2px solid #375b63; outline-offset: 3px; }
    
    .bv-reviews__btn--more { background: #f4f7f6; border: 1px solid #e3ebe8; color: #1a2024; }
    .bv-reviews__btn--more:hover { background: #e3ebe8; }
    .bv-reviews__btn-count { color: #5e6d72; font-size: 12px; font-weight: 700; }
    
    .bv-reviews__btn--less { background: transparent; border: none; color: #8c9fa3; font-size: 12px; }
    .bv-reviews__btn--less:hover { color: #1a2024; text-decoration: underline; }
    
    @media (max-width: 360px) { .bv-reviews { padding: 0 12px; } .bv-review-card { padding: 14px; } .bv-review-card__header { padding-right: 75px; } }

500;600;700;800;900&display=swap');

  .bvfaq-sales, .bvfaq-sales * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
  .bvfaq-sales { width: min(100%, 420px); margin: 32px auto; padding: 0 16px; color: #1a2024; -webkit-font-smoothing: antialiased; }

  .bvfaq-sales__eyebrow { margin: 0 0 6px; color: #5e6d72; font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; text-align: center; }
  .bvfaq-sales h2 { margin: 0 0 20px; color: #1a2024; font-size: clamp(24px, 7vw, 30px); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; text-align: center; }

  .bvfaq-sales__items { display: grid; gap: 8px; }

  .bvfaq-sales details {
    background: #fcfdfd;
    border: 1px solid #e3ebe8;
    border-radius: 12px;
    overflow: hidden;
    transition: background-color .2s ease;
  }
  .bvfaq-sales details[open] { background: #f4f7f6; border-color: #dce7e8; }

  .bvfaq-sales summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: #1a2024;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
  }
  .bvfaq-sales summary::-webkit-details-marker { display: none; }
  .bvfaq-sales summary:focus-visible { outline: 2px solid #375b63; outline-offset: -2px; border-radius: 12px; }

  .bvfaq-icon { display: grid; place-items: center; width: 24px; height: 24px; color: #375b63; transition: transform .2s ease; flex-shrink: 0; }
  .bvfaq-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
  .bvfaq-sales details[open] .bvfaq-icon { transform: rotate(180deg); color: #2b8a44; }

  .bvfaq-sales details p { margin: 0; padding: 0 16px 16px; color: #4e6064; font-size: 13px; font-weight: 500; line-height: 1.5; }
  .bvfaq-sales details p strong { color: #1a2024; font-weight: 800; }

  .bvfaq-sales__note { margin: 20px 0 0; color: #8c9fa3; font-size: 11px; font-weight: 500; line-height: 1.4; text-align: center; }

  @media (max-width: 360px) { .bvfaq-sales { padding: 0 12px; } .bvfaq-sales summary { font-size: 13px; padding: 14px; } .bvfaq-sales details p { font-size: 12px; padding: 0 14px 14px; } }

500;600;700;800;900&display=swap');

  .bvw-premium, .bvw-premium * { box-sizing: border-box; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

  .bvw-premium {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 16px;
    width: min(100% - 32px, 400px);
    min-height: 80px;
    margin: 24px auto;
    padding: 14px 18px;
    border: 1px solid #e3ebe8;
    border-radius: 16px;
    background: #ffffff;
    color: #1a2024;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .bvw-premium:hover, .bvw-premium:focus-visible {
    border-color: #25D366; /* Verde original de WhatsApp como acento al hover */
    box-shadow: 0 8px 24px rgba(37, 211, 102, .12);
    outline: none;
    transform: translateY(-2px);
  }

  .bvw-premium:active { transform: scale(.98); }

  .bvw-premium__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 12px;
    background: #eaf8f0; /* Fondo soft verde */
    color: #25D366; /* Verde oficial WhatsApp */
  }

  .bvw-premium__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }

  .bvw-premium__content { display: grid; gap: 2px; min-width: 0; }
  .bvw-premium__content small { color: #375b63; font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.1; white-space: nowrap; }
  .bvw-premium__content strong { color: #1a2024; font-size: 16px; font-weight: 800; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .bvw-premium__content > span { color: #5e6d72; font-size: 12px; font-weight: 500; line-height: 1.2; white-space: nowrap; }

  .bvw-premium__arrow {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #f4f7f6;
    color: #375b63;
    transition: background-color .2s ease, color .2s ease;
  }

  .bvw-premium__arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s ease; }
  
  .bvw-premium:hover .bvw-premium__arrow, .bvw-premium:focus-visible .bvw-premium__arrow {
    background: #25D366;
    color: #ffffff;
  }
  .bvw-premium:hover .bvw-premium__arrow svg, .bvw-premium:focus-visible .bvw-premium__arrow svg { transform: translateX(3px); }

  @media (max-width: 360px) {
    .bvw-premium { grid-template-columns: 42px minmax(0, 1fr) 28px; gap: 12px; padding: 12px 14px; }
    .bvw-premium__icon { width: 42px; height: 42px; }
    .bvw-premium__icon svg { width: 22px; height: 22px; }
    .bvw-premium__content small { font-size: 9px; }
    .bvw-premium__content strong { font-size: 14px; }
    .bvw-premium__content > span { font-size: 11px; }
    .bvw-premium__arrow { width: 28px; height: 28px; }
  }

  @media (prefers-reduced-motion: reduce) { .bvw-premium, .bvw-premium *, .bvw-premium__arrow svg { transition: none !important; } }

500;600;700;800;900&display=swap');

    .bvcat-store, .bvcat-store * { box-sizing: border-box; }

    .bvcat-store {
      --slate: #375b63;
      --gold: #d4a574;
      --green: #2b8a44;
      --ink: #1a2024;
      --muted: #5e6d72;
      --line: #e3ebe8;
      --soft: #f4f7f6;

      width: calc(100% - 32px);
      max-width: 1000px;
      margin: 32px auto;
      color: var(--ink);
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      -webkit-font-smoothing: antialiased;
      animation: bvcat-store-in .5s ease both;
    }

    .bvcat-store__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
    .bvcat-store__header p { margin: 0 0 4px; color: var(--slate); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .bvcat-store__header h2 { margin: 0; color: var(--ink); font-size: clamp(24px, 5vw, 36px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }

    .bvcat-store__all { display: inline-flex; align-items: center; gap: 6px; padding-bottom: 4px; border-bottom: 1.5px solid var(--slate); color: var(--slate); font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: color .2s, border-color .2s; }
    .bvcat-store__all:hover { color: var(--ink); border-color: var(--ink); }
    .bvcat-store__all svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s; }
    .bvcat-store__all:hover svg { transform: translateX(3px); }

    .bvcat-store__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

    .bvcat-store__card { display: block; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; animation: bvcat-card-in .45s ease both; }
    .bvcat-store__card:hover { border-color: #c0cdd0; box-shadow: 0 8px 24px rgba(0,0,0,0.04); transform: translateY(-3px); }

    .bvcat-store__image { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; background: var(--soft); }
    .bvcat-store__image img { display: block; width: 90%; height: 90%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
    .bvcat-store__card:hover .bvcat-store__image img { transform: scale(1.04); }

    .bvcat-store__image > small { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 4px 8px; border-radius: 6px; background: var(--gold); color: #1a2024; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
    .bvcat-store__image > span { color: var(--muted); font-size: 11px; font-weight: 800; }

    .bvcat-store__content { display: grid; gap: 6px; padding: 16px; }
    .bvcat-store__label { color: var(--slate); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .bvcat-store__name { display: -webkit-box; min-height: 40px; overflow: hidden; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

    .bvcat-store__prices { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
    .bvcat-store__prices strong { color: var(--green); font-size: 18px; font-weight: 900; }
    .bvcat-store__prices del { color: #8c9fa3; font-size: 12px; font-weight: 600; }

    .bvcat-store__action { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 12px; border-top: 1px dashed var(--line); color: var(--slate); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
    .bvcat-store__action i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--soft); color: var(--slate); font-style: normal; transition: transform .2s ease, background-color .2s ease; }
    .bvcat-store__action svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
    .bvcat-store__card:hover .bvcat-store__action i { transform: translateX(3px); background: #e3ebe8; }

    @keyframes bvcat-store-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes bvcat-card-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

    @media (min-width: 750px) { .bvcat-store__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    @media (max-width: 360px) { .bvcat-store { width: calc(100% - 24px); } .bvcat-store__grid { gap: 10px; } .bvcat-store__content { padding: 12px; } .bvcat-store__name { font-size: 13px; } .bvcat-store__prices strong { font-size: 16px; } }
    @media (prefers-reduced-motion: reduce) { .bvcat-store, .bvcat-store * { animation: none !important; transition: none !important; } }

/* BioVilatis MX · estilos de módulos Shilajit extraídos para caché */
.bvp-header-module,.bvp-header-module *,.bvp-offers,.bvp-offers *{font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif!important;box-sizing:border-box;-webkit-font-smoothing:antialiased}.bvp-header-module{width:100%;margin:0!important;padding:0 0 16px!important}.bvp-header-module h1{margin:0 0 8px!important;color:#111!important;font-size:clamp(26px,6.5vw,34px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.04em!important;text-transform:uppercase}.bvp-rating{display:flex;align-items:center;gap:6px;margin:0 0 24px!important;line-height:1}.bvp-stars{display:inline-flex;align-items:center;gap:1px}.bvp-stars svg{width:16px!important;height:16px!important;fill:#d4a574}.bvp-rating-text{display:inline-flex;align-items:center;gap:5px;color:#111!important;font-size:13px!important;line-height:1.2}.bvp-rating-text strong{font-weight:900}.bvp-review-link{color:#2b8a44!important;font-weight:800;text-decoration:underline;text-underline-offset:2px}.bvp-benefits-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0!important}.bvp-grid-item{display:flex!important;align-items:center;gap:12px!important;min-height:64px!important;padding:12px!important;border:1px solid #e3ebe8!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 16px rgba(15,90,106,.04)!important;transition:all .2s ease!important}.bvp-grid-item:hover{border-color:#c0cdd0!important;box-shadow:0 6px 20px rgba(15,90,106,.08)!important}.bvp-grid-icon{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;flex-shrink:0!important;background:#f0fdf4!important;border-radius:10px!important;color:#2b8a44!important}.bvp-grid-icon svg{width:20px!important;height:20px!important;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5!important}.bvp-grid-text{color:#111!important;font-size:13.5px!important;font-weight:800!important;line-height:1.2!important;text-align:left!important}.bvp-offers{width:min(100%,460px);margin:32px auto 20px!important;color:#111}.bvp-offers__heading{margin:0 0 20px;text-align:center}.bvp-offers__heading h2{margin:0;color:#111!important;font-size:clamp(20px,6vw,24px)!important;font-weight:900!important;line-height:1.1!important;letter-spacing:-.02em!important;text-transform:uppercase}.bvp-offers__list{display:grid;gap:14px}.bvp-offer{position:relative;display:grid;grid-template-columns:24px 56px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:86px;padding:16px;appearance:none;color:#111;background:#fff;border:2px solid #e3ebe8;border-radius:14px;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:all .2s ease}.bvp-offer:hover{border-color:#b9cacc}.bvp-offer.is-selected{background:#f0fdf4;border-color:#2b8a44;box-shadow:0 4px 16px rgba(43,138,68,.08)}.bvp-offer__radio{display:grid;place-items:center;width:24px;height:24px;flex-shrink:0;border:2px solid #c2d0d1;border-radius:50%;background:#fff}.bvp-offer.is-selected .bvp-offer__radio{border-color:#2b8a44}.bvp-offer__radio-dot{width:12px;height:12px;border-radius:50%;background:#2b8a44;transform:scale(0);transition:transform .2s ease}.bvp-offer.is-selected .bvp-offer__radio-dot{transform:scale(1)}.bvp-offer__image-wrap{display:grid;place-items:center;width:56px;height:56px;flex-shrink:0;overflow:hidden;border-radius:8px;background:#f4f7f6}.bvp-offer__image-wrap img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.bvp-offer__info{display:flex;flex-direction:column;justify-content:center}.bvp-offer__title{color:#111!important;font-size:16px!important;font-weight:900!important;line-height:1.1!important;white-space:nowrap}.bvp-offer__subtitle{margin-top:4px;color:#5e6d72!important;font-size:13px!important;font-weight:700!important;line-height:1.1!important;white-space:nowrap}.bvp-offer__pricing{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.bvp-offer__pricing del{margin-bottom:4px;color:#8c9fa3!important;font-size:13px!important;font-weight:700!important;line-height:1!important}.bvp-offer__pricing b{color:#2b8a44!important;font-size:18px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.02em;white-space:nowrap}.bvp-offer__badge{position:absolute;top:-10px;right:16px;z-index:2;padding:4px 10px;border:1px solid transparent;border-radius:6px;font-size:10px!important;font-style:normal;font-weight:900!important;letter-spacing:.05em;line-height:1;text-transform:uppercase;box-shadow:0 4px 10px rgba(0,0,0,.08);white-space:nowrap}#bvp-badge-discount{color:#fff!important;background:#111!important;border-color:#111!important}.bvp-offer__badge--popular{color:#fff!important;background:#2f8a42!important;border-color:#2f8a42!important}.bvp-offer__badge--saving{color:#fff!important;background:#d4a574!important;border-color:#d4a574!important}@media screen and (max-width:749px){.bvp-header-module h1{font-size:28px!important}.bvp-benefits-grid{gap:10px!important}.bvp-grid-item{min-height:60px!important;padding:10px!important;gap:10px!important}.bvp-grid-text{font-size:12.5px!important}.bvp-grid-icon{width:32px!important;height:32px!important;border-radius:8px!important}.bvp-grid-icon svg{width:16px!important;height:16px!important}.bvp-offers{width:100%;padding:0 16px;margin:24px auto 20px!important}.bvp-offer{grid-template-columns:22px 48px minmax(0,1fr) auto;gap:12px;min-height:80px;padding:14px}.bvp-offer__image-wrap{width:48px;height:48px}.bvp-offer__title{font-size:15px!important}.bvp-offer__subtitle{font-size:12px!important}.bvp-offer__pricing b{font-size:16px!important}.bvp-offer__badge{font-size:9px!important;right:12px}}

/* Acentos BioVilatis MX para el selector de ofertas */
  .bvp-offers__heading p{color:#111111!important}
  .bvp-offers .bvp-offers__heading h2{color:#111111!important}
  .bvp-offers .bvp-offer__pricing b,.bvp-offers .bvp-offer__save{color:#2b8a44!important}
  .bvp-review-link{color:#0f5a6a!important}
  .bvp-grid-icon{background:#eef7f8!important;color:#0f5a6a!important}
  .bvp-offer.is-selected{border-color:#0f5a6a!important;background:#f5fafb!important;box-shadow:0 0 0 1px #0f5a6a!important}
  .bvp-offer.is-selected .bvp-offer__radio{border-color:#0f5a6a!important}
  .bvp-offer.is-selected .bvp-offer__radio span{background:#0f5a6a!important}
  .bvp-offer__badge--discount,.bvp-offer__badge--popular{background:#0f5a6a!important;color:#fff!important}

.bvs-shipping-inline,.bvs-shipping-inline *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif!important}
  .bvs-shipping-inline{width:min(100%,720px);margin:26px auto!important;padding:0 16px!important;color:#172227;-webkit-font-smoothing:antialiased}
  .bvs-shipping-inline h2{margin:0 0 20px;color:#172227;font-size:20px;font-weight:900;letter-spacing:-.035em;text-align:center}
  .bvs-shipping-inline__steps{--bvs-route-start:calc(16.6667% + 24px);position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
  .bvs-shipping-inline__steps:before{position:absolute;top:24px;right:var(--bvs-route-start);left:var(--bvs-route-start);height:2px;background:#0f5a6a;content:''}
  .bvs-shipping-inline__step{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;color:#0f5a6a;text-align:center}
  .bvs-shipping-inline__dot{display:grid;width:48px;height:48px;place-items:center;border:1px solid #b8d7dc;border-radius:50%;background:#eef7f8;color:#0f7181}
  .bvs-shipping-inline__dot svg,.bvs-shipping-inline__summary-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
  .bvs-shipping-inline__step strong{color:#0f5a6a;font-size:10px;font-weight:900}
  .bvs-shipping-inline__step small{min-height:14px;color:#172227;font-size:9px;font-weight:700;line-height:1.35}
  .bvs-shipping-inline__step.is-active .bvs-shipping-inline__dot,.bvs-shipping-inline__step.is-complete .bvs-shipping-inline__dot{border-color:#0f7181;background:#eef7f8;color:#0f5a6a}
  .bvs-shipping-inline__accordions{margin-top:20px;border-top:1px solid #dbe8e9}
  .bvs-shipping-inline__item{border-bottom:1px solid #dbe8e9}
  .bvs-shipping-inline__item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 2px;color:#172227;cursor:pointer;list-style:none}
  .bvs-shipping-inline__item summary::-webkit-details-marker{display:none}
  .bvs-shipping-inline__summary-copy{display:flex;align-items:center;gap:10px;min-width:0}
  .bvs-shipping-inline__summary-icon{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #cfe1e4;border-radius:50%;background:#f5fafb;color:#0f5a6a}
  .bvs-shipping-inline__summary-icon svg{width:16px;height:16px}
  .bvs-shipping-inline__summary-copy>span:last-child{display:grid;gap:2px;text-align:left}
  .bvs-shipping-inline__item summary strong{font-size:12px;font-weight:900}
  .bvs-shipping-inline__item summary small{color:#66797d;font-size:10px;line-height:1.35}
  .bvs-shipping-inline__item summary>b{color:#0f5a6a;font-size:20px;font-weight:500;line-height:1}
  .bvs-shipping-inline__item[open] summary>b{transform:rotate(45deg)}
  .bvs-shipping-inline__body{padding:0 42px 13px;color:#5e6d72;font-size:10px;line-height:1.5}
  .bvs-shipping-inline__body p{margin:0 0 6px}
  .bvs-shipping-inline__body small{color:#879699;font-size:9px;line-height:1.4}
  @media(max-width:749px){
    .bvs-shipping-inline{margin:22px auto!important;padding-inline:16px!important}
    .bvs-shipping-inline h2{font-size:19px;margin-bottom:18px}
    .bvs-shipping-inline__steps{gap:3px}
    .bvs-shipping-inline__steps{--bvs-route-start:calc(16.6667% + 22px)}
    .bvs-shipping-inline__steps:before{top:22px;right:var(--bvs-route-start);bottom:auto;left:var(--bvs-route-start);width:auto;height:2px}
    .bvs-shipping-inline__dot{width:44px;height:44px}
    .bvs-shipping-inline__dot svg{width:19px;height:19px}
    .bvs-shipping-inline__step strong{font-size:9px}
    .bvs-shipping-inline__step small{font-size:8px}
    .bvs-shipping-inline__body{padding-inline:42px 3px}
  }

.bvp-aida,.bvp-aida *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}
    .bvp-aida{width:min(100%,720px);margin:42px auto!important;padding:0 20px!important;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}
    .bvp-aida__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}
    .bvp-aida h2{max-width:620px;margin:0 auto 13px;font-size:clamp(27px,6vw,38px);font-weight:900;letter-spacing:-.045em;line-height:1.08}
    .bvp-aida__text{max-width:590px;margin:0 auto 15px;color:#53666b;font-size:14px;line-height:1.6}
    .bvp-aida__text strong{color:#0f5a6a;font-weight:900}
    .bvp-aida__callout{max-width:520px;margin:23px auto 0;padding:14px 17px;border:1px solid #cfe1e4;border-radius:14px;background:#eef7f8;color:#0f5a6a;font-size:13px;font-weight:800;line-height:1.45}
    @media(max-width:749px){.bvp-aida{margin:36px auto!important;padding-inline:16px!important}.bvp-aida__text{font-size:13px}.bvp-aida h2{font-size:27px}}

.bvp-formula-pro,.bvp-formula-pro *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}
    .bvp-formula-pro{width:min(100%,720px);margin:48px auto!important;padding:0 20px!important;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}
    .bvp-formula-pro__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}
    .bvp-formula-pro h2{margin:0 auto 12px;font-size:clamp(27px,6vw,38px);font-weight:900;letter-spacing:-.045em;line-height:1.08}
    .bvp-formula-pro__intro{max-width:560px;margin:0 auto 25px;color:#53666b;font-size:14px;line-height:1.55}
    .bvp-formula-pro__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.bvp-formula-pro__facts>div{display:grid;gap:4px;padding:16px 8px;border:1px solid #cfe1e4;border-radius:14px;background:#eef7f8}.bvp-formula-pro__facts strong{color:#0f5a6a;font-size:25px;font-weight:900;line-height:1}.bvp-formula-pro__facts span{color:#53666b;font-size:11px;font-weight:800;line-height:1.25}
    .bvp-formula-pro__label{overflow:hidden;border:1px solid #cfe1e4;border-radius:16px;background:#fff;text-align:left}.bvp-formula-pro__label-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;color:#0f5a6a;font-size:10px;font-weight:900;letter-spacing:.1em}.bvp-formula-pro__label-head i{width:28px;height:3px;border-radius:999px;background:#0f5a6a}.bvp-formula-pro__row{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid #e2eeee;color:#53666b;font-size:12px}.bvp-formula-pro__row strong{color:#182226;font-weight:900;text-align:right}.bvp-formula-pro__row--total{background:#eef7f8}.bvp-formula-pro__row--total span,.bvp-formula-pro__row--total strong{color:#0f5a6a;font-weight:900}.bvp-formula-pro__other{border-top:1px solid #e2eeee}.bvp-formula-pro__other summary{padding:14px 16px;color:#0f5a6a;cursor:pointer;font-size:12px;font-weight:800;list-style:none}.bvp-formula-pro__other summary::-webkit-details-marker{display:none}.bvp-formula-pro__other summary span{float:right;font-size:20px;font-weight:500}.bvp-formula-pro__other p{margin:0;padding:0 16px 14px;color:#53666b;font-size:11px;line-height:1.5}.bvp-formula-pro__note{color:#879699!important;font-size:10px!important}
    @media(max-width:749px){.bvp-formula-pro{margin:36px auto!important;padding-inline:16px!important}.bvp-formula-pro__facts{gap:7px}.bvp-formula-pro__facts>div{padding-inline:5px}.bvp-formula-pro__facts strong{font-size:22px}.bvp-formula-pro__facts span{font-size:10px}}

.bvp-use,.bvp-use *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.bvp-use{width:min(100%,720px);margin:48px auto!important;padding:0 20px!important;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}.bvp-use__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}.bvp-use h2{margin:0 0 12px;font-size:clamp(28px,6vw,38px);font-weight:900;letter-spacing:-.045em;line-height:1.08}.bvp-use__intro{max-width:500px;margin:0 auto 28px;color:#53666b;font-size:14px;line-height:1.55}.bvp-use__steps{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;text-align:left}.bvp-use__steps:before{position:absolute;top:31px;right:25%;left:25%;height:1px;background:#cfe1e4;content:''}.bvp-use__step{position:relative;z-index:1;display:grid;justify-items:center;gap:13px;padding:0 8px;text-align:center}.bvp-use__number{display:grid;width:62px;height:62px;place-items:center;border:2px solid #0f5a6a;border-radius:50%;background:#fff;color:#0f5a6a;font-size:20px;font-weight:900}.bvp-use__step div{display:grid;gap:5px}.bvp-use__step strong{color:#182226;font-size:14px;font-weight:900}.bvp-use__step div span{color:#68797d;font-size:12px;line-height:1.45}.bvp-use__note{max-width:520px;margin:25px auto 0;color:#879699;font-size:11px;line-height:1.45}
    @media(max-width:749px){.bvp-use{margin:36px auto!important;padding-inline:16px!important}.bvp-use__steps{grid-template-columns:1fr;gap:22px}.bvp-use__steps:before{top:31px;bottom:31px;left:30px;width:1px;height:auto;right:auto}.bvp-use__step{grid-template-columns:62px 1fr;align-items:center;justify-items:start;gap:14px;padding:0;text-align:left}}

.bvp-revs,.bvp-revs *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}
    .bvp-revs{width:100vw;max-width:100%;margin:48px 0;-webkit-font-smoothing:antialiased;overflow:hidden}
    .bvp-revs__hdr{text-align:center;margin-bottom:24px;padding:0 16px}
    .bvp-revs__hdr h2{margin:0;color:#111;font-size:clamp(26px,7vw,36px);font-weight:900;letter-spacing:-.04em;line-height:1.1;text-transform:uppercase}
    .bvp-revs__trk{display:flex;gap:16px;padding:0 16px 16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
    .bvp-revs__trk::-webkit-scrollbar{display:none}
    .bvp-card{display:flex;flex-shrink:0;flex-direction:column;width:85vw;max-width:340px;overflow:hidden;border:1px solid #e3ebe8;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(15,90,106,.04);scroll-snap-align:center}
    .bvp-card__img-wrap{width:100%;height:320px;overflow:hidden;border-bottom:1px solid #e3ebe8;background:#f4f7f6}
    .bvp-card__img-wrap img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
    .bvp-card__bd{display:flex;flex-grow:1;flex-direction:column;padding:20px}
    .bvp-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
    .bvp-stars{display:flex;gap:2px}.bvp-stars svg{width:16px;height:16px}
    .bvp-badge{padding:4px 10px;border:1px solid #cfe1e4;border-radius:99px;background:#eef7f8;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.01em;white-space:nowrap}
    .bvp-card__bd p{flex-grow:1;margin:0 0 20px;color:#3a4b50;font-size:15px;font-weight:500;line-height:1.55}
    .bvp-card__bd footer{display:flex;flex-direction:column;padding-top:16px;border-top:1px solid #e3ebe8}
    .bvp-card__bd footer strong{color:#111;font-size:16px;font-weight:900;line-height:1.2}.bvp-card__bd footer small{margin-top:4px;color:#8c9fa3;font-size:12px;font-weight:600}
    .bvp-revs__controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;padding:0 16px}
    .bvp-revs__arrow{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid #c0cdd0;border-radius:50%;background:#fff;color:#111;cursor:pointer}.bvp-revs__arrow svg{width:20px;height:20px}
    .bvp-revs__dots{display:flex;align-items:center;gap:8px}.bvp-revs__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c0cdd0;cursor:pointer}.bvp-revs__dot.is-active{width:24px;border-radius:4px;background:#0f5a6a}
    @media(min-width:768px){.bvp-revs{width:100%}.bvp-revs__trk{justify-content:center}.bvp-card{width:calc(33.333% - 12px);max-width:none}.bvp-revs__controls{display:none}}

.bvp-quality,.bvp-quality *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.bvp-quality{width:min(100%,720px);margin:48px auto!important;padding:28px 20px!important;border-top:1px solid #cfe1e4;border-bottom:1px solid #cfe1e4;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}.bvp-quality__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}.bvp-quality h2{max-width:580px;margin:0 auto 24px;font-size:clamp(26px,6vw,36px);font-weight:900;letter-spacing:-.045em;line-height:1.1}.bvp-quality__list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;text-align:left}.bvp-quality__list div{display:flex;align-items:center;gap:10px;min-height:60px;padding:12px 14px;border:1px solid #cfe1e4;border-radius:13px;background:#fff}.bvp-quality__list span{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:50%;background:#eef7f8;color:#0f5a6a;font-size:13px;font-weight:900}.bvp-quality__list strong{color:#182226;font-size:12px;font-weight:800;line-height:1.35}.bvp-quality__note{max-width:590px;margin:20px auto 0;color:#879699;font-size:11px;line-height:1.5}
    @media(max-width:749px){.bvp-quality{margin:36px auto!important;padding:24px 16px!important}.bvp-quality__list{grid-template-columns:1fr}}

.bvp-contrast,.bvp-contrast *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.bvp-contrast{width:min(100%,720px);margin:48px auto!important;padding:0 20px!important;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}.bvp-contrast__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}.bvp-contrast h2{margin:0 0 12px;font-size:clamp(28px,6vw,38px);font-weight:900;letter-spacing:-.045em;line-height:1.08}.bvp-contrast__intro{max-width:560px;margin:0 auto 24px;color:#53666b;font-size:14px;line-height:1.55}.bvp-contrast__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;text-align:left}.bvp-contrast__panel{padding:20px;border-radius:15px}.bvp-contrast__panel--before{border:1px solid #eadfdc;background:#fbf8f7}.bvp-contrast__panel--after{border:1px solid #cfe1e4;background:#eef7f8}.bvp-contrast__panel p{margin:0 0 13px;font-size:11px;font-weight:900;letter-spacing:.08em}.bvp-contrast__panel--before p{color:#8b645d}.bvp-contrast__panel--after p{color:#0f5a6a}.bvp-contrast__panel ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.bvp-contrast__panel li{position:relative;padding-left:20px;color:#53666b;font-size:12px;line-height:1.45}.bvp-contrast__panel li:before{position:absolute;left:0;font-weight:900}.bvp-contrast__panel--before li:before{color:#a17b72;content:'—'}.bvp-contrast__panel--after li:before{color:#0f5a6a;content:'✓'}
    @media(max-width:749px){.bvp-contrast{margin:36px auto!important;padding-inline:16px!important}.bvp-contrast__grid{grid-template-columns:1fr}}

.bvp-shipping,.bvp-shipping *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.bvp-shipping{width:min(100%,720px);margin:48px auto!important;padding:0 20px!important;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}.bvp-shipping__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}.bvp-shipping h2{margin:0 0 25px;font-size:clamp(28px,6vw,38px);font-weight:900;letter-spacing:-.045em;line-height:1.08}.bvp-shipping__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;text-align:left}.bvp-shipping__steps>div{display:grid;align-content:start;gap:8px;min-height:160px;padding:14px;border:1px solid #cfe1e4;border-radius:14px;background:#fff}.bvp-shipping__icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#eef7f8;color:#0f5a6a}.bvp-shipping__icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.bvp-shipping__steps strong{color:#182226;font-size:12px;font-weight:900;line-height:1.25}.bvp-shipping__steps small{color:#68797d;font-size:11px;line-height:1.4}.bvp-shipping__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.bvp-shipping__trust div{display:grid;gap:4px;padding:15px 10px;border:1px solid #cfe1e4;border-radius:13px;background:#eef7f8}.bvp-shipping__trust strong{color:#0f5a6a;font-size:12px;font-weight:900}.bvp-shipping__trust span{color:#68797d;font-size:10px}.bvp-shipping__note{margin:16px auto 0;color:#879699;font-size:10px;line-height:1.45}.bvp-shipping__whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:11px 16px;border:1px solid #cfe1e4;border-radius:12px;color:#0f5a6a;font-size:12px;font-weight:800;line-height:1.35;text-decoration:none}
    @media(max-width:749px){.bvp-shipping{margin:36px auto!important;padding-inline:16px!important}.bvp-shipping__steps{grid-template-columns:repeat(2,1fr)}.bvp-shipping__steps>div{min-height:145px}.bvp-shipping__trust{grid-template-columns:1fr}}

.bv-reviews, .bv-reviews * { font-family: 'Plus Jakarta Sans', -apple-system, sans-serif; box-sizing: border-box; }
  .bv-reviews { width: min(100%, 720px); margin: 48px auto !important; padding: 0 16px; }
  .bv-reviews__heading { text-align: center; margin-bottom: 24px !important; }
  .bv-reviews__heading h2 { margin: 0; font-size: clamp(26px, 7vw, 36px); font-weight: 900; letter-spacing: -0.04em; color: #111111; text-transform: uppercase; }
  .bv-reviews__summary { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 36px; }
  .bv-reviews__summary-score strong { font-size: 44px; font-weight: 900; line-height: 1; color: #111111; }
  .bv-reviews__summary-score span { font-size: 14px; font-weight: 700; color: #8c9fa3; }
  .bv-reviews__stars { display: flex; gap: 2px; }
  .bv-reviews__stars svg { width: 18px; height: 18px; fill: #e3ebe8; }
  .bv-reviews__stars svg.is-filled { fill: #d4a574; }
  .bv-reviews__summary p { margin: 6px 0 0; font-size: 14px; font-weight: 800; color: #111111; }
  .bv-reviews__list { display: grid; gap: 20px !important; }
  .bv-review-card { background: #ffffff; border: 1px solid #e3ebe8; padding: 24px; border-radius: 16px !important; box-shadow: 0 4px 16px rgba(15,90,106,0.03); display: flex; flex-direction: column; }
  .bv-review-card__header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
  .bv-review-card__user { display: flex; align-items: center; gap: 12px; }
  .bv-review-card__avatar { width: 46px; height: 46px; min-width: 46px; min-height: 46px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; }
  .bv-avatar-tone-0 { background: #ea4335; color: #ffffff; }
  .bv-avatar-tone-1 { background: #4285f4; color: #ffffff; }
  .bv-avatar-tone-2 { background: #34a853; color: #ffffff; }
  .bv-avatar-tone-3 { background: #fbbc04; color: #111111; }
  .bv-avatar-tone-4 { background: #8e24aa; color: #ffffff; }
  .bv-avatar-tone-5 { background: #e91e63; color: #ffffff; }
  .bv-review-card__identity { display: flex; flex-direction: column; justify-content: center; }
  .bv-review-card__identity strong { font-size: 16px; font-weight: 900; color: #111111; line-height: 1.2; }
  .bv-review-card__identity .bv-review-card__verified { font-size: 12px; font-weight: 800; color: #2b8a44; margin-top: 2px; }
  .bv-review-card__purchase { display: inline-flex; align-items: center; gap: 6px; background: #f4f7f6; border: 1px solid #e3ebe8; padding: 6px 12px; border-radius: 99px; }
  .bv-review-card__purchase img { border-radius: 50%; object-fit: cover; }
  .bv-review-card__purchase span { font-size: 10px; font-weight: 900; color: #111111; text-transform: uppercase; letter-spacing: 0.05em; }
  .bv-review-card blockquote { margin: 12px 0 20px 0; font-size: 15px !important; font-weight: 500; line-height: 1.6 !important; color: #2c3e45; flex-grow: 1; }
  .bv-review-card__footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e3ebe8; padding-top: 16px; }
  .bv-review-card__meta-item { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #8c9fa3; }
  .bv-review-card__meta-item svg { width: 14px; height: 14px; stroke: #8c9fa3; }
  .bv-reviews__actions { display: flex; flex-direction: column; gap: 12px; margin-top: 36px !important; align-items: center; }
  .bv-reviews__btn { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 400px; background: #f8fafa; border: 1px solid #dce5e3; padding: 16px 24px; border-radius: 12px; cursor: pointer; transition: all 0.2s; }
  .bv-reviews__btn:hover { background: #f0f4f3; border-color: #c9d6d3; }
  .bv-reviews__btn:active { transform: scale(0.98); }
  .bv-reviews__btn-text { color: #111111; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; }
  .bv-reviews__btn-count { background: #111111; color: #ffffff; padding: 4px 10px; border-radius: 8px; margin-left: 12px; font-size: 13px; font-weight: 900; }
  @media screen and (max-width: 749px) {
    .bv-reviews { margin-top: 40px !important; margin-bottom: 40px !important; }
    .bv-review-card { padding: 20px; }
    .bv-review-card__header { flex-direction: column; gap: 16px; align-items: flex-start; }
    .bv-review-card blockquote { font-size: 14.5px !important; }
  }

.bvp-faq,.bvp-faq *{box-sizing:border-box;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.bvp-faq{width:min(100%,720px);margin:48px auto!important;padding:0 20px!important;color:#182226;text-align:center;-webkit-font-smoothing:antialiased}.bvp-faq__eyebrow{margin:0 0 9px;color:#0f5a6a;font-size:10px;font-weight:800;letter-spacing:.15em}.bvp-faq h2{margin:0 0 24px;font-size:clamp(27px,6vw,38px);font-weight:900;letter-spacing:-.045em;line-height:1.08}.bvp-faq__items{display:grid;gap:10px;text-align:left}.bvp-faq details{overflow:hidden;border:1px solid #cfe1e4;border-radius:14px;background:#fff}.bvp-faq details[open]{background:#f5fafb}.bvp-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;color:#182226;cursor:pointer;font-size:14px;font-weight:900;list-style:none}.bvp-faq summary::-webkit-details-marker{display:none}.bvp-faq summary span{color:#0f5a6a;font-size:22px;font-weight:500;line-height:1}.bvp-faq details[open] summary span{transform:rotate(45deg)}.bvp-faq details p{margin:0;padding:0 18px 18px;color:#53666b;font-size:13px;line-height:1.6}.bvp-faq__note{margin:18px auto 0;color:#879699;font-size:10px;line-height:1.45}@media(max-width:749px){.bvp-faq{margin:36px auto!important;padding-inline:16px!important}.bvp-faq summary{padding:16px;font-size:13px}.bvp-faq details p{padding:0 16px 16px}}

.bvp-final,
    .bvp-final * {
      box-sizing: border-box;
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .bvp-final {
      width: calc(100% - 32px);
      max-width: 720px;
      margin: 52px auto 38px !important;
      padding: 32px 22px !important;
      border: 1px solid #cfe1e4;
      border-radius: 18px;
      background: #eef7f8;
      color: #182226;
      text-align: center;
      -webkit-font-smoothing: antialiased;
    }

    .bvp-final__eyebrow {
      margin: 0 0 10px;
      color: #0f5a6a;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .15em;
      line-height: 1.3;
      text-transform: uppercase;
    }

    .bvp-final h2 {
      max-width: 580px;
      margin: 0 auto 14px;
      color: #182226;
      font-size: clamp(27px, 6vw, 38px);
      font-weight: 900;
      letter-spacing: -.045em;
      line-height: 1.08;
    }

    .bvp-final__text {
      max-width: 550px;
      margin: 0 auto;
      color: #53666b;
      font-size: 14px;
      line-height: 1.6;
    }

    .bvp-final__text strong {
      color: #0f5a6a;
      font-weight: 900;
    }

    .bvp-final__trust {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      margin: 22px auto;
    }

    .bvp-final__trust span {
      padding: 9px 11px;
      border: 1px solid #c4dfe3;
      border-radius: 999px;
      background: #ffffff;
      color: #0f5a6a;
      font-size: 11px;
      font-weight: 800;
      line-height: 1.2;
    }

    .bvp-final__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: min(100%, 420px);
      min-height: 58px;
      padding: 15px 22px;
      border-radius: 13px;
      background: #2b8a44;
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .01em;
      text-decoration: none;
      transition: background-color .2s ease, transform .2s ease;
    }

    .bvp-final__button span {
      font-size: 23px;
      font-weight: 500;
      line-height: 1;
    }

    .bvp-final__button:hover {
      background: #237338;
      color: #ffffff !important;
      transform: translateY(-1px);
    }

    .bvp-final__button:focus-visible {
      outline: 3px solid rgba(15, 90, 106, .35);
      outline-offset: 3px;
    }

    .bvp-final__subtext {
      display: block;
      margin-top: 10px;
      color: #6f8589;
      font-size: 10px;
      font-weight: 700;
      line-height: 1.4;
    }

    @media (max-width: 749px) {
      .bvp-final {
        width: calc(100% - 24px);
        margin: 38px auto 28px !important;
        padding: 27px 16px !important;
      }

      .bvp-final h2 {
        font-size: 27px;
      }

      .bvp-final__text {
        font-size: 13.5px;
      }

      .bvp-final__trust {
        gap: 7px;
        margin: 20px auto;
      }

      .bvp-final__trust span {
        font-size: 10px;
      }

      .bvp-final__button {
        width: 100%;
        min-height: 56px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .bvp-final__button {
        transition: none;
      }
    }

.bvw-float-wrap {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 2147483647; 
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    
    /* Estado inicial: Oculto y bloqueado */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.3s;
    pointer-events: none;
  }
  
  /* Estado activo inyectado por JS */
  .bvw-float-wrap.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .bvw-float-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111111;
    border: 1px solid #2b363b;
    padding: 10px 18px;
    border-radius: 99px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .bvw-float-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  }
  
  .bvw-float-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }
  
  .bvw-float-icon svg {
    width: 100%;
    height: 100%;
  }
  
  .bvw-float-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .bvw-float-text strong {
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }

  .bvw-float-text span {
    font-size: 12px;
    font-weight: 600;
    color: #8c9fa3;
    margin-top: 3px;
    line-height: 1.1;
  }
  
  @media (max-width: 749px) {
    .bvw-float-wrap { bottom: 20px; right: 16px; }
    .bvw-float-btn { padding: 8px 16px; gap: 10px; }
    .bvw-float-icon { width: 24px; height: 24px; }
    .bvw-float-text strong { font-size: 14px; }
    .bvw-float-text span { font-size: 11px; }
  }
