*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;font-family:Manrope,system-ui,sans-serif;background:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}[hidden]{display:none!important}body.menu-open{overflow:hidden}img,svg,video{display:block;max-width:100%}button,a,input,select,textarea,summary{cursor:pointer;touch-action:manipulation}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}ul,ol{padding:0;margin:0;list-style:none}p,h1,h2,h3,h4,h5,h6{margin:0}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:999;background:var(--color-text);color:var(--color-background);padding:.75rem 1rem;border-radius:999px}.skip-link:focus-visible{top:1rem}.page-width{width:min(1200px,calc(100% - 2rem));margin:0 auto}.page-width--wide{width:min(1380px,calc(100% - 2rem));margin:0 auto}.section{padding:5.5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2,.display-title,.hero-copy h1,.editorial-copy h2,.main-page h1,.main-404 h1,.collection-hero h1,.product-info h1,.cart-shell h1{font-family:Playfair Display,Georgia,serif;font-weight:400;letter-spacing:-.03em}.section-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:.85rem}.section-header p,.section-intro,.muted{color:var(--color-muted);line-height:1.7}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.45rem .85rem;background:var(--color-surface);border:1px solid var(--color-sand);color:var(--color-accent-dark);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.button,.button-secondary,.button-light{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:.85rem 1.6rem;border-radius:999px;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.button{background:var(--color-text);color:var(--color-background);font-weight:700;box-shadow:0 18px 40px #0b0b0a24}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-secondary{border:1.5px solid var(--color-sand);color:var(--color-text);font-weight:600;background:transparent}.button-secondary:hover,.button-secondary:focus-visible{background:var(--color-surface);border-color:var(--color-text)}.button-light{background:var(--color-background);color:var(--color-text);font-weight:700}.pill-row{display:flex;flex-wrap:wrap;gap:.75rem}.notice-strip{background:var(--color-text);color:var(--color-background);padding:.65rem 1rem}.notice-strip__inner{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.notice-pill{display:inline-flex;align-items:center;gap:.45rem;font-size:.75rem;font-weight:700;letter-spacing:.03em}.notice-pill svg{width:.95rem;height:.95rem;color:var(--color-accent)}.site-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf9f6f0;border-bottom:1px solid rgba(11,11,10,.06)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5rem}.brand-mark{display:inline-flex;align-items:center;gap:.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:500}.brand-mark img{max-height:2.8rem;width:auto}.site-nav{display:flex;align-items:center;gap:1.75rem}.site-nav a{font-size:.88rem;color:var(--color-muted);font-weight:600;transition:color .18s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--color-text)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.header-account{display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:999px;border:1px solid var(--color-sand);background:var(--color-background);color:var(--color-text);font-size:.8rem;font-weight:700}.header-account__mark{width:1.4rem;height:1.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4285f4,#34a853 45%,#fbbc05 65%,#ea4335);color:#fff;font-size:.78rem;font-weight:800}.header-cart{position:relative;display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:999px;background:var(--color-text);color:var(--color-background);font-size:.83rem;font-weight:700}.header-cart__icon{width:1.05rem;height:1.05rem;flex:0 0 auto}.header-cart__count{min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff24;font-size:.72rem;line-height:1}.cart-badge{min-width:1.5rem;min-height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff1f;font-size:.74rem}.mobile-toggle{display:none;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;border:1px solid var(--color-sand);background:var(--color-background)}.mobile-toggle svg{width:1.2rem;height:1.2rem}.mobile-panel{display:none;padding:0 0 1rem}.mobile-panel nav{display:grid;gap:.35rem}.mobile-panel a{padding:.9rem 0;border-bottom:1px solid var(--color-sand);font-weight:600}@media(max-width:1180px){.site-nav,.site-header__actions .button-secondary,.site-header__actions .header-account{display:none}.mobile-toggle{display:inline-flex}body.menu-open .mobile-panel{display:block}}.site-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0b0a61;z-index:95}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:82vh;overflow:clip}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:5rem 5vw}.hero-copy h1{font-size:clamp(2.6rem,5.4vw,4.4rem);line-height:1.08;margin:1.25rem 0}.hero-copy h1 em,.accent-text{color:var(--color-accent-dark);font-style:italic}.hero-copy p{max-width:35rem;font-size:1.02rem;line-height:1.8;color:var(--color-muted)}.hero-benefits{display:grid;gap:.75rem;margin-top:1.4rem}.hero-benefits li{display:flex;align-items:center;gap:.7rem;font-size:.95rem;font-weight:600;color:var(--color-text)}.hero-benefits li:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:var(--color-success);box-shadow:0 0 0 6px #3a6b4a1a;flex-shrink:0}.hero-price{display:flex;align-items:baseline;gap:.85rem;flex-wrap:wrap;margin:2rem 0}.hero-price__current,.price-current{font-size:clamp(2rem,3vw,2.35rem);font-weight:800}.hero-price__compare,.price-compare{color:var(--color-muted);text-decoration:line-through}.price-save{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .75rem;border-radius:999px;background:var(--color-danger);color:#fff;font-size:.75rem;font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.4rem}.trust-row-inline{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.75rem}.trust-row-inline span{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-muted);font-size:.8rem;font-weight:700}.trust-row-inline svg{width:.95rem;height:.95rem;color:var(--color-success)}.hero-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.8rem}.hero-proof-card{padding:1rem;border-radius:calc(var(--theme-radius) - 4px);background:var(--color-surface);border:1px solid var(--color-sand)}.hero-proof-card strong{display:block;font-size:1.15rem;font-weight:800}.hero-proof-card span{display:block;margin-top:.2rem;font-size:.82rem;color:var(--color-muted);line-height:1.5}.hero-media{position:relative;background:var(--color-surface);min-height:100%;aspect-ratio:4 / 5}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-floating-card{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;max-width:22rem;margin-left:auto;padding:1.15rem;border-radius:var(--theme-radius);background:#faf9f6f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(230,226,218,.8);box-shadow:0 18px 40px #0b0b0a1f}.hero-floating-card__eyebrow{display:inline-flex;margin-bottom:.7rem;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-dark)}.hero-floating-card strong{display:block;line-height:1.45}.hero-floating-card ul{display:grid;gap:.55rem;margin-top:.9rem}.hero-floating-card li{color:var(--color-muted);font-size:.84rem;line-height:1.55}.product-grid,.collection-grid,.cross-sell-grid{display:grid;gap:1.2rem}.product-grid,.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{display:block;background:var(--color-surface);border-radius:var(--theme-radius);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover,.product-card:focus-visible{transform:translateY(-4px);box-shadow:0 22px 45px #0b0b0a1a}.product-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;left:1rem;z-index:1;padding:.35rem .75rem;background:var(--color-danger);color:#fff;border-radius:999px;font-size:.7rem;font-weight:800}.product-card__cta{position:absolute;inset:auto 1rem 1rem;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.product-card:hover .product-card__cta{opacity:1;transform:translateY(0)}.product-card__cta span{display:inline-flex;justify-content:center;width:100%;padding:.85rem 1rem;border-radius:calc(var(--theme-radius) - 2px);background:#0b0b0af0;color:#fff;font-weight:700}.product-card__content{padding:1.2rem}.product-card__content h3{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;margin-bottom:.5rem}.product-card__prices{display:flex;gap:.7rem;align-items:baseline;flex-wrap:wrap}.product-card__prices strong{font-size:1.05rem}.product-card__prices span{color:var(--color-muted);text-decoration:line-through;font-size:.92rem}.product-card__assist{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.85rem}.product-card__assist span{padding:.35rem .6rem;border-radius:999px;background:var(--color-background);border:1px solid var(--color-sand);font-size:.72rem;font-weight:700;color:var(--color-muted)}.product-card__swatches{display:flex;gap:.4rem;margin-top:.85rem}.mobile-only-card{display:none}.color-dot{width:1rem;height:1rem;border-radius:999px;border:2px solid var(--swatch-border, var(--color-sand))}.usp-grid,.trust-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--color-sand)}.usp-card,.trust-card{background:var(--color-surface);padding:2rem 1.35rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.usp-card svg,.trust-card svg,.feature-check svg,.review-verified svg,.secure-note svg{width:1.55rem;height:1.55rem}.usp-card h3,.trust-card h3,.feature-copy h4{font-size:.95rem;font-weight:800}.usp-card p,.trust-card p,.feature-copy p,.footer-copy,.footer-links a,.cart-meta,.cart-empty p,.main-page .rte p,.main-page .rte li{color:var(--color-muted);line-height:1.65}.editorial-band{background:var(--color-text);color:var(--color-background)}.editorial-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.editorial-media img{width:100%;height:100%;object-fit:cover}.editorial-copy{padding:5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.editorial-copy h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.editorial-copy p{color:#faf9f6b8;line-height:1.8;max-width:32rem}.feature-list{display:grid;gap:.85rem;margin:1.75rem 0 2rem}.feature-list li{display:flex;align-items:center;gap:.7rem;color:#faf9f6d6}.feature-list svg{width:1rem;height:1rem;color:var(--color-accent);flex-shrink:0}.newsletter-band{background:radial-gradient(circle at top left,rgba(196,169,125,.18),transparent 34%),linear-gradient(135deg,#11100e,#191713);color:#faf9f6}.newsletter-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);gap:2rem;align-items:center;padding:2.25rem;border:1px solid rgba(255,255,255,.08);border-radius:calc(var(--theme-radius) + 6px);box-shadow:0 22px 60px #00000029}.newsletter-copy h2{font-size:clamp(2rem,4vw,3rem);margin:.9rem 0 .8rem;font-family:Playfair Display,Georgia,serif}.newsletter-copy p{color:#faf9f6c2;line-height:1.8;max-width:38rem}.newsletter-form{display:grid;gap:.85rem}.newsletter-form__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.newsletter-form__input{min-height:3.4rem;padding:.95rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#faf9f6}.newsletter-form__input::placeholder{color:#faf9f68f}.newsletter-form__button{min-width:11rem}.newsletter-form__message{font-size:.92rem;line-height:1.6}.newsletter-form__message--success{color:#b7efc5}.newsletter-form__message--error{color:#ffcbc1}.stats-band{background:#1e1d1b}.stats-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.stat-card{text-align:center;min-width:10rem}.stat-card strong{display:block;color:var(--color-accent);font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400}.stat-card span{color:#faf9f68f;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}.social-proof-inline{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem 1rem}.social-proof-inline p{flex:1 1 20rem}.trustpilot-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#fff;box-shadow:0 12px 32px #0f172a14}.trustpilot-badge__logo{display:block;width:auto;height:1.9rem;flex-shrink:0}.trustpilot-badge__text{display:grid;gap:.05rem;line-height:1.2}.trustpilot-badge__text small{color:var(--color-muted);font-size:.8rem;font-weight:700}.trustpilot-widget{width:min(100%,28rem)}.testimonial-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(18rem,24rem);gap:1.2rem;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:.2rem}.testimonial-row::-webkit-scrollbar{height:8px}.testimonial-row::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.testimonial-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem;padding:1rem 1.15rem;border-radius:var(--theme-radius);background:var(--color-surface);border:1px solid var(--color-sand)}.testimonial-summary__score strong{display:block;font-size:1.35rem;font-weight:800}.testimonial-summary__score span{color:var(--color-muted);font-size:.86rem}.testimonial-summary__chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.testimonial-summary__chips span,.cta-trust-row span{padding:.5rem .75rem;border-radius:999px;border:1px solid var(--color-sand);font-size:.75rem;font-weight:700}.testimonial-card{background:var(--color-surface);border-radius:var(--theme-radius);padding:1.75rem;scroll-snap-align:start}.stars{color:var(--color-accent);letter-spacing:.15em;font-size:.9rem}.testimonial-card blockquote,.review-text{display:block;margin:1rem 0 1.2rem;line-height:1.8;font-style:italic}.review-meta,.review-verified,.faq-trigger,.cart-line,.collection-toolbar,.collection-toolbar__group{display:flex;align-items:center}.review-meta{gap:.75rem}.testimonial-card cite{font-style:normal}.review-verified{gap:.35rem;color:var(--color-success);font-size:.75rem;font-weight:700}.faq-shell{background:var(--color-surface)}.faq-list{width:min(780px,100%);margin:0 auto}.faq-item{border-bottom:1px solid var(--color-sand)}.faq-trigger{width:100%;justify-content:space-between;gap:1rem;padding:1.3rem 0;font-size:1rem;font-weight:700}.faq-trigger:after{content:"+";font-size:1.6rem;color:var(--color-muted);transition:transform .18s ease}.faq-item.is-open .faq-trigger:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .22s ease,padding-bottom .22s ease,opacity .18s ease;color:var(--color-muted);line-height:1.7}.faq-item.is-open .faq-answer{opacity:1;padding-bottom:1.25rem}.faq-support-note{width:min(780px,100%);margin:1.25rem auto 0;padding:1rem 1.1rem;border-radius:1rem;background:#ffffffb8;color:var(--color-muted);line-height:1.7;text-align:center}.cta-band{background:var(--color-text);color:var(--color-background);text-align:center}.cta-band .page-width{width:min(850px,calc(100% - 2rem))}.cta-band h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.1}.cta-band p{margin:1.25rem auto 2rem;max-width:36rem;color:#faf9f69e;line-height:1.8}.cta-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:1.2rem}.cta-trust-row span{border-color:#faf9f633;color:#faf9f6db;background:#ffffff14}.payment-row{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.4rem}.payment-pill,.footer-payment-tag{padding:.45rem .85rem;border-radius:.45rem;background:var(--color-surface);border:1px solid var(--color-sand);font-size:.76rem;font-weight:800}.footer-trust{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.footer-trust span{padding:.38rem .65rem;border-radius:999px;background:#ffffff14;color:#faf9f6c2;font-size:.72rem;font-weight:700}.footer-payment-shell{margin-top:1rem}.footer-payment-label{text-align:center;color:#faf9f670;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;margin-bottom:.8rem}.footer-payment-row{display:flex;justify-content:center;gap:.65rem;flex-wrap:wrap}.footer-payment-badge{height:28px;padding:4px 12px;background:#faf9f6;border:1px solid #e6e2da;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#1e1d1b}.footer-payment-badge svg{height:16px;width:auto}.site-footer{background:var(--color-text);color:var(--color-background);padding:4.75rem 0 2rem}.site-footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.site-footer h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;margin-bottom:.9rem}.site-footer h4{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#faf9f66b;margin-bottom:1rem}.footer-links{display:grid;gap:.65rem}.footer-links a{transition:color .18s ease}.footer-links a:hover,.footer-links a:focus-visible{color:var(--color-background)}.site-footer__bottom{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;text-align:center;color:#faf9f66b;font-size:.8rem}.site-footer__bottom a{color:#faf9f6eb;font-weight:700}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:#fff}.breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;padding:.95rem 0 1.35rem;color:var(--color-muted);font-size:.82rem}.product-shell,.collection-shell,.cart-shell,.main-page,.main-404{padding:2rem 0 5.5rem}.cart-hero{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.5rem}.cart-kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent-dark);font-weight:800;margin-bottom:.6rem}.cart-lead{max-width:34rem;color:var(--color-muted);line-height:1.7;margin-top:.65rem}.cart-hero__trust{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.cart-hero__trust span{background:var(--color-surface);border:1px solid var(--color-sand);border-radius:999px;padding:.5rem .8rem;font-size:.76rem;font-weight:700;color:var(--color-muted)}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2rem}.product-gallery{position:sticky;top:6.2rem;align-self:start}.product-gallery__main{position:relative;border-radius:var(--theme-radius);overflow:hidden;background:var(--color-surface);aspect-ratio:4 / 5}.product-media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .18s ease}.product-media.is-active{opacity:1;visibility:visible}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.6rem;overflow-x:auto;padding-top:.8rem}.product-gallery__thumb{width:4.4rem;min-width:4.4rem;aspect-ratio:4 / 5;border-radius:.6rem;overflow:hidden;border:2px solid transparent;background:var(--color-surface)}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-info{padding-left:1rem}.product-rating{display:flex;align-items:center;gap:.6rem;font-size:.92rem;margin-bottom:.8rem}.product-rating span:last-child{color:var(--color-muted)}.product-info h1{font-size:clamp(2rem,4vw,2.7rem);line-height:1.15;margin-bottom:1rem}.product-price-row{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap}.installment-note{color:var(--color-muted);margin-top:.55rem;margin-bottom:1.2rem}.installment-note strong{color:var(--color-text)}.urgency-banner,.delivery-banner{display:flex;align-items:center;gap:.7rem;padding:.95rem 1rem;border-radius:var(--theme-radius);margin-bottom:1rem;font-weight:700}.urgency-banner{background:#c44b3f14;color:var(--color-danger);border:1px solid rgba(196,75,63,.15)}.delivery-banner{background:#3a6b4a14;color:var(--color-success);border:1px solid rgba(58,107,74,.12)}.urgency-dot{width:.55rem;height:.55rem;border-radius:999px;background:currentColor;animation:pulse 1.5s infinite}@keyframes pulse{50%{opacity:.35}}.variant-group{margin:1.35rem 0}.variant-label{display:flex;gap:.45rem;align-items:center;font-weight:800;margin-bottom:.8rem}.variant-label span{color:var(--color-muted);font-weight:600}.variant-values{display:flex;flex-wrap:wrap;gap:.65rem}.variant-chip{min-height:2.9rem;padding:.7rem 1rem;border-radius:.65rem;border:1.5px solid var(--color-sand);background:var(--color-background);font-weight:700;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.variant-chip:hover,.variant-chip:focus-visible{transform:translateY(-1px);border-color:var(--color-text)}.variant-chip.is-active{border-color:var(--color-text);background:var(--color-text);color:var(--color-background)}.variant-chip--swatch{position:relative;width:2.75rem;min-width:2.75rem;height:2.75rem;padding:.2rem;border-radius:999px;background:transparent}.variant-chip--swatch:after{content:"";position:absolute;top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;border-radius:inherit;background:var(--swatch-color, var(--color-sand))}.variant-chip--swatch.is-active{background:transparent;color:inherit}.variant-guide{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-accent-dark);margin-top:.7rem;font-size:.88rem;font-weight:700}.product-form{margin-top:1.5rem}.product-form__button,.sticky-atc__button{width:100%}.assurance-row{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:.9rem}.assurance-row span{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-muted);font-size:.76rem;font-weight:700}.payment-box,.review-box,.content-box{background:var(--color-surface);border:1px solid var(--color-sand);border-radius:var(--theme-radius);padding:1.25rem}.payment-box{margin-top:1rem}.payment-box h3,.content-box h3,.review-box h3{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;margin-bottom:.95rem}.payment-box .payment-row{justify-content:flex-start;margin-top:0}.feature-stack{display:grid;gap:.95rem}.feature-line{display:flex;gap:.9rem;align-items:flex-start;padding-bottom:.95rem;border-bottom:1px solid var(--color-sand)}.feature-line:last-child{border-bottom:0;padding-bottom:0}.feature-check{width:2rem;height:2rem;border-radius:999px;background:#3a6b4a14;display:inline-flex;align-items:center;justify-content:center;color:var(--color-success);flex-shrink:0}.feature-copy h4{margin-bottom:.15rem}.review-list{display:grid;gap:1rem}.review-list article{padding-top:1rem;border-top:1px solid var(--color-sand)}.review-list article:first-child{border-top:0;padding-top:0}.cross-sell-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.secure-note{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-muted);font-size:.82rem;margin-top:1rem}.sticky-atc{display:none}.collection-hero{padding-bottom:2rem}.collection-hero h1{font-size:clamp(2.2rem,5vw,3.8rem);margin-bottom:.8rem}.collection-toolbar{justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.collection-toolbar__group{gap:.75rem}.sort-select{min-width:12rem;padding:.8rem 1rem;border:1px solid var(--color-sand);border-radius:999px;background:var(--color-background)}.pagination{display:flex;justify-content:center;gap:.6rem;margin-top:2rem}.pagination a,.pagination span{min-width:2.75rem;min-height:2.75rem;border-radius:999px;border:1px solid var(--color-sand);display:inline-flex;align-items:center;justify-content:center;font-weight:700}.pagination .is-current{background:var(--color-text);color:var(--color-background);border-color:var(--color-text)}.collection-seo-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.7fr);gap:1.2rem;margin-top:2rem;margin-bottom:2rem}.collection-seo-copy,.collection-seo-box{background:var(--color-surface);border:1px solid var(--color-sand);border-radius:var(--theme-radius);padding:1.5rem}.collection-seo-copy h2,.collection-seo-box h3,.home-seo-copy h2,.home-seo-box h3,.article-card__body h2{font-family:Playfair Display,Georgia,serif;font-weight:500}.collection-seo-copy h2,.home-seo-copy h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.8rem}.collection-seo-copy p,.collection-seo-box p,.home-seo-copy p,.article-card__body p{color:var(--color-muted);line-height:1.75}.collection-seo-points,.home-seo-box ul{display:grid;gap:.7rem;margin-top:1rem}.collection-seo-points li,.home-seo-box li{position:relative;padding-left:1.25rem;color:var(--color-text);line-height:1.6}.collection-seo-points li:before,.home-seo-box li:before{content:"";position:absolute;left:0;top:.62rem;width:.42rem;height:.42rem;border-radius:999px;background:var(--color-accent-dark)}.collection-faq-list{margin-top:1rem}.home-seo-layout{display:grid;grid-template-columns:minmax(18rem,.9fr) minmax(0,1.1fr);gap:1.25rem}.home-seo-media,.home-seo-copy,.home-seo-box{background:var(--color-surface);border:1px solid var(--color-sand);border-radius:var(--theme-radius);padding:1.5rem}.home-seo-media{overflow:hidden;padding:0;min-height:100%}.home-seo-media img{display:block;width:100%;height:100%;min-height:32rem;object-fit:cover}.home-seo-benefits{display:grid;gap:.8rem;margin-top:1.2rem}.home-seo-benefits li{position:relative;padding-left:1.45rem;line-height:1.65;color:var(--color-text)}.home-seo-benefits li:before{content:"";position:absolute;left:0;top:.62rem;width:.48rem;height:.48rem;border-radius:999px;background:var(--color-accent-dark)}.home-seo-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.home-seo-links a{display:inline-flex;align-items:center;min-height:2.8rem;padding:.65rem .95rem;border-radius:999px;background:var(--color-background);border:1px solid var(--color-sand);font-weight:700;color:var(--color-text)}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.blog-search-intent{margin-top:2rem}.page-section-heading{margin-top:3rem;text-align:center}.page-section-heading h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:500}.article-card{background:var(--color-surface);border:1px solid var(--color-sand);border-radius:var(--theme-radius);overflow:hidden}.article-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.article-card__body{padding:1.2rem}.article-card__meta{color:var(--color-accent-dark);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800;margin-bottom:.6rem}.article-card__body h2{font-size:1.35rem;margin-bottom:.7rem}.article-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.6fr);gap:2rem}.article-hero-image img{width:100%;border-radius:var(--theme-radius);border:1px solid var(--color-sand)}.cart-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(20rem,.7fr);gap:2rem}.cart-lines{display:grid;gap:.85rem}.cart-line{display:flex;gap:1rem;align-items:center;padding:.9rem;border:1px solid var(--color-sand);border-radius:var(--theme-radius);background:var(--color-surface)}.cart-line img{width:5.6rem;aspect-ratio:4 / 5;object-fit:cover;border-radius:calc(var(--theme-radius) - 2px)}.cart-line__content{flex:1;display:grid;gap:.55rem}.cart-line__content h2{font-family:Playfair Display,Georgia,serif;font-size:1.12rem}.cart-line__actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:space-between}.cart-line__benefit{color:var(--color-success);font-size:.78rem;font-weight:700}.quantity-input{width:4.2rem;padding:.6rem .75rem;border-radius:999px;border:1px solid var(--color-sand);background:var(--color-background);text-align:center}.cart-summary{position:sticky;top:6.2rem;align-self:start}.cart-summary__box{background:var(--color-text);color:var(--color-background);border-radius:var(--theme-radius);padding:1.5rem}.cart-summary__eyebrow{color:#faf9f67a;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;margin-bottom:.6rem;font-weight:800}.summary-row{display:flex;justify-content:space-between;gap:1rem;margin:.75rem 0}.summary-row strong{font-size:1.2rem}.cart-empty{text-align:center;padding:4rem 0}.cart-summary__text{line-height:1.6;margin-top:.35rem}.cart-summary__trust{display:grid;gap:.45rem;margin-top:1rem;color:#faf9f6c2;font-size:.78rem;font-weight:700}.cart-summary__payments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cart-summary__payments .footer-payment-badge{background:#faf9f6}.main-page .rte{width:min(820px,100%);margin:0 auto}.page-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.6fr);gap:2rem;align-items:start}.page-content-wrap{display:grid;gap:1.4rem}.page-hero{text-align:left}.page-kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent-dark);font-weight:800;margin-bottom:.6rem}.page-lead{max-width:42rem;color:var(--color-muted);line-height:1.75;margin:.8rem 0 0}.page-card{background:var(--color-surface);border:1px solid var(--color-sand);border-radius:var(--theme-radius);padding:1.6rem}.page-side-card{position:sticky;top:6.2rem;background:var(--color-text);color:var(--color-background);border-radius:var(--theme-radius);padding:1.4rem}.page-side-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;margin-bottom:.8rem}.page-side-card p{color:#faf9f6ad;line-height:1.7}.page-side-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.2rem}.page-side-badges span{background:#ffffff14;border-radius:999px;padding:.45rem .7rem;font-size:.74rem;font-weight:700;color:#faf9f6d6}.page-side-card .button,.page-side-card .button-secondary{width:100%;margin-top:.7rem}.page-side-card .button-secondary{background:transparent;color:var(--color-background);border-color:#ffffff29}.page-bottom-cta{margin-top:2rem;background:var(--color-text);color:var(--color-background);border-radius:var(--theme-radius);padding:1.7rem;text-align:center}.page-bottom-cta h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:500;margin-bottom:.6rem}.page-bottom-cta p{color:#faf9f6ad;margin-bottom:1rem}.main-page h1{font-size:clamp(2.3rem,5vw,4rem);text-align:center;margin-bottom:1rem}.main-page .rte p,.main-page .rte ul,.main-page .rte ol,.main-page .rte h2,.main-page .rte h3{margin-bottom:1rem}.main-page .rte ul,.main-page .rte ol{padding-left:1.25rem;list-style:disc}.main-page .rte ol{list-style:decimal}.btn-atc-buy-now{margin-top:.85rem}.main-404{text-align:center}.main-404 h1{font-size:clamp(2.4rem,6vw,4.8rem);margin-bottom:1rem}.main-404 p{width:min(34rem,100%);margin:0 auto 2rem;color:var(--color-muted);line-height:1.75}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .52s cubic-bezier(.16,1,.3,1),transform .52s cubic-bezier(.16,1,.3,1)}[data-reveal].is-visible,body:not(.has-scroll-reveal) [data-reveal]{opacity:1;transform:translateY(0)}.hero-grid [data-reveal]{opacity:1;transform:none}@media(max-width:990px){.site-nav,.site-header__actions .button-secondary,.site-header__actions .header-account{display:none}.mobile-toggle{display:inline-flex}body.menu-open .mobile-panel{display:block}.hero-grid,.editorial-grid,.newsletter-shell,.product-layout,.cart-grid,.site-footer__grid,.page-layout,.collection-seo-grid,.home-seo-layout,.article-layout{grid-template-columns:1fr}.hero-copy,.editorial-copy{padding:3rem 1.25rem}.hero-media{order:-1;min-height:22rem}.product-gallery{position:relative;top:auto}.product-info{padding-left:0}.page-side-card{position:relative;top:auto}.cart-hero{flex-direction:column;align-items:start;margin-bottom:1.25rem}.cart-hero__trust{justify-content:flex-start}.collection-grid,.product-grid,.usp-grid,.trust-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-only-card{display:block}.testimonial-row{grid-auto-columns:minmax(16rem,20rem)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:98;display:block;background:#faf9f6fa;border-top:1px solid var(--color-sand);box-shadow:0 -12px 32px #0b0b0a14;padding:.85rem 1rem}.sticky-atc__inner{display:flex;align-items:center;gap:.85rem}.sticky-atc__meta{min-width:5.5rem}.sticky-atc__meta strong{display:block}}@media(max-width:720px){.section{padding:4rem 0}.page-width,.page-width--wide{width:min(100% - 1.25rem,100%)}.collection-grid,.product-grid,.usp-grid,.trust-cards,.cross-sell-grid,.article-grid{grid-template-columns:1fr}.testimonial-row{grid-auto-columns:minmax(85%,1fr)}.hero-actions,.button,.button-secondary,.button-light,.header-account{width:100%}.newsletter-shell{padding:1.35rem}.newsletter-form__row{grid-template-columns:1fr}.cart-line{flex-direction:column;align-items:stretch;padding:.8rem}.cart-line img{width:100%;max-height:210px}.cart-line__actions{gap:.6rem;justify-content:flex-start}.cart-summary__box .button,.cart-summary__box .button-light{min-height:3rem}.footer-payment-row,.cart-summary__payments{gap:.4rem}.footer-payment-badge{padding:3px 8px;height:26px}.notice-strip__inner{gap:.8rem}}body.template-product .notice-strip{background:var(--color-text);color:var(--color-background);padding:10px 16px}body.template-product .notice-strip__inner{gap:24px}body.template-product .notice-pill{font-size:12px;font-weight:500;letter-spacing:.3px}body.menu-open,body.cart-open{overflow:hidden}body.template-cart,body.template-cart.menu-open,body.template-cart.cart-open{overflow-y:auto}html:has(body.template-cart),body.template-cart{overflow-x:hidden;overscroll-behavior:auto;-webkit-overflow-scrolling:touch}body.template-cart .site-header{position:static;backdrop-filter:none;-webkit-backdrop-filter:none}body.template-cart .site-overlay,body.template-cart .cart-drawer,body.template-cart .cart-page-sticky{display:none!important}body.template-cart .cart-summary,body.template-cart .page-side-card,body.template-cart .product-gallery{position:static;top:auto}body.template-cart .cart-shell,body.template-cart .site-main,body.template-cart [data-cart-page],body.template-cart [data-cart-page-content]{overflow:visible;min-height:auto;height:auto}.cart-feedback[hidden]{display:none!important}.cart-checkout-button{background:linear-gradient(135deg,#0b0b0a,#9e8560);color:#faf9f6;box-shadow:0 18px 34px #9e856033}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;pointer-events:none}body.cart-open .cart-drawer{pointer-events:auto}body.cart-open .site-overlay{z-index:109}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(28rem,100%);height:100%;background:var(--color-background);border-left:1px solid var(--color-sand);box-shadow:-24px 0 56px #0b0b0a24;display:grid;grid-template-rows:auto auto auto 1fr auto;pointer-events:auto;overflow:hidden}.cart-drawer__header,.cart-drawer__footer{padding:1.15rem 1.15rem 0}.cart-drawer__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cart-drawer__eyebrow,.cart-upsell__eyebrow,.cart-reserve__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent-dark);font-weight:800;margin-bottom:.35rem}.cart-drawer__header h2,.cart-upsell h3,.cart-proof__quote strong{font-family:Playfair Display,Georgia,serif}.cart-drawer__subtext{color:var(--color-muted);font-size:.9rem;margin-top:.35rem;line-height:1.5}.cart-drawer__close{width:2.8rem;height:2.8rem;border-radius:999px;border:1px solid var(--color-sand);background:var(--color-surface);display:inline-flex;align-items:center;justify-content:center}.cart-drawer__close svg{width:1.15rem;height:1.15rem}.cart-drawer__body{overflow-y:auto;padding:0 1.15rem 1rem}.cart-drawer__lines,.cart-lines{display:grid;gap:.9rem}.cart-item{display:grid;grid-template-columns:6.25rem minmax(0,1fr);gap:.95rem;padding:.95rem;border-radius:calc(var(--theme-radius) + 2px);border:1px solid var(--color-sand);background:var(--color-surface)}.cart-item__media{display:block;overflow:hidden;border-radius:calc(var(--theme-radius) - 2px);background:#fff6}.cart-item__media img{width:100%;height:100%;aspect-ratio:4 / 5;object-fit:cover}.cart-item__content{display:grid;gap:.45rem;min-width:0}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.55rem}.cart-item__top h2,.cart-item__top h3{font-size:.82rem;line-height:1.15;margin-bottom:.08rem}.cart-item__microcopy{color:var(--color-success);font-size:.66rem;font-weight:700;line-height:1.35}.cart-item__remove{color:var(--color-muted);font-size:.7rem;font-weight:700;text-decoration:underline;text-underline-offset:.18rem}.cart-item__bottom{display:flex;justify-content:space-between;gap:.55rem;align-items:center;flex-wrap:wrap}.cart-item__price{display:grid;justify-items:end;gap:.1rem}.cart-item__price strong{font-size:.82rem}.cart-item__price span{color:var(--color-muted);text-decoration:line-through;font-size:.68rem}.cart-quantity{display:inline-grid;grid-template-columns:1.8rem 2.1rem 1.8rem;align-items:center;border-radius:999px;border:1px solid var(--color-sand);overflow:hidden;background:var(--color-background)}.cart-quantity button,.cart-quantity input{height:1.9rem;border:0;background:transparent;text-align:center;font-weight:700}.cart-quantity button{font-size:.82rem}.cart-quantity input{border-left:1px solid var(--color-sand);border-right:1px solid var(--color-sand);color:var(--color-text)}.cart-freebar,.cart-reserve,.cart-proof{border:1px solid var(--color-sand);border-radius:calc(var(--theme-radius) + 2px);background:var(--color-surface)}.cart-freebar{padding:1rem 1.15rem;margin:0 1.15rem .85rem}.cart-freebar--page{margin:0 0 1rem}.cart-freebar__copy{display:flex;justify-content:space-between;gap:.8rem;align-items:baseline;margin-bottom:.75rem}.cart-freebar__copy strong{font-size:.95rem}.cart-freebar__copy span{color:var(--color-muted);font-size:.82rem}.cart-freebar__track{width:100%;height:.5rem;border-radius:999px;background:#9e856024;overflow:hidden}.cart-freebar__progress{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-accent-dark) 0%,var(--color-success) 100%)}.cart-feedback{margin:0 1.15rem .85rem;padding:.85rem 1rem;border-radius:1rem;font-size:.9rem;font-weight:700}.cart-feedback--page{margin:0 0 1rem}.cart-feedback[data-state=success]{background:#3a6b4a1a;color:var(--color-success);border:1px solid rgba(58,107,74,.14)}.cart-feedback[data-state=error]{background:#c44b3f14;color:var(--color-danger);border:1px solid rgba(196,75,63,.14)}.cart-empty--drawer{padding:2rem 0 1rem}.cart-summary-card{border-radius:calc(var(--theme-radius) + 2px);background:var(--color-text);color:var(--color-background);padding:1.25rem}.cart-summary-card .button,.cart-summary-card .button-light,.cart-summary__box .button,.cart-summary__box .button-light{width:100%}.cart-summary-card .button-light,.cart-summary__box .button-light{margin-top:.7rem}.cart-summary-card__meta,.cart-summary__text{color:#faf9f6bd;line-height:1.6;margin-top:.6rem;margin-bottom:.9rem}.cart-summary-card__trust,.cart-summary__trust{display:grid;gap:.45rem;margin-top:.95rem;color:#faf9f6d1;font-size:.8rem;font-weight:700}.cart-summary-card--drawer{margin-bottom:1rem}.cart-drawer__footer{padding-bottom:1rem;border-top:1px solid rgba(230,226,218,.8);background:linear-gradient(180deg,#faf9f600,#faf9f6 18%)}.cart-reserve{display:flex;justify-content:space-between;gap:.9rem;align-items:center;padding:1rem 1.15rem;margin-bottom:1rem}.cart-reserve span{display:inline-flex;align-items:center;min-height:2.2rem;padding:.45rem .8rem;border-radius:999px;background:#3a6b4a1f;color:var(--color-success);font-size:.78rem;font-weight:800}.cart-page-main{display:grid;gap:1rem}.cart-proof{padding:1.15rem;display:grid;gap:.95rem}.cart-proof__quote{display:grid;gap:.35rem}.cart-proof__quote p{color:var(--color-muted);line-height:1.7}.cart-proof__points{display:flex;flex-wrap:wrap;gap:.55rem}.cart-proof__points span{display:inline-flex;align-items:center;min-height:2.35rem;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--color-sand);background:var(--color-background);font-size:.78rem;font-weight:700;color:var(--color-muted)}.cart-upsell{padding:1.15rem;border:1px solid var(--color-sand);border-radius:calc(var(--theme-radius) + 2px);background:var(--color-surface)}.cart-upsell__header{margin-bottom:.95rem}.cart-upsell__grid{display:grid;gap:.65rem}.cart-upsell-card{display:grid;grid-template-columns:4.4rem minmax(0,1fr);gap:.7rem;padding:.65rem;border-radius:calc(var(--theme-radius) - 1px);background:#faf9f6e0;border:1px solid var(--color-sand)}.cart-upsell-card__media{display:block;position:relative;border-radius:calc(var(--theme-radius) - 4px);overflow:hidden;background:var(--color-background)}.cart-upsell-card__media img{width:100%;height:100%;aspect-ratio:4 / 5;object-fit:cover}.cart-upsell-card__badge{position:absolute;top:.45rem;left:.45rem;z-index:1;padding:.25rem .45rem;border-radius:999px;background:var(--color-text);color:var(--color-background);font-size:.68rem;font-weight:800}.cart-upsell-card__content{display:grid;gap:.45rem}.cart-upsell-card__content h4{font-size:.88rem;line-height:1.28}.cart-upsell-card__prices{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.cart-upsell-card__prices span{color:var(--color-muted);text-decoration:line-through;font-size:.72rem}.cart-upsell-card .button-light{margin-top:.1rem;min-height:2.35rem;padding:.55rem .8rem;font-size:.8rem}.cart-discount{margin:1rem 0 .85rem}.cart-discount__label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#faf9f6b3;margin-bottom:.5rem}.cart-discount__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem}.cart-discount input{min-height:3rem;border-radius:999px;border:1px solid rgba(250,249,246,.18);background:#faf9f614;color:var(--color-background);padding:.85rem 1rem}.cart-page-sticky{position:fixed;left:0;right:0;bottom:0;z-index:97;display:none;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;background:#faf9f6fa;border-top:1px solid var(--color-sand);box-shadow:0 -14px 32px #0b0b0a14}.cart-page-sticky__label{color:var(--color-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:.2rem}.cart-summary__box{display:grid;gap:.15rem}@media(max-width:990px){.cart-drawer__panel{width:min(100%,31rem)}body.template-cart .cart-grid{grid-template-columns:1fr}.cart-page-sticky{display:flex}.cart-shell{padding-bottom:7rem}}@media(max-width:720px){.cart-drawer__panel{width:100%;max-width:100%}.cart-drawer__header,.cart-drawer__footer,.cart-drawer__body{padding-left:1rem;padding-right:1rem}.cart-freebar,.cart-feedback{margin-left:1rem;margin-right:1rem}.cart-item,.cart-upsell-card{grid-template-columns:1fr}.cart-item__media img,.cart-upsell-card__media img{max-height:120px}.cart-item__top,.cart-item__bottom,.cart-reserve,.cart-freebar__copy{flex-direction:column;align-items:stretch}.cart-item__price{justify-items:start}.cart-discount__row{grid-template-columns:1fr}.cart-page-sticky{flex-direction:column;align-items:stretch}}@media(max-width:990px){html:has(body.template-cart),body.template-cart{height:auto!important;min-height:100%;overflow-y:auto!important;touch-action:pan-y;overscroll-behavior-y:auto}body.template-cart [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}body.template-cart .cart-summary,body.template-cart .page-side-card,body.template-cart .cart-page-sticky{position:static!important;top:auto!important}body.template-cart .cart-page-sticky{display:none!important}body.template-cart .cart-shell,body.template-cart .cart-grid,body.template-cart .cart-page-main,body.template-cart [data-cart-page],body.template-cart [data-cart-page-content]{overflow:visible!important;height:auto!important;min-height:auto!important}}body.template-product .site-header{position:sticky;top:0;z-index:100;background:#faf9f6f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}body.template-product .site-header__bar{min-height:auto;padding:14px 40px;width:min(100%,calc(100% + -0px))}body.template-product .brand-mark{font-size:19px;font-weight:500}body.template-product .site-nav{gap:28px}body.template-product .site-nav a{font-size:13px;font-weight:500;color:var(--color-muted)}body.template-product .site-header__actions .button-secondary{display:none}body.template-product .header-cart{font-size:12px;font-weight:600;background:var(--color-text);color:var(--color-background);padding:8px 20px;border-radius:100px;box-shadow:none}body.template-product .breadcrumb{padding:12px 40px;font-size:12px;color:var(--color-muted);background:var(--color-surface);gap:6px}body.template-product .breadcrumb a{color:var(--color-muted)}body.template-product .page-width--wide{width:min(1400px,100%)}body.template-product .product-shell{padding:0 0 32px}body.template-product .product-main{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1400px;margin:0 auto}body.template-product .gallery{padding:40px 40px 40px 48px;position:sticky;top:80px;align-self:start}body.template-product .gallery-main{position:relative;border-radius:var(--theme-radius);overflow:hidden;background:var(--color-surface);margin-bottom:12px;aspect-ratio:4 / 5}body.template-product .gallery-main .product-media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .4s}body.template-product .gallery-main .product-media.active,body.template-product .gallery-main .product-media.is-active{opacity:1;visibility:visible}body.template-product .gallery-main img,body.template-product .gallery-main video,body.template-product .gallery-main model-viewer{width:100%;height:100%;object-fit:cover}body.template-product .gallery-badge{position:absolute;top:16px;left:16px;background:var(--color-danger);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:100px;z-index:2;letter-spacing:.3px}body.template-product .gallery-thumbs{display:flex;gap:8px}body.template-product .gallery-thumb{width:72px;height:90px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:var(--color-surface);flex-shrink:0}body.template-product .gallery-thumb.active,body.template-product .gallery-thumb.is-active{border-color:var(--color-text)}body.template-product .gallery-thumb img{width:100%;height:100%;object-fit:cover}body.template-product .product-info{padding:40px 48px 40px 40px;overflow-y:auto}body.template-product .product-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}body.template-product .product-rating .stars{color:var(--color-accent);font-size:14px;letter-spacing:1px}body.template-product .product-rating .count{font-size:13px;color:var(--color-muted)}body.template-product .product-info h1{font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:500;line-height:1.25;margin-bottom:16px;letter-spacing:0}body.template-product .product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}body.template-product .product-price-row .now{font-size:28px;font-weight:700}body.template-product .product-price-row .was{font-size:17px;color:var(--color-muted);text-decoration:line-through}body.template-product .product-price-row .save-tag{background:#fdf0ee;color:var(--color-danger);font-size:12px;font-weight:700;padding:4px 10px;border-radius:100px}body.template-product .product-installment{font-size:13px;color:var(--color-muted);margin-bottom:20px}body.template-product .product-installment b{color:var(--color-text)}body.template-product .product-subtitle{margin-bottom:16px;color:var(--color-muted);line-height:1.75}body.template-product .product-benefit-pills{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}body.template-product .product-benefit-pills span{padding:7px 12px;border-radius:999px;border:1px solid var(--color-sand);background:var(--color-surface);font-size:11px;font-weight:700}body.template-product .product-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 20px}body.template-product .proof-tile{padding:12px;border-radius:12px;background:var(--color-surface);border:1px solid var(--color-sand)}body.template-product .proof-tile strong{display:block;font-size:15px;font-weight:800}body.template-product .proof-tile span{display:block;margin-top:3px;color:var(--color-muted);font-size:11px;line-height:1.45}body.template-product .urgency-bar{background:#fdf0ee;border:1px solid rgba(196,75,63,.12);border-radius:var(--theme-radius);padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-danger);font-weight:500}body.template-product .urgency-dot{width:8px;height:8px;border-radius:50%;background:var(--color-danger);animation:pulse 1.5s infinite;flex-shrink:0}body.template-product .urgency-stack{display:grid;gap:10px}body.template-product .stock-note,body.template-product .shipping-cutoff{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--theme-radius);border:1px solid var(--color-sand);background:var(--color-surface);font-size:13px;line-height:1.55}body.template-product .stock-note{color:var(--color-success)}body.template-product .stock-note.is-low{background:#fdf0ee;border-color:#c44b3f24;color:var(--color-danger)}body.template-product .stock-note__dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}body.template-product .shipping-cutoff svg{width:16px;height:16px;flex-shrink:0}body.template-product .variant-section{margin-bottom:20px}body.template-product .variant-label{font-size:13px;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:6px}body.template-product .variant-label span{font-weight:400;color:var(--color-muted)}body.template-product .color-options{display:flex;gap:10px}body.template-product .color-option{width:40px;height:40px;border-radius:50%;border:2.5px solid var(--swatch-border, var(--color-sand));cursor:pointer;transition:border-color .2s,transform .2s;position:relative}body.template-product .color-option:hover{transform:scale(1.08)}body.template-product .color-option.active,body.template-product .color-option.is-active{border-color:var(--color-text)}body.template-product .color-option .tooltip{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);font-size:11px;color:var(--color-muted);white-space:nowrap;opacity:0;transition:opacity .2s;pointer-events:none}body.template-product .color-option:hover .tooltip{opacity:1}body.template-product .size-options{display:flex;gap:8px;flex-wrap:wrap}body.template-product .size-option{padding:10px 18px;border:1.5px solid var(--color-sand);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s,transform .2s;background:var(--color-background)}body.template-product .size-option:hover{border-color:var(--color-text);background:var(--color-surface)}body.template-product .size-option.active,body.template-product .size-option.is-active{border-color:var(--color-text);background:var(--color-text);color:var(--color-background)}body.template-product .size-guide-link{font-size:12px;color:var(--color-accent-dark);font-weight:500;margin-top:8px;display:inline-flex;align-items:center;gap:4px;border-bottom:1px solid var(--color-accent-dark)}body.template-product .atc-section{margin-bottom:20px}body.template-product .btn-atc{width:100%;padding:17px 32px;background:var(--color-text);color:var(--color-background);border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .25s,box-shadow .25s;letter-spacing:.3px;font-family:Manrope,system-ui,sans-serif}body.template-product .btn-atc:hover{transform:translateY(-2px);box-shadow:0 10px 32px #0003}body.template-product .atc-guarantees{display:flex;justify-content:center;gap:16px;margin-top:12px;flex-wrap:wrap}body.template-product .atc-help{margin-top:12px;text-align:center;color:var(--color-muted);font-size:12px;line-height:1.6}body.template-product .atc-guarantee{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--color-muted);font-weight:500}body.template-product .atc-guarantee svg{width:14px;height:14px;stroke:var(--color-success);fill:none;stroke-width:2}body.template-product .payment-badges{margin-bottom:24px;padding:16px;background:var(--color-surface);border-radius:var(--theme-radius);border:1px solid var(--color-sand)}body.template-product .payment-badges-label{font-size:11px;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;text-align:center}body.template-product .payment-icons-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;align-items:center}body.template-product .payment-icon{height:28px;padding:4px 12px;background:var(--color-background);border:1px solid var(--color-sand);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:border-color .2s}body.template-product .payment-icon:hover{border-color:var(--color-muted)}body.template-product .payment-icon svg{height:16px;width:auto}body.template-product .payment-icon span{font-size:11px;font-weight:700;letter-spacing:.3px;color:#1e1d1b}body.template-product .trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-sand);border-radius:var(--theme-radius);overflow:hidden;margin-bottom:24px}body.template-product .trust-cell{background:var(--color-surface);padding:16px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}body.template-product .trust-cell svg{width:22px;height:22px;stroke:#1e1d1b;fill:none;stroke-width:1.6}body.template-product .trust-cell h5{font-size:12px;font-weight:600}body.template-product .trust-cell p{font-size:11px;color:var(--color-muted);line-height:1.4}body.template-product .delivery-bar{background:#edf5ef;border:1px solid rgba(58,107,74,.12);border-radius:var(--theme-radius);padding:14px 16px;margin-top:14px;margin-bottom:24px;display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-success);font-weight:500}body.template-product .delivery-bar svg{width:20px;height:20px;stroke:var(--color-success);fill:none;stroke-width:1.8;flex-shrink:0}body.template-product .features-list{margin-bottom:28px;padding:1.5rem;background:linear-gradient(180deg,#f3f1ecb8,#faf9f6fa);border:1px solid var(--color-sand);border-radius:calc(var(--theme-radius) + 2px)}body.template-product .features-list h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.7rem,2.5vw,2.3rem);line-height:1.12;font-weight:500;letter-spacing:-.02em;margin-bottom:.8rem}body.template-product .features-list>p{font-size:1rem;line-height:1.8;color:var(--color-muted);max-width:60ch;margin-bottom:1.25rem}body.template-product .features-list h3,body.template-product .reviews-header h3,body.template-product .faq-product h3,body.template-product .cross-sell h3{font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:500;margin-bottom:16px}body.template-product .features-list ul{display:grid;gap:.8rem;margin:0 0 1.25rem;padding:0;list-style:none}body.template-product .features-list ul li{position:relative;padding:.95rem 1rem .95rem 2.25rem;border-radius:14px;background:#ffffffb8;border:1px solid rgba(230,226,218,.95);line-height:1.7;font-size:.96rem}body.template-product .features-list ul li:before{content:"";position:absolute;left:1rem;top:1.2rem;width:.52rem;height:.52rem;border-radius:999px;background:var(--color-accent-dark)}body.template-product .features-list ul li strong{color:var(--color-text);font-weight:800}body.template-product .features-list em{display:block;color:var(--color-text);line-height:1.7}body.template-product .feature-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-sand)}body.template-product .feature-row:last-child{border:none}body.template-product .feature-check{width:22px;height:22px;border-radius:50%;background:#edf5ef;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}body.template-product .feature-check svg{width:12px;height:12px;stroke:var(--color-success);fill:none;stroke-width:2.5}body.template-product .feature-text h4{font-size:14px;font-weight:600;margin-bottom:2px}body.template-product .feature-text p{font-size:13px;color:var(--color-muted);line-height:1.5}body.template-product .reviews-section{margin-bottom:28px;padding:24px;background:var(--color-surface);border-radius:var(--theme-radius)}body.template-product .reviews-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}body.template-product .reviews-score{display:flex;align-items:baseline;gap:6px}body.template-product .reviews-score .num{font-size:22px;font-weight:700}body.template-product .reviews-score .stars{color:var(--color-accent);font-size:13px}body.template-product .reviews-score .total{font-size:12px;color:var(--color-muted);margin-left:2px}body.template-product .review-item{padding:16px 0;border-top:1px solid var(--color-sand)}body.template-product .review-item:first-of-type{border:none}body.template-product .review-item .r-stars{color:var(--color-accent);font-size:12px;letter-spacing:1px;margin-bottom:6px}body.template-product .review-item .r-text{font-size:14px;line-height:1.65;color:#1e1d1b;margin-bottom:8px;font-style:italic}body.template-product .review-item .r-meta{display:flex;align-items:center;gap:8px}body.template-product .review-item .r-author{font-size:13px;font-weight:600}body.template-product .review-item .r-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--color-success);font-weight:500}body.template-product .review-item .r-badge svg{width:12px;height:12px;stroke:var(--color-success);fill:none;stroke-width:2.5}body.template-product .faq-product{margin-bottom:28px}body.template-product .pf-item{border-bottom:1px solid var(--color-sand);padding:16px 0}body.template-product .pf-q{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500}body.template-product .pf-q:after{content:"+";font-size:18px;color:var(--color-muted);transition:transform .3s;font-weight:300}body.template-product .pf-item.is-open .pf-q:after,body.template-product .pf-item.open .pf-q:after{transform:rotate(45deg)}body.template-product .pf-a{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding-top .4s cubic-bezier(.16,1,.3,1),opacity .2s ease;font-size:13.5px;color:var(--color-muted);line-height:1.65}body.template-product .pf-item.is-open .pf-a,body.template-product .pf-item.open .pf-a{opacity:1;padding-top:10px}body.template-product .cross-sell{margin-bottom:28px}body.template-product .cross-cards{display:flex;gap:12px}body.template-product .cross-card{flex:1;border-radius:var(--theme-radius);overflow:hidden;border:1px solid var(--color-sand);cursor:pointer;transition:transform .3s,box-shadow .3s}body.template-product .cross-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}body.template-product .cross-card img{aspect-ratio:1;object-fit:cover;width:100%}body.template-product .cross-card-info{padding:12px}body.template-product .cross-card-info h4{font-size:13px;font-weight:600;margin-bottom:4px}body.template-product .cross-card-info .xprice{font-size:13px;font-weight:700}body.template-product .cross-card-info .xold{font-size:12px;color:var(--color-muted);text-decoration:line-through;margin-left:6px}body.template-product .secure-footer{padding:20px;text-align:center;border-top:1px solid var(--color-sand);margin-top:8px}body.template-product .secure-footer-inner{display:flex;justify-content:center;align-items:center;gap:6px;font-size:11px;color:var(--color-muted)}body.template-product .secure-footer-inner svg{width:14px;height:14px;stroke:var(--color-success);fill:none;stroke-width:2}body.template-product .sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--color-background);padding:12px 16px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #00000014;z-index:99;border-top:1px solid var(--color-sand);opacity:0;transform:translateY(100%);transition:transform .22s ease,opacity .22s ease;pointer-events:none}body.template-product .sticky-atc-inner{display:flex;align-items:center;gap:12px}body.template-product .sticky-atc.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}body.template-product .sticky-atc .s-meta{min-width:0}body.template-product .sticky-atc .s-meta strong{display:block;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.template-product .sticky-atc .s-meta span{display:block;margin-top:2px;font-size:11px;color:var(--color-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.template-product .sticky-atc .s-info{display:flex;flex-direction:column}body.template-product .sticky-atc .s-price{font-size:18px;font-weight:700;white-space:nowrap}body.template-product .sticky-atc .s-old{font-size:12px;color:var(--color-muted);text-decoration:line-through}body.template-product .sticky-atc .btn-atc{flex:1;padding:14px 20px;font-size:14px}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:3.5rem 1rem 2rem}.hero-proof-grid,body.template-product .product-proof-grid{grid-template-columns:1fr}.hero-floating-card{display:none}.testimonial-summary{flex-direction:column;align-items:flex-start}.testimonial-summary__chips{justify-content:flex-start}body.template-product .site-header__bar{padding:12px 16px}body.template-product .site-nav{display:none}body.template-product .mobile-toggle{display:inline-flex}body.template-product .breadcrumb{padding:10px 16px}body.template-product .product-main{grid-template-columns:1fr}body.template-product .gallery{padding:0;position:relative;top:auto}body.template-product .gallery-main{border-radius:0;aspect-ratio:4 / 5}body.template-product .gallery-thumbs{padding:8px 16px;gap:6px}body.template-product .gallery-thumb{width:56px;height:70px}body.template-product .product-info{padding:24px 16px 120px}body.template-product .product-benefit-pills{gap:6px}body.template-product .product-info h1{font-size:24px}body.template-product .features-list{padding:1.05rem}body.template-product .features-list h2{font-size:1.45rem}body.template-product .features-list>p,body.template-product .features-list ul li,body.template-product .features-list em{font-size:.92rem}body.template-product .cross-cards{overflow-x:auto;-webkit-overflow-scrolling:touch}body.template-product .cross-card{min-width:150px;flex:none}body.template-product .sticky-atc{display:block}body.template-product .sticky-atc-inner{align-items:stretch}body.template-product .sticky-atc .s-meta{display:none}body.template-product .payment-icons-row{gap:6px}body.template-product .payment-icon{padding:3px 8px;height:26px}}.bundle-offer{background:#faf8f4;border:1.5px solid #e8e2d9;border-radius:12px;padding:16px;margin-bottom:16px}.bundle-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.bundle-badge{background:var(--color-accent, #c9a96e);color:#fff;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 10px;border-radius:20px}.bundle-header strong{font-size:14px;font-weight:700;color:var(--color-text, #1a1a1a)}.bundle-options{display:flex;flex-direction:column;gap:8px}.bundle-opt{display:flex;align-items:center;gap:10px;border:1.5px solid #e0ddd8;border-radius:10px;padding:12px 14px;cursor:pointer;transition:border-color .2s,background .2s;position:relative;background:#fff}.bundle-opt input[type=radio]{display:none}.bundle-opt:has(input:checked){border-color:var(--color-accent, #c9a96e);background:#fffdf9}.bundle-opt--highlight{border-color:var(--color-accent, #c9a96e);background:#fffdf9}.bundle-opt-inner{flex:1;display:flex;justify-content:space-between;align-items:center}.bundle-opt-label{font-size:14px;font-weight:600;color:var(--color-text, #1a1a1a)}.bundle-opt-label em{font-style:normal;font-size:12px;font-weight:500;color:#4caf50;margin-left:6px}.bundle-opt-price{font-size:15px;font-weight:700;color:var(--color-text, #1a1a1a)}.bundle-badge-pill{position:absolute;top:-10px;right:10px;background:#4caf50;color:#fff;font-size:10px;font-weight:800;padding:2px 8px;border-radius:20px}.bundle-offer--complement{background:linear-gradient(180deg,#fffdf9,#f8f3ea);border-color:#c9a96e6b;box-shadow:0 14px 28px #231e1614}.bundle-complement{display:grid}.bundle-complement-card{display:flex;gap:14px;align-items:stretch;background:#fff;border:1px solid #ebe3d7;border-radius:12px;padding:12px}.bundle-complement-card--fallback{display:block}.bundle-complement-media{flex:0 0 86px;min-height:112px;border-radius:10px;overflow:hidden;background:#f3eee6}.bundle-complement-media img{width:100%;height:100%;display:block;object-fit:cover}.bundle-complement-content{min-width:0;flex:1;display:grid;gap:8px}.bundle-complement-kicker{color:var(--color-accent, #c9a96e);font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.bundle-complement-content h4{margin:0;color:var(--color-text, #1a1a1a);font-size:15px;font-weight:800;line-height:1.25}.bundle-complement p{margin:0;color:var(--color-muted, #6f6a61);font-size:13px;line-height:1.45}.bundle-complement-pills{display:flex;flex-wrap:wrap;gap:6px}.bundle-complement-pills span{border:1px solid #eee4d5;border-radius:999px;background:#fffaf2;color:#5f5548;font-size:10px;font-weight:800;line-height:1;padding:6px 8px}.bundle-complement-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.bundle-complement-price{color:var(--color-text, #1a1a1a);flex:0 0 auto;font-size:16px;font-weight:900;line-height:1.35}.bundle-complement-actions{flex:0 0 auto;margin:0}.bundle-complement-add{min-height:36px;padding:0 13px;border-radius:8px;background:var(--color-text, #1a1a1a);border-color:var(--color-text, #1a1a1a);color:#fff;font-size:12px;white-space:nowrap}.bundle-complement-link{color:var(--color-text, #1a1a1a);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.bundle-complement-cta{justify-self:flex-start;min-height:42px;padding:0 16px}@media(max-width:420px){.bundle-complement-card{gap:10px;padding:10px}.bundle-complement-media{flex-basis:76px;min-height:104px}.bundle-complement-bottom{align-items:flex-start;flex-direction:column}.bundle-complement-add{width:100%}}.hero-benefits li:before{background:var(--color-accent, #c4a97d)!important;box-shadow:0 0 0 5px #c4a97d26!important}.button{box-shadow:0 12px 32px #0000002e;letter-spacing:.03em}.button:hover,.button:focus-visible{box-shadow:0 18px 40px #00000038;transform:translateY(-2px)}.button-secondary{border:1px solid rgba(0,0,0,.22)!important}.button-secondary:hover,.button-secondary:focus-visible{background:#0000000a!important;border-color:#0000008c!important}.product-card__badge{background:var(--color-accent, #c4a97d)!important;font-size:.68rem;letter-spacing:.05em}.product-card{border-radius:18px;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover,.product-card:focus-visible{transform:translateY(-5px);box-shadow:0 16px 40px #0000001a}.product-card__assist span{background:var(--color-surface, #f5f3ef);border:none;border-radius:999px;font-size:.68rem;color:var(--color-muted, #888);padding:.3rem .75rem}.stats-band .stat-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.5rem 1.25rem;transition:background .2s ease}.stats-band .stat-card:hover{background:#ffffff1c}.stats-band .stat-card span{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#f5f3ef80;margin-top:4px;display:block}.faq-trigger{font-weight:600;font-size:1.02rem;letter-spacing:-.01em;padding:1.4rem 0}.faq-trigger:after{content:"+";width:26px;height:26px;border:1px solid rgba(0,0,0,.18);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--color-text);flex-shrink:0;transition:transform .22s ease,background .22s ease;line-height:1}.faq-item.is-open .faq-trigger:after{transform:rotate(45deg);background:var(--color-text, #000);color:var(--color-background, #fff);border-color:var(--color-text, #000)}.faq-item{border-bottom:1px solid rgba(0,0,0,.07)}.editorial-copy .eyebrow{display:inline-flex;align-self:flex-start;width:fit-content;margin-bottom:1rem;background:#c4a97d1f;border-color:#c4a97d66;color:var(--color-accent, #c4a97d)}.editorial-copy .button-light:hover{background:var(--color-surface, #f0ede8)}.trustpilot-badge{box-shadow:0 6px 24px #00000014!important;transition:box-shadow .2s ease}.trustpilot-badge:hover{box-shadow:0 10px 32px #0000001f!important}.section{padding-top:5rem;padding-bottom:5rem}[data-reveal]{transition:opacity .55s ease,transform .55s ease}@media(max-width:768px){.section{padding-top:3rem;padding-bottom:3rem}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions .button,.hero-actions .button-secondary{width:100%;justify-content:center;padding:1rem 1.5rem}.stats-row{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.faq-trigger{font-size:.95rem;padding:1.1rem 0}.product-card{border-radius:12px}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.hero-copy h1{font-size:clamp(3rem,6vw,5.2rem)!important;line-height:1.05!important;letter-spacing:-.04em!important;font-weight:300!important;font-family:Playfair Display,Georgia,serif!important;margin:1.1rem 0!important}.hero-copy h1 strong{font-weight:700;color:var(--color-accent, #c4a97d)}@media(max-width:768px){.hero-copy h1{font-size:clamp(2.2rem,9vw,3.2rem)!important;letter-spacing:-.03em!important;line-height:1.1!important}}.section-fade{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.section-fade.visible{opacity:1;transform:translateY(0)}.shopify-section+.shopify-section:last-child:not(:has(*:not([hidden]))){padding:0!important;margin:0!important}.email-popup[hidden]{display:none!important}.shopify-section:last-child{padding-bottom:0!important}body.template-index .hero-copy h1{font-size:clamp(2.45rem,4.7vw,3.95rem)!important;line-height:1.08!important;margin:.95rem 0 .9rem!important}body.template-index .hero-copy p{font-size:.96rem;line-height:1.72}body.template-index .hero-benefits li{font-size:.9rem}body.template-index .hero-price__current,body.template-index .price-current{font-size:clamp(1.75rem,2.4vw,2.1rem)}body.template-index .section-header h2,body.template-index .editorial-copy h2,body.template-index .newsletter-copy h2,body.template-index .home-seo-copy h2{font-size:clamp(1.7rem,2.8vw,2.4rem)}body.template-index .section-header p,body.template-index .editorial-copy p,body.template-index .newsletter-copy p,body.template-index .home-seo-copy p{font-size:.95rem}body.template-index .product-card__content h3{font-size:1.05rem}body.template-index .eyebrow{font-size:.68rem;padding:.42rem .78rem}@media(max-width:768px){body.template-index .hero-copy h1{font-size:clamp(1.95rem,7.2vw,2.7rem)!important;line-height:1.12!important;margin:.8rem 0!important}body.template-index .hero-copy p,body.template-index .section-header p,body.template-index .editorial-copy p,body.template-index .newsletter-copy p,body.template-index .home-seo-copy p{font-size:.9rem}body.template-index .section-header h2,body.template-index .editorial-copy h2,body.template-index .newsletter-copy h2,body.template-index .home-seo-copy h2{font-size:clamp(1.45rem,5.2vw,2rem)}body.template-index .hero-benefits li,body.template-index .product-card__content h3{font-size:.88rem}}@media(max-width:720px){.notice-strip{padding:.45rem 0;overflow:hidden}body.template-product .notice-strip{padding:.45rem 0}.notice-strip__inner,body.template-product .notice-strip__inner{width:100%;max-width:100%;flex-wrap:nowrap;justify-content:flex-start;gap:.85rem;overflow-x:auto;padding:0 .65rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.notice-strip__inner::-webkit-scrollbar{display:none}.notice-pill,body.template-product .notice-pill{flex:0 0 auto;white-space:nowrap;font-size:.68rem;line-height:1.2;letter-spacing:.01em}.notice-pill svg{width:.78rem;height:.78rem;flex:0 0 auto}.site-header__bar{min-height:4.2rem;gap:.55rem}.brand-mark{min-width:0;font-size:1.05rem}.brand-mark span{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark img{max-height:2.25rem}.site-header__actions{gap:.45rem;flex-shrink:0}.header-cart,body.template-product .header-cart{width:2.55rem;height:2.55rem;min-width:2.55rem;min-height:2.55rem;padding:0;justify-content:center;gap:0;font-size:.75rem;border-radius:999px}.header-cart__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.header-cart__icon{width:1rem;height:1rem}.header-cart__count{position:absolute;top:-.22rem;right:-.22rem;min-width:1.15rem;height:1.15rem;padding:0 .25rem;background:var(--color-accent);color:var(--color-text);border:2px solid var(--color-background);font-size:.64rem;font-weight:800}.mobile-toggle{width:2.55rem;height:2.55rem}}@media(max-width:380px){.brand-mark span{max-width:8rem}.header-cart,body.template-product .header-cart,.mobile-toggle{width:2.4rem;height:2.4rem;min-width:2.4rem;min-height:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/base.css.map */
