body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}h1,h2,p{margin:0;padding:0}h1{font-size:1.6rem;font-weight:700;line-height:1.4;margin-bottom:2rem;margin-top:2rem}h2{font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}h4{margin-top:.5rem;margin-bottom:.5rem}h5{margin-bottom:1rem;margin-top:.5rem}p{font-size:1rem;line-height:1.4}a{color:#000;text-decoration:none}a:hover{text-decoration:underline;cursor:pointer}hr{border-bottom:none;border-top:1px solid #000;margin:0}pre{white-space:pre-wrap}body{display:flex;flex-direction:column;min-height:100vh}body>main{margin:0 0rem 0rem}fieldset{display:flex;flex-direction:column;margin-bottom:.5rem;padding:1rem}form{max-width:100%}input{border-radius:4px;border:1px solid #000;font-size:1rem;margin-bottom:.5rem;margin-top:.25rem;padding:.5rem}legend{font-weight:600;margin-bottom:.5rem}ul{list-style:none;margin:0;padding:0}li{margin-bottom:.5rem}dl{margin:.5rem 0}code{background:#ddd;border-radius:4px;font-family:monospace;padding:.25rem}:root{--aside-width: 550px;--cart-aside-summary-height-with-discount: 300px;--cart-aside-summary-height: 250px;--grid-item-width: 355px;--header-height: 64px;--color-dark: #000;--color-light: #fff;--bar-height: 0px}img{border-radius:12px}aside{height:calc(100vh - 150px);max-width:550px;width:calc(100% - 40px);position:fixed;right:calc(-1 * calc(var(--aside-width) + 10px));transition:transform .5s ease-in-out}aside header{align-items:center;display:flex;height:var(--header-height);justify-content:space-between;padding:0 20px}aside header h3{margin:0}aside header .close{font-weight:700;opacity:.8;text-decoration:none;transition:all .2s;width:20px}aside header .close:hover{opacity:1}aside header h2{margin-bottom:.6rem;margin-top:0}aside main{margin:1rem}aside p{margin:0 0 .25rem}aside p:last-child{margin:0}aside li{margin-bottom:.125rem}.overlay{background:#0000;bottom:0;left:0;opacity:1;pointer-events:none;position:fixed;right:0;top:96px;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;visibility:visible;z-index:10}.overlay .close-outside{background:transparent;border:none;color:transparent;height:100%;left:0;position:absolute;top:0;width:calc(100% - var(--aside-width))}.overlay .light{background:#ffffff80}.overlay .cancel{cursor:default;height:100%;position:absolute;width:100%}.overlay.expanded{opacity:1;pointer-events:auto;visibility:visible}.overlay.expanded aside{transform:translate(calc(-1 * calc(var(--aside-width) + 30px)))}.header-menu aside{max-width:calc(100% - 40px)}.header-menu header,.search header{display:none}.header-menu main{height:calc(100% - 60px)}.header-menu aside{height:calc(100vh - 126px);max-width:calc(100% - 40px);width:calc(100% - 40px);position:fixed;right:-100%;transition:transform .5s ease-in-out}.search aside{height:auto;width:calc(100% - 40px);max-width:calc(100% - 40px);right:-100%}.header-menu.expanded aside,.search.expanded aside{transform:translate(calc(-1*(100% + 60px)))}button.reset{border:0;background:inherit;font-size:inherit}button.reset>*{margin:0}button.reset:not(:has(>*)){height:1.5rem;line-height:1.5rem}button.reset:hover:not(:has(>*)){text-decoration:underline;cursor:pointer}.theme-siteA .header{align-items:center;display:flex;justify-content:space-between;height:var(--header-height);padding:0 1rem;position:fixed;width:calc(100% - 2.5rem);left:0;right:0;margin-left:auto;margin-right:auto;top:20px}.theme-siteB .header{align-items:center;display:flex;height:var(--header-height);padding:0 1rem;position:fixed;width:calc(100% - 2.5rem);left:0;right:0;margin-left:auto;margin-right:auto;top:20px}.theme-siteB .header-menu-desktop{margin-left:auto}@media (min-width: 1024px){.header-menu-mobile-toggle{display:none}}.header-menu-mobile{display:flex;flex-direction:column;grid-gap:1rem}.header-menu-desktop{display:none;grid-gap:1rem}@media (min-width: 1024px){.header-menu-desktop{display:flex;grid-gap:1rem;margin-left:3rem}}.header-menu-item{cursor:pointer}.header-ctas{align-items:center;display:flex;grid-gap:1rem}.header-menu-desktop .header-menu-item:first-child .dropdown-menu a:first-child,.header-menu-tablet .header-menu-item:first-child .dropdown-menu a:first-child{padding-left:0}.footer{margin-top:auto}.footer-menu{align-items:center;display:flex;grid-gap:1rem}.footer-menu a{color:var(--color-light)}.cart-main{height:100%;max-height:calc(100vh - var(--cart-aside-summary-height));overflow-y:auto;width:auto}.cart-main.with-discount{max-height:calc(100vh - var(--cart-aside-summary-height-with-discount))}.cart-line{display:flex}.cart-line img{height:100%;display:block;margin-right:.75rem}.cart-summary-page{position:relative}.cart-details:not(.cart-page .cart-details){padding-bottom:100px}.cart-aside .cart-summary-aside{bottom:0;padding-top:.75rem;position:absolute;width:100%;left:0;padding:.75rem}.cart-line-quantity{display:flex}.cart-discount{align-items:center;display:flex;margin-top:.25rem}.cart-subtotal{align-items:center;display:flex}.predictive-search{max-height:calc(100vh - var(--header-height) - 40px);overflow-y:auto}.predictive-search-form{position:sticky;top:0}.predictive-search-result{margin-bottom:2rem}.predictive-search-result h5{text-transform:uppercase}.predictive-search-result-item{margin-bottom:.5rem}.predictive-search-result-item a{align-items:center;display:flex}.predictive-search-result-item a img{margin-right:.75rem;height:100%}.search-result{margin-bottom:1.5rem}.search-result>div{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(1,minmax(var(--grid-item-width),1fr))}@media (min-width: 768px){.search-result>div{grid-template-columns:repeat(2,minmax(var(--grid-item-width),1fr))}}@media (min-width: 1024px){.search-result>div{grid-template-columns:repeat(3,minmax(var(--grid-item-width),1fr))}}.search-results-item{margin-bottom:.5rem}.search-results-item a{display:flex;flex:row;align-items:center;gap:1rem}.recommended-product img{height:auto}.collections-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.collection-item img{height:auto}.collection-description{margin-bottom:1rem;max-width:95%}@media (min-width: 45em){.collection-description{max-width:900px}}.products-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.product-item img{height:auto;width:100%}.product{display:grid}@media (min-width: 768px){.product{grid-template-columns:1fr 1fr;grid-gap:1rem}}.product h1{margin-top:0}.product-image img{height:auto;width:100%}@media (min-width: 768px){.product-main{align-self:start;position:sticky;top:6rem}}.product-price-on-sale{display:flex;grid-gap:.5rem}.product-price-on-sale s{opacity:.5}.product-options-grid{display:flex;flex-wrap:wrap;grid-gap:.75rem}.product-options-item{padding:.25rem .5rem}.blog-article-image{aspect-ratio:3/2;display:block}.blog-article-image img{height:100%;width:100%}.article img{height:auto;display:initial}.article div>*:not(.inline-block){margin-top:1rem;margin-bottom:1rem}.account-logout{display:inline-block}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.menu-icon span{position:absolute;height:1px;width:100%;background-color:var(--menu-icon-color);transition:all .25s ease-in-out;transform:rotate(0);box-shadow:0 1px 1px #fff9;left:0}.menu-icon span:nth-child(1){top:calc(var(--menu-icon-width) / 32)}.menu-icon span:nth-child(2),.menu-icon span:nth-child(3){top:calc(var(--menu-icon-width) / 3.2)}.menu-icon span:nth-child(4){top:calc(var(--menu-icon-width) * .625)}.menu-button:hover span,.menu-button:focus span,.menu-button:active span{background:var(--menu-icon-color--active)}.header-menu.expanded~header .menu-icon span:nth-child(1),.header-menu.expanded~header .menu-icon span:nth-child(4){opacity:0}.header-menu.expanded~header .menu-icon span:nth-child(2){transform:rotate(45deg)}.header-menu.expanded~header .menu-icon span:nth-child(3){top:calc(var(--menu-icon-width) / 3.2);transform:rotate(-45deg)}.fade-in-section{opacity:0;transform:translateY(10px);transition:opacity .2s ease-out,transform .2s ease-out}.fade-in-section.visible{opacity:1;transform:translateY(0)}.marquee{overflow:hidden;white-space:nowrap;box-sizing:border-box;width:100%}.marquee-content{display:inline-flex;animation:marquee linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}#confirm[type=checkbox]:checked~button.add-to-cart{cursor:pointer}.Form__Input:not(:-moz-placeholder-shown){padding-top:1.5rem!important;padding-bottom:.5rem!important}.Form__Input:not(:placeholder-shown){padding-top:1.5rem!important;padding-bottom:.5rem!important}.Form__Input:not(:-moz-placeholder-shown)~.Form__FloatingLabel,.Form__Textarea:not(:-moz-placeholder-shown)~.Form__FloatingLabel{opacity:1;transform:translateY(0)}.Form__Input:not(:placeholder-shown)~.Form__FloatingLabel,.Form__Textarea:not(:placeholder-shown)~.Form__FloatingLabel{opacity:1;transform:translateY(0)}.oke-reviewCarousel-header-title.oke-title{display:none}.oke-reviewCarousel-reviews-review{background-color:#fff;border-radius:12px}.grid .swiper-button-prev,.grid .swiper-button-next{display:none}.theme-siteA .pdp-carousel .swiper-button-prev,.theme-siteA .pdp-carousel .swiper-button-next{background-color:#fff;width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.pdp-carousel .swiper-button-prev:after,.pdp-carousel .swiper-button-next:after{font-size:16px;color:#1f3054!important}@media (min-width: 768px){.media-item+.mr-auto.col-span-12:nth-child(odd){grid-column:6 / span 7}.review:nth-child(5n+1)>div{transform:rotate(7deg);margin-top:clamp(77px,12vw,119px)}.review:nth-child(5n+2)>div{transform:rotate(0) scale(.9);margin-top:clamp(205px,32vw,317px)}.review:nth-child(5n+3)>div{transform:rotate(-7deg);margin-top:clamp(205px,32vw,200px)}.review:nth-child(5n+4)>div{transform:rotate(0);margin-top:clamp(32px,5vw,50px)}.review:nth-child(5n+5)>div{transform:rotate(7deg) scale(.9)}.review:last-child{grid-column-start:2}.theme-siteA .grid .swiper-button-prev,.theme-siteA .grid .swiper-button-next{background-color:#d6ff89}.grid .swiper-button-prev{left:0!important}.grid .swiper-button-next{right:0!important}.grid .swiper-button-prev,.grid .swiper-button-next{color:#1f3054!important;background-color:#ffffff70;border-radius:100%;width:50px!important;height:50px!important;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex}.swiper-button-prev:after,.swiper-button-next:after{font-size:19px!important}}@media (min-width: 1024px){.review:nth-child(5n+1)>div{transform:rotate(7deg);width:90%;margin-top:clamp(77px,12vw,119px)}.review:nth-child(5n+2)>div{transform:rotate(0) scale(.9);width:100%;margin-top:clamp(205px,32vw,317px)}.review:nth-child(5n+3)>div{transform:rotate(-7deg);width:90%;margin-top:clamp(205px,32vw,200px)}.review:nth-child(5n+4)>div{transform:rotate(0);width:100%;margin-top:clamp(32px,5vw,50px)}.review:nth-child(5n+5)>div{transform:rotate(7deg) scale(.9);width:90%}.review:last-child{grid-column-start:3}}.swiper{--swiper-navigation-size: 30px}#userwayAccessibilityIcon{display:none!important}
