.asv-ar{background:var(--bg);padding:1.5rem 1rem 1rem}.asv-ar__inner{max-width:640px;margin:0 auto}.asv-ar__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;text-align:center;color:var(--fg);margin-bottom:2rem}.asv-ar__summary{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.asv-ar__sum-h{font-size:1.125rem;font-weight:600;text-align:center;color:var(--fg);margin-bottom:1.5rem}.asv-ar__sum-top{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.asv-ar__avg{font-size:2.25rem;font-weight:700;color:var(--fg);font-family:var(--fsys)}.asv-ar__sum-stars{color:var(--accent);font-size:1.125rem;letter-spacing:.05em}.asv-ar__sum-count{font-size:.875rem;color:var(--muted-fg)}.asv-ar__bars{display:flex;flex-direction:column;gap:.5rem}.asv-ar__bar{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.asv-ar__bar-star{color:var(--fg)}.asv-ar__bar-num{width:.75rem;text-align:center;color:var(--fg)}.asv-ar__bar-track{flex:1;height:.5rem;background:var(--border);border-radius:999px;overflow:hidden}.asv-ar__bar-fill{height:100%;background:var(--fg);border-radius:999px}.asv-ar__bar-count{width:2rem;text-align:right;color:var(--muted-fg)}.asv-ar__rev{border-bottom:1px solid var(--border);padding:1.5rem 0}.asv-ar__rev:last-child{border-bottom:none}.asv-ar__rev-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem;gap:.75rem}.asv-ar__rev-id{display:flex;align-items:center;gap:.75rem}.asv-ar__rev-av{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;flex-shrink:0}.asv-ar__rev-name{font-weight:600;color:var(--fg);display:flex;align-items:center;gap:.375rem}.asv-ar__rev-verif{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--muted-fg)}.asv-ar__rev-verif span{color:var(--p)}.asv-ar__rev-date{font-size:.875rem;color:var(--muted-fg);white-space:nowrap}.asv-ar__rev-stars{color:var(--fg);font-size:1rem;letter-spacing:.03em;margin-bottom:.75rem}.asv-ar__rev-img{width:8rem;height:8rem;object-fit:cover;border-radius:.5rem;margin-bottom:.75rem;display:block}.asv-ar__rev-text{color:var(--fg);line-height:1.6;font-size:1rem;font-family:var(--fsys)}.asv-ar__more{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;font-weight:600;color:var(--fg);background:var(--bg);transition:background .15s}.asv-ar__more:hover{background:var(--card)}.asv-ar__more[hidden]{display:none}.asv-ann{background:var(--p);overflow:hidden;padding:.5rem 0;font-size:var(--asv-ann-fs,.875rem)}.asv-ann__track{display:flex;width:max-content;animation:asv-ann-scroll var(--asv-ann-dur,48s) linear infinite}.asv-ann:hover .asv-ann__track{animation-play-state:paused}.asv-ann__group{display:flex;flex-shrink:0}.asv-ann__item{display:inline-flex;align-items:center;gap:.5rem;padding:0 1.25rem;white-space:nowrap;color:#fff;font-family:var(--fsys);font-size:inherit;font-weight:500}.asv-ann__static{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1rem;color:#fff;font-family:var(--fsys);font-size:inherit;font-weight:500;text-align:center}.asv-ann__item svg,.asv-ann__static svg{flex-shrink:0}@keyframes asv-ann-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.asv-ann__track{animation:none}}.asv-offer{--asv-bordeaux:#7A1220;--asv-bordeaux-dark:#5C0D18;--asv-cream:#FDF8F8;--asv-pink:#F5E6E8;--asv-gold:#E0A93B;--asv-ink:#2D2D2D;--asv-muted:#7c6b6d;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--asv-ink)}.asv-offer__inner{max-width:560px;margin:0 auto;padding:8px 16px 4px}.asv-price{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:16px}.asv-price__now{font-size:34px;font-weight:800;color:var(--asv-bordeaux);line-height:1}.asv-price__was{font-size:20px;color:var(--asv-muted);text-decoration:line-through}.asv-price__pill{background:var(--asv-pink);color:var(--asv-bordeaux);font-size:13px;font-weight:700;padding:5px 10px;border-radius:999px}.asv-packs{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.asv-pack{position:relative;display:flex;align-items:center;gap:14px;border:2px solid #ecdfe0;border-radius:14px;padding:16px;cursor:pointer;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.asv-pack:hover{border-color:#d9c2c5}.asv-pack.is-selected{border-color:var(--asv-bordeaux);background:var(--asv-cream);box-shadow:0 0 0 3px #7a122014}.asv-pack__check{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:2px solid #cdbdbf;position:relative;transition:border-color .15s ease}.asv-pack.is-selected .asv-pack__check{border-color:var(--asv-bordeaux)}.asv-pack.is-selected .asv-pack__check:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--asv-bordeaux)}.asv-pack__body{display:flex;flex-direction:column;gap:2px;flex:1 1 auto}.asv-pack__title{font-weight:700;font-size:16px}.asv-pack__sub{font-size:13px;color:var(--asv-muted)}.asv-pack__price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.asv-pack__now{font-weight:800;font-size:17px;color:var(--asv-ink)}.asv-pack__was{font-size:13px;color:var(--asv-muted);text-decoration:line-through}.asv-pack__badge{position:absolute;top:-10px;right:14px;font-size:11px;font-weight:800;letter-spacing:.02em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.asv-pack__badge--pop{background:var(--asv-bordeaux);color:#fff}.asv-pack__badge--best{background:var(--asv-gold);color:#3d2c06}.asv-atc{width:100%;border:none;cursor:pointer;border-radius:14px;background:var(--asv-bordeaux);color:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:17px;font-weight:800;letter-spacing:.01em;transition:background .15s ease,transform .05s ease}.asv-atc:hover{background:var(--asv-bordeaux-dark)}.asv-atc:active{transform:translateY(1px)}.asv-atc:disabled{background:#b9a7a9;cursor:not-allowed}.asv-atc__price{display:inline-flex;align-items:center;gap:8px}.asv-atc__was{font-weight:600;opacity:.7;text-decoration:line-through;font-size:14px}.asv-trust{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;font-size:13px;color:var(--asv-muted)}.asv-trust li{display:inline-flex;align-items:center;gap:6px}@media(max-width:480px){.asv-price__now{font-size:30px}.asv-atc{font-size:16px;padding:16px}}.asv-cmp{background:#f4ebeb;padding:2.5rem 1rem}.asv-cmp__inner{max-width:760px;margin:0 auto}.asv-cmp__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;text-align:center;color:var(--fg);line-height:1.2;margin-bottom:.5rem}.asv-cmp__sub{font-size:.875rem;color:var(--muted-fg);text-align:center;margin-bottom:1.5rem;font-family:var(--fb)}.asv-cmp__wrap{position:relative}.asv-cmp__elevated{position:absolute;left:25%;width:25%;top:-8px;bottom:-8px;background:var(--p);border-radius:1rem;box-shadow:0 10px 25px #0000001f;z-index:1}.asv-cmp__table{position:relative;border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:var(--bg)}.asv-cmp__row{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.asv-cmp__row+.asv-cmp__row{border-top:1px solid var(--border)}.asv-cmp__cell{padding:.875rem .25rem;display:flex;align-items:center;justify-content:center;min-height:3.5rem}.asv-cmp__cell--feat{background:#f7f3f399}.asv-cmp__cell--bd{border-left:1px solid var(--border)}.asv-cmp__cell--asv{position:relative;z-index:2}.asv-cmp__row--head .asv-cmp__cell{min-height:3.75rem}.asv-cmp__brand{font-size:.9375rem;font-weight:700;color:#fff}.asv-cmp__col-label{font-size:.6875rem;font-weight:600;color:var(--muted-fg);line-height:1.2}.asv-cmp__feat{font-size:.6875rem;font-weight:600;color:var(--fg);line-height:1.2}.asv-cmp__ic{width:1.25rem;height:1.25rem}.asv-cmp__cell--asv .asv-cmp__ic--ck{color:#fff}.asv-cmp__cell--bd .asv-cmp__ic--ck{color:var(--p)}.asv-cmp__cell--bd .asv-cmp__ic--x{color:#df3a3a}@media(min-width:640px){.asv-cmp__brand{font-size:1.125rem}.asv-cmp__col-label,.asv-cmp__feat{font-size:.8125rem}}.asv-ct{background:var(--bg);padding:1rem 1rem 2.5rem}.asv-ct__inner{max-width:720px;margin:0 auto}.asv-ct__head{background:var(--card);border-radius:var(--radius);padding:1.5rem;text-align:center;margin-bottom:2rem}.asv-ct__head h2{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--fg);margin-bottom:.25rem;line-height:1.2}.asv-ct__head p{font-size:.875rem;color:var(--muted-fg);font-family:var(--fb)}.asv-ct__form{display:flex;flex-direction:column}.asv-ct__label{font-size:1rem;font-weight:600;color:var(--fg);margin-bottom:.5rem}.asv-ct__input{border:1px solid var(--border);border-radius:.625rem;padding:.875rem 1rem;font-size:1rem;font-family:var(--fsys);color:var(--fg);background:var(--bg);margin-bottom:1.5rem;width:100%;transition:border-color .15s}.asv-ct__input:focus{outline:none;border-color:var(--p)}.asv-ct__textarea{resize:vertical;min-height:9rem}.asv-ct__btn{width:100%;display:flex;align-items:center;justify-content:center;background:var(--p);color:#fff;border-radius:.75rem;padding:1.0625rem 1.5rem;font-size:1rem;font-weight:700;transition:background .15s}.asv-ct__btn:hover{background:var(--p-dark)}.asv-ct__ok{background:var(--p-light);color:var(--p);border-radius:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.asv-ct__err{background:#fceded;color:#c52020;border-radius:.625rem;padding:.875rem 1rem;font-size:.875rem;margin-bottom:1.5rem}.asv-cd{background:var(--fg);padding:.625rem 1rem}.asv-cd__inner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.asv-cd__left{display:flex;flex-direction:column;align-items:center}.asv-cd__title{font-family:var(--fsys);font-size:.875rem;font-weight:700;letter-spacing:.08em;color:#fff;text-transform:uppercase}.asv-cd__sub{font-size:.625rem;color:#fff9}.asv-cd__timer{display:flex;align-items:center;gap:.375rem}.asv-cd__unit{display:flex;flex-direction:column;align-items:center}.asv-cd__val{background:#ffffff26;color:#fff;font-family:monospace;font-size:.875rem;font-weight:700;padding:.25rem .375rem;border-radius:.25rem;min-width:2rem;text-align:center}.asv-cd__lbl{font-size:.5rem;color:#ffffff80;margin-top:.125rem}.asv-cd__sep{color:#ffffff80;font-weight:700;font-size:.875rem}.asv-faq{background:var(--bg);padding:2.5rem 1rem}.asv-faq__inner{max-width:720px;margin:0 auto}.asv-faq__head{background:var(--card);border-radius:var(--radius);padding:1.25rem 1.5rem;text-align:center;margin-bottom:2rem}.asv-faq__head h2{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--fg);margin-bottom:.25rem}.asv-faq__head p{font-size:.875rem;color:var(--muted-fg);font-family:var(--fb)}.asv-faq__item{border-bottom:1px solid var(--border)}.asv-faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.875rem;font-weight:600;color:var(--fg);text-align:left;gap:1rem}.asv-faq__ic{display:flex;align-items:center;flex-shrink:0;color:var(--fg)}.asv-faq__ic svg{width:1.125rem;height:1.125rem;transition:transform .2s}.asv-faq__q.open .asv-faq__ic svg{transform:rotate(180deg)}.asv-faq__a{padding-bottom:1rem;font-size:.875rem;color:var(--muted-fg);line-height:1.6;font-family:var(--fsys)}.asv-faq__a p{margin-bottom:.5rem}.asv-faq__a p:last-child{margin-bottom:0}.asv-faq__a[hidden]{display:none}.asv-fo{background:var(--secondary);padding:2rem 0}.asv-fo__inner{max-width:760px;margin:0 auto;padding:0 1rem}.asv-fo__head{text-align:center;padding-bottom:1rem}.asv-fo__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--fg);line-height:1.2}.asv-fo__sub{font-size:.875rem;color:var(--muted-fg);margin-top:.25rem;font-family:var(--fb)}.asv-fo__trust{margin-top:.5rem}.asv-ft{background:var(--fg);color:#fff}.asv-ft__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:center;max-width:1100px;margin:0 auto}.asv-ft__trust-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;opacity:.8}.asv-ft__trust-item svg{width:1.25rem;height:1.25rem}.asv-ft__trust-item span{font-size:.625rem;line-height:1.2}.asv-ft__cols{max-width:1100px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.asv-ft__col h3{font-size:.875rem;font-weight:600;margin-bottom:.625rem;opacity:.9}.asv-ft__col ul{display:flex;flex-direction:column;gap:.375rem}.asv-ft__col a{font-size:.75rem;color:#ffffffb3;transition:color .15s}.asv-ft__col a:hover{color:#fff}.asv-ft__mail{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#ffffffb3}.asv-ft__mail svg{width:.875rem;height:.875rem}.asv-ft__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem;text-align:center}.asv-ft__copy{font-size:.625rem;opacity:.5;margin-bottom:.75rem}.asv-ft__pay{display:flex;align-items:center;justify-content:center;gap:.375rem;flex-wrap:wrap}.asv-ft__pay img{height:1.25rem;width:auto;display:block}.asv-ft__pay-white{background:#fff;border-radius:.25rem;padding:.25rem .375rem;display:flex;align-items:center;justify-content:center}.asv-hdr{display:flex;align-items:center;justify-content:space-between;padding:.375rem .75rem;background:var(--bg);position:fixed;top:0;left:0;right:0;z-index:50;transition:transform .3s ease;border-bottom:1px solid transparent}.asv-hdr.hide{transform:translateY(-100%)}.asv-hdr.stuck{border-bottom-color:var(--border)}.asv-hdr-spacer{height:44px}.asv-hdr__ico{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:var(--fg)}.asv-hdr__brand{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}.asv-hdr__brand img{height:1.75rem;width:auto}.asv-drawer__top img{height:1.5rem;width:auto}.asv-hdr__cart{position:relative}.asv-hdr__badge{position:absolute;top:0;right:0;width:1.1rem;height:1.1rem;border-radius:50%;background:var(--p);color:#fff;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center}.asv-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s}.asv-drawer-overlay.open{opacity:1;pointer-events:all}.asv-drawer{position:absolute;left:0;top:0;bottom:0;width:300px;background:var(--bg);padding:1.25rem;display:flex;flex-direction:column;gap:.25rem;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 20px #0000001a}.asv-drawer-overlay.open .asv-drawer{transform:translate(0)}.asv-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.asv-drawer__close{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.asv-drawer__divider{height:1px;background:var(--border);margin:.5rem 0}.asv-drawer__link{padding:.5rem 0;font-size:.9375rem;font-weight:700;color:var(--fg);display:block;transition:color .15s}.asv-drawer__link:hover{color:var(--p)}.asv-hh{position:relative;background:var(--fg);overflow:hidden;aspect-ratio:9/13}.asv-hh__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 65%}.asv-hh__overlay{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;padding:1.5rem}.asv-hh__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:#fff;max-width:20rem;line-height:1.2;margin-top:.5rem}.asv-hh__desc{display:none}.asv-hh__bottom{display:flex;flex-direction:column;align-items:center}.asv-hh__proof{display:flex;align-items:center;gap:.375rem;margin-bottom:.625rem}.asv-hh__stars{color:var(--accent);font-size:.75rem;letter-spacing:.05em}.asv-hh__count{font-size:.6875rem;color:#ffffffb3}.asv-hh__cta{background:var(--secondary);color:var(--fg);border-radius:.75rem;height:3.5rem;padding:0 2.5rem;font-family:var(--fh);font-size:1rem;font-weight:600;transition:background .15s}.asv-hh__cta:hover{background:#ead7d8}.asv-hh__guarantee{font-size:.75rem;color:#ffffff80;margin-top:.75rem}@media(min-width:1024px){.asv-hh{aspect-ratio:auto;min-height:520px}.asv-hh__bg{opacity:.4}.asv-hh__overlay{justify-content:center;gap:2rem;padding:5rem 1.5rem}.asv-hh__title{font-size:3rem;max-width:36rem}.asv-hh__desc{display:block;font-family:var(--fb);font-size:1rem;color:#fffc;max-width:28rem;line-height:1.6}}.asv-hiw{background:#fff;padding:1.5rem 1rem 2rem}.asv-hiw__inner{max-width:1100px;margin:0 auto}.asv-hiw__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;text-align:center;color:var(--fg);line-height:1.2;margin-bottom:.5rem}.asv-hiw__sub{font-size:.875rem;color:var(--muted-fg);text-align:center;margin-bottom:1.25rem;font-family:var(--fb)}.asv-hiw__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.asv-hiw__slide{flex:0 0 100%;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 2rem;min-width:0}.asv-hiw__imgwrap{width:200px;height:200px;border-radius:1rem;overflow:hidden;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.asv-hiw__imgwrap img{width:100%;height:100%;object-fit:cover}.asv-hiw__h3{font-family:var(--fh);font-size:1.25rem;font-weight:700;color:var(--fg);margin-bottom:.5rem}.asv-hiw__p{font-size:.875rem;color:var(--muted-fg);line-height:1.6;max-width:280px;font-family:var(--fb)}.asv-hiw__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.asv-hiw__dot{width:.625rem;height:.625rem;border-radius:50%;background:#2b080933;cursor:pointer;transition:background .15s}.asv-hiw__dot.is-on{background:var(--p)}@media(min-width:1024px){.asv-hiw__track{overflow:visible;gap:2rem}.asv-hiw__slide{flex:1;padding:0}.asv-hiw__imgwrap{width:180px;height:180px}.asv-hiw__h3{font-size:1.125rem}.asv-hiw__dots{display:none}}.asv-hero{background:var(--bg)}.asv-hero__layout{max-width:1200px;margin:0 auto}@media(min-width:1024px){.asv-hero__layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;align-items:start}}.asv-gal{background:var(--bg)}@media(min-width:1024px){.asv-gal{position:sticky;top:2rem}}.asv-gal__stage{position:relative;padding:12px 12px 0;overflow:hidden}.asv-gal__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.asv-gal__slide{flex:0 0 100%;scroll-snap-align:start}.asv-gal__slide img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;display:block}.asv-gal__btn{position:absolute;top:50%;transform:translateY(-50%);width:1.875rem;height:1.875rem;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1;color:var(--fg);box-shadow:0 1px 4px #00000026;z-index:2;transition:opacity .15s;padding-bottom:.1rem}.asv-gal__btn--p{left:1.25rem}.asv-gal__btn--n{right:1.25rem}.asv-gal__dots{display:flex;justify-content:center;align-items:center;gap:.35rem;padding:.625rem 0 .5rem;flex-wrap:wrap}.asv-gal__dot{width:.5rem;height:.5rem;border-radius:50%;background:#0000002e;cursor:pointer;transition:all .2s ease;flex-shrink:0}.asv-gal__dot.is-on{width:1.375rem;border-radius:999px;background:var(--p)}.asv-under-gal{display:none}@media(min-width:1024px){.asv-under-gal{display:block;margin-top:1rem}.asv-under-atc{display:none}}.asv-info{padding:1rem 1rem 0}@media(min-width:1024px){.asv-info{padding:0}}.asv-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.asv-stars{color:var(--accent);font-size:1rem;letter-spacing:.05em}.asv-stars--sm{font-size:.75rem}.asv-rating__txt{font-size:.75rem;font-weight:600;color:var(--fg);font-family:var(--fsys)}.asv-rating__link{font-size:.75rem;color:var(--p);font-weight:500;text-decoration:underline;font-family:var(--fsys)}.asv-info__title{font-weight:700;line-height:1.25;color:var(--fg);margin-bottom:.5rem;font-family:var(--fsys)}.asv-info__desc{color:var(--muted-fg);line-height:1.45;margin-bottom:1rem;font-family:var(--fb)}.asv-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.asv-benefit{background:var(--benefit-bg);border-radius:.375rem;padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;text-align:center;font-size:.625rem;font-weight:600;color:var(--accent-fg);line-height:1.2;font-family:var(--fsys)}.asv-benefit__ic{width:1rem;height:1rem;margin-bottom:.25rem;color:var(--accent-fg)}.asv-price-row{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;margin:1.75rem 0}.asv-price-now{font-size:1.875rem;font-weight:700;color:var(--p);line-height:1}.asv-price-was{font-size:1.25rem;color:var(--muted-fg);text-decoration:line-through}.asv-price-badge{background:var(--p-light);color:var(--p);font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:999px}.asv-acc__content p:last-child{margin-bottom:0}.asv-acc__content ul{display:flex;flex-direction:column;gap:.25rem;padding-left:1rem;list-style:disc}.asv-rs{background:var(--beige);padding:2rem 0 2.5rem}.asv-rs__inner{max-width:1100px;margin:0 auto}.asv-rs__head{padding:0 1rem 1.25rem;text-align:center}.asv-rs__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--fg);line-height:1.15}.asv-rs__title-hl{color:var(--p);font-size:1.875rem}.asv-rs__sub{font-size:.875rem;color:var(--muted-fg);margin-top:.5rem;font-family:var(--fb)}.asv-rs__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 1rem 0 0;scroll-padding-left:1rem}.asv-rs__slide{flex:0 0 85%;scroll-snap-align:start;padding-left:1rem;min-width:0}.asv-rs__card{background:var(--beige);border:1px solid var(--border);border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000f;height:100%;display:flex;flex-direction:column}.asv-rs__imgwrap{aspect-ratio:16/10;overflow:hidden}.asv-rs__imgwrap img{width:100%;height:100%;object-fit:cover;display:block}.asv-rs__body{padding:1rem 1rem 1.25rem;flex:1;display:flex;flex-direction:column}.asv-rs__badge{align-self:flex-start;background:var(--p);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:.375rem;margin-bottom:.75rem}.asv-rs__h3{font-family:var(--fh);font-size:1.125rem;font-weight:700;color:var(--fg);margin-bottom:.375rem}.asv-rs__p{font-size:.875rem;color:var(--muted-fg);line-height:1.6;font-family:var(--fb)}.asv-rs__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.asv-rs__dot{width:.625rem;height:.625rem;border-radius:50%;background:#2b080933;cursor:pointer;transition:background .15s}.asv-rs__dot.is-on{background:var(--fg)}@media(min-width:1024px){.asv-rs__track{overflow:visible;gap:1rem;padding:0 1rem}.asv-rs__slide{flex:1;padding-left:0}.asv-rs__dots{display:none}}.asv-reas{background:var(--p-pale);padding:3rem 1rem}.asv-reas__inner{max-width:500px;margin:0 auto;text-align:center}.asv-reas__badge{width:6rem;height:6rem;background:var(--p);color:#fff;clip-path:polygon(50% 0%,61% 11%,75% 3%,77% 19%,93% 21%,85% 35%,98% 50%,85% 65%,93% 79%,77% 81%,75% 97%,61% 89%,50% 100%,39% 89%,25% 97%,23% 81%,7% 79%,15% 65%,2% 50%,15% 35%,7% 21%,23% 19%,25% 3%,39% 11%);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1.5rem}.asv-reas__days{font-family:var(--fsys);font-size:1.5rem;font-weight:700;line-height:1}.asv-reas__jours{font-size:.625rem;font-weight:600;letter-spacing:.1em}.asv-reas__kicker{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--p);margin-bottom:.5rem}.asv-reas__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--fg);margin-bottom:1rem}.asv-reas__body{font-size:.875rem;color:var(--muted-fg);line-height:1.6;max-width:400px;margin:0 auto 1.5rem;font-family:var(--fb)}.asv-reas__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--p);color:#fff;border-radius:.875rem;padding:1rem 2rem;font-weight:700;font-size:1rem;width:100%;max-width:360px;transition:background .15s}.asv-reas__btn:hover{background:var(--p-dark)}.asv-ur{background:var(--bg);padding:1rem 0 2rem}.asv-ur__head{max-width:1100px;margin:0 auto;padding:0 1rem 1.25rem;text-align:center}.asv-ur__stars{color:var(--p);font-size:1rem;letter-spacing:.1em;margin-bottom:.5rem}.asv-ur__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--fg);line-height:1.2}@media(min-width:1024px){.asv-ur__title{font-size:1.875rem}}.asv-ur__sub{font-size:.875rem;color:var(--muted-fg);margin-top:.375rem;font-family:var(--fb)}.asv-ur__strip{overflow:hidden;margin-bottom:1rem}.asv-ur__strip-track{display:flex;gap:.25rem;width:max-content;animation:asv-ur-ticker 40s linear infinite}.asv-ur__strip-track:hover{animation-play-state:paused}.asv-ur__strip-track img{width:100px;height:100px;object-fit:cover;flex-shrink:0;display:block}@media(min-width:1024px){.asv-ur__strip-track img{width:140px;height:140px}}@keyframes asv-ur-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.asv-ur__cards{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem .5rem}.asv-ur__card{flex:0 0 280px;scroll-snap-align:start;background:#f5f5f5;border:1px solid var(--border);border-radius:.75rem;padding:1rem}.asv-ur__card-top{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.asv-ur__card-rating{font-size:.875rem;font-weight:700;color:var(--fg)}.asv-ur__card-stars{color:var(--p);font-size:.8125rem;letter-spacing:.02em}.asv-ur__card-text{font-size:.875rem;color:var(--fg);font-weight:500;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.asv-ur__card-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.asv-ur__card-name{font-size:.75rem;font-weight:700;color:var(--muted-fg);text-transform:uppercase}.asv-ur__card-verif{font-size:.625rem;color:var(--p);font-weight:500;white-space:nowrap}.asv-ur__dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.asv-ur__dot{width:.5rem;height:.5rem;border-radius:50%;background:#2b080933;cursor:pointer;transition:background .15s}.asv-ur__dot.is-on{background:var(--fg)}.asv-sf{background:var(--bg);padding:1.5rem 1rem 1rem}.asv-sf__inner{max-width:640px;margin:0 auto}.asv-sf__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;text-align:center;line-height:1.2;color:var(--fg)}.asv-sf__title-hl{color:var(--p)}.asv-sf__sub{font-size:.875rem;color:var(--muted-fg);text-align:center;margin:.5rem 0 2rem;font-family:var(--fb)}.asv-sf__timeline{position:relative}.asv-sf__line{position:absolute;left:5px;top:1.5rem;bottom:1.5rem;width:2px;background:var(--border)}.asv-sf__item{position:relative;display:flex;gap:1rem;margin-bottom:1rem}.asv-sf__dot{position:relative;z-index:1;flex-shrink:0;width:.75rem;height:.75rem;border-radius:50%;border:2px solid hsla(359,67%,10%,.3);background:var(--bg);margin-top:.85rem}.asv-sf__item.is-open .asv-sf__dot{background:var(--p);border-color:var(--p)}.asv-sf__col{flex:1;min-width:0;padding-bottom:.5rem}.asv-sf__q{width:100%;text-align:left;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;font-size:1rem;background:var(--card);color:var(--fg);transition:background .15s,color .15s}.asv-sf__item.is-open .asv-sf__q{background:var(--p);color:#fff}.asv-sf__a{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.asv-sf__a[hidden]{display:none}.asv-sf__pt{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--muted-fg);line-height:1.45}.asv-sf__pt span{color:var(--p);font-weight:700;flex-shrink:0}.asv-sci{background:var(--p);padding:2rem 1.25rem}.asv-sci__inner{max-width:900px;margin:0 auto}.asv-sci__h1{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:#fff}.asv-sci__h2{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:#fffc;margin-bottom:.75rem}.asv-sci__intro{font-size:.75rem;color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6;font-family:var(--fb)}.asv-sci__stats{display:flex;flex-direction:column;gap:0}@media(min-width:768px){.asv-sci__stats{flex-direction:row;gap:2rem}}.asv-sci__stat{padding-bottom:1.25rem}.asv-sci__pct{font-size:2.25rem;font-weight:700;color:#fff;line-height:1;font-family:var(--fsys)}.asv-sci__label{font-size:1rem;font-weight:600;color:#fff;margin:.25rem 0 .125rem}.asv-sci__sub{font-size:.75rem;color:#fff9}.asv-sci__div{height:1px;background:#fff3;margin-top:1.25rem;display:block}@media(min-width:768px){.asv-sci__div{display:none}}.asv-sci__src{font-size:.5625rem;color:#fff6;text-align:center;font-style:italic;margin-top:1.5rem}.asv-sticky{position:fixed;bottom:0;left:0;right:0;z-index:49;background:#f8f3ed;border-top:1px solid hsla(359,20%,88%,.6);box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease;will-change:transform}.asv-sticky.visible{transform:translateY(0)}.asv-sticky__inner{max-width:1100px;margin:0 auto;padding:.75rem .875rem;display:flex;align-items:center;gap:.5rem}.asv-sticky__info{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.asv-sticky__row{display:flex;align-items:center;gap:.3125rem}.asv-sticky__name{font-size:.8125rem;font-weight:700;color:var(--fg);white-space:nowrap}.asv-sticky__badge{background:#881b1d1f;color:var(--p);font-size:.625rem;font-weight:600;padding:.1875rem .375rem;border-radius:.25rem;white-space:nowrap}.asv-sticky__sub{font-size:.6875rem;color:var(--muted-fg);display:flex;align-items:center;gap:.3rem}.asv-sticky__shield{width:.875rem;height:.875rem;flex-shrink:0}.asv-sticky__btn{flex-shrink:0;background:var(--p);color:#fff;border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;white-space:nowrap;transition:background .15s}.asv-sticky__btn:hover{background:var(--p-dark)}@media(min-width:1024px){.asv-sticky__btn{padding:.875rem 2.5rem;font-size:1rem}}.asv-uc{background:var(--bg);padding:1.5rem 0}.asv-uc__inner{max-width:1100px;margin:0 auto}.asv-uc__title{font-family:var(--fh);font-size:var(--uc-t,1.5rem);font-weight:700;text-align:center;color:var(--fg);margin:0 1rem 1.25rem;line-height:1.2}.asv-uc__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.asv-uc__slide{flex:0 0 100%;scroll-snap-align:start;padding:0 1rem;min-width:0}.asv-uc__imgwrap{height:330px;border-radius:1rem;overflow:hidden;margin-bottom:1rem}.asv-uc__imgwrap img{width:100%;height:100%;object-fit:cover;display:block}.asv-uc__h3{font-family:var(--fh);font-size:var(--uc-ct,1.25rem);font-weight:700;color:var(--fg);margin-bottom:.5rem}.asv-uc__p{font-size:var(--uc-cx,.875rem);color:var(--muted-fg);line-height:1.6;font-family:var(--fb)}.asv-uc__dots{display:flex;justify-content:flex-start;gap:.5rem;padding:1rem}.asv-uc__dot{width:.625rem;height:.625rem;border-radius:50%;background:#2b080933;cursor:pointer;transition:background .15s}.asv-uc__dot.is-on{background:var(--fg)}@media(min-width:1024px){.asv-uc__track{overflow:visible;gap:1.5rem;padding:0 1rem}.asv-uc__slide{flex:1;padding:0}.asv-uc__imgwrap{height:280px}.asv-uc__dots{display:none}}.asv-vid{background:#f8f3ed;padding:2rem 1rem}.asv-vid__title{font-family:var(--fh);font-size:1.5rem;font-weight:700;text-align:center;color:var(--fg);margin-bottom:1.25rem}.asv-vid__wrap{max-width:380px;margin:0 auto}.asv-vid__video{width:100%;border-radius:var(--radius)}.asv-wyf{background:var(--bg)}.asv-wyf__img{width:100%;max-width:640px;margin:0 auto;display:block}.asv-acc{margin-top:.5rem}.asv-acc__item{border-bottom:1px solid var(--border)}.asv-acc__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase;color:var(--fg);text-align:left}.asv-acc__icon{display:flex;align-items:center;flex-shrink:0;color:var(--fg)}.asv-acc__icon svg{width:1rem;height:1rem;transition:transform .2s}.asv-acc__trigger.is-open .asv-acc__icon svg{transform:rotate(180deg)}.asv-acc__content{padding-bottom:.875rem;font-size:.875rem;color:var(--muted-fg);line-height:1.6}.asv-acc__content p{margin-bottom:.5rem}.asv-acc__content ul{display:flex;flex-direction:column;gap:.25rem}.asv-acc__content strong{color:var(--fg)}.asv-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden;pointer-events:none}.asv-cart.open{visibility:visible;pointer-events:auto}.asv-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.asv-cart.open .asv-cart__overlay{opacity:1}.asv-cart__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 30px #00000026}.asv-cart.open .asv-cart__panel{transform:translate(0)}.asv-cart__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--border)}.asv-cart__title{font-size:1.25rem;font-weight:700;color:var(--fg);letter-spacing:-.01em}.asv-cart__close{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:.5rem;background:var(--card);color:var(--muted-fg);transition:background .15s}.asv-cart__close:hover{background:var(--border)}.asv-cart__close svg{width:1rem;height:1rem}.asv-cart__ship{padding:.75rem 1.25rem;border-bottom:1px solid var(--border)}.asv-cart__ship-row{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-bottom:.375rem}.asv-cart__ship-row svg{width:.875rem;height:.875rem;color:var(--p)}.asv-cart__ship-row span{font-size:.75rem;font-weight:600;color:var(--fg)}.asv-cart__ship-bar{width:100%;height:.375rem;background:var(--card);border-radius:2px;overflow:hidden}.asv-cart__ship-fill{height:100%;width:100%;background:var(--p);border-radius:2px}.asv-cart__items{flex:1;overflow-y:auto}.asv-cart__item{display:flex;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--border)}.asv-cart__thumb{width:5rem;height:5rem;border-radius:.75rem;overflow:hidden;background:var(--card);flex-shrink:0}.asv-cart__thumb img{width:100%;height:100%;object-fit:cover;display:block}.asv-cart__body{flex:1;min-width:0}.asv-cart__row1{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.asv-cart__titles{flex:1;min-width:0}.asv-cart__name{font-size:.9375rem;font-weight:700;color:var(--fg);line-height:1.35}.asv-cart__sub2{font-size:.75rem;color:var(--muted-fg);margin-top:.125rem}.asv-cart__trash{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:var(--muted-fg);flex-shrink:0;transition:color .15s}.asv-cart__trash:hover{color:var(--p)}.asv-cart__trash svg{width:1rem;height:1rem}.asv-cart__row2{display:flex;align-items:flex-end;justify-content:space-between;margin-top:.75rem}.asv-cart__stepper{display:flex;align-items:center;border:1px solid var(--border);border-radius:.375rem;overflow:hidden}.asv-cart__stepper button{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;color:var(--fg);transition:background .15s}.asv-cart__stepper button:hover{background:var(--card)}.asv-cart__stepper button svg{width:.875rem;height:.875rem}.asv-cart__stepper span{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--fg);border-left:1px solid var(--border);border-right:1px solid var(--border)}.asv-cart__price{text-align:right}.asv-cart__was{font-size:.75rem;color:var(--muted-fg);text-decoration:line-through;margin-bottom:.125rem}.asv-cart__now{font-size:1rem;font-weight:700;color:var(--fg)}.asv-cart__save{font-size:.75rem;font-weight:600;color:var(--p);margin-top:.125rem}.asv-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;color:var(--muted-fg);padding:4rem 1rem}.asv-cart__empty-ic{font-size:3rem}.asv-cart__empty p{font-size:.875rem;font-weight:500}.asv-cart__empty-s{max-width:18rem;text-align:center;line-height:1.45;color:var(--muted-fg)}.asv-cart__empty-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--p);color:#fff;font-weight:700;font-size:1rem;padding:.875rem 1.75rem;border-radius:.875rem;margin-top:.5rem;transition:background .15s}.asv-cart__empty-cta:hover{background:var(--p-dark)}.asv-cart__gifts{padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--card)}.asv-cart__gifts-head{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-fg);margin-bottom:.5rem}.asv-cart__gift{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.28rem 0;font-size:.8125rem;color:var(--fg)}.asv-cart__gift-n{min-width:0}.asv-cart__gift-r{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.asv-cart__gift-was{color:var(--muted-fg);text-decoration:line-through;font-size:.75rem}.asv-cart__gift-free{color:var(--green);font-weight:700}.asv-cart__foot{border-top:1px solid var(--border);background:var(--secondary);padding:1rem 1.25rem 1.5rem}.asv-cart__summary{margin-bottom:.75rem}.asv-cart__sum-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;margin-bottom:.375rem}.asv-cart__sum-label{color:var(--muted-fg)}.asv-cart__free,.asv-cart__remise{font-weight:600;color:var(--p)}.asv-cart__sum-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:.5rem}.asv-cart__total-label{font-weight:700;color:var(--fg)}.asv-cart__total-was{font-size:.75rem;color:var(--muted-fg);text-decoration:line-through;margin-right:.5rem}.asv-cart__total-now{font-weight:700;color:var(--fg);font-size:1rem}.asv-cart__checkout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:60px;border-radius:.875rem;background:var(--p);color:#fff;font-size:1.0625rem;font-weight:700;transition:background .15s}.asv-cart__checkout:hover{background:var(--p-dark)}.asv-cart__checkout svg{width:1rem;height:1rem;opacity:.8}.asv-cart__reassure{text-align:center;color:var(--muted-fg);font-weight:500;font-size:.875rem;margin:.75rem 0}.asv-cart__pay{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem}.asv-cart__pay-i{display:inline-flex;align-items:center;justify-content:center;width:36px;height:22px;border:1px solid var(--border);border-radius:.25rem;background:var(--bg)}.asv-cart__pay-i img{max-height:13px;max-width:30px;object-fit:contain}.asv-cart__pay-i--dark{background:var(--fg)}.asv-cart__pay-i--dark img{filter:invert(1)}.asv-feat{display:flex;gap:.75rem;align-items:center;padding:.75rem;background:#f7f3f399;border:1px solid hsla(359,20%,88%,.6);border-radius:.75rem;margin:.75rem 0}.asv-feat__img{width:4rem;height:4rem;border-radius:.5rem;object-fit:cover;flex-shrink:0}.asv-feat__body{flex:1;min-width:0}.asv-feat__top{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.asv-feat__name{font-size:.875rem;font-weight:600;color:var(--fg)}.asv-feat__text{font-size:.75rem;color:var(--muted-fg);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.asv-feat__next{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--muted-fg);transition:background .15s}.asv-feat__next:hover{background:#e7dada80}.asv-guar{display:flex;align-items:center;gap:.875rem;background:var(--p-pale);border:1.5px dashed hsl(359,40%,72%);border-radius:.875rem;padding:.875rem 1rem;margin:1.25rem 0 1rem}.asv-guar__seal{flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--p);color:var(--p-fg);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 0 3px #881b1d1f;line-height:1}.asv-guar__seal-num{font-family:var(--fh);font-size:1.25rem;font-weight:800}.asv-guar__seal-unit{font-size:.5rem;font-weight:700;letter-spacing:.08em;margin-top:.1rem}.asv-guar__title{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:.9375rem;color:var(--accent-fg);margin-bottom:.2rem}.asv-guar__title svg{flex-shrink:0;color:var(--p)}.asv-guar__text{font-size:.8125rem;line-height:1.5;color:var(--muted-fg)}.asv-trust{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:0;font-size:.6875rem;color:var(--muted-fg)}.asv-trust li{display:flex;align-items:center;gap:.25rem;white-space:nowrap}.asv-trust svg{width:.875rem;height:.875rem;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
