:root{--aside-width: 400px;--cart-aside-summary-height-with-discount: 300px;--cart-aside-summary-height: 250px;--grid-item-width: 355px;--header-height: 56px;--color-dark: #0f1115;--color-light: #ffffff;--color-accent: #ff3e00;--font-main: "Outfit", sans-serif}@media (min-width: 768px){:root{--header-height: 80px}}body{font-family:var(--font-main);background-color:var(--color-light);color:var(--color-dark);-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}html.lenis,html.lenis body{height:auto}a{text-decoration:none;color:inherit}a:hover{text-decoration:none}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}img{border-radius:4px}.link:hover{text-decoration:none;cursor:pointer}@media (max-width: 45em){html:has(.overlay.expanded){overflow:hidden}}aside{background:var(--color-light);box-shadow:0 0 50px #0000004d;height:100vh;width:min(var(--aside-width),100vw);position:fixed;right:calc(-1 * var(--aside-width));top:0;transition:transform .2s ease-in-out;z-index:300}aside header{align-items:center;border-bottom:1px solid rgba(0,0,0,.05);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:1;text-decoration:none;width:20px}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}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.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:200}.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:none;cursor:pointer}.header{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.05);font-family:var(--font-main);display:flex;align-items:center}.header-ctas a{color:var(--color-dark);text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}@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;grid-gap:1rem;margin-left:3rem}}.header-menu-item{cursor:pointer}.header-ctas{align-items:center;display:flex;grid-gap:1rem;margin-left:auto}.header-ctas>*{min-width:fit-content}.footer{background:var(--color-light);margin-top:auto}.footer-menu{justify-content:center;display:flex;flex-wrap:wrap;grid-gap:1rem;padding:1rem}.footer-menu a{color:var(--color-light);min-width:fit-content}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:5%;padding-right:5%;max-width:1440px}.cart-main{height:calc(100vh - var(--header-height));display:flex;flex-direction:column}.cart-details{height:100%;display:flex;flex-direction:column}.cart-lines-list{flex:1;overflow-y:auto;padding:0 1.5rem}.cart-line{padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.cart-line:last-child{border-bottom:none}.cart-line img{height:100%;display:block;margin-right:.75rem}.cart-summary-page{position:relative}.cart-summary-aside{background:#fff;padding:2rem 1.5rem 3rem;border-top:1px solid rgba(0,0,0,.05);margin-top:auto}.cart-summary-aside dl{margin:0}.cart-line-inner,.cart-line-quantity,.cart-discount,.cart-subtotal{display:contents}.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-main-sticky{align-self:start;position:sticky;top:calc(var(--header-height) + 4rem)}.product-images-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-5%;margin-right:-5%;padding-left:5%;padding-right:5%;gap:.5rem}.product-images-carousel::-webkit-scrollbar{display:none}.carousel-slide{scroll-snap-align:start;flex-shrink:0;width:85%}.carousel-progress-container{height:2px;background:#0000000d;margin-top:.75rem;position:relative;overflow:hidden}.carousel-progress-bar{position:absolute;top:0;left:0;height:100%;background:#000;width:0%}@media (min-width: 1024px){.product-images-carousel{display:flex;flex-direction:column;overflow:visible;margin:0;padding:0;gap:2rem}.carousel-slide{width:100%;scroll-snap-align:none}.carousel-progress-container{display:none}}.prose h1,.prose h2,.prose h3{text-transform:uppercase;letter-spacing:.1em;margin-top:2rem;margin-bottom:1rem}.prose p{margin-bottom:1.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}.order-search-form{margin-bottom:1.5rem}.order-search-fieldset{border:1px solid #e5e5e5;border-radius:4px;padding:1rem}.order-search-legend{font-weight:600;padding:0 .5rem}.order-search-active{font-weight:400;opacity:.7;margin-left:.5rem}.order-search-inputs{display:grid;gap:1rem;margin:.25rem 0 1rem;grid-template-columns:1fr}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-24{width:6rem}.h-32{height:8rem}.bg-\[\#f6f6f6\]{background-color:#f6f6f6}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-0{padding-top:0}.mb-1{margin-bottom:.25rem}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s}@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:top-\[calc\(var\(--header-height\)\+2rem\)\]{top:calc(var(--header-height) + 2rem)}}.product-options h5{text-transform:uppercase;font-size:10px;letter-spacing:.2em;color:#0006;margin-bottom:1rem}.product-options-grid{display:flex;flex-wrap:wrap;gap:.5rem}.product-options-item{padding:.75rem 1.5rem;border:1px solid rgba(0,0,0,.1)!important;background:transparent;font-weight:600;font-size:12px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.product-options-item:hover{border-color:#000c!important}.product-form button[type=submit]{width:100%;background:#000;color:#fff;padding:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer}.product-form button[type=submit]:disabled{background:#ccc;cursor:not-allowed}.order-search-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem}.order-search-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.container{width:100%;margin-left:auto;margin-right:auto}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}section{position:relative}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.z-0{z-index:0}.z-10{z-index:10}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.h-screen{height:100vh}.w-full{width:100%}.h-full{height:100%}.object-cover{object-fit:cover}.bg-black{background-color:#000}.text-white{color:#fff}.text-6xl{font-size:3.75rem;line-height:1}.font-bold{font-weight:700}.tracking-tighter{letter-spacing:-.05em}.mb-8{margin-bottom:2rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-32{padding-top:8rem;padding-bottom:8rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-black{color:#000}.text-black\/30{color:#0000004d}.text-black\/40{color:#0006}.text-black\/60{color:#0009}.text-white\/60{color:#fff9}.text-white\/50{color:#ffffff80}.italic{font-style:italic}.leading-none{line-height:1}.tracking-widest{letter-spacing:.1em}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ring-1{box-shadow:0 0 0 1px #0000000d}.aspect-square{aspect-ratio:1 / 1}.aspect-\[4\/5\]{aspect-ratio:4 / 5}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-9xl{font-size:8rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:flex-row{flex-direction:row}.md\:gap-4{gap:1rem}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
