*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0;overflow-x:hidden;overflow-wrap:break-word;background:rgb(var(--color-background));color:rgb(var(--color-text));font-family:var(--font-body);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:calc(16px * var(--body-scale, 100%) / 100%);line-height:1.55;-webkit-font-smoothing:antialiased}@media(max-width:749px){body{font-size:calc(17px * var(--body-scale, 100%) / 100%)}}img{max-width:100%;height:auto;display:block}input,button,select,textarea{min-width:0;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{font-family:var(--font-heading);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:calc(2.6rem * var(--heading-scale, 100%) / 100%)}h2{font-size:calc(2rem * var(--heading-scale, 100%) / 100%)}h3{font-size:calc(1.4rem * var(--heading-scale, 100%) / 100%)}p{margin:0 0 1em}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content{position:absolute;left:-9999px;top:0;background:rgb(var(--color-accent));color:rgb(var(--color-button-text));padding:12px 20px;z-index:1000}.skip-to-content:focus{left:12px;top:12px}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 24px}.main-content{min-height:50vh}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:var(--corner-radius);border:1px solid transparent;font-size:.95rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.button--primary{background:rgb(var(--color-accent));color:rgb(var(--color-button-text))}.button--primary:hover{background:rgb(var(--color-accent-dark))}.button--secondary{background:rgb(var(--color-secondary));color:rgb(var(--color-button-text))}.button--outline{background:transparent;border-color:rgb(var(--color-text));color:rgb(var(--color-text))}.button--outline:hover{background:rgb(var(--color-text));color:rgb(var(--color-background))}.button--small{padding:8px 16px;font-size:.8rem}.button:disabled{opacity:.5;cursor:not-allowed}.announcement-bar{font-size:.85rem}.announcement-bar__inner{padding:10px 24px;text-align:center}.announcement-bar__item{margin:0}.site-header{border-bottom:1px solid rgb(var(--color-border));background:rgb(var(--color-background));position:relative;z-index:40}.site-header__inner{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:24px;padding:18px 24px}.site-header__menu-toggle{display:none;background:none;border:none;width:28px;height:28px;padding:0;color:rgb(var(--color-text))}.site-header__logo{grid-column:2;justify-self:center;display:inline-flex;align-items:center}.site-header__logo-text{font-family:var(--font-heading);font-size:1.6rem;letter-spacing:.02em}.site-header__logo .site-logo-mark{height:30px;width:auto}.site-header__nav{grid-column:3}.site-header__nav-list{display:flex;gap:32px;justify-content:center}.site-header__nav-item{position:relative}.site-header__nav-link{font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;padding:8px 0;display:inline-block}.site-header__nav-link:hover{color:rgb(var(--color-accent))}.site-header__dropdown{position:absolute;top:100%;left:0;min-width:200px;background:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;box-shadow:0 8px 24px #00000014}.site-header__nav-item:hover .site-header__dropdown,.site-header__nav-item:focus-within .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown li a{display:block;padding:8px 16px;font-size:.9rem}.site-header__dropdown li a:hover{background:rgb(var(--color-background-alt))}.site-header__actions{grid-column:4;display:flex;align-items:center;gap:18px}.site-header__icon-link{position:relative;width:22px;height:22px;color:rgb(var(--color-text))}.site-header__icon-link svg{width:22px;height:22px}.site-header__cart-count{position:absolute;top:-8px;right:-10px;background:rgb(var(--color-accent));color:rgb(var(--color-button-text));font-size:.65rem;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-nav{border-top:1px solid rgb(var(--color-border));padding:16px 24px}.mobile-nav__item{padding:10px 0;border-bottom:1px solid rgb(var(--color-border))}.mobile-nav__item>a{font-size:1rem;text-transform:uppercase;letter-spacing:.03em}.mobile-nav__sublist{padding-left:16px;margin-top:8px}.mobile-nav__sublist li{padding:6px 0}@media(max-width:989px){.site-header__inner{grid-template-columns:auto 1fr auto;gap:12px}.site-header__menu-toggle{display:flex;align-items:center;justify-content:center}.site-header__nav{display:none}.site-header__logo{justify-self:start;min-width:0}.site-header__logo .site-logo-mark{height:24px;max-width:100%}.site-header__actions{gap:12px}.site-header__icon-link{width:20px;height:20px}.site-header__icon-link svg{width:20px;height:20px}}@media(min-width:990px){.mobile-nav{display:none!important}}.hero{position:relative;height:var(--hero-height, 620px);display:flex;align-items:flex-end;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img,.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;animation:hero-kenburns 22s ease-in-out infinite alternate}@keyframes hero-kenburns{0%{transform:scale(1)}to{transform:scale(1.07)}}.hero__placeholder{width:100%;height:100%;position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 55% at 12% 18%,rgba(193,98,45,.65),transparent 62%),radial-gradient(ellipse 55% 60% at 88% 12%,rgba(201,162,75,.5),transparent 60%),radial-gradient(ellipse 70% 65% at 50% 105%,rgba(107,122,79,.55),transparent 65%),linear-gradient(135deg,#2b3a55,#3a2f4a 45%,#7a3a2c);animation:hero-mesh-drift 26s ease-in-out infinite alternate;background-size:130% 130%}@keyframes hero-mesh-drift{0%{background-position:0% 0%}to{background-position:20% 12%}}.hero__placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.18;mix-blend-mode:overlay}.hero__placeholder-weave{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.05) 0px,rgba(255,255,255,.05) 1px,transparent 1px,transparent 34px),repeating-linear-gradient(25deg,rgba(255,255,255,.045) 0px,rgba(255,255,255,.045) 1px,transparent 1px,transparent 34px)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.hero__overlay--flat{background:#000;opacity:var(--overlay-opacity, .3)}.hero__overlay--gradient{background:linear-gradient(0deg,rgba(0,0,0,calc(var(--overlay-opacity, .45) + .15)),rgba(0,0,0,calc(var(--overlay-opacity, .45) * .35)) 55%,#0000),linear-gradient(90deg,rgb(var(--color-secondary) / calc(var(--overlay-opacity, .45) * .5)) 0%,transparent 60%)}.hero__overlay--none{display:none}.hero__content{position:relative;z-index:1;width:100%;padding-bottom:56px;display:flex;flex-direction:column;gap:28px}.hero--center .hero__content{align-items:center;text-align:center}.hero--right .hero__content{align-items:flex-end;text-align:right}.hero__copy{max-width:600px;color:#fff;animation:hero-rise .7s cubic-bezier(.2,.7,.2,1) both}.hero--center .hero__copy{max-width:720px}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:600;opacity:.95;margin-bottom:14px}.hero--center .hero__eyebrow{justify-content:center}.hero--right .hero__eyebrow{justify-content:flex-end;flex-direction:row-reverse}.hero__eyebrow-rule{width:28px;height:1.5px;background:rgb(var(--color-accent));display:inline-block}.hero__heading{font-size:clamp(2.1rem,4.2vw + 1rem,calc(3.6rem * var(--heading-scale, 100%) / 100%));color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.18);margin-bottom:14px}.hero__text{font-size:1.15rem;opacity:.95;max-width:46ch}.hero--center .hero__text{margin-left:auto;margin-right:auto}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.hero--center .hero__actions{justify-content:center}.hero--right .hero__actions{justify-content:flex-end}.hero__button{display:inline-flex;align-items:center;gap:10px;box-shadow:0 8px 24px #0000002e;transition:transform .2s ease,box-shadow .2s ease,background-color .15s ease}.hero__button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000003d}.hero__button svg{width:16px;height:16px;transition:transform .2s ease}.hero__button:hover svg{transform:translate(3px)}.button--ghost{background:#ffffff14;border-color:#fff9;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.button--ghost:hover{background:#ffffff2e;border-color:#fff}.hero__badges{display:flex;flex-wrap:wrap;gap:12px 28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.25);color:#fff;animation:hero-rise .7s cubic-bezier(.2,.7,.2,1) .15s both}.hero--center .hero__badges{justify-content:center}.hero--right .hero__badges{justify-content:flex-end}.hero__badge{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;opacity:.95}.hero__badge-icon{width:16px;height:16px;color:rgb(var(--color-accent));flex-shrink:0}.hero__badge-icon svg{width:16px;height:16px}.hero__scroll-cue{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:1;color:#fff;opacity:.8;width:32px;height:32px;display:flex;align-items:center;justify-content:center;animation:hero-bounce 1.8s ease-in-out infinite}.hero__scroll-cue svg{width:20px;height:20px}.hero__scroll-cue:hover{opacity:1}@keyframes hero-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@media(max-width:749px){.hero{height:auto;min-height:520px;align-items:flex-end}.hero__content{padding-bottom:40px;gap:20px}.hero__actions{flex-direction:column;align-self:stretch}.hero--center .hero__actions,.hero--right .hero__actions{align-items:center}.hero__button{justify-content:center;width:100%}}.section{padding:64px 0}.section-header{margin-bottom:32px;position:relative}.section-header--center{text-align:center}.section-header__heading{margin-bottom:4px}.section-header__subheading{color:rgb(var(--color-text-muted));margin:0}.section-header__eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;color:rgb(var(--color-accent));margin-bottom:8px}.section-header__link{position:absolute;right:0;top:4px;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;text-transform:uppercase;letter-spacing:.03em}.section-header__link svg{width:16px;height:16px}.product-grid{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr)}.product-grid>*{min-width:0}.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,1fr)}@media(min-width:700px){.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(5,1fr)}}.product-card{position:relative}.product-card__media-link{display:block}.product-card__media{position:relative;overflow:hidden;border-radius:var(--corner-radius);background:rgb(var(--color-background-alt))}.product-card__media--portrait{aspect-ratio:4 / 5}.product-card__media--square{aspect-ratio:1 / 1}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--primary{transition:opacity .25s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__placeholder svg{width:100%;height:100%}.product-card__badge{position:absolute;top:10px;left:10px;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:999px;background:rgb(var(--color-accent));color:rgb(var(--color-button-text))}.product-card__badge--sold-out{background:rgb(var(--color-text-muted))}.product-card__badge--new{background:rgb(var(--color-secondary))}.product-card__info{padding-top:12px}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-text-muted));margin-bottom:2px}.product-card__title{font-size:1rem;font-weight:500;margin:0 0 6px;font-family:var(--font-body)}.product-card__swatches{display:flex;gap:6px;margin-top:8px}.product-card__swatch{width:18px;height:18px;border-radius:50%;background-size:cover;background-position:center;border:1px solid rgb(var(--color-border));display:inline-block}.product-card__quick-add{margin-top:10px}.price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px;font-weight:600;min-width:0}.price__compare{color:rgb(var(--color-text-muted));font-weight:400}.price__sale{color:rgb(var(--color-error))}.price__badge{font-size:.7rem;background:rgb(var(--color-success));color:#fff;padding:2px 8px;border-radius:999px}.price__unit{font-weight:400;color:rgb(var(--color-text-muted));font-size:.85rem}.collection-list{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr)}.collection-list>*{min-width:0}@media(min-width:480px){.collection-list--8{grid-template-columns:repeat(4,1fr)}}@media(min-width:700px){.collection-list--3{grid-template-columns:repeat(3,1fr)}.collection-list--4{grid-template-columns:repeat(4,1fr)}.collection-list--6{grid-template-columns:repeat(6,1fr)}.collection-list--8{grid-template-columns:repeat(8,1fr)}}.collection-list__item{display:block;text-align:center}.collection-list__media{aspect-ratio:1 / 1;border-radius:var(--corner-radius);overflow:hidden;background:rgb(var(--color-background-alt));margin-bottom:10px}.collection-list__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-list__item:hover .collection-list__media img{transform:scale(1.04)}.collection-list__title{margin:0;font-size:1rem}.rich-text-section__inner{display:grid;gap:48px;align-items:center;grid-template-columns:1fr}.rich-text-section__inner>*{min-width:0}@media(min-width:800px){.rich-text-section__inner{grid-template-columns:1fr 1fr}.rich-text-section--image-right .rich-text-section__media{order:2}}.rich-text-section__media img{border-radius:var(--corner-radius);width:100%}.rich-text-section__text{color:rgb(var(--color-text))}.newsletter-section__inner{text-align:center;padding:24px 0;color:rgb(var(--color-button-text))}.newsletter-section__heading{color:rgb(var(--color-button-text))}.newsletter-section__text{opacity:.85;max-width:480px;margin:0 auto 20px}.newsletter-form{display:flex;flex-wrap:wrap;gap:10px;max-width:420px;margin:0 auto;min-width:0}.newsletter-form input{flex:1 1 160px;min-width:0;padding:12px 16px;border-radius:var(--corner-radius);border:1px solid rgb(var(--color-border))}.newsletter-form--large input{padding:14px 18px}.newsletter-form__success{margin-top:12px;font-size:.9rem}.testimonials-grid{display:grid;gap:24px;grid-template-columns:1fr}.testimonials-grid>*{min-width:0}@media(min-width:800px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:rgb(var(--color-background-alt));border-radius:var(--corner-radius);padding:28px;margin:0}.testimonial-card__stars{display:flex;gap:2px;color:rgb(var(--color-accent));margin-bottom:12px}.testimonial-card__stars svg{width:16px;height:16px}.testimonial-card__quote{font-style:italic;margin-bottom:12px}.testimonial-card__author{font-style:normal;font-weight:600;font-size:.9rem}.product-section{padding:48px 0 80px}.product-layout{display:grid;gap:48px;grid-template-columns:1fr}.product-layout>*{min-width:0}@media(min-width:900px){.product-layout{grid-template-columns:1.1fr 1fr}}.product-gallery__main{border-radius:var(--corner-radius);overflow:hidden;background:rgb(var(--color-background-alt));position:relative}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--corner-radius);overflow:hidden;border:2px solid transparent;padding:0;background:none}.product-gallery__thumb.is-active{border-color:rgb(var(--color-accent))}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder svg{width:100%}.product-info__vendor{text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;color:rgb(var(--color-text-muted));margin-bottom:4px}.product-info__title{margin-bottom:12px}.product-info .price{font-size:1.3rem;margin-bottom:20px}.product-info__specs{margin:0 0 24px;padding:16px;background:rgb(var(--color-background-alt));border-radius:var(--corner-radius);font-size:.9rem}.product-info__specs li{margin-bottom:6px}.product-info__specs li:last-child{margin-bottom:0}.product-form__option{margin-bottom:18px}.product-form__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.product-form__select{width:100%;max-width:320px;padding:12px 14px;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius);background:rgb(var(--color-background))}.product-form__quantity{margin-bottom:24px}.product-form__unit-note{font-size:.8rem;color:rgb(var(--color-text-muted));margin-top:8px}.quantity-selector{display:inline-flex;align-items:center;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius);width:fit-content}.quantity-selector__button{background:none;border:none;width:40px;height:44px;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-text))}.quantity-selector__button svg{width:14px;height:14px}.quantity-selector__input{width:48px;text-align:center;border:none;border-left:1px solid rgb(var(--color-border));border-right:1px solid rgb(var(--color-border));height:44px;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{width:100%;max-width:420px;padding:16px}.product-info__accordion{margin-top:32px;border-top:1px solid rgb(var(--color-border))}.product-info__accordion details{border-bottom:1px solid rgb(var(--color-border));padding:16px 0}.product-info__accordion summary{cursor:pointer;font-weight:600}.product-info__accordion .product-info__description{margin-top:12px;color:rgb(var(--color-text))}.product-recommendations{margin-top:80px}.collection-section{padding:48px 0 80px}.collection-header{text-align:center;margin-bottom:24px}.collection-header__count{color:rgb(var(--color-text-muted))}.collection-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.collection-sort select{padding:8px 12px;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius)}.collection-empty{text-align:center;padding:60px 0;color:rgb(var(--color-text-muted))}.collection-toolbar__filter-toggle{display:none;align-items:center;gap:8px;background:none;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius);padding:9px 16px;font-size:.9rem}.collection-toolbar__filter-toggle svg{width:16px;height:16px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:20px}.active-filters__pill{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;padding:6px 10px;border:1px solid rgb(var(--color-border));border-radius:999px}.active-filters__pill svg{width:12px;height:12px}.active-filters__clear{font-size:.8rem;text-decoration:underline;color:rgb(var(--color-text-muted));margin-left:4px}.collection-layout{display:grid;gap:40px;grid-template-columns:1fr}.collection-layout>*{min-width:0}@media(min-width:900px){.collection-layout{grid-template-columns:220px 1fr}}.collection-filters[hidden]{display:none}@media(min-width:900px){.collection-filters{display:block!important}}.filter-group{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgb(var(--color-border))}.filter-group__heading{font-size:.9rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px}.filter-group__list li{margin-bottom:8px}.filter-checkbox{display:flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}.filter-checkbox__count{color:rgb(var(--color-text-muted));font-size:.8rem}.filter-price-range{display:flex;align-items:center;gap:8px}.filter-price-range input{width:70px;padding:8px;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius)}.filter-form__submit{width:100%}@media(min-width:900px){.filter-form__submit{display:none}}@media(max-width:899px){.collection-toolbar__filter-toggle{display:inline-flex}.collection-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:rgb(var(--color-background));padding:24px;overflow-y:auto}}.pagination{margin-top:48px;display:flex;justify-content:center}.pagination__list{display:flex;gap:6px;align-items:center}.pagination__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--corner-radius)}.pagination__link:hover{background:rgb(var(--color-background-alt))}.pagination__link--current{background:rgb(var(--color-accent));color:rgb(var(--color-button-text))}.pagination__link svg{width:16px;height:16px}.cart-section{padding:48px 0 80px}.cart-empty{text-align:center;padding:60px 0}.cart-layout{display:grid;gap:40px;grid-template-columns:1fr}.cart-layout>*{min-width:0}@media(min-width:900px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.cart-table{width:100%;min-width:560px;border-collapse:collapse}@media(min-width:700px){.cart-table{min-width:0}}.cart-table th{text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--color-text-muted));padding-bottom:12px;border-bottom:1px solid rgb(var(--color-border))}.cart-table td{padding:16px 8px;border-bottom:1px solid rgb(var(--color-border));vertical-align:middle}.cart-table__product{display:flex;gap:14px;align-items:center}.cart-table__product>div{min-width:0}.cart-table__title{display:block;overflow-wrap:break-word}.cart-table__image img{border-radius:var(--corner-radius)}.cart-table__title{font-weight:600}.cart-table__variant{color:rgb(var(--color-text-muted));font-size:.85rem;margin:4px 0 0}.cart-summary{background:rgb(var(--color-background-alt));padding:24px;border-radius:var(--corner-radius);height:fit-content}.cart-summary__note{margin-bottom:16px}.cart-summary__note textarea{width:100%;padding:10px;border-radius:var(--corner-radius);border:1px solid rgb(var(--color-border))}.cart-summary__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:6px}.cart-summary__tax-note{font-size:.8rem;color:rgb(var(--color-text-muted))}.cart-summary__checkout{width:100%;margin-top:10px}.cart-summary .button--outline{width:100%}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:rgb(var(--color-background));z-index:100;box-shadow:-10px 0 30px #0000001f;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;opacity:0;visibility:hidden;transition:opacity .2s ease}.cart-drawer__overlay.is-open{opacity:1;visibility:visible}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgb(var(--color-border))}.cart-drawer__close{background:none;border:none;width:24px;height:24px}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid rgb(var(--color-border))}.cart-drawer__item img{width:72px;height:90px;object-fit:cover;border-radius:var(--corner-radius)}.cart-drawer__item-title{font-weight:600;font-size:.9rem}.cart-drawer__item-variant{font-size:.8rem;color:rgb(var(--color-text-muted))}.cart-drawer__footer{padding:20px 24px;border-top:1px solid rgb(var(--color-border))}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;margin-bottom:14px}.cart-drawer__empty{padding:40px 24px;text-align:center;color:rgb(var(--color-text-muted))}.search-section{padding:48px 0 80px}.search-form{display:flex;gap:10px;max-width:560px;margin:0 auto 32px;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius);padding:6px}.search-form input{flex:1;border:none;padding:10px 14px;background:transparent}.search-form button{background:none;border:none;padding:0 10px}.search-section__count{text-align:center;color:rgb(var(--color-text-muted));margin-bottom:24px}.search-result-card{display:block;padding:16px;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius)}.blog-grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}.blog-grid>*{min-width:0}@media(min-width:700px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card__media{aspect-ratio:4/3;overflow:hidden;border-radius:var(--corner-radius);margin-bottom:12px;background:rgb(var(--color-background-alt))}.blog-card__media img{width:100%;height:100%;object-fit:cover}.blog-card__date{font-size:.8rem;color:rgb(var(--color-text-muted));margin-bottom:4px}.article-section{padding:48px 0 80px;max-width:760px}.article-section__date{color:rgb(var(--color-text-muted))}.article-section__media{margin:24px 0;border-radius:var(--corner-radius);overflow:hidden}.page-section{padding:48px 0 80px;max-width:760px}.rte>*+*{margin-top:1em}.why-wove-grid{display:grid;gap:28px;grid-template-columns:1fr}.why-wove-grid>*{min-width:0}@media(min-width:700px){.why-wove-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.why-wove-grid{grid-template-columns:repeat(5,1fr)}}.why-wove-card{text-align:center}.why-wove-card__icon{width:44px;height:44px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(var(--color-accent) / .12);color:rgb(var(--color-accent))}.why-wove-card__icon svg{width:20px;height:20px}.why-wove-card__title{font-size:1.05rem;margin-bottom:8px}.why-wove-card__text{color:rgb(var(--color-text-muted));font-size:.92rem}.wholesale-banner{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden}.wholesale-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:rgb(var(--color-secondary))}.wholesale-banner__media img{width:100%;height:100%;object-fit:cover;opacity:.55}.wholesale-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b3,#00000059)}.wholesale-banner__content{position:relative;z-index:1;color:#fff;max-width:620px;padding:64px 24px}.wholesale-banner__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:rgb(var(--color-accent));margin-bottom:12px;font-weight:600}.wholesale-banner__heading{color:#fff;margin-bottom:14px}.wholesale-banner__text{opacity:.92;margin-bottom:28px;max-width:50ch}.wholesale-banner__actions{display:flex;flex-wrap:wrap;gap:14px}.shop-by-use-grid{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr)}.shop-by-use-grid>*{min-width:0}@media(min-width:600px){.shop-by-use-grid{grid-template-columns:repeat(4,1fr)}}.shop-by-use-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 12px;background:rgb(var(--color-background-alt));border-radius:var(--corner-radius);transition:transform .2s ease,background-color .2s ease}.shop-by-use-card:hover{transform:translateY(-3px);background:rgb(var(--color-border))}.shop-by-use-card__emoji{font-size:2rem;line-height:1}.shop-by-use-card__label{font-size:.95rem;font-weight:600;text-align:center}.shop-the-look{display:grid;gap:40px;grid-template-columns:1fr;align-items:center}.shop-the-look>*{min-width:0}@media(min-width:900px){.shop-the-look{grid-template-columns:1.2fr 1fr}}.shop-the-look__media{border-radius:var(--corner-radius);overflow:hidden;background:rgb(var(--color-background-alt));aspect-ratio:4 / 5}.shop-the-look__media img{width:100%;height:100%;object-fit:cover}.shop-the-look__placeholder svg{width:100%;height:100%}.shop-the-look__group{margin-bottom:24px}.shop-the-look__label{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:rgb(var(--color-text-muted));margin-bottom:6px}.shop-the-look__title{margin-bottom:4px}.shop-the-look__specs{color:rgb(var(--color-text-muted));font-size:.9rem}.shop-the-look__button{display:inline-flex;align-items:center;gap:8px;margin-top:8px}.shop-the-look__button svg{width:16px;height:16px}.wove-edit-grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}.wove-edit-grid>*{min-width:0}@media(min-width:700px){.wove-edit-grid{grid-template-columns:repeat(3,1fr)}}.wove-edit-card{display:block}.wove-edit-card__media{aspect-ratio:4 / 3;border-radius:var(--corner-radius);overflow:hidden;background:rgb(var(--color-background));margin-bottom:14px}.wove-edit-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wove-edit-card:hover .wove-edit-card__media img{transform:scale(1.04)}.wove-edit-card__title{font-size:1.05rem;margin-bottom:8px}.wove-edit-card__link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:rgb(var(--color-accent))}.wove-edit-card__link svg{width:14px;height:14px}.contact-form-section__inner{max-width:640px}.contact-form__row{display:grid;gap:20px;grid-template-columns:1fr}.contact-form__row>*{min-width:0}@media(min-width:600px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{margin-bottom:20px}.contact-form__field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px}.contact-form__field input,.contact-form__field textarea{width:100%;padding:12px 14px;border:1px solid rgb(var(--color-border));border-radius:var(--corner-radius);background:rgb(var(--color-background));color:rgb(var(--color-text));font-family:inherit;font-size:1rem}.contact-form__success{color:rgb(var(--color-success));margin-bottom:20px;font-weight:600}.contact-form__error{color:rgb(var(--color-error));margin-bottom:20px;font-weight:600}.faq-section{padding:64px 0 80px}.faq-section__inner{max-width:760px}.faq-list{display:flex;flex-direction:column;gap:4px}.faq-item{border-bottom:1px solid rgb(var(--color-border));padding:20px 0}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-weight:600;font-size:1.05rem;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{flex-shrink:0;width:18px;height:18px;transition:transform .2s ease;color:rgb(var(--color-accent))}.faq-item__icon svg{width:18px;height:18px}.faq-item[open] .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{color:rgb(var(--color-text));margin-top:14px;max-width:62ch}.faq-section__contact{text-align:center;margin-top:40px;color:rgb(var(--color-text-muted))}.faq-section__contact a{color:rgb(var(--color-accent));font-weight:600;margin-left:4px}.error-404{text-align:center;padding:100px 0}.error-404 h1{font-size:4rem}.password-page{max-width:480px;text-align:center;padding:120px 0}.password-page form{display:flex;gap:10px;margin-top:20px}.password-page input{flex:1;padding:12px 14px;border-radius:var(--corner-radius);border:1px solid rgb(var(--color-border))}.password-page__error{color:rgb(var(--color-error));margin-top:10px}.site-footer{border-top:1px solid rgb(var(--color-border));background:rgb(var(--color-background-alt));padding:64px 0 24px;margin-top:40px}.site-footer__grid{display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:40px}.site-footer__grid>*{min-width:0}@media(min-width:800px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.4fr}}.site-footer__logo{font-family:var(--font-heading);font-size:1.4rem;display:inline-block;margin-bottom:10px}.site-footer__logo .site-logo-mark{height:26px;width:auto}.site-footer__description{color:rgb(var(--color-text-muted));font-size:.9rem;margin-bottom:16px}.site-footer__social{display:flex;gap:14px}.site-footer__social svg{width:18px;height:18px}.site-footer__heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.site-footer__links li{margin-bottom:8px}.site-footer__links a{color:rgb(var(--color-text-muted));font-size:.9rem}.site-footer__links a:hover{color:rgb(var(--color-text))}.site-footer__newsletter-text{color:rgb(var(--color-text-muted));font-size:.9rem;margin-bottom:14px}.site-footer .newsletter-form{margin:0;max-width:none}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;border-top:1px solid rgb(var(--color-border));font-size:.8rem;color:rgb(var(--color-text-muted))}.site-footer__bottom a:hover{text-decoration:underline}.site-footer__payment{display:flex;gap:8px;flex-wrap:wrap}.payment-icon{height:24px;width:auto}.placeholder-svg{width:100%;height:100%;fill:rgb(var(--color-border));background:rgb(var(--color-background-alt))}@media(max-width:749px){.product-card__vendor,.product-info__vendor,.price__badge,.filter-checkbox__count,.site-footer__bottom,.blog-card__date,.cart-drawer__item-variant{font-size:.85rem}.price__unit,.product-form__unit-note,.cart-table__variant,.cart-summary__tax-note,.active-filters__pill,.announcement-bar{font-size:.92rem}.site-footer__links a,.site-footer__description,.site-footer__newsletter-text{font-size:1rem}.hero__eyebrow{font-size:.85rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
