@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2d4a3e;--primary-light: #3d5f50;--foreground: #1a2e24;--muted-foreground: #6b7c74;--background: #ffffff;--border: #e8e8e8;--font-display: "Playfair Display", serif;--font-body: "Outfit", sans-serif;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1)}body{font-family:var(--font-body);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none}.container{width:100%;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;max-width:1400px}}.section-pad{padding-top:3rem;padding-bottom:3rem}.section-spacing{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.section-pad{padding-top:4.5rem;padding-bottom:4.5rem}.section-spacing{padding-top:6rem;padding-bottom:6rem}}.label-caps{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:background .2s ease}.btn-primary:hover{background:var(--primary-light)}.btn-primary:active{transform:scale(.97)}.btn-white{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:#fff;color:var(--foreground);font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:background .2s ease}.btn-white:hover{background:#ffffffe6}.btn-white:active{transform:scale(.97)}.announcement-bar{background:var(--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:50;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:56px}@media(min-width:768px){.site-header__inner{height:64px}}.site-header__nav{display:none}@media(min-width:768px){.site-header__nav{display:flex;align-items:center;gap:1.5rem}}.site-header__nav a{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);transition:color .2s ease}.site-header__nav a:hover{color:var(--foreground)}.site-header__logo{position:absolute;left:50%;transform:translate(-50%)}.site-header__logo img{height:32px;width:auto}@media(min-width:768px){.site-header__logo img{height:40px}}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__actions a,.site-header__actions button{color:var(--foreground);transition:color .2s ease;position:relative}.site-header__actions a:hover,.site-header__actions button:hover{color:var(--primary)}.cart-count{position:absolute;top:-6px;right:-6px;width:16px;height:16px;background:var(--primary);color:#fff;font-size:9px;font-weight:500;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{position:relative;height:85vh;overflow:hidden}@media(min-width:768px){.hero{height:90vh}}.hero__image{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__title{font-family:var(--font-display);font-size:2.25rem;font-weight:500;color:#fff;line-height:1.1;letter-spacing:-.02em;max-width:48rem}@media(min-width:768px){.hero__title{font-size:3.75rem}}@media(min-width:1024px){.hero__title{font-size:4.5rem}}.hero__title em{font-style:italic}.hero__subtitle{margin-top:1.25rem;color:#fffc;font-weight:300;font-size:1rem;max-width:32rem}@media(min-width:768px){.hero__subtitle{font-size:1.125rem}}.hero__cta{margin-top:2rem}.products-section .section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.products-section .section-header .label-caps{color:var(--muted-foreground);margin-bottom:.5rem}.products-section .section-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.products-section .section-header h2{font-size:1.875rem}}.products-section .view-all{display:none}@media(min-width:768px){.products-section .view-all{display:inline-flex}}.products-grid{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:1rem}.products-grid::-webkit-scrollbar{display:none}@media(min-width:768px){.products-grid{gap:1rem}}.product-card{flex-shrink:0;width:70%;scroll-snap-align:start;cursor:pointer}@media(min-width:640px){.product-card{width:45%}}@media(min-width:768px){.product-card{width:30%}}@media(min-width:1024px){.product-card{width:23%}}.product-card__image{position:relative;aspect-ratio:1;background:#fff;overflow:hidden;margin-bottom:.75rem}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .5s var(--ease-out)}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__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(--primary);color:#fff;padding:.25rem .625rem}.product-card__name{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--foreground)}.product-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:.125rem}.product-card__meta .subtitle{font-size:.875rem;color:var(--muted-foreground);font-weight:300}.product-card__meta .divider{color:#6b7c7466}.product-card__meta .price{font-size:.875rem;color:var(--foreground);font-weight:500}.features-section{background:#fff}.features-section .section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}@media(min-width:768px){.features-section .section-header{margin-bottom:6rem}}.features-section .section-header .label-caps{color:var(--primary);margin-bottom:1rem}.features-section .section-header h2{font-family:var(--font-display);font-size:1.875rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.features-section .section-header h2{font-size:3rem}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-item{text-align:center}@media(min-width:768px){.feature-item{text-align:left}}.feature-item__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#2d4a3e1a;color:var(--primary);margin-bottom:1.25rem}.feature-item__icon svg{width:22px;height:22px}.feature-item h3{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--foreground);margin-bottom:.75rem}.feature-item p{color:var(--muted-foreground);font-weight:300;line-height:1.7}.colors-section .section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.colors-section .section-header .label-caps{color:var(--muted-foreground);margin-bottom:.5rem}.colors-section .section-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.colors-section .section-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{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__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center}.color-preview__name{font-family:var(--font-display);font-size:1.5rem;font-weight:500}@media(min-width:768px){.color-preview__name{font-size:2.25rem}}.color-preview__sub{margin-top:.5rem;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.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%;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}@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 #fff,0 0 0 5px var(--primary)}.color-swatch--light{border:1px solid var(--border)}.collections-section .section-header{text-align:center;margin-bottom:2rem}.collections-section .section-header .label-caps{color:var(--muted-foreground);margin-bottom:.5rem}.collections-section .section-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.collections-section .section-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:1}@media(min-width:1024px){.collection-row--reverse .collection-image{order:2}.collection-row--reverse .collection-products{order:1}}.collection-image{position:relative;min-height:400px;background:var(--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__content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}@media(min-width:768px){.collection-image__content{padding:3rem}}.collection-image__content h3{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:.5rem}@media(min-width:768px){.collection-image__content h3{font-size:1.875rem}}.collection-image__content .tagline{color:#fffc;font-weight:300;font-size:.875rem;max-width:24rem;margin-bottom:.25rem}.collection-image__content .desc{color:#fff9;font-weight:300;font-size:.75rem;max-width:24rem;line-height:1.6}.collection-image__content .btn-white{margin-top:1.25rem;padding:.625rem 1.5rem;font-size:.75rem}.collection-products{display:grid;grid-template-columns:repeat(2,1fr)}.collection-product{padding:1rem;display:flex;flex-direction:column;cursor:pointer}@media(min-width:768px){.collection-product{padding:1.5rem}}.collection-product__image{position:relative;aspect-ratio:1;background:#fff;overflow:hidden;margin-bottom:.75rem;flex:1}.collection-product__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .5s var(--ease-out)}.collection-product:hover .collection-product__image img{transform:scale(1.04)}.collection-product__name{font-family:var(--font-body);font-size:.75rem;font-weight:500;color:var(--foreground)}@media(min-width:768px){.collection-product__name{font-size:.875rem}}.collection-product__meta{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.collection-product__meta .subtitle{font-size:.75rem;color:var(--muted-foreground);font-weight:300}.collection-product__meta .divider{color:#6b7c7466}.collection-product__meta .price{font-size:.75rem;color:var(--foreground);font-weight:500}.usecases-section .grid-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.usecases-section .grid-layout{grid-template-columns:1fr 1fr;gap:5rem}}.usecases-section .image-side{position:relative}.usecases-section .image-side .aspect-wrap{aspect-ratio:4/5;overflow:hidden}.usecases-section .image-side .aspect-wrap img{width:100%;height:100%;object-fit:cover}.usecases-section .stat-card{position:absolute;bottom:-1.5rem;right:-1rem;background:#fff;box-shadow:0 10px 30px #0000001a;padding:1.25rem}@media(min-width:768px){.usecases-section .stat-card{right:2rem}}.usecases-section .stat-card .number{font-family:var(--font-display);font-size:1.875rem;font-weight:500;color:var(--primary)}.usecases-section .stat-card .label{font-size:.875rem;color:var(--muted-foreground);font-weight:300}.usecases-section .content-side .label-caps{color:var(--primary);margin-bottom:1rem}.usecases-section .content-side h2{font-family:var(--font-display);font-size:1.875rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground);margin-bottom:3rem}@media(min-width:768px){.usecases-section .content-side h2{font-size:3rem}}.usecases-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.usecases-grid{grid-template-columns:repeat(2,1fr)}}.usecase-item{display:flex;align-items:flex-start;gap:.75rem}.usecase-item__icon{color:var(--primary);margin-top:.125rem;flex-shrink:0}.usecase-item__icon svg{width:20px;height:20px}.usecase-item h3{font-family:var(--font-display);font-size:1rem;font-weight:500;color:var(--foreground);margin-bottom:.25rem}.usecase-item p{font-size:.875rem;color:var(--muted-foreground);font-weight:300;line-height:1.6}.howitworks-section .section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}@media(min-width:768px){.howitworks-section .section-header{margin-bottom:5rem}}.howitworks-section .section-header .label-caps{color:var(--primary);margin-bottom:1rem}.howitworks-section .section-header h2{font-family:var(--font-display);font-size:1.875rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.howitworks-section .section-header h2{font-size:3rem}}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media(min-width:1024px){.steps-grid{gap:2.5rem}}.step-item{text-align:center}@media(min-width:768px){.step-item{text-align:left}}.step-item__number{font-family:var(--font-display);font-size:2.25rem;font-weight:300;color:#2d4a3e40;display:block;margin-bottom:1rem}@media(min-width:768px){.step-item__number{font-size:3rem}}.step-item h3{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.step-item p{font-size:.875rem;color:var(--muted-foreground);font-weight:300;line-height:1.6}.gallery-section{padding:1rem 0 2rem;overflow:hidden}@media(min-width:768px){.gallery-section{padding:2rem 0}}.gallery-section .label-caps{color:var(--primary);text-align:center;margin-bottom:2.5rem}.gallery-scroll{display:flex;gap:1rem;padding:0 1rem 1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-scroll::-webkit-scrollbar{display:none}@media(min-width:768px){.gallery-scroll{gap:1.5rem;padding:0 2rem}}.gallery-item{flex-shrink:0;width:75vw;scroll-snap-align:center}@media(min-width:768px){.gallery-item{width:40vw}}@media(min-width:1024px){.gallery-item{width:30vw}}.gallery-item__wrap{position:relative;aspect-ratio:4/5;overflow:hidden}.gallery-item__wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-out)}.gallery-item:hover .gallery-item__wrap img{transform:scale(1.03)}.gallery-item__label{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.gallery-item__label p{color:#fff;font-family:var(--font-body);font-size:.875rem;font-weight:500}.brand-story .grid-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.brand-story .grid-layout{grid-template-columns:1fr 1fr;gap:4rem}}.brand-story .image-col{aspect-ratio:4/5;overflow:hidden}.brand-story .image-col img{width:100%;height:100%;object-fit:cover}.brand-story .text-col{max-width:28rem}.brand-story .text-col .label-caps{color:var(--muted-foreground);margin-bottom:1rem}.brand-story .text-col h2{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground);margin-bottom:1.5rem;line-height:1.3}@media(min-width:768px){.brand-story .text-col h2{font-size:1.875rem}}.brand-story .text-col h2 em{font-style:italic}.brand-story .text-col p{color:var(--muted-foreground);font-weight:300;line-height:1.7;margin-bottom:1rem}.brand-story .text-col .btn-primary{margin-top:1rem}.category-cards .section-header{text-align:center;margin-bottom:2rem}.category-cards .section-header .label-caps{color:var(--muted-foreground);margin-bottom:.5rem}.category-cards .section-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.category-cards .section-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__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent 60%)}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}@media(min-width:768px){.category-card__content{padding:2rem}}.category-card__content h3{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:#fff;margin-bottom:.25rem}@media(min-width:768px){.category-card__content h3{font-size:1.5rem}}.category-card__content p{color:#ffffffb3;font-weight:300;font-size:.875rem}.testimonials-section{background:#fff}.testimonials-section .section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}@media(min-width:768px){.testimonials-section .section-header{margin-bottom:5rem}}.testimonials-section .section-header .label-caps{color:var(--muted-foreground);margin-bottom:1rem}.testimonials-section .section-header h2{font-family:var(--font-display);font-size:1.875rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:768px){.testimonials-section .section-header h2{font-size:3rem}}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.testimonial-item{padding:2rem}.testimonial-item__stars{display:flex;gap:.25rem;margin-bottom:1.25rem}.testimonial-item__stars svg{width:14px;height:14px;fill:var(--primary);color:var(--primary)}.testimonial-item__quote{color:#1a2e24cc;font-weight:300;line-height:1.7;margin-bottom:1.5rem;font-size:.875rem;font-style:italic}.testimonial-item__author{font-weight:500;color:var(--foreground);font-size:.875rem}.testimonial-item__role{color:var(--muted-foreground);font-size:.75rem;margin-top:.125rem}.newsletter-section{background:#fff;padding:4rem 0 5rem}@media(min-width:768px){.newsletter-section{padding:5rem 0}}.newsletter-section .inner{text-align:center}.newsletter-section h2{font-family:var(--font-display);font-size:1.5rem;font-weight:500;margin-bottom:.75rem;color:var(--foreground)}@media(min-width:768px){.newsletter-section h2{font-size:1.875rem}}.newsletter-section .subtitle{color:var(--muted-foreground);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{flex:1;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;color:var(--foreground);font-size:.875rem;font-weight:300;font-family:var(--font-body)}.newsletter-form input::placeholder{color:var(--muted-foreground)}.newsletter-form input:focus{outline:none;border-color:var(--primary)}.newsletter-form button{padding:.75rem 2rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-body);transition:background .2s ease}.newsletter-form button:hover{background:var(--primary-light)}.site-footer{background:#0f2b1f;color:#fffc}.site-footer .footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:3rem 0 4rem}@media(min-width:768px){.site-footer .footer-grid{grid-template-columns:repeat(4,1fr);padding:4rem 0}}.site-footer .footer-brand{grid-column:span 2}@media(min-width:768px){.site-footer .footer-brand{grid-column:span 1}}.site-footer .footer-brand .brand-name{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:#fff;letter-spacing:.05em;margin-bottom:1rem;display:block}.site-footer .footer-brand p{color:#ffffff80;font-size:.75rem;font-weight:300;line-height:1.6;max-width:220px}.site-footer .footer-col .col-title{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.site-footer .footer-col ul{display:flex;flex-direction:column;gap:.625rem}.site-footer .footer-col a{color:#fff9;font-size:.75rem;font-weight:300;transition:color .2s ease}.site-footer .footer-col a:hover{color:#fff}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.site-footer .footer-bottom{flex-direction:row}}.site-footer .footer-bottom .copyright{color:#fff6;font-size:11px;font-weight:300}.site-footer .footer-bottom .legal{display:flex;align-items:center;gap:1.25rem}.site-footer .footer-bottom .legal a{color:#fff6;font-size:11px;font-weight:300;transition:color .2s ease}.site-footer .footer-bottom .legal a:hover{color:#fff9}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:none}.mobile-menu-overlay.active{display:block}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff;z-index:101;padding:3rem 1.5rem;transform:translate(-100%);transition:transform .3s 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(--foreground);transition:color .2s ease}.mobile-menu nav a:hover{color:var(--primary)}.mobile-menu__close{position:absolute;top:1rem;right:1rem;color:var(--foreground)}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
