:root{--color-bg:#FFFFFF;--color-cream:#FBF6EF;--color-sage:#8CA07A;--color-sage-dark:#5B6B4E;--color-sage-light:#E9EEE3;--color-text:#33302B;--color-text-muted:#726C63;--color-border:#E7E1D5;--color-accent:#C98A73;--color-white:#FFFFFF;--font-heading:"Fraunces", Georgia, serif;--font-body:"Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent:"Caveat", cursive;--radius-s:10px;--radius-m:18px;--radius-l:32px;--radius-pill:999px;--shadow-soft:0 12px 34px rgba(51,48,43,.08);--shadow-hover:0 20px 45px rgba(51,48,43,.14);--container-w:1280px;--header-h:84px;--ease:cubic-bezier(.22,.61,.36,1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:500;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em;color:var(--color-text)}h2{font-size:clamp(1.7rem,1.3rem + 1.6vw,2.6rem)}h3{font-size:1.25rem}p{margin:0 0 1em;color:var(--color-text-muted)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit}input,select,textarea{font-family:inherit;font-size:1rem}ul{list-style:none;margin:0;padding:0}.skip-to-content{position:absolute;left:-9999px;top:0;background:var(--color-sage-dark);color:#fff;padding:.8em 1.2em;z-index:999;border-radius:0 0 var(--radius-s) 0}.skip-to-content:focus{left:0}:focus-visible{outline:2px solid var(--color-sage-dark);outline-offset:2px}.container{max-width:var(--container-w);margin:0 auto;padding:0 24px}.container--narrow{max-width:820px}.icon svg{width:100%;height:100%;display:block}.icon{width:20px;height:20px;display:inline-flex}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.95em 1.9em;border-radius:var(--radius-pill);font-weight:700;font-size:.95rem;letter-spacing:.01em;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease)}.btn--sage{background:var(--color-sage);color:#fff;box-shadow:var(--shadow-soft)}.btn--sage:hover{background:var(--color-sage-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn--outline{border:1.5px solid var(--color-sage);color:var(--color-sage-dark)}.btn--outline:hover{background:var(--color-sage-light)}.btn--lg{padding:1.15em 2.4em;font-size:1.02rem}.btn--sm{padding:.6em 1.1em;font-size:.82rem;width:100%}.btn--block{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none!important}.icon svg .icon path{stroke:currentColor}.section,.hero-v2__content,.category-card,.why-us__item,.testimonial-card{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.section.is-visible,.hero-v2__content.is-visible,.category-card.is-visible,.why-us__item.is-visible,.testimonial-card.is-visible{opacity:1;transform:none}.announcement-bar{background:var(--color-sage-dark);color:#fff;overflow:hidden;font-size:.82rem;letter-spacing:.02em}.announcement-bar__track{display:flex;gap:3rem;padding:.55em 0;animation:marquee 22s linear infinite;white-space:nowrap;width:max-content}.announcement-bar__item{padding:0 1.2rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:relative;z-index:60;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:flex;align-items:center;gap:1.5rem;height:var(--header-h)}.site-header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:600}.site-header__nav{flex:1;display:none}.site-header__nav ul{display:flex;gap:2rem}.site-header__nav>ul>li{position:relative;padding:.5rem 0}.site-header__nav a{font-weight:600;font-size:.95rem}.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{display:block}.dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;box-shadow:var(--shadow-soft);border-radius:var(--radius-s);padding:.5rem;min-width:180px}.dropdown li a{display:block;padding:.5em .8em;border-radius:var(--radius-s);font-weight:500}.dropdown li a:hover{background:var(--color-sage-light)}.site-header__actions{display:flex;align-items:center;gap:.4rem;margin-left:auto}.site-header__icon-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.site-header__icon-btn:hover{background:var(--color-sage-light)}.site-header__count{position:absolute;top:2px;right:2px;background:var(--color-sage);color:#fff;font-size:.62rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.site-header__menu-toggle{display:flex}@media(min-width:990px){.site-header__nav{display:block}.site-header__menu-toggle{display:none}}@media(max-width:480px){.site-header__inner{gap:.6rem}.site-header__logo img{max-width:110px!important;width:auto!important;height:auto!important}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;visibility:hidden}.mobile-nav.is-open{visibility:visible}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#33302b59;opacity:0;transition:opacity .3s var(--ease)}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:min(340px,84vw);background:var(--color-cream);padding:1.5rem;transform:translate(-100%);transition:transform .35s var(--ease);overflow-y:auto}.mobile-nav.is-open .mobile-nav__panel{transform:none}.mobile-nav__panel ul{display:flex;flex-direction:column;gap:.3rem;margin-top:2rem}.mobile-nav__panel>ul>li>a{display:block;padding:.7em 0;font-family:var(--font-heading);font-size:1.15rem}.mobile-nav__panel ul ul{padding-left:1rem}.mobile-nav__panel ul ul a{font-size:.95rem;color:var(--color-text-muted);padding:.4em 0}.cart-drawer,.search-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;visibility:hidden}.cart-drawer.is-open,.search-drawer.is-open{visibility:visible}.cart-drawer__overlay,.search-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#33302b59;opacity:0;transition:opacity .3s var(--ease)}.cart-drawer.is-open .cart-drawer__overlay,.search-drawer.is-open .search-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,92vw);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s var(--ease)}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin:0;font-size:1.2rem}.cart-drawer__empty{padding:3rem 1.5rem;text-align:center}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem}.cart-item{display:flex;gap:.9rem}.cart-item__media img{width:76px;height:76px;object-fit:cover;border-radius:var(--radius-s);background:var(--color-cream)}.cart-item__info{flex:1}.cart-item__title{font-weight:700;display:block}.cart-item__variant{font-size:.82rem;color:var(--color-text-muted);margin:.2em 0}.cart-item__qty{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:.25em .7em;margin-top:.4em}.cart-item__qty button{width:18px;height:18px}.cart-item__remove{align-self:flex-start;opacity:.5}.cart-item__remove:hover{opacity:1}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1.2rem 1.5rem 1.5rem}.cart-drawer__row{display:flex;justify-content:space-between;margin-bottom:.4em;color:var(--color-text-muted)}.cart-drawer__row--total{font-weight:800;color:var(--color-text);font-size:1.05rem}.cart-drawer__note{font-size:.78rem;color:var(--color-text-muted);margin-bottom:1em}.cart-drawer__view-cart{display:block;text-align:center;margin-top:.7em;font-size:.85rem;text-decoration:underline}.trust-badges{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;font-size:.78rem;color:var(--color-text-muted);margin-top:1rem}.trust-badges span{display:inline-flex;align-items:center;gap:.4em}.trust-badges--mini{justify-content:center}.search-drawer__panel{position:absolute;top:0;left:0;right:0;background:#fff;transform:translateY(-100%);transition:transform .35s var(--ease);padding:1.5rem;max-height:80vh;overflow-y:auto}.search-drawer.is-open .search-drawer__panel{transform:none}.search-drawer__form{display:flex;align-items:center;gap:.8rem;border-bottom:2px solid var(--color-border);padding-bottom:1rem;max-width:var(--container-w);margin:0 auto}.search-drawer__form input[type=search]{flex:1;border:none;font-size:1.1rem;background:transparent}.search-drawer__form input:focus{outline:none}.search-drawer__form--inline{border-bottom:1px solid var(--color-border);padding:.9rem 1.2rem;border-radius:var(--radius-pill);background:var(--color-cream);margin-bottom:2rem}.search-drawer__results{max-width:var(--container-w);margin:1rem auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.hero-v2{background:var(--color-cream);padding:3.5rem 0 4rem;overflow:hidden}.hero-v2__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.hero-v2__content{position:relative;z-index:2}.hero-v2__heading{font-size:clamp(2rem,1.5rem + 2.4vw,3.2rem);margin-bottom:.4em}.hero-v2__subheading{font-size:1.05rem;max-width:480px;margin-bottom:1.6rem}.hero-v2__trust{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:1.4rem;font-size:.82rem;color:var(--color-text-muted)}.hero-v2__trust span{display:inline-flex;align-items:center;gap:.4em}.hero-v2__visual{position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem 0}.hero-v2__blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130%;max-width:560px;height:auto;z-index:0;pointer-events:none}.hero-v2__frame{position:relative;z-index:1;width:100%;max-width:420px;aspect-ratio:1/1;border-radius:var(--radius-l);overflow:hidden;box-shadow:var(--shadow-hover);background:#fff}.hero-v2__frame img{width:100%;height:100%;object-fit:cover}@media(min-width:900px){.hero-v2{padding:5rem 0}.hero-v2__grid{grid-template-columns:1fr 1fr;gap:3rem}}.section{padding:5.5rem 0}.section__heading{margin-bottom:2.6rem}.section__heading--row{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.section__heading--center{text-align:center;max-width:640px;margin:0 auto 2.6rem}.section__eyebrow{font-family:var(--font-accent);font-size:1.3rem;color:var(--color-sage-dark);margin-bottom:0}.link-more{font-weight:700;color:var(--color-sage-dark);white-space:nowrap;display:inline-flex;align-items:center;gap:.4em}.link-more .icon{width:16px;height:16px}.category-grid{background:var(--color-cream)}.category-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.category-card{position:relative;border-radius:var(--radius-l);overflow:hidden;aspect-ratio:1/1;display:block;box-shadow:var(--shadow-soft);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-sage-light)}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.category-card:hover .category-card__media img{transform:scale(1.06)}.category-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-sage);opacity:.5}.category-card__placeholder .icon{width:48px;height:48px}.category-card__label{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;background:#ffffffeb;border-radius:var(--radius-pill);padding:.7em 1.1em;font-weight:700;display:flex;align-items:center;justify-content:space-between}.category-card__label .icon{width:16px;height:16px;color:var(--color-sage-dark)}@media(min-width:700px){.category-grid__list{grid-template-columns:repeat(3,1fr)}}.why-us__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.why-us__item{text-align:center}.why-us__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--color-sage-light);color:var(--color-sage-dark);margin-bottom:1rem}.why-us__icon .icon{width:28px;height:28px}.why-us__item h3{font-size:1.05rem}.why-us__item p{font-size:.9rem}@media(min-width:700px){.why-us__grid{grid-template-columns:repeat(4,1fr)}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem 1.2rem}@media(min-width:700px){.product-grid--3,.product-grid--4{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;display:flex;flex-direction:column}.product-card__media,.product-card__placeholder{position:relative;border-radius:var(--radius-m);overflow:hidden;aspect-ratio:1/1;background:var(--color-cream)}.product-card__placeholder{display:flex;align-items:center;justify-content:center;color:var(--color-sage);opacity:.4}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-m);transition:opacity .4s var(--ease)}.product-card__img--hover,.product-card:hover .product-card__img--main{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card__wishlist{position:absolute;top:.7rem;right:.7rem;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);color:var(--color-sage-dark);transition:transform .2s;z-index:2}.product-card__wishlist:hover{transform:scale(1.08)}.product-card__wishlist.is-active{color:var(--color-accent)}.badge{position:absolute;top:.7rem;left:.7rem;font-size:.7rem;font-weight:800;padding:.35em .7em;border-radius:var(--radius-pill);z-index:2}.badge--sale{background:var(--color-accent);color:#fff}.badge--new{background:var(--color-sage);color:#fff;top:.7rem}.product-card__info{padding-top:.9rem}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:0}.product-card__title{font-size:.98rem;font-weight:700;margin:.2em 0 .4em;font-family:var(--font-body)}.product-card__title a:hover{text-decoration:underline}.product-card__quick-add{margin-top:.6em}.price{display:flex;align-items:baseline;gap:.5em;font-weight:800}.price__regular,.price__sale{font-size:1.02rem}.price__compare{color:var(--color-text-muted);text-decoration:line-through;font-weight:600;font-size:.88rem}.price__sale{color:var(--color-accent)}.price__badge{font-size:.7rem;background:var(--color-sage-light);color:var(--color-sage-dark);padding:.15em .5em;border-radius:var(--radius-pill);font-weight:700}.testimonials{background:var(--color-cream)}.stars{display:inline-flex;gap:.15em;color:var(--color-accent)}.stars .icon{width:16px;height:16px}.testimonials__summary{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:.6rem;font-weight:700;font-size:.9rem}.testimonials__grid{display:grid;gap:1.4rem;grid-template-columns:1fr}.testimonial-card{background:#fff;border-radius:var(--radius-m);padding:1.8rem;box-shadow:var(--shadow-soft)}.testimonial-card p{color:var(--color-text);font-style:italic;margin:.8em 0}.testimonial-card footer{display:flex;flex-direction:column;font-size:.85rem}.testimonial-card__name{font-weight:800}.testimonial-card__detail{color:var(--color-text-muted)}@media(min-width:700px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.faq-item{border-bottom:1px solid var(--color-border);padding:1.2rem 0}.faq-item summary{display:flex;justify-content:space-between;align-items:center;font-weight:700;list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon{transition:transform .3s var(--ease);flex-shrink:0;color:var(--color-sage-dark)}.faq-item[open] .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{padding-top:.8em;color:var(--color-text-muted)}.newsletter{background:var(--color-sage-dark);color:#fff;position:relative;overflow:hidden}.newsletter__inner{text-align:center;max-width:600px;position:relative}.newsletter__deco{position:absolute;top:-40px;right:-30px;width:160px;height:160px;border-radius:50%;background:#ffffff14}.newsletter h2{color:#fff}.newsletter__eyebrow{font-family:var(--font-accent);font-size:1.3rem;color:#dce6d2}.newsletter__text{color:#e7eedf}.newsletter-form{display:flex;gap:.6rem;max-width:420px;margin:1.4rem auto 0}.newsletter-form input{flex:1;border:none;border-radius:var(--radius-pill);padding:.9em 1.3em}.newsletter__disclaimer{font-size:.78rem;color:#cbd8c0;margin-top:1em}.form-success{color:#fff;font-weight:700;background:#ffffff1f;border-radius:var(--radius-s);padding:.6em 1em}.site-footer{background:var(--color-cream);padding:4.5rem 0 0;margin-top:2rem}.site-footer__grid{display:grid;gap:2.4rem;grid-template-columns:repeat(2,1fr)}.site-footer h3{font-size:.95rem;margin-bottom:1em}.site-footer ul{display:flex;flex-direction:column;gap:.6em}.site-footer a{color:var(--color-text-muted);font-size:.92rem}.site-footer a:hover{color:var(--color-sage-dark)}.site-footer__logo-text{font-family:var(--font-heading);font-size:1.4rem}.site-footer__about{font-size:.9rem;margin:.8em 0}.site-footer__social{display:flex;gap:1rem;font-size:.85rem;font-weight:700;flex-wrap:wrap}.newsletter-mini{display:flex;border:1px solid var(--color-border);border-radius:var(--radius-pill);overflow:hidden;background:#fff;margin-top:.8em}.newsletter-mini input{flex:1;border:none;padding:.7em 1em;background:transparent}.newsletter-mini button{width:44px;color:var(--color-sage-dark)}.site-footer__payments{display:flex;gap:.6rem;flex-wrap:wrap;padding:2rem 0;border-top:1px solid var(--color-border);margin-top:3rem}.payment-icon{height:26px;width:auto}.site-footer__bottom{border-top:1px solid var(--color-border);padding:1.2rem 24px;text-align:center;font-size:.8rem;color:var(--color-text-muted)}@media(min-width:700px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.site-footer__grid{grid-template-columns:2fr repeat(3,1fr)}}.breadcrumbs{display:flex;gap:.5em;font-size:.82rem;color:var(--color-text-muted);padding:1.4rem 0;flex-wrap:wrap}.product-page__grid{display:grid;gap:2.5rem;grid-template-columns:1fr;padding-bottom:4rem}.product-gallery__main{position:relative;border-radius:var(--radius-l);overflow:hidden;aspect-ratio:1/1;background:var(--color-cream)}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .35s var(--ease)}.product-gallery__slide.is-active{opacity:1;visibility:visible}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__zoom-hint{position:absolute;bottom:1rem;right:1rem;width:38px;height:38px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft)}.product-gallery__thumbs{display:flex;gap:.7rem;margin-top:1rem;overflow-x:auto}.product-gallery__thumb{width:70px;height:70px;flex-shrink:0;border-radius:var(--radius-s);overflow:hidden;opacity:.55;border:2px solid transparent;transition:opacity .2s,border-color .2s}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{opacity:1;border-color:var(--color-sage)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;color:var(--color-text-muted)}.product-info__title{font-size:clamp(1.6rem,1.3rem + 1vw,2.2rem)}.product-info .price{font-size:1.4rem;margin:1rem 0}.product-form{margin-top:1.6rem}.option-selector{margin-bottom:1.2rem}.option-selector label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.5em}.option-selector__values{display:flex;flex-wrap:wrap;gap:.6rem}.option-value{border:1.5px solid var(--color-border);border-radius:var(--radius-pill);padding:.5em 1.1em;font-size:.88rem;font-weight:600;transition:border-color .2s,background .2s}.option-value:hover{border-color:var(--color-sage)}.option-value.is-selected{border-color:var(--color-sage-dark);background:var(--color-sage-dark);color:#fff}.quantity-selector{margin-bottom:1.4rem}.quantity-selector label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.5em}.quantity-selector__control{display:inline-flex;align-items:center;gap:.9rem;border:1.5px solid var(--color-border);border-radius:var(--radius-pill);padding:.4em 1em}.quantity-selector__control input{width:36px;border:none;text-align:center;background:transparent}.js-add-to-cart{margin-bottom:1rem}.shopify-payment-button{margin-top:.6rem}.product-accordions{margin-top:2.2rem;border-top:1px solid var(--color-border)}.product-accordions details{border-bottom:1px solid var(--color-border);padding:1.1rem 0}.product-accordions summary{display:flex;justify-content:space-between;font-weight:700;cursor:pointer;list-style:none}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions details[open] .faq-item__icon{transform:rotate(45deg)}.product-accordions__content{padding-top:.8em;color:var(--color-text-muted)}.related-products,.product-reviews{background:var(--color-cream)}@media(min-width:900px){.product-page__grid{grid-template-columns:1.05fr 1fr;align-items:flex-start}.product-gallery{position:sticky;top:calc(var(--header-h) + 24px)}}.zoom-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;background:#141410e6;opacity:0;visibility:hidden;transition:opacity .3s var(--ease)}.zoom-lightbox.is-open{opacity:1;visibility:visible}.zoom-lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--radius-s)}.zoom-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;color:#fff;width:44px;height:44px;background:#ffffff1f;border-radius:50%;display:flex;align-items:center;justify-content:center}.collection-page{padding:2.5rem 0 5rem}.collection-page__header{text-align:center;max-width:700px;margin:0 auto 2rem}.collection-page__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.88rem;color:var(--color-text-muted)}.collection-page__sort select{border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:.5em 1em}.collection-page__empty{text-align:center;padding:4rem 0}.pagination{display:flex;justify-content:center;gap:.6rem;margin-top:3rem}.pagination a,.pagination span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.88rem}.pagination .is-current{background:var(--color-sage-dark);color:#fff;font-weight:700}.pagination__prev .icon{transform:scaleX(-1)}.page{padding:3.5rem 0}.rte p{margin-bottom:1.2em}.rte h2,.rte h3{margin-top:1.4em}.rte ul{list-style:disc;padding-left:1.4em;margin-bottom:1.2em}.rte a{text-decoration:underline}.contact-section{padding:4rem 0}.contact-form__row{margin-bottom:1.2rem}.contact-form__row label{display:block;font-weight:700;font-size:.88rem;margin-bottom:.4em}.contact-form__row input,.contact-form__row textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-s);padding:.8em 1em}.cart-page{padding:3rem 0 5rem}.cart-page__table{width:100%;border-collapse:collapse;margin:2rem 0}.cart-page__table th{text-align:left;font-size:.8rem;text-transform:uppercase;color:var(--color-text-muted);padding-bottom:1em;border-bottom:1px solid var(--color-border)}.cart-page__table td{padding:1em 0;border-bottom:1px solid var(--color-border);vertical-align:middle}.cart-page__product{display:flex;gap:1em;align-items:center}.cart-page__product img{border-radius:var(--radius-s)}.js-cart-page-qty{width:60px;padding:.4em;border:1px solid var(--color-border);border-radius:var(--radius-s)}.cart-page__summary{display:flex;align-items:center;gap:1.2rem;justify-content:flex-end;flex-wrap:wrap}@media(max-width:699px){.cart-page__table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.cart-page__table,.cart-page__table tbody,.cart-page__table tr,.cart-page__table td{display:block;width:100%}.cart-page__table tr{border:1px solid var(--color-border);border-radius:var(--radius-m);padding:1rem;margin-bottom:1rem}.cart-page__table td{border:none;padding:.4em 0}.cart-page__table td[data-label]{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-page__table td[data-label]:before{content:attr(data-label);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.cart-page__summary{justify-content:center;text-align:center}}.not-found{text-align:center;padding:6rem 0}.not-found__deco{display:inline-flex;color:var(--color-sage);width:56px;height:56px;margin-bottom:1rem}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-cream);padding:2rem}.password-page__card{background:#fff;padding:3rem;border-radius:var(--radius-l);box-shadow:var(--shadow-soft);text-align:center;max-width:420px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:#fff;box-shadow:0 -8px 30px #00000014;padding:.8rem 1rem;display:flex;align-items:center;gap:1rem;transform:translateY(110%);transition:transform .3s var(--ease);z-index:70}.sticky-atc.is-visible{transform:none}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-weight:700;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc .price{font-size:.85rem;margin:0}.sticky-atc .btn{white-space:nowrap;padding:.8em 1.4em}@media(min-width:900px){.sticky-atc{display:none}}.search-result-card{display:block;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-s)}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
