:root{--color-surface: #F6F6F3;--color-muted-line: #ECECE7;--c-peach: #FBE3D0;--c-lavender: #E7E1F7;--c-sage: #E7EDD3;--c-butter: #F4EECB;--c-blush: #F8DEDE;--c-sky: #DEE8F6;--color-orange: var(--color-accent, #E8923A)}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:calc(1.6rem * var(--body-scale));line-height:1.6;-webkit-font-smoothing:antialiased;letter-spacing:-.005em;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.08;margin:0 0 .4em;color:var(--color-brown);text-transform:var(--heading-transform);letter-spacing:-.03em}h1{font-size:calc(4.6rem * var(--heading-scale));font-weight:800}h2{font-size:calc(3.4rem * var(--heading-scale));font-weight:800}h3{font-size:calc(2.2rem * var(--heading-scale))}h4{font-size:calc(1.8rem * var(--heading-scale))}p{margin:0 0 1em}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2.4rem}.page-width--narrow{max-width:820px}.section{padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}.section--tight{padding-top:calc(var(--section-spacing) / 2);padding-bottom:calc(var(--section-spacing) / 2)}.section--surface{background:var(--color-surface)}.section-header{text-align:center;margin-bottom:4rem}.section-header--left{text-align:left}.section-header__subtitle{display:inline-block;color:var(--color-green-dark, #7e8a32);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:1.25rem;margin-bottom:1rem}.section-header h2{font-size:calc(3.2rem * var(--heading-scale))}.section-header p{color:var(--color-text-muted);max-width:580px;margin:1.2rem auto 0;font-size:1.6rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--5{grid-template-columns:repeat(5,1fr)}.btn,button.btn,.shopify-payment-button__button--unbranded{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.35rem 2.6rem;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1;letter-spacing:-.01em;border-radius:var(--radius-button);border:1.5px solid var(--color-button);background:var(--color-button);color:var(--color-button-text);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,filter .15s ease;text-align:center}.btn:hover{filter:brightness(.96);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--secondary{background:transparent;color:var(--color-brown);border-color:var(--color-border)}.btn--secondary:hover{background:var(--color-surface);border-color:var(--color-brown);filter:none}.btn--dark{background:var(--color-brown);border-color:var(--color-brown);color:#fff}.btn--light{background:#fff;border-color:#fff;color:var(--color-brown)}.btn--full{width:100%}.btn--small{padding:1rem 1.8rem;font-size:1.35rem}.btn--large{padding:1.6rem 3rem;font-size:1.6rem}.link-arrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--color-green-dark, #7e8a32)}.link-arrow:hover{gap:.9rem}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select{width:100%;padding:1.25rem 1.5rem;font-family:var(--font-body);font-size:1.5rem;color:var(--color-text);background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius-input);transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #afbe5840}label{display:block;font-weight:600;margin-bottom:.6rem;font-size:1.4rem}.card{background:var(--color-card);border:1.5px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow);overflow:hidden}.badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:100px;font-size:1.1rem;font-weight:700;letter-spacing:.02em;background:var(--color-brown);color:#fff}.badge--sale{background:var(--color-sale);color:var(--color-badge-text)}.badge--new{background:var(--color-green);color:var(--color-brown)}.badge--soldout{background:#8d8276;color:#fff}.discount-pill{background:var(--color-sale);color:#fff;font-weight:700;font-size:1.3rem;padding:.4rem 1rem;border-radius:8px}.tag-row{display:flex;flex-wrap:wrap;gap:.8rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;border:1.5px solid var(--color-border);border-radius:100px;font-size:1.3rem;font-weight:600;color:var(--color-brown)}.tag svg{width:15px;height:15px;color:var(--color-green-dark, #7e8a32)}.text-center{text-align:center}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;clip:rect(0 0 0 0);border:0}.rte a{color:var(--color-green-dark, #7e8a32);text-decoration:underline}.rte ul,.rte ol{padding-left:2rem}.product-card{position:relative;display:flex;flex-direction:column;height:100%}.product-card__media{position:relative;display:block;border-radius:var(--radius-card);overflow:hidden;background:var(--color-surface);aspect-ratio:var(--card-ratio, 1 / 1);border:1.5px solid var(--color-border)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .4s ease}.product-card__media .product-card__img--two{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__media .product-card__img--one{transform:scale(1.04)}.product-card:hover .product-card__media .product-card__img--two{opacity:1;transform:scale(1.04)}.product-card__badges{position:absolute;top:1.1rem;left:1.1rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.product-card__quick{position:absolute;left:1.1rem;right:1.1rem;bottom:1.1rem;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__quick{opacity:1;transform:translateY(0)}.product-card__info{padding:1.4rem .2rem 0;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__vendor{font-size:1.15rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.product-card__title{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;line-height:1.3;color:var(--color-brown);letter-spacing:-.01em}.product-card__rating{display:flex;align-items:center;gap:.4rem;font-size:1.25rem;color:var(--color-text-muted)}.product-card__stars{color:var(--color-orange);letter-spacing:1px}.product-card__price{font-weight:700;font-size:1.6rem;margin-top:auto;padding-top:.2rem}.price__compare{color:var(--color-text-muted);text-decoration:line-through;font-weight:500;margin-left:.6rem;font-size:1.4rem}.price--sale .price__regular{color:var(--color-sale)}.announcement{background:var(--color-brown);color:#fff;text-align:center;font-size:1.3rem;font-weight:500;padding:.9rem 2rem;letter-spacing:-.01em}.announcement a{text-decoration:underline}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--color-border);transition:box-shadow .2s ease}.site-header.is-stuck{box-shadow:0 4px 20px #35251c0f}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:1.3rem 0}.header__logo img{max-height:52px;width:auto}.header__logo .logo-text{font-family:var(--font-heading);font-size:2.2rem;color:var(--color-brown);font-weight:800;letter-spacing:-.03em}.header__nav{display:flex;justify-content:center;gap:2.8rem}.header__nav a{font-weight:600;font-size:1.45rem;color:var(--color-brown);position:relative;padding:.5rem 0;letter-spacing:-.01em}.header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;width:0;margin:0 auto;background:var(--color-green);transition:width .2s ease}.header__nav a:hover:after,.header__nav a[aria-current]:after{width:100%}.header__actions{display:flex;align-items:center;gap:1.2rem}.header__icon{background:none;border:0;cursor:pointer;color:var(--color-brown);padding:.5rem;position:relative;display:inline-flex}.header__icon svg{width:22px;height:22px}.cart-count{position:absolute;top:-2px;right:-4px;background:var(--color-green);color:var(--color-brown);font-size:1.05rem;font-weight:800;min-width:17px;height:17px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header-lang{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-brown)}.header-lang select{width:auto;padding:.5rem 1.8rem .5rem .6rem;font-family:var(--font-heading);font-weight:700;font-size:1.3rem;border:1.5px solid var(--color-border);border-radius:100px;background:#fff;cursor:pointer}@media screen and (max-width:560px){.header-lang svg{display:none}}.header__burger{display:none}.mobile-nav{position:fixed;top:0;right:30%;bottom:0;left:0;max-width:360px;background:#fff;z-index:120;transform:translate(-105%);transition:transform .3s ease;padding:2.4rem;overflow-y:auto;box-shadow:4px 0 30px #0000001f}.mobile-nav.is-open{transform:translate(0)}.mobile-nav a{display:block;font-size:1.7rem;font-weight:600;padding:1.2rem 0;border-bottom:1px solid var(--color-border)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#35251c73;opacity:0;visibility:hidden;transition:.3s;z-index:110}.overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:92vw;background:#fff;z-index:130;transform:translate(105%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 30px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid var(--color-border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 2rem}.cart-drawer__footer{padding:2rem;border-top:1px solid var(--color-border)}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:1.4rem;padding:1.6rem 0;border-bottom:1px solid var(--color-border);align-items:center}.cart-line__img{border-radius:12px;overflow:hidden;background:var(--color-surface)}.cart-line__title{font-weight:700;font-size:1.5rem}.cart-line__variant{font-size:1.3rem;color:var(--color-text-muted)}.qty{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:100px;overflow:hidden}.qty button{background:none;border:0;width:36px;height:38px;cursor:pointer;font-size:1.8rem;color:var(--color-brown)}.qty input{width:40px;border:0;text-align:center;padding:0;background:transparent}.free-ship-bar{background:var(--color-surface);border-radius:100px;height:8px;overflow:hidden;margin:1.4rem 0 .8rem}.free-ship-bar__fill{height:100%;background:var(--color-green);border-radius:100px;transition:width .4s ease}.hero{position:relative;border-radius:var(--radius-card);overflow:hidden;display:grid}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;display:block}.hero--overlay .hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero--overlay .hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#35251c2e,#35251c6b)}.hero__content{position:relative;z-index:2;padding:6rem 4rem;max-width:760px;align-self:center}.hero--center{text-align:center}.hero--center .hero__content{margin:0 auto}.hero__content .hero__heading{color:#fff;font-size:calc(5.6rem * var(--heading-scale));letter-spacing:-.035em;line-height:1.02}.hero__content.is-dark .hero__heading,.hero__content.is-dark p{color:#fff}.hero__content p{font-size:1.8rem;margin-bottom:2.6rem;color:#ffffffeb}.hero__buttons{display:flex;gap:1.2rem;flex-wrap:wrap}.hero--center .hero__buttons{justify-content:center}.hero__buttons .btn{white-space:nowrap;padding-left:2.6rem;padding-right:2.6rem}@media screen and (min-width:750px){.hero__buttons{flex-wrap:nowrap}}.hero--media-stack{grid-template-columns:1fr 1fr;align-items:stretch}.hero--media-stack .hero__content{padding:5rem}.hero--soft .hero__content,.hero--soft .hero__heading{color:var(--color-brown)}.hero--soft p{color:var(--color-text-muted)}.value-props{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.value-prop{display:flex;gap:1.2rem;align-items:flex-start;text-align:left;padding:0}.value-prop--center{flex-direction:column;align-items:center;text-align:center}.value-prop__icon{width:40px;height:40px;flex:none;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);color:var(--color-green-dark, #7e8a32)}.value-prop__icon svg{width:22px;height:22px}.value-prop h4{margin:0 0 .2rem;font-size:1.55rem}.value-prop p{color:var(--color-text-muted);font-size:1.35rem;margin:0}.cat-card{display:flex;flex-direction:column;gap:1.4rem;border-radius:var(--radius-card);padding:1.4rem 1.4rem 1.8rem;background:var(--c-peach);transition:transform .2s ease,box-shadow .2s ease}.cat-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #35251c1f}.cat-card__img{border-radius:calc(var(--radius-card) - 4px);overflow:hidden;aspect-ratio:4/3;background:#ffffff59}.cat-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cat-card:hover .cat-card__img img{transform:scale(1.05)}.cat-card__body{padding:0 .6rem}.cat-card__eyebrow{font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-brown);opacity:.55}.cat-card__title{font-family:var(--font-heading);font-weight:800;font-size:2rem;color:var(--color-brown);letter-spacing:-.02em;margin-top:.3rem;display:flex;align-items:center;gap:.6rem}.collection-card{position:relative;display:block;border-radius:var(--radius-card);overflow:hidden;aspect-ratio:1/1;border:1.5px solid var(--color-border)}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover img{transform:scale(1.05)}.collection-card__label{position:absolute;left:1.4rem;bottom:1.4rem;right:1.4rem;background:#fff;color:var(--color-brown);padding:1rem 1.6rem;border-radius:100px;font-family:var(--font-heading);font-weight:700;font-size:1.5rem;display:flex;justify-content:space-between;align-items:center}.cat-card--peach{background:var(--c-peach)}.cat-card--lavender{background:var(--c-lavender)}.cat-card--sage{background:var(--c-sage)}.cat-card--butter{background:var(--c-butter)}.cat-card--blush{background:var(--c-blush)}.cat-card--sky{background:var(--c-sky)}.promo-card{position:relative;border-radius:var(--radius-card);overflow:hidden;min-height:440px;display:flex;flex-direction:column;justify-content:flex-end;text-align:center;padding:3rem 2rem;background:var(--c-peach)}.promo-card__media{position:absolute;left:0;right:0;top:0;height:62%}.promo-card__media img{width:100%;height:100%;object-fit:cover}.promo-card__eyebrow{font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.promo-card__title{font-family:var(--font-heading);font-weight:800;font-size:2.6rem;color:var(--color-brown);margin:.4rem 0 1.6rem;letter-spacing:-.02em}.sale-band{position:relative;background:var(--color-green);border-radius:var(--radius-card);padding:5rem 3rem;text-align:center;overflow:hidden}.sale-band h2{color:var(--color-brown);font-size:calc(4.4rem * var(--heading-scale))}.sale-band p{color:var(--color-brown);opacity:.8;font-size:1.7rem}.countdown{display:flex;justify-content:center;gap:1.6rem;margin-top:2.4rem;flex-wrap:wrap}.countdown__unit{background:#fff9;border-radius:16px;padding:1.4rem 1.8rem;min-width:86px}.countdown__num{font-family:var(--font-heading);font-weight:800;font-size:3.2rem;color:var(--color-brown);line-height:1}.countdown__label{font-size:1.2rem;color:var(--color-brown);opacity:.7;text-transform:uppercase;letter-spacing:.08em;margin-top:.4rem}.image-text{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.image-text--reverse .image-text__media{order:2}.image-text__media img{border-radius:var(--radius-card)}.image-text__content p{color:var(--color-text-muted);font-size:1.65rem}.reviews-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;gap:1rem;flex-wrap:wrap}.reviews-nav{display:flex;align-items:center;gap:1rem;color:var(--color-text-muted)}.reviews-nav button{width:42px;height:42px;border-radius:100px;border:1.5px solid var(--color-border);background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.reviews-nav button:hover{border-color:var(--color-brown)}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial,.review-card{background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius-card);padding:2.4rem}.review-card__head{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.4rem}.review-card__avatar{width:46px;height:46px;border-radius:100px;object-fit:cover;background:var(--color-surface)}.review-card__name{font-weight:700;font-size:1.5rem}.review-card__role{font-size:1.25rem;color:var(--color-text-muted)}.testimonial__stars,.review-card__stars{color:var(--color-orange);font-size:1.5rem;letter-spacing:2px;margin-bottom:.8rem}.testimonial__quote{font-size:1.55rem}.review-card h4{margin:0 0 .6rem;font-size:1.7rem}.review-card p{color:var(--color-text-muted);font-size:1.45rem}.testimonial__author{font-weight:700;margin-top:1.4rem}.testimonial__author span{display:block;font-weight:500;color:var(--color-text-muted);font-size:1.3rem}.newsletter{background:var(--color-brown);border-radius:var(--radius-card);color:#fff;padding:5rem;text-align:center}.newsletter h2{color:#fff}.newsletter p{color:#ffffffd1;max-width:520px;margin:0 auto 2.4rem}.newsletter__form{display:flex;gap:1rem;max-width:480px;margin:0 auto}.newsletter__form input{flex:1}.article-card__media{border-radius:var(--radius-card);overflow:hidden;aspect-ratio:16/10;border:1.5px solid var(--color-border)}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.article-card:hover .article-card__media img{transform:scale(1.04)}.article-card__meta{font-size:1.25rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin:1.4rem 0 .6rem}.article-card__title{font-size:1.9rem}.article-card__excerpt{color:var(--color-text-muted);font-size:1.45rem}.site-footer{background:var(--color-brown);color:#ffffffc7;padding-top:6rem}.site-footer h4{color:#fff;margin-bottom:1.6rem;font-size:1.5rem}.footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:4rem}.footer__about p{color:#ffffffa6;font-size:1.45rem}.footer__menu a{display:block;padding:.5rem 0;color:#ffffffc7;font-size:1.45rem}.footer__menu a:hover{color:var(--color-green)}.footer__logo img{max-height:60px;margin-bottom:1.6rem}.footer__social{display:flex;gap:1rem;margin-top:1.6rem}.footer__social a{width:40px;height:40px;border-radius:100px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer__social a:hover{background:var(--color-green);color:var(--color-brown)}.footer__social svg{width:17px;height:17px}.footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding:2.2rem 0;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;font-size:1.3rem}.footer__newsletter input{background:#ffffff14;border-color:#ffffff2e;color:#fff}.footer__newsletter input::placeholder{color:#ffffff8c}.product{display:grid;grid-template-columns:1.05fr 1fr;gap:4.5rem;align-items:start}.product__gallery{display:grid;grid-template-columns:76px 1fr;gap:1.2rem;position:sticky;top:90px}.product__thumbs{display:flex;flex-direction:column;gap:1rem}.product__thumbs button{width:76px;height:76px;border-radius:14px;overflow:hidden;border:1.5px solid var(--color-border);padding:0;cursor:pointer;background:var(--color-surface)}.product__thumbs button.is-active{border-color:var(--color-brown);border-width:2px}.product__thumbs img{width:100%;height:100%;object-fit:cover}.product__main-image{order:2;border-radius:var(--radius-card);overflow:hidden;background:var(--color-surface);border:1.5px solid var(--color-border);aspect-ratio:1/1}.product__gallery .product__thumbs{order:1}.product__main-image img{width:100%;height:100%;object-fit:cover}.product__title{font-size:calc(3.4rem * var(--heading-scale))}.product__price{display:flex;align-items:center;gap:1rem;font-size:2.4rem;font-weight:800;margin:1rem 0 1.2rem}.product__price .price__compare{font-size:1.8rem}.product__rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;color:var(--color-text-muted);font-size:1.4rem}.product__rating .stars{color:var(--color-orange);font-size:1.7rem}.stock-bar{margin:1.4rem 0}.stock-bar__label{display:flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:600;color:var(--color-sale);margin-bottom:.6rem}.stock-bar__label:before{content:"";width:9px;height:9px;border-radius:100px;background:var(--color-sale);display:inline-block}.stock-bar__track{height:8px;border-radius:100px;background:var(--color-surface);overflow:hidden}.stock-bar__fill{height:100%;background:linear-gradient(90deg,var(--color-sale),var(--color-orange));border-radius:100px}.product__desc{color:var(--color-text-muted);font-size:1.55rem}.product__options{margin:2rem 0}.product__option{margin-bottom:1.6rem}.product__option legend{font-weight:700;margin-bottom:.8rem;font-size:1.45rem}.swatch-group{display:flex;gap:.8rem;flex-wrap:wrap}.swatch{padding:.9rem 1.6rem;border:1.5px solid var(--color-border);border-radius:100px;cursor:pointer;font-weight:600;background:#fff;font-size:1.4rem}.swatch input{position:absolute;opacity:0}.swatch:has(input:checked){border-color:var(--color-brown);background:var(--color-brown);color:#fff}.product__buy{display:flex;gap:1rem;margin:2rem 0 1rem}.product__buy .btn{flex:1}.product__trust{display:flex;flex-direction:column;gap:1rem;margin-top:1.4rem}.product__trust li{display:flex;gap:1rem;align-items:center;list-style:none;font-size:1.45rem}.product__trust svg{width:20px;height:20px;color:var(--color-green-dark, #7e8a32);flex:none}.info-card{border:1.5px solid var(--color-border);border-radius:var(--radius-card);padding:1.6rem 1.8rem;margin-top:1.4rem;display:flex;gap:1.2rem;align-items:flex-start;font-size:1.4rem}.info-card svg{width:22px;height:22px;color:var(--color-green-dark, #7e8a32);flex:none}.info-card strong{color:var(--color-brown)}.coupon{border:1.5px dashed var(--color-sale);color:var(--color-sale);border-radius:8px;padding:.5rem 1rem;font-weight:700;font-size:1.3rem}.payment-icons{display:flex;gap:.8rem;align-items:center;margin-top:1rem;flex-wrap:wrap}.payment-icons span{border:1.5px solid var(--color-border);border-radius:6px;padding:.4rem .8rem;font-size:1.1rem;font-weight:700;color:var(--color-text-muted)}.product__accordion{margin-top:1.4rem}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__head{width:100%;text-align:left;background:none;border:0;padding:1.7rem 0;font-family:var(--font-heading);font-weight:700;font-size:1.6rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--color-brown)}.accordion__body{padding-bottom:1.7rem;color:var(--color-text-muted);display:none;font-size:1.45rem}.accordion__item.is-open .accordion__body{display:block}.accordion__item.is-open .accordion__head .plus{transform:rotate(45deg)}.plus{transition:transform .2s ease;font-size:2.2rem;line-height:1}.collection-hero{text-align:center;margin-bottom:3.5rem}.collection-hero h1{font-size:calc(4rem * var(--heading-scale))}.collection-hero p{color:var(--color-text-muted);max-width:620px;margin:1rem auto 0;font-size:1.6rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.4rem;gap:1.6rem;flex-wrap:wrap;color:var(--color-text-muted);font-size:1.4rem}.collection-toolbar select{width:auto}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}.facets__group{border-bottom:1px solid var(--color-border);padding:1.6rem 0}.facets__group summary{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.facets label{font-weight:400;display:flex;align-items:center;gap:.8rem;margin:1rem 0 0;font-size:1.45rem}.page-hero{text-align:center;padding:5rem 0 2rem}.page-hero h1{font-size:calc(4rem * var(--heading-scale))}.faq__list{max-width:760px;margin:0 auto}.empty-state{text-align:center;padding:6rem 0}.empty-state svg{width:80px;height:80px;color:var(--color-green);margin:0 auto 2rem}.pagination{display:flex;justify-content:center;gap:.8rem;margin-top:4rem}.pagination a,.pagination span{padding:1rem 1.5rem;border-radius:100px;border:1.5px solid var(--color-border);font-weight:700}.pagination .current{background:var(--color-brown);color:#fff;border-color:var(--color-brown)}.breadcrumb{font-size:1.3rem;color:var(--color-text-muted);margin-bottom:2rem}.breadcrumb a:hover{color:var(--color-brown)}@media screen and (max-width:1100px){.grid--5{grid-template-columns:repeat(3,1fr)}.footer__top{grid-template-columns:1fr 1fr}}@media screen and (max-width:990px){.header__nav{display:none}.header__burger{display:inline-flex}.product{grid-template-columns:1fr;gap:3rem}.product__gallery{position:static;grid-template-columns:1fr}.product__thumbs{flex-direction:row;order:2}.image-text{grid-template-columns:1fr}.image-text--reverse .image-text__media{order:0}.hero--media-stack,.testimonials{grid-template-columns:1fr}.value-props{grid-template-columns:1fr 1fr}.collection-layout{grid-template-columns:1fr}.hero__content{padding:4rem 2.4rem}}@media screen and (max-width:749px){h1{font-size:calc(3.4rem * var(--heading-scale))}h2,.section-header h2{font-size:calc(2.6rem * var(--heading-scale))}.grid--2,.grid--3,.grid--4,.grid--5{grid-template-columns:1fr;gap:2rem}.value-props,.footer__top{grid-template-columns:1fr 1fr}.newsletter{padding:3rem 1.8rem}.newsletter__form{flex-direction:column}.section{padding-top:calc(var(--section-spacing) * .7);padding-bottom:calc(var(--section-spacing) * .7)}.page-width:has(>.hero){padding-left:0;padding-right:0}.hero{border-radius:0}.hero--overlay{min-height:76vh}.hero__content{align-self:flex-end;padding:3rem 2rem 3.4rem}.hero__content .hero__heading{font-size:calc(3.8rem * var(--heading-scale))}.hero__buttons{flex-direction:column;align-items:stretch}.hero__buttons .btn{width:100%}.product-card__quick{opacity:1;transform:none}.promo-card{min-height:380px}}@media screen and (max-width:480px){.value-props,.footer__top{grid-template-columns:1fr}}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#fffffff7;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #35251c14;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1rem 1.6rem;transform:translateY(110%);transition:transform .25s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__info{display:flex;align-items:center;gap:1rem;min-width:0}.sticky-atc__info img{width:44px;height:44px;border-radius:10px;object-fit:cover;flex:none}.sticky-atc__info strong{display:block;font-size:1.4rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}.sticky-atc__info span{font-size:1.35rem;font-weight:700;color:var(--color-sale)}.sticky-atc .btn{white-space:nowrap}@media screen and (min-width:750px){.sticky-atc{display:none}}.review-track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.review-track::-webkit-scrollbar{display:none}.review-track>.review-card{flex:0 0 calc(33.333% - 1.34rem);scroll-snap-align:start}@media screen and (max-width:990px){.review-track>.review-card{flex:0 0 70%}}@media screen and (max-width:560px){.review-track>.review-card{flex:0 0 86%}}.cookie-consent{position:fixed;left:1.6rem;right:1.6rem;bottom:1.6rem;z-index:200;max-width:560px;margin:0 auto;background:var(--color-brown);color:#fff;border-radius:var(--radius-card);padding:1.8rem 2rem;box-shadow:0 16px 40px #00000040;display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.cookie-consent[hidden]{display:none}.cookie-consent p{margin:0;font-size:1.35rem;color:#ffffffd9;flex:1;min-width:220px}.cookie-consent a{color:var(--color-green);text-decoration:underline}.cookie-consent__btns{display:flex;gap:.8rem}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#35251c73;opacity:0;visibility:hidden;transition:.2s}.search-overlay.is-open{opacity:1;visibility:visible}.search-panel{background:#fff;max-width:720px;margin:8vh auto 0;border-radius:var(--radius-card);padding:2rem;box-shadow:0 20px 60px #0003}.search-panel input{font-size:1.7rem;padding:1.4rem 1.6rem}.search-suggestions{margin-top:1.4rem;display:grid;gap:.6rem}.search-suggestion{display:flex;align-items:center;gap:1.2rem;padding:1rem;border-radius:12px}.search-suggestion:hover{background:var(--color-surface)}.search-suggestion img{width:48px;height:48px;border-radius:10px;object-fit:cover}.search-suggestion strong{font-size:1.5rem;display:block}.search-suggestion span{font-size:1.35rem;color:var(--color-text-muted)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--color-green);outline-offset:2px;border-radius:6px}.btn:focus-visible{outline-offset:3px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
