*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-body)}.skip-link{position:absolute;top:-100px;left:0;background:var(--color-primary);color:#fff;padding:8px 16px;z-index:9999;font-size:14px}.skip-link:focus{top:0}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section-pad{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.section-pad{padding-top:4.5rem;padding-bottom:4.5rem}}.label-caps{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.announcement-bar{background-color:var(--color-primary);text-align:center;padding:.625rem 1rem}.announcement-bar p{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#fff}@media(min-width:768px){.announcement-bar p{font-size:11px}}.site-header{position:sticky;top:0;z-index:100;background-color:#f5f2edf2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(221,216,208,.6)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px;position:relative}@media(min-width:768px){.header-inner{height:64px}}.header-nav{display:none}@media(min-width:768px){.header-nav{display:flex;align-items:center;gap:1.5rem}}.header-nav a{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);transition:color .2s ease}.header-nav a:hover{color:var(--color-foreground)}.header-logo{position:absolute;left:50%;transform:translate(-50%)}.header-logo img{height:32px;width:auto}@media(min-width:768px){.header-logo img{height:40px}}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions button,.header-actions a{color:var(--color-foreground);transition:color .2s ease;position:relative}.header-actions button:hover,.header-actions a:hover{color:var(--color-primary)}.cart-count{position:absolute;top:-6px;right:-6px;width:16px;height:16px;background-color:var(--color-primary);color:#fff;font-size:9px;font-weight:500;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:block}@media(min-width:768px){.mobile-menu-toggle{display:none}}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--color-background);z-index:201;padding:3rem 1.5rem;transform:translate(-100%);transition:transform .35s var(--ease-out)}.mobile-menu.active{transform:translate(0)}.mobile-menu nav{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu nav a{font-size:1.125rem;font-weight:300;color:var(--color-foreground);transition:color .2s ease}.mobile-menu nav a:hover{color:var(--color-primary)}.mobile-menu-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.hero-section{position:relative;height:85vh;overflow:hidden}@media(min-width:768px){.hero-section{height:90vh}}.hero-section img.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.15),transparent 50%,rgba(0,0,0,.3))}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem}.hero-content h1{font-family:var(--font-display);font-size:2.5rem;font-weight:500;color:#fff;line-height:1.1;letter-spacing:-.02em;max-width:48rem;opacity:0;transform:translateY(25px);animation:fadeUp .8s var(--ease-out) .2s forwards}@media(min-width:768px){.hero-content h1{font-size:3.75rem}}@media(min-width:1024px){.hero-content h1{font-size:4.5rem}}.hero-content h1 .italic{font-style:italic}.hero-content .hero-subtitle{margin-top:1.25rem;color:#fffc;font-weight:300;font-size:1rem;max-width:32rem;opacity:0;transform:translateY(15px);animation:fadeUp .6s var(--ease-out) .5s forwards}@media(min-width:768px){.hero-content .hero-subtitle{font-size:1.125rem}}.hero-content .hero-cta{margin-top:2rem;display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:#fff;color:var(--color-foreground);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .2s ease,transform .16s var(--ease-out);opacity:0;transform:translateY(15px);animation:fadeUp .6s var(--ease-out) .7s forwards}.hero-content .hero-cta:hover{background:#ffffffe6}.hero-content .hero-cta:active{transform:scale(.97)}.products-section{overflow:hidden}.products-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.products-header .label-caps{color:var(--color-muted);margin-bottom:.5rem}.products-header h2{font-size:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.products-header h2{font-size:1.875rem}}.products-header .view-all{display:none}@media(min-width:768px){.products-header .view-all{display:inline-flex}}.product-carousel{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:1rem}.product-carousel::-webkit-scrollbar{display:none}@media(min-width:768px){.product-carousel{gap:1rem}}.product-card{flex:0 0 70%;scroll-snap-align:start;cursor:pointer}@media(min-width:640px){.product-card{flex:0 0 45%}}@media(min-width:768px){.product-card{flex:0 0 30%}}@media(min-width:1024px){.product-card{flex:0 0 23%}}.product-card .product-image{position:relative;aspect-ratio:1 / 1;background-color:var(--color-sand);overflow:hidden;margin-bottom:.75rem}.product-card .product-image img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .5s var(--ease-out)}.product-card:hover .product-image img{transform:scale(1.04)}.product-card .product-tag{position:absolute;top:.75rem;left:.75rem;font-family:var(--font-body);font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;background:var(--color-primary);color:#fff;padding:.25rem .625rem}.product-card .product-info p{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-foreground)}.product-card .product-meta{display:flex;align-items:center;gap:.5rem;margin-top:.125rem}.product-card .product-meta .subtitle{font-size:.875rem;color:var(--color-muted);font-weight:300}.product-card .product-meta .divider{color:#6b7b6e66}.product-card .product-meta .price{font-size:.875rem;color:var(--color-foreground);font-weight:500}.collections-section .collections-header{text-align:center;margin-bottom:2rem}.collections-section .collections-header .label-caps{color:var(--color-muted);margin-bottom:.5rem}.collections-section .collections-header h2{font-size:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.collections-section .collections-header h2{font-size:1.875rem}}.collection-row{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.collection-row{grid-template-columns:1fr 1fr}}.collection-row.reverse .collection-image{order:2}@media(max-width:1023px){.collection-row.reverse .collection-image{order:0}}.collection-image{position:relative;min-height:400px;background:var(--color-primary);overflow:hidden}@media(min-width:1024px){.collection-image{min-height:550px}}.collection-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.7}.collection-image .collection-text{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}@media(min-width:768px){.collection-image .collection-text{padding:3rem}}.collection-image .collection-text h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem}@media(min-width:768px){.collection-image .collection-text h3{font-size:1.875rem}}.collection-image .collection-text .tagline{color:#fffc;font-weight:300;font-size:.875rem;max-width:24rem;margin-bottom:.25rem}.collection-image .collection-text .description{color:#fff9;font-weight:300;font-size:.75rem;max-width:24rem;line-height:1.6}.collection-image .collection-text .shop-btn{margin-top:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.625rem 1.5rem;background:#fff;color:var(--color-foreground);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .2s ease,transform .16s var(--ease-out)}.collection-image .collection-text .shop-btn:hover{background:#ffffffe6}.collection-image .collection-text .shop-btn:active{transform:scale(.97)}.collection-products{display:grid;grid-template-columns:1fr 1fr}.collection-product-card{border:.5px solid rgba(221,216,208,.5);padding:1rem;display:flex;flex-direction:column;cursor:pointer}@media(min-width:768px){.collection-product-card{padding:1.5rem}}.collection-product-card .product-thumb{position:relative;aspect-ratio:1 / 1;background:var(--color-sand);overflow:hidden;margin-bottom:.75rem;flex:1}.collection-product-card .product-thumb img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .5s var(--ease-out)}.collection-product-card:hover .product-thumb img{transform:scale(1.04)}.collection-product-card .product-name{font-family:var(--font-body);font-size:.75rem;font-weight:500;color:var(--color-foreground)}@media(min-width:768px){.collection-product-card .product-name{font-size:.875rem}}.collection-product-card .product-meta{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.collection-product-card .product-meta .subtitle{font-size:.75rem;color:var(--color-muted);font-weight:300}.collection-product-card .product-meta .divider{color:#6b7b6e66}.collection-product-card .product-meta .price{font-size:.75rem;color:var(--color-foreground);font-weight:500}.color-picker-section .color-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.color-picker-section .color-header .label-caps{color:var(--color-muted);margin-bottom:.5rem}.color-picker-section .color-header h2{font-size:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.color-picker-section .color-header h2{font-size:1.875rem}}.color-preview{position:relative;width:100%;aspect-ratio:21 / 9;overflow:hidden;transition:background-color .5s ease}@media(min-width:768px){.color-preview{aspect-ratio:3 / 1}}.color-preview .texture-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;background-image:repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(0,0,0,.08) 10px,rgba(0,0,0,.08) 11px)}.color-preview .color-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.color-preview .color-label h3{font-size:1.5rem;font-weight:500}@media(min-width:768px){.color-preview .color-label h3{font-size:2.5rem}}.color-preview .color-label .availability{margin-top:.5rem;font-size:10px}.color-swatches{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;margin-top:1.5rem}@media(min-width:768px){.color-swatches{gap:.75rem}}.color-swatch{width:32px;height:32px;border-radius:50%;border:none;transition:transform .2s ease,box-shadow .2s ease;position:relative}@media(min-width:768px){.color-swatch{width:40px;height:40px}}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{transform:scale(1.1);box-shadow:0 0 0 3px var(--color-background),0 0 0 5px var(--color-primary)}.color-swatch.light-color{border:1px solid var(--color-border)}.category-cards-section .category-header{text-align:center;margin-bottom:2rem}.category-cards-section .category-header .label-caps{color:var(--color-muted);margin-bottom:.5rem}.category-cards-section .category-header h2{font-size:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.category-cards-section .category-header h2{font-size:1.875rem}}.category-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.category-card{position:relative;aspect-ratio:3 / 4;overflow:hidden;cursor:pointer}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-out)}.category-card:hover img{transform:scale(1.03)}.category-card .card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.category-card .card-text{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}@media(min-width:768px){.category-card .card-text{padding:2rem}}.category-card .card-text h3{font-size:1.25rem;color:#fff;margin-bottom:.25rem}@media(min-width:768px){.category-card .card-text h3{font-size:1.5rem}}.category-card .card-text p{color:#ffffffb3;font-weight:300;font-size:.875rem}.brand-story-section .story-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.brand-story-section .story-grid{grid-template-columns:1fr 1fr;gap:4rem}}.brand-story-section .story-image{aspect-ratio:4 / 5;overflow:hidden}.brand-story-section .story-image img{width:100%;height:100%;object-fit:cover}.brand-story-section .story-text{max-width:28rem}.brand-story-section .story-text .label-caps{color:var(--color-muted);margin-bottom:1rem}.brand-story-section .story-text h2{font-size:1.5rem;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.3}@media(min-width:768px){.brand-story-section .story-text h2{font-size:1.875rem}}.brand-story-section .story-text h2 .italic{font-style:italic}.brand-story-section .story-text p{color:var(--color-muted);font-weight:300;line-height:1.7;margin-bottom:1rem}.brand-story-section .story-text .story-cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-top:1rem;transition:background .2s ease,transform .16s var(--ease-out)}.brand-story-section .story-text .story-cta:hover{background:var(--color-primary-light)}.brand-story-section .story-text .story-cta:active{transform:scale(.97)}.newsletter-section{background:var(--color-primary);padding:4rem 0}@media(min-width:768px){.newsletter-section{padding:5rem 0}}.newsletter-section .newsletter-inner{text-align:center}.newsletter-section h2{font-size:1.5rem;color:#fff;margin-bottom:.75rem}@media(min-width:768px){.newsletter-section h2{font-size:1.875rem}}.newsletter-section .newsletter-subtitle{color:#fffc;font-weight:300;font-size:.875rem;margin-bottom:2rem;max-width:28rem;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input[type=email]{flex:1;padding:.75rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:.875rem;font-weight:300;outline:none;transition:border-color .2s ease,background .2s ease}.newsletter-form input[type=email]::placeholder{color:#fff9}.newsletter-form input[type=email]:focus{border-color:#fff;background:#ffffff40}.newsletter-form button{padding:.75rem 2rem;background:#fff;color:var(--color-primary);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .2s ease,transform .16s var(--ease-out)}.newsletter-form button:hover{background:#ffffffe6}.newsletter-form button:active{transform:scale(.97)}.site-footer{background:var(--color-footer-bg);color:#fffc;padding:3rem 0}@media(min-width:768px){.site-footer{padding:4rem 0}}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.footer-brand{grid-column:span 2}@media(min-width:768px){.footer-brand{grid-column:span 1}}.footer-brand .brand-name{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:#fff;letter-spacing:.05em;margin-bottom:1rem}.footer-brand .brand-desc{color:#ffffff80;font-size:.75rem;font-weight:300;line-height:1.6;max-width:220px}.footer-column h4{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.625rem}.footer-column ul li a{color:#fff9;font-size:.75rem;font-weight:300;transition:color .2s ease}.footer-column ul li a:hover{color:#fff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom .copyright{color:#fff6;font-size:11px;font-weight:300}.footer-bottom .legal-links{display:flex;align-items:center;gap:1.25rem}.footer-bottom .legal-links a{color:#fff6;font-size:11px;font-weight:300;transition:color .2s ease}.footer-bottom .legal-links a:hover{color:#fff9}.product-page{padding:2rem 0 4rem}.product-page .product-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-page .product-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-page .product-gallery{aspect-ratio:1 / 1;background:var(--color-sand);overflow:hidden}.product-page .product-gallery img{width:100%;height:100%;object-fit:contain;padding:2rem}.product-page .product-details h1{font-size:2rem;margin-bottom:.5rem}.product-page .product-details .product-price{font-family:var(--font-body);font-size:1.25rem;font-weight:500;color:var(--color-foreground);margin-bottom:1.5rem}.product-page .product-details .product-description{color:var(--color-muted);font-weight:300;line-height:1.7;margin-bottom:2rem}.product-page .add-to-cart-btn{width:100%;padding:1rem;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .2s ease,transform .16s var(--ease-out)}.product-page .add-to-cart-btn:hover{background:var(--color-primary-light)}.product-page .add-to-cart-btn:active{transform:scale(.97)}@keyframes fadeUp{0%{opacity:0;transform:translateY(var(--fade-distance, 20px))}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;transform:translateY(20px)}.fade-up.visible{animation:fadeUp .6s var(--ease-out) forwards}.fade-up-delay-1{animation-delay:.06s}.fade-up-delay-2{animation-delay:.12s}.fade-up-delay-3{animation-delay:.18s}.fade-up-delay-4{animation-delay:.24s}.fade-up-delay-5{animation-delay:.3s}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}.hide-desktop{display:block}@media(min-width:768px){.hide-desktop{display:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
