@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";@font-face{font-family:MagdaClean;src:url(./magdaclean-regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--black:#070707;--ink:#101010;--grey:#f2f2f2;--line:#dedede;--page:1600px;--pad:40px;--header:68px;--announce:35px;--radius:9px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Archivo,Arial,sans-serif;font-size:14px;line-height:1.4}body.is-locked{overflow:hidden}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}.page-width{width:min(100%,var(--page));margin-inline:auto;padding-inline:var(--pad)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:16px;z-index:9999;transform:translateY(-200%);padding:12px 16px;background:#fff;border:1px solid #000}.skip-link:focus{transform:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid #000;background:#000;color:#fff;text-transform:uppercase;letter-spacing:.04em}.button--outline{background:#fff;color:#000}.rte>*:last-child{margin-bottom:0}.rte ul{padding-left:20px}.toast{position:fixed;right:24px;bottom:24px;z-index:1200;padding:12px 18px;background:#000;color:#fff;opacity:0;transform:translateY(20px);pointer-events:none;transition:.25s}.toast.is-visible{opacity:1;transform:none}.toast.is-error{background:#b32020}.announcement{height:var(--announce);overflow:hidden;background:#000;color:#fff;font-family:MagdaClean,Archivo,sans-serif;font-size:14px;letter-spacing:.17em;white-space:nowrap}.announcement__track{height:100%;display:inline-flex;align-items:center;gap:24px;min-width:max-content;animation:marquee 27s linear infinite}.announcement__track span:first-child{margin-left:24px}.announcement__track i{font-style:normal;opacity:.8}@keyframes marquee{to{transform:translate(-25%)}}.site-header{height:var(--header);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--pad);border-bottom:1px solid #e3e3e3;background:#fff;position:relative;z-index:900}.burger{width:26px;height:26px;padding:3px 0;border:0;background:transparent;display:flex;flex-direction:column;justify-content:space-around}.burger span{height:1.5px;width:22px;background:#000;transition:.25s}.burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger[aria-expanded=true] span:nth-child(2){opacity:0}.burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-logo{width:182px}.cynique-logo{width:100%;height:auto}.header-tools{justify-self:end;display:flex;align-items:center;gap:18px;font-size:12px;letter-spacing:.08em}.language-form select,.country-form select{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:4px 14px 4px 0}.header-language,.header-country{white-space:nowrap}.cart-link{position:relative;width:27px}.cart-link span{position:absolute;right:-8px;top:-7px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#000;color:#fff;font-size:9px}.side-menu{position:fixed;z-index:850;left:0;top:calc(var(--announce) + var(--header));bottom:0;width:min(450px,90vw);background:#fff;transform:translate(-105%);transition:transform .35s cubic-bezier(.22,.61,.36,1);overflow:auto}.side-menu.is-open{transform:none}.side-menu__inner{padding:30px var(--pad);display:flex;flex-direction:column}.side-menu a{padding:13px 0;border-bottom:1px solid #ddd;font-family:MagdaClean,Archivo,sans-serif;font-size:30px;text-transform:uppercase}.side-menu a:nth-last-child(-n+2){font-family:Archivo,sans-serif;font-size:13px;text-transform:none}.menu-scrim{position:fixed;inset:calc(var(--announce) + var(--header)) 0 0;background:#0008;z-index:800;opacity:0;visibility:hidden;transition:.25s}.menu-scrim.is-open{opacity:1;visibility:visible}.home-hero{width:100%;overflow:hidden}.home-hero img{width:100%;height:auto}.featured-products{padding-top:55px;padding-bottom:70px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-heading h2,.family-strip h2,.popup-stores>h2,.collection-page h1{margin:0;font-family:MagdaClean,Archivo,sans-serif;font-size:48px;font-weight:400;text-transform:uppercase;letter-spacing:.015em}.section-heading a{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 10px}.product-card{min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;background:#f3f3f3;aspect-ratio:2/3}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover}.product-card__hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s}.product-card:hover .product-card__hover{opacity:1}.product-card__badge{position:absolute;right:10px;top:10px;padding:6px 8px;background:#000;color:#fff;font-size:10px;letter-spacing:.08em}.product-card__info{display:flex;justify-content:space-between;gap:10px;padding:11px 2px;font-size:13px}.product-card__info span:last-child{white-space:nowrap}.lookbook{position:relative;overflow:hidden;background:#000}.lookbook__track{display:flex;width:max-content;animation:lookbookScroll 32s linear infinite}.lookbook figure{margin:0;width:min(28vw,430px);height:72vh;min-height:540px}.lookbook img{width:100%;height:100%;object-fit:cover}.lookbook__label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:14px 24px;background:#fff;color:#000;text-transform:uppercase;letter-spacing:.1em}@keyframes lookbookScroll{to{transform:translate(-40%)}}.family-strip{padding-top:55px;padding-bottom:70px;overflow:hidden}.family-strip h2{margin-bottom:20px}.family-strip__track{display:flex;gap:9px;overflow:auto;scrollbar-width:none}.family-strip__track img{flex:0 0 24%;aspect-ratio:2/3;object-fit:cover}.about-teaser,.product-about{position:relative;height:min(78vh,850px);overflow:hidden;background:#111;color:#fff}.about-teaser__bg,.product-about>img{width:100%;height:100%;object-fit:cover}.about-teaser:after,.product-about:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0004}.about-teaser__content,.product-about>div{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;text-transform:uppercase;letter-spacing:.12em}.about-teaser__content img,.product-about>div img{width:min(520px,70vw)}.about-teaser__content a,.product-about a{border-bottom:1px solid}.popup-stores{padding-top:60px;padding-bottom:80px}.popup-stores>h2{margin-bottom:22px}.popup-stores__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.popup-card{position:relative;aspect-ratio:4/3;overflow:hidden;background:#ddd;color:#fff}.popup-card>img{width:100%;height:100%;object-fit:cover}.popup-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 55%,#0009)}.popup-card>button{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;justify-content:space-between;width:100%;border:0;background:transparent;color:#fff;padding:22px;font-family:MagdaClean,Archivo,sans-serif;font-size:34px;text-transform:uppercase}.popup-card__info{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;padding:38px;background:#111e;display:flex;flex-direction:column;justify-content:flex-end;transform:translateY(102%);transition:.35s}.popup-card.is-open .popup-card__info{transform:none}.popup-card__info button{position:absolute;right:22px;top:18px;background:transparent;border:0;color:#fff;font-size:34px}.popup-card__info h3{font-family:MagdaClean,sans-serif;font-size:50px;margin-bottom:10px;text-transform:uppercase}.popup-card__info p{max-width:430px}.site-footer{position:relative;padding:70px var(--pad) 20px;background:#050505 url(./footer-bg.png) center/cover no-repeat;color:#fff}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:20px 60px;padding-bottom:65px;border-bottom:1px solid #ffffff40}.newsletter h3{font-family:MagdaClean,sans-serif;font-size:48px;font-weight:400;text-transform:uppercase;margin-bottom:10px}.newsletter p{max-width:560px;color:#ccc}.newsletter-form{display:flex;align-self:center}.newsletter-form input{flex:1;min-width:0;border:1px solid #fff;background:transparent;color:#fff;padding:14px}.newsletter-form button{border:1px solid #fff;background:#fff;color:#000;padding:14px 20px}.newsletter small{grid-column:2;color:#aaa}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:45px 0 70px}.footer-links h4{font-size:14px;font-weight:500}.footer-links sup{margin-left:5px}.footer-links a{display:block;margin:9px 0;color:#ddd;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff40;padding-top:18px;font-size:11px}.footer-bottom div{display:flex;gap:20px}.product-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(470px,.95fr);gap:55px;padding-top:25px;padding-bottom:70px}.product-gallery{position:sticky;top:20px;height:calc(100vh - 40px);min-height:650px;background:#f3f3f3;border-radius:12px;overflow:hidden}.product-gallery__slides,.product-gallery__slide{height:100%;margin:0}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}.product-gallery__slide img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:#fff;font-size:26px;box-shadow:0 2px 10px #0001}.gallery-arrow--prev{left:14px}.gallery-arrow--next{right:14px}.worn-toggle{position:absolute;right:18px;top:150px;display:flex;gap:8px;align-items:center;padding:10px 13px;border:0;background:#000;color:#fff;text-transform:uppercase;letter-spacing:.13em;font-size:10px}.product-heading{display:flex;justify-content:space-between;align-items:start;gap:30px}.product-heading h1{font-family:MagdaClean,sans-serif;font-size:44px;line-height:1;text-transform:uppercase;font-weight:400}.product-heading>strong{font-family:MagdaClean,sans-serif;font-size:34px;white-space:nowrap}.review-summary{display:inline-flex;align-items:center;gap:7px;border-bottom:1px solid;margin:10px 0 18px}.review-summary span{color:#00b67a}.installments{display:flex;align-items:center;gap:8px;margin-bottom:28px}.installments img{width:72px;height:auto}.color-switcher>div:first-child{display:flex;justify-content:space-between;text-transform:uppercase;font-size:11px;letter-spacing:.08em}.color-switcher__items{display:flex;gap:7px;margin-top:12px}.color-switcher__items a{width:70px;aspect-ratio:1;border:1px solid transparent;background:#eee}.color-switcher__items a.is-active{border-color:#111}.color-switcher__items img{width:100%;height:100%;object-fit:contain}.size-finder{margin:18px 0;border:0;border-bottom:1px solid;background:transparent;padding:0}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}.trust-row span{padding:12px;background:#f3f3f3;border-radius:8px;font-size:12px}.bundle-builder>h2{font-family:Archivo,sans-serif;font-size:15px;text-align:center;margin:22px 0 16px}.bundle-tier{position:relative;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:18px 16px;background:#f1f1f1;border:2px solid transparent;border-radius:8px;margin-bottom:10px;cursor:pointer}.bundle-tier.is-active{background:#fff;border-color:#000}.bundle-tier>input{position:absolute;opacity:0;pointer-events:none}.bundle-toggle{width:34px;height:20px;border-radius:20px;background:#dedede;position:relative}.bundle-toggle:after{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:.2s}.bundle-tier.is-active .bundle-toggle{background:#000}.bundle-tier.is-active .bundle-toggle:after{transform:translate(14px)}.bundle-tier__title{display:flex;flex-direction:column}.bundle-tier__title b{font-size:15px}.bundle-tier__title em{font-size:12px;font-weight:400}.bundle-price{display:flex;flex-direction:column;align-items:end}.bundle-price s{font-size:11px;color:#777}.bundle-tier__body{grid-column:2/-1;display:none;padding-top:10px}.bundle-tier.is-active .bundle-tier__body{display:block}.bundle-tier__body label{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:7px 0;font-size:12px}.bundle-tier__body select{max-width:220px;min-height:36px;padding:0 28px 0 10px;border:1px solid #ddd;border-radius:5px;background:#fff}.bundle-ribbon{position:relative;z-index:2;width:max-content;margin:0 16px -8px auto;padding:3px 10px;background:#000;color:#fff;font-size:10px}.bundle-components{border-top:1px solid #eee}.gift-line{display:grid!important;grid-template-columns:44px 1fr auto auto;gap:8px!important;align-items:center;padding:8px 0;border-top:1px solid #eee}.gift-line img{width:42px;height:42px;object-fit:contain;background:#f4f4f4}.gift-line s{font-size:10px}.gift-line>b{padding:3px 6px;border-radius:10px;background:#000;color:#fff;font-size:9px}.gift-line--choice{grid-template-columns:44px minmax(90px,1fr) minmax(140px,1fr) auto auto}.gift-line--choice select{width:100%;min-width:0}.add-bundle{width:100%;min-height:55px;border:0;border-radius:4px;background:#000;color:#fff;font-weight:600;margin-top:14px}.add-bundle[disabled]{opacity:.55}.secure-note{text-align:center;font-size:11px}.countdown-label{text-align:center;margin:10px 0 15px;text-transform:uppercase;font-size:12px}.reservation{margin:35px 0 20px;border:1px solid #ddd;padding:18px;border-radius:8px}.reservation>span{display:block;color:#00a653;margin-bottom:12px}.reservation p{display:flex;justify-content:space-between;margin:7px 0;font-size:12px}.reservation progress{width:100%;height:9px;accent-color:#000}.reservation small{display:block;margin-top:7px}.reservation>strong{display:block;margin-top:12px}.product-accordions details,.faq details{border-top:1px solid #ddd}.product-accordions details:last-child,.faq details:last-child{border-bottom:1px solid #ddd}.product-accordions summary,.faq summary{list-style:none;padding:16px 2px;cursor:pointer}.product-accordions summary:after,.faq summary:after{content:"+";float:right}.product-accordions details[open] summary:after,.faq details[open] summary:after{content:"\2212"}.product-accordions details>div,.product-accordions details>p,.faq details>p{padding:0 0 18px}.reviews-section{padding-top:60px;padding-bottom:65px}.reviews-section h2,.ugc-section h2,.comparison h2,.three-points h2,.faq h2{font-family:MagdaClean,sans-serif;font-size:48px;font-weight:400;text-transform:uppercase}.review-cards{display:flex;gap:10px;overflow:auto}.review-cards article{flex:0 0 250px;background:#f4f4f4;padding:20px}.review-cards article>div{letter-spacing:.15em}.review-cards small{color:#777}.ugc-section{padding:65px var(--pad);background:#0b0b0b;color:#fff;overflow:hidden}.ugc-section h2{width:min(100%,var(--page));margin-inline:auto}.ugc-track{display:flex;gap:10px;overflow:auto;width:min(100%,var(--page));margin:auto}.ugc-track video{flex:0 0 min(22vw,320px);aspect-ratio:9/16;object-fit:cover;background:#222}.comparison{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:70px;padding-top:80px;padding-bottom:80px}.comparison h2{max-width:480px}.comparison__media{position:relative;aspect-ratio:1/1;background:#f3f3f3;overflow:hidden}.comparison__media>img,.comparison__before img{width:100%;height:100%;object-fit:contain}.comparison__before img{width:50vw;max-width:none}.comparison input{position:absolute;left:5%;right:5%;bottom:20px;width:90%;accent-color:#000}.three-points{padding-top:50px;padding-bottom:90px}.three-points>p{letter-spacing:.12em}.three-points>div{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd}.three-points article{background:#fff;padding:35px}.three-points article>span{font-family:MagdaClean,sans-serif;font-size:52px}.three-points h3{font-size:18px}.faq{padding-top:70px;padding-bottom:80px;max-width:1000px}.size-modal{position:fixed;z-index:1300;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0009;opacity:0;visibility:hidden;transition:.2s}.size-modal.is-open{opacity:1;visibility:visible}.size-modal__panel{position:relative;width:min(520px,calc(100vw - 32px));background:#fff;padding:32px}.size-modal__panel>button:first-child{position:absolute;right:15px;top:10px;border:0;background:transparent;font-size:28px}.size-modal label{display:block;margin:20px 0}.size-modal label output{float:right}.size-modal input{width:100%;accent-color:#000}.size-result{margin-top:15px;font-weight:600}.cart-drawer{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0008;opacity:0;transition:.25s}.cart-drawer.is-open .cart-drawer__scrim{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(470px,100vw);display:flex;flex-direction:column;background:#fff;transform:translate(105%);transition:.35s}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__panel>header{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid #ddd}.cart-drawer__panel h3{font-size:20px;margin:0}.cart-drawer__panel>header>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#000;color:#fff;font-size:11px}.cart-drawer__panel>header button{border:0;background:transparent;font-size:28px}.cart-timer,.free-shipping{text-align:center;margin:0;padding:9px;background:#f4f4f4;font-size:12px}.free-shipping{background:#fff;font-weight:600}.cart-drawer__items{flex:1;overflow:auto;padding:10px 15px}.cart-empty{text-align:center;margin-top:80px}.drawer-item{display:grid;grid-template-columns:85px 1fr auto;gap:12px;padding:10px 0;border-bottom:1px solid #eee}.drawer-item>img{width:85px;height:110px;object-fit:contain;background:#f4f4f4}.drawer-item h4{font-size:13px;margin:0 0 4px}.drawer-item p{font-size:11px;margin:3px 0;color:#666}.drawer-qty{display:flex;align-items:center;margin-top:9px}.drawer-qty button,.drawer-qty span{width:28px;height:26px;display:grid;place-items:center;border:1px solid #ddd;background:#fff}.drawer-remove{border:0;background:transparent;text-decoration:underline;font-size:10px;margin-top:7px;padding:0}.drawer-item>strong{font-size:13px;white-space:nowrap}.cart-drawer__panel>footer{padding:16px 20px;background:#f3f3f3}.cart-total{display:flex;justify-content:space-between;font-size:15px}.cart-klarna{display:flex;align-items:center;gap:4px;margin:8px 0;font-size:11px}.cart-klarna img{width:57px}.checkout-button{width:100%;min-height:52px;border:0;background:#000;color:#fff}.checkout-button:disabled{opacity:.45}.trustpilot{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:12px;font-size:11px}.trustpilot>span:first-child,.trustpilot .stars{color:#00b67a}.cart-page,.collection-page,.main-page{padding-top:65px;padding-bottom:90px}.cart-page h1,.main-page h1{font-family:MagdaClean,sans-serif;font-size:52px;text-transform:uppercase;font-weight:400}.cart-page__items article{display:grid;grid-template-columns:140px 1fr auto;gap:22px;padding:18px 0;border-bottom:1px solid #ddd}.cart-page__items img{width:140px;height:180px;object-fit:contain;background:#f5f5f5}.cart-page__items h2{font-size:18px}.cart-page__summary{margin-left:auto;width:min(420px,100%);padding-top:30px}.cart-page__summary p{display:flex;justify-content:space-between}.cart-page__summary .button{width:100%;margin-top:8px}.collection-page>header{text-align:center;margin-bottom:45px}.pagination{grid-column:1/-1;margin-top:30px;text-align:center}@media(max-width:749px){:root{--pad:16px;--header:62px;--announce:32px}.country-form,.header-country{display:none}.site-logo{width:142px}.header-tools{gap:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 7px}.section-heading h2,.family-strip h2,.popup-stores>h2,.collection-page h1{font-size:38px}.featured-products{padding-top:40px;padding-bottom:45px}.lookbook figure{width:58vw;height:70vh;min-height:460px}.family-strip__track img{flex-basis:65%}.popup-stores__grid,.newsletter{grid-template-columns:1fr}.newsletter h3{font-size:38px}.newsletter small{grid-column:auto}.footer-links{grid-template-columns:1fr 1fr}.product-main{display:block;padding-inline:0;padding-top:0}.product-gallery{position:relative;top:auto;height:auto;min-height:0;border-radius:0;aspect-ratio:1/1.3}.product-info{padding:24px var(--pad)}.product-heading h1{font-size:38px}.product-heading>strong{font-size:28px}.worn-toggle{top:15px}.comparison{grid-template-columns:1fr;gap:30px}.comparison__before img{width:calc(100vw - 32px)}.three-points>div{grid-template-columns:1fr}.ugc-track video{flex-basis:66vw}.reviews-section h2,.ugc-section h2,.comparison h2,.three-points h2,.faq h2{font-size:40px}.product-about{height:62vh}.gift-line--choice{grid-template-columns:42px 1fr auto}.gift-line--choice select{grid-column:2/-1}.gift-line--choice s{display:none}}@media(max-width:560px){.site-header{padding-inline:16px}.header-language{font-size:11px}.popup-card{aspect-ratio:3/4}.newsletter-form{display:block}.newsletter-form input,.newsletter-form button{width:100%}.footer-links{grid-template-columns:1fr 1fr;gap:20px}.footer-bottom{align-items:start;gap:18px}.product-heading{gap:10px}.product-heading h1{font-size:34px}.product-heading>strong{font-size:25px}.trust-row{grid-template-columns:1fr 1fr}.bundle-tier{grid-template-columns:34px 1fr auto;padding:14px 10px}.bundle-tier__body{grid-column:1/-1}.bundle-components>label{display:block}.bundle-tier__body select{max-width:100%;width:100%;margin-top:4px}.cart-page__items article{grid-template-columns:90px 1fr}.cart-page__items article>strong{grid-column:2}.cart-page__items img{width:90px;height:120px}.section-heading h2{font-size:34px}.about-teaser{height:65vh}}@font-face{font-family:Bebas Neue;src:url(./bebas-neue-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--page:1280px;--pad:40px;--header:68px;--announce:35px;--font-brand:MagdaClean,Helvetica,Arial,sans-serif;--font-heading:"Bebas Neue",Archivo,sans-serif}body{font-family:var(--font-brand);font-size:16px;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,.section-heading h2,.family-strip h2,.popup-stores h2,.product-heading h1,.product-heading>strong,.reviews-section h2,.ugc-section h2,.comparison h2,.three-points h2,.faq h2,.collection-page h1,.cart-page h1,.main-page h1{font-family:var(--font-heading);font-weight:400;letter-spacing:.5px}.page-width{max-width:var(--page)}.announcement{position:fixed;z-index:920;left:0;right:0;top:0;font-family:var(--font-brand);font-size:11px;height:var(--announce)}.site-header{position:fixed;z-index:910;left:0;right:0;top:var(--announce);height:var(--header);max-width:none;padding-inline:40px}.site-logo{width:143px}.burger{width:42px;height:42px;padding:9px}.burger span{width:23px}.header-tools{font-family:var(--font-brand);font-size:13px}.cart-link{width:25px}#MainContent{padding-top:calc(var(--announce) + var(--header))}.side-menu{z-index:905;left:0;right:0;top:calc(var(--announce) + var(--header));bottom:0;width:100%;opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .3s ease,transform .3s ease,visibility .3s;background:#fff}.side-menu.is-open{opacity:1;visibility:visible;transform:none}.side-menu__inner{padding:8px 40px 22px}.side-menu a,.side-menu a:nth-last-child(-n+2){display:block;padding:10px 0;border-bottom:1px solid #000;font-family:var(--font-brand);font-size:22px;line-height:1.3;text-transform:none}.side-menu a:first-child{border-top:1px solid #000}.side-menu__localization{display:flex;align-items:center;gap:12px;margin-top:20px;font-size:12px}.side-menu__localization span:not(:first-child){opacity:.45}.side-menu__country{margin-top:18px;font-size:12px}.side-menu__media{overflow:hidden;margin-top:8px}.side-menu__media>div{display:flex;width:max-content;animation:menuMedia 30s linear infinite}.side-menu__media img{width:30vw;max-width:390px;aspect-ratio:4/5;object-fit:cover;margin-right:6px}@keyframes menuMedia{to{transform:translate(-50%)}}.menu-scrim{display:none}.featured-products{padding:56px 40px}.section-heading{margin-bottom:22px}.section-heading h2,.family-strip h2,.popup-stores h2,.collection-page h1{font-size:44px;line-height:1.2;text-transform:none}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:14px;row-gap:48px}.product-card__media{aspect-ratio:4/5}.product-card__media>img,.product-card__media>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__hover{object-fit:contain!important;transform:scale(1.14);transition:opacity .35s}.product-card__badge{left:10px;right:auto;top:10px;padding:5px 8px;border-radius:2px;font-family:Archivo,sans-serif;font-size:11px;font-weight:700}.product-card__info{display:block;text-align:center;padding:10px 12px 0;font-family:var(--font-brand);font-size:14px;line-height:1.2}.product-card__info span{display:block}.product-card__info span:last-child{font-size:13px;font-weight:300;margin-top:3px}.lookbook{position:relative;width:100%;aspect-ratio:16/9;max-height:90vh;overflow:hidden;background:#111}.lookbook>a{display:block;width:100%;height:100%}.lookbook img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}.family-strip{padding:56px 0;overflow:hidden}.family-strip h2{margin-bottom:22px}.family-strip__row{overflow:hidden}.family-strip__row+.family-strip__row{margin-top:4px}.family-strip__track{display:flex;width:max-content;animation:familyMarquee 30s linear infinite;will-change:transform}.family-strip__track--reverse{animation-direction:reverse}.family-strip figure{flex:0 0 auto;width:26vw;margin:0 4px 0 0;aspect-ratio:4/5;overflow:hidden;background:#f4f4f4}.family-strip img{width:100%;height:100%;object-fit:cover}@keyframes familyMarquee{to{transform:translate(-50%)}}.about-teaser{height:70vh;max-height:none;color:#fff}.about-teaser>a{position:relative;display:block;width:100%;height:100%}.about-teaser__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:.3}.about-teaser:after{display:none}.about-teaser__content{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:48px;text-transform:none;letter-spacing:.3px}.about-teaser__content>span:first-child{font-size:13px}.about-teaser__content img{width:auto;height:40px;max-width:300px;object-fit:contain}.about-teaser__cta{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding-bottom:3px;border-bottom:1px solid #ffffff99;font-size:13px}.popup-stores{padding:56px 0 112px;overflow:hidden}.popup-stores__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.popup-stores__head h2{margin:0}.popup-stores__head>button{width:42px;height:42px;border:0;background:transparent;font-size:28px}.popup-stores__grid{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 40px;scrollbar-width:none}.popup-card{flex:0 0 min(60vw,720px);aspect-ratio:16/9;scroll-snap-align:start}.popup-card>button{padding:22px 24px;font-family:var(--font-heading);font-size:34px}.popup-card__info h3{font-family:var(--font-heading)}.site-footer{min-height:464px;padding:82px 60px 40px;background-position:center;background-size:cover;font-family:Archivo,Helvetica,Arial,sans-serif}.newsletter{display:block;padding:0;border:0;margin-bottom:40px}.newsletter h3{font-family:Archivo,Helvetica,Arial,sans-serif;font-size:27px;font-weight:500;text-transform:none;margin-bottom:8px}.newsletter p{font-size:15px;line-height:1.3;margin-bottom:19px}.newsletter-form{display:block;max-width:500px}.newsletter-form input{display:block;width:440px;max-width:100%;height:62px;padding:0 28px;border:1px solid #fff;border-radius:999px;background:transparent;color:#fff}.newsletter-form button{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:0 0 4px;border:0;border-bottom:1px solid #fff;background:transparent;color:#fff;font-size:19px}.newsletter-form button span{font-size:24px}.newsletter-form small{display:block;margin-top:20px;color:#ffffffb8;font-size:10px}.footer-links{display:flex;gap:9%;padding:0}.footer-links>div{flex:1 1 0}.footer-links h4{font-size:20px;margin-bottom:8px}.footer-links a{margin:0;color:#fff;font-size:15px;line-height:1.7}.footer-language{display:flex;margin-top:22px}.footer-language form{display:flex;gap:13px}.footer-language button{border:0;background:transparent;color:#fff;opacity:.45;font-size:12px}.footer-language button.is-active{opacity:1;border-bottom:1px solid}.footer-country{display:flex;justify-content:center;margin-top:10px}.footer-country select{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#fff;text-align:center;font-size:12px;padding:4px 18px}.footer-bottom{display:flex;justify-content:center;border:0;padding-top:80px;font-size:12px}.product-main{max-width:1280px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);column-gap:56px;padding:28px 40px 64px}.product-gallery{position:sticky;top:calc(var(--announce) + var(--header) + 16px);height:auto;min-height:0;aspect-ratio:3/4;border-radius:14px;background:#f4f4f4}.product-gallery__slide img{object-fit:contain}.worn-toggle{right:18px;top:18px;flex-direction:column;align-items:flex-end;background:transparent;color:#000;padding:0;font-family:Archivo,sans-serif;font-size:12px}.worn-toggle span{display:block;width:84px;height:106px;border:1px solid #000;background:#fff}.worn-toggle span img{width:100%;height:100%;object-fit:contain}.worn-toggle b{display:block;padding:8px 11px;background:#000;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.product-info{padding:25px 0}.product-heading h1{font-size:42px;line-height:1.1}.product-heading>strong{font-size:28px}.review-summary{font-family:Archivo,sans-serif;font-size:14px}.installments{font-family:var(--font-brand);font-size:14px}.installments img{width:auto;height:24px}.color-switcher>div:first-child{font-size:12px}.color-switcher__items a{width:70px;background:#f4f4f4}.size-finder{font-family:var(--font-brand);font-size:14px}.trust-row span{font-family:Archivo,sans-serif}.bundle-builder>h2{font-family:Archivo,sans-serif}.bundle-tier{border-radius:9px;padding:18px 16px}.add-bundle{min-height:58px;border-radius:14px;font-family:Archivo,sans-serif}.secure-note{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:12px;font-family:Archivo,sans-serif;font-size:11px}.payment-icons{display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.payment-icons svg{width:36px;height:23px}.reservation{font-family:Archivo,sans-serif}.reservation>span{font-weight:600}.reservation__count{display:block;font-family:var(--font-heading);font-size:52px;line-height:1}.reservation__count small{font-family:Archivo,sans-serif;font-size:12px;font-weight:400}.reviews-section{padding:56px 0 0}.reviews-section h2{font-size:44px;margin-bottom:22px}.review-cards{gap:8px;padding:0 40px;scroll-padding-left:40px}.review-cards article{flex:0 0 32%;min-height:210px;display:flex;flex-direction:column;gap:12px;padding:18px;background:#fff;border:1px solid #e6e6e6;border-radius:12px}.review-stars{display:flex!important;gap:2px!important;letter-spacing:0!important}.review-stars span{display:grid;place-items:center;width:20px;height:20px;background:#00b67a;color:#fff;font-size:13px}.review-cards h3{font-family:Archivo,sans-serif;font-size:14px;font-weight:500;margin:0}.review-cards p{font-family:Archivo,sans-serif;font-size:14px;line-height:1.45}.review-cards small{margin-top:auto;font-family:Archivo,sans-serif;font-size:13px}.ugc-section{padding:56px 40px;background:#fff;color:#000}.ugc-section h2{text-align:center;font-size:36px}.ugc-track{gap:12px}.ugc-track video{flex-basis:min(20vw,250px);border-radius:14px;background:#eee}.comparison{display:block;padding-top:80px;padding-bottom:80px;text-align:center}.comparison h2{max-width:none;margin-bottom:18px;font-size:44px}.comparison>p{font-size:15px;letter-spacing:.08em;margin-bottom:30px}.comparison__media{width:min(520px,100%);margin:auto;aspect-ratio:4/5;border-radius:12px}.comparison__before img{width:520px}.comparison__label{position:absolute;z-index:3;top:18px;font-size:10px;letter-spacing:.2em}.comparison__label--before{left:18px}.comparison__label--after{right:18px}.comparison input{bottom:14px}.three-points{max-width:680px;padding-top:70px;padding-bottom:90px}.three-points>p{font-size:11px;text-align:center;margin-bottom:8px}.three-points>h2{text-align:center;font-size:44px}.three-points>div{display:grid;grid-template-columns:1fr;gap:10px;background:transparent}.three-points article{display:grid;grid-template-columns:60px 1fr;column-gap:10px;padding:22px;background:#f7f7f7;border-radius:12px}.three-points article>span{grid-row:1/3;font-family:var(--font-heading);font-size:44px}.three-points h3{font-family:var(--font-heading);font-size:22px;margin:0}.three-points article p{grid-column:2;margin:6px 0 0}.faq{max-width:840px}.sticky-product-bar{position:fixed;z-index:880;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:10px 40px;background:#fff;border-top:1px solid #eee;transform:translateY(110%);transition:transform .25s}.sticky-product-bar.is-visible{transform:none}.sticky-product-bar>div{display:flex;align-items:center;gap:10px}.sticky-product-bar img{width:42px;height:42px;object-fit:contain;background:#f4f4f4}.sticky-product-bar span{display:flex;flex-direction:column;font-size:12px}.sticky-product-bar button{min-width:155px;min-height:46px;border:0;border-radius:12px;background:#000;color:#fff;font-family:Archivo,sans-serif;text-transform:uppercase;font-size:11px}.cart-drawer__panel{width:min(450px,100vw);font-family:Archivo,sans-serif}.cart-drawer__panel>header{border-bottom:0}.cart-drawer__panel>header h3{font-size:18px}.cart-timer,.free-shipping{font-size:12px}.free-shipping{padding:12px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:55px}.cart-empty>svg{width:44px;height:44px;color:#aeb2b5}.drawer-item{grid-template-columns:88px 1fr auto;margin:0 0 10px;padding:12px;border:1px solid #e4e4e4;border-radius:8px}.drawer-item>img{width:88px;height:100px}.drawer-variant{margin-top:7px;padding:5px 8px;border:1px solid #ddd;border-radius:4px}.cart-upsells{padding:8px 14px 14px}.cart-upsells__head{display:flex;justify-content:space-between;align-items:center}.cart-upsells__head h4{margin:0}.cart-upsells__track{display:flex;gap:10px;overflow:auto;scroll-snap-type:x mandatory}.cart-upsells article{flex:0 0 325px;display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;background:#f5f5f5;border-radius:8px;scroll-snap-align:start}.cart-upsells article>a{grid-column:1/-1;display:flex;align-items:center;gap:10px}.cart-upsells article img{width:72px;height:82px;object-fit:contain}.cart-upsells article span{display:flex;flex-direction:column}.cart-upsells select{min-width:115px}.cart-upsells button{border:0;border-radius:7px;background:#000;color:#fff;padding:8px 15px}.cart-drawer__panel>footer{background:#f7f7f7}.checkout-button{border-radius:8px}@media(max-width:749px){:root{--pad:16px;--header:62px;--announce:32px}.site-header{padding-inline:16px}.site-logo{width:142px}#MainContent{padding-top:calc(var(--announce) + var(--header))}.side-menu__inner{padding:8px 16px 20px}.side-menu a,.side-menu a:nth-last-child(-n+2){font-size:21px}.side-menu__media img{width:50vw}.featured-products{padding:32px 10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:4px;row-gap:32px}.section-heading h2,.family-strip h2,.popup-stores h2,.collection-page h1{font-size:36px}.product-card__badge{left:8px;top:8px;font-size:10px;padding:4px 7px}.product-card__info{font-size:14px}.lookbook{aspect-ratio:3/4;max-height:80vh}.family-strip{padding:32px 0}.family-strip figure{width:46vw}.about-teaser{height:70vh}.about-teaser__content{padding:32px}.popup-stores{padding:32px 0 64px}.popup-stores__grid{padding-inline:16px}.popup-card{flex-basis:86vw}.site-footer{padding:40px 32px 25px}.footer-links{display:flex;flex-wrap:wrap;row-gap:24px;column-gap:0}.footer-links>div{flex:0 0 46%}.footer-links h4{font-size:16px}.footer-links a{font-size:12.7px}.footer-bottom{padding-top:35px}.product-main{display:block;padding:0}.product-gallery{position:relative;top:auto;aspect-ratio:3/4;border-radius:0}.product-info{padding:24px 16px}.worn-toggle{top:12px;right:12px}.reviews-section h2{font-size:36px}.review-cards{padding-inline:16px}.review-cards article{flex-basis:78%}.ugc-section{padding:40px 16px}.ugc-track video{flex-basis:66vw}.comparison{padding:60px 16px}.comparison h2,.three-points h2,.faq h2{font-size:38px}.comparison__before img{width:calc(100vw - 32px)}.three-points{padding:55px 16px 70px}.faq{padding-inline:16px}.sticky-product-bar{padding:8px 16px}.sticky-product-bar button{min-width:140px}.sticky-product-bar span{max-width:130px}.sticky-product-bar b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsells article{flex-basis:290px}}@media(max-width:560px){.newsletter-form input{width:100%}.footer-links{grid-template-columns:none}.product-heading h1{font-size:38px}.product-heading>strong{font-size:26px}.comparison h2{font-size:36px}.sticky-product-bar{padding-inline:10px}.sticky-product-bar button{min-width:132px}.sticky-product-bar img{width:36px;height:36px}}@media(prefers-reduced-motion:reduce){.family-strip__track,.side-menu__media>div{animation:none}}.footer,.footer *{font-family:Archivo,Helvetica,Arial,sans-serif!important}.footer{position:relative;margin:0;padding:0;background-color:#fff;background-position:center;background-size:cover;background-repeat:no-repeat;color:#000}.footer__inner{display:flex;flex-direction:column;width:100%;min-height:464px;max-width:var(--page);margin:0 auto;padding:40px 32px 25px}.news{margin-bottom:24px}.news__title{margin:0 0 8px;padding:0;color:#000;font-size:23px;font-weight:500;line-height:1.2;letter-spacing:-.1px;text-transform:none}.news__sub{max-width:540px;margin:0 0 19px;padding:0;color:#000;font-size:15px;font-weight:400;line-height:1.3;letter-spacing:0}.news__form{display:block;margin:0;padding:0}.news__field{max-width:440px;margin:0 0 18px}.news__input{display:block;width:100%;height:62px;margin:0;padding:0 28px;border:1px solid #cfcfcf;border-radius:999px;background:transparent;color:#000;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;outline:none;transition:border-color .2s}.news__input::placeholder{color:#9a9a9a;opacity:1}.news__input:focus{border-color:#000}.news__submit{display:inline-flex;align-items:center;gap:10px;margin:0;padding:0 0 4px;border:0;border-bottom:1px solid #000;border-radius:0;background:none;color:#000;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:17px;font-weight:400;line-height:normal;text-transform:none;cursor:pointer}.news__submit svg{width:18px;height:auto;flex:0 0 auto}.news__submit:active{opacity:.55}.news__legal{max-width:500px;margin:20px 0 0;color:#000;font-size:10px;font-weight:300;line-height:1.4;opacity:.7}.news__feedback{max-width:500px;margin:10px 0 0;font-size:11px;line-height:1.4}.news__feedback--error{color:#a40000}.footer__cols{display:flex;flex-wrap:wrap;row-gap:24px;column-gap:0}.fcol{flex:0 0 46%;min-width:0}.fcol h4{margin:0 0 8px;color:#000;font-size:16px;font-weight:500;line-height:1.45;letter-spacing:-.1px;text-transform:none}.fcol h4 sup{position:relative;top:-.7em;margin-left:2px;font-size:11px;font-weight:500}.fcol ul{margin:0;padding:0;list-style:none}.fcol li{margin:0;padding:0}.fcol a,.fcol__fallback a{display:block;margin:0;padding:0;color:#000;font-size:12.7px;line-height:1.74;text-decoration:none}.fcol a:active{opacity:.5}.footer__lang{display:flex;justify-content:center;margin-top:22px}.footer__langform{display:inline-flex;gap:2px}.footer__langbtn{margin:0;padding:4px 9px;border:0;background:none;color:inherit;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:12px;line-height:normal;letter-spacing:1.5px;opacity:.45;text-decoration:none;cursor:pointer;transition:opacity .2s}.footer__langbtn.is-active{opacity:1;text-decoration:underline;text-underline-offset:3px}.currsel{display:inline-flex;align-items:center}.footer__curr{display:flex;justify-content:center;margin-top:10px}.currsel__field{position:relative;display:inline-flex;align-items:center;gap:7px}.currsel__globe{width:15px;height:15px;flex:0 0 auto;opacity:.55}.currsel__select{max-width:230px;padding:6px 18px 6px 0;border:0;border-radius:0;appearance:none;-webkit-appearance:none;background:none;color:inherit;font-family:Archivo,Helvetica,Arial,sans-serif;line-height:1;text-overflow:ellipsis;cursor:pointer}.currsel__chev{position:absolute;right:0;width:12px;height:12px;pointer-events:none;opacity:.55}.currsel--footer .currsel__globe{display:none}.currsel--footer .currsel__select{padding-left:18px;color:#000;font-size:12px;letter-spacing:.5px;text-align:center;text-align-last:center;opacity:.7}.footer__copy{display:flex;justify-content:center;align-items:flex-end;width:100%;margin-top:auto;padding-top:35px;text-align:center}.footer__copy span{color:#000;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.3px;text-transform:uppercase}@media(hover:hover){.news__submit:hover,.fcol a:hover{opacity:.6}.footer__langbtn:hover{opacity:.8}}@media(min-width:750px){.footer__inner{min-height:464px;padding:82px 60px 40px}.footer__cols{flex-wrap:nowrap;column-gap:9%}.fcol{flex:1 1 0}.news{margin-bottom:40px}.news__title{font-size:27px}.news__sub{font-size:15px}.news__field{max-width:440px}.news__submit{font-size:19px}.fcol h4{font-size:20px;letter-spacing:0}.fcol a,.fcol__fallback a{font-size:15px;line-height:1.7}.footer__copy{padding-top:80px}}.popup-card{isolation:isolate}.popup-card__info{transform:none;opacity:0;visibility:hidden;pointer-events:none;overflow:hidden;transition:opacity .25s ease,visibility .25s ease}.popup-card.is-open .popup-card__info{transform:none;opacity:1;visibility:visible;pointer-events:auto}@media(max-width:749px){.popup-stores{overflow:hidden}.popup-stores__grid{width:100%;padding:0 16px;scroll-padding-left:16px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain}.popup-card{flex:0 0 calc(100vw - 32px);width:calc(100vw - 32px);max-width:none;min-height:0;aspect-ratio:16/9;overflow:hidden!important;scroll-snap-align:center;scroll-snap-stop:always}.popup-card>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.popup-card>button{inset:auto 0 0;max-width:100%}.popup-card__info{top:0;right:0;bottom:0;left:0}}.bundle-builder--core{font-family:var(--font-brand)}.bundle-builder--core>h2{display:flex;justify-content:center;margin:22px 0 16px;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;text-align:center}.bundle-builder--core .bundle-tier{display:block;margin:0 0 14px;padding:0;overflow:hidden;background:#eee;border:2px solid #e2e2e2;border-radius:8px;cursor:default}.bundle-builder--core .bundle-tier.is-active{background:#fff;border-color:#000}.bundle-builder--core .bundle-tier__head{display:grid;align-items:center;gap:10px;min-height:72px;padding:10px 15px;cursor:pointer}.bundle-builder--core .bundle-tier--single .bundle-tier__head{grid-template-columns:38px 58px minmax(0,1fr) auto}.bundle-builder--core .bundle-tier--ensemble .bundle-tier__head{grid-template-columns:38px minmax(0,1fr) auto}.bundle-builder--core .bundle-toggle{width:36px;height:21px}.bundle-builder--core .bundle-toggle:after{width:15px;height:15px}.bundle-builder--core .bundle-tier.is-active .bundle-toggle:after{transform:translate(15px)}.bundle-tier__thumb{display:block;width:58px;height:58px}.bundle-tier__thumb img{width:100%;height:100%;object-fit:contain}.bundle-builder--core .bundle-tier__title b{font-size:20px;font-weight:400;line-height:1.05}.bundle-builder--core .bundle-tier__title em{margin-top:4px;font-size:14px;line-height:1.1}.bundle-tier__single-price{font-size:21px;white-space:nowrap}.bundle-builder--core .bundle-price strong{font-size:21px;font-weight:600;white-space:nowrap}.bundle-builder--core .bundle-price s{font-size:13px}.bundle-builder--core .bundle-tier__body{display:none;padding:0;grid-column:auto}.bundle-builder--core .bundle-tier.is-active .bundle-tier__body{display:block}.bundle-tier__body--single{padding:0 15px 13px!important}.bundle-single-selector{display:flex;align-items:center;justify-content:flex-end;gap:12px;font-size:12px}.bundle-single-selector select{min-height:38px;padding:0 30px 0 10px;border:1px solid #d8d8d8;border-radius:5px;background:#fff}.bundle-featured{position:relative;margin-top:24px}.bundle-builder--core .bundle-ribbon{position:absolute;z-index:4;top:-16px;left:50%;width:max-content;max-width:calc(100% - 38px);margin:0;padding:3px 16px;transform:translate(-50%);border-radius:0 0 5px 5px;background:#000;color:#fff;font-size:13px;line-height:1.15;text-align:center}.bundle-builder--core .bundle-ribbon:before,.bundle-builder--core .bundle-ribbon:after{content:"";position:absolute;top:0;border-bottom:16px solid #000}.bundle-builder--core .bundle-ribbon:before{right:100%;border-left:12px solid transparent}.bundle-builder--core .bundle-ribbon:after{left:100%;border-right:12px solid transparent}.bundle-builder--core .bundle-components{border:0}.bundle-product-row{display:grid;grid-template-columns:38px 62px minmax(0,1fr);align-items:center;gap:9px;min-height:84px;padding:6px 15px}.bundle-product-row+.bundle-product-row{padding-top:2px}.bundle-product-arrow{position:relative;display:block;width:31px;height:27px;border-left:2px solid #777;border-bottom:2px solid #777;border-radius:0 0 0 19px}.bundle-product-arrow:after{content:"";position:absolute;right:-1px;bottom:-5px;width:9px;height:9px;border-right:2px solid #777;border-bottom:2px solid #777;transform:rotate(-45deg)}.bundle-product-row__image{display:block;width:62px;height:72px}.bundle-product-row__image img{width:100%;height:100%;object-fit:contain}.bundle-product-row__content>b{display:block;margin-bottom:5px;font-size:18px;font-weight:400}.bundle-product-selectors{display:flex;align-items:flex-end;gap:8px}.bundle-product-selectors>span{display:block;flex:1 1 0;min-width:0}.bundle-product-selectors small{display:block;margin-bottom:3px;font-size:10px;line-height:1;text-transform:none}.bundle-product-selectors select{width:100%;min-width:0;max-width:none;min-height:38px;padding:0 26px 0 9px;border:1px solid #d8d8d8;border-radius:5px;background-color:#fff;font-size:13px}.bundle-product-selectors select[aria-label^=Couleur]{padding-left:29px;background-image:radial-gradient(circle at 15px center,#000 0 7px,transparent 8px);background-repeat:no-repeat}.bundle-gifts{margin-top:8px;background:#eee}.bundle-builder--core .gift-line{grid-template-columns:58px minmax(0,1fr) auto auto;gap:8px;min-height:72px;margin:0;padding:6px 12px;border:0!important}.bundle-builder--core .gift-line+.gift-line{border-top:1px solid #e4e4e4!important}.bundle-builder--core .gift-line img{width:58px;height:60px;object-fit:contain;background:#fff;border-radius:4px}.bundle-builder--core .gift-line>span{font-size:14px}.bundle-builder--core .gift-line s{font-size:12px;white-space:nowrap}.bundle-builder--core .gift-line>b{padding:3px 9px;border-radius:12px;background:#000;color:#fff;font-size:10px;white-space:nowrap}.bundle-choice-control{position:relative;display:block!important;min-width:0;margin:0!important}.bundle-choice-control>span{display:block;overflow:hidden;padding:7px 10px;border-radius:7px;background:#000;color:#fff;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.bundle-choice-control select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%;max-width:none!important;margin:0!important;opacity:0;cursor:pointer}.bundle-builder--core .add-bundle{margin-top:18px;font-size:16px}.bundle-builder--core .bundle-tier--single.is-active{height:auto}.bundle-builder--shorts .countdown-label{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 20px;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;text-transform:none}.bundle-builder--shorts .countdown-label b{font-family:var(--font-brand);font-size:14px;font-weight:600;letter-spacing:.08em;white-space:nowrap}.bundle-builder--shorts .bundle-tier--single{margin-bottom:10px}.bundle-builder--shorts>.bundle-tier--ensemble{margin-bottom:0}.bundle-builder--shorts .bundle-featured{margin-top:10px}.bundle-product-row--picker img.bundle-product-row__image{display:block;object-fit:contain;background:#f4f4f4}.bundle-product-row--picker .bundle-product-row__content{min-width:0}.bundle-product-row--picker .gift-picker-trigger{width:fit-content;max-width:100%;margin-top:3px}.bundle-builder--shorts .bundle-gifts .gift-line:last-child,.bundle-builder--tees .bundle-gifts .gift-line:last-child{height:70px;min-height:70px}.bundle-builder--tees .bundle-tier--single.is-active .bundle-tier__body{padding-top:0}@media(max-width:560px){.bundle-builder--core>h2{font-size:12px}.bundle-builder--core .bundle-tier__head{gap:7px;min-height:68px;padding:8px 10px}.bundle-builder--core .bundle-tier--single .bundle-tier__head{grid-template-columns:34px 48px minmax(0,1fr) auto}.bundle-builder--core .bundle-tier--ensemble .bundle-tier__head{grid-template-columns:34px minmax(0,1fr) auto}.bundle-builder--core .bundle-toggle{width:34px;height:20px}.bundle-builder--core .bundle-toggle:after{width:14px;height:14px}.bundle-builder--core .bundle-tier.is-active .bundle-toggle:after{transform:translate(14px)}.bundle-tier__thumb{width:48px;height:48px}.bundle-builder--core .bundle-tier__title b{font-size:17px}.bundle-builder--core .bundle-tier__title em{font-size:12px}.bundle-tier__single-price,.bundle-builder--core .bundle-price strong{font-size:18px}.bundle-builder--core .bundle-price s,.bundle-builder--core .bundle-ribbon{font-size:11px}.bundle-product-row{grid-template-columns:30px 48px minmax(0,1fr);gap:6px;min-height:84px;padding:6px 10px}.bundle-product-arrow{width:25px;height:23px}.bundle-product-row__image{width:48px;height:64px}.bundle-product-row__content>b{font-size:16px}.bundle-product-selectors{gap:6px}.bundle-product-selectors select{min-height:36px;padding-right:20px;font-size:12px}.bundle-builder--core .gift-line{grid-template-columns:52px minmax(0,1fr) auto auto;gap:6px;min-height:70px;padding:5px 8px}.bundle-builder--core .gift-line img{width:52px;height:58px}.bundle-builder--core .gift-line>span{font-size:12px}.bundle-builder--core .gift-line s{font-size:10px}.bundle-builder--core .gift-line>b{padding-inline:7px;font-size:9px}.bundle-choice-control>span{padding:7px 8px;font-size:11px}.bundle-builder--shorts .countdown-label{margin-bottom:16px;font-size:12px}.bundle-builder--shorts .countdown-label b{font-size:12px}.bundle-product-row--picker .gift-picker-trigger{font-size:11px}}.secure-note{display:block;margin:20px 0 0;font-family:var(--font-brand);font-size:12px;text-align:center}.secure-note__label{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 0 12px;color:#000;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.2px}.secure-note__label svg{width:13px;height:13px;flex:0 0 13px}.payment-icons{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;overflow:visible}.payment-icons svg{display:block;flex:0 0 46px;width:46px;height:29px;filter:grayscale(1);opacity:.92}.reservation{margin:28px 0 20px;padding:20px 22px;border:1px solid #000;border-radius:14px;background:#fff;font-family:var(--font-brand);color:#000}.reservation__top{display:flex;align-items:center;gap:9px}.reservation__dot{width:11px;height:11px;flex:0 0 11px;border-radius:50%;background:#c0392b;box-shadow:0 0 0 5px #f5cdc8}.reservation__top>strong{font-family:var(--font-heading);font-size:18px;font-weight:400;line-height:1;text-transform:uppercase}.reservation__series{margin-top:14px}.reservation__series+.reservation__series{margin-top:16px;padding-top:16px;border-top:1px solid #e4e4e4}.reservation__series-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.reservation__series-name{font-size:15px;line-height:1.5}.reservation__series-name em{color:#6b6b6b;font-style:normal}.reservation__state{display:flex;align-items:center;gap:8px;color:#c0392b;font-size:13px;line-height:1.5;white-space:nowrap}.reservation__state>b{padding:2px 9px;border-radius:99px;background:#c0392b;color:#fff;font-weight:500}.reservation__state--done{display:block;color:#6b6b6b}.reservation__count{display:flex;align-items:baseline;margin-top:12px}.reservation__count>strong{font-family:var(--font-heading);font-size:46px;font-weight:400;line-height:.85}.reservation__count>span{margin-left:8px;color:#6b6b6b;font-size:15px}.reservation__bar{height:7px;margin-top:13px;overflow:hidden;border-radius:99px;background:#ececec}.reservation__bar>span{display:block;height:100%;border-radius:99px;background:#c0392b}.reservation__velocity{margin-top:10px;color:#6b6b6b;font-size:14px;line-height:1.5}.reservation__foot{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:13px;font-size:14px;line-height:1.5}.reservation__foot>strong{color:#c0392b;font-weight:400}.reservation__foot>span{color:#6b6b6b;text-align:right}.product-accordions{margin-top:20px;font-family:var(--font-brand)}.product-accordions details{border-top:1px solid #000}.product-accordions details:last-child{border-bottom:1px solid #000}.product-accordions summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:15px 0;list-style:none;font-size:16px;line-height:1.35;cursor:pointer}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary:after{content:"";float:none;width:9px;height:9px;margin:0 6px 4px 0;border-right:1.5px solid #000;border-bottom:1.5px solid #000;transform:rotate(45deg);transition:transform .2s}.product-accordions details[open] summary:after{content:"";transform:rotate(225deg);margin-bottom:-4px}.product-accordions details>div,.product-accordions details>p{padding:0 0 18px;font-size:14px;line-height:1.55}@media(max-width:560px){.reservation{margin-top:26px;padding:18px}.reservation__top>strong{font-size:17px}.reservation__series-head{gap:8px}.reservation__series-name{font-size:14px}.reservation__state{gap:6px;font-size:12px}.reservation__count>strong{font-size:44px}.reservation__count>span{font-size:14px}.reservation__velocity,.reservation__foot{font-size:12px}.reservation__foot{gap:8px}}@media(max-width:420px){.payment-icons{gap:5px}.payment-icons svg{flex-basis:40px;width:40px;height:25px}}.product-heading h1{margin:0}.reviews-section h2,.family-strip h2,.product-recommendations>h2,.faq>h2{font-family:var(--font-heading);font-weight:400;letter-spacing:.5px;text-transform:none;line-height:1.2}.review-cards{gap:8px}.review-cards article{height:210px;min-height:210px;overflow:hidden;font-family:Archivo,Helvetica,Arial,sans-serif}.review-cards article p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.ugc-section h2{font-family:var(--font-heading);font-size:30px;font-weight:400;line-height:1.05;letter-spacing:.5px;text-transform:uppercase;text-align:center}.ugc-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.ugc-track::-webkit-scrollbar{display:none}.ugc-track video{display:block;flex:0 0 auto;width:250px;height:auto;aspect-ratio:9/16;object-fit:cover;border-radius:16px;background:#111;scroll-snap-align:center}.comparison{display:block;text-align:center}.comparison h2{max-width:600px;margin:0 auto 10px;font-family:var(--font-heading);font-weight:400;line-height:1.2;letter-spacing:1px;text-transform:uppercase}.comparison>p{max-width:600px;margin:0 auto 26px;color:#444;font-family:var(--font-brand);font-weight:300;line-height:1.6;letter-spacing:.2px;text-transform:none}.comparison__media{position:relative;width:100%;max-width:520px;margin-inline:auto;aspect-ratio:3/4;overflow:hidden;border-radius:14px;background:#fff;touch-action:pan-y;cursor:ew-resize;-webkit-user-select:none;user-select:none}.comparison__media>img,.comparison__before img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.comparison__before{position:absolute;top:0;right:0;bottom:0;left:0;width:50%;overflow:hidden}.comparison__before img{width:520px;max-width:none}.comparison__label{top:16px;color:#6b6b6b;font-size:11px;font-weight:500;letter-spacing:2px}.comparison__label--before{left:16px}.comparison__label--after{right:16px}.comparison input{bottom:20px}.three-points{width:100%;max-width:1280px;text-align:center}.three-points>p{margin:0 0 10px;color:#6b6b6b;font-family:var(--font-brand);font-size:12px;font-weight:500;line-height:18px;letter-spacing:2.5px;text-transform:uppercase;text-align:center}.three-points>h2{margin:0 0 22px;font-family:var(--font-heading);font-size:36px;font-weight:400;line-height:1.2;letter-spacing:.5px;text-transform:none;text-align:center}.three-points>div{display:flex;flex-direction:column;gap:14px;width:100%;max-width:600px;margin-inline:auto;background:transparent;text-align:left}.three-points article{display:flex;align-items:flex-start;gap:18px;padding:22px;border:1px solid #ececec;border-radius:14px;background:#fff}.three-points article>span{flex:0 0 auto;font-family:var(--font-heading);font-size:40px;font-weight:400;line-height:1;letter-spacing:-1px}.three-points article>div{flex:1 1 auto;min-width:0}.three-points h3{margin:2px 0 6px;font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:1.15;letter-spacing:.5px}.three-points article p{margin:0;color:#000;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.5;opacity:.62}.faq details{border-top:1px solid #e6e6e6}.faq details:last-child{border-bottom:1px solid #e6e6e6}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0;list-style:none;font-family:var(--font-brand);font-size:16px;font-weight:400;line-height:1.35;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";display:grid;place-items:center;float:none;flex:0 0 18px;width:18px;height:18px;font-family:Arial,sans-serif;font-size:24px;font-weight:300;line-height:18px}.faq details[open] summary:after{content:"\2212"}.faq details>div,.faq details>p{padding:0 38px 22px 0;color:#000;font-family:var(--font-brand);font-size:15px;font-weight:300;line-height:1.6}.faq details>div p{margin:0 0 10px}.faq details>div p:last-child{margin-bottom:0}.product-recommendations>h2{margin:0 0 22px;font-size:44px}.popup-stores__head{margin-bottom:20px}.popup-stores__head h2{font-family:var(--font-heading);font-weight:400;line-height:1.15;letter-spacing:.5px;text-transform:uppercase}.popup-card{border-radius:14px}.bundle-builder--core{padding-top:16px}.bundle-builder--core>h2{display:flex;align-items:center;justify-content:center;margin:0 0 26px;font-size:14px;line-height:1.1}.bundle-builder--core .bundle-tier--single{height:112.5px;margin-bottom:0}.bundle-builder--core .bundle-tier--single .bundle-tier__head{grid-template-columns:38px 40px minmax(0,1fr) auto;min-height:108.5px;padding:8px 15px}.bundle-tier__thumb{width:40px;height:60px}.bundle-builder--core .bundle-tier__title b{font-size:18px;font-weight:400;line-height:1.4}.bundle-builder--core .bundle-tier__title em{margin-top:0;font-size:13px;line-height:1.2}.bundle-featured{margin-top:10px}.bundle-builder--core .bundle-tier--ensemble .bundle-tier__head{min-height:72px;padding:10px 15px}.bundle-builder--core .bundle-tier--ensemble .bundle-tier__body{padding-top:10px}.bundle-product-row{grid-template-columns:35px 40px minmax(0,1fr);gap:10px;height:68.3px;min-height:68.3px;padding:0 15px}.bundle-product-row+.bundle-product-row{margin-top:15px;padding-top:0}.bundle-product-arrow{width:30px;height:30px}.bundle-product-row__image{width:40px;height:60px}.bundle-product-row__content>b{margin-bottom:0;font-size:13px;line-height:20px}.bundle-product-selectors{gap:8px}.bundle-product-selectors small{font-size:9px}.bundle-product-selectors select{min-height:40px;height:40px;font-size:12px}.bundle-gifts{margin-top:0}.bundle-builder--core .gift-line{grid-template-columns:40px minmax(0,1fr) auto auto;gap:16px;height:76px;min-height:76px;padding:8px}.bundle-builder--core .gift-line:last-child{height:56px;min-height:56px}.bundle-builder--core .gift-line img{width:40px;height:60px;border-radius:0}.bundle-builder--core .gift-line:last-child img{height:40px}.bundle-builder--core .gift-line>span{font-size:12px;line-height:1.4}.bundle-choice-control>span{padding:5px 8px;border:1px solid #000;border-radius:6px;font-family:Arial,sans-serif;font-size:14px;font-weight:400;line-height:16px}.bundle-builder--core .add-bundle{display:block;height:58px;min-height:58px;margin-top:10px}@media(min-width:750px){.product-main{padding:21px 40px 64px;column-gap:56px}.product-info{padding:20px 0 0}.product-heading{align-items:baseline;gap:12px;height:48.5px}.product-heading h1{font-size:42px;line-height:1.1}.product-heading>strong{font-size:28px;line-height:1.5}.review-summary{height:21px;margin:20px 0;font-size:14px;line-height:21px}.installments{height:24px;margin:0 0 30px}.color-switcher{height:112.8px}.color-switcher>div:first-child{height:18.8px;font-size:12px;line-height:18.8px}.color-switcher__items{gap:8px;margin-top:14px}.color-switcher__items a{width:64px;height:80px;aspect-ratio:auto}.size-finder{height:21px;margin:20px 0 3px;font-family:Helvetica,Arial,sans-serif;line-height:21px}.trust-row{gap:6px;height:38px;margin:20px 0 6px}.trust-row span{padding:10px}.secure-note{height:59px;margin-top:20px}.reservation,.product-accordions{margin-top:20px}.product-accordions details+details{margin-top:17.3px}.reviews-section{height:341px;padding:56px 0 0}.reviews-section h2{height:53px;margin:0 0 22px;padding-inline:40px;font-size:44px;line-height:52.8px}.review-cards{height:210px;padding-inline:40px}.ugc-section{height:578px;padding:40px 0}.ugc-section h2{width:1160px;max-width:calc(100% - 40px);height:32px;margin:0 auto 20px;line-height:31.5px}.ugc-track{width:1160px;max-width:calc(100% - 40px);height:446px;margin-inline:auto}.ugc-track video{width:250px;height:444.4px}.comparison{height:920px;padding:56px 40px}.comparison h2{font-size:44px}.comparison>p{font-size:16px}.comparison__media{width:520px;height:693.3px}.three-points{height:613px;padding:56px 40px}.faq{width:100%;max-width:1280px;height:518px;padding:56px 40px}.faq>h2{height:43px;margin:0 0 22px;font-size:36px;line-height:43.2px}.faq summary{height:66.95px;padding:22px 0;font-size:17px}.family-strip h2{height:53px;margin-bottom:22px;font-size:44px;line-height:52.8px}.product-recommendations{height:594px;padding-top:56px;padding-bottom:56px}.product-recommendations>h2{height:53px;line-height:52.8px}.popup-stores{height:644px;padding:56px 0 112px}.popup-stores__head{height:51px;margin-bottom:20px}.popup-stores__head h2{height:51px;font-size:44px;line-height:50.6px}}@media(max-width:749px){.product-info{padding:16px 16px 14px}.product-heading h1{font-size:34px;line-height:1.1}.product-heading>strong{font-size:24px;line-height:1.5}.review-summary{margin:14px 0}.installments{margin-bottom:20px}.color-switcher__items{gap:8px;margin-top:14px}.color-switcher__items a{width:64px;height:80px;aspect-ratio:auto}.trust-row{gap:6px}.trust-row span{padding:10px}.bundle-builder--core{padding-top:14px}.bundle-builder--core>h2{margin-bottom:20px;font-size:12px}.bundle-builder--core .bundle-tier--single .bundle-tier__head{grid-template-columns:34px 40px minmax(0,1fr) auto;min-height:108.5px;padding:8px 10px}.bundle-builder--core .bundle-tier__title b{font-size:18px}.bundle-builder--core .bundle-tier__title em{font-size:12px}.bundle-product-row{grid-template-columns:30px 40px minmax(0,1fr);gap:8px;padding-inline:10px}.bundle-product-row__image{width:40px;height:60px}.bundle-product-row__content>b{font-size:13px}.bundle-builder--core .gift-line{grid-template-columns:40px minmax(0,1fr) auto auto;gap:8px;padding:8px}.bundle-builder--core .gift-line img{width:40px;height:60px}.bundle-choice-control>span{font-size:12px}.reservation{margin-top:20px}.reviews-section{height:303px;padding:32px 0 0}.reviews-section h2{height:43px;margin:0 0 18px;padding-inline:16px;font-size:36px;line-height:43.2px}.review-cards{height:210px;padding-inline:16px;scroll-padding-left:16px}.review-cards article{flex-basis:78%}.ugc-section{padding:40px 0}.ugc-section h2{width:calc(100% - 40px);height:32px;margin:0 auto 20px;line-height:31.5px}.ugc-track{width:calc(100% - 40px);margin-inline:auto}.ugc-track video{width:min(66%,300px)}.comparison{padding:32px 16px}.comparison h2{font-size:36px}.comparison>p{font-size:15px}.comparison__media{width:100%;height:auto;aspect-ratio:3/4}.comparison__before img{width:calc(100vw - 32px)}.three-points{padding:32px 16px}.three-points>h2{font-size:36px;margin-bottom:18px}.three-points article{padding:22px}.three-points article>span{font-size:34px}.faq{width:100%;max-width:none;padding:32px 16px}.faq>h2{margin:0 0 18px;font-size:36px;line-height:43.2px}.faq summary{padding:20px 0;font-size:16px}.product-recommendations>h2{margin-bottom:18px;font-size:36px;line-height:43.2px}.popup-stores__head{height:41px;margin-bottom:20px}.popup-stores__head h2{font-size:36px;line-height:41.4px}}.gift-picker-native-select{position:absolute!important;inline-size:1px!important;block-size:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.gift-picker-trigger{display:flex;align-items:center;max-width:100%;min-height:28px;margin:0;padding:5px 8px;border:1px solid #000;border-radius:6px;background:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;line-height:16px;text-align:left;cursor:pointer}.gift-picker-trigger [hidden]{display:none!important}.gift-picker-trigger>span:first-child{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gift-picker-trigger.is-selected{width:100%;justify-content:space-between;gap:8px;padding:0;border:0;background:transparent;color:#000}.gift-picker-trigger__selection{display:flex;min-width:0;flex-direction:column;font-family:var(--font-brand);line-height:1.2}.gift-picker-trigger__selection strong{overflow:hidden;font-size:13px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.gift-picker-trigger__selection small{margin-top:2px;font-size:11px;white-space:nowrap}.gift-picker-trigger>em{flex:0 0 auto;padding:5px 8px;border-radius:6px;background:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.gift-picker{position:fixed;z-index:2147483646;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.gift-picker.is-open{opacity:1;visibility:visible;pointer-events:auto}.gift-picker [hidden]{display:none!important}.gift-picker__scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;background:#00000080;cursor:default}.gift-picker__sheet{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:600px;max-height:90vh;max-height:90dvh;min-width:0;min-height:0;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 8px 32px #0003;font-family:var(--font-brand);transform:translateY(8px);transition:transform .18s ease}.gift-picker.is-open .gift-picker__sheet{transform:translateY(0)}.gift-picker__header{display:grid;flex-shrink:0;grid-template-columns:40px 1fr 40px;align-items:center;gap:4px;padding:12px 12px 12px 8px;border-bottom:1px solid #f0f0f0}.gift-picker__header-start{display:flex;align-items:center;justify-content:center}.gift-picker__header-start>span{display:inline-block;width:36px;height:36px}.gift-picker__header h2{margin:0;color:#111;font-family:var(--font-brand);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;text-align:center;text-transform:none}.gift-picker__back,.gift-picker__close{display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;margin:0;padding:4px 8px;border:0;background:none;color:#666;line-height:1;cursor:pointer}.gift-picker__back{padding:4px 10px;color:#333;font-size:28px}.gift-picker__close{font-size:22px}[data-gift-picker-list-view]{display:flex;flex:1;min-height:0;flex-direction:column}.gift-picker__search{flex-shrink:0;padding:12px 20px;border-bottom:1px solid #f0f0f0}.gift-picker__search input{-webkit-appearance:none;width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ddd;border-radius:8px;outline:none;background:#fff;color:#000;font:400 14px/1.3 Arial,Helvetica,sans-serif}.gift-picker__search input::placeholder{color:#999}.gift-picker__search input:focus{border-color:#999}.gift-picker__product-list{display:flex;flex:1;min-height:0;flex-direction:column;gap:10px;overflow-y:auto;padding:12px 16px;-webkit-overflow-scrolling:touch}.gift-picker__product-card{display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px;padding:12px;border:1px solid #f0f0f0;border-radius:8px}.gift-picker__product-image{flex:0 0 72px;width:72px;height:72px;overflow:hidden;border-radius:6px;background:#f5f5f5}.gift-picker__product-image img,.gift-picker__variant-image img{width:100%;height:100%;object-fit:cover}.gift-picker__product-info{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}.gift-picker__product-info>strong{color:#111;font-size:14px;font-weight:500;line-height:1.3;word-break:break-word}.gift-picker__prices{display:flex;align-items:flex-start;flex-direction:column;gap:2px}.gift-picker__prices>span{color:#111;font-size:13px;font-weight:600}.gift-picker__prices>s{color:#999;font-size:13px;font-weight:400}.gift-picker__prices>b{width:fit-content;padding:2px 7px;border-radius:4px;background:#16a34a;color:#fff;font-size:11px;font-weight:600}.gift-picker__choose{align-self:center;flex-shrink:0;margin-left:auto;padding:8px 16px;border:0;border-radius:6px;background:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}.gift-picker__empty{margin:0;padding:24px 0;color:#999;font-size:14px;text-align:center}.gift-picker__variant-view{flex:1;min-height:0;overflow-y:auto;padding:12px 16px;-webkit-overflow-scrolling:touch}.gift-picker__variant-view>p{margin:0 0 4px;padding:4px 4px 0;color:#111;font-size:15px;font-weight:600}.gift-picker__variant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:10px;padding:4px 0 8px}.gift-picker__variant-card{display:flex;align-items:stretch;flex-direction:column;min-width:0;margin:0;padding:0;overflow:hidden;border:1px solid #e8e8e8;border-radius:8px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.gift-picker__variant-card:hover:not(:disabled){border-color:#ccc}.gift-picker__variant-card:disabled{opacity:.48;cursor:not-allowed}.gift-picker__variant-card.is-selected{border-color:#111;box-shadow:0 0 0 2px #111}.gift-picker__variant-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.gift-picker__variant-body{display:block;padding:8px 6px;color:#333;font-size:11px;line-height:1.35}.gift-picker__variant-body>.gift-picker__prices{margin-top:6px}@media(max-width:640px){.gift-picker{align-items:flex-end;padding:0 0 env(safe-area-inset-bottom,0)}.gift-picker__sheet{flex:0 0 100%;width:100%;max-width:min(100%,100vw);max-height:85vh;max-height:85dvh;border-radius:16px 16px 0 0;transform:translateY(24px)}.gift-picker__header{padding:14px 16px}.gift-picker__search{padding:10px 16px}.gift-picker__product-list{gap:8px;padding:10px 12px}.gift-picker__product-card{align-items:center;flex-wrap:nowrap;gap:10px;padding:10px 0;border:0;border-radius:0}.gift-picker__product-card:not([hidden])+.gift-picker__product-card:not([hidden]){border-top:1px solid #eee}.gift-picker__product-image{flex-basis:56px;width:56px;height:56px}.gift-picker__product-info{gap:3px}.gift-picker__product-info>strong{display:-webkit-box;overflow:hidden;font-size:13px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gift-picker__prices>span,.gift-picker__prices>s{font-size:12px}.gift-picker__prices>b{padding:1px 5px;font-size:10px}.gift-picker__choose{padding:6px 12px;font-size:12px}.gift-picker__variant-view{padding:10px 12px}.gift-picker__variant-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;padding-top:8px}.gift-picker-trigger,.gift-picker-trigger__selection strong{font-size:12px}.gift-picker-trigger__selection small{font-size:10px}.gift-picker-trigger>em{padding-inline:6px;font-size:10px}}.sc-section{--sc-bg:#fff;--sc-surface:#fff;--sc-surface-2:#f5f5f5;--sc-border:#e5e5e5;--sc-border-medium:#bbb;--sc-text:#111;--sc-text-dim:#444;--sc-text-muted:#666;--sc-accent:#000;--sc-accent-hover:#2a2a2a;--sc-accent-text:#fff;--sc-shadow-modal:0 12px 48px rgba(0,0,0,.08);--sc-radius:12px;--sc-radius-sm:8px;font-family:inherit;-webkit-font-smoothing:antialiased;text-align:left}.sc-section *,.sc-section *:before,.sc-section *:after{box-sizing:border-box}.sc-section [hidden]{display:none!important}.sc-backdrop{position:fixed;z-index:2147483640;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s ease}.sc-backdrop.is-open{opacity:1;pointer-events:auto}.sc-modal{position:fixed;z-index:2147483641;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none}.sc-modal.is-open{pointer-events:auto}.sc-modal-inner{display:flex;width:100%;max-width:540px;max-height:calc(100vh - 48px);flex-direction:column;overflow:hidden;border:1px solid var(--sc-border);border-radius:var(--sc-radius);background:var(--sc-surface);box-shadow:var(--sc-shadow-modal);color:var(--sc-text);opacity:0;transform:translateY(20px) scale(.97);transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .25s ease}.sc-modal.is-open .sc-modal-inner{opacity:1;transform:translateY(0) scale(1)}.sc-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:18px 22px;border-bottom:1px solid var(--sc-border)}.sc-step-indicator{display:flex;align-items:center;gap:12px;color:var(--sc-text-dim);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.sc-progress{display:flex;gap:6px}.sc-progress-dot{width:22px;height:4px;border-radius:2px;background:var(--sc-border);transition:background .3s ease}.sc-progress-dot.is-active{background:var(--sc-accent)}.sc-progress-dot.is-done{background:var(--sc-border-medium)}.sc-close{display:flex;margin:0;padding:6px;border:0;border-radius:6px;background:transparent;color:var(--sc-text-muted);cursor:pointer;transition:background .2s,color .2s}.sc-close:hover{background:var(--sc-surface-2);color:var(--sc-text)}.sc-close svg{width:20px;height:20px}.sc-body{flex:1;overflow-y:auto;padding:28px 22px}.sc-step{display:none;animation:sc-slide-in .3s ease}.sc-step.is-active{display:block}@keyframes sc-slide-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.sc-question{margin:0 0 6px;color:var(--sc-text);font-family:inherit;font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.2;text-transform:none}.sc-hint{margin:0 0 24px;color:var(--sc-text-muted);font-size:13px;line-height:1.5}.sc-field{display:block;margin:0 0 22px}.sc-field-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.sc-label{color:var(--sc-text-dim);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sc-value{color:var(--sc-text);font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.sc-value-unit{margin-left:2px;color:var(--sc-text-muted);font-size:13px;font-weight:400}.sc-section input[type=range]{appearance:none;-webkit-appearance:none;width:100%;height:4px;margin:0;border:0;border-radius:2px;outline:none;background:var(--sc-border)}.sc-section input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:22px;height:22px;border:3px solid var(--sc-bg);border-radius:50%;background:var(--sc-accent);box-shadow:0 0 0 1.5px var(--sc-accent);cursor:pointer;transition:transform .1s ease}.sc-section input[type=range]::-webkit-slider-thumb:active{transform:scale(1.15)}.sc-section input[type=range]::-moz-range-thumb{width:22px;height:22px;border:3px solid var(--sc-bg);border-radius:50%;background:var(--sc-accent);box-shadow:0 0 0 1.5px var(--sc-accent);cursor:pointer}.sc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sc-card{display:block;margin:0;padding:22px 14px;border:2px solid var(--sc-border);border-radius:var(--sc-radius-sm);background:var(--sc-surface);color:var(--sc-text);font-family:inherit;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s,background .2s}.sc-card:hover{border-color:var(--sc-border-medium);background:var(--sc-surface-2)}.sc-card.is-selected{border-color:var(--sc-accent);background:var(--sc-surface)}.sc-card-title{display:block;margin-bottom:6px;color:var(--sc-text);font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.sc-card-desc{display:block;color:var(--sc-text-muted);font-size:12px;line-height:1.45}.sc-toggle{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:12px 14px;border:1px solid var(--sc-border);border-radius:var(--sc-radius-sm);background:var(--sc-surface-2);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.sc-toggle:hover{background:#eee}.sc-toggle input{display:none}.sc-toggle-track{position:relative;flex-shrink:0;width:38px;height:22px;border:1px solid var(--sc-border-medium);border-radius:12px;background:#fff;transition:background .2s,border-color .2s}.sc-toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--sc-border-medium);transition:transform .2s,background .2s}.sc-toggle input:checked+.sc-toggle-track{border-color:var(--sc-accent);background:var(--sc-accent)}.sc-toggle input:checked+.sc-toggle-track:after{background:var(--sc-accent-text);transform:translate(16px)}.sc-toggle-label{color:var(--sc-text);font-size:14px;font-weight:600}.sc-fit-group+.sc-fit-group{margin-top:18px}.sc-fit-group-label{margin-bottom:8px;color:var(--sc-text-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sc-cards--compact .sc-card{padding:14px 10px}.sc-cards--compact .sc-card-title{margin-bottom:0;font-size:13px}.sc-footer{display:flex;justify-content:space-between;flex-shrink:0;flex-wrap:wrap;gap:12px;padding:16px 22px;border-top:1px solid var(--sc-border)}.sc-btn{min-width:0;padding:13px 22px;border:0;border-radius:var(--sc-radius-sm);font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.3;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,border-color .2s,opacity .2s}.sc-btn-secondary{border:2px solid var(--sc-accent);background:var(--sc-surface);color:var(--sc-text)}.sc-btn-primary{margin-left:auto;background:var(--sc-accent);color:var(--sc-accent-text)}.sc-btn-primary:hover{background:var(--sc-accent-hover)}.sc-result-intro{margin-bottom:24px;text-align:center}.sc-result-title{margin:0 0 6px;color:var(--sc-text);font-family:inherit;font-size:22px;font-weight:800;letter-spacing:-.01em;text-transform:uppercase}.sc-result-sub{margin:0;color:var(--sc-text-muted);font-size:13px}.sc-result-cards{display:grid;gap:12px;margin-bottom:20px}.sc-result-card{padding:20px;border:1.5px solid var(--sc-border);border-radius:var(--sc-radius-sm);background:var(--sc-surface)}.sc-result-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.sc-result-card-info{flex:1;min-width:0}.sc-result-item{margin-bottom:2px;color:var(--sc-text);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sc-result-fit{margin-bottom:8px;color:var(--sc-text-muted);font-size:12px;font-weight:500}.sc-result-confidence{color:var(--sc-text-muted);font-size:13px}.sc-result-size{flex-shrink:0;color:var(--sc-text);font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1}.sc-result-explain{margin:0;color:var(--sc-text-muted);font-size:13px;line-height:1.6;text-align:center}.sc-result-bundle-note{margin:10px 0 0;color:var(--sc-text-dim);font-size:12px;line-height:1.5;text-align:center}.sc-saved-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding:14px 16px;border:1px solid var(--sc-border);border-radius:var(--sc-radius-sm);background:var(--sc-surface-2)}.sc-saved-banner-text{color:var(--sc-text-muted);font-size:13px}.sc-saved-banner-text strong{color:var(--sc-text)}.sc-saved-reset{flex-shrink:0;padding:6px 10px;border:1px solid var(--sc-border-medium);border-radius:6px;background:var(--sc-surface);color:var(--sc-text);font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}body.sc-locked{overflow:hidden}@media(max-width:480px){.sc-modal{align-items:flex-end;padding:0}.sc-modal-inner{max-width:100%;max-height:92vh;max-height:92dvh;border-radius:18px 18px 0 0;transform:translateY(100%)}.sc-modal.is-open .sc-modal-inner{transform:translateY(0)}.sc-body{padding:24px 18px}.sc-footer{padding:14px 18px}.sc-btn{padding:12px 14px;font-size:12px;letter-spacing:.04em}.sc-cards{grid-template-columns:1fr}}.cmp-sec{width:100%;max-width:1280px;margin:0 auto;padding:56px 40px}.cmp-sec__head{max-width:600px;margin:0 auto 26px;text-align:center}.cmp-sec__eyebrow{margin:0 0 10px;color:#000;font-family:var(--font-heading);font-size:36px;font-weight:400;letter-spacing:1px;line-height:1.2;text-transform:uppercase}.cmp-sec__title{margin:0;color:#444;font-family:var(--font-brand);font-size:15px;font-weight:300;letter-spacing:.2px;line-height:1.6;text-transform:none}.cmp{position:relative;width:100%;max-width:560px;margin-inline:auto;overflow:hidden;border-radius:14px;background:var(--cmp-bg,#fff);touch-action:pan-y;cursor:ew-resize;-webkit-user-select:none;user-select:none}.cmp--3-4{aspect-ratio:3/4}.cmp--4-5{aspect-ratio:4/5}.cmp--1-1{aspect-ratio:1/1}.cmp__base,.cmp__top img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.cmp__top{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cmp-bg,#fff);clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0);-webkit-clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0)}.cmp__top img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.cmp__lbl{position:absolute;z-index:3;top:16px;color:#6b6b6b;font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;pointer-events:none;transition:opacity .3s ease}.cmp__lbl--l{left:16px}.cmp__lbl--r{right:16px}.cmp__handle{position:absolute;z-index:4;top:0;bottom:0;left:var(--pos,50%);display:flex;width:40px;align-items:center;justify-content:center;margin:0;padding:0;border:0;outline:0;background:transparent;transform:translate(-50%);cursor:ew-resize}.cmp__handle:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;box-shadow:0 0 0 1px #00000026;transform:translate(-50%)}.cmp__handle svg{position:relative;box-sizing:content-box;width:18px;height:18px;padding:6px;border-radius:50%;background:#fff;color:#000;box-shadow:0 2px 8px #00000040}.cmp--anim .cmp__top{transition:clip-path .75s cubic-bezier(.65,0,.35,1),-webkit-clip-path .75s cubic-bezier(.65,0,.35,1)}.cmp--anim .cmp__handle{transition:left .75s cubic-bezier(.65,0,.35,1)}@media(min-width:750px){.cmp-sec{height:920px}.cmp-sec__eyebrow{font-size:44px}.cmp-sec__title{font-size:16px}.cmp{max-width:520px}}@media(max-width:749px){.cmp-sec{padding:32px 16px}}.ugc-section{overflow:hidden;background:#fff;color:#000}.ugc-section .pdp-reels__wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.ugc-section .pdp-reels__title{width:auto;max-width:none;height:auto;margin:0 0 20px;font-family:var(--font-heading);font-size:30px;font-weight:400;line-height:1.05;letter-spacing:.5px;text-align:center;text-transform:uppercase}.ugc-section .pdp-reels{position:relative}.ugc-section .pdp-reels__track{display:flex;gap:12px;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ugc-section .pdp-reels__track::-webkit-scrollbar{display:none}.ugc-section .pdp-reel{position:relative;flex:0 0 auto;width:min(66%,300px);aspect-ratio:9/16;overflow:hidden;border-radius:16px;background:#111;scroll-snap-align:center}.ugc-section .pdp-reel__vid{display:block;width:100%;height:100%;object-fit:cover;background:#111;cursor:pointer}.ugc-section .pdp-reel__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;width:60px;height:60px;align-items:center;justify-content:center;margin:auto;overflow:hidden;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#ffffff0f;color:#fff;box-shadow:inset 0 2px 6px #ffffff47,inset 0 -6px 12px #00000024,0 6px 18px #0000002e;cursor:pointer;transition:transform .3s ease;-webkit-backdrop-filter:blur(5px) brightness(1.08) saturate(115%);backdrop-filter:blur(5px) brightness(1.08) saturate(115%)}.ugc-section .pdp-reel__play:before{content:"";position:absolute;top:8%;right:16%;left:16%;height:38%;border-radius:50%;background:radial-gradient(ellipse at 50% 0%,#ffffff8c,#fff0 72%);pointer-events:none}.ugc-section .pdp-reel__play svg{position:relative;width:22px;height:22px;margin-left:2px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.ugc-section .pdp-reel__play:hover{transform:scale(1.06)}.ugc-section .pdp-reel.is-playing .pdp-reel__play{opacity:0;pointer-events:none;transform:scale(.9);transition:opacity .3s ease,transform .3s ease}.ugc-section .pdp-reels__nav{position:absolute;z-index:3;top:50%;display:none;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fffffff0;color:#000;box-shadow:0 2px 10px #00000029;cursor:pointer;transform:translateY(-50%)}.ugc-section .pdp-reels__nav svg{width:20px;height:20px}.ugc-section .pdp-reels__nav--prev{left:-10px}.ugc-section .pdp-reels__nav--next{right:-10px}@media(min-width:750px){.ugc-section .pdp-reels__nav{display:flex}.ugc-section .pdp-reel{width:250px}}.product-recommendations .product-card__media{background:#f7f7f7}.product-card__badges{position:absolute;z-index:2;top:8px;left:8px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;pointer-events:none}.product-card__badges .product-card__badge{position:static;display:inline-block;padding:4px 7px;border-radius:2px;background:#202020;color:#fff;font-family:var(--font-brand);font-size:10px;font-weight:700;line-height:1;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}@media(min-width:750px){.product-card__badges{top:10px;left:10px;gap:6px}.product-card__badges .product-card__badge{padding:5px 8px;font-size:11px}}.pdp-gallery{position:relative;background:var(--pdp-gallery-bg,#fff)}.pdp-gallery .pdp-set[hidden]{display:none}.pdp-pin{position:sticky;top:0;height:auto;display:flex;flex-direction:column;background:var(--pdp-gallery-bg,#fff)}.pdp-stage{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--pdp-gallery-bg,#fff)}.pdp-viewport{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pdp-viewport::-webkit-scrollbar{display:none}.pf-slide{flex:0 0 100%;width:100%;height:100%;margin:0;scroll-snap-align:start;scroll-snap-stop:always}.pf{width:100%;height:100%;object-fit:contain;background:var(--pdp-gallery-bg,#fff);display:block}.pdp-toggle{position:absolute;left:12px;bottom:12px;width:54px;height:68px;border:1px solid #000;background:var(--pdp-gallery-bg,#fff);padding:0;overflow:hidden;cursor:pointer;z-index:10}.pdp-toggle img{width:100%;height:100%;object-fit:contain;display:block}.pdp-toggle[data-target=worn]{border-color:transparent}.pdp-toggle__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:11;overflow:visible}.pdp-toggle__frame path{fill:none;stroke:#000;stroke-width:1.4;stroke-dasharray:100;stroke-dashoffset:100;animation:pdpFrameDraw 1.9s ease-in-out forwards}@keyframes pdpFrameDraw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.pdp-toggle[data-target=worn]{border-color:#000}.pdp-toggle__frame{display:none}}.pdp-gallery .pdp-toggle--cta{width:auto;height:auto;border:0;background:transparent;overflow:visible;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.pdp-toggle--cta .pdp-toggle__thumb{position:relative;display:block;width:54px;height:68px;border:1px solid #000;background:var(--pdp-gallery-bg,#fff);overflow:hidden}.pdp-toggle--cta .pdp-toggle__label{display:inline-flex;align-items:center;gap:5px;background:#000;color:#fff;font-family:var(--font-brand);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;line-height:1;padding:7px 10px;border-radius:2px;white-space:nowrap}.pdp-toggle--cta .pdp-toggle__ic{width:14px;height:14px;flex:0 0 auto}.pdp-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:9;display:none;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:#ffffffd9;color:#000;cursor:pointer;box-shadow:0 1px 8px #0000001f;transition:background .2s ease}.pdp-nav svg{width:20px;height:20px}.pdp-nav--prev{left:14px}.pdp-nav--next{right:14px}.pdp-nav:hover{background:#fff}.pdp-dots{position:absolute;left:0;right:0;bottom:14px;z-index:9;display:flex;gap:6px;justify-content:center;pointer-events:none}.pdp-dot{width:6px;height:6px;border-radius:50%;background:#00000038;transition:background .25s ease,transform .25s ease}.pdp-dot.is-active{background:#000;transform:scale(1.3)}.cf-wrap{position:relative;flex:0 0 auto;aspect-ratio:3/4;background:var(--pdp-gallery-bg,#fff)}.cf{position:relative;height:100%;overflow:hidden}.cf-item{position:absolute;top:50%;left:50%;height:90%;transition:transform .38s cubic-bezier(.22,.9,.3,1),opacity .3s ease;will-change:transform,opacity;cursor:pointer}.cf-item img{height:100%;width:auto;max-width:none;display:block}.cf-hint{position:absolute;left:0;right:0;bottom:8px;z-index:11;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Archivo,Helvetica,Arial,sans-serif!important;font-size:10px;font-weight:400;letter-spacing:.3px;color:#6b6b6b;margin:0;transition:opacity .4s ease;pointer-events:none}.cf-hint.is-hidden{opacity:0}.cf-hint__ar{font-size:13px;line-height:1;color:#000}.cf-hint__ar--l{animation:cfHintL 1.6s ease-in-out infinite}.cf-hint__ar--r{animation:cfHintR 1.6s ease-in-out infinite}@keyframes cfHintL{0%,to{transform:translate(0)}50%{transform:translate(-4px)}}@keyframes cfHintR{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@media(prefers-reduced-motion:reduce){.cf-hint__ar{animation:none}}@media(min-width:750px){.pdp-gallery .pdp-toggle--cta{gap:8px;align-items:flex-end}.pdp-toggle--cta .pdp-toggle__thumb{width:84px;height:106px}.pdp-toggle--cta .pdp-toggle__label{font-size:12px;padding:8px 11px}.pdp-nav{display:flex}.pdp-toggle{left:auto;bottom:auto;right:18px;top:18px;width:84px;height:106px}}.cart-drawer__panel{width:min(450px,100vw);height:100dvh;max-height:100dvh;overflow:hidden;background:#fff;color:#101522;font-family:Archivo,Helvetica,Arial,sans-serif;box-shadow:-12px 0 40px #0002}.cart-drawer__panel>.cart-drawer__header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;min-height:72px;padding:0 22px;border:0;border-bottom:1px solid #f0f0f0;background:#fff}.cart-drawer__title{display:flex;align-items:center;gap:10px}.cart-drawer__panel>.cart-drawer__header h3{margin:0;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:20px;font-weight:650;line-height:1;text-transform:none;letter-spacing:-.35px}.cart-drawer__title>[data-drawer-count]{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#111827;color:#fff;font-size:11px;font-weight:700;line-height:1}.cart-drawer__close{display:grid!important;place-items:center;width:34px;height:34px;padding:5px!important;border:0;background:transparent!important;color:#6b7280;cursor:pointer}.cart-drawer__close svg{width:25px;height:25px}.cart-drawer__panel>.cart-timer{flex:0 0 auto;margin:0;padding:11px 16px;background:#f5f5f5;color:#141414;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;line-height:1.25;text-align:center}.cart-drawer__panel>.cart-timer b{font-weight:750}.cart-drawer__scroll{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;background:#fff}.cart-drawer__scroll>.free-shipping{margin:0;padding:16px 14px 13px;background:#fff;color:#101010;font-size:13px;font-weight:700;line-height:1.25;text-align:center}.cart-drawer__items{display:block;min-height:0;padding:11px 14px 6px;overflow:visible}.cart-empty{display:flex;min-height:250px;margin:0;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#8a8f98}.cart-empty>svg{width:46px;height:46px}.cart-empty p{margin:0;font-size:14px}.drawer-item{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr) 95px;align-items:start;gap:10px;min-height:124px;margin:0 0 10px;padding:12px 10px;border:1px solid #e2e4e8;border-radius:8px;background:#fcfcfc;color:#111827;box-sizing:border-box}.drawer-item>img{width:74px;height:96px;align-self:center;object-fit:contain;background:transparent;border-radius:4px}.drawer-item__main{display:flex;min-width:0;height:100%;flex-direction:column;align-items:flex-start}.drawer-item h4{margin:1px 0 8px;color:#111827;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:14px;font-weight:550;line-height:1.15;letter-spacing:0;text-transform:none}.drawer-options{display:flex;min-height:31px;align-items:center;gap:4px;flex-wrap:wrap}.drawer-options>span{color:#555;font-size:11px}.drawer-option{width:auto;min-width:50px;max-width:92px;height:30px;margin:0;padding:0 23px 0 8px;border:1px solid #d7d9dc;border-radius:4px;background-color:#fff;color:#171717;font:500 11px/1 Archivo,Helvetica,Arial,sans-serif}.drawer-actions{display:flex;align-items:center;gap:7px;margin-top:7px}.drawer-qty{display:grid;grid-template-columns:30px 38px 30px;align-items:center;margin:0;border:1px solid #d8dadd;border-radius:4px;background:#fff;overflow:hidden}.drawer-qty button,.drawer-qty span{display:grid;width:auto;height:28px;place-items:center;padding:0;border:0;background:#fff;color:#171717;font:500 14px/1 Archivo,Helvetica,Arial,sans-serif}.drawer-qty button{color:#777;cursor:pointer}.drawer-remove{display:grid;width:29px;height:29px;place-items:center;margin:0;padding:5px;border:0;background:transparent;color:#111;text-decoration:none;cursor:pointer}.drawer-remove svg{width:18px;height:18px}.drawer-tag{display:flex;align-items:center;gap:5px;margin-top:auto;padding-top:7px;color:#151515;font-size:11px;font-weight:600;line-height:1.1}.drawer-tag svg{width:15px;height:15px;flex:0 0 auto}.drawer-item__price{display:flex;min-width:0;align-items:flex-end;flex-direction:column;text-align:right}.drawer-item__price small{display:inline-block;margin:0 0 7px;padding:2px 5px;border-radius:2px;background:#dff6e8;color:#2f8b62;font-size:8.5px;font-weight:700;line-height:1.2;white-space:nowrap}.drawer-item__price strong{color:#111827;font-size:15px;font-weight:750;line-height:1.15;white-space:nowrap}.drawer-item__price s{margin-top:3px;color:#818181;font-size:11px;line-height:1;text-decoration-thickness:1px;white-space:nowrap}.drawer-gift-icon{display:grid;width:26px;height:26px;place-items:center;margin-top:auto;color:#111}.drawer-gift-icon svg{width:23px;height:23px}.cart-upsells{padding:12px 14px 18px;border-top:1px solid #eceef0;background:#fff}.cart-upsells__head{display:flex;min-height:34px;align-items:center;justify-content:space-between;margin-bottom:7px}.cart-upsells__head h4{display:flex;align-items:center;gap:7px;margin:0;color:#111827;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:15px;font-weight:650;text-transform:none;letter-spacing:0}.cart-upsells__head h4>span{font-size:20px;font-weight:400}.cart-upsells__controls{display:flex;align-items:center;gap:6px;color:#1f2937}.cart-upsells__controls button{display:grid;width:25px;height:25px;place-items:center;padding:3px;border:0;background:transparent;color:#7c8189}.cart-upsells__controls button svg{width:20px;height:20px}.cart-upsells__controls span{min-width:25px;text-align:center;font-size:11px;font-weight:700}.cart-upsells__track{display:flex;gap:9px;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.cart-upsells__track::-webkit-scrollbar{display:none}.cart-upsells article{display:grid;flex:0 0 calc(100% - 50px);grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:9px;border:0;border-radius:8px;background:#f5f5f5;scroll-snap-align:start}.cart-upsells article>a{display:flex;min-width:0;grid-column:1/-1;align-items:center;gap:9px;color:#111827;text-decoration:none}.cart-upsells article img{width:67px;height:66px;flex:0 0 auto;object-fit:contain}.cart-upsells article span{display:flex;min-width:0;flex-direction:column;gap:4px}.cart-upsells article b{font-size:13px;font-weight:650}.cart-upsells article small{font-size:11px}.cart-upsells select{min-width:0;width:100%;height:31px;padding:0 24px 0 8px;border:1px solid #d3d5d8;border-radius:4px;background-color:#fff;color:#111;font:500 10px/1 Archivo,Helvetica,Arial,sans-serif}.cart-upsells article>button{min-width:72px;height:31px;padding:0 12px;border:0;border-radius:6px;background:#000;color:#fff;font:650 11px/1 Archivo,Helvetica,Arial,sans-serif}.cart-drawer__panel>.cart-drawer__footer{position:relative;z-index:2;display:block;flex:0 0 auto;padding:14px 16px 13px;border-top:1px solid #e7e7e7;background:#f5f5f5;color:#111827}.cart-total{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin:0 0 10px;font-family:Archivo,Helvetica,Arial,sans-serif}.cart-total>span:first-child{font-size:15px;font-weight:650}.cart-total>strong{font-size:15px;font-weight:750;white-space:nowrap}.cart-saving{justify-self:end;padding:3px 6px;border-radius:3px;background:#ddf7e7;color:#31a171;font-size:10px;font-weight:700;line-height:1.15;white-space:nowrap}.cart-klarna{display:flex!important;min-height:24px;align-items:center;gap:4px;margin:0 0 10px;color:#171717;font:500 11px/1.2 Archivo,Helvetica,Arial,sans-serif;white-space:nowrap}.cart-klarna[hidden]{display:none!important}.cart-klarna b{font-weight:700}.klarna-badge{display:inline-grid;place-items:center;box-sizing:border-box;min-width:62px;height:24px;padding:0 9px;border-radius:5px;background:#ffb3c7;color:#050505;font:700 13px/1 Arial,Helvetica,sans-serif;letter-spacing:-.35px;text-transform:none;vertical-align:middle}.cart-klarna .klarna-badge{min-width:54px;height:20px;padding:0 7px;border-radius:4px;font-size:11px}.checkout-button{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:8px;background:#000;color:#fff;font:700 14px/1 Archivo,Helvetica,Arial,sans-serif;cursor:pointer}.checkout-button svg{width:18px;height:18px;flex:0 0 auto}.checkout-button span{white-space:nowrap}.trustpilot{display:flex;align-items:center;justify-content:center;gap:6px;margin:11px 0 0;color:#171717;font:500 11px/1 Archivo,Helvetica,Arial,sans-serif;white-space:nowrap}.trustpilot__brand{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:650}.trustpilot__brand i{color:#00b67a;font-size:18px;font-style:normal;line-height:.8}.trustpilot__stars{display:flex;align-items:center;gap:1px}.trustpilot__stars i{display:grid;width:16px;height:16px;place-items:center;background:#00b67a;color:#fff;font-size:11px;font-style:normal;line-height:1}.trustpilot__stars i.is-half{background:linear-gradient(90deg,#00b67a 60%,#d9dde1 60%)}.trustpilot>b{font-size:11px}@media(max-width:749px){.cart-drawer__panel{width:100vw}.cart-drawer__panel>.cart-drawer__header{min-height:68px;padding:0 16px}.cart-drawer__panel>.cart-drawer__header h3{font-size:18px}.cart-drawer__scroll>.free-shipping{padding:14px 12px 11px;font-size:12.5px}.cart-drawer__items{padding:9px 12px 4px}.drawer-item{grid-template-columns:68px minmax(0,1fr) 87px;gap:8px;min-height:118px;margin-bottom:9px;padding:10px 8px}.drawer-item>img{width:68px;height:90px}.drawer-item h4{font-size:13px}.drawer-item__price strong{font-size:14px}.drawer-item__price small{font-size:7.5px}.drawer-qty{grid-template-columns:27px 34px 27px}.drawer-option{min-width:47px;max-width:78px}.cart-upsells{padding:10px 12px 15px}.cart-upsells article{flex-basis:calc(100% - 42px)}.cart-drawer__panel>.cart-drawer__footer{padding:12px 12px 11px}.cart-klarna{font-size:10.5px}.trustpilot{gap:4px;font-size:10px}.trustpilot__stars i{width:14px;height:14px;font-size:9px}}.product-card__primary{opacity:1;transition:opacity .35s}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__media--has-hover .product-card__primary{opacity:0}.product-card:hover .product-card__media--has-hover .product-card__hover{opacity:1}}@media(hover:none),(pointer:coarse){.product-card .product-card__primary{opacity:1!important}.product-card .product-card__hover{opacity:0!important}}.legal-page{max-width:1040px;padding-top:64px;padding-bottom:96px}.legal-page>h1{margin:0 0 42px;text-align:center}.legal-page .rte{max-width:900px;margin:0 auto;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.65}.legal-page .rte h1,.legal-page .rte h2,.legal-page .rte h3{font-family:var(--font-brand);line-height:1.1;text-transform:uppercase}.legal-page .rte h1{font-size:34px}.legal-page .rte h2{margin-top:36px;font-size:25px}.legal-page .rte h3{margin-top:28px;font-size:20px}.legal-page .rte a{text-decoration:underline;text-underline-offset:3px}.withdrawal-page{max-width:1000px;padding-top:64px;padding-bottom:96px;color:#111}.withdrawal-page__header{max-width:820px;margin:0 auto 42px;text-align:center}.withdrawal-page__header h1{margin:0 0 28px}.withdrawal-page__header p{margin:0 auto 14px;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6}.withdrawal-page__header p:last-child{font-weight:600}.withdrawal-form{max-width:780px;margin:0 auto;padding:38px;border:1px solid #dedede;background:#fff;font-family:Archivo,Helvetica,Arial,sans-serif}.withdrawal-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px}.withdrawal-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}.withdrawal-form label span b,.withdrawal-form legend b{color:#d0392a}.withdrawal-form input[type=text],.withdrawal-form input[type=email],.withdrawal-form input[type=date],.withdrawal-form textarea{width:100%;min-height:52px;padding:13px 15px;border:1px solid #aaa;border-radius:0;background:#fff;color:#111;font:400 15px/1.3 Archivo,Helvetica,Arial,sans-serif;box-sizing:border-box}.withdrawal-form textarea{min-height:120px;resize:vertical}.withdrawal-form input:focus,.withdrawal-form textarea:focus{outline:2px solid #111;outline-offset:2px}.withdrawal-form__return{display:flex;flex-direction:column;gap:13px;margin:30px 0 0;padding:24px 0 0;border:0;border-top:1px solid #ddd}.withdrawal-form__return legend{float:left;width:100%;margin:0 0 16px;font-size:13px;font-weight:700}.withdrawal-form__return label{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:10px;font-weight:400;line-height:1.4}.withdrawal-form__return input{width:18px;height:18px;margin:0;accent-color:#000}.withdrawal-form__submit{display:block;width:100%;min-height:58px;margin-top:32px;border:0;background:#000;color:#fff;font-family:Archivo,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer}.withdrawal-form__notice{margin:22px 0 0;color:#666;font-size:12px;line-height:1.55;text-align:center}.withdrawal-form__success,.withdrawal-form__errors{margin:0 0 26px;padding:16px;border:1px solid #111;font-size:13px;line-height:1.5}.withdrawal-form__success{background:#edf9f1}.withdrawal-form__errors{background:#fff1f0;color:#9f241c}@media(max-width:749px){.legal-page,.withdrawal-page{padding-top:38px;padding-bottom:64px}.legal-page>h1,.withdrawal-page__header h1{font-size:36px}.legal-page .rte{font-size:14px;line-height:1.6}.legal-page .rte h1{font-size:28px}.legal-page .rte h2{font-size:22px}.legal-page .rte h3{font-size:18px}.withdrawal-page__header{margin-bottom:28px;text-align:left}.withdrawal-page__header p{font-size:14px}.withdrawal-form{padding:24px 18px}.withdrawal-form__grid{grid-template-columns:1fr;gap:19px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
