:root{--opa-primary:#216094;--opa-secondary:#79a0b5;--opa-black:#000;--opa-offwhite:#f5f2ea;--opa-gutter:clamp(18px, 3.2vw, 64px);--opa-max:1680px;--opa-header-h:58px;--opa-ease:cubic-bezier(.22,.7,.2,1);--opa-ease-soft:cubic-bezier(.2,.8,.2,1)}html.opa-p1-active{scroll-behavior:smooth;background:var(--opa-offwhite)}html.opa-p1-menu-open,html.opa-p1-menu-open body{overflow:hidden!important}body.opa-p1-body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overflow-x:clip;background:var(--opa-offwhite)!important;color:var(--opa-black)!important;margin:0!important;font-family:Arial,Helvetica,sans-serif!important}body.opa-p1-body *,body.opa-p1-body :before,body.opa-p1-body :after{box-sizing:border-box}body.opa-p1-body img,body.opa-p1-body video{max-width:100%}body.opa-p1-body a{color:inherit;text-decoration:none}body.opa-p1-body button,body.opa-p1-body input,body.opa-p1-body select,body.opa-p1-body textarea{font:inherit}body.opa-p1-body button,body.opa-p1-body a{-webkit-tap-highlight-color:transparent}.opa-p1-sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.opa-p1-entry-curtain{z-index:99999;pointer-events:none;background:linear-gradient(135deg, var(--opa-primary), var(--opa-secondary));transform-origin:top;animation:opaP1Entry .8s var(--opa-ease) 50ms both;position:fixed;inset:0}@keyframes opaP1Entry{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.opa-p1-header{z-index:8000;width:100%;height:var(--opa-header-h);padding:0 var(--opa-gutter);color:var(--opa-offwhite);transition:background .45s var(--opa-ease), color .35s var(--opa-ease), height .35s var(--opa-ease), transform .35s var(--opa-ease);isolation:isolate;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid;position:fixed;top:0;left:0}.opa-p1-header:before{content:"";z-index:-1;background:var(--opa-offwhite);opacity:0;transition:opacity .4s var(--opa-ease);position:absolute;inset:0}.opa-p1-header.is-scrolled{height:54px;color:var(--opa-black)}.opa-p1-header__left,.opa-p1-header__center,.opa-p1-header__right{align-items:center;display:flex}.opa-p1-header__left{justify-content:flex-start}.opa-p1-header__center{justify-content:center;min-width:0}.opa-p1-header__right{justify-content:flex-end}.opa-p1-burger{color:currentColor;cursor:pointer;background:0 0;border:0;place-items:center;width:38px;height:38px;padding:0;display:grid;position:relative}.opa-p1-burger__lines,.opa-p1-burger__lines:before,.opa-p1-burger__lines:after{width:26px;height:2px;transition:transform .42s var(--opa-ease), opacity .3s var(--opa-ease), width .3s var(--opa-ease);background:currentColor;display:block}.opa-p1-burger__lines{position:relative}.opa-p1-burger__lines:before,.opa-p1-burger__lines:after{content:"";position:absolute;left:0}.opa-p1-burger[aria-expanded=true] .opa-p1-burger__lines{background:0 0}.opa-p1-burger[aria-expanded=true] .opa-p1-burger__lines:before{top:0;transform:rotate(45deg)}.opa-p1-burger[aria-expanded=true] .opa-p1-burger__lines:after{width:26px;top:0;transform:rotate(-45deg)}.opa-p1-logo{letter-spacing:.12em;text-transform:uppercase;color:currentColor;justify-content:center;align-items:center;min-width:74px;max-width:min(180px,28vw);font-size:clamp(24px,2.3vw,34px);font-weight:700;line-height:1;display:inline-flex}.opa-p1-logo img,.opa-p1-logo svg{object-fit:contain;width:auto;max-width:150px;max-height:28px;display:block}.opa-p1-login{letter-spacing:.02em;color:currentColor;align-items:center;min-height:38px;padding:0 2px;font-size:14px;font-weight:600;display:inline-flex;position:relative}.opa-p1-login:after{content:"";transform-origin:100%;height:1px;transition:transform .3s var(--opa-ease);background:currentColor;position:absolute;bottom:8px;left:0;right:0;transform:scaleX(0)}.opa-p1-login:hover:after,.opa-p1-login:focus-visible:after{transform-origin:0;transform:scaleX(1)}.opa-p1-menu{z-index:7900;background:var(--opa-black);color:var(--opa-secondary);visibility:hidden;pointer-events:none;clip-path:inset(0 0 100%);transition:clip-path .62s var(--opa-ease), visibility 0s linear .62s;position:fixed;inset:0;overflow:auto}.opa-p1-menu.is-open{visibility:visible;pointer-events:auto;clip-path:inset(0);transition:clip-path .62s var(--opa-ease), visibility 0s}.opa-p1-menu__inner{min-height:100svh;padding:calc(var(--opa-header-h) + 50px) var(--opa-gutter) clamp(36px, 7vw, 90px);grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:end;gap:clamp(30px,6vw,100px);display:grid;position:relative}.opa-p1-menu__nav{align-content:end;gap:2px;padding-bottom:clamp(30px,6vw,76px);display:grid}.opa-p1-menu__link{letter-spacing:-.055em;width:max-content;max-width:100%;color:var(--opa-secondary);opacity:0;transition:color .3s ease, transform .55s var(--opa-ease), opacity .45s ease;font-size:clamp(42px,7vw,108px);font-weight:500;line-height:.92;display:block;transform:translateY(36px)}.opa-p1-menu.is-open .opa-p1-menu__link{opacity:1;transform:translateY(0)}.opa-p1-menu.is-open .opa-p1-menu__link:first-child{transition-delay:.12s}.opa-p1-menu.is-open .opa-p1-menu__link:nth-child(2){transition-delay:.17s}.opa-p1-menu.is-open .opa-p1-menu__link:nth-child(3){transition-delay:.22s}.opa-p1-menu.is-open .opa-p1-menu__link:nth-child(4){transition-delay:.27s}.opa-p1-menu.is-open .opa-p1-menu__link:nth-child(5){transition-delay:.32s}.opa-p1-menu__link:hover,.opa-p1-menu__link:focus-visible{color:var(--opa-primary)}.opa-p1-menu__meta{align-content:end;gap:18px;padding-bottom:clamp(60px,8vw,110px);font-size:14px;line-height:1.5;display:grid}.opa-p1-menu__meta a{border-bottom:1px solid;width:max-content;max-width:100%}.opa-p1-home-main{max-width:none!important;margin:0!important;padding:0!important}.opa-p1-video-intro{background:linear-gradient(135deg, var(--opa-primary), var(--opa-secondary));isolation:isolate;width:100%;height:100dvh;min-height:100svh;position:relative;overflow:hidden}.opa-p1-video-intro__media,.opa-p1-video-intro video{width:100%;height:100%;position:absolute;inset:0}.opa-p1-video-intro video{object-fit:cover;object-position:center;opacity:0;transition:opacity .7s}.opa-p1-video-intro video.is-ready{opacity:1}.opa-p1-video-intro__fallback{background:linear-gradient(135deg, var(--opa-primary), var(--opa-secondary));transform-origin:50%;animation:12s ease-in-out infinite alternate opaP1Fallback;position:absolute;inset:-12%}@keyframes opaP1Fallback{0%{transform:scale(1)translate(-2%,-1%)}to{transform:scale(1.18)translate(3%,2%)}}.opa-p1-video-intro:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#00000061,#00000008 44%,#00000057);position:absolute;inset:0}.opa-p1-video-intro__content{z-index:3;left:var(--opa-gutter);right:var(--opa-gutter);color:var(--opa-secondary);justify-content:space-between;align-items:end;gap:28px;display:flex;position:absolute;bottom:clamp(72px,10vw,150px)}.opa-p1-video-intro__mark{letter-spacing:-.07em;font-size:clamp(54px,10vw,150px);font-weight:600;line-height:.8}.opa-p1-video-intro__cue{text-transform:uppercase;letter-spacing:.13em;align-items:center;gap:10px;font-size:12px;display:inline-flex}.opa-p1-video-intro__cue:after{content:"↓";font-size:18px;animation:1.8s ease-in-out infinite opaP1Cue}@keyframes opaP1Cue{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.opa-p1-editorial,.opa-p1-shop,.opa-p1-cart-page{width:100%;max-width:var(--opa-max);padding:clamp(90px, 10vw, 180px) var(--opa-gutter);margin:0 auto}.opa-p1-kicker{letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:700;display:inline-block}.opa-p1-display{letter-spacing:-.065em;max-width:1100px;margin:0;font-size:clamp(46px,7vw,116px);font-weight:500;line-height:.9}.opa-p1-section-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:clamp(32px,5vw,76px);display:grid}.opa-p1-section-head h2,.opa-p1-shop__title{letter-spacing:-.055em;margin:0;font-size:clamp(38px,5vw,78px);font-weight:500;line-height:.95}.opa-p1-section-head a,.opa-p1-text-link{align-items:center;min-height:42px;font-weight:600;display:inline-flex;position:relative}.opa-p1-section-head a:after,.opa-p1-text-link:after{content:"";transform-origin:0;height:1px;transition:transform .3s var(--opa-ease);background:currentColor;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(1)}.opa-p1-section-head a:hover:after,.opa-p1-text-link:hover:after{transform-origin:100%;transform:scaleX(0)}.opa-p1-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,72px) clamp(14px,2.4vw,40px);display:grid}.opa-p1-product-card{min-width:0;color:var(--opa-black);display:block}.opa-p1-product-card__media{aspect-ratio:4/5;background:linear-gradient(135deg, var(--opa-secondary), var(--opa-primary));position:relative;overflow:hidden}.opa-p1-product-card__media img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .75s var(--opa-ease-soft);display:block;transform:scale(1)}.opa-p1-product-card:hover .opa-p1-product-card__media img,.opa-p1-product-card:focus-visible .opa-p1-product-card__media img{transform:scale(1.035)}.opa-p1-product-card__meta{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding-top:14px;display:grid}.opa-p1-product-card__price{white-space:nowrap;font-size:14px}.opa-p1-product-card__sub{opacity:.72;grid-column:1/-1;margin-top:-7px;font-size:12px;line-height:1.35;display:block}.opa-p1-editorial-split{background:var(--opa-black);min-height:min(860px,78vw);color:var(--opa-secondary);grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);margin-top:clamp(100px,13vw,220px);display:grid}.opa-p1-editorial-split__media{background:linear-gradient(135deg, var(--opa-primary), var(--opa-secondary));min-height:520px;overflow:hidden}.opa-p1-editorial-split__media img{object-fit:cover;width:100%;height:100%;transition:transform 1.1s var(--opa-ease-soft);display:block}.opa-p1-editorial-split:hover .opa-p1-editorial-split__media img{transform:scale(1.025)}.opa-p1-editorial-split__copy{flex-direction:column;justify-content:space-between;padding:clamp(32px,6vw,90px);display:flex}.opa-p1-editorial-split__copy h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5vw,82px);font-weight:500;line-height:.94}.opa-p1-editorial-split__copy p{max-width:440px;font-size:clamp(16px,1.3vw,21px);line-height:1.45}.opa-p1-shop{padding-top:calc(var(--opa-header-h) + clamp(70px, 8vw, 130px))}.opa-p1-shop__lead{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:end;gap:clamp(30px,7vw,120px);margin-bottom:clamp(56px,8vw,120px);display:grid}.opa-p1-shop__count{font-size:14px;line-height:1.5}.opa-p1-shop__tools{border-bottom:1px solid var(--opa-black);justify-content:space-between;align-items:center;gap:18px;margin-bottom:clamp(36px,5vw,64px);padding-bottom:18px;display:flex}.opa-p1-shop__search{border:0;border-bottom:1px solid var(--opa-black);width:min(420px,100%);color:var(--opa-black);background:0 0;border-radius:0;outline:none;padding:11px 0}.opa-p1-shop__search::placeholder{color:var(--opa-black);opacity:.6}.opa-p1-shop__search:focus{border-bottom-width:2px}.opa-p1-shop__empty{letter-spacing:-.04em;grid-column:1/-1;padding:80px 0;font-size:clamp(28px,4vw,54px)}body.opa-p1-product-page main,body.opa-p1-product-page .opa-main,body.opa-p1-product-page .opa-content{background:var(--opa-secondary)!important}body.opa-p1-product-page .opa-product-layout{width:min(var(--opa-max), 100%);padding:calc(var(--opa-header-h) + 42px) var(--opa-gutter) clamp(80px, 10vw, 160px)!important;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)!important;align-items:start!important;gap:clamp(28px,5vw,90px)!important;margin:0 auto!important;display:grid!important}body.opa-p1-product-page .opa-product-gallery-shell{min-width:0}body.opa-p1-product-page .opa-product-main-media{aspect-ratio:4/5;background:linear-gradient(135deg, var(--opa-secondary), var(--opa-primary));place-items:center;width:100%;min-height:60vh;display:grid;overflow:hidden}body.opa-p1-product-page .opa-product-main-media img,body.opa-p1-product-page .opa-product-main-media video{display:block;object-fit:contain!important;width:100%!important;height:100%!important;max-height:none!important}body.opa-p1-product-page .opa-product-thumbnails{scrollbar-width:thin;overflow-x:auto;gap:8px!important;padding:10px 0 0!important;display:flex!important}body.opa-p1-product-page .opa-product-thumbnail{aspect-ratio:1;cursor:pointer;transition:transform .25s var(--opa-ease), background .25s ease;flex:0 0 88px;overflow:hidden;border:1px solid var(--opa-black)!important;background:0 0!important;border-radius:0!important;padding:0!important}body.opa-p1-product-page .opa-product-thumbnail:hover,body.opa-p1-product-page .opa-product-thumbnail:focus-visible{transform:translateY(-3px);background:var(--opa-primary)!important}body.opa-p1-product-page .opa-product-thumbnail img{object-fit:cover;width:100%;height:100%}body.opa-p1-product-page .opa-product-buy{top:calc(var(--opa-header-h) + 30px);position:sticky;box-shadow:none!important;background:0 0!important;border:0!important;padding:clamp(24px,2.5vw,44px) 0 0!important}body.opa-p1-product-page .opa-product-buy h1,body.opa-p1-product-page .opa-product-title{letter-spacing:-.055em!important;margin:0 0 16px!important;font-size:clamp(38px,4.5vw,72px)!important;font-weight:500!important;line-height:.95!important}body.opa-p1-product-page .opa-product-price,body.opa-p1-product-page [class*=price]{font-size:clamp(18px,1.4vw,24px)}body.opa-p1-product-page .opa-option-group,body.opa-p1-product-page .opa-product-options,body.opa-p1-product-page .opa-quantity,body.opa-p1-product-page .opa-quantity-row{margin-top:24px!important}body.opa-p1-product-page .opa-option-button,body.opa-p1-product-page [data-opa-option],body.opa-p1-product-page .opa-option-value{min-height:42px;transition:background .25s ease, color .25s ease, transform .2s var(--opa-ease);border:1px solid var(--opa-black)!important;color:var(--opa-black)!important;background:0 0!important;border-radius:999px!important}body.opa-p1-product-page .opa-option-button:hover,body.opa-p1-product-page [data-opa-option]:hover,body.opa-p1-product-page .opa-option-value:hover,body.opa-p1-product-page [aria-pressed=true]{background:var(--opa-black)!important;color:var(--opa-secondary)!important}body.opa-p1-product-page .opa-add-button,body.opa-p1-product-page button[type=submit].opa-add-button,.opa-p1-primary-button{cursor:pointer;width:100%;min-height:58px;transition:background .28s ease, color .28s ease, transform .2s var(--opa-ease);font-weight:700;border:1px solid var(--opa-black)!important;background:var(--opa-black)!important;color:var(--opa-secondary)!important;border-radius:0!important}body.opa-p1-product-page .opa-add-button:hover:not(:disabled),.opa-p1-primary-button:hover:not(:disabled){background:var(--opa-primary)!important;color:var(--opa-black)!important}body.opa-p1-product-page .opa-add-button:active:not(:disabled),.opa-p1-primary-button:active:not(:disabled){transform:scale(.985)}body.opa-p1-product-page .opa-add-button:disabled,.opa-p1-primary-button:disabled{opacity:.5;cursor:not-allowed}body.opa-p1-product-page .opa-commerce-note{opacity:.72;font-size:12px;line-height:1.45;background:0 0!important;border:0!important;margin-top:18px!important;padding:0!important}.opa-p1-product-story{width:min(var(--opa-max), 100%);padding:0 var(--opa-gutter) clamp(100px, 14vw, 220px);margin:0 auto}.opa-p1-product-story__intro{border-top:1px solid var(--opa-black);grid-template-columns:minmax(0,.55fr) minmax(0,1.45fr);gap:clamp(28px,8vw,130px);padding:clamp(70px,10vw,160px) 0;display:grid}.opa-p1-product-story__body{letter-spacing:-.045em;font-size:clamp(26px,3.5vw,58px);line-height:1.06}.opa-p1-product-story__details{border-top:1px solid var(--opa-black)}.opa-p1-product-story__details details{border-bottom:1px solid var(--opa-black)!important;background:0 0!important;padding:0!important}.opa-p1-product-story__details summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:76px;font-size:clamp(18px,1.7vw,26px);font-weight:600;list-style:none;display:flex}.opa-p1-product-story__details summary::-webkit-details-marker{display:none}.opa-p1-product-story__details summary:after{content:"+";transition:transform .3s var(--opa-ease);font-size:24px}.opa-p1-product-story__details details[open] summary:after{transform:rotate(45deg)}.opa-p1-product-story__details details>div{max-width:760px;padding:0 0 34px;line-height:1.65}body.opa-p1-cart-page main,body.opa-p1-cart-page .opa-main,body.opa-p1-cart-page .opa-content{min-height:100dvh;padding-top:calc(var(--opa-header-h) + 42px)!important;background:var(--opa-secondary)!important}body.opa-p1-cart-page form,body.opa-p1-cart-page article,body.opa-p1-cart-page [class*=cart-item]{border-color:var(--opa-black)!important;box-shadow:none!important;border-radius:0!important}body.opa-p1-cart-page button,body.opa-p1-cart-page input,body.opa-p1-cart-page select{border-radius:0!important}.opa-p1-legacy-hidden{display:none!important}.opa-p1-footer{background:var(--opa-black);color:var(--opa-secondary);padding:clamp(90px, 12vw, 180px) var(--opa-gutter) 34px;position:relative;overflow:hidden}.opa-p1-footer__brand{letter-spacing:-.075em;margin:0 0 clamp(60px,10vw,140px);padding-top:clamp(20px,4vw,60px);font-size:clamp(70px,17vw,250px);font-weight:600;line-height:.75}.opa-p1-footer__grid{grid-template-columns:1.35fr repeat(3,minmax(120px,.55fr));gap:28px;padding-bottom:clamp(50px,8vw,100px);display:grid}.opa-p1-footer__col{align-content:start;gap:11px;font-size:14px;display:grid}.opa-p1-footer__label{letter-spacing:.13em;text-transform:uppercase;color:var(--opa-primary);margin-bottom:10px;font-size:11px;font-weight:700}.opa-p1-footer__bottom{border-top:1px solid var(--opa-secondary);justify-content:space-between;align-items:center;gap:24px;padding-top:22px;font-size:12px;display:flex}[data-opa-p1-reveal]{opacity:0;transition:opacity .7s ease, transform .8s var(--opa-ease);transform:translateY(30px)}[data-opa-p1-reveal=left]{transform:translate(-30px)}[data-opa-p1-reveal=right]{transform:translate(30px)}[data-opa-p1-reveal].is-visible{opacity:1;transform:translate(0,0)}.opa-p1-press{transform:scale(.985)!important}body.opa-p1-body :focus-visible{outline:2px solid var(--opa-primary)!important;outline-offset:4px!important}@media (width<=1100px){.opa-p1-products{grid-template-columns:repeat(2,minmax(0,1fr))}.opa-p1-editorial-split{grid-template-columns:1fr 1fr}body.opa-p1-product-page .opa-product-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important}.opa-p1-footer__grid{grid-template-columns:1fr 1fr 1fr}.opa-p1-footer__grid>:first-child{grid-column:1/-1}}@media (width<=820px){:root{--opa-header-h:54px;--opa-gutter:clamp(16px, 5vw, 32px)}.opa-p1-menu__inner{grid-template-columns:1fr;align-content:end}.opa-p1-menu__meta{padding-bottom:80px}.opa-p1-video-intro__content{align-items:flex-end}.opa-p1-video-intro__mark{font-size:clamp(64px,20vw,126px)}.opa-p1-editorial{padding-top:84px;padding-bottom:84px}.opa-p1-editorial-split{min-height:0;margin-left:calc(var(--opa-gutter) * -1);margin-right:calc(var(--opa-gutter) * -1);grid-template-columns:1fr}.opa-p1-editorial-split__media{min-height:68svh}.opa-p1-shop__lead{grid-template-columns:1fr;align-items:start}body.opa-p1-product-page .opa-product-layout{padding-left:0!important;padding-right:0!important;padding-top:var(--opa-header-h)!important;display:block!important}body.opa-p1-product-page .opa-product-gallery-shell{padding:0}body.opa-p1-product-page .opa-product-main-media{aspect-ratio:4/5;min-height:0}body.opa-p1-product-page .opa-product-thumbnails{padding:10px var(--opa-gutter) 0!important}body.opa-p1-product-page .opa-product-buy{position:relative;top:auto;padding:42px var(--opa-gutter) 70px!important}.opa-p1-product-story{padding-left:var(--opa-gutter);padding-right:var(--opa-gutter)}.opa-p1-product-story__intro{grid-template-columns:1fr}.opa-p1-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.opa-p1-header{grid-template-columns:48px 1fr 64px;gap:4px}.opa-p1-logo{letter-spacing:.1em;justify-self:center;font-size:25px}.opa-p1-logo img,.opa-p1-logo svg{max-width:94px;max-height:30px}.opa-p1-login{justify-self:end;font-size:13px}.opa-p1-video-intro__content{bottom:72px}.opa-p1-video-intro__cue{display:none}.opa-p1-products{gap:32px 10px}.opa-p1-product-card__meta{padding-top:10px;display:block}.opa-p1-product-card__price{margin-top:5px;display:block}.opa-p1-product-card__sub{display:none}.opa-p1-section-head{grid-template-columns:1fr;align-items:start}.opa-p1-shop__tools{flex-direction:column;align-items:stretch}.opa-p1-shop__search{width:100%}.opa-p1-footer__grid{grid-template-columns:1fr 1fr;gap:34px 18px}.opa-p1-footer__bottom{flex-direction:column;align-items:flex-start}}@media (width<=360px){.opa-p1-header{padding-left:12px;padding-right:12px}.opa-p1-products{grid-template-columns:1fr 1fr}.opa-p1-product-card__name{font-size:14px}}@media (prefers-reduced-motion:reduce){html.opa-p1-active{scroll-behavior:auto}.opa-p1-entry-curtain{display:none}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}[data-opa-p1-reveal]{opacity:1!important;transform:none!important}}.opa-p1-menu__inner:after,.opa-p1-video-intro:after,.opa-p1-footer:before{content:none!important;clip-path:none!important;display:none!important}.opa-p1-menu__nav,.opa-p1-menu__meta,.opa-p1-footer__brand{padding-bottom:0}.opa-p1-footer{padding-top:clamp(70px,9vw,130px)}.opa-p1-footer__brand{padding-top:0}.opa-p1-video-intro__content,.opa-p1-video-intro__mark,.opa-p1-video-intro__cue{display:none!important}.opa-p1-video-intro{height:100dvh;min-height:100svh}.opa-p1-home-products{width:100%;padding:clamp(72px, 8vw, 128px) var(--opa-gutter) clamp(86px, 10vw, 160px);background:var(--opa-secondary);color:var(--opa-black)}.opa-p1-home-products__head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:clamp(30px,4vw,58px);display:grid}.opa-p1-home-products__head h1{letter-spacing:-.055em;margin:0;font-size:clamp(38px,4.8vw,78px);font-weight:500;line-height:.94}.opa-p1-home-products__head a,.opa-p1-home-statement__link{align-items:center;width:max-content;min-height:40px;font-size:14px;font-weight:600;display:inline-flex;position:relative}.opa-p1-home-products__head a:after,.opa-p1-home-statement__link:after{content:"";transform-origin:0;height:1px;transition:transform .32s var(--opa-ease);background:currentColor;position:absolute;bottom:4px;left:0;right:0}.opa-p1-home-products__head a:hover:after,.opa-p1-home-statement__link:hover:after{transform-origin:100%;transform:scaleX(0)}.opa-p1-home-products__rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,30px);width:100%;display:grid}.opa-p1-home-products .opa-p1-product-card__media,.opa-p1-shop .opa-p1-product-card__media{aspect-ratio:4/5;background:var(--opa-primary)}.opa-p1-product-card__media{display:block;position:relative}.opa-p1-product-card__badge{z-index:2;background:var(--opa-black);min-height:28px;color:var(--opa-secondary);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:15px;left:15px}.opa-p1-product-card__media-fallback{color:var(--opa-black);letter-spacing:-.06em;place-items:center;font-size:clamp(32px,5vw,70px);font-weight:600;display:grid;position:absolute;inset:0}.opa-p1-product-card__meta{padding-top:14px}.opa-p1-product-card__name{color:var(--opa-black);text-decoration:none}.opa-p1-product-card__options{flex-wrap:wrap;grid-column:1/-1;gap:7px;margin-top:-2px;display:flex}.opa-p1-product-card__options span{border:1px solid var(--opa-black);justify-content:center;align-items:center;min-height:28px;padding:0 9px;font-size:11px;line-height:1;display:inline-flex}.opa-p1-home-products__empty{border-top:1px solid var(--opa-black);border-bottom:1px solid var(--opa-black);letter-spacing:-.04em;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:flex-start;gap:22px;min-height:280px;font-size:clamp(24px,4vw,50px);display:flex}.opa-p1-home-products__empty a{text-underline-offset:5px;font-size:14px;text-decoration:underline}.opa-p1-product-skeleton{gap:12px;display:grid}.opa-p1-product-skeleton span{aspect-ratio:4/5;background:linear-gradient(110deg, var(--opa-primary), var(--opa-secondary), var(--opa-primary));background-size:220% 100%;animation:1.6s linear infinite opaP1Skeleton;display:block}.opa-p1-product-skeleton i,.opa-p1-product-skeleton b{background:var(--opa-primary);height:12px;display:block}.opa-p1-product-skeleton i{width:68%}.opa-p1-product-skeleton b{width:34%}@keyframes opaP1Skeleton{0%{background-position:100% 0}to{background-position:-120% 0}}.opa-p1-home-statement{min-height:min(760px,72vw);padding:clamp(74px, 10vw, 150px) var(--opa-gutter);background:var(--opa-black);color:var(--opa-secondary);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.opa-p1-home-statement__copy{width:min(1050px,100%)}.opa-p1-home-statement h2{letter-spacing:-.065em;max-width:980px;margin:0;font-size:clamp(54px,8vw,128px);font-weight:500;line-height:.88}body.opa-p1-body .opa-p1-menu__inner:after,body.opa-p1-body .opa-p1-video-intro:after,body.opa-p1-body .opa-p1-footer:before{clip-path:none!important}@media (width<=1100px){.opa-p1-home-products__rail{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:52px}}@media (width<=680px){.opa-p1-home-products{padding-left:0;padding-right:0}.opa-p1-home-products__head{padding:0 var(--opa-gutter)}.opa-p1-home-products__rail{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 var(--opa-gutter) 8px;gap:12px;display:flex;overflow-x:auto}.opa-p1-home-products__rail::-webkit-scrollbar{display:none}.opa-p1-home-products .opa-p1-product-card,.opa-p1-product-skeleton{scroll-snap-align:start;flex:0 0 min(78vw,340px)}.opa-p1-home-products__empty{flex:0 0 calc(100vw - (var(--opa-gutter) * 2))}.opa-p1-home-statement{min-height:78svh}}@media (prefers-reduced-motion:reduce){.opa-p1-product-skeleton span{animation:none}}.opa-p1-home-page .opa-p1-legacy-home-hero{visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.opa-p1-home-page .opa-p1-video-intro{background:var(--opa-black)!important;width:100vw!important;height:100dvh!important;min-height:100svh!important;margin:0!important;padding:0!important}.opa-p1-home-page .opa-p1-video-intro:before,.opa-p1-home-page .opa-p1-video-intro:after{content:none!important;background:0 0!important;display:none!important}.opa-p1-home-page .opa-p1-video-intro__content,.opa-p1-home-page .opa-p1-video-intro__mark,.opa-p1-home-page .opa-p1-video-intro__cue{display:none!important}.opa-p1-home-page .opa-p1-video-intro__media,.opa-p1-home-page .opa-p1-video-intro video{width:100%!important;height:100%!important;margin:0!important;padding:0!important;position:absolute!important;inset:0!important}.opa-p1-home-page .opa-p1-video-intro video{object-fit:cover!important;object-position:center center!important;display:block!important}.opa-p1-home-page .opa-p1-video-intro video.is-ready+*,.opa-p1-home-page .opa-p1-video-intro.is-ready .opa-p1-video-intro__fallback{display:none!important}:root{--opa-offwhite:#f5f2ea;--opa-header-h:58px}html.opa-p1-active,body.opa-p1-body{background:var(--opa-offwhite)!important}body.opa-p1-body [class*=wave i],body.opa-p1-body [id*=wave i],body.opa-p1-body [data-wave],body.opa-p1-body .opa-wave,body.opa-p1-body .wave-divider,body.opa-p1-body .wave-separator{visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.opa-p1-menu__inner:after,.opa-p1-video-intro:after,.opa-p1-footer:before,.opa-p1-footer:after,.opa-p1-home-products:before,.opa-p1-home-products:after,.opa-p1-editorial:before,.opa-p1-editorial:after{content:none!important;clip-path:none!important;display:none!important;-webkit-mask:none!important;mask:none!important}.opa-p1-header{padding-left:var(--opa-gutter);padding-right:var(--opa-gutter);color:var(--opa-offwhite);height:58px!important}.opa-p1-header.is-scrolled{color:var(--opa-black);height:54px!important}.opa-p1-header:before{background:var(--opa-offwhite)!important}.opa-p1-header.is-scrolled:before{opacity:.97!important}.opa-p1-burger__lines,.opa-p1-burger__lines:before,.opa-p1-burger__lines:after{width:24px}.opa-p1-logo{min-width:64px;max-width:min(150px,25vw);font-size:clamp(21px,1.8vw,29px)}.opa-p1-logo img,.opa-p1-logo svg{max-width:128px;max-height:28px}.opa-p1-login{min-height:38px;font-size:13px}.opa-p1-login:after{bottom:5px}.opa-p1-editorial,.opa-p1-shop,.opa-p1-cart-page,.opa-p1-home-products,.opa-p1-product-page main,.opa-p1-shop-page main,.opa-p1-cart-page main{background:var(--opa-offwhite)!important;color:var(--opa-black)!important}.opa-p1-home-products,.opa-p1-home-products .opa-p1-product-card__media,.opa-p1-shop .opa-p1-product-card__media,.opa-p1-product-card__media{background:var(--opa-offwhite)!important}.opa-p1-product-card__media{border:1px solid #0000001f}.opa-p1-product-card__badge{background:var(--opa-primary);color:var(--opa-offwhite)}.opa-p1-product-skeleton span{background:linear-gradient(110deg, var(--opa-offwhite), var(--opa-secondary), var(--opa-offwhite))}.opa-p1-product-skeleton i,.opa-p1-product-skeleton b{background:var(--opa-secondary)}.opa-p1-home-page .opa-p1-video-intro,.opa-p1-menu,.opa-p1-home-statement,.opa-p1-footer{background:var(--opa-black)!important}@media (width<=680px){:root{--opa-header-h:52px}.opa-p1-header,.opa-p1-header.is-scrolled{grid-template-columns:42px 1fr 58px;padding-left:12px;padding-right:12px;height:52px!important}.opa-p1-burger{width:36px!important;height:36px!important}.opa-p1-logo img,.opa-p1-logo svg{max-width:112px;max-height:24px}.opa-p1-login{min-height:36px;font-size:12px}}body.opa-p1-body .opa-p1-legacy-wave-hidden{visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}:root{--opa-header-h:54px}.opa-p1-header,.opa-p1-header.is-scrolled{height:54px!important}.opa-p1-header{padding-left:clamp(18px,2.2vw,38px);padding-right:clamp(18px,2.2vw,38px)}.opa-p1-burger{width:34px!important;height:34px!important}.opa-p1-burger__lines,.opa-p1-burger__lines:before,.opa-p1-burger__lines:after{width:21px;height:1px}.opa-p1-burger__lines:before{top:-6px}.opa-p1-burger__lines:after{width:15px;top:6px}.opa-p1-burger[aria-expanded=true] .opa-p1-burger__lines:after{width:21px}.opa-p1-logo{letter-spacing:.08em;min-width:82px;font-size:clamp(24px,2vw,32px);font-weight:600}.opa-p1-logo>span{display:block}.opa-p1-logo.has-image>span{display:none}.opa-p1-logo img{width:auto;max-width:118px;max-height:25px;display:block}.opa-p1-login{min-height:34px;font-size:12px;font-weight:500}.opa-p1-video-intro__fallback{opacity:1;transition:opacity .5s}.opa-p1-video-intro.is-video-ready .opa-p1-video-intro__fallback{opacity:0}.opa-p1-home-products{padding:clamp(68px, 7vw, 110px) var(--opa-gutter) clamp(90px, 9vw, 140px)!important;background:var(--opa-offwhite)!important}.opa-p1-home-products__head{margin-bottom:clamp(34px,4vw,54px)}.opa-p1-home-products__head h1{letter-spacing:-.06em;font-size:clamp(42px,4.5vw,70px);line-height:.93}.opa-p1-home-products__head a,.opa-p1-home-collections__head a{text-transform:none;font-size:12px;font-weight:500}.opa-p1-home-products__rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.65vw,26px)}.opa-p1-home-products .opa-p1-product-card,.opa-p1-shop .opa-p1-product-card{min-width:0}.opa-p1-home-products .opa-p1-product-card__media,.opa-p1-shop .opa-p1-product-card__media,.opa-p1-product-card__media{aspect-ratio:4/5;background:var(--opa-offwhite)!important;border:0!important}.opa-p1-product-card__media img{object-fit:contain;width:100%;height:100%;transition:transform .75s var(--opa-ease-soft), opacity .35s ease;padding:clamp(8px,1.3vw,22px);transform:scale(.98)}.opa-p1-product-card:hover .opa-p1-product-card__media img,.opa-p1-product-card:focus-within .opa-p1-product-card__media img{transform:scale(1.025)}.opa-p1-product-card__meta{border-top:1px solid var(--opa-black);grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding-top:15px}.opa-p1-product-card__name{font-size:clamp(15px,1.05vw,18px);font-weight:500;line-height:1.2}.opa-p1-product-card__price{font-size:13px;line-height:1.25}.opa-p1-product-card__price:empty{display:none}.opa-p1-product-card__sub{opacity:.68;max-width:34ch;margin:1px 0 0;font-size:11px;line-height:1.4}.opa-p1-product-card__options{gap:5px;margin-top:5px}.opa-p1-product-card__options span{border:1px solid var(--opa-black);border-radius:999px;min-height:25px;padding:0 9px;font-size:10px}.opa-p1-product-card__badge{border-radius:999px;min-height:25px;padding:0 9px;font-size:9px;top:12px;left:12px}.opa-p1-home-statement{display:none!important}.opa-p1-home-collections{padding:clamp(70px, 8vw, 120px) var(--opa-gutter) clamp(92px, 10vw, 150px);background:var(--opa-offwhite);color:var(--opa-black)}.opa-p1-home-collections[hidden]{display:none!important}.opa-p1-home-collections__head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:clamp(30px,4vw,54px);display:grid}.opa-p1-home-collections__head h2{letter-spacing:-.06em;margin:0;font-size:clamp(42px,4.5vw,70px);font-weight:500;line-height:.93}.opa-p1-home-collections__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.6vw,24px);display:grid}.opa-p1-collection-card{gap:13px;display:grid}.opa-p1-collection-card__media{aspect-ratio:4/5;background:var(--opa-secondary);display:block;overflow:hidden}.opa-p1-collection-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--opa-ease-soft);display:block;transform:scale(1.001)}.opa-p1-collection-card:hover .opa-p1-collection-card__media img,.opa-p1-collection-card:focus-visible .opa-p1-collection-card__media img{transform:scale(1.035)}.opa-p1-collection-card__meta{justify-content:space-between;align-items:baseline;gap:14px;padding-top:1px;display:flex}.opa-p1-collection-card__meta strong{font-size:16px;font-weight:500}.opa-p1-collection-card__meta span{border-bottom:1px solid var(--opa-black);font-size:11px}.opa-p1-footer{min-height:0;padding:clamp(58px, 6vw, 88px) var(--opa-gutter) 28px!important}.opa-p1-footer__brand{display:none!important}.opa-p1-footer__top{justify-content:space-between;align-items:baseline;gap:24px;padding-bottom:clamp(44px,6vw,74px);display:flex}.opa-p1-footer__logo{letter-spacing:-.06em;font-size:clamp(38px,5vw,66px);font-weight:600;line-height:.9}.opa-p1-footer__note{text-transform:uppercase;letter-spacing:.1em;font-size:11px}.opa-p1-footer__grid{grid-template-columns:repeat(3,minmax(110px,1fr));gap:32px;max-width:760px;padding-bottom:clamp(42px,5vw,68px)}.opa-p1-footer__col{gap:9px;font-size:12px}.opa-p1-footer__label{margin-bottom:8px;font-size:10px}.opa-p1-footer__bottom{padding-top:18px;font-size:10px}@media (width<=1100px){.opa-p1-home-products__rail,.opa-p1-home-collections__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:54px}}@media (width<=680px){:root{--opa-header-h:50px}.opa-p1-header,.opa-p1-header.is-scrolled{grid-template-columns:40px 1fr 54px;padding-left:10px;padding-right:10px;height:50px!important}.opa-p1-logo{min-width:74px;font-size:24px}.opa-p1-logo img{max-width:104px;max-height:22px}.opa-p1-login{font-size:11px}.opa-p1-home-products,.opa-p1-home-collections{padding-left:0!important;padding-right:0!important}.opa-p1-home-products__head,.opa-p1-home-collections__head{padding:0 var(--opa-gutter)}.opa-p1-home-products__rail,.opa-p1-home-collections__grid{padding:0 var(--opa-gutter) 10px;scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.opa-p1-home-products__rail::-webkit-scrollbar{display:none}.opa-p1-home-collections__grid::-webkit-scrollbar{display:none}.opa-p1-home-products .opa-p1-product-card,.opa-p1-home-collections .opa-p1-collection-card,.opa-p1-product-skeleton{scroll-snap-align:start;flex:0 0 min(78vw,330px)}.opa-p1-footer__top,.opa-p1-footer__bottom{flex-direction:column;align-items:flex-start}.opa-p1-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--opa-primary:#216094;--opa-secondary:#79a0b5;--opa-ink:#000;--opa-paper:#f5f2ea;--opa-white:#fff;--opa-line:#2160942e;--opa-head:52px;--opa-radius:24px}html[data-opa-r113-home="1"],html[data-opa-r113-home="1"] body{background:var(--opa-paper);color:var(--opa-ink);margin:0;font-family:Instrument Sans,Arial,sans-serif}html[data-opa-r113-home="1"] *{box-sizing:border-box}html[data-opa-r113-home="1"] body{overflow-x:hidden}html[data-opa-r113-home="1"] a{color:inherit}html[data-opa-r113-home="1"] img{max-width:100%}html[data-opa-r113-home="1"] .opa-r17-header{z-index:520!important;height:var(--opa-head)!important;color:var(--opa-white)!important;background:0 0!important;border-bottom:1px solid #0000!important;padding:0 clamp(16px,2.5vw,42px)!important;transition:background .28s,color .28s,border-color .28s!important;position:fixed!important;top:0!important;left:0!important;right:0!important}html[data-opa-r113-home="1"] .opa-r17-header.is-solid{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--opa-ink)!important;border-bottom-color:var(--opa-line)!important;background:#f5f2eaf5!important}html[data-opa-r113-home="1"] .opa-r17-menu-button{width:30px!important;height:30px!important;color:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;margin:0!important;padding:6px 3px!important;display:flex!important;position:absolute!important;top:50%!important;left:clamp(16px,2.5vw,42px)!important;transform:translateY(-50%)!important}html[data-opa-r113-home="1"] .opa-r17-menu-button span{background:currentColor!important;border-radius:1px!important;width:22px!important;height:1.5px!important;display:block!important}html[data-opa-r113-home="1"] .opa-r17-brand{z-index:2!important;justify-content:center!important;align-items:center!important;width:auto!important;height:32px!important;margin:0!important;padding:0!important;text-decoration:none!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}html[data-opa-r113-home="1"] .opa-r17-brand img{object-fit:contain!important;filter:brightness(0)invert()!important;width:auto!important;max-width:118px!important;height:28px!important;display:block!important}html[data-opa-r113-home="1"] .opa-r17-header.is-solid .opa-r17-brand img{filter:none!important}html[data-opa-r113-home="1"] .opa-r17-brand span{letter-spacing:.08em!important;font-size:22px!important;font-weight:600!important;line-height:1!important}html[data-opa-r113-home="1"] .opa-r17-login{color:inherit!important;white-space:nowrap!important;z-index:3!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;font-size:12px!important;font-weight:600!important;line-height:1!important;text-decoration:none!important;position:absolute!important;top:50%!important;right:clamp(16px,2.5vw,42px)!important;transform:translateY(-50%)!important}html[data-opa-r113-home="1"] .opa-r19-menu-layer{z-index:600!important;color:var(--opa-paper)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:0 0!important;transition:visibility .28s,opacity .28s!important;position:fixed!important;inset:0!important;overflow:hidden!important}html[data-opa-r113-home="1"] .opa-r19-menu-layer.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}html[data-opa-r113-home="1"] .opa-r19-menu-backdrop{-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;opacity:0!important;background:#2160946b!important;border:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;transition:opacity .28s!important;position:absolute!important;inset:0!important}html[data-opa-r113-home="1"] .opa-r19-menu-layer.is-open .opa-r19-menu-backdrop{opacity:1!important}html[data-opa-r113-home="1"] .opa-r19-drawer{overscroll-behavior:contain!important;background:var(--opa-primary)!important;width:min(390px,90vw)!important;height:100dvh!important;color:var(--opa-paper)!important;transition:transform .3s cubic-bezier(.2,.8,.2,1)!important;position:absolute!important;inset:0 auto 0 0!important;overflow-y:auto!important;transform:translate(-102%)!important;box-shadow:15px 0 40px #21609447!important}html[data-opa-r113-home="1"] .opa-r19-menu-layer.is-open .opa-r19-drawer{transform:translate(0)!important}html[data-opa-r113-home="1"] .opa-r19-drawer-top{border-bottom:1px solid #f5f2ea59!important;justify-content:space-between!important;align-items:center!important;min-height:70px!important;padding:10px 18px!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r19-drawer-brand{align-items:center!important;text-decoration:none!important;display:inline-flex!important}html[data-opa-r113-home="1"] .opa-r19-drawer-brand img{object-fit:contain!important;filter:brightness(0)invert()!important;width:auto!important;max-width:116px!important;height:33px!important;display:block!important}html[data-opa-r113-home="1"] .opa-r19-drawer-close{width:40px!important;height:40px!important;color:var(--opa-paper)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:10px!important;place-items:center!important;padding:8px!important;display:grid!important}html[data-opa-r113-home="1"] .opa-r19-drawer-close:hover,html[data-opa-r113-home="1"] .opa-r19-drawer-close:focus-visible{background:#f5f2ea1f!important}html[data-opa-r113-home="1"] .opa-r19-drawer-close svg{fill:none!important;stroke:currentColor!important;stroke-width:1.7px!important;stroke-linecap:round!important;width:22px!important;height:22px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search{background:#f5f2ea12!important;padding:18px 20px 22px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search>label{text-align:center!important;letter-spacing:-.025em!important;margin:0 0 10px!important;font-size:21px!important;font-weight:500!important;line-height:1.1!important;display:block!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search>div{background:var(--opa-paper)!important;border-radius:14px!important;display:flex!important;overflow:hidden!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search input{min-width:0!important;color:var(--opa-ink)!important;font:inherit!important;background:0 0!important;border:0!important;outline:0!important;flex:1!important;padding:12px 14px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search button{background:var(--opa-paper)!important;width:48px!important;color:var(--opa-primary)!important;cursor:pointer!important;border:0!important;place-items:center!important;display:grid!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search button svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8px!important;stroke-linecap:round!important;width:20px!important;height:20px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-section{width:100%!important;color:var(--opa-paper)!important;background:0 0!important;border-top:1px solid #f5f2ea7a!important;border-bottom:1px solid #f5f2ea7a!important;justify-content:space-between!important;align-items:center!important;gap:20px!important;padding:14px 24px!important;font-size:24px!important;line-height:1.1!important;text-decoration:none!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r19-drawer-section svg{fill:none!important;stroke:currentColor!important;stroke-width:1.7px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:22px!important;height:22px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-categories a{color:var(--opa-paper)!important;border-bottom:1px solid #f5f2ea47!important;align-items:center!important;gap:12px!important;padding:12px 28px 12px 44px!important;font-size:17px!important;text-decoration:none!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r19-drawer-categories a>span{background:var(--opa-paper)!important;border-radius:2px!important;flex:none!important;width:10px!important;height:10px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-links{border-top:1px solid #f5f2ea7a!important;margin:0!important}html[data-opa-r113-home="1"] .opa-r19-drawer-links--bottom{margin-top:54px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-links a{width:100%!important;color:var(--opa-paper)!important;background:0 0!important;border-bottom:1px solid #f5f2ea66!important;align-items:center!important;padding:14px 44px!important;font-size:20px!important;line-height:1.15!important;text-decoration:none!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r17-video{background:linear-gradient(135deg,var(--opa-primary),var(--opa-secondary))!important;height:100svh!important;min-height:620px!important;overflow:hidden!important}html[data-opa-r113-home="1"] .opa-r17-video video{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.opa-r112-marquee{background:linear-gradient(90deg,var(--opa-primary),var(--opa-secondary));color:var(--opa-white);border:0;padding:15px 0 14px;position:relative;overflow:hidden}.opa-r112-marquee-track{will-change:transform;width:max-content;animation:32s linear infinite opa-r113-marquee;display:flex}.opa-r112-marquee:hover .opa-r112-marquee-track,.opa-r112-marquee:focus-within .opa-r112-marquee-track{animation-play-state:paused}.opa-r112-marquee-group{flex:none;align-items:center;gap:24px;padding-right:24px;display:flex}.opa-r112-marquee-group span{letter-spacing:-.025em;white-space:nowrap;font:600 clamp(18px,1.65vw,27px)/1.1 inherit}.opa-r112-marquee-group i{opacity:.68;font-size:12px;font-style:normal}@keyframes opa-r113-marquee{to{transform:translate(-50%)}}.opa-r112-products{background:var(--opa-paper)!important;padding:clamp(42px,5.3vw,82px) 0 clamp(54px,6vw,96px)!important}.opa-r112-products-toolbar{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important;padding:0 clamp(20px,2.5vw,44px) 32px!important;display:grid!important}.opa-r112-products-toolbar h1{color:var(--opa-primary)!important;letter-spacing:-.045em!important;white-space:nowrap!important;margin:0!important;font-size:clamp(29px,2.35vw,42px)!important;font-weight:600!important;line-height:.95!important}.opa-r112-filter-scroll{scrollbar-width:none!important;align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important;overflow:auto!important}.opa-r112-filter-scroll::-webkit-scrollbar{display:none}.opa-r112-filter{appearance:none!important;background:var(--opa-white)!important;color:var(--opa-primary)!important;white-space:nowrap!important;cursor:pointer!important;border:1px solid #2160943b!important;border-radius:999px!important;flex:none!important;padding:11px 18px!important;font:600 14px/1 inherit!important;transition:background-color .2s,color .2s,border-color .2s,transform .2s!important}.opa-r112-filter:hover{transform:translateY(-1px);border-color:var(--opa-primary)!important}.opa-r112-filter.is-active{background:var(--opa-primary)!important;border-color:var(--opa-primary)!important;color:var(--opa-white)!important}.opa-r112-shop-all{background:var(--opa-white)!important;min-height:40px!important;color:var(--opa-primary)!important;white-space:nowrap!important;border:1px solid #21609433!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important}.opa-r112-product-viewport{position:relative!important;overflow:hidden!important}.opa-r112-product-track{scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;gap:clamp(16px,2vw,30px)!important;padding:0 clamp(20px,2.5vw,44px) 12px!important;display:flex!important;overflow-x:auto!important}.opa-r112-product-track::-webkit-scrollbar{display:none}.opa-r112-product-card{scroll-snap-align:start!important;border-radius:var(--opa-radius)!important;background:var(--opa-white)!important;min-width:300px!important;color:var(--opa-primary)!important;flex:0 0 min(405px,24.0964vw - 33.7349px)!important;transition:transform .28s,box-shadow .28s!important;overflow:hidden!important}.opa-r112-product-card[hidden]{display:none!important}.opa-r112-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px #2160941a}.opa-r112-product-media{aspect-ratio:1/1.02!important;background:#eef2f3!important;text-decoration:none!important;display:block!important;position:relative!important;overflow:hidden!important}.opa-r112-tone-0{background:#f1f2f2!important}.opa-r112-tone-1{background:#edf4f6!important}.opa-r112-tone-2{background:#f3efed!important}.opa-r112-tone-3{background:#edf2f8!important}.opa-r112-product-media img{object-fit:contain!important;width:100%!important;height:100%!important;padding:clamp(18px,2.4vw,42px)!important;transition:transform .55s cubic-bezier(.2,.7,.2,1),opacity .3s!important;display:block!important}.opa-r112-product-card:hover .opa-r112-product-media img:first-child{transform:scale(1.035)}.opa-r112-product-alt{opacity:0!important;position:absolute!important;inset:0!important}.opa-r112-product-card:hover .opa-r112-product-alt{opacity:1!important;transform:scale(1.02)!important}.opa-r112-product-placeholder{color:var(--opa-primary)!important;place-items:center!important;font-size:46px!important;font-weight:600!important;display:grid!important;position:absolute!important;inset:0!important}.opa-r112-product-info{flex-direction:column!important;align-items:flex-start!important;min-height:330px!important;padding:25px 25px 27px!important;display:flex!important}.opa-r112-product-badge{color:var(--opa-primary)!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:4px!important;font-size:14px!important;font-weight:700!important;display:block!important}.opa-r112-product-title{color:var(--opa-primary)!important;letter-spacing:-.025em!important;margin-bottom:16px!important;font-size:clamp(20px,1.35vw,25px)!important;font-weight:600!important;line-height:1.08!important;text-decoration:none!important}.opa-r112-swatches{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;min-height:32px!important;margin-bottom:15px!important;display:flex!important}.opa-r112-swatch{background:var(--swatch)!important;cursor:pointer!important;border:2px solid #0000!important;border-radius:50%!important;outline:none!important;width:31px!important;height:31px!important;padding:0!important;position:relative!important;box-shadow:inset 0 0 0 1px #0000000d!important}.opa-r112-swatch.is-selected,.opa-r112-swatch:focus-visible{box-shadow:0 0 0 2px var(--opa-white),0 0 0 4px var(--opa-primary)!important}.opa-r112-options{flex-wrap:wrap!important;gap:10px!important;margin-bottom:15px!important;display:flex!important}.opa-r112-options button{appearance:none!important;color:var(--opa-primary)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-bottom:1px solid!important;padding:0 0 2px!important;font:500 15px/1.1 inherit!important}.opa-r112-product-feature{color:var(--opa-primary)!important;margin:0 0 8px!important;font-size:16px!important;font-weight:500!important;line-height:1.35!important}.opa-r112-product-description{color:#000000ad!important;max-width:34ch!important;margin:0 0 20px!important;font-size:14px!important;line-height:1.5!important}.opa-r112-product-price{color:var(--opa-primary)!important;align-items:center!important;gap:7px!important;margin-top:auto!important;font-size:17px!important;display:flex!important}.opa-r112-product-price s{opacity:.65!important;font-weight:400!important}.opa-r112-product-price strong{font-weight:700!important}.opa-r112-product-next{background:var(--opa-white)!important;width:54px!important;height:54px!important;color:var(--opa-primary)!important;cursor:pointer!important;z-index:3!important;border:0!important;border-radius:50%!important;place-items:center!important;display:grid!important;position:absolute!important;top:43%!important;right:18px!important;transform:translateY(-50%)!important;box-shadow:0 8px 28px #2160941a!important}.opa-r112-product-next svg{fill:none!important;stroke:currentColor!important;stroke-width:1.6px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:23px!important;height:23px!important}.opa-r17-products-empty{padding:70px 20px!important;font-size:18px!important}.opa-r112-editorial{background:var(--opa-white)!important;border-radius:30px!important;grid-template-columns:minmax(0,1.38fr) minmax(320px,.62fr)!important;gap:0!important;width:calc(100% - clamp(32px,5vw,80px))!important;max-width:none!important;min-height:clamp(520px,60vw,760px)!important;margin:0 auto clamp(62px,7vw,112px)!important;display:grid!important;overflow:hidden!important}.opa-r112-editorial-media{background:#edf4f6!important;min-height:100%!important;overflow:hidden!important}.opa-r112-editorial-media img,.opa-r112-editorial-media video{object-fit:cover!important;width:100%!important;height:100%!important;min-height:100%!important;animation:12s ease-in-out infinite alternate opa-r113-media-drift!important;display:block!important}@keyframes opa-r113-media-drift{0%{transform:scale(1.02)translate(0,0)}to{transform:scale(1.075)translate(-1.2%,.5%)}}.opa-r112-editorial-copy{color:var(--opa-primary)!important;flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;padding:clamp(34px,5vw,82px)!important;display:flex!important}.opa-r112-editorial-copy>span{letter-spacing:.09em!important;text-transform:uppercase!important;margin-bottom:22px!important;font-size:13px!important;font-weight:700!important}.opa-r112-editorial-copy h2{letter-spacing:-.05em!important;color:var(--opa-primary)!important;margin:0 0 22px!important;font-size:clamp(38px,4.1vw,72px)!important;font-weight:500!important;line-height:.98!important}.opa-r112-editorial-copy p{color:#000000ad!important;max-width:43ch!important;margin:0 0 28px!important;font-size:clamp(16px,1.2vw,20px)!important;line-height:1.5!important}.opa-r112-editorial-copy a{color:var(--opa-primary)!important;border-bottom:1px solid!important;align-items:center!important;gap:12px!important;padding-bottom:4px!important;font-weight:700!important;text-decoration:none!important;display:inline-flex!important}.opa-r112-reviews{background:var(--opa-white)!important;padding:clamp(60px,7vw,110px) 0!important;overflow:hidden!important}.opa-r112-reviews-head{justify-content:space-between!important;align-items:flex-end!important;gap:28px!important;padding:0 clamp(20px,3vw,48px) 36px!important;display:flex!important}.opa-r112-reviews-head>div:first-child>span{color:var(--opa-primary)!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin-bottom:12px!important;font-size:13px!important;font-weight:700!important;display:block!important}.opa-r112-reviews-head h2{color:var(--opa-primary)!important;letter-spacing:-.055em!important;margin:0!important;font-size:clamp(40px,5vw,78px)!important;font-weight:500!important;line-height:.94!important}.opa-r112-review-summary{text-align:right!important;color:var(--opa-primary)!important;justify-items:end!important;gap:3px!important;display:grid!important}.opa-r112-review-summary strong{font-size:35px!important;line-height:1!important}.opa-r112-review-summary span{letter-spacing:2px!important}.opa-r112-review-summary small{opacity:.58!important;font-size:11px!important}.opa-r112-review-track{scroll-snap-type:x mandatory!important;scrollbar-width:none!important;gap:18px!important;padding:0 clamp(20px,3vw,48px) 14px!important;display:flex!important;overflow-x:auto!important}.opa-r112-review-track::-webkit-scrollbar{display:none}.opa-r112-review-card{scroll-snap-align:start!important;background:var(--opa-paper)!important;min-width:300px!important;min-height:310px!important;color:var(--opa-ink)!important;border-radius:22px!important;flex-direction:column!important;flex:0 0 min(390px,32vw)!important;padding:28px!important;display:flex!important}.opa-r112-stars{color:#21609433!important;gap:2px!important;margin-bottom:30px!important;font-size:17px!important;display:flex!important}.opa-r112-stars .is-filled{color:var(--opa-primary)!important}.opa-r112-review-card h3{color:var(--opa-primary)!important;margin:0 0 13px!important;font-size:23px!important;font-weight:600!important;line-height:1.1!important}.opa-r112-review-card p{color:#000000b3!important;margin:0 0 26px!important;font-size:16px!important;line-height:1.55!important}.opa-r112-review-card footer{background:0 0!important;border:0!important;flex-direction:column!important;gap:4px!important;margin-top:auto!important;padding:0!important;display:flex!important}.opa-r112-review-card footer strong{color:var(--opa-primary)!important;font-size:14px!important}.opa-r112-review-card footer span{color:#0000008c!important;font-size:12px!important}.opa-r112-review-actions{text-align:center!important;padding:28px clamp(20px,3vw,48px) 0!important}.opa-r112-review-actions button{appearance:none!important;background:var(--opa-white)!important;color:var(--opa-primary)!important;cursor:pointer!important;border:1px solid #21609440!important;border-radius:999px!important;padding:12px 22px!important;font-weight:700!important}.opa-r17-kinetic{background:linear-gradient(118deg,var(--opa-primary),var(--opa-secondary))!important;min-height:72svh!important;color:var(--opa-white)!important;flex-direction:column!important;justify-content:center!important;padding:clamp(70px,10vw,160px) clamp(18px,3.2vw,58px)!important;display:flex!important;overflow:hidden!important}.opa-r17-kicker{text-transform:uppercase!important;letter-spacing:.16em!important;margin-bottom:30px!important;font-size:10px!important}.opa-r17-kinetic-stage{align-items:center!important;min-height:1.15em!important;display:grid!important}.opa-r17-kinetic-line{letter-spacing:-.07em!important;opacity:0!important;grid-area:1/1!important;font-size:clamp(58px,9.5vw,156px)!important;font-weight:500!important;line-height:.85!important;transition:opacity .55s,transform .75s cubic-bezier(.16,1,.3,1)!important;transform:translateY(45%)!important}.opa-r17-kinetic-line.is-active{opacity:1!important;transform:none!important}.opa-r17-managed-feature{background:var(--opa-paper)!important;grid-template-columns:minmax(0,1.5fr) minmax(320px,.75fr)!important;min-height:76svh!important;display:grid!important}.opa-r17-managed-feature--reverse{grid-template-columns:minmax(320px,.75fr) minmax(0,1.5fr)!important}.opa-r17-managed-feature--reverse .opa-r17-managed-media{order:2!important}.opa-r17-managed-media{background:#79a0b51f!important;min-height:68svh!important;overflow:hidden!important}.opa-r17-managed-media img,.opa-r17-managed-media video{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.opa-r17-managed-copy{flex-direction:column!important;justify-content:flex-end!important;padding:clamp(36px,5vw,78px)!important;display:flex!important}.opa-r17-managed-copy h2{letter-spacing:-.06em!important;margin:0 0 22px!important;font-size:clamp(46px,5vw,78px)!important;font-weight:500!important;line-height:.94!important}.opa-r17-managed-copy p{max-width:40ch!important;margin:0 0 28px!important;font-size:16px!important;line-height:1.55!important}.opa-r17-text-link{color:inherit!important;border-bottom:1px solid!important;padding-bottom:4px!important;text-decoration:none!important}[data-opa-r17-reveal]{opacity:0;transition:opacity .72s,transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}[data-opa-r17-reveal].is-visible{opacity:1;transform:none}html[data-opa-r113-home="1"] .opa-r17-footer{background:var(--opa-white)!important;color:var(--opa-ink)!important;border-top:1px solid var(--opa-line)!important;padding:0!important;font-size:11px!important}html[data-opa-r113-home="1"] .opa-r17-footer-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;grid-template-areas:"legal credit contact"!important;align-items:center!important;gap:14px 20px!important;padding:16px clamp(16px,2.6vw,42px)!important;display:grid!important}html[data-opa-r113-home="1"] .opa-r17-footer-legal{white-space:nowrap!important;flex-flow:row!important;grid-area:legal!important;align-items:center!important;gap:16px!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r17-footer a{text-decoration:none!important}html[data-opa-r113-home="1"] .opa-r17-footer a:hover{text-underline-offset:3px!important;text-decoration:underline!important}html[data-opa-r113-home="1"] .opa-r17-footer-credit{text-align:center!important;white-space:nowrap!important;grid-area:credit!important;justify-self:center!important;gap:10px!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r17-footer-contact{white-space:nowrap!important;flex-flow:row!important;grid-area:contact!important;justify-self:end!important;align-items:center!important;gap:12px!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r18-social-icon{width:32px!important;height:32px!important;color:var(--opa-ink)!important;border:1px solid #2160942e!important;border-radius:50%!important;place-items:center!important;text-decoration:none!important;display:inline-grid!important}html[data-opa-r113-home="1"] .opa-r18-social-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:1.65px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:17px!important;height:17px!important}@media (width<=1100px){.opa-r112-products-toolbar{grid-template-columns:auto 1fr auto!important;gap:18px!important}.opa-r112-product-card{flex-basis:calc(44.4444vw - 36.4444px)!important}.opa-r112-editorial{grid-template-columns:1.1fr .9fr!important}}@media (width<=760px){:root{--opa-head:50px}html[data-opa-r113-home="1"] .opa-r17-video{min-height:100svh!important}html[data-opa-r113-home="1"] .opa-r19-drawer{width:min(390px,94vw)!important}html[data-opa-r113-home="1"] .opa-r19-drawer-top{min-height:64px!important;padding:9px 14px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-brand img{height:30px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search{padding:15px 16px 18px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-search>label{font-size:19px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-section{padding:12px 18px!important;font-size:22px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-categories a{padding:11px 20px 11px 30px!important;font-size:16px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-links a{padding:12px 30px!important;font-size:18px!important}html[data-opa-r113-home="1"] .opa-r19-drawer-links--bottom{margin-top:34px!important}.opa-r112-marquee{padding:12px 0}.opa-r112-marquee-track{animation-duration:24s}.opa-r112-marquee-group{gap:17px;padding-right:17px}.opa-r112-products{padding-top:35px!important}.opa-r112-products-toolbar{grid-template-columns:1fr auto!important;grid-template-areas:"title shop""filters filters"!important;gap:18px 12px!important;padding:0 16px 24px!important}.opa-r112-products-toolbar h1{grid-area:title!important;font-size:29px!important}.opa-r112-shop-all{grid-area:shop!important;min-height:36px!important;padding:0 14px!important;font-size:13px!important}.opa-r112-filter-scroll{grid-area:filters!important;margin-right:-16px!important;padding-right:16px!important}.opa-r112-filter{padding:9px 14px!important;font-size:12px!important}.opa-r112-product-track{gap:13px!important;padding:0 16px 10px!important}.opa-r112-product-card{border-radius:20px!important;flex-basis:82vw!important;min-width:0!important}.opa-r112-product-info{min-height:305px!important;padding:22px 20px 24px!important}.opa-r112-product-media{aspect-ratio:1!important}.opa-r112-product-media img{padding:20px!important}.opa-r112-product-next{width:45px!important;height:45px!important;right:9px!important}.opa-r112-editorial{border-radius:22px!important;grid-template-columns:1fr!important;width:calc(100% - 32px)!important;min-height:0!important;margin-bottom:70px!important}.opa-r112-editorial-media{aspect-ratio:4/5!important;min-height:0!important}.opa-r112-editorial-copy{padding:34px 24px 38px!important}.opa-r112-editorial-copy h2{font-size:42px!important}.opa-r112-reviews{padding:66px 0!important}.opa-r112-reviews-head{flex-direction:column!important;align-items:flex-start!important;padding:0 16px 28px!important}.opa-r112-reviews-head h2{font-size:43px!important}.opa-r112-review-summary{text-align:left!important;justify-items:start!important}.opa-r112-review-track{gap:12px!important;padding:0 16px 12px!important}.opa-r112-review-card{flex-basis:83vw!important;min-width:0!important;min-height:285px!important;padding:24px!important}.opa-r17-managed-feature,.opa-r17-managed-feature--reverse{grid-template-columns:1fr!important;min-height:auto!important}.opa-r17-managed-feature--reverse .opa-r17-managed-media{order:0!important}.opa-r17-managed-media{min-height:52svh!important}.opa-r17-managed-copy{min-height:40svh!important;padding:40px 18px!important}.opa-r17-kinetic{padding-left:18px!important;padding-right:18px!important}html[data-opa-r113-home="1"] .opa-r17-footer-inner{grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-areas:"legal spacer contact""credit credit credit"!important;gap:8px 10px!important;padding:12px 14px 11px!important}.opa-r17-footer-legal{justify-self:start!important;gap:10px!important;width:max-content!important;min-width:max-content!important}.opa-r17-footer-legal>a{white-space:nowrap!important;word-break:keep-all!important;flex:none!important;font-size:10px!important;display:inline-flex!important}.opa-r17-footer-contact{justify-self:end!important;gap:7px!important;width:max-content!important;min-width:max-content!important}.opa-r17-footer-credit{white-space:nowrap!important;width:100%!important;font-size:8px!important;line-height:1.1!important}.opa-r18-social-icon{width:28px!important;height:28px!important}}@media (width<=390px){html[data-opa-r113-home="1"] .opa-r17-footer-inner{gap:7px!important;padding:10px!important}.opa-r17-footer-legal{gap:8px!important}.opa-r17-footer-legal>a{font-size:9px!important}.opa-r17-footer-contact{gap:5px!important}.opa-r18-social-icon{width:26px!important;height:26px!important}.opa-r17-footer-credit{font-size:7.5px!important}}@media (prefers-reduced-motion:reduce){html[data-opa-r113-home="1"] *,html[data-opa-r113-home="1"] :before,html[data-opa-r113-home="1"] :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}[data-opa-r17-reveal]{opacity:1!important;transform:none!important}.opa-r17-kinetic-line{opacity:1!important;display:none!important;transform:none!important}.opa-r17-kinetic-line:first-child{display:block!important}}html[data-opa-r114-home="1"] .opa-r114-editorial{background:var(--opa-paper)!important;isolation:isolate!important;border-radius:0!important;width:100%!important;max-width:none!important;height:100svh!important;min-height:100svh!important;margin:0!important;display:block!important;position:relative!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-editorial-media{aspect-ratio:auto!important;background:var(--opa-paper)!important;width:100%!important;height:100%!important;min-height:0!important;position:absolute!important;inset:0!important}html[data-opa-r114-home="1"] .opa-r114-editorial-media img,html[data-opa-r114-home="1"] .opa-r114-editorial-media video{object-fit:cover!important;width:100%!important;height:100%!important;padding:0!important;animation:16s ease-in-out infinite alternate opa-r114-editorial-drift!important}@keyframes opa-r114-editorial-drift{0%{transform:scale(1.01)}to{transform:scale(1.055)}}html[data-opa-r114-home="1"] .opa-r114-editorial:after{content:"";z-index:1;pointer-events:none;position:absolute;inset:0;background:linear-gradient(90deg,#f5f2eaeb 0%,#f5f2eac2 26%,#f5f2ea29 58%,#f5f2ea00 78%)!important}html[data-opa-r114-home="1"] .opa-r114-editorial-copy{z-index:2!important;background:0 0!important;justify-content:flex-end!important;width:min(560px,72vw)!important;padding:0!important;position:absolute!important;bottom:clamp(26px,8vh,96px)!important;left:clamp(20px,5vw,84px)!important}html[data-opa-r114-home="1"] .opa-r114-editorial-copy h2{max-width:8ch!important;font-size:clamp(48px,6.5vw,108px)!important}html[data-opa-r114-home="1"] .opa-r114-editorial-copy p{max-width:44ch!important;font-size:clamp(16px,1.35vw,21px)!important}html[data-opa-r114-home="1"] .opa-r114-reviews{padding-bottom:clamp(64px,8vw,120px)!important;position:relative!important}html[data-opa-r114-home="1"] .opa-r114-review-head-actions{align-items:flex-end!important;gap:22px!important;display:flex!important}html[data-opa-r114-home="1"] .opa-r114-write-review{appearance:none!important;background:var(--opa-white)!important;color:var(--opa-primary)!important;min-height:44px!important;font:inherit!important;cursor:pointer!important;white-space:nowrap!important;border:1px solid #21609447!important;border-radius:999px!important;padding:0 20px!important;font-weight:700!important}html[data-opa-r114-home="1"] .opa-r114-review-viewport{width:100%!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-review-track{scroll-snap-type:none!important;scrollbar-width:none!important;will-change:scroll-position!important;overflow-x:auto!important}html[data-opa-r114-home="1"] .opa-r114-review-track::-webkit-scrollbar{display:none!important}html[data-opa-r114-home="1"] .opa-r114-review-card{cursor:pointer!important;padding:0!important;transition:transform .35s,box-shadow .35s!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-review-card:hover,html[data-opa-r114-home="1"] .opa-r114-review-card:focus-visible{outline:none!important;transform:translateY(-6px)!important;box-shadow:0 18px 48px #21609421!important}html[data-opa-r114-home="1"] .opa-r114-review-media{aspect-ratio:16/10!important;background:var(--opa-white)!important;position:relative!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-review-media img,html[data-opa-r114-home="1"] .opa-r114-review-media video{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}html[data-opa-r114-home="1"] .opa-r114-review-card-body{flex-direction:column!important;min-height:285px!important;padding:26px!important;display:flex!important}html[data-opa-r114-home="1"] .opa-r114-review-card-body footer{margin-top:auto!important}html[data-opa-r114-home="1"] .opa-r114-media-badge,html[data-opa-r114-home="1"] .opa-r114-media-count{color:var(--opa-primary)!important;letter-spacing:.06em!important;text-transform:uppercase!important;background:#f5f2eae6!important;border-radius:999px!important;padding:7px 10px!important;font-size:10px!important;font-weight:800!important;position:absolute!important;top:12px!important}html[data-opa-r114-home="1"] .opa-r114-media-badge{left:12px!important}html[data-opa-r114-home="1"] .opa-r114-media-count{right:12px!important}html[data-opa-r114-home="1"] .opa-r114-review-hint{text-align:center!important;color:#0000007a!important;margin:20px 16px 0!important;font-size:12px!important}html[data-opa-r114-home="1"] .opa-r114-gallery,html[data-opa-r114-home="1"] .opa-r114-review-compose{z-index:120!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;place-items:center!important;padding:clamp(12px,3vw,42px)!important;transition:opacity .25s,visibility .25s!important;display:grid!important;position:fixed!important;inset:0!important}html[data-opa-r114-home="1"] .opa-r114-gallery.is-open,html[data-opa-r114-home="1"] .opa-r114-review-compose.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}html[data-opa-r114-home="1"] .opa-r114-gallery-backdrop{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;cursor:pointer!important;background:#216094a3!important;border:0!important;position:absolute!important;inset:0!important}html[data-opa-r114-home="1"] .opa-r114-gallery-panel{z-index:1!important;background:var(--opa-paper)!important;border-radius:26px!important;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr)!important;width:min(1180px,94vw)!important;height:min(780px,88svh)!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 24px 90px #21609438!important}html[data-opa-r114-home="1"] .opa-r114-gallery-close{z-index:5!important;background:var(--opa-white)!important;width:42px!important;height:42px!important;color:var(--opa-ink)!important;cursor:pointer!important;border:1px solid #2160942e!important;border-radius:50%!important;font-size:28px!important;line-height:1!important;position:absolute!important;top:14px!important;right:14px!important}html[data-opa-r114-home="1"] .opa-r114-gallery-media{background:var(--opa-white)!important;place-items:center!important;min-width:0!important;min-height:0!important;display:grid!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-gallery-media img,html[data-opa-r114-home="1"] .opa-r114-gallery-media video{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}html[data-opa-r114-home="1"] .opa-r114-gallery-media .opa-r114-gallery-empty{color:var(--opa-secondary)!important;font-size:clamp(32px,5vw,72px)!important;font-weight:600!important}html[data-opa-r114-home="1"] .opa-r114-gallery-copy{color:var(--opa-ink)!important;flex-direction:column!important;justify-content:center!important;padding:clamp(32px,4.5vw,70px)!important;display:flex!important}html[data-opa-r114-home="1"] .opa-r114-gallery-stars{color:var(--opa-primary)!important;letter-spacing:2px!important;margin-bottom:16px!important}html[data-opa-r114-home="1"] .opa-r114-gallery-copy h3{color:var(--opa-primary)!important;margin:0 0 16px!important;font-size:clamp(32px,3vw,52px)!important;line-height:1!important}html[data-opa-r114-home="1"] .opa-r114-gallery-copy>p{color:#000000b3!important;margin:0 0 28px!important;font-size:17px!important;line-height:1.6!important}html[data-opa-r114-home="1"] .opa-r114-gallery-author{flex-direction:column!important;gap:3px!important;margin-top:auto!important;display:flex!important}.opa-r114-gallery-author strong{color:var(--opa-primary)!important}.opa-r114-gallery-author span{color:#0000008c!important;font-size:12px!important}html[data-opa-r114-home="1"] .opa-r114-gallery-nav{justify-content:space-between!important;align-items:center!important;gap:18px!important;margin-top:26px!important;display:flex!important}.opa-r114-gallery-nav button{background:var(--opa-white)!important;width:42px!important;height:42px!important;color:var(--opa-primary)!important;cursor:pointer!important;border:1px solid #21609433!important;border-radius:50%!important}.opa-r114-gallery-nav span{color:#00000085!important;font-size:12px!important}html[data-opa-r114-home="1"] .opa-r114-compose-panel{z-index:1!important;background:var(--opa-paper)!important;border-radius:26px!important;width:min(760px,94vw)!important;max-height:90svh!important;padding:clamp(28px,4vw,52px)!important;position:relative!important;overflow:auto!important;box-shadow:0 24px 90px #21609438!important}html[data-opa-r114-home="1"] .opa-r114-compose-head>span{color:var(--opa-primary)!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin-bottom:8px!important;font-size:12px!important;font-weight:800!important;display:block!important}.opa-r114-compose-head h3{color:var(--opa-primary)!important;margin:0 0 10px!important;font-size:clamp(34px,4vw,58px)!important;line-height:1!important}.opa-r114-compose-head p{color:#0009!important;margin:0 0 28px!important}html[data-opa-r114-home="1"] .opa-r114-compose-form{grid-template-columns:1fr 1fr!important;gap:16px!important;display:grid!important}.opa-r114-compose-form label{color:var(--opa-primary)!important;gap:7px!important;font-size:12px!important;font-weight:700!important;display:grid!important}.opa-r114-compose-form input,.opa-r114-compose-form textarea,.opa-r114-compose-form select{background:var(--opa-white)!important;width:100%!important;color:var(--opa-ink)!important;font:inherit!important;border:1px solid #21609438!important;border-radius:12px!important;padding:12px 14px!important}.opa-r114-compose-wide{grid-column:1/-1!important}.opa-r114-upload input{padding:10px!important}.opa-r114-upload>span{color:#00000085!important;font-weight:400!important}.opa-r114-upload-preview{gap:10px!important;display:flex!important;overflow-x:auto!important}.opa-r114-upload-preview figure{background:var(--opa-white)!important;border-radius:12px!important;flex:none!important;width:92px!important;height:92px!important;margin:0!important;overflow:hidden!important}.opa-r114-upload-preview img,.opa-r114-upload-preview video{object-fit:cover!important;width:100%!important;height:100%!important}.opa-r114-compose-submit{appearance:none!important;background:var(--opa-primary)!important;color:var(--opa-paper)!important;cursor:pointer!important;border:0!important;border-radius:999px!important;min-height:48px!important;padding:0 24px!important;font-weight:800!important}.opa-r114-compose-status{color:var(--opa-primary)!important;margin:0!important;font-size:13px!important}@media (width<=760px){html[data-opa-r114-home="1"] .opa-r114-editorial:after{background:linear-gradient(#f5f2ea00 38%,#f5f2ea9e 68%,#f5f2eaf0 100%)!important}html[data-opa-r114-home="1"] .opa-r114-editorial-copy{width:auto!important;bottom:36px!important;left:18px!important;right:18px!important}html[data-opa-r114-home="1"] .opa-r114-editorial-copy h2{max-width:9ch!important;font-size:clamp(42px,13vw,68px)!important}html[data-opa-r114-home="1"] .opa-r114-review-head-actions{justify-content:space-between!important;align-items:flex-start!important;width:100%!important}html[data-opa-r114-home="1"] .opa-r114-review-card{flex-basis:86vw!important}html[data-opa-r114-home="1"] .opa-r114-gallery-panel{grid-template-rows:minmax(280px,48svh) 1fr!important;grid-template-columns:1fr!important;height:min(90svh,840px)!important;overflow:auto!important}html[data-opa-r114-home="1"] .opa-r114-gallery-copy{padding:28px 22px 30px!important}html[data-opa-r114-home="1"] .opa-r114-compose-form{grid-template-columns:1fr!important}.opa-r114-compose-wide{grid-column:1!important}}@media (prefers-reduced-motion:reduce){html[data-opa-r114-home="1"] .opa-r114-editorial-media img,html[data-opa-r114-home="1"] .opa-r114-editorial-media video{animation:none!important}.opa-r114-review-card{transition:none!important}}html[data-opa-r114-home="1"] .opa-r114-gallery-stage{background:var(--opa-white)!important;grid-template-rows:minmax(0,1fr) auto!important;min-width:0!important;min-height:0!important;display:grid!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-gallery-thumbs{background:var(--opa-white)!important;gap:8px!important;padding:10px 12px 12px!important;display:flex!important;overflow-x:auto!important}html[data-opa-r114-home="1"] .opa-r114-gallery-thumbs:empty{display:none!important}html[data-opa-r114-home="1"] .opa-r114-gallery-thumb{background:var(--opa-paper)!important;cursor:pointer!important;border:2px solid #0000!important;border-radius:9px!important;flex:none!important;width:68px!important;height:52px!important;padding:0!important;overflow:hidden!important}html[data-opa-r114-home="1"] .opa-r114-gallery-thumb.is-active{border-color:var(--opa-primary)!important}html[data-opa-r114-home="1"] .opa-r114-gallery-thumb img,html[data-opa-r114-home="1"] .opa-r114-gallery-thumb video{object-fit:cover!important;pointer-events:none!important;width:100%!important;height:100%!important;display:block!important}html[data-opa-r115-home="1"] .opa-r115-editorial{background:var(--opa-paper)!important;border-radius:0!important;width:100%!important;height:100svh!important;min-height:620px!important;margin:0!important;display:block!important;position:relative!important;overflow:hidden!important}html[data-opa-r115-home="1"] .opa-r115-editorial .opa-r114-editorial-media{background:var(--opa-paper)!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;display:flex!important;position:absolute!important;inset:0!important;overflow:hidden!important}html[data-opa-r115-home="1"] .opa-r115-editorial .opa-r114-editorial-media img,html[data-opa-r115-home="1"] .opa-r115-editorial .opa-r114-editorial-media video{object-fit:contain!important;object-position:center center!important;background:var(--opa-paper)!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;animation:none!important;display:block!important;transform:none!important}html[data-opa-r115-home="1"] .opa-r115-editorial:after{background:linear-gradient(90deg,#f5f2eaed 0%,#f5f2eac7 24%,#f5f2ea2e 48%,#f5f2ea00 68%)!important}html[data-opa-r115-home="1"] .opa-r115-editorial .opa-r114-editorial-copy{max-width:min(540px,72vw)!important}html[data-opa-r115-home="1"] .opa-r115-reviews{background:var(--opa-white)!important;padding:clamp(72px,8vw,124px) 0 clamp(80px,9vw,136px)!important;position:relative!important;overflow:hidden!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-reviews-head{align-items:end!important;padding:0 clamp(20px,4vw,68px) clamp(38px,4vw,58px)!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-reviews-head>div:first-child>span{display:none!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-reviews-head h2{max-width:760px!important;color:var(--opa-primary)!important;font-size:clamp(42px,5.2vw,82px)!important;line-height:.95!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-head-actions{align-items:center!important;gap:16px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-review-summary{text-align:left!important;align-items:center!important;gap:10px!important;justify-items:unset!important;display:flex!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-review-summary strong{font-size:22px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-review-summary span{letter-spacing:1px!important;font-size:14px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-review-summary small{display:none!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-write-review{min-height:0!important;color:var(--opa-primary)!important;background:0 0!important;border:0!important;border-bottom:1px solid!important;border-radius:0!important;padding:4px 0!important}html[data-opa-r115-home="1"] .opa-r114-review-viewport{width:100%!important;overflow:visible!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-track{scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;align-items:stretch!important;gap:clamp(14px,1.5vw,24px)!important;padding:18px max(24px,50vw - 590px) 28px!important;scroll-padding-inline:max(24px,50vw - 590px)!important;display:flex!important;overflow:auto visible!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-track::-webkit-scrollbar{display:none!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card{scroll-snap-align:center!important;background:var(--opa-paper)!important;min-width:0!important;min-height:390px!important;box-shadow:none!important;opacity:.54!important;cursor:pointer!important;border:1px solid #2160941f!important;border-radius:24px!important;flex:0 0 clamp(330px,34vw,470px)!important;transition:opacity .55s,transform .65s cubic-bezier(.16,1,.3,1),box-shadow .55s!important;position:relative!important;overflow:hidden!important;transform:scale(.94)!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card.is-active{opacity:1!important;transform:scale(1)translateY(-6px)!important;box-shadow:0 22px 58px #2160941a!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card:hover,html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card:focus-visible{opacity:1!important;outline:none!important;transform:scale(1)translateY(-6px)!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-media{aspect-ratio:1!important;background:var(--opa-white)!important;z-index:2!important;border:1px solid #2160941f!important;border-radius:18px!important;width:88px!important;height:88px!important;position:absolute!important;top:24px!important;right:24px!important;overflow:hidden!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-media img,html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-media video{object-fit:cover!important;width:100%!important;height:100%!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-media-badge{padding:4px 6px!important;font-size:8px!important;top:auto!important;bottom:7px!important;left:7px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-media-count{padding:4px 6px!important;font-size:8px!important;top:7px!important;right:7px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card-body{min-height:390px!important;padding:clamp(28px,3vw,42px) clamp(122px,11vw,148px) clamp(28px,3vw,42px) clamp(28px,3vw,42px)!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card:not(:has(.opa-r114-review-media)) .opa-r114-review-card-body{padding-right:clamp(28px,3vw,42px)!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-stars{margin:0 0 30px!important;font-size:16px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card h3{letter-spacing:-.025em!important;color:var(--opa-primary)!important;margin:0 0 14px!important;font-size:clamp(22px,2vw,30px)!important;line-height:1.05!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card-body>p{color:#000000b8!important;margin:0 0 32px!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.5!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card-body footer{border-top:1px solid #21609421!important;margin-top:auto!important;padding-top:20px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card-body footer strong{color:var(--opa-primary)!important;font-size:14px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card-body footer span{color:#00000085!important;font-size:12px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-hint{opacity:.62!important;margin-top:8px!important}@media (width<=760px){html[data-opa-r115-home="1"] .opa-r115-editorial{height:100svh!important;min-height:560px!important}html[data-opa-r115-home="1"] .opa-r115-editorial:after{background:linear-gradient(#f5f2ea00 42%,#f5f2eaa3 70%,#f5f2eaf0 100%)!important}html[data-opa-r115-home="1"] .opa-r115-editorial .opa-r114-editorial-copy{width:auto!important;max-width:none!important;bottom:30px!important;left:18px!important;right:18px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r112-reviews-head{flex-direction:column!important;align-items:flex-start!important;padding:0 18px 28px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-head-actions{justify-content:space-between!important;width:100%!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-track{gap:12px!important;padding:14px 22px 24px!important;scroll-padding-inline:22px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card{flex-basis:min(84vw,390px)!important;min-height:360px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card-body{min-height:360px!important;padding:28px 116px 28px 26px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card:not(:has(.opa-r114-review-media)) .opa-r114-review-card-body{padding-right:26px!important}html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-media{border-radius:15px!important;width:76px!important;height:76px!important;top:24px!important;right:22px!important}}@media (prefers-reduced-motion:reduce){html[data-opa-r115-home="1"] .opa-r115-reviews .opa-r114-review-card{transition:none!important}}html[data-opa-r116-home="1"] .opa-r115-editorial,html[data-opa-r116-home="1"] .opa-r17-editorial,html[data-opa-r116-home="1"] .opa-r112-editorial,html[data-opa-r116-home="1"] .opa-r114-editorial,html[data-opa-r116-home="1"] .opa-r115-editorial{background:var(--opa-white)!important;border-radius:0!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100%!important;max-width:none!important;height:100svh!important;min-height:100svh!important;margin:0 0 clamp(56px,8vw,120px)!important;padding:0!important;display:grid!important;position:relative!important;overflow:hidden!important}html[data-opa-r116-home="1"] .opa-r115-editorial:after,html[data-opa-r116-home="1"] .opa-r114-editorial:after{content:none!important;display:none!important}html[data-opa-r116-home="1"] .opa-r115-editorial .opa-r114-editorial-media,html[data-opa-r116-home="1"] .opa-r114-editorial-media,html[data-opa-r116-home="1"] .opa-r112-editorial-media{background:linear-gradient(#f6f7f9 0%,#eef4f7 100%)!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:100%!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important}html[data-opa-r116-home="1"] .opa-r115-editorial .opa-r114-editorial-media img,html[data-opa-r116-home="1"] .opa-r115-editorial .opa-r114-editorial-media video,html[data-opa-r116-home="1"] .opa-r114-editorial-media img,html[data-opa-r116-home="1"] .opa-r114-editorial-media video,html[data-opa-r116-home="1"] .opa-r112-editorial-media img,html[data-opa-r116-home="1"] .opa-r112-editorial-media video{object-fit:contain!important;object-position:center center!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;padding:clamp(18px,3vw,42px)!important;animation:none!important;display:block!important;transform:none!important}html[data-opa-r116-home="1"] .opa-r115-editorial .opa-r114-editorial-copy,html[data-opa-r116-home="1"] .opa-r114-editorial-copy,html[data-opa-r116-home="1"] .opa-r112-editorial-copy{background:var(--opa-white)!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;max-width:none!important;padding:clamp(34px,6vw,94px)!important;display:flex!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}html[data-opa-r116-home="1"] .opa-r114-editorial-copy h2{max-width:10ch!important;font-size:clamp(42px,5vw,86px)!important;line-height:.96!important}html[data-opa-r116-home="1"] .opa-r114-editorial-copy p{max-width:46ch!important;font-size:clamp(17px,1.35vw,21px)!important;line-height:1.55!important}html[data-opa-r116-home="1"] .opa-r114-editorial-copy a{margin-top:8px!important}html[data-opa-r116-home="1"] .opa-r115-reviews,html[data-opa-r116-home="1"] .opa-r114-reviews{background:var(--opa-white)!important;padding:clamp(68px,8vw,118px) clamp(16px,2vw,26px) clamp(74px,8vw,130px)!important}html[data-opa-r116-home="1"] .opa-r115-reviews .opa-r112-reviews-head,html[data-opa-r116-home="1"] .opa-r114-reviews .opa-r112-reviews-head{align-items:flex-start!important;gap:18px!important;padding:0 clamp(14px,1vw,8px) clamp(28px,3vw,38px)!important}html[data-opa-r116-home="1"] .opa-r115-reviews .opa-r112-reviews-head>div:first-child>span{display:none!important}html[data-opa-r116-home="1"] .opa-r115-reviews .opa-r112-reviews-head h2,html[data-opa-r116-home="1"] .opa-r114-reviews .opa-r112-reviews-head h2{max-width:720px!important;margin:0!important;font-size:clamp(32px,3.6vw,60px)!important;line-height:1.02!important}html[data-opa-r116-home="1"] .opa-r114-review-head-actions{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;display:flex!important}html[data-opa-r116-home="1"] .opa-r116-review-ratingline{flex-wrap:wrap!important;align-items:center!important;gap:14px!important;display:flex!important}html[data-opa-r116-home="1"] .opa-r116-stars{color:#ef7d74!important;letter-spacing:1px!important;font-size:24px!important;line-height:1!important}html[data-opa-r116-home="1"] .opa-r116-review-ratingline a{color:var(--opa-primary)!important;text-underline-offset:3px!important;font-size:16px!important;text-decoration:underline!important}html[data-opa-r116-home="1"] .opa-r114-write-review{background:0 0!important;border:1px solid #2160942e!important;border-radius:999px!important;min-height:0!important;padding:12px 18px!important}html[data-opa-r116-home="1"] .opa-r116-review-viewport,html[data-opa-r116-home="1"] .opa-r114-review-viewport{width:100%!important;overflow:visible!important}html[data-opa-r116-home="1"] .opa-r116-review-track,html[data-opa-r116-home="1"] .opa-r115-reviews .opa-r114-review-track{column-count:4!important;column-gap:22px!important;padding:0!important;display:block!important;overflow:visible!important}html[data-opa-r116-home="1"] .opa-r116-review-card,html[data-opa-r116-home="1"] .opa-r115-reviews .opa-r114-review-card{vertical-align:top!important;break-inside:avoid!important;page-break-inside:avoid!important;width:100%!important;box-shadow:none!important;opacity:1!important;background:#f3f4fa!important;border:0!important;border-radius:28px!important;margin:0 0 22px!important;transition:transform .35s,box-shadow .35s!important;display:inline-block!important;overflow:hidden!important;transform:translateY(0)scale(1)!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-active,html[data-opa-r116-home="1"] .opa-r116-review-card:hover,html[data-opa-r116-home="1"] .opa-r116-review-card:focus-visible{outline:none!important;transform:translateY(-8px)!important;box-shadow:0 20px 50px #2160941f!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media{background:0 0!important;position:relative!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-review-media{aspect-ratio:4/6!important;background:#dce7ee!important;border:0!important;border-radius:28px!important;width:100%!important;height:auto!important;min-height:420px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;overflow:hidden!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-review-media img,html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-review-media video{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-media-badge{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#ffffff1f!important;border:2px solid #ffffffe6!important;border-radius:50%!important;width:68px!important;height:68px!important;padding:0!important;font-size:0!important;top:50%!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-50%)!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-media-badge:before{content:"";border:13px solid #0000;border-left:20px solid #fff;border-right-width:0;position:absolute;top:21px;left:26px}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-media-count{color:#fff!important;background:#112032b8!important;border-radius:999px!important;padding:6px 8px!important;font-size:11px!important;top:18px!important;right:18px!important}html[data-opa-r116-home="1"] .opa-r116-product-chip{z-index:3!important;background:linear-gradient(90deg,#f5f2eaf5 0%,#ecf0f8f0 100%)!important;border-radius:22px!important;align-items:center!important;gap:14px!important;padding:16px 18px!important;display:flex!important;position:absolute!important;bottom:18px!important;left:18px!important;right:18px!important;box-shadow:0 16px 32px #2160941f!important}html[data-opa-r116-home="1"] .opa-r116-product-chip__thumb{width:46px!important;height:46px!important;color:var(--opa-primary)!important;letter-spacing:.06em!important;text-transform:uppercase!important;background:#fff!important;border-radius:16px!important;flex:0 0 46px!important;place-items:center!important;font-size:11px!important;font-weight:800!important;display:grid!important}html[data-opa-r116-home="1"] .opa-r116-product-chip strong{color:var(--opa-primary)!important;font-size:14px!important;line-height:1.2!important;display:block!important}html[data-opa-r116-home="1"] .opa-r116-product-chip small{color:#0000008c!important;margin-top:3px!important;font-size:11px!important;display:block!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-review-card-body{display:none!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote .opa-r114-review-card-body,html[data-opa-r116-home="1"] .opa-r115-reviews .opa-r114-review-card:not(.has-media) .opa-r114-review-card-body{min-height:340px!important;padding:32px 30px 30px!important;display:flex!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote .opa-r112-stars{color:#ef7d74!important;margin:0 0 18px!important;font-size:16px!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote h3{letter-spacing:-.03em!important;color:var(--opa-primary)!important;margin:0 0 18px!important;font-size:clamp(24px,2vw,30px)!important;line-height:1.22!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote p{color:#000000bd!important;margin:0 0 26px!important;font-size:clamp(18px,1.35vw,20px)!important;line-height:1.52!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote footer{border-top:0!important;margin-top:auto!important;padding-top:0!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote footer strong{color:var(--opa-primary)!important;font-size:15px!important;display:block!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote footer span{color:#0000008c!important;margin-top:4px!important;font-size:12px!important;display:block!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote:nth-child(3n) h3,html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote:nth-child(5n) h3{font-size:clamp(32px,2.7vw,48px)!important;line-height:1.18!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote:nth-child(3n),html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote:nth-child(5n){background:#f4f4fb!important}html[data-opa-r116-home="1"] .opa-r114-review-hint{text-align:left!important;color:#0000007a!important;margin-top:8px!important;padding-left:6px!important}@media (width<=1200px){html[data-opa-r116-home="1"] .opa-r116-review-track{column-count:3!important}}@media (width<=900px){html[data-opa-r116-home="1"] .opa-r115-editorial,html[data-opa-r116-home="1"] .opa-r17-editorial,html[data-opa-r116-home="1"] .opa-r112-editorial,html[data-opa-r116-home="1"] .opa-r114-editorial,html[data-opa-r116-home="1"] .opa-r115-editorial{grid-template-columns:1fr!important;height:auto!important;min-height:0!important}html[data-opa-r116-home="1"] .opa-r114-editorial-media,html[data-opa-r116-home="1"] .opa-r112-editorial-media{height:50svh!important;min-height:50svh!important}html[data-opa-r116-home="1"] .opa-r116-review-track{column-count:2!important}}@media (width<=640px){html[data-opa-r116-home="1"] .opa-r114-review-head-actions{align-items:flex-start!important}html[data-opa-r116-home="1"] .opa-r116-stars{font-size:20px!important}html[data-opa-r116-home="1"] .opa-r116-review-ratingline a{font-size:15px!important}html[data-opa-r116-home="1"] .opa-r116-review-track{column-count:1!important;column-gap:0!important}html[data-opa-r116-home="1"] .opa-r116-review-card{margin-bottom:18px!important}html[data-opa-r116-home="1"] .opa-r116-review-card.has-media .opa-r114-review-media{min-height:360px!important}html[data-opa-r116-home="1"] .opa-r116-review-card.is-quote .opa-r114-review-card-body{min-height:0!important;padding:28px 24px 24px!important}}html[data-opa-r117-home="1"] .opa-r117-review-footer{flex-direction:column!important;align-items:center!important;gap:12px!important;padding-top:18px!important;display:flex!important}html[data-opa-r117-home="1"] .opa-r117-load-more{min-height:42px!important;color:var(--opa-primary)!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:1px solid #21609433!important;border-radius:999px!important;padding:0 20px!important;font-size:13px!important;font-weight:700!important;display:none!important}html[data-opa-r117-home="1"] .opa-r117-load-more:hover,html[data-opa-r117-home="1"] .opa-r117-load-more:focus-visible{background:#2160940f!important;outline:none!important}@media (width<=640px){html[data-opa-r117-home="1"] .opa-r115-reviews,html[data-opa-r117-home="1"] .opa-r114-reviews{padding:52px 14px 64px!important;overflow:hidden!important}html[data-opa-r117-home="1"] .opa-r115-reviews .opa-r112-reviews-head,html[data-opa-r117-home="1"] .opa-r114-reviews .opa-r112-reviews-head{padding:0 2px 26px!important;display:block!important}html[data-opa-r117-home="1"] .opa-r115-reviews .opa-r112-reviews-head h2,html[data-opa-r117-home="1"] .opa-r114-reviews .opa-r112-reviews-head h2{letter-spacing:-.04em!important;max-width:11ch!important;margin:0 0 14px!important;font-size:clamp(31px,10vw,42px)!important;line-height:1.02!important}html[data-opa-r117-home="1"] .opa-r114-review-head-actions{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}html[data-opa-r117-home="1"] .opa-r116-review-ratingline{flex-wrap:wrap!important;align-items:center!important;gap:8px 10px!important;min-width:0!important;display:flex!important}html[data-opa-r117-home="1"] .opa-r116-stars{letter-spacing:0!important;white-space:nowrap!important;font-size:18px!important}html[data-opa-r117-home="1"] .opa-r116-review-ratingline a{white-space:nowrap!important;font-size:12px!important;line-height:1.2!important}html[data-opa-r117-home="1"] .opa-r114-write-review{white-space:nowrap!important;flex:none!important;padding:9px 12px!important;font-size:11px!important}html[data-opa-r117-home="1"] .opa-r116-review-viewport,html[data-opa-r117-home="1"] .opa-r114-review-viewport{width:100%!important;overflow:visible!important}html[data-opa-r117-home="1"] .opa-r116-review-track,html[data-opa-r117-home="1"] .opa-r115-reviews .opa-r114-review-track{column-count:2!important;column-gap:10px!important;padding:0!important;display:block!important;overflow:visible!important}html[data-opa-r117-home="1"] .opa-r116-review-card,html[data-opa-r117-home="1"] .opa-r115-reviews .opa-r114-review-card{break-inside:avoid!important;opacity:0!important;width:100%!important;transition:opacity .5s ease var(--mobile-delay,0s),transform .55s cubic-bezier(.16,1,.3,1) var(--mobile-delay,0s)!important;box-shadow:none!important;border-radius:18px!important;margin:0 0 10px!important;display:inline-block!important;transform:translateY(16px)!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-mobile-visible,html[data-opa-r117-home="1"] .opa-r115-reviews .opa-r114-review-card.is-mobile-visible{opacity:1!important;transform:translateY(0)!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-active,html[data-opa-r117-home="1"] .opa-r116-review-card:hover,html[data-opa-r117-home="1"] .opa-r116-review-card:focus-visible{box-shadow:none!important;transform:translateY(0)!important}html[data-opa-r117-home="1"] .opa-r116-review-card.has-media .opa-r114-review-media{aspect-ratio:3/4.55!important;border-radius:18px!important;min-height:0!important}html[data-opa-r117-home="1"] .opa-r116-review-card.has-media .opa-r114-media-badge{border-width:2px!important;width:46px!important;height:46px!important}html[data-opa-r117-home="1"] .opa-r116-review-card.has-media .opa-r114-media-badge:before{border-width:8px 0 8px 13px!important;top:14px!important;left:18px!important}html[data-opa-r117-home="1"] .opa-r116-review-card.has-media .opa-r114-media-count{font-size:9px!important;top:10px!important;right:10px!important}html[data-opa-r117-home="1"] .opa-r116-product-chip{border-radius:14px!important;gap:7px!important;padding:9px 10px!important;bottom:8px!important;left:8px!important;right:8px!important}html[data-opa-r117-home="1"] .opa-r116-product-chip__thumb{border-radius:9px!important;flex-basis:30px!important;width:30px!important;height:30px!important;font-size:7px!important}html[data-opa-r117-home="1"] .opa-r116-product-chip strong{font-size:10px!important;line-height:1.15!important}html[data-opa-r117-home="1"] .opa-r116-product-chip small{margin-top:2px!important;font-size:8px!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote .opa-r114-review-card-body,html[data-opa-r117-home="1"] .opa-r115-reviews .opa-r114-review-card:not(.has-media) .opa-r114-review-card-body{min-height:0!important;padding:18px 16px 16px!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote .opa-r112-stars{margin:0 0 10px!important;font-size:12px!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote h3,html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote:nth-child(3n) h3,html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote:nth-child(5n) h3{margin:0 0 10px!important;font-size:clamp(16px,4.5vw,20px)!important;line-height:1.22!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote p{margin:0 0 15px!important;font-size:clamp(12px,3.45vw,14px)!important;line-height:1.48!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote footer strong{font-size:11px!important}html[data-opa-r117-home="1"] .opa-r116-review-card.is-quote footer span{margin-top:2px!important;font-size:9px!important}html[data-opa-r117-home="1"] .opa-r116-review-track:not(.is-expanded) .opa-r116-review-card:nth-child(n+7){display:none!important}html[data-opa-r117-home="1"] .opa-r117-load-more{justify-content:center!important;align-items:center!important;display:inline-flex!important}html[data-opa-r117-home="1"] .opa-r114-review-hint{display:none!important}html[data-opa-r117-home="1"] .opa-r117-review-footer{padding-top:14px!important}}@media (width<=350px){html[data-opa-r117-home="1"] .opa-r115-reviews,html[data-opa-r117-home="1"] .opa-r114-reviews{padding-left:10px!important;padding-right:10px!important}html[data-opa-r117-home="1"] .opa-r116-review-track{column-gap:8px!important}html[data-opa-r117-home="1"] .opa-r116-review-card{margin-bottom:8px!important}html[data-opa-r117-home="1"] .opa-r116-review-ratingline a{font-size:11px!important}html[data-opa-r117-home="1"] .opa-r114-write-review{padding:8px 10px!important;font-size:10px!important}}@media (prefers-reduced-motion:reduce){html[data-opa-r117-home="1"] .opa-r116-review-card{opacity:1!important;transition:none!important;transform:none!important}}html[data-opa-r113-home="1"] .opa-r17-footer,html[data-opa-r113-home="1"] .opa-r17-footer *{font-family:Instrument Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}html[data-opa-r113-home="1"] .opa-r17-footer-credit{letter-spacing:0!important;text-transform:none!important;font-weight:400!important}@media (width<=760px){html[data-opa-r113-home="1"] .opa-r17-footer-inner{grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-areas:"legal credit contact"!important;align-items:center!important;gap:0 clamp(5px,1.8vw,10px)!important;min-height:48px!important;padding:10px 12px!important;display:grid!important}html[data-opa-r113-home="1"] .opa-r17-footer-legal{white-space:nowrap!important;flex-flow:row!important;grid-area:legal!important;justify-self:start!important;align-items:center!important;gap:8px!important;width:max-content!important;min-width:max-content!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r17-footer-legal>a{white-space:nowrap!important;word-break:keep-all!important;flex:none!important;font-size:8px!important;font-weight:400!important;line-height:1!important}html[data-opa-r113-home="1"] .opa-r17-footer-credit{text-align:center!important;white-space:nowrap!important;letter-spacing:0!important;grid-area:credit!important;place-self:center!important;width:auto!important;max-width:100%!important;font-size:clamp(5.7px,1.62vw,7.4px)!important;font-weight:400!important;line-height:1!important;display:block!important;overflow:visible!important}html[data-opa-r113-home="1"] .opa-r17-footer-contact{flex-flow:row!important;grid-area:contact!important;justify-self:end!important;align-items:center!important;gap:5px!important;width:max-content!important;min-width:max-content!important;display:flex!important}html[data-opa-r113-home="1"] .opa-r18-social-icon{flex:0 0 25px!important;width:25px!important;height:25px!important}html[data-opa-r113-home="1"] .opa-r18-social-icon svg{width:14px!important;height:14px!important}}@media (width<=390px){html[data-opa-r113-home="1"] .opa-r17-footer-inner{column-gap:5px!important;padding:9px 8px!important}html[data-opa-r113-home="1"] .opa-r17-footer-legal{gap:6px!important}html[data-opa-r113-home="1"] .opa-r17-footer-legal>a{font-size:7.2px!important}html[data-opa-r113-home="1"] .opa-r17-footer-credit{font-size:clamp(5.15px,1.58vw,6.2px)!important}html[data-opa-r113-home="1"] .opa-r18-social-icon{flex-basis:23px!important;width:23px!important;height:23px!important}html[data-opa-r113-home="1"] .opa-r18-social-icon svg{width:13px!important;height:13px!important}}html.opa-r119-forced-mobile{--opa-head:14vw;--opa-radius:5vw}html.opa-r119-forced-mobile body{overflow-x:hidden!important}html.opa-r119-forced-mobile .opa-r17-header{height:14vw!important;padding:0 4vw!important}html.opa-r119-forced-mobile .opa-r17-menu-button{gap:1.1vw!important;width:9vw!important;height:9vw!important;padding:1.5vw .5vw!important;left:4vw!important}html.opa-r119-forced-mobile .opa-r17-menu-button span{width:6vw!important;height:.42vw!important}html.opa-r119-forced-mobile .opa-r17-brand{height:9vw!important}html.opa-r119-forced-mobile .opa-r17-brand img{max-width:30vw!important;height:7vw!important}html.opa-r119-forced-mobile .opa-r17-login{font-size:3.2vw!important;right:4vw!important}html.opa-r119-forced-mobile .opa-r17-video{height:100svh!important;min-height:100svh!important}html.opa-r119-forced-mobile .opa-r112-marquee{padding:3.1vw 0!important}html.opa-r119-forced-mobile .opa-r112-marquee-group{gap:4.3vw!important;padding-right:4.3vw!important}html.opa-r119-forced-mobile .opa-r112-marquee-group span{font-size:4.4vw!important}html.opa-r119-forced-mobile .opa-r112-marquee-group i{font-size:2.4vw!important}html.opa-r119-forced-mobile .opa-r112-products{padding:9vw 0 12vw!important}html.opa-r119-forced-mobile .opa-r112-products-toolbar{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"title shop""filters filters"!important;gap:4.4vw 3vw!important;padding:0 4.5vw 6vw!important}html.opa-r119-forced-mobile .opa-r112-products-toolbar h1{grid-area:title!important;font-size:7.5vw!important;line-height:1!important}html.opa-r119-forced-mobile .opa-r112-shop-all{grid-area:shop!important;min-height:9vw!important;padding:0 3.4vw!important;font-size:3vw!important}html.opa-r119-forced-mobile .opa-r112-filter-scroll{grid-area:filters!important;gap:2.1vw!important;margin-right:-4.5vw!important;padding-right:4.5vw!important}html.opa-r119-forced-mobile .opa-r112-filter{padding:2.4vw 3.5vw!important;font-size:3vw!important}html.opa-r119-forced-mobile .opa-r112-product-track{gap:3.2vw!important;padding:0 4.5vw 3vw!important}html.opa-r119-forced-mobile .opa-r112-product-card{border-radius:5vw!important;flex:0 0 82vw!important;min-width:0!important}html.opa-r119-forced-mobile .opa-r112-product-media img{padding:5vw!important}html.opa-r119-forced-mobile .opa-r112-product-info{min-height:0!important;padding:5.5vw 5vw 6vw!important}html.opa-r119-forced-mobile .opa-r112-product-badge{font-size:3vw!important}html.opa-r119-forced-mobile .opa-r112-product-title{margin-bottom:4vw!important;font-size:5.5vw!important}html.opa-r119-forced-mobile .opa-r112-swatches{gap:2.2vw!important;margin-bottom:4vw!important}html.opa-r119-forced-mobile .opa-r112-swatch{width:7vw!important;height:7vw!important}html.opa-r119-forced-mobile .opa-r112-options{gap:2.8vw!important;margin-bottom:4vw!important}html.opa-r119-forced-mobile .opa-r112-options button{font-size:3.6vw!important}html.opa-r119-forced-mobile .opa-r112-product-feature{font-size:3.9vw!important}html.opa-r119-forced-mobile .opa-r112-product-description{max-width:100%!important;font-size:3.5vw!important}html.opa-r119-forced-mobile .opa-r112-product-price{font-size:4.2vw!important}html.opa-r119-forced-mobile .opa-r112-product-next{width:11vw!important;height:11vw!important;right:2.5vw!important}html.opa-r119-forced-mobile .opa-r112-product-next svg{width:5vw!important;height:5vw!important}html.opa-r119-forced-mobile .opa-r115-editorial,html.opa-r119-forced-mobile .opa-r17-editorial,html.opa-r119-forced-mobile .opa-r112-editorial,html.opa-r119-forced-mobile .opa-r114-editorial{grid-template-columns:1fr!important;height:auto!important;min-height:0!important}html.opa-r119-forced-mobile .opa-r114-editorial-media,html.opa-r119-forced-mobile .opa-r112-editorial-media{height:56svh!important;min-height:56svh!important}html.opa-r119-forced-mobile .opa-r114-editorial-copy,html.opa-r119-forced-mobile .opa-r112-editorial-copy{padding:9vw 5vw 11vw!important}html.opa-r119-forced-mobile .opa-r114-editorial-copy h2{max-width:10ch!important;font-size:10.5vw!important}html.opa-r119-forced-mobile .opa-r114-editorial-copy p{max-width:100%!important;font-size:4.2vw!important}html.opa-r119-forced-mobile .opa-r114-editorial-copy a{font-size:3.8vw!important}html.opa-r119-forced-mobile .opa-r115-reviews,html.opa-r119-forced-mobile .opa-r114-reviews{padding:12vw 3vw 14vw!important}html.opa-r119-forced-mobile .opa-r112-reviews-head{flex-direction:column!important;align-items:flex-start!important;padding:0 1vw 6vw!important}html.opa-r119-forced-mobile .opa-r112-reviews-head h2{max-width:11ch!important;font-size:9vw!important}html.opa-r119-forced-mobile .opa-r114-review-head-actions{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important}html.opa-r119-forced-mobile .opa-r116-stars{font-size:4.7vw!important}html.opa-r119-forced-mobile .opa-r116-review-ratingline a{font-size:3vw!important}html.opa-r119-forced-mobile .opa-r114-write-review{padding:2.4vw 3vw!important;font-size:2.9vw!important}html.opa-r119-forced-mobile .opa-r116-review-track,html.opa-r119-forced-mobile .opa-r115-reviews .opa-r114-review-track{column-count:2!important;column-gap:2.4vw!important;padding:0!important;display:block!important;overflow:visible!important}html.opa-r119-forced-mobile .opa-r116-review-card,html.opa-r119-forced-mobile .opa-r115-reviews .opa-r114-review-card{break-inside:avoid!important;opacity:1!important;border-radius:4.2vw!important;width:100%!important;margin:0 0 2.4vw!important;display:inline-block!important;transform:none!important}html.opa-r119-forced-mobile .opa-r116-review-card.has-media .opa-r114-review-media{aspect-ratio:3/4.55!important;border-radius:4.2vw!important;min-height:0!important}html.opa-r119-forced-mobile .opa-r116-review-card.has-media .opa-r114-media-badge{width:11vw!important;height:11vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.has-media .opa-r114-media-badge:before{border-width:2vw 0 2vw 3.2vw!important;top:3.3vw!important;left:4.3vw!important}html.opa-r119-forced-mobile .opa-r116-product-chip{border-radius:3.2vw!important;gap:1.7vw!important;padding:2.1vw 2.2vw!important;bottom:2vw!important;left:2vw!important;right:2vw!important}html.opa-r119-forced-mobile .opa-r116-product-chip__thumb{border-radius:2vw!important;flex-basis:7vw!important;width:7vw!important;height:7vw!important;font-size:1.8vw!important}html.opa-r119-forced-mobile .opa-r116-product-chip strong{font-size:2.5vw!important}html.opa-r119-forced-mobile .opa-r116-product-chip small{font-size:2vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.is-quote .opa-r114-review-card-body{min-height:0!important;padding:4.3vw 3.8vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.is-quote .opa-r112-stars{margin-bottom:2.2vw!important;font-size:3vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.is-quote h3{margin-bottom:2.3vw!important;font-size:4.6vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.is-quote p{margin-bottom:3.4vw!important;font-size:3.2vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.is-quote footer strong{font-size:2.8vw!important}html.opa-r119-forced-mobile .opa-r116-review-card.is-quote footer span{font-size:2.2vw!important}html.opa-r119-forced-mobile .opa-r116-review-track:not(.is-expanded) .opa-r116-review-card:nth-child(n+7){display:none!important}html.opa-r119-forced-mobile .opa-r19-drawer{width:90vw!important;max-width:none!important}html.opa-r119-forced-mobile .opa-r19-drawer-top{min-height:16vw!important;padding:2.5vw 4vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-brand img{max-width:30vw!important;height:7vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-close{width:10vw!important;height:10vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-search{padding:4.5vw 4vw 5vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-search>label{font-size:5vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-search input{padding:3vw!important;font-size:3.7vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-section{padding:3.5vw 5vw!important;font-size:5.2vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-categories a{padding:3vw 5vw 3vw 8vw!important;font-size:4vw!important}html.opa-r119-forced-mobile .opa-r19-drawer-links a{padding:3.5vw 8vw!important;font-size:4.6vw!important}html.opa-r119-forced-mobile .opa-r17-footer-inner{grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-areas:"legal credit contact"!important;align-items:center!important;column-gap:1.4vw!important;padding:2.3vw 2vw!important;display:grid!important}html.opa-r119-forced-mobile .opa-r17-footer-legal{white-space:nowrap!important;flex-flow:row!important;grid-area:legal!important;gap:1.5vw!important;display:flex!important}html.opa-r119-forced-mobile .opa-r17-footer-credit{white-space:nowrap!important;text-align:center!important;grid-area:credit!important;font-size:1.55vw!important}html.opa-r119-forced-mobile .opa-r17-footer-contact{flex-wrap:nowrap!important;grid-area:contact!important;gap:1vw!important;display:flex!important}@media (device-width<=760px) and (width>=761px){html:not(.opa-r119-forced-mobile){--opa-head:14vw}html:not(.opa-r119-forced-mobile) .opa-r17-header{height:14vw!important}html:not(.opa-r119-forced-mobile) .opa-r17-video{height:100svh!important;min-height:100svh!important}}html[data-opa-r120-home="1"] .opa-r120-video{isolation:isolate!important;position:relative!important}html[data-opa-r120-home="1"] .opa-r120-video>video{z-index:0!important;position:relative!important}html[data-opa-r120-home="1"] .opa-r120-video-icon{z-index:3!important;opacity:.96!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;filter:drop-shadow(0 5px 18px #f5f2ea2e)!important;width:clamp(36px,4vw,64px)!important;height:auto!important;max-height:86px!important;display:block!important;position:absolute!important;top:clamp(78px,9vh,116px)!important;left:50%!important;transform:translate(-50%)!important}html[data-opa-r120-home="1"] .opa-r120-video-captions{z-index:3!important;pointer-events:none!important;height:clamp(92px,13vh,150px)!important;position:absolute!important;bottom:clamp(52px,8vh,112px)!important;left:0!important;right:0!important;overflow:visible!important}html[data-opa-r120-home="1"] .opa-r120-video-caption{width:min(44vw,760px)!important;color:var(--opa-paper)!important;letter-spacing:-.045em!important;text-shadow:0 5px 24px #00000021!important;opacity:0!important;visibility:hidden!important;margin:0!important;font-size:clamp(30px,4.6vw,76px)!important;font-weight:500!important;line-height:.96!important;transition:opacity .8s,transform .95s cubic-bezier(.16,1,.3,1),visibility 0s linear .95s!important;display:block!important;position:absolute!important;top:50%!important;transform:translateY(calc(18px - 50%))!important}html[data-opa-r120-home="1"] .opa-r120-video-caption.is-left{text-align:left!important;left:clamp(20px,5vw,82px)!important}html[data-opa-r120-home="1"] .opa-r120-video-caption.is-right{text-align:right!important;right:clamp(20px,5vw,82px)!important}html[data-opa-r120-home="1"] .opa-r120-video-caption.is-active{opacity:1!important;visibility:visible!important;transition-delay:0s!important;transform:translateY(-50%)!important}html[data-opa-r120-home="1"] .opa-r120-video-caption.is-leaving{opacity:0!important;visibility:visible!important;transition:opacity .65s,transform .7s!important;transform:translateY(calc(-50% - 12px))!important}@media (width<=760px){html[data-opa-r120-home="1"] .opa-r120-video-icon{top:calc(env(safe-area-inset-top,0px) + 68px)!important;width:42px!important;max-height:58px!important}html[data-opa-r120-home="1"] .opa-r120-video-captions{height:118px!important;bottom:clamp(34px,6.5vh,72px)!important}html[data-opa-r120-home="1"] .opa-r120-video-caption{width:min(78vw,440px)!important;font-size:clamp(29px,9vw,46px)!important;line-height:1!important}html[data-opa-r120-home="1"] .opa-r120-video-caption.is-left{left:18px!important}html[data-opa-r120-home="1"] .opa-r120-video-caption.is-right{right:18px!important}}html.opa-r119-forced-mobile[data-opa-r120-home="1"] .opa-r120-video-icon{top:calc(env(safe-area-inset-top,0px) + 18vw)!important;width:10vw!important;max-height:none!important}html.opa-r119-forced-mobile[data-opa-r120-home="1"] .opa-r120-video-captions{height:30vw!important;bottom:9vw!important}html.opa-r119-forced-mobile[data-opa-r120-home="1"] .opa-r120-video-caption{width:76vw!important;font-size:9vw!important}html.opa-r119-forced-mobile[data-opa-r120-home="1"] .opa-r120-video-caption.is-left{left:4vw!important}html.opa-r119-forced-mobile[data-opa-r120-home="1"] .opa-r120-video-caption.is-right{right:4vw!important}@media (prefers-reduced-motion:reduce){html[data-opa-r120-home="1"] .opa-r120-video-caption{transition:none!important}}html body.opa-r17-home .opa-r112-product-title,html body.opa-r17-home .opa-r112-product-info .opa-r112-product-title{font-family:Motivate,Arial,sans-serif!important}html body.opa-r17-home #opa-r17-products-title{font-family:Instrument Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}html body.opa-r17-home .opa-r112-products-toolbar{justify-content:flex-start!important;align-items:center!important;gap:20px!important;width:100%!important;min-width:0!important;display:flex!important}html body.opa-r17-home #opa-r17-products-title{font-variant:normal!important;letter-spacing:normal!important;flex:0 auto!important;width:auto!important;min-width:0!important;margin:0!important;font-family:Arial,Helvetica,sans-serif!important;font-style:normal!important;font-stretch:100%!important}html body.opa-r17-home .opa-r112-shop-all{white-space:nowrap!important;flex:none!important;justify-content:center!important;align-self:center!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:max-content!important;margin-left:auto!important;padding:10px 20px!important;display:inline-flex!important}@media (width<=640px){html body.opa-r17-home .opa-r112-products-toolbar{gap:12px!important}html body.opa-r17-home #opa-r17-products-title{flex:auto!important}html body.opa-r17-home .opa-r112-shop-all{flex:none!important;width:auto!important;max-width:max-content!important;margin-left:auto!important;padding:8px 14px!important}}.opa-r17-footer,.opa-r17-footer *{box-sizing:border-box;font-family:Instrument Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.opa-r17-footer{color:#000!important;background:#fff!important;border-top:1px solid #21609424!important;width:100%!important;max-width:none!important;padding:0!important;font-size:11px!important}.opa-r17-footer-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;grid-template-areas:"legal credit contact"!important;align-items:center!important;gap:14px 20px!important;width:100%!important;padding:16px clamp(16px,2.6vw,42px)!important;display:grid!important}.opa-r17-footer a{color:#000!important;text-decoration:none!important}.opa-r17-footer a:hover{text-underline-offset:3px!important;text-decoration:underline!important}.opa-r17-footer-legal{white-space:nowrap!important;flex-flow:row!important;grid-area:legal!important;justify-self:start!important;align-items:center!important;gap:16px!important;width:max-content!important;min-width:max-content!important;display:flex!important}.opa-r17-footer-legal>a{white-space:nowrap!important;word-break:keep-all!important;flex:none!important;font-weight:400!important;display:inline-flex!important}.opa-r17-footer-credit{text-align:center!important;white-space:nowrap!important;letter-spacing:0!important;text-transform:none!important;color:#000!important;grid-area:credit!important;justify-self:center!important;font-weight:400!important}.opa-r17-footer-contact{white-space:nowrap!important;flex-flow:row!important;grid-area:contact!important;justify-self:end!important;align-items:center!important;gap:12px!important;width:max-content!important;min-width:max-content!important;display:flex!important}.opa-r18-social-icon{color:#000!important;border:1px solid #2160942e!important;border-radius:50%!important;flex:0 0 32px!important;place-items:center!important;width:32px!important;height:32px!important;text-decoration:none!important;display:inline-grid!important}.opa-r18-social-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:1.65px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:17px!important;height:17px!important}.opa-r18-social-icon--whatsapp svg path{fill:currentColor!important;stroke:none!important}@media (width<=760px){.opa-r17-footer-inner{grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-areas:"legal credit contact"!important;gap:0 clamp(5px,1.8vw,10px)!important;min-height:48px!important;padding:10px 12px!important}.opa-r17-footer-legal{gap:8px!important}.opa-r17-footer-legal>a{font-size:8px!important;line-height:1!important}.opa-r17-footer-credit{max-width:100%!important;font-size:clamp(5.7px,1.62vw,7.4px)!important;line-height:1!important;display:block!important;overflow:visible!important}.opa-r17-footer-contact{gap:5px!important}.opa-r18-social-icon{flex-basis:25px!important;width:25px!important;height:25px!important}.opa-r18-social-icon svg{width:14px!important;height:14px!important}}@media (width<=390px){.opa-r17-footer-inner{column-gap:5px!important;padding:9px 8px!important}.opa-r17-footer-legal{gap:6px!important}.opa-r17-footer-legal>a{font-size:7.2px!important}.opa-r17-footer-credit{font-size:clamp(5.15px,1.58vw,6.2px)!important}.opa-r18-social-icon{flex-basis:23px!important;width:23px!important;height:23px!important}.opa-r18-social-icon svg{width:13px!important;height:13px!important}}html.opa-r119-forced-mobile .opa-r17-footer-inner{grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-areas:"legal credit contact"!important;align-items:center!important;gap:0 1.4vw!important;padding:2.4vw 2.8vw!important}html.opa-r119-forced-mobile .opa-r17-footer-legal{white-space:nowrap!important;flex-flow:row!important;gap:1.5vw!important;display:flex!important}html.opa-r119-forced-mobile .opa-r17-footer-legal>a{white-space:nowrap!important;font-size:1.9vw!important}html.opa-r119-forced-mobile .opa-r17-footer-credit{white-space:nowrap!important;text-align:center!important;font-size:1.55vw!important}html.opa-r119-forced-mobile .opa-r17-footer-contact{flex-wrap:nowrap!important;gap:1vw!important;display:flex!important}html.opa-r119-forced-mobile .opa-r18-social-icon{flex:0 0 6vw!important;width:6vw!important;height:6vw!important}html.opa-r119-forced-mobile .opa-r18-social-icon svg{width:3.4vw!important;height:3.4vw!important}
