*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body-family, "Figtree", sans-serif);font-weight:var(--font-body-weight, 400);background-color:var(--color-background, #ffffff);color:var(--color-foreground, #1a1a1a);font-size:15px;line-height:1.6}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}input,textarea,select{font:inherit}.skip-to-content{position:absolute;top:-100%;left:16px;background:var(--color-foreground);color:var(--color-background);padding:8px 16px;z-index:9999;font-size:13px}.skip-to-content:focus{top:16px}.container{width:100%;max-width:var(--page-max-width, 1400px);margin-left:auto;margin-right:auto;padding-left:var(--page-gutter, 34px);padding-right:var(--page-gutter, 34px)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family, "Figtree", sans-serif);font-weight:var(--font-heading-weight, 500);line-height:1.2;letter-spacing:-.02em}.section-title{font-size:clamp(26px,3vw,42px);font-weight:500;letter-spacing:-.03em}.section-subtitle{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#888;margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--font-nav-family, "Figtree", sans-serif);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border:1.5px solid transparent;border-radius:var(--border-radius, 0px);transition:all var(--transition-speed, .3s) ease;white-space:nowrap;cursor:pointer}.btn--primary{background:var(--color-button-bg, #1a1a1a);color:var(--color-button-text, #ffffff);border-color:var(--color-button-bg, #1a1a1a)}.btn--primary:hover{background:transparent;color:var(--color-button-bg, #1a1a1a)}.btn--outline{background:transparent;color:var(--color-foreground, #1a1a1a);border-color:var(--color-foreground, #1a1a1a)}.btn--outline:hover{background:var(--color-foreground, #1a1a1a);color:var(--color-background, #ffffff)}.btn--white{background:#fff;color:#1a1a1a;border-color:#fff}.btn--white:hover{background:transparent;color:#fff;border-color:#fff}.btn--full{width:100%}.site-header{position:sticky;top:0;z-index:100;background:var(--color-background, #ffffff);border-bottom:1px solid var(--color-border, #e8e8e8);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 2px 20px #0000000f}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:68px;gap:20px}.header__logo{display:flex;align-items:center}.header__logo img{max-height:36px;width:auto}.header__logo-text{font-size:20px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.header__nav{display:flex;align-items:center;justify-content:center;gap:32px}.header__nav-item{font-family:var(--font-nav-family, "Figtree", sans-serif);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground, #1a1a1a);position:relative;padding-bottom:2px;transition:color .2s ease}.header__nav-item:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:currentColor;transition:width .3s ease}.header__nav-item:hover:after{width:100%}.header__nav-item--has-dropdown{position:relative}.header__dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%) translateY(-4px);background:#fff;border:1px solid var(--color-border, #e8e8e8);min-width:180px;padding:8px 0;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;box-shadow:0 8px 32px #00000014}.header__nav-item--has-dropdown:hover .header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header__dropdown a{display:block;padding:10px 20px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;transition:background .15s ease}.header__dropdown a:hover{background:var(--color-subtle-bg, #f7f7f7)}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:20px}.header__action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-foreground);transition:opacity .2s ease;position:relative}.header__action-btn:hover{opacity:.6}.header__cart-count{position:absolute;top:2px;right:2px;background:var(--color-foreground);color:var(--color-background);width:16px;height:16px;border-radius:50%;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center}.header__mobile-toggle{display:none;flex-direction:column;gap:5px;width:24px;padding:4px 0}.header__mobile-toggle span{display:block;height:1.5px;background:var(--color-foreground);transition:all .3s ease;transform-origin:center}.header__mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-background, #fff);z-index:200;flex-direction:column;padding:24px var(--page-gutter-mobile, 20px);overflow-y:auto}.header__mobile-nav.is-open{display:flex}.header__mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.header__mobile-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.header__mobile-links{display:flex;flex-direction:column}.header__mobile-link{display:block;font-size:22px;font-weight:500;letter-spacing:-.02em;padding:16px 0;border-bottom:1px solid var(--color-border, #e8e8e8)}.announcement-bar{background:var(--color-foreground, #1a1a1a);color:var(--color-background, #fff);text-align:center;padding:10px var(--page-gutter, 34px);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.announcement-bar a{text-decoration:underline;color:inherit}.hero{position:relative;width:100%;overflow:hidden;background:var(--color-subtle-bg, #f7f7f7)}.hero--full-height{min-height:90vh}.hero--large{min-height:70vh}.hero--medium{min-height:55vh}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000014,#0000006b)}.hero__content{position:relative;z-index:2;width:100%;min-height:inherit;display:flex;align-items:center;justify-content:center;padding:80px var(--page-gutter, 34px);text-align:center}.hero__content--left{justify-content:flex-start;text-align:left}.hero__content--right{justify-content:flex-end;text-align:right}.hero__content--center{justify-content:center;text-align:center}.hero__text-box{max-width:640px;width:100%}.hero__eyebrow{font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;opacity:.85}.hero__title{font-size:clamp(36px,5.5vw,76px);font-weight:500;line-height:1.08;letter-spacing:-.03em;margin-bottom:20px}.hero__description{font-size:clamp(15px,1.5vw,18px);line-height:1.65;margin-bottom:32px;opacity:.9;max-width:480px}.hero__content--center .hero__description{margin-left:auto;margin-right:auto}.hero__cta-group{display:flex;flex-wrap:wrap;gap:12px}.hero__content--center .hero__cta-group{justify-content:center}.hero__content--left .hero__cta-group{justify-content:flex-start}.hero__content--right .hero__cta-group{justify-content:flex-end}.hero--text-light .hero__eyebrow,.hero--text-light .hero__title,.hero--text-light .hero__description{color:#fff}.hero--text-dark .hero__eyebrow,.hero--text-dark .hero__title,.hero--text-dark .hero__description{color:#1a1a1a}.hero--no-image{background:var(--color-subtle-bg, #f2ede8)}.hero--no-image .hero__content{padding-top:100px;padding-bottom:100px}.section{padding:80px 0}.section--sm{padding:48px 0}.section--lg{padding:112px 0}.section--flush{padding:0}.section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.section__header--center{flex-direction:column;align-items:center;text-align:center}.section__header-text{flex:1}.section__view-all{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease}.section__view-all:hover{opacity:.6}.product-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;overflow:hidden;background:var(--color-subtle-bg, #f7f7f7);aspect-ratio:3 / 4;border-radius:var(--border-radius, 0px)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--color-foreground, #1a1a1a);color:var(--color-background, #fff);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:2px}.product-card__badge--sale{background:#c0392b}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:14px 20px;background:#fffffff2;text-align:center;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transform:translateY(100%);transition:transform .3s ease;border-top:1px solid var(--color-border, #e8e8e8);cursor:pointer}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:16px 0 0}.product-card__title{font-size:14px;font-weight:500;margin-bottom:6px;line-height:1.4;letter-spacing:-.01em}.product-card__subtitle{font-size:12px;color:#888;margin-bottom:8px}.product-card__price{font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.product-card__price-compare{text-decoration:line-through;color:#aaa;font-weight:400}.product-card__price-sale{color:#c0392b}.product-card__swatches{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.product-card__swatch{width:20px;height:20px;border-radius:50%;border:1.5px solid transparent;cursor:pointer;transition:border-color .2s}.product-card__swatch.is-active,.product-card__swatch:hover{border-color:var(--color-foreground)}.split-section{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.split-section--reverse{direction:rtl}.split-section--reverse>*{direction:ltr}.split-section__media{position:relative;overflow:hidden;background:var(--color-subtle-bg)}.split-section__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.split-section:hover .split-section__media img{transform:scale(1.03)}.split-section__content{display:flex;flex-direction:column;justify-content:center;padding:80px 72px;background:var(--color-background)}.split-section__eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#888;margin-bottom:20px}.split-section__title{font-size:clamp(28px,3vw,46px);font-weight:500;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.split-section__text{font-size:15px;line-height:1.7;color:#555;margin-bottom:32px;max-width:400px}.collection-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.collection-card{position:relative;overflow:hidden;background:var(--color-subtle-bg);border-radius:var(--border-radius, 0px)}.collection-card--tall{aspect-ratio:3 / 4}.collection-card--wide{aspect-ratio:4 / 3}.collection-card--square{aspect-ratio:1 / 1}.collection-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-card:hover .collection-card__media img{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000000d 60%)}.collection-card__content{position:absolute;bottom:28px;left:28px;right:28px;color:#fff}.collection-card__title{font-size:clamp(18px,2vw,26px);font-weight:500;letter-spacing:-.02em;margin-bottom:8px}.collection-card__link{font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.85;display:inline-flex;align-items:center;gap:6px;transition:opacity .2s}.collection-card:hover .collection-card__link{opacity:1}.marquee-section{padding:20px 0;overflow:hidden;border-top:1px solid var(--color-border, #e8e8e8);border-bottom:1px solid var(--color-border, #e8e8e8)}.marquee-track{display:flex;white-space:nowrap;animation:marquee 28s linear infinite}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:20px;padding:0 24px;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;flex-shrink:0}.marquee-item:after{content:"\b7";opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.usp-section{background:var(--color-subtle-bg, #f7f7f7);padding:56px 0}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.usp-item{display:flex;flex-direction:column;align-items:center;gap:14px}.usp-item__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.usp-item__title{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.usp-item__text{font-size:13px;color:#777;line-height:1.5}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--color-subtle-bg, #f7f7f7);padding:36px 32px;border-radius:var(--border-radius, 0px)}.testimonial-card__stars{display:flex;gap:3px;margin-bottom:16px}.testimonial-card__text{font-size:15px;line-height:1.7;margin-bottom:20px;color:#333}.testimonial-card__author{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#888}.email-signup{background:var(--color-foreground, #1a1a1a);color:var(--color-background, #fff);text-align:center;padding:80px var(--page-gutter, 34px)}.email-signup__title{font-size:clamp(24px,3vw,42px);font-weight:500;letter-spacing:-.02em;margin-bottom:12px}.email-signup__text{font-size:15px;opacity:.7;margin-bottom:32px}.email-signup__form{display:flex;max-width:440px;margin:0 auto}.email-signup__input{flex:1;padding:14px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:13px;outline:none;border-right:none}.email-signup__input::placeholder{color:#ffffff73}.email-signup__input:focus{border-color:#fff9}.email-signup__btn{padding:14px 28px;background:#fff;color:#1a1a1a;border:1px solid #fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}.email-signup__btn:hover{background:#ffffffd9}.site-footer{background:var(--color-footer-bg, #efefef);padding-top:72px}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid var(--color-border, #e0e0e0)}.footer__brand-logo{font-size:18px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.footer__brand-text{font-size:14px;line-height:1.7;color:#666;max-width:280px;margin-bottom:24px}.footer__social{display:flex;gap:14px}.footer__social-link{width:36px;height:36px;border:1px solid var(--color-border, #d0d0d0);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.footer__social-link:hover{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.footer__col-title{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.footer__links{display:flex;flex-direction:column;gap:10px}.footer__link{font-size:14px;color:#666;transition:color .2s}.footer__link:hover{color:var(--color-foreground)}.footer__bottom{background:#e9e9e9;padding:20px 0;border-top:1px solid var(--color-border, #e0e0e0)}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer__copyright{font-size:12px;color:#888}.footer__payment-icons{display:flex;gap:8px;align-items:center}.footer__payment-icon{height:22px;opacity:.5;filter:grayscale(1)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .35s ease}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__inner{position:absolute;top:0;right:0;bottom:0;width:420px;max-width:100%;background:var(--color-background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-drawer[aria-hidden=false] .cart-drawer__inner{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.cart-drawer__close:hover{opacity:.5}.cart-drawer__content{flex:1;overflow-y:auto;padding:20px 28px}.cart-drawer__footer{padding:24px 28px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:14px;font-weight:500;padding-bottom:4px}.cart-drawer__view-cart{text-align:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#888;padding:4px;transition:color .2s}.cart-drawer__view-cart:hover{color:var(--color-foreground)}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:48px 0 80px;align-items:start}.product-gallery{position:sticky;top:88px}.product-gallery__main{aspect-ratio:4 / 5;overflow:hidden;background:var(--color-subtle-bg);margin-bottom:12px;border-radius:var(--border-radius, 0px)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:72px;height:90px;overflow:hidden;cursor:pointer;border:2px solid transparent;border-radius:var(--border-radius, 0px);transition:border-color .2s}.product-gallery__thumb.is-active{border-color:var(--color-foreground)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:8px}.product-info__vendor{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#888;margin-bottom:10px}.product-info__title{font-size:clamp(26px,3vw,40px);font-weight:500;letter-spacing:-.02em;margin-bottom:16px}.product-info__price{font-size:20px;font-weight:500;margin-bottom:24px;display:flex;align-items:center;gap:12px}.product-info__description{font-size:15px;line-height:1.7;color:#555;margin-bottom:28px}.product-options{margin-bottom:28px}.product-option{margin-bottom:20px}.product-option__label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;display:block}.product-option__values{display:flex;gap:8px;flex-wrap:wrap}.product-option__value{padding:8px 18px;border:1.5px solid var(--color-border, #e8e8e8);font-size:13px;cursor:pointer;transition:all .2s;border-radius:var(--border-radius, 0px)}.product-option__value:hover,.product-option__value.is-active{border-color:var(--color-foreground);background:var(--color-foreground);color:var(--color-background)}.product-add-to-cart{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.product-quantity{display:flex;align-items:center;border:1.5px solid var(--color-border, #e8e8e8);width:fit-content}.product-quantity__btn{width:44px;height:48px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;transition:background .15s}.product-quantity__btn:hover{background:var(--color-subtle-bg)}.product-quantity__input{width:52px;height:48px;text-align:center;border:none;border-left:1.5px solid var(--color-border, #e8e8e8);border-right:1.5px solid var(--color-border, #e8e8e8);font-size:14px;-moz-appearance:textfield}.product-quantity__input::-webkit-inner-spin-button,.product-quantity__input::-webkit-outer-spin-button{-webkit-appearance:none}.product-accordion{border-top:1px solid var(--color-border, #e8e8e8)}.product-accordion__item{border-bottom:1px solid var(--color-border, #e8e8e8)}.product-accordion__btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-align:left;transition:opacity .2s}.product-accordion__btn:hover{opacity:.65}.product-accordion__icon{width:16px;height:16px;flex-shrink:0;position:relative}.product-accordion__icon:before,.product-accordion__icon:after{content:"";position:absolute;background:currentColor;transition:transform .3s,opacity .3s}.product-accordion__icon:before{top:50%;left:0;right:0;height:1.5px;transform:translateY(-50%)}.product-accordion__icon:after{top:0;bottom:0;left:50%;width:1.5px;transform:translate(-50%)}.product-accordion__item.is-open .product-accordion__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.product-accordion__content{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;font-size:14px;line-height:1.7;color:#555}.product-accordion__item.is-open .product-accordion__content{max-height:400px;padding-bottom:20px}.breadcrumb{display:flex;align-items:center;gap:8px;padding:16px 0;font-size:12px;color:#888}.breadcrumb a{color:inherit;transition:color .2s}.breadcrumb a:hover{color:var(--color-foreground)}.breadcrumb__sep{opacity:.4}.pagination{display:flex;justify-content:center;align-items:center;gap:4px;padding:48px 0}.pagination__item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:13px;border:1px solid transparent;transition:all .2s;border-radius:var(--border-radius, 0px)}.pagination__item:hover,.pagination__item.is-active{border-color:var(--color-foreground)}.pagination__item.is-active{background:var(--color-foreground);color:var(--color-background)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.rte p+p{margin-top:1em}.rte ul,.rte ol{padding-left:20px;margin:1em 0}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte a{text-decoration:underline}@media(max-width:1024px){:root{--page-gutter: 28px}.footer__main{grid-template-columns:1fr 1fr;gap:36px}.split-section__content{padding:60px 48px}.product-main{gap:40px}.usp-grid{grid-template-columns:repeat(2,1fr);gap:24px}.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--page-gutter: 20px}.header__inner{grid-template-columns:auto 1fr auto;height:60px}.header__nav{display:none}.header__mobile-toggle{display:flex}.hero--full-height{min-height:85vh}.hero--large{min-height:65vh}.hero--medium{min-height:50vh}.hero__content{padding:60px var(--page-gutter, 20px);align-items:flex-end}.hero__content--center{align-items:center}.hero__text-box{max-width:100%}.hero__title{font-size:clamp(30px,8vw,52px)}.hero__description{font-size:15px;max-width:100%}.hero__cta-group{flex-direction:column;width:100%}.hero__cta-group .btn{width:100%;text-align:center;justify-content:center}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.section__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}.split-section{grid-template-columns:1fr;min-height:auto}.split-section--reverse{direction:ltr}.split-section__media{aspect-ratio:4 / 3}.split-section__content{padding:40px var(--page-gutter, 20px)}.split-section__text{max-width:100%}.collection-grid{grid-template-columns:1fr 1fr;gap:12px}.testimonials-grid{grid-template-columns:1fr}.footer__main{grid-template-columns:1fr;gap:32px;padding-bottom:40px}.footer__brand-text{max-width:100%}.footer__bottom-inner{flex-direction:column;text-align:center;gap:12px}.usp-grid{grid-template-columns:repeat(2,1fr)}.email-signup__form{flex-direction:column;max-width:100%}.email-signup__input{border-right:1px solid rgba(255,255,255,.25);border-bottom:none}.email-signup__btn{padding:14px}.cart-drawer__inner{width:100%}.product-main{grid-template-columns:1fr;gap:32px;padding:24px 0 60px}.product-gallery{position:static}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.section{padding:56px 0}.section--lg{padding:72px 0}.usp-grid{grid-template-columns:1fr 1fr;gap:20px}.collection-grid{grid-template-columns:1fr}.testimonial-card{padding:24px 20px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
