:root{--aside-width: 400px;--cart-aside-summary-height-with-discount: 300px;--cart-aside-summary-height: 250px;--grid-item-width: 355px;--header-height: 70px;--color-dark: #000;--color-light: #fff}@media (max-width: 48em){:root{--aside-width: 100vw}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;max-width:100%;overflow-y:scroll}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;max-width:100vw;box-sizing:border-box;background:#f8f8f5}aside{background:var(--color-light);box-shadow:0 0 50px #0000004d;height:100dvh;max-width:var(--aside-width);min-width:var(--aside-width);position:fixed;right:calc(-1 * var(--aside-width));top:0;transition:transform .2s ease-in-out}.aside-transparent{background:#f8f8f566;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);will-change:backdrop-filter}aside header{align-items:center;display:flex;height:var(--header-height);justify-content:space-between;padding:0 20px}aside header .close{font-weight:700;opacity:.8;text-decoration:none;transition:all .2s;width:24px}.overlay{background:#0003;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .4s ease-in-out;transition:opacity .4s;visibility:hidden;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(var(--aside-width) * -1))}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}.header{align-items:center;justify-content:space-between;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:10px;height:var(--header-height);padding:0 20px;position:fixed;width:100%;top:0;z-index:1}@media (min-width: 48em){.header{padding:0 30px}}@media (max-width: 1023px){.header{grid-template-columns:repeat(2,1fr)}}@media (min-width: 48em){.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;height:2rem}@media (min-width: 45em){.header-menu-desktop{display:flex;grid-gap:1rem;margin-left:3rem;align-items:center;border-radius:12px;background-color:#edeceb99;padding:3px 16px}}.header-menu-item{cursor:pointer;font-family:Styrene;font-weight:600;font-size:12px;line-height:14px;display:flex;align-items:center;white-space:nowrap;color:#1e1e1e}.mobile-header-menu-item{cursor:pointer;font-family:Styrene;font-weight:600;letter-spacing:-.05em;margin-left:20px;font-size:20px;line-height:50px;display:flex;align-items:center;white-space:nowrap;color:#231f20}.mobile-header-menu-item:first-of-type{margin-top:40px}.footer{background:var(--color-dark);margin-top:auto}.footer-menu{align-items:center;display:flex;grid-gap:1rem;padding: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;width:100%;padding:.75rem 0}.cart-summary-page{position:relative}.cart-summary-aside{background:#fff;border-top:1px solid var(--color-dark);bottom:0;padding-top:.75rem;position:absolute;width:calc(var(--aside-width) - 40px)}.cart-line-quantity{display:flex;align-items:center;justify-content:space-between}.cart-discount{align-items:center;display:flex;margin-top:.25rem}.cart-subtotal{align-items:center;display:flex}.predictive-search{height:calc(100vh - var(--header-height) - 40px);overflow-y:auto}.predictive-search-form{background:var(--color-light);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-results-item{margin-bottom:.5rem}.search-results-item a{display:flex;flex:row;align-items:center;gap:1rem}.featured-collection{display:block;margin-bottom:2rem;position:relative}.featured-collection-image{aspect-ratio:1 / 1}@media (min-width: 45em){.featured-collection-image{aspect-ratio:16 / 9}}.featured-collection img{height:auto;max-height:100%;object-fit:cover}.recommended-products-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 45em){.recommended-products-grid{grid-template-columns:repeat(4,1fr)}}.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:600px}}.products-grid{display:grid;grid-column-gap:1rem;grid-row-gap:70px;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.product-item img{height:auto;width:100%}.herbal-gradient{background:linear-gradient(to bottom,#f8f8f5 calc(100% - 1400px),#b2afab)}.product-gradient{background:linear-gradient(to bottom,#f8f8f5 calc(100% - 1000px),#d3c7b9)}.product{display:grid}@media (min-width: 45em){.product{grid-template-columns:1fr 1fr;grid-gap:4rem}}.product h1{margin-top:0}.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}.embla{max-width:1440px;margin:auto;--slide-height: 330px;--slide-spacing: 49px;--slide-size: 30%}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);max-width:269px;margin-left:var(--slide-spacing)}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);width:269px;-webkit-user-select:none;user-select:none}.blog-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.blog-article-image{aspect-ratio:3/2;display:block}.blog-article-image img{height:100%}.article img{height:auto;width:100%}.account-logout{display:inline-block}.typing-effect{display:inline-block;overflow:hidden;white-space:nowrap;border-right:3px solid;animation:typing 2s steps(40,end) forwards,blink .5s step-end infinite alternate}@keyframes typing{0%{width:0}to{width:calc(28ch + 6px)}}@keyframes blink{50%{border-color:transparent}}.image-container{display:flex;justify-content:center;overflow:hidden;box-sizing:border-box;padding:0;width:100%;height:calc(100% - 46px)}@media (max-width: 767px){.image-container{min-width:280px;height:100%}}.image-in-container{background-size:cover;background-position:center;width:100%;border-radius:30px}@media (max-width: 767px){.image-in-container{aspect-ratio:354/460}}.image{object-fit:cover;height:100%;width:100%}.typing-effect{z-index:2;transition:opacity .5s ease}.home-screen-grid{height:calc(100svh - 70px)}@media (max-width: 767px){.home-screen-grid{height:auto}}@keyframes marqueeText{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{animation:marqueeText 25s linear infinite}.image-container{opacity:0;transition:opacity 1.5s ease-in}.image-container.fade-in{opacity:1}.fade-transition{transition:opacity .5s ease;opacity:1}.fade-out{opacity:0}.animate-modal-fade-in{opacity:0;animation:fadeInModalAnimation .5s ease forwards}@keyframes fadeInModalAnimation{to{opacity:1}}@keyframes marquee-cart{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee-second-cart{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-marquee-wrapper{position:relative}.marquee-cart{animation:marquee-cart 12s linear infinite}.marquee-second-cart{animation:marquee-second-cart 12s linear infinite;position:absolute;top:0}.ethos-gradient{background:linear-gradient(to bottom,#fff calc(100% - 600px),#b2afab)}.home{width:100%;max-width:100%;padding:0 30px}@media (max-width: 767px){.home{padding:0 18px}}.product-table{border-collapse:collapse;border-spacing:0px 0px;max-width:100%;margin:0}@media (max-width: 767px){.product-table{margin:0 18px}}.product-table td,th{border:none}.product-table td:nth-child(2),.product-table th:nth-child(2){margin-right:15px}.product-table tr td:nth-child(1){min-width:105px}.product-table tr td:nth-child(2){width:211px;max-width:211px;box-sizing:border-box;padding:13px 0}.product-table tr td:nth-child(3){width:20px}@media (max-width: 767px){.product-table tr td:nth-child(3){min-width:10px}}td:nth-child(2),th:nth-child(2){min-width:100px}@media (max-width: 767px){td:nth-child(2),th:nth-child(2){min-width:50px}}.product-table tr:last-child td:nth-child(2){border-bottom-left-radius:20px;border-bottom-right-radius:20px}.product-table tr:first-child td:nth-child(2){border-top-left-radius:20px;border-top-right-radius:20px}.product-table td:nth-child(4),td:nth-child(5){width:211px;max-width:211px;box-sizing:border-box;padding:13px 0;background:#eeeeea}.product-table tr:first-child td:nth-child(4){border-top-left-radius:20px}.product-table tr:last-child td:nth-child(4){border-bottom-left-radius:20px}.product-table tr:first-child td:nth-child(5){border-top-right-radius:20px}.product-table tr:last-child td:nth-child(5){border-bottom-right-radius:20px}
