.nv-pdp{--nv-primary: #0A2540;--nv-secondary: #16A34A;--nv-secondary-dark: #15803D;--nv-tertiary: #D97706;--nv-gold: #F59E0B;--nv-neutral: #0F172A;--nv-whatsapp: #25D366;--nv-error: #BA1A1A;--nv-surface: #FFFFFF;--nv-surface-ice: #F8FAFC;--nv-surface-subtle: #EDF2F7;--nv-surface-muted: #F1F5F9;--nv-border: #E2E8F0;--nv-text: #0F172A;--nv-text-on-dark: #FFFFFF;--nv-text-muted: #43474D;--nv-shadow-card: 0 4px 20px -2px rgba(10, 37, 64, .05);--nv-shadow-active: 0 10px 24px -4px rgba(22, 163, 74, .16);--nv-shadow-dock: 0 -6px 24px rgba(15, 23, 42, .08);--nv-shadow-modal: 0 20px 40px -8px rgba(10, 37, 64, .22);--nv-radius: 1rem;--nv-radius-lg: 1.5rem;--nv-gutter: 1rem;--nv-space-xs: .5rem;--nv-space-sm: 1rem;--nv-space-md: 1.5rem;--nv-space-lg: 2rem;--nv-space-xl: 3rem;--nv-space-2xl: 4rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--nv-text);background:var(--nv-surface);overflow-x:clip;overflow-y:clip}.nv-pdp *{box-sizing:border-box}@media(min-width:768px){.nv-pdp{--nv-gutter: 1.5rem}}.nv-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--nv-secondary-dark);margin-bottom:.5rem}.nv-eyebrow--light{color:var(--nv-gold)}.nv-eyebrow--pill{background:color-mix(in srgb,var(--nv-secondary) 14%,var(--nv-surface-ice));padding:.35rem .9rem;border-radius:9999px;margin-bottom:.75rem}.nv-h2{font-size:24px;line-height:30px;font-weight:800;letter-spacing:-.01em;color:var(--nv-primary);margin:0 0 .5rem}.nv-h2--lg{font-size:30px;line-height:36px}@media(min-width:768px){.nv-h2--lg{font-size:34px;line-height:40px}}.nv-h2__accent{color:var(--nv-secondary-dark)}.nv-h3{font-size:20px;line-height:28px;font-weight:700;color:var(--nv-primary);margin:0 0 .5rem}.nv-h2--light,.nv-sub--light{color:var(--nv-text-on-dark)}.nv-sub{font-size:15px;line-height:24px;color:var(--nv-text-muted);margin:0 0 1.25rem}.nv-footnote{font-size:12px;color:var(--nv-text-muted);text-align:center;margin-top:.75rem}.nv-rte p{margin:0 0 .75rem;font-size:15px;line-height:1.6;color:var(--nv-text-muted)}.nv-rte-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.nv-rte-list li{display:flex;gap:.5rem;align-items:flex-start;font-size:14px;color:var(--nv-text)}.nv-ic{width:18px;height:18px;flex:none;color:var(--nv-secondary-dark)}.nv-ic--no{color:var(--nv-error)}.nv-sec{padding-block:var(--nv-space-xl);padding-inline:var(--nv-gutter);max-width:1180px;margin-inline:auto}.nv-sec:nth-of-type(2n){background:var(--nv-surface-ice)}.nv-sec.nv-sec--white{background:var(--nv-surface)}.nv-sec.nv-sec--ice{background:var(--nv-surface-ice);border-radius:var(--nv-radius-lg)}@media(min-width:1024px){.nv-sec{padding-block:var(--nv-space-2xl)}}.nv-heading{text-align:center;padding-inline:var(--nv-gutter);margin-block:var(--nv-space-lg)}.nv-sec>.nv-heading:first-child{margin-top:0}.nv-heading--left{text-align:left}.nv-heading__rating{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:13px;color:var(--nv-text-muted);margin-bottom:.5rem}.nv-heading--left .nv-heading__rating{justify-content:flex-start}.nv-heading__rating strong{color:var(--nv-primary);font-weight:800}.nv-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-family:inherit;font-weight:700;font-size:17px;letter-spacing:.01em;border-radius:9999px;border:none;cursor:pointer;padding:14px 28px;min-height:54px;transition:transform .15s ease,box-shadow .2s ease}.nv-btn--primary{background:var(--nv-secondary-dark);color:var(--nv-text-on-dark);box-shadow:0 6px 18px -6px #15803d66}.nv-btn--primary:hover{box-shadow:var(--nv-shadow-active)}.nv-btn--primary:active{transform:scale(.98)}.nv-btn--secondary{background:var(--nv-surface);color:var(--nv-primary);border:1px solid var(--nv-border)}.nv-btn--block{width:100%}.nv-btn--sm{padding:10px 18px;min-height:42px;font-size:14px}.nv-btn small{font-weight:500;font-size:11px;opacity:.85}@media(prefers-reduced-motion:reduce){.nv-btn{transition:none}}.nv-stars{color:var(--nv-gold);font-size:15px;letter-spacing:1px;display:inline-block}.nv-stars--sm{font-size:13px}.nv-star{display:inline-block;opacity:0;transform:scale(.4);animation:nv-star-in .45s ease forwards}@keyframes nv-star-in{0%{opacity:0;transform:scale(.4);filter:brightness(1)}55%{opacity:1;transform:scale(1.18);filter:brightness(1.7)}to{opacity:1;transform:scale(1);filter:brightness(1)}}@media(prefers-reduced-motion:reduce){.nv-star{animation:none;opacity:1;transform:none}}.nv-promo{--nv-primary: #0A2540;--nv-secondary-dark: #15803D;--nv-text-on-dark: #FFFFFF;--nv-gutter: 1rem;--nv-shadow-active: 0 10px 24px -4px rgba(22, 163, 74, .16);background:var(--nv-primary);padding-block:.5rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media(min-width:768px){.nv-promo{--nv-gutter: 1.5rem;padding-block:.65rem}}.nv-promo__inner{max-width:1180px;margin-inline:auto;padding-inline:var(--nv-gutter);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap}.nv-promo__msg{display:flex;flex-direction:column;gap:0;text-align:left}.nv-promo__title{margin:0;color:var(--nv-text-on-dark);font-weight:600;font-size:13px;line-height:1.25;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.nv-promo__subtitle{margin:0;color:var(--nv-text-on-dark);opacity:.85;font-size:12px;line-height:1.3;text-align:left;white-space:nowrap}.nv-promo__timer{display:flex;gap:.3rem;flex-shrink:0}.nv-promo__tile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:34px;padding:2px 5px;border-radius:.4rem;background:#ffffff1f}.nv-promo__tile span{color:var(--nv-text-on-dark);font-weight:700;font-size:14px;line-height:1.2;font-variant-numeric:tabular-nums}.nv-promo__tile small{color:var(--nv-text-on-dark);opacity:.7;font-size:8px;line-height:1.2;text-transform:uppercase;letter-spacing:.03em}@media(min-width:768px){.nv-promo__title{font-size:14px}.nv-promo__subtitle{font-size:13px}.nv-promo__tile{min-width:42px;padding:3px 7px;border-radius:.5rem}.nv-promo__tile span{font-size:15px}.nv-promo__tile small{font-size:9px}}.nv-strip{padding-block:var(--nv-space-sm);background:var(--nv-surface-ice);overflow:hidden}.nv-strip__heading{text-align:center;color:var(--nv-text-muted);font-size:12px;margin:0 0 .5rem;opacity:.8}.nv-marquee{overflow:hidden}.nv-marquee__rail{display:flex;width:max-content;animation:nv-marquee 42s linear infinite}.nv-marquee:hover .nv-marquee__rail{animation-play-state:paused}.nv-marquee__track{display:flex;flex:0 0 auto;width:max-content;gap:2rem;align-items:center;padding-right:2rem}.nv-marquee__item{display:inline-flex;align-items:center;gap:.4rem;color:var(--nv-text);font-size:13px;font-weight:600;white-space:nowrap}.nv-marquee__item .nv-ic{color:var(--nv-secondary-dark)}.nv-marquee__logo img{height:28px;width:auto;filter:grayscale(1) brightness(2);opacity:.8}.nv-strip--coverage{background:var(--nv-surface-ice)}.nv-strip--coverage .nv-strip__heading{color:var(--nv-text-muted)}.nv-strip--coverage .nv-marquee__logo img{filter:grayscale(1);opacity:.6}@keyframes nv-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.nv-marquee__rail{animation:none}.nv-marquee{overflow-x:auto}}.nv-pdp :where(.nv-hero,.nv-hero>*,.nv-hero__buy,.nv-hero__gal,.nv-hero__feat,.nv-hero__gal-main){min-width:0}.nv-hero{display:grid;gap:1.75rem;padding:var(--nv-space-md) var(--nv-gutter) var(--nv-space-xl);max-width:1180px;margin-inline:auto}@media(min-width:901px){.nv-hero{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.nv-hero__gal-main{position:relative;border-radius:var(--nv-radius-lg);overflow:hidden;background:var(--nv-surface-ice);aspect-ratio:1/1}@media(min-width:901px){.nv-hero__gal{position:sticky;top:1.5rem}}.nv-hero__gal-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease}.nv-hero__gal-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto}@media(prefers-reduced-motion:reduce){.nv-hero__gal-slide{transition:none}}.nv-hero__img,.nv-hero__video-el{width:100%;height:100%;object-fit:cover;display:block}.nv-placeholder{object-fit:contain;padding:3rem;opacity:.35}.nv-garrow{position:absolute;top:50%;translate:0 -50%;z-index:2;width:40px;height:40px;border-radius:9999px;border:none;background:#ffffffeb;color:var(--nv-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--nv-shadow-card)}.nv-garrow--prev{left:12px}.nv-garrow--next{right:12px}.nv-hero__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;min-width:0;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.nv-hero__thumbs::-webkit-scrollbar{display:none}.nv-hero__thumb{scroll-snap-align:start}.nv-hero__thumb{position:relative;flex:none;width:64px;height:64px;border-radius:.75rem;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:var(--nv-surface-ice)}.nv-hero__thumb.is-active{border-color:var(--nv-secondary-dark)}.nv-hero__thumb img{width:100%;height:100%;object-fit:cover}.nv-hero__thumb-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a254059;color:#fff}.nv-hero__thumb-badge .nv-ic{width:16px;height:16px;color:#fff}.nv-hero__buy{display:flex;flex-direction:column}.nv-hero__rating{display:inline-flex;align-items:center;gap:.5rem;font-size:13px;color:var(--nv-text-muted);background:var(--nv-surface-ice);border:1px solid var(--nv-border);border-radius:9999px;padding:.45rem .8rem;margin-bottom:.6rem;width:fit-content}.nv-hero__rating strong{color:var(--nv-primary);font-weight:800}.nv-avatars{display:flex;margin-left:.2rem}.nv-avatars__dot{width:22px;height:22px;border-radius:9999px;background:var(--nv-surface-muted);border:2px solid var(--nv-surface);margin-left:-8px}.nv-avatars__dot:first-child{margin-left:0}.nv-avatars__img{display:block;margin-left:-7px;border-radius:9999px;overflow:hidden;border:2px solid var(--nv-surface);width:20px;height:20px}.nv-avatars__img:first-child{margin-left:0}.nv-avatars__img img{width:100%;height:100%;object-fit:cover;display:block}.nv-hero__title{font-size:28px;line-height:34px;font-weight:800;letter-spacing:-.02em;color:var(--nv-primary);margin:0 0 .5rem}.nv-hero__lede{font-size:15px;color:var(--nv-text-muted);margin:0 0 1rem}.nv-hero__price{font-size:34px;font-weight:800;color:var(--nv-primary);display:flex;align-items:baseline;justify-content:center;gap:.6rem;margin-bottom:.75rem;text-align:center}.nv-hero__price-compare{font-size:17px;font-weight:500;color:color-mix(in srgb,var(--nv-border) 65%,var(--nv-secondary-dark) 35%)}.nv-hero__feat{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem .5rem;background:var(--nv-surface-ice);border-radius:var(--nv-radius);padding:.9rem;margin-bottom:1.25rem}.nv-hero__feat-item{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:12px;font-weight:600;text-align:left;color:var(--nv-text)}.nv-hero__feat-item .nv-ic{flex:none;width:20px;height:20px;color:var(--nv-secondary-dark)}@media(max-width:400px){.nv-hero__feat{grid-template-columns:repeat(2,1fr)}}.nv-sold{margin-bottom:1rem}.nv-sold__box{display:flex;align-items:center;gap:.75rem;background:var(--nv-surface-ice);border:1px solid var(--nv-border);border-radius:var(--nv-radius);padding:.75rem .9rem}.nv-sold__bar{flex:1 1 auto;position:relative;height:10px;border-radius:9999px;background:var(--nv-border);overflow:hidden}.nv-sold__bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--nv-sold-pct, 0%);border-radius:inherit;overflow:hidden;animation:nv-sold-count 1.4s .1s cubic-bezier(.2,.8,.2,1) both}.nv-sold__bar-fill--green{background:var(--nv-secondary-dark)}.nv-sold__bar-fill--orange{background:var(--nv-tertiary)}.nv-sold__bar-fill--red{background:var(--nv-error)}.nv-sold__bar-fill:after{content:"";position:absolute;top:0;bottom:0;left:-50%;width:50%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:nv-sold-shine 2.4s ease-in-out 1.5s infinite}@keyframes nv-sold-count{0%{width:0%}to{width:var(--nv-sold-pct, 0%)}}@keyframes nv-sold-shine{0%{left:-50%}to{left:150%}}.nv-sold__label{flex:none;font-size:13px;font-weight:800;white-space:nowrap}.nv-sold__label--green{color:var(--nv-secondary-dark)}.nv-sold__label--orange{color:var(--nv-tertiary)}.nv-sold__label--red{color:var(--nv-error)}.nv-sold__restock{display:flex;align-items:center;gap:.3rem;font-size:12px;font-weight:700;color:var(--nv-secondary-dark);margin-top:.5rem}.nv-sold__restock .nv-ic{width:14px;height:14px}@media(prefers-reduced-motion:reduce){.nv-sold__bar-fill{animation:none;width:var(--nv-sold-pct, 0%)}.nv-sold__bar-fill:after{display:none}}.nv-pack__heading{display:flex;align-items:center;gap:.75rem;margin:1rem 0 .6rem}.nv-pack__heading:before,.nv-pack__heading:after{content:"";flex:1 1 auto;height:1px;background:var(--nv-border)}.nv-pack__heading span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--nv-text-muted);white-space:nowrap}.nv-bundle{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.nv-bundle__opt{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;background:var(--nv-surface);border:1.5px solid var(--nv-border);border-radius:var(--nv-radius);padding:1.4rem .5rem .6rem;cursor:pointer;text-align:center;font-family:inherit}.nv-bundle__opt.is-active{border-color:var(--nv-secondary-dark);background:var(--nv-surface-ice);box-shadow:var(--nv-shadow-active)}.nv-bundle__badge{position:absolute;top:-10px;left:50%;translate:-50% 0;white-space:nowrap;background:var(--nv-secondary-dark);color:var(--nv-text-on-dark);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;padding:.3rem .6rem;border-radius:9999px}.nv-bundle__badge--dark{background:var(--nv-primary)}.nv-bundle__img{display:block;width:100%;max-width:84px}.nv-bundle__img img{display:block;width:100%;height:auto;border-radius:.5rem}.nv-bundle__title{font-size:12.5px;font-weight:800;color:var(--nv-primary);line-height:1.2}.nv-bundle__save{font-size:10.5px;font-weight:700;color:var(--nv-text-muted);background:var(--nv-surface-subtle);padding:.15rem .5rem;border-radius:9999px}.nv-bundle__save--active{color:var(--nv-text-on-dark);background:var(--nv-secondary-dark)}.nv-bundle__price{font-size:15px;font-weight:800;color:var(--nv-primary)}.nv-bundle__compare{font-size:11px;font-weight:500;color:var(--nv-text-muted);margin-left:.15rem}.nv-bundle__unit{font-size:10px;font-weight:600;color:var(--nv-text-muted)}.nv-hero__form{margin-bottom:1rem}.nv-hero__trust{list-style:none;padding:.9rem .5rem;margin:0;display:grid;grid-template-columns:repeat(3,1fr);background:#16a34a12;border:1px solid rgba(22,163,74,.18);border-radius:var(--nv-radius)}.nv-hero__trust li{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;padding-inline:.4rem;border-right:1px solid rgba(22,163,74,.18)}.nv-hero__trust li:last-child{border-right:none}.nv-hero__trust-ic{color:var(--nv-secondary-dark)}.nv-hero__trust-ic .nv-ic{width:22px;height:22px}.nv-hero__trust-title{font-size:12px;font-weight:700;color:var(--nv-primary);line-height:1.25}.nv-hero__trust-sub{font-size:10px;font-weight:500;color:var(--nv-text-muted);line-height:1.25}.nv-split{display:grid;gap:2rem}@media(min-width:900px){.nv-split{grid-template-columns:1fr 1fr;align-items:start}}.nv-vrail{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.nv-showcase{border-radius:var(--nv-radius-lg);overflow:hidden;box-shadow:var(--nv-shadow-card)}.nv-showcase img{width:100%;height:100%;object-fit:cover;display:block}.nv-vcard{border-radius:var(--nv-radius);overflow:hidden;background:var(--nv-surface-ice);box-shadow:var(--nv-shadow-card)}.nv-vcard__media{position:relative;aspect-ratio:9/16;background:var(--nv-neutral);display:flex;align-items:center;justify-content:center}.nv-vcard__el{width:100%;height:100%;object-fit:cover}.nv-vcard__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:46px;height:46px;border-radius:9999px;border:none;background:#ffffffeb;color:var(--nv-primary);display:flex;align-items:center;justify-content:center;cursor:pointer}.nv-vcard__media--pending{color:var(--nv-text-on-dark)}.nv-vcard__media--empty{background:repeating-linear-gradient(45deg,var(--nv-surface-muted),var(--nv-surface-muted) 10px,var(--nv-surface-subtle) 10px,var(--nv-surface-subtle) 20px)}.nv-vcard__pending{position:absolute;bottom:8px;left:8px;right:8px;font-size:10px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.04em;background:#0a2540bf;color:#fff;border-radius:9999px;padding:.3rem .5rem}.nv-vcard__caption{font-size:12px;color:var(--nv-text-muted);padding:.5rem .75rem .75rem;margin:0}.nv-acc__item{border-bottom:1px solid var(--nv-border);padding-block:.65rem}.nv-acc__item summary{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:15px;color:var(--nv-primary);cursor:pointer;list-style:none}.nv-acc__item summary::-webkit-details-marker{display:none}.nv-acc__item .nv-ic--chev{transition:transform .2s ease}.nv-acc__item[open] .nv-ic--chev{transform:rotate(180deg)}.nv-acc__item .nv-rte,.nv-acc__item .nv-rte-list{margin-top:.6rem}.nv-stats{text-align:center;background:var(--nv-primary);color:var(--nv-text-on-dark);border-radius:var(--nv-radius-lg)}.nv-stats .nv-h2{color:var(--nv-text-on-dark)}.nv-stats .nv-sub{color:#ffffffbf}.nv-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.nv-stat{display:flex;flex-direction:column}.nv-stat__value{font-size:26px;font-weight:800;color:var(--nv-gold)}.nv-stat__label{font-size:11px;color:#ffffffb3}.nv-stats--photo{position:relative;overflow:hidden;padding-block:2.5rem;min-height:360px;display:flex;align-items:flex-end}.nv-stats__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.nv-stats__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.nv-stats__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0a254085,#0a2540b8 45%,#0a2540f2)}.nv-stats__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.nv-stats--photo .nv-stats__grid{margin-bottom:0}.nv-stats--photo .nv-h2,.nv-stats--photo .nv-sub,.nv-stats--photo .nv-eyebrow--light,.nv-stats--photo .nv-stat__value,.nv-stats--photo .nv-stat__label{text-shadow:0 1px 6px rgba(0,0,0,.45)}.nv-stats__copy{display:flex;flex-direction:column;align-items:center;gap:.35rem}.nv-stats__copy .nv-sub{margin-bottom:.5rem}.nv-stats__copy .nv-btn{margin-top:.25rem}.nv-stats--photo .nv-footnote{color:#ffffffa6}.nv-stats .nv-btn--primary{background:#fff;color:var(--nv-secondary-dark);box-shadow:none}@media(min-width:768px){.nv-stats--photo{min-height:480px}.nv-stats__content{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}.nv-stats--photo .nv-stats__grid{flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr));max-width:300px;gap:1.1rem}.nv-stats__copy{flex:1 1 440px;max-width:480px;align-items:flex-start;text-align:left}.nv-stats--photo .nv-stat{text-align:left}}.nv-ingredients{display:grid;gap:2rem}.nv-ing{display:grid;gap:1.5rem}@media(min-width:860px){.nv-ing{grid-template-columns:.9fr 1.1fr;align-items:start}}.nv-ing__media{position:relative;border-radius:var(--nv-radius-lg);overflow:hidden}.nv-ing__media img{width:100%;aspect-ratio:16/9;object-fit:cover}.nv-ing__media--contain{background:var(--nv-surface)}.nv-ing__media--contain img{aspect-ratio:auto;object-fit:contain}.nv-ing__eyebrow{position:absolute;bottom:12px;left:12px;background:#0a2540d9;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;padding:.4rem .7rem;border-radius:9999px}.nv-ing__subtitle{font-weight:700;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--nv-secondary-dark);margin:0 0 .4rem}.nv-ing__body{background:var(--nv-surface-subtle);border-radius:var(--nv-radius);padding:1.1rem 1.25rem}.nv-ing__acc{background:var(--nv-surface);border:1px solid var(--nv-border);border-radius:var(--nv-radius);padding:.25rem 1rem;margin-top:1rem}.nv-ing__acc summary{font-size:15px;padding-block:.6rem}.nv-ing__acc[open] summary{border-bottom:1px solid var(--nv-border)}.nv-ing__acc .nv-ing__steps{margin-top:.75rem;padding-bottom:.5rem}.nv-ing__steps{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:1rem}.nv-ing__steps li{position:relative;padding-left:2.5rem}.nv-ing__steps img{width:100%;border-radius:var(--nv-radius);margin-bottom:.5rem}.nv-ing__step-num{position:absolute;left:0;top:0;font-size:12px;font-weight:800;color:var(--nv-secondary-dark);background:var(--nv-surface-ice);border-radius:9999px;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center}.nv-ing__steps h5{margin:0 0 .25rem;font-size:15px;color:var(--nv-primary)}.nv-ing__serving{font-size:13px;background:var(--nv-surface-subtle);border-radius:.75rem;padding:.6rem .9rem;margin-top:1rem}.nv-ing-summary__math{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.nv-ing-summary__val{display:flex;flex-direction:column;font-size:22px;font-weight:800;color:var(--nv-primary)}.nv-ing-summary__val small{font-size:11px;font-weight:600;color:var(--nv-text-muted)}.nv-ing-summary__plus{font-size:22px;color:var(--nv-secondary-dark);font-weight:800}.nv-summary{text-align:center}.nv-summary__content{max-width:680px;margin-inline:auto}.nv-summary--photo{position:relative;overflow:hidden;min-height:360px;display:flex;align-items:center}.nv-summary__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.nv-summary__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.nv-summary__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0a2540b8,#0a2540db 45%,#0a2540f7)}.nv-summary--photo .nv-summary__content{position:relative;z-index:2}.nv-summary--photo .nv-h3,.nv-summary--photo .nv-rte p{color:var(--nv-text-on-dark);text-shadow:0 1px 6px rgba(0,0,0,.4)}.nv-summary--photo .nv-ing-summary__val{color:#fff}.nv-summary--photo .nv-ing-summary__val small{color:#ffffffbf}.nv-summary--photo .nv-ing-summary__plus{color:var(--nv-gold)}@media(min-width:768px){.nv-summary--photo{min-height:440px}}.nv-reviews{background:var(--nv-surface-ice);border-radius:var(--nv-radius-lg)}.nv-reviews__viewport{overflow:hidden}.nv-reviews__rail{display:flex;width:max-content;animation:nv-marquee 45s linear infinite}.nv-reviews__viewport:hover .nv-reviews__rail{animation-play-state:paused}.nv-reviews__track{display:flex;flex:0 0 auto;gap:1rem;width:max-content;padding-right:1rem}.nv-review{width:300px;flex:none;background:var(--nv-surface);border:1px solid var(--nv-border);border-radius:var(--nv-radius);padding:1rem;box-shadow:var(--nv-shadow-card)}.nv-review__head{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.nv-review__avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover}.nv-review__avatar--fallback{display:flex;align-items:center;justify-content:center;background:var(--nv-surface-muted);color:var(--nv-primary);font-weight:800}.nv-review__name{display:block;font-weight:700;font-size:14px;color:var(--nv-primary)}.nv-review__city{display:block;font-size:11px;color:var(--nv-text-muted)}.nv-review__text{font-size:13px;color:var(--nv-text);line-height:1.5;margin:.5rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.nv-review__text.is-expanded{-webkit-line-clamp:unset;overflow:visible}.nv-review__more{display:block;background:none;border:none;padding:0;margin:0 0 .5rem;font:inherit;font-size:13px;font-weight:700;color:var(--nv-secondary-dark);cursor:pointer}.nv-review__more[hidden]{display:none}.nv-review__foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.75rem;font-size:12px;color:var(--nv-text-muted)}.nv-review__likes{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.nv-review__actions{display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap}@media(min-width:768px){.nv-reviews__viewport{overflow:visible}.nv-reviews__rail{display:block;width:auto;animation:none}.nv-reviews__track{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.25rem;width:auto;padding-right:0}.nv-reviews__track[aria-hidden=true]{display:none}.nv-review{width:auto}}@media(prefers-reduced-motion:reduce){.nv-reviews__rail{animation:none}.nv-reviews__viewport{overflow-x:auto}}.nv-ctaband{background:var(--nv-secondary-dark);color:#fff;padding:.9rem var(--nv-gutter);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;text-align:center}.nv-ctaband__h{font-weight:800}.nv-ctaband__sub{font-size:13px;opacity:.85}.nv-ctaband .nv-btn--primary{background:#fff;color:var(--nv-secondary-dark)}.nv-ctaband--docked{background:none;color:inherit;padding:1.5rem var(--nv-gutter) 0;flex-direction:column}.nv-ctaband--docked .nv-btn--primary{background:var(--nv-secondary-dark);color:var(--nv-text-on-dark);width:100%;max-width:420px}.nv-ctaband__caption{font-size:13px;color:var(--nv-text-muted)}.nv-cmp__card{border:1px solid var(--nv-border);border-radius:var(--nv-radius-lg);overflow:hidden;background:var(--nv-surface)}.nv-cmp__head{display:grid;grid-template-columns:1fr 1fr;text-align:center;padding:1.25rem 1rem .75rem}.nv-cmp__head .nv-cmp__col:first-child{display:none}.nv-cmp__col img{width:100%;max-width:140px;margin-inline:auto;border-radius:var(--nv-radius);aspect-ratio:4/3;object-fit:cover}.nv-cmp__label{display:block;font-weight:800;margin-top:.5rem;font-size:13px}.nv-cmp__col--us .nv-cmp__label{color:var(--nv-secondary-dark)}.nv-cmp__badge{display:inline-block;margin-top:.4rem;background:var(--nv-secondary-dark);color:var(--nv-text-on-dark);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .7rem;border-radius:9999px}.nv-cmp__rows{border-top:1px solid var(--nv-border)}.nv-cmp__row{padding:1rem .9rem;border-top:1px solid var(--nv-border)}.nv-cmp__row:first-child{border-top:none}.nv-cmp__feature{display:block;font-weight:700;font-size:14px;margin-bottom:.6rem}.nv-cmp__row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.nv-cmp__row>.nv-cmp__feature{grid-column:1 / -1}.nv-cmp__val{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.6rem .7rem;border-radius:var(--nv-radius);font-size:12px}.nv-cmp__val--us{background:color-mix(in srgb,var(--nv-secondary) 10%,var(--nv-surface))}.nv-cmp__val--them{background:var(--nv-surface-muted);color:var(--nv-text-muted)}.nv-cmp__val-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;opacity:.7}.nv-cmp__val-body{display:flex;align-items:center;gap:.3rem;font-weight:700}.nv-cmp__val--neg .nv-ic,.nv-cmp__val--them .nv-ic{color:var(--nv-text-muted)}.nv-cmp__val--them.nv-cmp__val--pos .nv-ic{color:var(--nv-secondary-dark)}@media(min-width:768px){.nv-cmp__head{grid-template-columns:1.2fr 1fr 1fr;padding:1.5rem 1.5rem 0}.nv-cmp__head .nv-cmp__col:first-child{display:block}.nv-cmp__col--us{background:color-mix(in srgb,var(--nv-secondary) 10%,var(--nv-surface));align-self:stretch;padding:1.5rem 1rem 1rem;border-top:4px solid var(--nv-secondary-dark);border-radius:var(--nv-radius) var(--nv-radius) 0 0}.nv-cmp__rows{border-top:none}.nv-cmp__row{grid-template-columns:1.2fr 1fr 1fr;gap:0;align-items:center;padding:0;font-size:13px}.nv-cmp__row>.nv-cmp__feature{grid-column:auto;margin:0;padding:.8rem .9rem;font-weight:600}.nv-cmp__val{flex-direction:row;align-items:center;gap:.4rem;padding:.8rem .9rem;border-radius:0;background:none}.nv-cmp__val--us{background:color-mix(in srgb,var(--nv-secondary) 10%,var(--nv-surface))}.nv-cmp__val-label{display:none}.nv-cmp__row:nth-child(odd) .nv-cmp__val--them{background:var(--nv-surface-ice)}}.nv-scene{position:relative;border-radius:var(--nv-radius-lg);overflow:hidden;margin:var(--nv-space-lg) var(--nv-gutter);min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.25rem;background:var(--nv-scene-bg, none) center/cover,var(--nv-primary);color:#fff}.nv-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a25401a,#0a2540d9)}.nv-scene__pills,.nv-scene__copy{position:relative;z-index:1}.nv-scene__pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.nv-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:12px;font-weight:600;padding:.5rem .9rem;border-radius:9999px}.nv-ben{position:relative}.nv-ben__viewport{overflow:hidden}.nv-ben__rail{display:flex;width:max-content;animation:nv-marquee 40s linear infinite}.nv-ben__viewport:hover .nv-ben__rail{animation-play-state:paused}.nv-ben__track{display:flex;flex:0 0 auto;gap:1rem;width:max-content;padding-right:1rem}.nv-ben__card{flex:none;width:220px;background:var(--nv-surface);border:1px solid var(--nv-border);border-radius:var(--nv-radius);padding:1.1rem;box-shadow:var(--nv-shadow-card)}.nv-ben__card h4{margin:.6rem 0 .35rem;font-size:14px;color:var(--nv-primary)}.nv-ben__card p{margin:0;font-size:12.5px;color:var(--nv-text-muted);line-height:1.5}@media(prefers-reduced-motion:reduce){.nv-ben__rail{animation:none}.nv-ben__viewport{overflow-x:auto}}.nv-exp{text-align:center}.nv-exp__viewport{overflow:hidden;margin-bottom:1.5rem}.nv-exp__rail{display:flex;width:max-content;animation:nv-marquee 40s linear infinite}.nv-exp__viewport:hover .nv-exp__rail{animation-play-state:paused}.nv-exp__track{display:flex;flex:0 0 auto;gap:1rem;width:max-content;padding-right:1rem}.nv-exp__week{flex:none;width:240px;text-align:left;background:var(--nv-surface);border:1px solid var(--nv-border);border-radius:var(--nv-radius);padding:1.1rem}.nv-exp__num{display:inline-flex;width:1.75rem;height:1.75rem;border-radius:9999px;background:var(--nv-secondary-dark);color:#fff;font-weight:800;font-size:13px;align-items:center;justify-content:center;margin-bottom:.5rem}.nv-exp__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;color:var(--nv-secondary-dark)}.nv-exp__week h4{margin:.2rem 0 .6rem;font-size:15px;color:var(--nv-primary)}.nv-exp__week ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.nv-exp__week li{display:flex;gap:.4rem;font-size:12.5px;color:var(--nv-text-muted)}.nv-exp__progress{height:6px;border-radius:9999px;background:var(--nv-surface-muted);max-width:420px;margin:0 auto 1.25rem;overflow:hidden}.nv-exp__progress-bar{height:100%;width:2%;background:var(--nv-secondary-dark);border-radius:inherit;transition:width 1.2s cubic-bezier(.2,.8,.2,1)}@media(prefers-reduced-motion:reduce){.nv-exp__rail{animation:none}.nv-exp__viewport{overflow-x:auto}}@keyframes nv-icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.14)}}.nv-ben__card .nv-ic,.nv-exp__week li .nv-ic{animation:nv-icon-pulse 2.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.nv-ben__card .nv-ic,.nv-exp__week li .nv-ic{animation:none}}.nv-risk{text-align:center;background:var(--nv-surface-ice);border-radius:var(--nv-radius-lg)}.nv-seal{position:relative;width:96px;height:96px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.nv-seal__ring{position:absolute;top:0;right:0;bottom:0;left:0;fill:none;stroke:var(--nv-secondary-dark);stroke-width:3;stroke-dasharray:8 6;stroke-linecap:round;animation:nv-seal-spin 18s linear infinite}.nv-seal__num{font-size:26px;font-weight:800;color:var(--nv-primary)}.nv-seal__label{font-size:11px;color:var(--nv-text-muted);text-transform:uppercase}@keyframes nv-seal-spin{to{transform:rotate(360deg)}}.nv-risk__checks{list-style:none;padding:0;margin:1rem auto 1.5rem;display:inline-flex;flex-direction:column;gap:.5rem;text-align:left}.nv-risk__checks li{display:flex;gap:.5rem;font-size:13px;font-weight:600}@media(prefers-reduced-motion:reduce){.nv-seal__ring{animation:none}}.nv-deal{text-align:center}.nv-tiers{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0}.nv-tier{position:relative;flex:1 1 260px;max-width:320px;text-align:center;background:var(--nv-surface);border:1px solid var(--nv-border);border-radius:var(--nv-radius-lg);padding:1.5rem 1rem 1.25rem;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.nv-tier input{position:absolute;opacity:0}.nv-tier:has(input:checked),.nv-tier--best{border:2px solid var(--nv-secondary);box-shadow:var(--nv-shadow-active)}.nv-tier__badge{position:absolute;top:-12px;left:50%;translate:-50% 0;background:var(--nv-gold);color:var(--nv-primary);font-size:10px;font-weight:800;text-transform:uppercase;padding:.3rem .7rem;border-radius:9999px;white-space:nowrap}.nv-tier img{width:100%;max-width:140px;margin:0 auto .75rem}.nv-tier__name{display:block;font-weight:800;color:var(--nv-primary)}.nv-tier__sub{display:block;font-size:12px;color:var(--nv-text-muted);margin-bottom:.5rem}.nv-tier__save{display:inline-block;font-size:11px;font-weight:700;color:var(--nv-text-on-dark);background:var(--nv-secondary-dark);padding:.2rem .6rem;border-radius:9999px;margin-bottom:.4rem}.nv-tier__price{display:block;font-weight:800;font-size:18px;color:var(--nv-secondary-dark)}.nv-tier__price s{font-weight:500;font-size:13px;color:var(--nv-text-muted);margin-left:.35rem}.nv-tier__unit{display:block;font-size:11px;font-weight:600;color:var(--nv-text-muted);margin-top:.2rem}.nv-btn--wide{width:100%;max-width:420px;margin-inline:auto}.nv-deal__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem}.nv-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:11px;font-weight:700;border:1px solid transparent;border-radius:9999px;padding:.4rem .7rem}.nv-chip:nth-child(4n+1){background:var(--nv-primary);color:var(--nv-text-on-dark)}.nv-chip:nth-child(4n+2){background:var(--nv-secondary-dark);color:var(--nv-text-on-dark)}.nv-chip:nth-child(4n+3){background:var(--nv-gold);color:var(--nv-primary)}.nv-chip:nth-child(4n+4){background:var(--nv-whatsapp);color:var(--nv-primary)}@keyframes nv-chip-glow{0%,to{opacity:.4}15%{opacity:1}35%{opacity:.4}}.nv-chip{animation:nv-chip-glow 4.8s ease-in-out infinite}.nv-chip:nth-child(4n+1){animation-delay:0s}.nv-chip:nth-child(4n+2){animation-delay:1.2s}.nv-chip:nth-child(4n+3){animation-delay:2.4s}.nv-chip:nth-child(4n+4){animation-delay:3.6s}@media(prefers-reduced-motion:reduce){.nv-chip{animation:none;opacity:1}}.nv-guar{text-align:center}.nv-guar__seal{display:flex;align-items:center;justify-content:center;gap:.4rem;color:var(--nv-secondary-dark);font-weight:800;margin-bottom:.75rem}.nv-guar__seal span{font-size:22px}.nv-guar__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;font-size:13px;color:var(--nv-text-muted)}.nv-guar__meta span{display:inline-flex;align-items:center;gap:.35rem}.nv-faq{text-align:center}.nv-faq__list{text-align:left;max-width:720px;margin:1.5rem auto 0}.nv-faq__item{border-bottom:1px solid var(--nv-border);padding-block:1rem}.nv-faq__item summary{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:14.5px;color:var(--nv-primary);cursor:pointer;list-style:none}.nv-faq__item summary::-webkit-details-marker{display:none}.nv-faq__item .nv-ic--chev{transition:transform .2s ease}.nv-faq__item[open] .nv-ic--chev{transform:rotate(180deg)}.nv-faq__item .nv-rte{margin-top:.6rem}.nv-foot{background:var(--nv-primary);color:#fff;padding:2.5rem var(--nv-gutter);text-align:center}.nv-foot__brand img{height:32px;margin-bottom:.5rem}.nv-foot__wordmark{font-size:22px;font-weight:800}.nv-foot__brand p{font-size:13px;color:#ffffffb3;max-width:420px;margin:.5rem auto 1.5rem}.nv-foot__news-form{display:flex;gap:.5rem;max-width:360px;margin:0 auto 1.5rem}.nv-foot__news-form input{flex:1;border-radius:9999px;border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#fff;padding:.6rem 1rem}.nv-foot__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem}.nv-foot__links a{color:#ffffffd9;font-size:13px;text-decoration:none}.nv-foot__links a:hover{color:var(--nv-secondary)}.nv-foot__copy{font-size:11px;color:#ffffff80}.nv-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--nv-surface);padding:.75rem var(--nv-gutter);box-shadow:var(--nv-shadow-dock);padding-bottom:max(.75rem,env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .25s ease}.nv-sticky.is-visible{transform:translateY(0)}.nv-sticky__copy{display:flex;flex-direction:column;font-size:13px}.nv-sticky__copy strong{color:var(--nv-primary)}.nv-sticky__copy span{color:var(--nv-text-muted);font-size:11px}.nv-disclaimer{background:var(--nv-surface-subtle);border-top:1px solid var(--nv-border);text-align:center}.nv-disclaimer:not(:has(.nv-disclaimer__h)):not(:has(.nv-disclaimer__links)){padding-block:var(--nv-space-md)}.nv-disclaimer:not(:has(.nv-disclaimer__h)) .nv-disclaimer__body p{font-size:12px;color:var(--nv-text-muted);margin-bottom:0}.nv-disclaimer__h{font-size:14px;font-weight:700;letter-spacing:.02em;color:var(--nv-primary);margin:0 0 var(--nv-space-sm);text-transform:uppercase}.nv-disclaimer__body,.nv-disclaimer__note{max-width:62ch;margin-inline:auto}.nv-disclaimer__body p{font-size:13px;line-height:1.65}.nv-disclaimer__body strong{color:var(--nv-text)}.nv-disclaimer__note{margin-top:var(--nv-space-sm);padding-top:var(--nv-space-sm);border-top:1px solid var(--nv-border)}.nv-disclaimer__note p{font-size:12px;line-height:1.6}.nv-disclaimer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1rem;margin-top:var(--nv-space-md)}.nv-disclaimer__links a{font-size:12px;color:var(--nv-text-muted);text-decoration:underline;text-underline-offset:2px}.nv-disclaimer__links a:hover,.nv-disclaimer__links a:focus-visible{color:var(--nv-primary)}.nv-disclaimer__sig{margin:var(--nv-space-md) 0 0;font-size:12px;color:var(--nv-text-muted)}.nv-wa{position:fixed;right:12px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:41;display:inline-flex;align-items:center;gap:.5rem;min-width:52px;min-height:52px;padding:0 14px;border-radius:9999px;background:var(--nv-secondary-dark);color:#fff;box-shadow:0 6px 18px #0f172a38;text-decoration:none;transition:transform .18s ease,bottom .25s ease}.nv-wa:has(span){padding:0 18px}.nv-wa:not(:has(span)){padding:0;justify-content:center}.nv-wa svg{width:26px;height:26px;fill:currentColor;flex:none}.nv-wa span{font-size:14px;font-weight:600;white-space:nowrap}.nv-wa:hover,.nv-wa:focus-visible{transform:translateY(-2px);color:#fff}.nv-wa:focus-visible{outline:3px solid var(--nv-primary);outline-offset:2px}body:has(.nv-sticky.is-visible) .nv-wa,body:has(.el-codbar.is-visible) .nv-wa{bottom:calc(100px + env(safe-area-inset-bottom))}@media(prefers-reduced-motion:reduce){.nv-wa{transition:none}.nv-wa:hover,.nv-wa:focus-visible{transform:none}}.nv-proof{position:fixed;left:12px;bottom:84px;z-index:39;display:flex;align-items:center;gap:.5rem;background:var(--nv-surface);border:1px solid var(--nv-border);border-radius:9999px;padding:.55rem .9rem;box-shadow:var(--nv-shadow-card);font-size:12px;max-width:280px;opacity:0;translate:0 8px;transition:opacity .25s ease,translate .25s ease}.nv-proof.is-visible{opacity:1;translate:0 0}.nv-proof__dot{width:8px;height:8px;border-radius:9999px;background:var(--nv-secondary);flex:none}[data-elegance-reveal]{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}[data-elegance-reveal].elegance-in-view{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-elegance-reveal]{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/nuvo-pdp.css.map */
