cleansers-header{display:block;background-color:#eeeded;padding-bottom:16px}@media(min-width: 768px){cleansers-header{padding-bottom:24px}}@media(min-width: 992px){cleansers-header{padding-bottom:32px}}@media(min-width: 1280px){cleansers-header{padding-bottom:64px}}cleansers-header cleansers-container{display:grid;grid-template-columns:minmax(0, 1fr);width:100vw;min-height:calc(100svh - 48px)}cleansers-header video-box{grid-area:topstack;display:block;width:100vw;height:calc(100svh - 48px);opacity:0;transition:opacity .24s ease;position:relative}cleansers-header video-box[loaded]{opacity:1}cleansers-header video-box:after{content:"";background:linear-gradient(180deg, rgba(35, 31, 32, 0) 0.99%, #EEEDED 99%);position:absolute;inset:0;z-index:1}cleansers-header video-box video{display:block;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}cleansers-header content-container{grid-area:topstack;display:flex;padding-inline:16px;margin-inline:auto;max-width:1280px;flex-direction:column;gap:32px;position:relative;z-index:2;margin-top:40px}@media(min-width: 768px){cleansers-header content-container{padding-inline:24px}}@media(min-width: 992px){cleansers-header content-container{padding-inline:32px}}@media(min-width: 768px){cleansers-header content-container{margin-top:64px;gap:64px}}cleansers-header content-container header-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:352px;margin-inline:auto}@media(min-width: 576px){cleansers-header content-container header-content{max-width:688px}}cleansers-header content-container header-content h1{font-family:"FuturaPT-Heavy",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#231f20;font-size:40px;line-height:1.15}@media(min-width: 768px){cleansers-header content-container header-content h1{font-size:56px}}@media(min-width: 992px){cleansers-header content-container header-content h1{font-size:72px}}cleansers-header content-container header-content p{font-family:"FuturaPT-Book",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#231f20;font-size:16px;line-height:1.4;margin-top:8px}@media(min-width: 768px){cleansers-header content-container header-content p{font-size:20px}}@media(min-width: 992px){cleansers-header content-container header-content p{font-size:25px}}cleansers-header content-container header-content a{font-family:"FuturaPT-Heavy",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:.875rem;line-height:.875rem;background-color:#231f20;height:48px;padding:0 48px;display:inline-flex;width:auto;align-items:center;justify-content:center;border:1px solid #231f20;border-radius:24px;transition:all .32s ease;cursor:pointer;outline:none;margin-top:24px}cleansers-header content-container header-content a:hover,cleansers-header content-container header-content a:focus-visible{color:#fff;background-color:#42403a;border-color:#42403a}cleansers-header cleanser-products{display:flex;flex-direction:column;gap:16px}@media(max-width: 767px){cleansers-header cleanser-products{max-width:420px;margin-inline:auto}}@media(min-width: 768px){cleansers-header cleanser-products{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}}cleansers-header cleanser-product{border-radius:16px;overflow:hidden;display:flex;flex-direction:column}cleansers-header cleanser-product cleanser-img{display:grid;grid-template-areas:"imgstack"}cleansers-header cleanser-product cleanser-img picture{display:contents}cleansers-header cleanser-product cleanser-img img{grid-area:imgstack;display:block;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;z-index:0;transition:opacity .24s ease}cleansers-header cleanser-product cleanser-img img[hover][loaded]{z-index:1;opacity:0}cleansers-header cleanser-product card-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px}cleansers-header cleanser-product card-content cleanser-badge{display:inline-block;font-family:"FuturaPT-Demi",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.5;color:#fff;padding:5px 12px 3px;border-radius:36px}cleansers-header cleanser-product card-content cleanser-name{font-family:"FuturaPT-Heavy",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:25px;line-height:1.15;color:#231f20;margin-top:16px}@media(min-width: 992px){cleansers-header cleanser-product card-content cleanser-name{font-size:35px}}cleansers-header cleanser-product card-content cleanser-description{font-family:"FuturaPT-Book",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.3;color:#231f20;margin-bottom:24px}@media(min-width: 992px){cleansers-header cleanser-product card-content cleanser-description{font-size:20px}}cleansers-header cleanser-product atc-button{display:block;margin-top:auto;width:100%}cleansers-header cleanser-product atc-button a{display:flex;width:100%;height:48px;position:relative;transition:all .24s ease;border-radius:24px;overflow:hidden;background-color:#231f20;color:#fff;border:solid 1px #231f20;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}cleansers-header cleanser-product atc-button a:hover,cleansers-header cleanser-product atc-button a:focus,cleansers-header cleanser-product atc-button a:active{background-color:#42403a;border-color:#42403a}cleansers-header cleanser-product atc-button a:hover .atc__plus,cleansers-header cleanser-product atc-button a:focus .atc__plus,cleansers-header cleanser-product atc-button a:active .atc__plus{border-left-color:#231f20}cleansers-header cleanser-product atc-button a.processing{border-color:var(--productColor);background-color:var(--productColor)}cleansers-header cleanser-product atc-button a.processing .atc__price,cleansers-header cleanser-product atc-button a.processing .atc__plus{opacity:0;pointer-events:none}cleansers-header cleanser-product atc-button a.processing .atc__button-loader{opacity:1}cleansers-header cleanser-product atc-button a.success{border-color:var(--productColor);background-color:var(--productColor)}cleansers-header cleanser-product atc-button a.success .atc__price,cleansers-header cleanser-product atc-button a.success .atc__plus{opacity:0;pointer-events:none}cleansers-header cleanser-product atc-button a.success .atc__button-success{opacity:1}cleansers-header cleanser-product atc-button a.success .atc__button-success span{-webkit-transform:rotate(-45deg) translate(4px, -25%) scale(1);transform:rotate(-45deg) translate(4px, -25%) scale(1)}cleansers-header cleanser-product atc-button a .atc__price{display:flex;align-items:center;justify-content:center;padding:8px 12px;font-family:"FuturaPT-Book",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;font-size:1rem;line-height:1rem;position:relative;flex:1 1 auto}cleansers-header cleanser-product atc-button a .atc__price.has-discount{padding:8px}cleansers-header cleanser-product atc-button a .atc__price>span{color:inherit;position:relative;top:1px;transition:color .24s ease}cleansers-header cleanser-product atc-button a .atc__price .original{text-decoration:line-through;margin-left:8px;opacity:.48}@media(max-width: 575px){cleansers-header cleanser-product atc-button a .atc__price .original{display:none}}@media(min-width: 768px)and (max-width: 991px){cleansers-header cleanser-product atc-button a .atc__price .original{display:none}}cleansers-header cleanser-product atc-button a .atc__plus{border-left-style:solid;border-left-width:1px;border-left-color:#42403a;display:flex;align-items:center;justify-content:center;flex:1 1 auto;position:relative;padding:8px 20px 8px 16px;transition:all .24s ease;color:inherit;font-family:"FuturaPT-Heavy",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}cleansers-header cleanser-product atc-button a .atc__cta{font-family:"FuturaPT-Heavy",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:1rem;line-height:1.5rem}cleansers-header cleanser-product atc-button a .atc__button-loader{align-items:center;justify-content:center;opacity:0;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .24s ease;display:flex}cleansers-header cleanser-product atc-button a .atc__button-loader .atc__button-loader-ball{width:8px;height:8px;margin:2px;background-color:#fff;-webkit-animation:loaderbounce 1.2s ease-in-out 0s infinite both;animation:loaderbounce 1.2s ease-in-out 0s infinite both;border-radius:50%}cleansers-header cleanser-product atc-button a .atc__button-loader .atc__button-loader-ball:first-child{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}cleansers-header cleanser-product atc-button a .atc__button-loader .atc__button-loader-ball:nth-child(2){-webkit-animation-delay:-0.16s;animation-delay:-0.16s}cleansers-header cleanser-product atc-button a .atc__button-success{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);align-items:center;justify-content:center;pointer-events:none;display:flex;transition:opacity .24s ease}cleansers-header cleanser-product atc-button a .atc__button-success span{display:block;width:16px;height:8px;-webkit-transform:rotate(-45deg) translate(4px, -25%) scale(0);transform:rotate(-45deg) translate(4px, -25%) scale(0);transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;-webkit-transform-origin:center;transform-origin:center;position:relative}cleansers-header cleanser-product atc-button a .atc__button-success span:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:#fff}cleansers-header cleanser-product atc-button a .atc__button-success span:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#fff}cleansers-header cleanser-product a[learn-more]{display:grid;place-content:center;margin-top:16px;width:100%;height:48px;position:relative;transition:all .24s ease;border-radius:24px;overflow:hidden;font-family:"FuturaPT-Heavy",sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#231f20;font-size:1rem;line-height:1.5rem;background-color:#fff;border:solid 1px #e4e2de;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}cleansers-header cleanser-product a[learn-more]:hover,cleansers-header cleanser-product a[learn-more]:focus,cleansers-header cleanser-product a[learn-more]:active{color:#a29f9a}cleansers-header cleanser-product:hover cleanser-img img[hover][loaded],cleansers-header cleanser-product:focus-within cleanser-img img[hover][loaded]{opacity:1}