.ractive-section{padding:var(--ractive-pt, 4rem) 0 var(--ractive-pb, 4rem)}.ractive-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:1.3rem;opacity:.7}.ractive-ticker{overflow:hidden}.ractive-ticker__track{display:flex;width:max-content;animation:ractive-marquee var(--ractive-ticker-speed, 30s) linear infinite}.ractive-ticker:hover .ractive-ticker__track{animation-play-state:paused}.ractive-ticker__item{display:inline-flex;align-items:center;gap:1rem;padding:1.2rem 2.4rem;font-weight:600;white-space:nowrap}.ractive-ticker__item svg,.ractive-ticker__sep{width:1.6rem;height:1.6rem;opacity:.6}@keyframes ractive-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ractive-ticker__track{animation:none;flex-wrap:wrap;justify-content:center}}.ractive-iconbar__grid{display:grid;gap:2rem;grid-template-columns:repeat(var(--ractive-cols, 4),1fr)}.ractive-iconbar__cell{text-align:center}.ractive-iconbar__cell.is-row{display:flex;align-items:center;gap:1.2rem;text-align:left}.ractive-iconbar__icon{display:inline-grid;place-items:center;margin-bottom:.8rem}.ractive-iconbar__cell.is-row .ractive-iconbar__icon{margin:0}.ractive-iconbar__icon img,.ractive-iconbar__icon svg{width:var(--ractive-icon-size, 4rem);height:var(--ractive-icon-size, 4rem);object-fit:contain}.ractive-iconbar__title{font-weight:600}.ractive-iconbar__text{font-size:1.4rem;opacity:.75}@media(max-width:749px){.ractive-iconbar__grid{grid-template-columns:repeat(var(--ractive-cols-mobile, 2),1fr)}}.ractive-vs{max-width:70rem;margin-inline:auto;border-radius:1.4rem;overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.12)}.ractive-vs__row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:stretch}.ractive-vs__row:not(:last-child){border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.ractive-vs__cell{padding:1.4rem 1.2rem;display:flex;align-items:center;justify-content:center;text-align:center;gap:.6rem}.ractive-vs__cell--feature{justify-content:flex-start;text-align:left;font-weight:500}.ractive-vs__head{font-weight:700}.ractive-vs__col--us{background:rgb(var(--ractive-accent, var(--color-foreground)));color:rgb(var(--color-base-solid-button-labels))}.ractive-vs__row--head .ractive-vs__col--us{border-radius:1.4rem 1.4rem 0 0}.ractive-vs__yes{color:#1a9d52}.ractive-vs__col--us .ractive-vs__yes{color:inherit}.ractive-vs__no{color:#c0392b;opacity:.8}.ractive-vs__cell svg{width:2rem;height:2rem}@media(max-width:749px){.ractive-vs__row{grid-template-columns:1.2fr 1fr 1fr}.ractive-vs__cell{padding:1.1rem .6rem;font-size:1.3rem}}.ractive-tst__track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;scrollbar-width:thin}.ractive-tst__card{scroll-snap-align:start;flex:0 0 clamp(26rem,80%,34rem);background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.4rem;padding:2.2rem;display:flex;flex-direction:column;gap:1.2rem}.ractive-tst__stars{color:#ffb400;letter-spacing:.15em}.ractive-tst__quote{line-height:1.55}.ractive-tst__who{display:flex;align-items:center;gap:1rem;margin-top:auto}.ractive-tst__avatar{width:4.2rem;height:4.2rem;border-radius:50%;object-fit:cover;background:rgba(var(--color-foreground),.1)}.ractive-tst__name{font-weight:600}.ractive-tst__verified{font-size:1.2rem;color:#1a9d52}.ractive-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:none;align-items:center;justify-content:center;padding:2rem}.ractive-popup.is-open{display:flex}.ractive-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .3s}.ractive-popup.is-open .ractive-popup__overlay{opacity:1}.ractive-popup__box{position:relative;z-index:1;max-width:44rem;width:100%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.6rem;padding:3rem;text-align:center;transform:translateY(1.5rem) scale(.97);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s}.ractive-popup.is-open .ractive-popup__box{transform:none;opacity:1}.ractive-popup__close{position:absolute;top:1rem;right:1rem;background:none;border:0;cursor:pointer;padding:.6rem;line-height:0;opacity:.6}.ractive-popup__close:hover{opacity:1}.ractive-popup__close svg{width:1.8rem;height:1.8rem}.ractive-popup__form{display:flex;gap:.8rem;margin-top:1.6rem}.ractive-popup__form .field__input{flex:1}.ractive-countdown{display:flex;flex-direction:column;gap:.8rem;margin:1.5rem 0;padding:1.4rem;border-radius:1rem;background:rgba(var(--ractive-accent, var(--color-foreground)),.06);border:.1rem solid rgba(var(--ractive-accent, var(--color-foreground)),.25)}.ractive-countdown__label{font-weight:600}.ractive-countdown__clock{display:flex;gap:.8rem}.ractive-countdown__unit{background:rgb(var(--ractive-accent, var(--color-foreground)));color:rgb(var(--color-base-solid-button-labels));border-radius:.6rem;padding:.6rem .9rem;min-width:4.2rem;text-align:center;font-variant-numeric:tabular-nums}.ractive-countdown__num{font-size:1.9rem;font-weight:700;line-height:1}.ractive-countdown__cap{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.ractive-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:6;background:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 -.4rem 1.6rem rgba(var(--color-foreground),.1);transform:translateY(110%);transition:transform .28s cubic-bezier(.4,0,.2,1);padding:1rem 1.2rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.ractive-sticky-atc.is-visible{transform:none}.ractive-sticky-atc__inner{display:flex;align-items:stretch;gap:1rem;max-width:var(--page-width, 120rem);margin-inline:auto}.ractive-sticky-atc__product{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.ractive-sticky-atc__image{width:4.6rem;height:4.6rem;border-radius:.8rem;object-fit:cover;flex-shrink:0;background:rgba(var(--color-foreground),.05)}.ractive-sticky-atc__text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.3rem}.ractive-sticky-atc__title{font-size:1.3rem;font-weight:500;line-height:1.3;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ractive-sticky-atc__variant{font-size:1.15rem;font-weight:400;line-height:1.2;color:rgba(var(--color-foreground),.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ractive-sticky-atc__price{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.2}.ractive-sticky-atc__compare{color:rgba(var(--color-foreground),.55);text-decoration:line-through;font-weight:400;font-size:1.15rem;margin-left:.6rem}.ractive-sticky-atc .ractive-sticky-atc__btn{flex-shrink:0;align-self:stretch;margin:0;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-height:5rem;min-width:12rem;font-size:1.3rem;font-weight:500;letter-spacing:-.01em;line-height:1;padding:0 1.8rem}@media(max-width:749px){.ractive-sticky-atc--hide-mobile{display:none!important}}@media(min-width:750px){.ractive-sticky-atc--hide-desktop{display:none!important}.ractive-sticky-atc__inner{gap:1.5rem}.ractive-sticky-atc__image{width:5rem;height:5rem}.ractive-sticky-atc__title,.ractive-sticky-atc__price{font-size:1.4rem}.ractive-sticky-atc .ractive-sticky-atc__btn{font-size:1.4rem;min-width:16rem}}@media(max-width:380px){.ractive-sticky-atc{padding:.8rem 1rem;padding-bottom:calc(.8rem + env(safe-area-inset-bottom,0px))}.ractive-sticky-atc__image{width:4.2rem;height:4.2rem}.ractive-sticky-atc__title,.ractive-sticky-atc__price{font-size:1.15rem}.ractive-sticky-atc .ractive-sticky-atc__btn{min-width:11rem;min-height:4.6rem;font-size:1.25rem;padding:0 1.4rem}}@media(max-width:749px)and (max-height:450px)and (orientation:landscape){.ractive-sticky-atc{display:none!important}}.ractive-urgency{display:flex;flex-direction:column;gap:.9rem;margin:1.4rem 0}.ractive-urgency__viewers{display:flex;align-items:center;gap:.7rem;font-size:1.4rem}.ractive-urgency__dot{width:.9rem;height:.9rem;border-radius:50%;background:#e74c3c;box-shadow:0 0 #e74c3c99;animation:ractive-pulse 1.8s infinite}@keyframes ractive-pulse{70%{box-shadow:0 0 0 .8rem #e74c3c00}to{box-shadow:0 0 #e74c3c00}}.ractive-urgency__stock-text{font-size:1.4rem;font-weight:600;color:#c0392b}.ractive-urgency__bar{height:.7rem;border-radius:1rem;background:rgba(var(--color-foreground),.12);overflow:hidden}.ractive-urgency__fill{height:100%;border-radius:1rem;background:linear-gradient(90deg,#e74c3c,#f39c12)}.ractive-badges{margin:1.5rem 0;text-align:center}.ractive-badges__title{font-size:1.3rem;opacity:.7;margin-bottom:.8rem}.ractive-badges__row{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.ractive-badges__item{height:2.6rem;width:4rem;display:grid;place-items:center;background:#fff;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:.5rem;padding:.3rem}.ractive-badges__item img,.ractive-badges__item svg{max-height:100%;max-width:100%}.ractive-emoji{display:grid;gap:1rem;margin:1.5rem 0}.ractive-emoji__item{display:flex;align-items:center;gap:1rem}.ractive-emoji__icon{font-size:2rem;line-height:1;flex:0 0 auto}.ractive-emoji__text{line-height:1.4}.ractive-bundle{display:block;margin:1.5rem 0;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1rem;padding:1.4rem}.ractive-bundle__title{font-weight:600;margin-bottom:1rem}.ractive-bundle__items{display:flex;flex-direction:column;gap:.8rem}.ractive-bundle__item{display:flex;align-items:center;gap:1rem}.ractive-bundle__item input{width:1.8rem;height:1.8rem;flex:0 0 auto;accent-color:rgb(var(--ractive-accent, var(--color-foreground)))}.ractive-bundle__img{width:4.4rem;height:4.4rem;object-fit:cover;border-radius:.5rem;flex:0 0 auto;background:rgba(var(--color-foreground),.08)}.ractive-bundle__name{flex:1 1 auto;line-height:1.3;font-size:1.4rem}.ractive-bundle__price{font-weight:600;white-space:nowrap}.ractive-bundle__price s{opacity:.55;font-weight:400;margin-right:.4rem}.ractive-bundle__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.4rem;padding-top:1.2rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.ractive-bundle__total{font-size:1.6rem}.ractive-bundle__total strong{font-size:1.9rem}.ractive-sizechart__trigger{background:none;border:0;cursor:pointer;text-decoration:underline;padding:0;font:inherit;color:inherit;display:inline-flex;gap:.5rem;align-items:center;margin:1rem 0}.ractive-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;display:none;align-items:center;justify-content:center;padding:2rem}.ractive-modal.is-open{display:flex}.ractive-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.ractive-modal__box{position:relative;z-index:1;max-width:60rem;width:100%;max-height:85vh;overflow:auto;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.4rem;padding:2.4rem}.ractive-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:0;cursor:pointer;padding:.6rem;line-height:0}.ractive-modal__close svg{width:1.8rem;height:1.8rem}.ractive-modal table{width:100%;border-collapse:collapse;margin-top:1rem}.ractive-modal th,.ractive-modal td{border:.1rem solid rgba(var(--color-foreground),.15);padding:.8rem;text-align:center}.ractive-eta{display:flex;align-items:flex-start;gap:1rem;margin:1.4rem 0;padding:1.2rem 1.4rem;border-radius:1rem;background:rgba(var(--color-foreground),.04)}.ractive-eta__icon{font-size:1.8rem;line-height:1.3}.ractive-eta__text{font-size:1.4rem;line-height:1.45}.ractive-eta__date{font-weight:700;color:rgb(var(--ractive-accent, var(--color-foreground)))}.ractive-timeline{margin:1.6rem 0}.ractive-timeline__step{position:relative;display:flex;gap:1.2rem;padding-bottom:1.6rem}.ractive-timeline__step:last-child{padding-bottom:0}.ractive-timeline__rail{position:relative;flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.ractive-timeline__dot{width:2.6rem;height:2.6rem;border-radius:50%;display:grid;place-items:center;background:rgb(var(--ractive-accent, var(--color-foreground)));color:rgb(var(--color-base-solid-button-labels));font-size:1.3rem;z-index:1}.ractive-timeline__step:not(:last-child) .ractive-timeline__rail:after{content:"";position:absolute;top:2.6rem;bottom:-1.6rem;width:.2rem;background:rgba(var(--color-foreground),.18)}.ractive-timeline__title{font-weight:600}.ractive-timeline__text{font-size:1.4rem;opacity:.75}.ractive-comp{margin:1.6rem 0}.ractive-comp__title{font-weight:600;margin-bottom:1rem}.ractive-comp__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.8rem}.ractive-comp__card{scroll-snap-align:start;flex:0 0 16rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:.9rem;padding:1rem;display:flex;flex-direction:column;gap:.6rem}.ractive-comp__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.6rem;background:rgba(var(--color-foreground),.06)}.ractive-comp__name{font-size:1.3rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ractive-comp__price{font-weight:600;font-size:1.4rem}.ractive-comp__add{margin-top:auto}.ractive-tabs{margin:1.6rem 0}.ractive-tabs__nav{display:flex;flex-wrap:wrap;gap:.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.15)}.ractive-tabs__tab{background:none;border:0;border-bottom:.2rem solid transparent;margin-bottom:-.1rem;padding:.9rem 1.3rem;cursor:pointer;font:inherit;font-weight:600;opacity:.6}.ractive-tabs__tab[aria-selected=true]{opacity:1;border-bottom-color:rgb(var(--ractive-accent, var(--color-foreground)))}.ractive-tabs__panel{padding:1.4rem 0}.ractive-tabs__panel[hidden]{display:none}.ractive-ba{position:relative;max-width:80rem;margin-inline:auto;overflow:hidden;border-radius:1.2rem;-webkit-user-select:none;user-select:none;touch-action:none}.ractive-ba img{display:block;width:100%;height:auto;pointer-events:none}.ractive-ba__after{position:absolute;top:0;right:0;bottom:0;left:0;width:50%;overflow:hidden}.ractive-ba__after img{width:100vw;max-width:none;height:100%;object-fit:cover}.ractive-ba__handle{position:absolute;top:0;bottom:0;left:50%;width:.3rem;background:#fff;transform:translate(-50%);box-shadow:0 0 0 .1rem #0003}.ractive-ba__grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 .2rem .8rem #0000004d;cursor:ew-resize}.ractive-ba__grip svg{width:2rem;height:2rem;color:#333}.ractive-ba__label{position:absolute;top:1rem;padding:.3rem .9rem;border-radius:2rem;font-size:1.2rem;font-weight:600;background:#0009;color:#fff}.ractive-ba__label--before{left:1rem}.ractive-ba__label--after{right:1rem}.ractive-shop{position:relative;max-width:var(--page-width, 120rem);margin-inline:auto}.ractive-shop__img{display:block;width:100%;height:auto;border-radius:1.2rem}.ractive-shop__spot{position:absolute;transform:translate(-50%,-50%)}.ractive-shop__dot{width:2.8rem;height:2.8rem;border-radius:50%;border:0;cursor:pointer;background:#fff;color:#111;font-size:1.8rem;line-height:1;display:grid;place-items:center;box-shadow:0 .2rem .8rem #00000059;animation:ractive-pulse 2s infinite}.ractive-shop__card{position:absolute;bottom:calc(100% + 1rem);left:50%;transform:translate(-50%) translateY(.5rem);width:22rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:.9rem;padding:1rem;box-shadow:0 .4rem 1.6rem #0003;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s;z-index:2;display:flex;gap:1rem;text-align:left}.ractive-shop__spot.is-open .ractive-shop__card,.ractive-shop__spot:hover .ractive-shop__card{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.ractive-shop__card img{width:5rem;height:5rem;object-fit:cover;border-radius:.5rem;flex:0 0 auto}.ractive-shop__card-name{font-size:1.3rem;line-height:1.3}.ractive-shop__card-price{font-weight:600;font-size:1.3rem}.ractive-parallax{position:relative;min-height:var(--ractive-ph-height, 60rem);display:grid;place-items:center;overflow:hidden;text-align:center;color:#fff}.ractive-parallax__bg{position:absolute;top:-10%;right:0;bottom:-10%;left:0;background-size:cover;background-position:center;will-change:transform;z-index:0}.ractive-parallax__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--ractive-ph-overlay, .4));z-index:1}.ractive-parallax__content{position:relative;z-index:2;max-width:70rem;padding:2rem}.ractive-parallax__content .button{margin-top:1.6rem}.ractive-hero{position:relative;overflow:hidden}.ractive-hero__track{display:flex;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ractive-hero__slide{position:relative;flex:0 0 100%;min-height:var(--ractive-hero-height, 50rem);display:grid;place-items:center;text-align:center;color:#fff;background-size:cover;background-position:center}.ractive-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--ractive-hero-overlay, .35))}.ractive-hero__content{position:relative;z-index:1;max-width:64rem;padding:2rem}.ractive-hero__dots{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem;z-index:2}.ractive-hero__dot{width:1rem;height:1rem;border-radius:50%;border:0;background:#ffffff80;cursor:pointer;padding:0}.ractive-hero__dot.is-active{background:#fff}.ractive-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:4rem;height:4rem;border-radius:50%;border:0;background:#0006;color:#fff;cursor:pointer;font-size:2rem}.ractive-hero__arrow--prev{left:1rem}.ractive-hero__arrow--next{right:1rem}.ractive-islider{position:relative}.ractive-islider__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.ractive-islider__track::-webkit-scrollbar{height:.6rem}.ractive-islider__slide{scroll-snap-align:start;flex:0 0 var(--ractive-islide-w, 30rem)}.ractive-islider__slide img{width:100%;height:auto;border-radius:1rem;display:block}.ractive-islider__cap{text-align:center;margin-top:.6rem;font-size:1.4rem}.ractive-islider__btn{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:50%;border:0;background:rgb(var(--color-background));box-shadow:0 .2rem .8rem #0003;cursor:pointer;font-size:1.8rem;z-index:2}.ractive-islider__btn--prev{left:-1rem}.ractive-islider__btn--next{right:-1rem}.ractive-pf__row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;margin-bottom:4rem}.ractive-pf__row:last-child{margin-bottom:0}.ractive-pf__row.is-reversed .ractive-pf__media{order:2}.ractive-pf__media img{width:100%;height:auto;border-radius:1.2rem;display:block}.ractive-pf__text h3{margin-top:0}@media(max-width:749px){.ractive-pf__row,.ractive-pf__row.is-reversed{grid-template-columns:1fr}.ractive-pf__row.is-reversed .ractive-pf__media{order:0}}.ractive-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(2rem,5vw,5rem)}.ractive-logos img{max-height:var(--ractive-logo-h, 5rem);width:auto;opacity:var(--ractive-logo-opacity, .7);filter:var(--ractive-logo-filter, none);transition:opacity .2s}.ractive-logos a:hover img,.ractive-logos img:hover{opacity:1}.ractive-divider{line-height:0}.ractive-divider svg{width:100%;height:var(--ractive-div-h, 6rem);display:block}.ractive-divider--flip svg{transform:scaleY(-1)}.ractive-vticker{overflow:hidden;height:var(--ractive-vt-h, 4rem)}.ractive-vticker__list{display:flex;flex-direction:column}.ractive-vticker__item{height:var(--ractive-vt-h, 4rem);display:flex;align-items:center;justify-content:center;gap:.8rem;font-weight:600}@media(prefers-reduced-motion:reduce){.ractive-vticker__list{animation:none}}.ractive-rv__summary{text-align:center;margin-bottom:2.4rem}.ractive-rv__score{font-size:4.4rem;font-weight:800;line-height:1}.ractive-rv__stars{color:#00b67a;font-size:2rem;letter-spacing:.1em;margin:.6rem 0}.ractive-rv__count{opacity:.7;font-size:1.4rem}.ractive-rv__grid{display:grid;gap:1.6rem;grid-template-columns:repeat(auto-fill,minmax(28rem,1fr))}.ractive-rv__card{border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.2rem;padding:1.8rem;background:rgb(var(--color-background));display:flex;flex-direction:column;gap:1rem}.ractive-rv__card-stars{color:#00b67a;letter-spacing:.1em}.ractive-rv__fb{display:flex;align-items:center;gap:1rem}.ractive-rv__fb-av{width:4rem;height:4rem;border-radius:50%;object-fit:cover;background:rgba(var(--color-foreground),.1)}.ractive-rv__name{font-weight:600}.ractive-rv__meta{font-size:1.2rem;opacity:.6}.ractive-rv__media{width:100%;border-radius:.8rem;margin-top:auto}.ractive-stories{display:flex;gap:1.4rem;overflow-x:auto;padding-bottom:.8rem}.ractive-stories__item{flex:0 0 auto;text-align:center;cursor:pointer;background:none;border:0;padding:0;font:inherit;color:inherit}.ractive-stories__ring{width:8rem;height:8rem;border-radius:50%;padding:.3rem;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.ractive-stories__ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:.3rem solid rgb(var(--color-background))}.ractive-stories__label{font-size:1.2rem;margin-top:.5rem;max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ractive-stories__viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:102;display:none;align-items:center;justify-content:center;background:#000000eb}.ractive-stories__viewer.is-open{display:flex}.ractive-stories__viewer video{max-width:100%;max-height:90vh;border-radius:1rem}.ractive-stories__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:0;color:#fff;cursor:pointer;font-size:3rem;line-height:1}.ractive-stories__nav{position:absolute;top:0;bottom:0;width:33%;background:none;border:0;cursor:pointer}.ractive-stories__nav--prev{left:0}.ractive-stories__nav--next{right:0}.ractive-pricing{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));align-items:stretch;padding-top:1.6rem}.ractive-pricing__plan{border:.1rem solid rgba(var(--color-foreground),.14);border-radius:1.4rem;padding:2.4rem;display:flex;flex-direction:column;text-align:center}.ractive-pricing__plan.is-featured{border-color:rgb(var(--ractive-accent, var(--color-foreground)));border-width:.2rem;box-shadow:0 1rem 3rem rgba(var(--color-foreground),.1);position:relative}.ractive-pricing__tag{position:absolute;top:-1.2rem;left:50%;transform:translate(-50%);background:rgb(var(--ractive-accent, var(--color-foreground)));color:rgb(var(--color-base-solid-button-labels));font-size:1.2rem;font-weight:700;padding:.4rem 1.2rem;border-radius:2rem}.ractive-pricing__name{font-weight:700;font-size:1.8rem}.ractive-pricing__price{font-size:3.6rem;font-weight:800;margin:.8rem 0}.ractive-pricing__price span{font-size:1.4rem;font-weight:400;opacity:.6}.ractive-pricing__list{list-style:none;padding:0;margin:1.5rem 0;text-align:left;display:flex;flex-direction:column;gap:.8rem}.ractive-pricing__list li{display:flex;gap:.7rem}.ractive-pricing__list li:before{content:"\2713";color:#1a9d52;font-weight:700}.ractive-pricing__plan .button{margin-top:auto}.ractive-track{max-width:48rem;margin-inline:auto;text-align:center}.ractive-track__form{display:flex;gap:.8rem;margin-top:1.6rem}.ractive-track__form .field__input{flex:1}.ractive-email{position:relative;border-radius:1.6rem;overflow:hidden;padding:clamp(3rem,6vw,6rem);text-align:center;background-size:cover;background-position:center}.ractive-email__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--ractive-email-overlay, .35))}.ractive-email__content{position:relative;z-index:1;max-width:56rem;margin-inline:auto}.ractive-email__form{display:flex;gap:.8rem;margin-top:1.6rem;max-width:44rem;margin-inline:auto}.ractive-email__form .field__input{flex:1}.ractive-cols{display:grid;gap:2rem;grid-template-columns:repeat(var(--ractive-cc-cols, 3),1fr)}.ractive-cols__cell{display:flex;flex-direction:column;gap:.8rem;text-align:var(--ractive-cc-align, center);align-items:var(--ractive-cc-items, center)}.ractive-cols__cell img{width:100%;height:auto;border-radius:1rem}@media(max-width:749px){.ractive-cols{grid-template-columns:1fr}}.ractive-mr__row{position:relative;display:grid;place-items:center;min-height:var(--ractive-mr-h, 40rem);background-size:cover;background-position:center;color:#fff;text-align:center;border-radius:1.2rem;overflow:hidden;margin-bottom:1.6rem}.ractive-mr__row:last-child{margin-bottom:0}.ractive-mr__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--ractive-mr-overlay, .4))}.ractive-mr__content{position:relative;z-index:1;max-width:56rem;padding:2rem}.ractive-social{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.ractive-social__link{width:4.4rem;height:4.4rem;border-radius:50%;display:grid;place-items:center;background:rgba(var(--color-foreground),.08);transition:transform .15s,background .2s}.ractive-social__link:hover{transform:translateY(-.2rem);background:rgb(var(--ractive-accent, var(--color-foreground)));color:rgb(var(--color-base-solid-button-labels))}.ractive-social__link svg{width:2rem;height:2rem}.ractive-full{width:100%;padding-left:clamp(1.5rem,4vw,5rem);padding-right:clamp(1.5rem,4vw,5rem)}.ractive-is__intro{max-width:60rem;margin:0 auto 2.4rem}.ractive-is__slide img,.ractive-is__img{width:100%;height:auto;display:block}.ractive-is__cap{text-align:center;margin-top:.8rem;font-size:1.4rem;opacity:.85}.ractive-slider{position:relative;display:block}.ractive-slider__viewport{overflow:hidden}.ractive-slider__track{display:flex;gap:var(--rs-gap, 1.6rem);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.2rem}.ractive-slider__track::-webkit-scrollbar{display:none;height:0}.ractive-slider__track.is-dragging{scroll-behavior:auto;cursor:grabbing;scroll-snap-type:none}.ractive-slider__slide{flex:0 0 calc((100% - (var(--rs-pv, 1) - 1) * var(--rs-gap, 1.6rem)) / var(--rs-pv, 1));scroll-snap-align:start;min-width:0}.ractive-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:4.4rem;height:4.4rem;border-radius:50%;border:0;z-index:3;display:grid;place-items:center;cursor:pointer;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 .2rem 1rem #0000002e;transition:transform .15s,opacity .2s}.ractive-slider__arrow:hover{transform:translateY(-50%) scale(1.08)}.ractive-slider__arrow svg{width:2rem;height:2rem}.ractive-slider__arrow--prev{left:-.5rem}.ractive-slider__arrow--next{right:-.5rem}[dir=rtl] .ractive-slider__arrow--prev{left:auto;right:-.5rem}[dir=rtl] .ractive-slider__arrow--next{right:auto;left:-.5rem}.ractive-slider__dots{display:flex;gap:.8rem;justify-content:center;align-items:center;margin-top:1.6rem}.ractive-slider__dot{width:.8rem;height:.8rem;border-radius:50%;border:0;padding:0;cursor:pointer;background:rgba(var(--color-foreground),.25);transition:transform .2s,background .2s}.ractive-slider__dot.is-active{background:rgb(var(--ractive-accent, var(--color-foreground)));transform:scale(1.5)}@media(max-width:749px){.ractive-slider__arrow{width:3.6rem;height:3.6rem}.ractive-slider__arrow--prev{left:.2rem}.ractive-slider__arrow--next{right:.2rem}}.ractive-video{position:relative;display:block;width:100%;aspect-ratio:var(--rv-ratio, 16 / 9);overflow:hidden;border-radius:var(--rv-radius, 1rem);background:#000}.ractive-video>video,.ractive-video__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover}.ractive-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;padding:0;cursor:pointer;background-size:cover;background-position:center}.ractive-video__poster:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;transition:background .2s}.ractive-video__poster:hover:after{background:#0000000d}.ractive-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6.4rem;height:6.4rem;border-radius:50%;display:grid;place-items:center;z-index:1;background:#ffffffeb;color:#111;font-size:2.4rem;padding-left:.4rem;box-shadow:0 .4rem 1.6rem #0000004d}.ractive-media-bg{pointer-events:none}.ractive-disc{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:1rem 0}.ractive-disc__chip{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;border:.1rem dashed rgb(var(--ractive-accent, var(--color-foreground)));background:rgba(var(--ractive-accent, var(--color-foreground)),.08);color:rgb(var(--color-foreground));border-radius:.6rem;padding:.5rem 1rem;font-weight:600;letter-spacing:.05em}.ractive-disc__chip svg{width:1.6rem;height:1.6rem}.ractive-disc__label,.ractive-disc__sub{opacity:.85}.ractive-cfield{margin:1rem 0}.ractive-cfield__label{display:block;font-weight:600;margin-bottom:.5rem}.ractive-cfield__req{color:rgb(var(--ractive-accent, var(--color-foreground)))}.ractive-cfield__input{width:100%;padding:1rem 1.2rem;border:var(--inputs-border-width, .1rem) solid rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius, .4rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.5rem}.ractive-cfield__check{display:flex;align-items:center;gap:.8rem}.ractive-scrollbtns{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.ractive-scrollbtns--center{justify-content:center}.ractive-scrollbtns--right{justify-content:flex-end}.ractive-sub{display:grid;gap:.8rem;margin:1.2rem 0}.ractive-sub__title{font-weight:600}.ractive-sub__opt{display:grid;grid-template-columns:auto 1fr;gap:.4rem .8rem;align-items:center;padding:1.2rem;border:.1rem solid rgba(var(--color-foreground),.18);border-radius:.8rem;cursor:pointer}.ractive-sub__opt:has(input:checked){border-color:rgb(var(--ractive-accent, var(--color-foreground)));box-shadow:0 0 0 .1rem rgb(var(--ractive-accent, var(--color-foreground)))}.ractive-sub__opt-main{grid-column:2;display:flex;justify-content:space-between;gap:1rem;font-weight:600}.ractive-sub__opt-desc{grid-column:2;opacity:.75;font-size:1.35rem;font-weight:400}.ractive-qgifts{margin:1rem 0;padding:1rem 1.2rem;border-radius:.8rem;background:rgba(var(--ractive-accent, var(--color-foreground)),.08)}.ractive-qgifts__row{display:flex;align-items:center;gap:1rem}.ractive-qgifts__img{border-radius:.6rem;object-fit:cover}.ractive-qgifts__emoji{font-size:2.8rem}.ractive-qgifts__text{display:flex;flex-direction:column}.ractive-viewdetails{display:block;margin:1rem 0}.ractive-viewdetails__trigger.link{background:none;border:0;padding:0;cursor:pointer;text-decoration:underline;color:inherit;font:inherit}.ractive-music{position:fixed;z-index:60}.ractive-music--bottom-left{bottom:var(--my, 2rem);left:var(--mx, 2rem)}.ractive-music--bottom-right{bottom:var(--my, 2rem);right:var(--mx, 2rem)}.ractive-music--bottom-center{bottom:var(--my, 2rem);left:50%;transform:translate(-50%)}.ractive-music__btn{width:5rem;height:5rem;border-radius:50%;border:0;cursor:pointer;display:grid;place-items:center;color:rgb(var(--color-base-solid-button-labels, 255,255,255));background:rgb(var(--ractive-accent, var(--color-foreground)));box-shadow:0 .4rem 1.4rem #00000047;transition:transform .15s}.ractive-music__btn:hover{transform:scale(1.06)}.ractive-music__btn svg{width:1.9rem;height:1.9rem}.ractive-music__btn .ractive-music__pause{display:none}.ractive-music__btn.is-playing .ractive-music__pause{display:block}.ractive-music__btn.is-playing .ractive-music__play{display:none}.ractive-music__btn[disabled]{opacity:.4;cursor:not-allowed}.ractive-music__btn.ripple:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:0 0 rgba(var(--ractive-accent, var(--color-foreground)),.5);animation:ractive-ripple 2s infinite}.ractive-music__btn{position:relative}@keyframes ractive-ripple{70%{box-shadow:0 0 0 1.6rem #0000}to{box-shadow:0 0 #0000}}.ractive-bd{max-width:64rem;margin:0 auto}.ractive-bd__intro{max-width:60rem;margin:0 auto 2.4rem}.ractive-bd__thumb{flex:0 0 auto}.ractive-bd__was{opacity:.6;margin-right:.6rem;font-weight:400}.ractive-bd__was:empty{display:none}.ractive-bd__placeholder{opacity:.6}.ractive-tiktok__intro{max-width:60rem;margin:0 auto 2.4rem}.ractive-tiktok__cell{display:flex;justify-content:center}.ractive-tiktok__cell .tiktok-embed{margin:0!important;max-width:100%!important;min-width:0!important}.ractive-tiktok__placeholder{width:100%;min-height:50rem;display:grid;place-items:center;background:rgba(var(--color-foreground),.05);border-radius:1rem}.ractive-progress{position:fixed;left:0;right:0;z-index:70;pointer-events:none}.ractive-progress--top{top:0}.ractive-progress--bottom{bottom:0}.ractive-progress__track{width:100%;height:var(--rp-height, 5px);background:rgba(var(--color-foreground),.08)}.ractive-progress__fill{height:100%;width:0;border-radius:var(--rp-radius, 3px);background:var(--rp-color, rgb(var(--color-foreground)));transition:width .08s linear}.ractive-hero__pause{position:absolute;bottom:1.6rem;right:1.6rem;z-index:3;width:3.4rem;height:3.4rem;border-radius:50%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:#00000073;color:#fff;font-size:1.2rem;line-height:1;transition:background .2s ease}.ractive-hero__pause:hover,.ractive-hero__pause:focus-visible{background:#000000b3}.ractive-hero__pause:focus-visible{outline:.2rem solid #fff;outline-offset:.2rem}.ractive-vticker__list:hover,.ractive-vticker__list:focus-within{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.ractive-ticker__track,.ractive-urgency__dot,.ractive-shop__dot,.ractive-vticker__list,.ractive-music__btn.ripple:before{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/ractive-features.css.map */
