html *{box-sizing:border-box}body{font-family:Euclid,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--black)}:root{--aside-width: 375px;--cart-aside-summary-height-with-discount: 300px;--cart-aside-summary-height: 350px;--grid-item-width: 355px;--header-height: 100px;--color-dark: #000;--color-light: #fff}aside{background:var(--grey);box-shadow:0 0 50px #0000004d;height:100vh;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;z-index:1100}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;cursor:pointer}aside header .close:hover{opacity:1}aside header h2{margin-bottom:.6rem;margin-top:0}aside main{margin:20px}aside p{margin:0 0 .25rem}aside p:last-child{margin:0}aside li{margin-bottom:.125rem}.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;z-index:1005}.overlay.expanded aside{transform:translate(calc(var(--aside-width) * -1))}button.reset{border:0;background:inherit;font-size:inherit;color:var(--black)}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{display:grid;height:var(--header-height);position:fixed;left:0;top:0;right:0;z-index:150;pointer-events:none}.header a,.header button{pointer-events:auto}.header-inner{display:flex;padding:1rem 1.5rem 0;width:100vw}.header-menu-mobile-toggle{display:grid;padding:0;height:fit-content!important;line-height:1.4!important;font-weight:700;font-family:Euclid,sans-serif}@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}@media (min-width: 45em){.header-menu-desktop{display:flex;text-transform:uppercase;grid-gap:5rem;margin-left:auto}}.header-menu-item{cursor:pointer;font-weight:700;text-transform:uppercase;height:fit-content}.dropdown{position:relative;white-space:nowrap;height:fit-content;text-transform:uppercase;pointer-events:auto}.dropdown:before{content:"";position:absolute;top:100%;left:0;width:100%;height:.75rem}@media (min-width: 45em){.dropdown:hover .dropdown-links{visibility:visible}}.dropdown-links{display:flex;flex-direction:column;gap:.5rem;padding:1rem}@media (min-width: 45em){.dropdown-links{position:absolute;top:calc(100% + .5rem);left:-1rem;visibility:hidden;background:#f7f4ef;border-radius:16px}}.header-ctas{display:flex;grid-gap:1rem;margin-left:auto;text-transform:uppercase;font-weight:700}@media (min-width: 45em){.header-ctas{margin-left:5rem}}.header-ctas a,.header-ctas button{height:fit-content}.header-ctas svg{margin-top:-4px}.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)}.page-cart{margin-top:160px}.page-cart .cart{width:100%;max-width:600px;margin:0 auto;margin-bottom:10rem;padding:0 20px}.page-cart .cart h1{font-size:30px;margin-bottom:20px}.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;justify-content:space-between;padding:16px 0;border-bottom:.5px solid #00000066}.cart-line-inner{display:grid;grid-template-columns:1fr 2fr}.cart-line-image{display:flex;align-items:center;justify-content:center;width:80px;object-fit:contain;margin-right:12px;border-radius:20px;border:1px solid black;background:var(--color-Purple);padding:9px 19px 15px}.cart-line-image img{height:100%;width:100%;display:block;box-shadow:6px 6px 4px #0000004d}.cart-line-details{display:grid}.cart-remove-button{cursor:pointer}.cart-remove-button svg{height:20px;width:auto}.cart-summary-page{position:relative}.cart-summary-aside{display:flex;flex-direction:column;bottom:16px;padding:16px 0;position:absolute;width:calc(var(--aside-width) - 40px)}.checkout-button{display:flex;align-items:center;justify-content:center;background:var(--color-white);border:1px solid var(--black);border-radius:20px;color:var(--black);cursor:pointer;font-weight:700;padding:14px;text-transform:uppercase;width:100%;margin-top:44px}.cart-line-quantity{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid black;border-radius:20px;padding:6px 20px;width:fit-content}.cart-line-quantity button{cursor:pointer}.cart-line-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.cart-line-add-to-cart{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.cart-subtotal{align-items:center;justify-content:space-between;display:flex;padding-top:15px;padding-bottom:10px;border-bottom:.5px solid #00000066;margin:0}.cart-price{display:flex;gap:.5em}.old-price{color:gray;text-decoration:line-through;text-decoration-thickness:.5px}.cart-upsell{padding:48px 0 0}.cart-upsell-heading{font-size:1.25rem;font-weight:700}.cart-upsell-heading span{text-decoration:underline}.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-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: 45em){.product{grid-template-columns:1fr 1fr;grid-gap:4rem}}.product h1{margin-top:0}.product-image img{height:auto;width:100%}.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-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}main.hasBanner{margin-top:40px}
