*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:1.5;letter-spacing:0;overflow-x:hidden}body.drawer-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.container{width:min(calc(100% - 2rem),88rem);margin:auto}.content-width{max-width:64rem}.section{padding:clamp(4.5rem,9vw,8.5rem) 0}.section--soft,.page-banner{background:color-mix(in srgb,var(--secondary) 55%,var(--bg))}.page-banner{padding:clamp(4rem,7vw,7rem) 0}.display,.section-title,h1,h2,h3{font-family:var(--font-heading);font-weight:500;letter-spacing:0}.section-title{font-size:clamp(2.2rem,4.2vw,4.5rem);line-height:1.04;margin:.8rem 0 0}.section-intro{max-width:42rem;color:var(--muted);margin:1.25rem 0 0}.eyebrow{font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--primary);margin:0}.eyebrow--light{color:color-mix(in srgb,var(--on-primary) 65%,transparent)}.eyebrow--accent{color:var(--accent)}.muted{color:var(--muted)}.centered{text-align:center;margin-inline:auto}.richtext{line-height:1.9}.button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--primary);border-radius:4px;background:var(--primary);color:var(--on-primary);padding:.7rem 1.25rem;font-size:.82rem;font-weight:600;transition:.2s}.button:hover{filter:brightness(1.12);transform:translateY(-1px)}.button svg{width:1rem}.button--secondary{background:var(--secondary);border-color:var(--secondary);color:var(--primary)}.button--outline{background:transparent;color:var(--primary)}.button--outline-light{background:transparent;color:var(--on-primary);border-color:color-mix(in srgb,var(--on-primary) 40%,transparent)}.button--full{width:100%}.icon-button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:0;background:transparent;padding:0;position:relative}.announcement{min-height:32px;background:var(--primary);color:var(--on-primary);display:flex;align-items:center;justify-content:center;padding:.4rem 1rem;text-align:center;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.desktop-nav{display:flex;flex:1;gap:1.75rem}.desktop-nav--right{justify-content:flex-end}.nav-link{position:relative;font-size:.78rem;font-weight:600;text-transform:uppercase}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-.5rem;height:1px;background:var(--primary);transform:scaleX(0);transition:.2s}.nav-link:hover:after{transform:scaleX(1)}.logo{width:96px;height:64px;overflow:hidden;flex:none}.logo img,.footer-logo img{width:100%;height:100%;object-fit:cover;transform:scale(1.82)}.header-actions{display:flex}.cart-count{position:absolute;right:0;top:0;background:var(--primary);color:var(--on-primary);min-width:1rem;height:1rem;border-radius:50%;font-size:.6rem;display:grid;place-items:center}.mobile-only{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--bg);padding:1.5rem}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center}.mobile-menu__head .display{font-size:2rem}.mobile-menu nav{display:flex;flex-direction:column;margin-top:2rem}.mobile-menu nav a{padding:1rem 0;border-bottom:1px solid var(--border);font-family:var(--font-heading);font-size:1.75rem}.hero{display:grid;grid-template-columns:.92fr 1.08fr;min-height:calc(100svh - 108px);background:var(--primary);color:var(--on-primary)}.hero__copy{display:flex;align-items:center;padding:4rem max(2rem,calc((100vw - 88rem)/2))}.hero h1{font-size:clamp(3.4rem,6vw,6.8rem);line-height:.94;margin:1.25rem 0 0}.hero__text{max-width:38rem;color:color-mix(in srgb,var(--on-primary) 75%,transparent);font-size:1.08rem;line-height:1.7;margin-top:1.75rem}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2.2rem}.hero__media{position:relative;min-height:32rem}.cover{width:100%;height:100%;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3rem 1.5rem;margin-top:3rem}.product-card{min-width:0}.product-card__media{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--secondary)}.product-card__media img,.product-card__placeholder,.product-card__placeholder svg{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__media img{transform:scale(1.035)}.badge{position:absolute;left:.75rem;top:.75rem;background:var(--bg);padding:.4rem .55rem;font-size:.62rem;font-weight:600;text-transform:uppercase}.product-card__content{padding-top:1.15rem}.product-card__title{display:block;font:500 1.35rem var(--font-heading);margin-top:.4rem}.product-card__description{font-size:.86rem;min-height:2.7rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem;gap:.5rem}.price{font-weight:600}.compare-price{font-size:.8rem;color:var(--muted);margin-left:.35rem}.product-card .icon-button{width:2.5rem;height:2.5rem;padding:0}.empty-products{text-align:center;border-block:1px solid var(--border);padding:5rem 1rem;margin-top:3rem}.empty-products .display{font-size:2rem;margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}.category-card{height:28rem;position:relative;overflow:hidden;color:var(--on-primary)}.category-card--offset{margin-top:3rem}.category-card>img{transition:transform .7s}.category-card:hover>img{transform:scale(1.03)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 35%,color-mix(in srgb,var(--primary) 85%,transparent))}.category-content{position:absolute;inset:auto 0 0;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.category-content .display{font-size:1.55rem}.category-content svg{margin-top:.75rem}.split{display:grid;grid-template-columns:1fr 1fr}.split__media{min-height:34rem}.split__copy{display:flex;flex-direction:column;justify-content:center;padding:4rem clamp(2rem,7vw,7rem);align-items:flex-start}.split__copy .richtext{margin-top:1.5rem}.split__copy .button{margin-top:1rem}.values{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border);margin-top:3.5rem}.value{padding:2.5rem 1.5rem;border-right:1px solid var(--border)}.value:last-child{border:0}.value>svg{color:var(--primary);width:1.5rem}.value h3{font-size:1.25rem;margin:1.75rem 0 .5rem}.value p{font-size:.86rem}.editorial{background:var(--fg);color:var(--bg);padding:4rem 0}.editorial__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:5rem}.editorial__media{height:34rem}.editorial h2,.final-cta h2{font-size:clamp(2.8rem,5vw,5.5rem);line-height:1.02;margin:1rem 0}.editorial .richtext{color:color-mix(in srgb,var(--bg) 70%,transparent)}.editorial .button{margin-top:1rem}.product-carousel{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:1.25rem;margin-top:3rem;padding-bottom:1rem;scrollbar-width:none}.product-carousel>.product-card{width:calc(25% - 1rem);flex:none;scroll-snap-align:start}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);margin-top:3rem}.testimonials blockquote{margin:0;background:var(--bg);padding:2.5rem}.testimonials .display{font-size:1.55rem;line-height:1.4}.testimonials footer{font-size:.7rem;text-transform:uppercase;color:var(--muted);margin-top:2rem}.newsletter{text-align:center;max-width:50rem}.newsletter .section-intro{margin-inline:auto}.newsletter-form{display:flex;max-width:36rem;margin:2rem auto 0;gap:.75rem}.newsletter-form input,.search-form input,input,select,textarea{min-height:2.75rem;border:1px solid var(--border);background:transparent;border-radius:4px;padding:.7rem .85rem}.newsletter-form input{flex:1}.final-cta{position:relative;overflow:hidden;background:var(--primary);color:var(--on-primary);text-align:center;padding:7rem 0}.final-cta .container{position:relative}.final-cta h2{max-width:60rem;margin-inline:auto}.final-cta .button{margin-top:1.25rem}.botanical-circle{position:absolute;border:1px solid color-mix(in srgb,var(--on-primary) 12%,transparent);border-radius:50%}.botanical-circle--one{width:18rem;height:18rem;right:-5rem;top:-4rem}.botanical-circle--two{width:22rem;height:22rem;left:20%;bottom:-13rem}.footer{background:var(--primary);color:var(--on-primary)}.footer-grid{display:grid;grid-template-columns:1.2fr 2fr;gap:5rem;padding-block:5rem}.footer-logo{display:block;width:160px;height:96px;overflow:hidden}.footer-grid>div>p{max-width:24rem;color:color-mix(in srgb,var(--on-primary) 70%,transparent);font-size:.86rem}.socials{display:flex;gap:1rem;font-size:.8rem}.footer-menus{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer .eyebrow{color:color-mix(in srgb,var(--on-primary) 60%,transparent)}.footer ul{list-style:none;padding:0}.footer li{margin:.7rem 0;font-size:.85rem;color:color-mix(in srgb,var(--on-primary) 80%,transparent)}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--on-primary) 15%,transparent)}.footer-bottom .container{display:flex;justify-content:space-between;padding-block:1.5rem;font-size:.7rem;color:color-mix(in srgb,var(--on-primary) 55%,transparent)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0008;opacity:0;transition:.2s}.is-open .cart-overlay{opacity:1}.cart-panel{position:absolute;right:0;top:0;width:min(100%,30rem);height:100%;background:var(--bg);padding:1.5rem;transform:translate(100%);transition:.3s;display:flex;flex-direction:column}.is-open .cart-panel{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font-size:2rem;margin:.3rem 0}.cart-lines{overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-line img{width:5rem;height:5rem;object-fit:cover}.cart-line__title{font-weight:600}.quantity{display:flex;width:max-content;border:1px solid var(--border);margin-top:.7rem}.quantity button{border:0;background:transparent;width:2.25rem;height:2.25rem;display:grid;place-items:center}.quantity span,.quantity input{width:2.5rem;border:0;text-align:center;padding:0}.drawer-summary{border-top:1px solid var(--border);padding-top:1rem}.drawer-summary>div{display:flex;justify-content:space-between}.drawer-summary .button{margin-top:.6rem}.empty-state{text-align:center;margin:auto;padding:4rem 1rem}.empty-state>svg{width:2.5rem;margin:auto;color:var(--primary)}.empty-state .display{font-size:2rem}.empty-state--page{border-block:1px solid var(--border);margin-top:3rem}.product-page{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:5rem;min-width:0}.product-page>*{min-width:0}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-media{aspect-ratio:1;background:var(--secondary)}.product-media:first-child{grid-column:1/-1;aspect-ratio:4/5}.product-media img,.product-media svg{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:8rem;align-self:start}.product-info h1{font-size:clamp(3rem,5vw,4.5rem);line-height:1.05;margin:1rem 0}.product-lead{font-size:1.08rem;color:var(--muted)}.product-price{font-size:1.3rem;margin:1.5rem 0}.product-info form{display:grid;gap:.8rem;border-block:1px solid var(--border);padding:1.5rem 0}.product-info label{font-size:.72rem;text-transform:uppercase;font-weight:600}.shopify-payment-button__button{border-radius:4px!important}.product-notes{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);padding:1rem 0}.product-info details{border-top:1px solid var(--border);padding:1rem 0}.product-info summary{cursor:pointer;font-weight:600}.rte img{height:auto}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:1rem}.collections-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.collection-card{display:grid;grid-template-columns:1fr 1fr;background:var(--secondary);min-height:26rem;overflow:hidden}.collection-card>img,.collection-card>svg{width:100%;height:100%;object-fit:cover}.collection-card>div{padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.collection-card .display{font-size:2rem;margin:.7rem 0}.pagination{text-align:center;margin-top:3rem}.pagination .page,.pagination a{margin:0 .4rem}.cart-page{display:grid;grid-template-columns:1fr 24rem;gap:4rem;margin-top:3rem}.cart-page-line{display:grid;grid-template-columns:8rem 1fr;gap:1.25rem;border-bottom:1px solid var(--border);padding:1rem 0}.cart-page-line img{width:8rem;height:8rem;object-fit:cover}.cart-page-line .display{font-size:1.5rem}.order-summary{height:max-content;background:var(--secondary);padding:2rem}.order-summary .display{font-size:1.7rem}.order-summary>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:1rem 0}.order-summary label{display:grid;margin:1rem 0}.search-form{display:flex;gap:.75rem;max-width:36rem;margin-top:2rem}.search-form input{flex:1}.contact-form,.account-form{display:grid;gap:1.25rem;max-width:48rem}.contact-form label,.account-form label{display:grid;gap:.4rem;font-size:.8rem;font-weight:600}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.skip-link,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link:focus{width:auto;height:auto;clip:auto;z-index:100;background:var(--bg);padding:1rem}.fade-up{animation:fadeUp .8s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}}@media(max-width:989px){.desktop-nav{display:none}.mobile-only{display:grid}.header-inner>.mobile-only{flex:1;justify-content:start}.hero{grid-template-columns:1fr;min-height:0}.hero__copy{padding:4rem 1rem}.hero__media{min-height:55svh}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:1fr 1fr}.category-card--offset{margin-top:0}.values{grid-template-columns:1fr 1fr}.value:nth-child(2){border-right:0}.value{border-bottom:1px solid var(--border)}.editorial__grid{gap:2rem}.product-carousel>.product-card{width:42vw}.product-page{grid-template-columns:1fr;gap:3rem}.product-info{position:static}.cart-page{grid-template-columns:1fr}.footer-grid{gap:2rem}}@media(max-width:749px){.logo{width:80px}.header-actions>a{display:none}.section{padding:4rem 0}.hero h1{font-size:3.4rem}.hero__media{min-height:50svh}.button-row{flex-direction:column}.button-row .button{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:2.5rem .8rem}.product-card__title{font-size:1.1rem}.product-card__description{display:none}.category-grid{grid-template-columns:1fr}.category-card{height:24rem}.split{grid-template-columns:1fr}.split__copy{padding:4rem 1rem}.values{grid-template-columns:1fr}.value{border-right:0}.editorial__grid{grid-template-columns:1fr}.editorial__media{height:28rem}.product-carousel>.product-card{width:78vw}.testimonials{grid-template-columns:1fr}.newsletter-form,.search-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-menus{grid-template-columns:1fr 1fr}.footer-bottom .container{flex-direction:column;gap:.5rem}.product-gallery{gap:.5rem}.product-page{gap:2rem}.collections-grid{grid-template-columns:1fr}.collection-card{grid-template-columns:1fr;min-height:0}.collection-card>img{height:20rem}.two-fields{grid-template-columns:1fr}.collection-toolbar{align-items:flex-start;gap:1rem;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.hero__media{overflow:hidden}.hero__media>img{position:absolute;top:-2%;right:-2%;bottom:-2%;left:-2%;width:104%;height:104%;object-position:58% center}.hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,color-mix(in srgb,var(--primary) 30%,transparent),transparent 48%)}.hero__caption{position:absolute;right:1rem;bottom:1rem;color:var(--on-primary);font-size:.6rem;text-transform:uppercase;letter-spacing:.14em;writing-mode:vertical-rl}.depth-surface{--tilt-x:0deg;--tilt-y:0deg;--shift-x:0px;--shift-y:0px;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .5s cubic-bezier(.2,.8,.2,1);overflow:hidden}.depth-surface>img{transform:translate3d(var(--shift-x),var(--shift-y),24px) scale(1.035);transition:transform .55s cubic-bezier(.2,.8,.2,1)}.depth-card{transform:perspective(900px) translateZ(0);transform-origin:center 70%;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.final-cta:before{content:"";position:absolute;width:18rem;aspect-ratio:1;right:-8rem;top:-7rem;border:1px solid color-mix(in srgb,var(--on-primary) 12%,transparent);transform:rotate(18deg)}@media(hover:hover)and (pointer:fine){.depth-card:hover{transform:perspective(900px) rotateX(1.5deg) rotateY(-1.5deg) translateY(-7px)}}@media(max-width:989px){.hero__copy{padding:3.5rem 2.5rem 3rem}.hero h1{max-width:11ch;font-size:clamp(3.8rem,9vw,5rem)}.hero__media{min-height:44svh}.editorial__grid{grid-template-columns:1fr}.editorial__media{height:min(60svh,32rem)}}@media(max-width:749px){.hero__copy{min-height:54svh;padding:3.25rem 1rem 2.75rem}.hero h1{font-size:clamp(2.85rem,14vw,4rem);line-height:.96}.hero__text{font-size:.95rem;line-height:1.7;margin-top:1.25rem}.button-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1.5rem}.button-row .button{min-width:0;padding-inline:.65rem;white-space:normal}.hero__media{min-height:40svh}.category-card{height:22rem}.product-carousel>.product-card{width:72vw}.product-gallery{grid-template-columns:1fr}.product-media:first-child{grid-column:auto;aspect-ratio:4/5}.cart-page-line{grid-template-columns:5.5rem 1fr;gap:.85rem}.cart-page-line img{width:5.5rem;height:5.5rem}.order-summary{padding:1.25rem}.product-info h1{font-size:2.5rem}.editorial h2,.final-cta h2{font-size:clamp(2.7rem,12vw,4rem)}}@media(max-width:479px){.button-row{grid-template-columns:1fr}.product-card__description{display:none}.product-card__title{font-size:1.05rem}.product-gallery{display:block}.product-media{margin-bottom:.5rem}.footer-menus{grid-template-columns:1fr}.collection-card>img{height:16rem}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-up{animation:none!important}.depth-surface,.depth-surface>img,.depth-card{transform:none!important}}.hero--image{position:relative;display:block;min-height:calc(100svh - 108px);background:var(--primary);overflow:hidden}.hero--image .hero__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.hero--image .hero__media .cover{width:100%;height:100%;object-fit:cover}.hero--image .hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000ad,#00000061 48%,#00000014)}.hero--image .hero__copy{position:relative;z-index:2;min-height:calc(100svh - 108px);max-width:88rem;margin:auto;padding:5rem 1rem;display:flex;align-items:center}.hero--image .hero__content{max-width:44rem}.hero--image h1{font-size:clamp(3rem,6vw,6.5rem);max-width:12ch;text-shadow:0 2px 20px rgba(0,0,0,.15)}.hero--image .hero__text{max-width:38rem}.hero--image .button--secondary{background:var(--on-primary);color:var(--primary);border-color:var(--on-primary)}.card-action{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.card-action svg{width:.9rem;height:.9rem}.product-card__price{min-width:0}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;border-bottom:1px solid var(--border);padding:1rem 0;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.product-info details a,.footer a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.footer-contact{font-size:.8rem!important}.collection-count{font-weight:600}.product-section .product-info{max-width:40rem}.product-section .product-gallery{align-self:start}@media(max-width:749px){.announcement{font-size:.58rem;letter-spacing:.09em;min-height:34px;padding:.45rem .75rem}.hero--image,.hero--image .hero__copy{min-height:72svh}.hero--image .hero__copy{padding:4rem 1rem;align-items:flex-end}.hero--image .hero__overlay{background:linear-gradient(0deg,#000000b8,#0000002e 75%)}.hero--image h1{font-size:clamp(2.8rem,12vw,4.2rem);max-width:10ch}.hero--image .hero__text{font-size:.95rem}.hero--image .button-row{flex-direction:column;gap:.55rem}.hero--image .button-row .button{width:100%}.product-trust{grid-template-columns:1fr;gap:.35rem}.product-gallery{grid-template-columns:1fr 1fr}.product-media:first-child{grid-column:1/-1}.product-info h1{font-size:clamp(2.5rem,11vw,3.6rem)}.footer-menus{grid-template-columns:1fr}.footer li{margin:.55rem 0}}@media(min-width:750px)and (max-width:989px){.hero--image,.hero--image .hero__copy{min-height:78svh}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem .5rem}.product-card__media{aspect-ratio:1/1}.product-card__title{font-size:.78rem;line-height:1.25;margin-top:.45rem}.product-card__content{padding-top:.65rem}.product-card__footer{padding-top:.55rem;margin-top:.55rem;font-size:.68rem}.product-card .icon-button{width:1.8rem;height:1.8rem}.product-grid .product-card__description{display:none}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.category-card{height:17rem}.category-content{padding:1rem}.category-content .display{font-size:1.1rem}}@media(max-width:479px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem .4rem}.product-card__title{font-size:.68rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{height:14rem}.category-content{padding:.75rem}.category-content .display{font-size:.95rem}}.product-card--shop{border:1px solid color-mix(in srgb,var(--accent) 42%,var(--border));border-radius:1.25rem;background:var(--bg);overflow:hidden;padding:.55rem .55rem .7rem;box-shadow:0 2px 8px #1e190f08;transition:transform .2s ease,box-shadow .2s ease}.product-card--shop:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1e190f14}.product-card--shop .product-card__media-wrap{position:relative;border-radius:.95rem;overflow:hidden;background:color-mix(in srgb,var(--secondary) 88%,var(--bg))}.product-card--shop .product-card__media{display:block;aspect-ratio:1/1;overflow:hidden;background:color-mix(in srgb,var(--secondary) 88%,var(--bg))}.product-card--shop .product-card__media img,.product-card--shop .product-card__placeholder,.product-card--shop .product-card__placeholder svg{width:100%;height:100%;object-fit:contain}.product-card--shop .product-card__media img{transition:transform .35s ease}.product-card--shop:hover .product-card__media img{transform:scale(1.035)}.product-card__badges{position:absolute;inset:.7rem .7rem auto;display:flex;justify-content:space-between;align-items:flex-start;gap:.45rem;pointer-events:none}.product-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.42rem .72rem;border-radius:999px;font-size:.72rem;line-height:1;font-weight:700;white-space:nowrap;box-shadow:0 1px 4px #0000000d}.product-badge--discount{background:#e8bf24;color:#15130b}.product-badge--bestseller{background:#159447;color:#fff}.product-badge--unavailable{background:#302e29;color:#fff}.product-card--shop .product-card__content{padding:.75rem .15rem 0}.product-card--shop .product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.9rem;margin:0;font:600 1rem/1.35 var(--font-body);color:var(--fg)}.product-card__price-row{min-height:2rem;display:flex;align-items:center;margin-top:.25rem}.product-card--shop .price{font-size:1.05rem;font-weight:700}.product-card--shop .compare-price{font-size:.82rem;text-decoration:line-through;color:#aaa}.product-card--shop .product-card__form{display:grid;gap:.65rem;margin-top:.45rem}.product-card__variant-select{width:100%;height:2.55rem;-webkit-appearance:auto;appearance:auto;border:1px solid #26231f;border-radius:999px;background:var(--bg);padding:0 2.4rem 0 .85rem;font-size:.78rem;outline:none}.product-card__variant-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}.product-card__add-button{width:100%;min-height:2.65rem;display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#169a49;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:filter .2s ease,transform .2s ease}.product-card__add-button:hover{filter:brightness(.94);transform:translateY(-1px)}.product-card__add-button--disabled{background:var(--muted);text-decoration:none}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.1rem}}@media(min-width:990px)and (max-width:1199px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}@media(max-width:749px){.product-card--shop{border-radius:.75rem;padding:.3rem .3rem .45rem}.product-card--shop .product-card__media-wrap{border-radius:.55rem}.product-card__badges{inset:.35rem .35rem auto;gap:.2rem}.product-badge{min-height:1.25rem;padding:.25rem .35rem;font-size:.42rem}.product-card--shop .product-card__content{padding:.4rem .05rem 0}.product-card--shop .product-card__title{min-height:2.2rem;font-size:.62rem;line-height:1.2}.product-card__price-row{min-height:1.35rem;margin-top:.15rem}.product-card--shop .price{font-size:.68rem}.product-card--shop .compare-price{font-size:.5rem}.product-card--shop .product-card__form{gap:.3rem;margin-top:.3rem}.product-card__variant-select{height:1.55rem;border-radius:999px;padding:0 .35rem;font-size:.46rem}.product-card__add-button{min-height:1.65rem;border-radius:999px;font-size:.5rem;padding:0 .2rem}}@media(max-width:479px){.product-card__badges{inset:.28rem .28rem auto}.product-badge{min-height:1.05rem;padding:.2rem .28rem;font-size:.34rem}.product-card--shop .product-card__title{font-size:.56rem}.product-card--shop .price{font-size:.61rem}.product-card__variant-select{height:1.4rem;font-size:.4rem}.product-card__add-button{min-height:1.45rem;font-size:.42rem}}.product-card--shop .product-card__title{min-height:2.45rem;line-height:1.25}.product-card__price-row{min-height:1.65rem;margin-top:0}@media(max-width:749px){.product-card--shop .product-card__title{min-height:2rem;line-height:1.15}.product-card__price-row{min-height:1.2rem;margin-top:-.05rem}}@media(max-width:479px){.product-card--shop .product-card__title{min-height:1.75rem}.product-card__price-row{min-height:1.05rem;margin-top:-.08rem}}.product-card--shop .product-card__title{min-height:2.15rem;line-height:1.18}.product-card__price-row{min-height:1.45rem;margin-top:-.12rem}.product-card--shop .product-card__media{aspect-ratio:4/4.5}.product-card--shop .product-card__media img{transform:scale(1.08)}.product-card--shop:hover .product-card__media img{transform:scale(1.12)}@media(max-width:749px){.product-card--shop .product-card__title{min-height:1.75rem;line-height:1.12}.product-card__price-row{min-height:1.05rem;margin-top:-.12rem}.product-card--shop .product-card__media{aspect-ratio:4/4.5}.product-card--shop .product-card__media img{transform:scale(1.06)}.product-card--shop:hover .product-card__media img{transform:scale(1.09)}}@media(max-width:479px){.product-card--shop .product-card__title{min-height:1.55rem}.product-card__price-row{min-height:.95rem;margin-top:-.14rem}.product-card--shop .product-card__media img{transform:scale(1.05)}}.section{padding:3rem 0}.section-title{margin-top:.45rem}.section-intro{margin-top:.6rem}.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.category-grid{gap:.8rem;margin-top:1.5rem}.values{margin-top:1.5rem}.editorial{padding:3rem 0}.final-cta{padding:4rem 0}.view-all-product-card{min-width:0;aspect-ratio:auto;border:1px solid color-mix(in srgb,var(--accent) 42%,var(--border));border-radius:1.25rem;background:var(--primary);color:var(--on-primary);overflow:hidden;padding:.55rem;display:flex;align-items:stretch;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.view-all-product-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1e190f1f}.view-all-product-card__inner{width:100%;min-height:100%;border:1px solid color-mix(in srgb,var(--on-primary) 18%,transparent);border-radius:.95rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem}.view-all-product-card__eyebrow{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.view-all-product-card__title{font:500 clamp(1.6rem,2.4vw,2.4rem)/1.05 var(--font-heading);margin-top:.75rem}.view-all-product-card__count{max-width:14rem;margin-top:.75rem;font-size:.78rem;line-height:1.5;opacity:.75}.view-all-product-card__button{margin-top:1.5rem;min-height:2.5rem;padding:.65rem 1rem;border:1px solid color-mix(in srgb,var(--on-primary) 35%,transparent);border-radius:999px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}@media(max-width:749px){.section{padding:2rem 0}.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem .45rem;margin-top:1rem}.category-grid{gap:.6rem;margin-top:1rem}.values{margin-top:1rem}.editorial{padding:2.25rem 0}.final-cta{padding:3rem 0}.view-all-product-card{border-radius:.75rem;padding:.3rem}.view-all-product-card__inner{border-radius:.55rem;padding:1rem .45rem}.view-all-product-card__title{font-size:.9rem}.view-all-product-card__eyebrow{font-size:.35rem}.view-all-product-card__count{font-size:.42rem;line-height:1.3;margin-top:.4rem}.view-all-product-card__button{min-height:1.45rem;margin-top:.6rem;padding:.25rem .4rem;font-size:.4rem}}@media(max-width:479px){.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem .35rem}.view-all-product-card__inner{padding:.7rem .3rem}.view-all-product-card__title{font-size:.7rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
