.not-found{min-height:42rem;display:grid;place-items:center;background:var(--color-background);text-align:center}.not-found h1{max-width:11ch;margin:.6rem auto 1rem;font-size:clamp(3rem,8vw,7rem);font-weight:500;letter-spacing:-.08em;line-height:.88}.not-found p:not(.eyebrow){margin:0 auto 1.8rem;color:var(--color-muted);font-size:1rem}.agent-home{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.agent-home__inner{margin-inline:auto;max-width:1480px;padding-block:clamp(2rem,4vw,3.5rem);padding-inline:1.5rem}.ai-stylist-layout{display:grid;grid-template-columns:350px 1fr;gap:2.5rem;align-items:start;margin-bottom:3.5rem}.ai-stylist-chat-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 30px #00000005;display:flex;flex-direction:column;height:650px;position:relative;overflow:hidden}.chat-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 1.25rem;background:#fff}.chat-header__info{display:flex;align-items:center;gap:.75rem}.chat-header__avatar{background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;height:38px;width:38px;box-shadow:0 4px 12px #7c3aed40}.chat-header__info h3{font-size:.95rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.4rem;color:#0f172a}.beta-badge{background:#f1f5f9;color:#6366f1;font-size:.62rem;font-weight:700;padding:1px 5px;border-radius:4px;letter-spacing:.5px}.chat-header__info p{font-size:.72rem;color:#64748b;margin:0}.chat-header__actions{display:flex;gap:.35rem}.chat-action-btn{background:transparent;border:0;color:#64748b;cursor:pointer;min-height:auto;padding:.45rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-action-btn:hover{background:#f8fafc;color:#0f172a;transform:none}.chat-history{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;background:#f8fafc}.chat-history::-webkit-scrollbar{width:6px}.chat-history::-webkit-scrollbar-track{background:transparent}.chat-history::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chat-bubble{max-width:88%;padding:.85rem 1.1rem;font-size:.85rem;line-height:1.5;position:relative;border-radius:16px}.chat-bubble__icon{position:absolute;left:-12px;top:10px;background:#8b5cf6;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #7c3aed4d}.chat-bubble--agent{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;color:#1e293b;margin-left:12px;border-radius:4px 16px 16px;box-shadow:0 2px 8px #00000003}.chat-bubble--user{align-self:flex-end;background:#6366f1;color:#fff;border-radius:16px 16px 4px;box-shadow:0 4px 12px #6366f133}.chat-time{display:block;font-size:.65rem;margin-top:.35rem;opacity:.65;text-align:right}.chat-summary-chips{display:flex;flex-direction:column;gap:.5rem;margin-top:.85rem}.chat-summary-chip{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:8px;color:#6d28d9;font-size:.78rem;font-weight:600;display:flex;align-items:center;gap:.55rem;padding:.5rem .75rem}.chat-summary-chip svg{color:#7c3aed;flex-shrink:0}.refine-drawer{position:absolute;bottom:85px;left:12px;right:12px;background:#fffffffa;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 30px #00000014;padding:1.25rem;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:.85rem;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.refine-drawer__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;margin-bottom:.25rem}.refine-drawer__header h4{font-size:.88rem;font-weight:700;margin:0;color:#0f172a}.refine-drawer__close{background:transparent;border:0;color:#94a3b8;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;min-height:auto}.refine-drawer__close:hover{color:#0f172a}.refine-drawer__field{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem}.refine-drawer__field label{display:flex;justify-content:space-between;color:#475569}.refine-drawer__field input[type=range]{width:100%;accent-color:#6366f1}.checkbox-field{flex-direction:row;align-items:center;gap:.5rem}.switch{position:relative;display:inline-block;width:32px;height:18px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.4s}.slider:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#6366f1}input:checked+.slider:before{transform:translate(14px)}.slider.round{border-radius:18px}.slider.round:before{border-radius:50%}.refine-preferences-container{padding:.75rem 1.25rem;background:#fff;border-top:1px solid #f1f5f9;display:flex;justify-content:center}.refine-btn{width:100%;background:#fff;border:1px solid #e2e8f0;color:#6366f1;font-size:.85rem;font-weight:600;min-height:2.25rem;border-radius:10px;padding:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.refine-btn:hover{background:#f5f3ff;border-color:#c084fc;transform:none}.chat-input-form{padding:.85rem 1.25rem;border-top:1px solid #f1f5f9;background:#fff;gap:.4rem}.chat-input-wrapper{position:relative;display:flex;align-items:center}.chat-input-wrapper input{width:100%;border:1px solid #cbd5e1;background:#fff;padding:.65rem 2.5rem .65rem 1.15rem;border-radius:999px;font-size:.85rem;min-height:2.35rem;transition:all .2s ease}.chat-input-wrapper input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.chat-send-btn{position:absolute;right:4px;background:#6366f1;color:#fff;border-radius:50%;width:32px;height:32px;min-height:auto;padding:0;display:flex;align-items:center;justify-content:center}.chat-send-btn:hover{background:#4f46e5;transform:scale(1.05)}.chat-send-btn svg{margin-right:-1px;margin-top:1px}.chat-disclaimer{font-size:.65rem;color:#94a3b8;text-align:center;margin:.35rem 0 0;display:flex;align-items:center;justify-content:center;gap:.25rem}.ai-stylist-results-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 30px #00000005;padding:1.75rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-header__title{display:flex;align-items:center;gap:.65rem}.results-sparkle{color:#7c3aed}.results-header h2{font-size:1.25rem;font-weight:700;margin:0;color:#0f172a;letter-spacing:-.2px}.how-it-works{font-size:.8rem;color:#64748b;text-decoration:none;display:flex;align-items:center;gap:.35rem;font-weight:600}.how-it-works:hover{color:#6366f1}.preferences-bar{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding-block:1rem;margin-bottom:1.75rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.preferences-bar__label{font-size:.85rem;color:#64748b;font-weight:600}.preferences-bar__chips{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.preference-chip{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:6px;font-size:.8rem;color:#6d28d9;font-weight:600;display:inline-flex;align-items:center;padding:.3rem .65rem;gap:.45rem}.remove-chip-btn{background:transparent;border:0;color:#a78bfa;cursor:pointer;font-size:.95rem;padding:0;min-height:auto;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%}.remove-chip-btn:hover{background:#ddd6fe;color:#6d28d9;transform:none}.clear-all-prefs{background:transparent;border:0;color:#7c3aed;cursor:pointer;font-size:.82rem;font-weight:600;min-height:auto;padding:.25rem .5rem}.clear-all-prefs:hover{text-decoration:underline;transform:none}.ai-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.ai-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:.75rem;display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1)}.ai-product-card:hover{border-color:#d8b4fe;box-shadow:0 12px 30px #7c3aed0f;transform:translateY(-2px)}.ai-product-card.active-card{border:1.5px solid #7c3aed;box-shadow:0 6px 24px #7c3aed14}.ai-product-card__badge{position:absolute;top:16px;left:16px;z-index:2;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:6px;letter-spacing:.2px}.badge--best{background:#7c3aed;color:#fff}.badge--value{background:#eff6ff;color:#2563eb}.badge--popular{background:#faf5ff;color:#7e22ce}.wishlist-btn{position:absolute;top:14px;right:14px;z-index:2;background:#fffffff2;border:0;color:#94a3b8;cursor:pointer;border-radius:50%;width:30px;height:30px;min-height:auto;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d;transition:all .2s ease}.wishlist-btn:hover{color:#ec4899;background:#fff}.ai-product-card__image-container{aspect-ratio:1;background:#f8fafc;border-radius:12px;overflow:hidden;margin-bottom:.85rem;display:flex;align-items:center;justify-content:center}.ai-product-card__image-container img{max-height:100%;max-width:100%;object-fit:contain;transition:transform .4s ease}.ai-product-card:hover .ai-product-card__image-container img{transform:scale(1.05)}.ai-product-card__details{display:flex;flex-direction:column;flex:1}.ai-product-card__title{font-size:.85rem;font-weight:600;color:#0f172a;margin:0 0 .45rem;line-height:1.35;min-height:2.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-product-card__rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.star-rating{color:#f59e0b;font-weight:700;font-size:.75rem}.rating-count{color:#94a3b8;font-size:.72rem}.ai-product-card__price-row{display:flex;align-items:center;gap:.45rem;margin-bottom:.75rem;flex-wrap:wrap}.price-current{font-size:1rem;font-weight:700;color:#0f172a}.price-original{font-size:.78rem;color:#94a3b8;text-decoration:line-through}.price-discount{font-size:.75rem;color:#16a34a;font-weight:600}.ai-product-card__features{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.85rem}.feature-tag{font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:6px;display:inline-flex;align-items:center;gap:.3rem;width:fit-content}.feature-tag--water{background:#f0fdf4;color:#15803d}.feature-tag--sleeve{background:#eff6ff;color:#1d4ed8}.ai-product-card__cart-btn{border-radius:10px;font-size:.82rem;font-weight:600;min-height:2.35rem;padding:.45rem;width:100%;cursor:pointer;transition:all .2s ease}.primary-cart-btn{background:#0f172a;color:#fff;border:0}.primary-cart-btn:hover{background:#334155}.outline-cart-btn{background:#fff;border:1px solid #cbd5e1;color:#0f172a}.outline-cart-btn:hover{background:#f8fafc;border-color:#0f172a}.view-more-container{display:flex;justify-content:center}.view-more-btn{background:transparent;border:0;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;min-height:auto;padding:.5rem 1rem}.view-more-btn:hover{color:#7c3aed;transform:none}.features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:4rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:.85rem;box-shadow:0 2px 12px #00000003;transition:transform .3s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000005}.feature-card__icon{border-radius:10px;display:flex;align-items:center;justify-content:center;height:42px;width:42px;flex-shrink:0}.icon--purple{background:#f5f3ff;color:#7c3aed}.icon--green{background:#f0fdf4;color:#16a34a}.icon--pink{background:#fdf2f8;color:#db2777}.icon--blue{background:#eff6ff;color:#2563eb}.feature-card h4{font-size:.9rem;font-weight:700;margin:0 0 .25rem;color:#0f172a}.feature-card p{font-size:.75rem;color:#64748b;margin:0;line-height:1.4}@media(max-width:1200px){.ai-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:990px){.ai-stylist-layout{grid-template-columns:1fr;gap:2rem}.ai-products-grid,.features-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.ai-products-grid,.features-row{grid-template-columns:1fr}}.article-page{background:var(--color-background)}.article-page__header{max-width:58rem;margin:0 auto 3rem;text-align:center}.article-page__header h1{margin-block:.6rem 1rem;font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.07em;line-height:.9}.article-page__header>p:last-child{color:var(--color-muted);font-size:.8rem}.article-page__hero{max-width:72rem;margin-inline:auto;overflow:hidden;border-radius:1rem}.article-page__hero img{width:100%;max-height:38rem;object-fit:cover}.article-page__content,.article-page #comments,.article-page form{max-width:42rem;margin:3rem auto 0;color:var(--color-muted);font-size:1.05rem;line-height:1.85}.article-page__content h2,.article-page__content h3{color:var(--color-foreground);line-height:1.15}.article-page__content img{border-radius:.7rem}.article-page form{display:grid;gap:1rem}.article-page form label{display:grid;gap:.35rem;color:var(--color-foreground);font-size:.8rem;font-weight:700}.article-page form input[type=submit]{justify-self:start}@media(max-width:600px){.article-page__content,.article-page #comments,.article-page form{font-size:.95rem}}.blog-page{background:var(--color-background)}.blog-page__header{max-width:48rem;margin-bottom:3rem}.blog-page__header h1{margin-block:.6rem 1rem;font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.07em;line-height:.9}.blog-page__header>p:last-child{color:var(--color-muted);font-size:1rem}.blog-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.blog-card{overflow:hidden;border:1px solid var(--color-hairline);border-radius:1rem;background:var(--color-surface)}.blog-card>img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.blog-card h2,.blog-card>p,.blog-card time{display:block;margin-inline:1.1rem}.blog-card h2{margin-top:1rem;font-size:1.25rem}.blog-card h2 a{text-decoration:none}.blog-card time{margin-top:.5rem;color:var(--color-muted);font-size:.72rem}.blog-card>p:last-child{margin-block:.8rem 1.2rem;color:var(--color-muted);font-size:.85rem;line-height:1.6}@media(max-width:760px){.blog-page__grid{grid-template-columns:1fr}}.cart-page{min-height:52rem;padding-block:clamp(3rem,7vw,7rem);background:var(--color-background)}.cart-page__header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:3rem}.cart-page__header h1{margin-top:.5rem;color:var(--color-foreground);font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.07em;line-height:.88}.cart-page__header>span{color:var(--color-muted);font-size:.95rem}.cart-form{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);gap:clamp(1.5rem,5vw,5rem);align-items:start}.cart-form__items{min-width:0}.cart-shipping-progress{margin-bottom:1.25rem;padding:1.1rem 1.25rem;border:1px solid var(--color-hairline);border-radius:.8rem;background:var(--color-surface)}.cart-shipping-progress__copy{display:flex;justify-content:space-between;gap:1rem;color:var(--color-muted);font-size:.9rem}.cart-shipping-progress__copy strong{color:var(--color-foreground)}.cart-shipping-progress__track{height:.35rem;margin-top:.8rem;overflow:hidden;border-radius:999px;background:#e4ddd0}.cart-shipping-progress__track i{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.cart-items{border-top:1px solid var(--color-hairline)}.cart-item{display:grid;grid-template-columns:7.5rem minmax(0,1fr) auto;gap:1.25rem;align-items:center;padding-block:1.25rem;border-bottom:1px solid var(--color-hairline)}.cart-item__image{display:block;aspect-ratio:3 / 4;overflow:hidden;border-radius:.65rem;background:#ecece9}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details h2{margin-top:.35rem;font-size:1.2rem;font-weight:650}.cart-item__details h2 a{text-decoration:none}.cart-item__variant,.cart-item__unit-price{margin-top:.35rem;color:var(--color-muted);font-size:.95rem}.cart-item__remove{display:inline-block;margin-top:.9rem;color:var(--color-accent);font-size:.82rem;text-decoration:underline}.cart-item__controls{display:grid;justify-items:end;gap:.55rem}.cart-item__controls label{color:var(--color-muted);font-size:.8rem}.cart-item__controls input{width:3.5rem;min-height:2.5rem;padding:.4rem;text-align:center}.cart-item__controls strong{font-size:.95rem;white-space:nowrap}.cart-form__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem}.cart-form__actions a{color:var(--color-muted);font-size:.78rem;text-decoration:none}.cart-form__actions button{min-height:2.6rem;padding:.6rem 1rem;font-size:.62rem}.cart-summary{position:sticky;top:1rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid var(--color-hairline);border-radius:1rem;background:var(--color-surface);box-shadow:0 18px 44px #29342714}.cart-summary h2{margin-block:.5rem 2rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:500;letter-spacing:-.05em;line-height:.95}.cart-summary__rows{display:grid;gap:.8rem;padding-block:1.1rem;border-block:1px solid var(--color-hairline);color:var(--color-muted);font-size:1rem}.cart-summary__rows span{display:flex;justify-content:space-between;gap:1rem}.cart-summary__rows strong{color:var(--color-foreground)}.cart-summary__tax{margin-block:1rem 1.25rem;color:var(--color-muted);font-size:.82rem;line-height:1.6}.cart-summary__checkout{width:100%;min-height:3.5rem;border-color:var(--color-accent);background:var(--color-accent);color:#fff}.cart-summary__checkout:hover{border-color:var(--color-foreground);background:var(--color-foreground)}.cart-summary__trust{margin-top:1rem;color:var(--color-muted);font-size:.8rem;line-height:1.5}.cart-summary__trust span{color:#218653;font-weight:700}.cart-empty{display:grid;justify-items:center;max-width:42rem;margin:5rem auto;padding:4rem 2rem;border:1px solid var(--color-hairline);border-radius:1rem;background:var(--color-surface);text-align:center}.cart-empty__mark{display:grid;width:4rem;height:4rem;margin-bottom:1.5rem;place-items:center;border-radius:50%;background:#ece4d4;color:var(--color-accent);font-size:2rem}.cart-empty h2{margin-block:.5rem 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-.05em}.cart-empty>p:not(.eyebrow){max-width:30ch;margin-bottom:1.5rem;color:var(--color-muted);font-size:.95rem}@media(max-width:760px){.cart-form{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:5rem minmax(0,1fr)}.cart-item__controls{grid-column:2;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.cart-item__controls strong{margin-left:auto}.cart-shipping-progress__copy{flex-direction:column;gap:.25rem}}.category-showcase{background:#f7f5ef}.category-showcase__heading{margin-bottom:clamp(2.5rem,5vw,4rem);text-align:center}.category-showcase__heading .eyebrow{margin-bottom:1rem}.category-showcase__heading h2{font-size:clamp(2.6rem,5vw,4rem)}.category-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.8rem,1.6vw,1.5rem)}.category-tile{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:1rem;background:#29342712}.category-tile>a{position:absolute;top:0;right:0;bottom:0;left:0;color:#f7f5ef;text-decoration:none}.category-tile__media,.category-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.category-tile__media img,.category-tile__media svg{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1)}.category-tile__overlay{background:linear-gradient(0deg,#293427e6,#2934270a 70%);transition:opacity .4s ease}.category-tile__content{position:absolute;inset:auto 1.5rem 1.5rem;display:grid;gap:.25rem}.category-tile__content strong{font-size:clamp(1.35rem,2.2vw,2rem);font-weight:550;letter-spacing:-.025em;line-height:1.1}.category-tile__content small{font-size:.82rem;font-weight:600}.category-tile:hover{opacity:1}.category-tile:hover .category-tile__media img{transform:scale(1.07)}@media(max-width:800px){.category-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tile__content{inset:auto 1rem 1rem}}.collection-hero{padding-block:clamp(2rem,5vw,4rem);background:#293427;color:#f7f5ef}.collection-hero__inner{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(2rem,6vw,6rem);align-items:center}.collection-hero__copy{padding-block:1rem}.collection-hero__breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:clamp(2rem,5vw,4.5rem);color:#f7f5ef9e;font-size:.68rem}.collection-hero__breadcrumbs a{text-decoration:none}.collection-hero__copy h1{max-width:8ch;margin-top:.75rem;color:#f7f5ef;font-size:clamp(3.4rem,8vw,7rem);font-weight:450;letter-spacing:-.07em;line-height:.86}.collection-hero__description{max-width:38ch;margin-block:1.5rem 2rem;color:#f7f5efb8;font-size:1rem;line-height:1.65}.collection-hero__button{background:#f7f5ef;border-color:#f7f5ef;color:#293427}.collection-hero__button:hover{background:#c38a27;border-color:#c38a27}.collection-hero__media{position:relative;aspect-ratio:5 / 4;overflow:hidden;border-radius:1rem;background:#f7f5ef14}.collection-hero__media img{width:100%;height:100%;object-fit:cover}.collection-hero__stamp{position:absolute;right:1.25rem;bottom:1.25rem;display:grid;width:4.5rem;height:4.5rem;place-items:center;border:1px solid rgb(247 245 239 / .5);border-radius:50%;color:#f7f5ef;font-size:.7rem;font-weight:700;line-height:1;text-align:center;text-transform:uppercase}.collection-hero__stamp small{font-size:.42rem;letter-spacing:.16em}@media(max-width:760px){.collection-hero__inner{grid-template-columns:1fr;gap:1.5rem}.collection-hero__breadcrumbs{margin-bottom:2rem}.collection-hero__copy h1{max-width:10ch}.collection-hero__media{order:-1;aspect-ratio:4 / 3}}.collection-page{background:var(--color-background);padding-block:clamp(3.5rem,7vw,6.5rem)}.collection-page__header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:clamp(2rem,4vw,3.5rem)}.collection-page__title{margin-top:.5rem;color:var(--color-foreground);font-size:clamp(2.7rem,6vw,5.5rem);font-weight:500;letter-spacing:-.06em;line-height:.9}.collection-page__description{max-width:42rem;margin-top:1rem;color:var(--color-muted);font-size:.95rem}.collection-page__count{color:var(--color-muted);font-size:.78rem;white-space:nowrap}.collection-toolbar{display:flex;align-items:center;gap:1rem;border-block:1px solid var(--color-hairline);padding-block:.75rem;margin-bottom:1.5rem}.collection-toolbar__spacer{flex:1}.collection-sort{display:flex;align-items:center;gap:.6rem;color:var(--color-muted);font-size:.76rem}.collection-sort select{min-height:2.35rem;border-radius:999px;padding:.4rem 2rem .4rem .8rem;background:var(--color-surface);color:var(--color-foreground)}.collection-filter-drawer{display:none}.collection-filter-drawer summary{cursor:pointer;list-style:none;font-size:.78rem;font-weight:700}.collection-filter-drawer summary::-webkit-details-marker{display:none}.collection-filter-drawer summary span:last-child{margin-left:.5rem}.collection-filter-drawer__icon{margin-right:.4rem;font-size:1.1rem}.collection-filter-drawer__count{display:inline-grid;width:1.3rem;height:1.3rem;margin-left:.35rem;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.65rem}.collection-layout{display:grid;grid-template-columns:13rem minmax(0,1fr);gap:clamp(1.5rem,3vw,3rem);align-items:start}.collection-sidebar{position:sticky;top:1rem}.collection-filters{display:grid;gap:1.35rem}.collection-filter{border:0;padding:0}.collection-filter__heading{display:flex;justify-content:space-between;margin-bottom:.65rem;font-size:.78rem;font-weight:700}.collection-filter__values{display:grid;gap:.5rem}.collection-filter__value{display:flex;align-items:center;gap:.5rem;color:var(--color-muted);font-size:.75rem}.collection-filter__value input{width:1rem;height:1rem;min-height:0;accent-color:var(--color-foreground)}.collection-filter__value.is-disabled{opacity:.4}.collection-filter__range{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.collection-filter__range input{min-height:2.25rem;width:100%;font-size:.75rem}.collection-filter__actions{display:flex;gap:.5rem;align-items:center}.collection-filter__actions input[type=submit]{min-height:2.35rem;padding:.5rem .8rem;font-size:.6rem}.collection-filter__clear{color:var(--color-muted);font-size:.7rem}.collection-product-grid{display:grid;gap:1.5rem 1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.collection-empty{grid-column:1 / -1;padding:4rem 1rem;color:var(--color-muted);text-align:center}.collection-load-more{display:grid;justify-items:center;gap:.6rem;padding:2.5rem 0 .5rem}.collection-load-more .button{min-width:12rem;min-height:2.8rem}.collection-load-more .button.is-loading{opacity:.6;pointer-events:none}.collection-load-more__status{color:var(--color-muted);font-size:.72rem}@media(max-width:860px){.collection-layout{display:block}.collection-sidebar{display:none}.collection-filter-drawer{position:relative;display:block}.collection-filter-drawer__body{position:absolute;z-index:3;top:calc(100% + .8rem);left:0;width:min(21rem,calc(100vw - 2rem));padding:1.2rem;border:1px solid var(--color-hairline);border-radius:.8rem;background:var(--color-surface);box-shadow:0 12px 28px #29342724}}@media(max-width:560px){.collection-page__header{align-items:start;flex-direction:column;gap:.8rem}.collection-toolbar{align-items:start}.collection-sort{margin-left:auto;flex-direction:column;align-items:end;gap:.2rem}.collection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .65rem}.collection-product-grid .product-card__body{padding:.7rem}.collection-product-grid .product-card__title{font-size:.8rem}.collection-product-grid .product-card__rating{font-size:.6rem}.collection-product-grid .product-card__rating small{font-size:.58rem}}.collections-page{background:var(--color-background)}.collections-page__header{margin-bottom:clamp(2.5rem,5vw,4rem);text-align:center}.collections-page__header h1{margin-block:.6rem 1rem;font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.07em;line-height:.9}.collections-page__header>p:last-child{max-width:38rem;margin-inline:auto;color:var(--color-muted);font-size:1rem}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{position:relative;display:block;aspect-ratio:4 / 5;width:100%;overflow:hidden;border-radius:1rem;background:#ecece9;text-decoration:none}.collection-card__image,.collection-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.collection-card__image img{object-fit:cover;transition:transform .7s ease}.collection-card:after{position:absolute;top:30%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#293427d9);content:""}.collection-card__content{position:absolute;z-index:1;right:1.25rem;bottom:1.25rem;left:1.25rem;display:grid;gap:.3rem;color:#fff}.collection-card__content strong{font-size:1.5rem;font-weight:550}.collection-card__content small{font-size:.8rem;font-weight:650}.collection-card:hover{opacity:1}.collection-card:hover .collection-card__image img{transform:scale(1.05)}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.editorial-feature{background:#f7f5ef}.editorial-feature__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.5rem,5vw,4rem);align-items:center}.editorial-feature__media{aspect-ratio:5 / 4;overflow:hidden;border-radius:1rem;background:#29342712;box-shadow:0 16px 36px #2934271f}.editorial-feature__media img{width:100%;height:100%;object-fit:cover}.editorial-feature__content h2{max-width:13ch;font-size:clamp(2.7rem,5vw,3.55rem);line-height:1.05}.editorial-feature__copy{max-width:45ch;margin-block:1.5rem 2rem;color:var(--color-muted);font-size:1.08rem;line-height:1.7}.editorial-feature__proofs{display:grid;gap:1.15rem;margin-bottom:2rem}.editorial-feature__proofs strong{padding-left:1.25rem;border-left:2px solid #9f4636;font-size:1rem;font-weight:550}@media(max-width:760px){.editorial-feature__grid{grid-template-columns:1fr}.editorial-feature__media{order:2;aspect-ratio:4 / 3}.editorial-feature__content{order:1}}.faq-section{border-top:1px solid var(--color-hairline);background:#fcfbf7}.faq-section__grid{display:grid;grid-template-columns:minmax(16rem,.65fr) minmax(0,1.35fr);gap:clamp(3rem,8vw,6rem)}.faq-section__intro h2{margin-top:.75rem;font-size:clamp(2.6rem,4.5vw,3.7rem)}.faq-section__intro>p:not(.eyebrow){max-width:30rem;margin-block:1.25rem 1.75rem;color:var(--color-muted);font-size:1.05rem;line-height:1.7}.faq-section__items{border-block:1px solid var(--color-hairline)}.faq-section details+details{border-top:1px solid var(--color-hairline)}.faq-section summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:4.75rem;padding-block:1.1rem;cursor:pointer;list-style:none;font-size:1.05rem;font-weight:650}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary i{display:grid;flex:0 0 auto;place-items:center;width:2rem;height:2rem;border:1px solid var(--color-hairline);border-radius:50%;font-size:1.25rem;font-style:normal;transition:transform .25s ease}.faq-section details[open] summary i{transform:rotate(45deg)}.faq-section details>div{max-width:44rem;padding:0 3rem 1.5rem 0;color:var(--color-muted);line-height:1.7}@media(max-width:760px){.faq-section__grid{grid-template-columns:1fr;gap:2.5rem}}.collection-spotlight{background:#fcfbf7}.collection-spotlight--paper{background:#f7f5ef}.collection-spotlight__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.collection-spotlight__heading .eyebrow{margin-bottom:.8rem}.collection-spotlight__heading h2{font-size:clamp(2.6rem,5vw,4rem)}.collection-spotlight__heading p:not(.eyebrow){max-width:40rem;margin-top:.8rem;color:var(--color-muted);font-size:1.05rem}.collection-spotlight__view-all.is-disabled{pointer-events:none;opacity:.45}.collection-spotlight__filters{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.collection-spotlight__tab{flex:0 0 auto;min-height:2.75rem;padding:.65rem 1.15rem;border:1px solid var(--color-hairline);border-radius:999px;background:transparent;color:var(--color-foreground);font-size:.8rem;font-weight:650;letter-spacing:0;text-transform:none}.collection-spotlight__tab:hover,.collection-spotlight__tab.is-active{border-color:#293427;background:#293427;color:#f7f5ef}.collection-spotlight__carousel{position:relative}.collection-spotlight__grid{display:flex;gap:clamp(.8rem,1.5vw,1.5rem);overflow-x:auto;overflow-y:hidden;padding:0 .15rem .5rem;scrollbar-width:none;scroll-snap-type:x proximity}.collection-spotlight__grid::-webkit-scrollbar{display:none}.collection-spotlight__grid>.product-card{flex:0 0 calc((100% - 4.5rem)/4);min-width:0;scroll-snap-align:start}.collection-spotlight__arrow{position:absolute;top:45%;z-index:2;display:grid;width:2.5rem;height:2.5rem;min-height:0;padding:0;place-items:center;border:1px solid rgb(41 52 39 / .1);border-radius:50%;background:#fcfbf7eb;color:#293427;box-shadow:0 5px 18px #29342729;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);line-height:1;transform:translateY(-50%);transition:transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.collection-spotlight__arrow svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.collection-spotlight__arrow:hover{background:#293427;color:#f7f5ef;box-shadow:0 7px 20px #29342738;transform:translateY(-50%) scale(1.06)}.collection-spotlight__arrow:focus-visible{outline:3px solid #9f4636;outline-offset:3px}.collection-spotlight__arrow--prev{left:-1.15rem}.collection-spotlight__arrow--next{right:-1.15rem}.collection-spotlight__grid[hidden]{display:none}.collection-spotlight .product-card__media svg{width:100%;height:100%}@media(max-width:860px){.collection-spotlight__grid{gap:1rem}.collection-spotlight__grid>.product-card{flex-basis:calc((100% - 1rem)/2)}.collection-spotlight__arrow--prev{left:.25rem}.collection-spotlight__arrow--next{right:.25rem}}@media(max-width:600px){.collection-spotlight__heading{align-items:flex-start;flex-direction:column}.collection-spotlight__heading .button{width:100%}}.site-footer{padding-block:clamp(3.5rem,7vw,5rem) 2.25rem;background:#293427;color:#f7f5ef}.site-footer .page-width{max-width:87.5rem}.site-footer__grid{display:grid;grid-template-columns:2fr repeat(3,minmax(9rem,1fr));gap:clamp(2.5rem,5vw,5rem)}.site-footer__brand-column{padding-right:2rem}.site-footer__brand{display:inline-block;color:#f7f5ef;font-size:clamp(1.8rem,3vw,2.1rem);font-weight:550;letter-spacing:-.035em;text-decoration:none}.site-footer__brand-column p{max-width:24rem;margin-top:1rem;color:#f7f5efe0;font-size:1rem;line-height:1.7}.site-footer__contact{display:inline-flex;margin-top:1.5rem;padding-bottom:.2rem;border-bottom:1px solid rgb(247 245 239 / .5);color:#f7f5ef;font-size:1rem;text-decoration:none}.site-footer__column h2{margin-bottom:1.25rem;color:#f7f5ef;font-size:1rem;font-weight:600}.site-footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.site-footer__links a{color:#f7f5efdb;font-size:.95rem;line-height:1.4;text-decoration:none}.site-footer__links a:hover,.site-footer__contact:hover,.site-footer__brand:hover{color:#fff;opacity:1}.site-footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgb(247 245 239 / .15);color:#f7f5efad;font-size:.82rem}@media(max-width:900px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand-column{grid-column:1 / -1;padding-right:0}}@media(max-width:560px){.site-footer__grid{grid-template-columns:1fr;gap:2.5rem}.site-footer__brand-column{grid-column:auto}.site-footer__bottom{margin-top:3rem}}.announcement-bar{background:#9f4636;color:#fff;padding:.55rem 1rem;text-align:center;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:999;background:#fcfbf7;border-bottom:0;box-shadow:0 8px 24px #29342714}.site-header__top{display:grid;grid-template-columns:minmax(8rem,.6fr) minmax(18rem,1.4fr) minmax(9rem,.6fr);align-items:center;gap:clamp(1.5rem,5vw,5rem);min-height:5.75rem}.site-header__brand{display:block;min-width:8rem;text-decoration:none}.site-header__brand img{max-width:8.25rem;max-height:2.5rem;margin:auto;object-fit:contain}.site-header__brand strong{display:block;color:#293427;font-size:1.65rem;letter-spacing:-.07em;line-height:.85}.site-header__brand small{display:block;margin-top:.42rem;color:#9f4636;font-size:.58rem;font-weight:800;letter-spacing:.3em;text-transform:uppercase}.site-header__search{position:relative;max-width:42rem;margin-inline:auto;width:100%}.site-header__search svg{position:absolute;left:1rem;top:50%;width:1.2rem;fill:none;stroke:currentColor;stroke-width:1.6;transform:translateY(-50%);opacity:.55}.site-header__search input{width:100%;min-height:3.15rem;padding-left:3rem;border:1px solid rgb(41 52 39 / .16);border-radius:999px;background:#f7f5ef;box-shadow:inset 0 1px 2px #29342708}.site-header__search input:focus{border-color:#9f4636;background:#fff;box-shadow:0 0 0 3px #9f46361f}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.site-header__action{display:inline-flex;align-items:center;gap:.5rem;min-height:3rem;padding:.55rem .8rem;border-radius:.7rem;color:#293427;font-size:.8rem;font-weight:700;text-decoration:none;transition:background-color .18s ease,color .18s ease}.site-header__action:hover{background:#293427;color:#f7f5ef;opacity:1}.site-header__action svg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.site-header__cart{position:relative}.site-header__cart small{display:grid;place-items:center;min-width:1.05rem;height:1.05rem;margin-left:-.15rem;border-radius:50%;background:#9f4636;color:#fff;font-size:.6rem}.site-header__mobile-search,.site-header__menu-toggle{display:none}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,3vw,2.5rem);min-height:3.1rem;background:#293427;color:#f7f5ef}.site-header__nav a{position:relative;padding-block:.95rem .8rem;color:#f7f5efd1;font-size:.73rem;font-weight:750;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.site-header__nav a:after{position:absolute;right:0;bottom:.35rem;left:0;height:2px;background:#f4b740;content:"";transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.site-header__nav a:hover,.site-header__nav a.active{color:#fff;opacity:1}.site-header__nav a:hover:after,.site-header__nav a.active:after{transform:scaleX(1)}.site-header__nav .site-header__sale{color:#f4b740}.site-header__menu-toggle{display:none;border:0!important;background:transparent!important;color:#293427!important;min-height:1.5rem;height:1.5rem;padding:0;width:1.5rem;cursor:pointer;border-radius:0;opacity:1!important;transform:none!important}.site-header__menu-toggle span{display:block;width:100%;height:2px;margin:4px 0;background:currentColor;border-radius:1px;transition:transform .2s}@media(max-width:760px){.site-header__top{grid-template-columns:auto 1fr auto;min-height:4.5rem;gap:1rem}.site-header__menu-toggle{display:block;margin-top:.6rem}.site-header__mobile-search{display:inline-flex}.site-header__search{display:none}.site-header__brand{min-width:0;text-align:center}.site-header__brand strong{font-size:1.35rem}.site-header__brand small{font-size:.5rem}.site-header__actions{gap:.25rem}.site-header__action{min-width:2.9rem;min-height:2.9rem;padding:.65rem;justify-content:center}.site-header__action svg{width:1.4rem;height:1.4rem}.site-header__action span{display:none}.site-header__nav{display:none;position:absolute;inset:100% 0 auto;min-height:calc(100svh - 6rem);padding:1.5rem var(--page-margin);background:#293427;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0}.site-header__nav.is-open{display:flex}.site-header__nav a{width:100%;color:#f7f5ef;font-size:1rem}.nav-open{overflow:hidden}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.aabha-hero{position:relative;min-height:calc(100svh - 7rem);overflow:hidden;background:#293427;color:#f7f5ef}.aabha-hero__media,.aabha-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.aabha-hero__media img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-position)}.aabha-hero__shade{background:linear-gradient(90deg,rgb(41 52 39 / .82) 0%,rgb(41 52 39 / .45) 52%,transparent 82%),linear-gradient(0deg,rgb(41 52 39 / .7),transparent 45%)}.aabha-hero__inner{position:relative;z-index:1;display:flex;align-items:center;min-height:calc(100svh - 7rem);padding-block:clamp(5rem,10vw,8rem)}.aabha-hero__content{max-width:46rem}.aabha-hero .eyebrow{margin-bottom:1.25rem;color:#f7f5efe6;letter-spacing:.28em}.aabha-hero h1{max-width:13ch;font-size:clamp(3.25rem,6.2vw,5rem);font-weight:500;letter-spacing:-.045em;line-height:1.06;text-wrap:balance}.aabha-hero__copy{max-width:38rem;margin-top:1.6rem;color:#f7f5efdb;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65}.aabha-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:2.25rem}.aabha-hero__text-link{color:#f7f5ef;font-size:.95rem;font-weight:650;text-decoration:none}.aabha-hero__text-link span{display:inline-block;margin-left:.3rem;transition:transform .3s ease}.aabha-hero__text-link:hover span{transform:translate(.3rem)}.aabha-hero__promise{margin-top:1.5rem;color:#f7f5efcc;font-size:.85rem;font-weight:600}@media(max-width:749px){.aabha-hero,.aabha-hero__inner{min-height:calc(100svh - 6rem)}.aabha-hero__inner{align-items:flex-end;padding-bottom:4.5rem}.aabha-hero__shade{background:linear-gradient(0deg,#293427e0,#29342740 70%),#2934271f}.aabha-hero h1{font-size:clamp(2.8rem,12.5vw,4rem)}.aabha-hero__actions{gap:1.25rem}}.image-with-text{padding:clamp(5rem,8vw,10rem) 0}.image-with-text__wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.image-with-text__wrapper{grid-template-columns:1fr 1fr;gap:6rem}.image-with-text__wrapper--reverse{direction:rtl}.image-with-text__wrapper--reverse>*{direction:ltr}}.image-with-text__media{aspect-ratio:4 / 5;background:var(--color-surface);overflow:hidden}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__content{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;padding:0 5%}.image-with-text__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1;text-transform:uppercase;letter-spacing:-.01em}.image-with-text__text{font-size:1.1rem;line-height:1.8;color:var(--color-muted);max-width:45ch}.newsletter-section{position:relative;overflow:hidden;background:#efe5d5}.newsletter-section:before{position:absolute;top:-8rem;right:-5rem;width:22rem;height:22rem;border:1px solid rgb(159 70 54 / .2);border-radius:50%;content:""}.newsletter-section:after{position:absolute;top:-4rem;right:2rem;width:12rem;height:12rem;border:1px solid rgb(159 70 54 / .14);border-radius:50%;content:""}.newsletter-section__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.85fr);align-items:center;gap:clamp(3rem,9vw,9rem)}.newsletter-section__intro{max-width:34rem}.newsletter-section__intro .eyebrow{margin-bottom:.8rem}.newsletter-section__intro h2{max-width:9ch;color:#293427;font-size:clamp(3rem,6vw,5rem);line-height:.95}.newsletter-section__text{max-width:34rem;margin-top:1.25rem;color:#293427b3;font-size:1.05rem;line-height:1.65}.newsletter-section__perks{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.7rem}.newsletter-section__perks span{padding:.5rem .75rem;border:1px solid rgb(41 52 39 / .18);border-radius:999px;color:#293427;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.newsletter-section__form-card{padding:clamp(1.5rem,4vw,2.5rem);border:1px solid rgb(41 52 39 / .1);border-radius:1.25rem;background:#fcfbf7;box-shadow:0 16px 40px #2934271a}.newsletter-section__form-kicker{color:#9f4636;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.newsletter-section__form-card h3{margin-top:.7rem;color:#293427;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:550;letter-spacing:-.035em}.newsletter-form{margin-top:2rem}.newsletter-form label{display:block;margin-bottom:.55rem;color:#293427b3;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.newsletter-form__row{display:flex;align-items:center;gap:.5rem;padding:.35rem .4rem .35rem .9rem;border:1px solid rgb(41 52 39 / .2);border-radius:.75rem;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.newsletter-form__row:focus-within{border-color:#9f4636;box-shadow:0 0 0 3px #9f46361f}.newsletter-form__row input{min-width:0;flex:1;min-height:2.8rem;padding:0;border:0;border-radius:0;background:transparent;outline:0}.newsletter-form__row input::placeholder{color:#29342773}.newsletter-form__row button{min-height:2.7rem;padding:.65rem .85rem;border:0;border-radius:.55rem;background:#293427;color:#f7f5ef;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.newsletter-form__row button:hover{background:#9f4636;color:#fff}.newsletter-form__row button span{margin-left:.3rem;font-size:1rem}.newsletter-message{margin-top:.8rem;color:#9f4636;font-size:.82rem}.newsletter-section__note{margin-top:.8rem;color:#2934278c;font-size:.68rem;line-height:1.5}@media(max-width:700px){.newsletter-section__inner{grid-template-columns:1fr;gap:2.5rem}.newsletter-section__intro h2{max-width:11ch}.newsletter-section__form-card{padding:1.35rem}}.page-section{padding-block:clamp(4rem,9vw,8rem);background:var(--color-background)}.page-section__inner{display:grid;grid-template-columns:minmax(15rem,.7fr) minmax(0,1.3fr);gap:clamp(2rem,7vw,7rem);align-items:start}.page-section__intro h1{margin-top:.55rem;font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.07em;line-height:.9}.page-section__intro>p:last-child{max-width:32ch;margin-top:1.4rem;color:var(--color-muted);font-size:1rem;line-height:1.7}.page-section__content{max-width:60ch;color:var(--color-muted);font-size:1rem;line-height:1.8}.page-contact-card{padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--color-hairline);border-radius:1rem;background:var(--color-surface);box-shadow:0 18px 44px #29342712}.page-contact-card form{display:grid;gap:1rem}.page-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.page-contact-card label{display:grid;gap:.4rem;color:var(--color-foreground);font-size:.8rem;font-weight:700}.page-contact-card textarea{resize:vertical}.page-contact-card button{justify-self:start}.page-contact-success{padding:1rem;border-radius:.5rem;background:#e6f2e9;color:#21733e;font-size:1rem}@media(max-width:700px){.page-section__inner{grid-template-columns:1fr;gap:2rem}.page-contact-grid{grid-template-columns:1fr}}.product-page{padding-block:clamp(2rem,5vw,5rem);background:var(--color-background)}.product-page__breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;color:var(--color-muted);font-size:.7rem}.product-page__breadcrumbs a{text-decoration:none}.product-page__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(21rem,.85fr);gap:clamp(2rem,6vw,6rem);align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.product-gallery__item{display:block;aspect-ratio:4 / 5;overflow:hidden;border-radius:.8rem;background:#ecece9}.product-gallery__item--featured{grid-column:span 2;aspect-ratio:5 / 6}.product-gallery__item img,.product-gallery__item svg{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.32,.72,0,1)}.product-gallery__item:hover img{transform:scale(1.025)}.product-purchase{position:sticky;top:1rem}.product-purchase__card{padding:clamp(1.25rem,3vw,2.25rem);border:1px solid var(--color-hairline);border-radius:1rem;background:var(--color-surface);box-shadow:0 18px 44px #29342712}.product-purchase h1{margin-top:.55rem;color:var(--color-foreground);font-size:clamp(2rem,4vw,3.1rem);font-weight:500;letter-spacing:-.055em;line-height:.98}.product-purchase__rating{display:flex;gap:.55rem;align-items:center;margin-top:.9rem;color:#c38a27;font-size:.78rem;letter-spacing:.1em}.product-purchase__rating a{color:var(--color-muted);font-size:.9rem;letter-spacing:0}.product-review-snippet{margin-top:.9rem;padding:.75rem .9rem;border-left:2px solid #c38a27;background:#f0eadf;color:var(--color-muted);font-size:.82rem;line-height:1.5}.product-review-snippet strong{display:block;margin-top:.25rem;color:var(--color-foreground);font-size:.7rem}.product-purchase__price{display:flex;align-items:baseline;gap:.6rem;margin-top:1.1rem}.product-purchase__price strong{font-size:1.45rem}.product-purchase__price s{color:var(--color-muted);font-size:.85rem}.product-purchase__price span{color:#218653;font-size:.72rem;font-weight:700}.product-purchase__tax{margin-top:.25rem;color:var(--color-muted);font-size:.78rem}.product-purchase__description{margin-block:1.3rem 1.5rem;color:var(--color-muted);font-size:1rem;line-height:1.7}.product-confidence{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin-bottom:1rem}.product-confidence span,.product-confidence a{padding:.35rem .6rem;border:1px solid var(--color-hairline);border-radius:999px;color:var(--color-muted);font-size:.7rem;text-decoration:none}.product-confidence a{color:var(--color-accent);font-weight:700}.product-includes{display:grid;gap:.25rem;margin-bottom:1.5rem;padding:.8rem 1rem;border-left:2px solid var(--color-accent);background:#f0eadf}.product-includes strong{font-size:.78rem}.product-includes span{color:var(--color-muted);font-size:.78rem;line-height:1.45}.product-form{display:grid;gap:.65rem}.product-form label{color:var(--color-foreground);font-size:.73rem;font-weight:700}.product-form select{width:100%;min-height:3rem}.product-option{border:0;padding:0}.product-option legend{display:flex;align-items:baseline;gap:.25rem;width:100%;margin-bottom:.55rem;color:var(--color-foreground);font-size:.9rem;font-weight:700}.product-option legend a{margin-left:auto;color:var(--color-accent);font-size:.8rem;text-decoration:underline}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-option__value{position:relative;min-width:3.2rem;min-height:2.8rem;padding:.6rem .85rem;border:1px solid var(--color-hairline);border-radius:.45rem;background:var(--color-surface);color:var(--color-foreground);font-size:.88rem;letter-spacing:0;text-transform:none}.product-option__value:hover,.product-option__value.is-selected{border-color:var(--color-foreground);background:var(--color-foreground);color:#fff}.product-option__value:disabled{cursor:not-allowed;opacity:.35;text-decoration:line-through}.product-option__value i{display:inline-block;width:1.1rem;height:1.1rem;margin-left:.45rem;border:1px solid rgb(41 52 39 / .25);border-radius:50%;background:var(--swatch);vertical-align:-4px}.product-form__quantity-row{display:flex;align-items:center;justify-content:space-between;margin-top:.35rem}.product-form__quantity{display:flex;align-items:center;border:1px solid var(--color-hairline);border-radius:999px;background:var(--color-background)}.product-form__quantity button{width:2.15rem;min-height:2.35rem;padding:0;border:0;background:transparent;color:var(--color-foreground);font-size:1.1rem}.product-form__quantity button:hover{background:transparent;color:var(--color-accent)}.product-form__quantity input{width:2rem;min-height:2.35rem;padding:0;border:0;background:transparent;text-align:center}.product-form__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.product-form__add{width:100%;min-height:3.5rem;margin-top:.5rem;border-color:var(--color-foreground);background:var(--color-foreground);color:#fff}.product-form__add:hover{background:var(--color-accent);border-color:var(--color-accent)}.product-form__add:disabled{cursor:not-allowed;opacity:.55}.product-form__add:not(:disabled){box-shadow:0 8px 18px #29342724}.product-form .shopify-payment-button{margin-top:.2rem}.product-form .shopify-payment-button__button{min-height:3.5rem!important;border-radius:999px!important}.product-purchase__perks{display:grid;gap:.9rem;margin-top:1.75rem;padding-top:1.35rem;border-top:1px solid var(--color-hairline)}.product-purchase__perks>div{display:flex;gap:.7rem;align-items:flex-start}.product-purchase__perks>div>span{display:grid;width:1.8rem;height:1.8rem;flex:0 0 auto;place-items:center;border-radius:50%;background:#ece4d4;color:var(--color-accent);font-size:.9rem}.product-purchase__perks p{display:grid;gap:.1rem}.product-purchase__perks strong{font-size:.88rem}.product-purchase__perks small{color:var(--color-muted);font-size:.8rem}.product-delivery{display:grid;gap:.45rem;margin-top:1.35rem;padding-top:1.2rem;border-top:1px solid var(--color-hairline)}.product-delivery label{font-size:.78rem;font-weight:700}.product-delivery>div{display:flex;gap:.45rem}.product-delivery input{min-width:0;flex:1;min-height:2.7rem}.product-delivery button{min-height:2.7rem;padding:.55rem 1rem;border-color:var(--color-foreground);font-size:.62rem}.product-delivery p{color:var(--color-muted);font-size:.72rem}.product-cta-reassurance{margin-top:.7rem;color:var(--color-muted);font-size:.75rem;text-align:center}.product-accordions{margin-top:1rem;border-top:1px solid var(--color-hairline)}.product-accordions details{border-bottom:1px solid var(--color-hairline);padding-block:1rem}.product-accordions summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;font-size:.96rem;font-weight:700}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary span{color:var(--color-accent);font-size:1.15rem;font-weight:400}.product-accordions details[open] summary span{transform:rotate(45deg)}.product-accordions details div{max-width:52ch;padding-top:.8rem;color:var(--color-muted);font-size:.92rem;line-height:1.75}.product-information{display:grid;grid-template-columns:minmax(16rem,.7fr) minmax(0,1.3fr);gap:clamp(2rem,7vw,7rem);margin-top:clamp(3rem,6vw,6rem);padding-block:clamp(3rem,6vw,5rem);border-block:1px solid var(--color-hairline)}.product-information__intro h2{max-width:11ch;margin-block:.5rem 1rem;font-size:clamp(2.3rem,4.5vw,4rem);font-weight:500;letter-spacing:-.06em;line-height:.95}.product-information__intro>p:last-child{max-width:34ch;color:var(--color-muted);font-size:1rem;line-height:1.75}.product-information__details{border-top:1px solid var(--color-hairline)}.product-information__details details{border-bottom:1px solid var(--color-hairline);padding-block:1.25rem}.product-information__details summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;font-size:1.05rem;font-weight:700}.product-information__details summary::-webkit-details-marker{display:none}.product-information__details summary span{color:var(--color-accent);font-size:1.25rem;font-weight:400}.product-information__details details[open] summary span{transform:rotate(45deg)}.product-information__details details div{max-width:58ch;padding-top:.85rem;color:var(--color-muted);font-size:1rem;line-height:1.8}.product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem;padding:1.5rem;border:1px solid var(--color-hairline);border-radius:1rem;background:#ece4d4}.product-trust>div{display:flex;gap:.8rem;align-items:flex-start;padding-inline:1rem;border-left:1px solid rgb(159 70 54 / .35)}.product-trust>div:first-child{border-left:0}.product-trust>div>span{display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--color-surface);color:var(--color-accent);font-size:.95rem}.product-trust p{display:grid;gap:.15rem}.product-trust strong{font-size:.9rem}.product-trust small{color:var(--color-muted);font-size:.8rem;line-height:1.4}.product-review-app-blocks{margin-top:clamp(3rem,6vw,6rem)}.product-related{margin-top:clamp(5rem,10vw,9rem)}.product-related__heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.product-related__heading h2{margin-top:.45rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;letter-spacing:-.05em;line-height:.95}.product-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-reviews{display:grid;grid-template-columns:minmax(12rem,.6fr) minmax(15rem,.7fr) minmax(0,1.7fr);gap:clamp(1.5rem,4vw,4rem);margin-top:clamp(5rem,10vw,9rem);padding-block:clamp(3rem,6vw,5rem);border-block:1px solid var(--color-hairline)}.product-reviews__heading h2{max-width:10ch;margin-block:.45rem 1rem;font-size:clamp(2.1rem,4vw,3.6rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.product-reviews__heading>p:last-child{max-width:23ch;color:var(--color-muted);font-size:.9rem;line-height:1.55}.product-reviews__summary{display:grid;align-content:start;gap:.35rem;padding:1.3rem;border-radius:.8rem;background:#ece4d4}.product-reviews__summary>strong{font-size:3.3rem;font-weight:500;letter-spacing:-.06em;line-height:.9}.product-reviews__summary>small{color:var(--color-muted);font-size:.76rem}.product-reviews__stars{color:#c38a27;font-size:.85rem;letter-spacing:.13em}.product-reviews__bars{display:grid;gap:.4rem;margin-top:.8rem}.product-reviews__bars span{display:grid;grid-template-columns:.7rem 1fr 1rem;gap:.45rem;align-items:center;color:var(--color-muted);font-size:.66rem}.product-reviews__bars i{display:block;height:.35rem;overflow:hidden;border-radius:999px;background:#29342724}.product-reviews__bars em{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.product-reviews__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.product-reviews__cards article{display:flex;flex-direction:column;min-height:12rem;padding:1.25rem;border:1px solid var(--color-hairline);border-radius:.8rem;background:var(--color-surface)}.product-review__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-review__meta small{color:#218653;font-size:.63rem;font-weight:700}.product-reviews__cards h3{margin-top:1rem;font-size:.95rem}.product-reviews__cards article p{margin-top:.55rem;color:var(--color-muted);font-size:.82rem;line-height:1.6}.product-reviews__cards footer{margin-top:auto;padding-top:1.1rem;color:var(--color-foreground);font-size:.72rem;font-weight:700}.product-reviews__cards footer span{color:var(--color-muted)}.product-mobile-bar{display:none}@media(max-width:900px){.product-page__layout{grid-template-columns:1fr}.product-purchase{position:static}.product-purchase__card{max-width:48rem}.product-information{grid-template-columns:1fr;gap:2rem}.product-information__intro h2{max-width:none}.product-trust{grid-template-columns:1fr}.product-trust>div,.product-trust>div:first-child{padding:.6rem 0;border-left:0;border-top:1px solid rgb(159 70 54 / .25)}.product-trust>div:first-child{border-top:0}.product-reviews{grid-template-columns:1fr 1fr}.product-reviews__heading,.product-reviews__cards{grid-column:1 / -1}}@media(max-width:600px){.product-page{padding-bottom:5.5rem}.product-gallery{gap:.55rem}.product-gallery__item--featured{aspect-ratio:4 / 5}.product-related__heading{align-items:start;flex-direction:column}.product-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-reviews{grid-template-columns:1fr}.product-reviews__heading,.product-reviews__cards{grid-column:auto}.product-reviews__cards{grid-template-columns:1fr}.product-mobile-bar{position:fixed;z-index:10;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem;border-top:1px solid var(--color-hairline);background:var(--color-surface);box-shadow:0 -8px 24px #2934271f}.product-mobile-bar strong{font-size:.95rem}.product-mobile-bar button{min-height:2.8rem;padding:.65rem 1rem;font-size:.62rem}}.search-page{min-height:42rem;padding-block:clamp(4rem,8vw,7rem);background:var(--color-background)}.search-page__header{max-width:58rem;margin-inline:auto;text-align:center}.search-page__header h1{margin-block:.6rem 2rem;font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.07em;line-height:.9}.search-page__form{display:flex;gap:.6rem;max-width:42rem;margin-inline:auto}.search-page__form input{min-width:0;flex:1;min-height:3.5rem;border-radius:999px;background:var(--color-surface)}.search-page__form button{min-height:3.5rem}.search-page__result-header{max-width:78rem;margin:4rem auto 1.25rem;color:var(--color-muted);font-size:.85rem}.search-page__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:78rem;margin-inline:auto}.search-page__content-result{padding:1.25rem;border:1px solid var(--color-hairline);border-radius:.75rem;background:var(--color-surface)}.search-page__content-result h2{margin-block:.5rem;font-size:1.1rem}.search-page__content-result h2 a{text-decoration:none}.search-page__content-result>p:last-child{color:var(--color-muted);font-size:.82rem;line-height:1.5}.search-page__pagination{display:flex;justify-content:center;margin-top:2.5rem}.search-page__pagination a,.search-page__pagination span{padding:.5rem .8rem;color:var(--color-foreground);font-size:.8rem;text-decoration:none}.search-page__empty{display:grid;justify-items:center;max-width:38rem;margin:5rem auto;padding:3rem 1.5rem;border:1px solid var(--color-hairline);border-radius:1rem;background:var(--color-surface);text-align:center}.search-page__empty h2{font-size:2rem;font-weight:500}.search-page__empty p{margin-block:.75rem 1.5rem;color:var(--color-muted)}@media(max-width:800px){.search-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.search-page__form{flex-direction:column}.search-page__grid{gap:.7rem}}.service-bar{background:#f7f5ef;border-block:1px solid var(--color-hairline)}.service-bar .page-width{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;padding-block:2rem}.service-bar__item{padding-left:1rem;border-left:2px solid #9f4636}.service-bar__item strong{display:block;margin-bottom:.15rem;font-size:.95rem}.service-bar__item p{color:var(--color-muted);font-size:.82rem}@media(max-width:760px){.service-bar .page-width{grid-template-columns:repeat(2,minmax(0,1fr))}}.testimonials{background:#293427;color:#f7f5ef}.testimonials__intro{margin-bottom:3rem;text-align:center}.testimonials__intro .eyebrow,.testimonial__stars,.testimonials__rating b{color:#f4b740}.testimonials__intro h2{margin-top:.7rem;font-size:clamp(2.75rem,5vw,4rem)}.testimonials__intro>p:not(.eyebrow){margin:1rem auto 0;color:#f7f5efbf;font-size:1.05rem}.testimonials__rating{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;padding:.5rem .9rem;border:1px solid rgb(247 245 239 / .12);border-radius:999px;background:#38412f8c;font-size:.8rem;font-weight:600}.testimonials__quotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.testimonial{display:flex;flex-direction:column;justify-content:space-between;min-height:18rem;padding:2rem;border-radius:1rem;background:#38412f}.testimonial__stars{letter-spacing:.15em}.testimonial blockquote{margin-block:1.25rem 2rem;color:#f7f5efeb;font-size:1.05rem;line-height:1.7}.testimonial figcaption{display:grid;gap:.2rem}.testimonial figcaption strong{font-size:1rem}.testimonial figcaption span{color:#f7f5ef9e;font-size:.78rem}@media(max-width:760px){.testimonials__quotes{grid-template-columns:1fr}.testimonial{min-height:0}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
