.SiteHeader-module__zBs5mG__header{z-index:40;background:var(--bg);border-bottom:1px solid #0000;transition:background .25s,border-color .25s,box-shadow .25s;position:sticky;top:0}.SiteHeader-module__zBs5mG__scrolled{-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border);background:#f7f5f1e0;box-shadow:0 1px 12px #1d1b180a}.SiteHeader-module__zBs5mG__bar{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;height:64px;display:grid}.SiteHeader-module__zBs5mG__left{justify-self:start;align-items:center;gap:1.75rem;display:flex}.SiteHeader-module__zBs5mG__navLink{text-transform:uppercase;letter-spacing:.18em;color:var(--text);font-size:.76rem;font-weight:600;transition:opacity .16s}.SiteHeader-module__zBs5mG__navLink:hover{opacity:.55}.SiteHeader-module__zBs5mG__brand{font-family:var(--font-fraunces), serif;letter-spacing:-.01em;white-space:nowrap;justify-self:center;font-size:1.5rem;font-weight:600}.SiteHeader-module__zBs5mG__right{justify-self:end;align-items:center;gap:1.5rem;display:flex}.SiteHeader-module__zBs5mG__utilLink{cursor:pointer;text-transform:uppercase;letter-spacing:.18em;color:var(--text);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.76rem;font-weight:600;transition:opacity .16s;display:inline-flex}.SiteHeader-module__zBs5mG__savedCount{background:var(--accent);color:#fff;letter-spacing:0;border-radius:999px;justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 .25rem;font-size:.62rem;font-weight:700;display:inline-flex}.SiteHeader-module__zBs5mG__utilLink:hover{opacity:.55}.SiteHeader-module__zBs5mG__menuBtn{width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-self:start;place-items:center;margin-left:-8px;display:none}.SiteHeader-module__zBs5mG__menuBtn:hover{background:var(--surface-muted)}.SiteHeader-module__zBs5mG__searchPanel{border-top:1px solid var(--border);background:var(--bg);animation:.18s SiteHeader-module__zBs5mG__drop}.SiteHeader-module__zBs5mG__suggestions{padding-bottom:.9rem;list-style:none}.SiteHeader-module__zBs5mG__suggestion{border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:baseline;gap:1rem;width:100%;padding:.65rem .75rem;transition:background .12s;display:flex}.SiteHeader-module__zBs5mG__suggestionActive{background:var(--surface-muted)}.SiteHeader-module__zBs5mG__suggestionText{align-items:baseline;gap:.6rem;min-width:0;display:flex}.SiteHeader-module__zBs5mG__suggestionBrand{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);flex-shrink:0;font-size:.7rem;font-weight:700}.SiteHeader-module__zBs5mG__suggestionName{font-family:var(--font-fraunces), serif;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;overflow:hidden}.SiteHeader-module__zBs5mG__suggestionPrice{color:var(--text-soft);flex-shrink:0;font-size:.82rem}.SiteHeader-module__zBs5mG__searchForm{color:var(--text-soft);align-items:center;gap:.75rem;padding:1rem 0;display:flex}.SiteHeader-module__zBs5mG__searchForm input{color:var(--text);background:0 0;border:none;flex:1;padding:.6rem 0;font-size:1.05rem}.SiteHeader-module__zBs5mG__searchForm input:focus{outline:none}.SiteHeader-module__zBs5mG__drawerOverlay{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1d1b1859;position:fixed;inset:0}.SiteHeader-module__zBs5mG__drawer{background:var(--bg);flex-direction:column;gap:1.25rem;width:min(85vw,320px);padding:1.25rem;animation:.2s SiteHeader-module__zBs5mG__slide;display:flex;position:absolute;top:0;bottom:0;left:0;overflow-y:auto}.SiteHeader-module__zBs5mG__drawerTop{justify-content:space-between;align-items:center;display:flex}.SiteHeader-module__zBs5mG__drawerSearch input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:.7rem .9rem;font-size:1rem}.SiteHeader-module__zBs5mG__drawerNav{flex-direction:column;display:flex}.SiteHeader-module__zBs5mG__drawerNav a{text-transform:uppercase;letter-spacing:.16em;border-bottom:1px solid var(--border);padding:.85rem 0;font-size:.8rem;font-weight:600}@keyframes SiteHeader-module__zBs5mG__drop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes SiteHeader-module__zBs5mG__slide{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width:760px){.SiteHeader-module__zBs5mG__left{display:none}.SiteHeader-module__zBs5mG__menuBtn{display:inline-grid}.SiteHeader-module__zBs5mG__right{gap:1rem}.SiteHeader-module__zBs5mG__right a[href=\/saved],.SiteHeader-module__zBs5mG__right a[href=\/compare]{display:none}}
.Hero-module__gNeX-G__hero{background:var(--surface-muted);height:clamp(420px,56vh,600px);position:relative;overflow:hidden}.Hero-module__gNeX-G__slide{opacity:0;visibility:hidden;background:var(--surface-muted);align-items:center;transition:opacity .7s,transform .7s;display:flex;position:absolute;inset:0;overflow:hidden;transform:scale(1.04)}.Hero-module__gNeX-G__photo{object-fit:cover;object-position:center;width:70%;height:100%;position:absolute;inset:0 0 0 30%}.Hero-module__gNeX-G__active .Hero-module__gNeX-G__photo{animation:9s cubic-bezier(.22,1,.36,1) forwards Hero-module__gNeX-G__drift}@keyframes Hero-module__gNeX-G__drift{0%{transform:scale(1)}to{transform:scale(1.045)}}@media (prefers-reduced-motion:reduce){.Hero-module__gNeX-G__active .Hero-module__gNeX-G__photo{animation:none}}.Hero-module__gNeX-G__veil{background:linear-gradient(90deg, var(--surface-muted) 0%, var(--surface-muted) 32%, color-mix(in srgb, var(--surface-muted) 72%, transparent) 48%, color-mix(in srgb, var(--surface-muted) 18%, transparent) 66%, transparent 100%), radial-gradient(120% 100% at 0% 100%, color-mix(in srgb, var(--accent) 10%, transparent) 0%, transparent 55%);position:absolute;inset:0}.Hero-module__gNeX-G__active{opacity:1;visibility:visible;transform:scale(1)}.Hero-module__gNeX-G__content{position:relative}.Hero-module__gNeX-G__active .Hero-module__gNeX-G__content>*{animation:.65s cubic-bezier(.22,1,.36,1) both Hero-module__gNeX-G__rise}.Hero-module__gNeX-G__active .Hero-module__gNeX-G__content>:first-child{animation-delay:.1s}.Hero-module__gNeX-G__active .Hero-module__gNeX-G__content>:nth-child(2){animation-delay:.2s}.Hero-module__gNeX-G__active .Hero-module__gNeX-G__content>:nth-child(3){animation-delay:.3s}.Hero-module__gNeX-G__active .Hero-module__gNeX-G__content>:nth-child(4){animation-delay:.4s}@keyframes Hero-module__gNeX-G__rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Hero-module__gNeX-G__active .Hero-module__gNeX-G__content>*{animation:none}}.Hero-module__gNeX-G__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:color-mix(in srgb, var(--accent) 75%, var(--text));margin-bottom:.75rem;font-size:.74rem;font-weight:700;display:inline-block}.Hero-module__gNeX-G__title{max-width:14ch;font-size:clamp(2.4rem,5.5vw,4.4rem);line-height:1}.Hero-module__gNeX-G__title em{font-style:italic;font-weight:400}.Hero-module__gNeX-G__text{color:var(--text-soft);max-width:46ch;margin:1rem 0 1.75rem;font-size:clamp(1rem,1.6vw,1.2rem)}.Hero-module__gNeX-G__cta{padding:.85rem 1.5rem;font-size:1rem}.Hero-module__gNeX-G__dots{gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__srLive{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Hero-module__gNeX-G__dot{cursor:pointer;background:#1d1b1833;border:none;border-radius:999px;width:32px;height:4px;transition:background .2s}.Hero-module__gNeX-G__dotActive{background:var(--text)}.Hero-module__gNeX-G__playPause{border:1px solid var(--border-strong);background:color-mix(in srgb, var(--surface) 80%, transparent);width:34px;height:34px;color:var(--text);cursor:pointer;border-radius:999px;place-items:center;transition:background .18s,border-color .18s;display:grid;position:absolute;bottom:1.1rem;right:1.25rem}.Hero-module__gNeX-G__playPause:hover{background:var(--surface);border-color:var(--accent)}@media (max-width:600px){.Hero-module__gNeX-G__hero{height:clamp(420px,72vh,560px)}.Hero-module__gNeX-G__photo{width:100%;inset:0}.Hero-module__gNeX-G__veil{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-muted) 88%, transparent) 0%, color-mix(in srgb, var(--surface-muted) 78%, transparent) 55%, color-mix(in srgb, var(--surface-muted) 92%, transparent) 100%)}}
.SaveButton-module__Wo0tzq__btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:.45rem;transition:border-color .18s,background .18s,transform .12s;display:inline-flex}.SaveButton-module__Wo0tzq__btn:hover{border-color:var(--accent)}.SaveButton-module__Wo0tzq__btn:active{transform:scale(.94)}.SaveButton-module__Wo0tzq__icon{border-radius:999px;width:34px;height:34px;padding:0}.SaveButton-module__Wo0tzq__pill{border-radius:var(--radius-sm);white-space:nowrap;padding:.7rem 1.15rem;font-size:.92rem;font-weight:600}.SaveButton-module__Wo0tzq__heart{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linejoin:round;transition:fill .18s,stroke .18s}.SaveButton-module__Wo0tzq__saved{border-color:color-mix(in srgb, var(--accent) 50%, transparent);background:var(--accent-soft)}.SaveButton-module__Wo0tzq__saved .SaveButton-module__Wo0tzq__heart{fill:var(--accent);stroke:var(--accent);animation:.35s cubic-bezier(.22,1,.36,1) SaveButton-module__Wo0tzq__heartPop}@keyframes SaveButton-module__Wo0tzq__heartPop{0%{transform:scale(.7)}55%{transform:scale(1.25)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.SaveButton-module__Wo0tzq__saved .SaveButton-module__Wo0tzq__heart{animation:none}}
.LovedList-module__YqaMMa__list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(1.5rem,4vw,4rem);list-style:none;display:grid}.LovedList-module__YqaMMa__single{grid-template-columns:minmax(0,1fr)}.LovedList-module__YqaMMa__row{border-bottom:1px solid var(--border);align-items:center;gap:1.1rem;padding:1.1rem 0;display:flex}.LovedList-module__YqaMMa__rank{font-family:var(--font-fraunces), serif;color:color-mix(in srgb, var(--accent) 70%, var(--text));text-align:center;flex-shrink:0;min-width:2.4rem;font-size:1.7rem;font-style:italic;font-weight:400}.LovedList-module__YqaMMa__link{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.LovedList-module__YqaMMa__link:hover .LovedList-module__YqaMMa__name{color:var(--accent)}.LovedList-module__YqaMMa__brand{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);font-size:.74rem;font-weight:700}.LovedList-module__YqaMMa__name{font-family:var(--font-fraunces), serif;font-size:1.15rem;font-weight:500;line-height:1.25;transition:color .15s}.LovedList-module__YqaMMa__meta{color:var(--text-soft);font-size:.8rem}.LovedList-module__YqaMMa__end{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.LovedList-module__YqaMMa__price{font-family:var(--font-fraunces), serif;white-space:nowrap;font-size:1.1rem;font-weight:500}@media (max-width:760px){.LovedList-module__YqaMMa__list{grid-template-columns:minmax(0,1fr)}.LovedList-module__YqaMMa__rank{min-width:1.9rem}.LovedList-module__YqaMMa__end{flex-direction:column-reverse;align-items:flex-end;gap:.4rem}.LovedList-module__YqaMMa__price{font-size:1rem}}
.Marquee-module__JHCSNG__band{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-muted);padding:.7rem 0;overflow:hidden}.Marquee-module__JHCSNG__track{width:max-content;animation:36s linear infinite Marquee-module__JHCSNG__slide;display:flex}.Marquee-module__JHCSNG__band:hover .Marquee-module__JHCSNG__track{animation-play-state:paused}.Marquee-module__JHCSNG__row{flex-shrink:0;display:flex}.Marquee-module__JHCSNG__item{text-transform:lowercase;letter-spacing:.22em;color:var(--text-soft);white-space:nowrap;align-items:center;font-size:.74rem;font-weight:700;display:inline-flex}.Marquee-module__JHCSNG__dot{color:var(--accent);margin:0 1.6rem}@keyframes Marquee-module__JHCSNG__slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.Marquee-module__JHCSNG__track{animation:none}}
.ProductCard-module__ZAvt4a__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);height:100%;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden}.ProductCard-module__ZAvt4a__save{z-index:3;position:absolute;top:.6rem;right:.6rem}.ProductCard-module__ZAvt4a__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.ProductCard-module__ZAvt4a__link{flex-direction:column;height:100%;display:flex}.ProductCard-module__ZAvt4a__thumb{aspect-ratio:4/3;background:radial-gradient(120% 90% at 50% 0%, color-mix(in srgb, var(--accent) 14%, transparent) 0%, transparent 70%), var(--surface-muted);border-bottom:1px solid var(--border);place-items:center;display:grid;position:relative;overflow:hidden}.ProductCard-module__ZAvt4a__badge{z-index:2;border-radius:var(--radius-xs);letter-spacing:.1em;text-transform:uppercase;background:var(--text);color:var(--bg);padding:.28rem .55rem;font-size:.64rem;font-weight:700;position:absolute;top:.7rem;left:.7rem}.ProductCard-module__ZAvt4a__badgeNew{background:var(--accent);color:#fff}.ProductCard-module__ZAvt4a__photo{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:.9rem;transition:transform .45s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.ProductCard-module__ZAvt4a__card:hover .ProductCard-module__ZAvt4a__photo{transform:scale(1.05)}.ProductCard-module__ZAvt4a__glyph{width:56%;height:72%;color:color-mix(in srgb, var(--accent) 62%, var(--text));transition:transform .45s cubic-bezier(.22,1,.36,1)}.ProductCard-module__ZAvt4a__card:hover .ProductCard-module__ZAvt4a__glyph{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.ProductCard-module__ZAvt4a__photo,.ProductCard-module__ZAvt4a__glyph{transition:none}}.ProductCard-module__ZAvt4a__overlay{text-align:center;border-radius:var(--radius-sm);background:var(--text);color:var(--bg);opacity:0;padding:.5rem;font-size:.8rem;font-weight:600;transition:opacity .18s,transform .18s;position:absolute;bottom:.7rem;left:.7rem;right:.7rem;transform:translateY(8px)}.ProductCard-module__ZAvt4a__card:hover .ProductCard-module__ZAvt4a__overlay,.ProductCard-module__ZAvt4a__card:focus-within .ProductCard-module__ZAvt4a__overlay{opacity:1;transform:translateY(0)}.ProductCard-module__ZAvt4a__body{flex-direction:column;flex:1;gap:.3rem;padding:.9rem 1rem 1rem;display:flex}.ProductCard-module__ZAvt4a__brand{color:var(--text-soft);font-size:.8rem}.ProductCard-module__ZAvt4a__name{min-height:2.52rem;font-size:1.05rem;font-weight:500;line-height:1.2}.ProductCard-module__ZAvt4a__meta{color:var(--text-soft);align-items:center;gap:.4rem;margin-top:.1rem;font-size:.82rem;display:flex}.ProductCard-module__ZAvt4a__rating{color:var(--accent);font-weight:600}.ProductCard-module__ZAvt4a__dot{opacity:.5}.ProductCard-module__ZAvt4a__footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.85rem;display:flex}.ProductCard-module__ZAvt4a__price{font-family:var(--font-fraunces), serif;letter-spacing:-.01em;font-size:1.25rem;font-weight:500}.ProductCard-module__ZAvt4a__priceLabel{font-family:var(--font-mulish), sans-serif;color:var(--text-soft);font-size:.72rem;font-weight:500}.ProductCard-module__ZAvt4a__delta{font-family:var(--font-mulish), sans-serif;background:var(--positive-soft);color:var(--positive);vertical-align:.15em;border-radius:999px;margin-left:.4rem;padding:.12rem .4rem;font-size:.68rem;font-weight:700}.ProductCard-module__ZAvt4a__unavailable{color:var(--text-soft);font-size:.85rem}.ProductCard-module__ZAvt4a__compare{border:1px solid var(--border-strong);white-space:nowrap;border-radius:999px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:background .18s,color .18s,border-color .18s}.ProductCard-module__ZAvt4a__card:hover .ProductCard-module__ZAvt4a__compare{background:var(--accent);border-color:var(--accent);color:#fff}
.CompareButton-module__3HWdmG__btn{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.15rem;font-size:.92rem;font-weight:600;transition:border-color .18s,background .18s,transform .12s;display:inline-flex}.CompareButton-module__3HWdmG__btn:hover:not(:disabled){border-color:var(--accent)}.CompareButton-module__3HWdmG__btn:active:not(:disabled){transform:scale(.97)}.CompareButton-module__3HWdmG__btn:disabled{opacity:.5;cursor:not-allowed}.CompareButton-module__3HWdmG__icon{fill:none;stroke:currentColor;stroke-width:1.7px}.CompareButton-module__3HWdmG__active{border-color:color-mix(in srgb, var(--accent) 50%, transparent);background:var(--accent-soft)}.CompareButton-module__3HWdmG__active .CompareButton-module__3HWdmG__icon{fill:color-mix(in srgb, var(--accent) 18%, transparent);stroke:var(--accent)}
.ProductCarousel-module__yyWL8G__section{padding:3rem 0}.ProductCarousel-module__yyWL8G__head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.ProductCarousel-module__yyWL8G__title{font-size:clamp(1.5rem,3vw,2.1rem)}.ProductCarousel-module__yyWL8G__intro{color:var(--text-soft);max-width:50ch;margin-top:.4rem}.ProductCarousel-module__yyWL8G__controls{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.ProductCarousel-module__yyWL8G__viewAll{color:var(--accent-text);margin-right:.5rem;font-size:.9rem;font-weight:600}.ProductCarousel-module__yyWL8G__viewAll:hover{text-decoration:underline}.ProductCarousel-module__yyWL8G__arrow{border:1px solid var(--border-strong);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:999px;font-size:1.4rem;line-height:1;transition:background .16s}.ProductCarousel-module__yyWL8G__arrow:hover{background:var(--surface-muted)}.ProductCarousel-module__yyWL8G__track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProductCarousel-module__yyWL8G__track::-webkit-scrollbar{display:none}.ProductCarousel-module__yyWL8G__cell{scroll-snap-align:start;flex:0 0 clamp(220px,26vw,280px)}@media (max-width:560px){.ProductCarousel-module__yyWL8G__cell{flex-basis:78%}.ProductCarousel-module__yyWL8G__controls .ProductCarousel-module__yyWL8G__arrow{display:none}}
.PriceHistory-module__-ka6OW__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:.9rem;padding:1rem 1.1rem .85rem}.PriceHistory-module__-ka6OW__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.PriceHistory-module__-ka6OW__label{text-transform:uppercase;letter-spacing:.14em;color:var(--text-soft);font-size:.72rem;font-weight:700}.PriceHistory-module__-ka6OW__lowBadge{background:var(--positive-soft);border:1px solid color-mix(in srgb, var(--positive) 35%, transparent);color:var(--positive);white-space:nowrap;border-radius:999px;padding:.22rem .55rem;font-size:.7rem;font-weight:700}.PriceHistory-module__-ka6OW__sampleTag{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-soft);white-space:nowrap;border-radius:999px;padding:.22rem .55rem;font-size:.7rem;font-weight:600}.PriceHistory-module__-ka6OW__chart{width:100%;height:auto;display:block}.PriceHistory-module__-ka6OW__line{fill:none;stroke:var(--positive);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.PriceHistory-module__-ka6OW__area{fill:color-mix(in srgb, var(--positive) 8%, transparent);stroke:none}.PriceHistory-module__-ka6OW__dot{fill:var(--positive)}.PriceHistory-module__-ka6OW__range{color:var(--text-soft);justify-content:space-between;margin-top:.35rem;font-size:.74rem;display:flex}
.SiteFooter-module__C4mfIa__footer{background:var(--surface);border-top:1px solid var(--border);margin-top:2rem}.SiteFooter-module__C4mfIa__top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding:3rem 0 2.5rem;display:grid}.SiteFooter-module__C4mfIa__brand{font-family:var(--font-fraunces), serif;font-size:1.4rem;font-weight:600}.SiteFooter-module__C4mfIa__tagline{color:var(--text-soft);max-width:32ch;margin:.75rem 0 1.25rem;font-size:.92rem}.SiteFooter-module__C4mfIa__contactMail{color:var(--text);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);margin-bottom:1.25rem;font-size:.92rem;font-weight:600;transition:text-decoration-color .16s,color .16s;display:inline-block}.SiteFooter-module__C4mfIa__contactMail:hover{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.SiteFooter-module__C4mfIa__social{gap:.5rem;display:flex}.SiteFooter-module__C4mfIa__social a{border:1px solid var(--border-strong);width:38px;height:38px;color:var(--text-soft);border-radius:999px;place-items:center;font-size:.72rem;font-weight:700;transition:background .16s,color .16s;display:inline-grid}.SiteFooter-module__C4mfIa__social a:hover{background:var(--text);color:var(--bg)}.SiteFooter-module__C4mfIa__colTitle{margin-bottom:.9rem;font-size:.88rem;font-weight:700}.SiteFooter-module__C4mfIa__col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.SiteFooter-module__C4mfIa__col a{color:var(--text-soft);font-size:.9rem;transition:color .15s}.SiteFooter-module__C4mfIa__col a:hover{color:var(--text)}.SiteFooter-module__C4mfIa__bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.SiteFooter-module__C4mfIa__region select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;padding:.5rem .75rem;font-size:.85rem}.SiteFooter-module__C4mfIa__legal{color:var(--text-soft);text-align:right;font-size:.8rem}.SiteFooter-module__C4mfIa__srOnly{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:760px){.SiteFooter-module__C4mfIa__top{grid-template-columns:1fr 1fr;gap:1.5rem 1rem}.SiteFooter-module__C4mfIa__brandCol{grid-column:1/-1}.SiteFooter-module__C4mfIa__bottom{flex-direction:column;align-items:flex-start}.SiteFooter-module__C4mfIa__legal{text-align:left}}
.home-module__txgM7a__loved{background:var(--blush);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:clamp(1.5rem,3vw,2.5rem) 0;padding:clamp(3rem,6vw,5rem) 0}.home-module__txgM7a__lovedHead{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.home-module__txgM7a__lovedTitle{margin-bottom:.4rem;font-size:clamp(1.6rem,3.2vw,2.2rem)}.home-module__txgM7a__lovedTitle em{font-style:italic;font-weight:400}.home-module__txgM7a__lovedIntro{color:var(--text-soft);max-width:48ch}.home-module__txgM7a__lovedAll{text-transform:uppercase;letter-spacing:.14em;border-bottom:1px solid var(--border-strong);white-space:nowrap;flex-shrink:0;padding-bottom:.2rem;font-size:.8rem;font-weight:700;transition:color .15s,border-color .15s}.home-module__txgM7a__lovedAll:hover{color:var(--accent);border-color:var(--accent)}@media (max-width:700px){.home-module__txgM7a__lovedHead{flex-direction:column;align-items:flex-start;gap:.75rem}}.home-module__txgM7a__edit{padding:clamp(1.5rem,3vw,2.5rem) 0}.home-module__txgM7a__editInner{border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);border-radius:var(--radius-lg);background:radial-gradient(110% 130% at 92% 0%, color-mix(in srgb, var(--accent) 14%, transparent) 0%, transparent 60%), var(--accent-soft);justify-content:space-between;align-items:center;gap:clamp(2rem,5vw,4rem);padding:clamp(1.75rem,4vw,2.75rem) clamp(1.5rem,4vw,3rem);display:flex}.home-module__txgM7a__editCopy{max-width:56ch}.home-module__txgM7a__editEyebrow{color:color-mix(in srgb, var(--accent) 80%, var(--text))}.home-module__txgM7a__editTitle{margin:.4rem 0 .5rem;font-size:clamp(1.5rem,3vw,2.1rem)}.home-module__txgM7a__editTitle em{font-style:italic;font-weight:400}.home-module__txgM7a__editText{color:var(--text-soft)}.home-module__txgM7a__editCta{margin-top:1.4rem}.home-module__txgM7a__editPreview{flex-shrink:0;margin:0;padding:0;list-style:none;display:flex}.home-module__txgM7a__editGlyph{aspect-ratio:3/4;border-radius:var(--radius);border:1px solid color-mix(in srgb, var(--accent) 22%, var(--border));background:radial-gradient(90% 90% at 50% 22%, color-mix(in srgb, var(--accent) 16%, transparent) 0%, transparent 65%), var(--surface);width:clamp(64px,9vw,84px);color:color-mix(in srgb, var(--accent) 70%, var(--text));place-items:center;margin-left:-.85rem;display:grid;box-shadow:0 8px 20px -14px #1d1b1880}.home-module__txgM7a__editGlyph:first-child{margin-left:0}.home-module__txgM7a__editGlyph svg{width:60%;height:auto}.home-module__txgM7a__editMore{font-family:var(--font-fraunces), serif;color:color-mix(in srgb, var(--accent) 78%, var(--text));font-size:1.1rem;font-weight:600}@media (max-width:760px){.home-module__txgM7a__editInner{flex-direction:column;align-items:flex-start;gap:1.75rem}.home-module__txgM7a__editPreview{align-self:center}}.home-module__txgM7a__ritual{align-items:center;min-height:clamp(380px,52vh,540px);margin:clamp(2rem,4vw,3.5rem) 0;display:flex;position:relative;overflow:hidden}.home-module__txgM7a__ritualPhoto{object-fit:cover;object-position:center 40%;width:100%;height:100%;position:absolute;inset:0}.home-module__txgM7a__ritualVeil{background:linear-gradient(90deg, color-mix(in srgb, var(--bg) 88%, transparent) 0%, color-mix(in srgb, var(--bg) 55%, transparent) 48%, color-mix(in srgb, var(--bg) 12%, transparent) 100%);position:absolute;inset:0}.home-module__txgM7a__ritualContent{width:min(var(--maxw), calc(100% - 2.5rem));position:relative}.home-module__txgM7a__ritualKicker{text-transform:lowercase;letter-spacing:.24em;color:var(--text-soft);margin-bottom:.7rem;font-size:.78rem;font-weight:700}.home-module__txgM7a__ritualTitle{max-width:14ch;margin-bottom:.8rem;font-size:clamp(2rem,4.5vw,3.2rem)}.home-module__txgM7a__ritualTitle em{font-style:italic;font-weight:400}.home-module__txgM7a__ritualText{color:var(--text-soft);max-width:38ch;margin-bottom:1.5rem;font-size:1.05rem}@media (max-width:600px){.home-module__txgM7a__ritualVeil{background:color-mix(in srgb, var(--bg) 72%, transparent)}}
.CopyCode-module___vXP-a__code{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.04em;border:1px dashed var(--accent,#b5563c);border-radius:var(--radius-xs);background:var(--accent-soft);color:var(--accent-text,#9e4631);cursor:copy;padding:.2rem .5rem;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s,color .15s}.CopyCode-module___vXP-a__code:hover{border-style:solid}.CopyCode-module___vXP-a__copied{border:1px solid color-mix(in srgb, var(--positive) 45%, transparent);background:var(--positive-soft);color:var(--positive);cursor:default}
.PriceAlertForm-module__QnVvTq__opener{color:var(--text-soft);font-size:var(--text-base);cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;margin-top:.9rem;padding:0;font-weight:600;transition:color .18s;display:inline-flex}.PriceAlertForm-module__QnVvTq__opener:hover{color:var(--accent)}.PriceAlertForm-module__QnVvTq__bell{width:17px;height:17px}.PriceAlertForm-module__QnVvTq__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-top:.9rem;padding:1rem 1.1rem;display:flex}.PriceAlertForm-module__QnVvTq__field{flex-direction:column;gap:.3rem;display:flex}.PriceAlertForm-module__QnVvTq__label{font-size:var(--text-label);text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);font-weight:700}.PriceAlertForm-module__QnVvTq__input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);font-size:var(--text-base);min-width:0;padding:.55rem .7rem}.PriceAlertForm-module__QnVvTq__input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.PriceAlertForm-module__QnVvTq__priceWrap{align-items:center;gap:.35rem;display:flex}.PriceAlertForm-module__QnVvTq__currency{color:var(--text-soft)}.PriceAlertForm-module__QnVvTq__priceInput{width:6.5rem}.PriceAlertForm-module__QnVvTq__submit{white-space:nowrap}.PriceAlertForm-module__QnVvTq__success{font-size:var(--text-base);color:var(--positive);margin-top:.9rem;font-weight:600}.PriceAlertForm-module__QnVvTq__error{width:100%;font-size:var(--text-sm);color:var(--accent);margin:0}.PriceAlertForm-module__QnVvTq__fine{width:100%;font-size:var(--text-xs);color:var(--text-soft);margin:0}@media (max-width:560px){.PriceAlertForm-module__QnVvTq__form{flex-direction:column;align-items:stretch}}.PriceAlertForm-module__QnVvTq__fine a{text-underline-offset:2px;text-decoration:underline}
.RetailerList-module__8sLqsG__list{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;list-style:none;display:flex;overflow:hidden}.RetailerList-module__8sLqsG__row{border-top:1px solid var(--border);grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;grid-template-areas:"shop price action""shipping shipping shipping";align-items:center;gap:.5rem 1rem;padding:1rem 1.25rem;display:grid}.RetailerList-module__8sLqsG__shop{grid-area:shop}.RetailerList-module__8sLqsG__priceCol{grid-area:price}.RetailerList-module__8sLqsG__action{grid-area:action}.RetailerList-module__8sLqsG__row:first-child{border-top:none}.RetailerList-module__8sLqsG__best{background:var(--positive-soft)}.RetailerList-module__8sLqsG__dim{opacity:.6}.RetailerList-module__8sLqsG__shop{flex-direction:column;gap:.2rem;min-width:0;display:flex}.RetailerList-module__8sLqsG__shopHead{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.RetailerList-module__8sLqsG__name{font-size:1rem;font-weight:700}.RetailerList-module__8sLqsG__flag{letter-spacing:.06em;border-radius:var(--radius-xs);background:var(--surface-muted);color:var(--text-soft);padding:.15rem .4rem;font-size:.7rem;font-weight:700}.RetailerList-module__8sLqsG__bestBadge{text-transform:uppercase;letter-spacing:.08em;background:var(--positive);color:#fff;border-radius:999px;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.RetailerList-module__8sLqsG__saleBadge{text-transform:uppercase;letter-spacing:.08em;background:var(--accent,#b5563c);color:#fff;border-radius:999px;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.RetailerList-module__8sLqsG__meta{color:var(--text-soft);font-size:.85rem}.RetailerList-module__8sLqsG__codeRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.3rem;display:flex}.RetailerList-module__8sLqsG__code{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.04em;border:1px dashed var(--accent,#b5563c);border-radius:var(--radius-xs);background:var(--accent-soft);color:var(--accent,#b5563c);padding:.2rem .5rem;font-size:.78rem;font-weight:700}.RetailerList-module__8sLqsG__codeNote{color:var(--positive,#3f6b54);font-size:.78rem;font-weight:600}.RetailerList-module__8sLqsG__was{color:var(--text-soft);align-items:center;gap:.4rem;font-size:.85rem;text-decoration:line-through;display:inline-flex}.RetailerList-module__8sLqsG__delta{background:var(--positive-soft);color:var(--positive);border-radius:999px;padding:.1rem .4rem;font-size:.7rem;font-weight:700;text-decoration:none}.RetailerList-module__8sLqsG__shipping{border-top:1px dashed var(--border);color:var(--text-soft);grid-area:shipping;margin:0;padding-top:.5rem;font-size:.78rem}.RetailerList-module__8sLqsG__priceCol{flex-direction:column;gap:.1rem;display:flex}.RetailerList-module__8sLqsG__total{font-size:1.25rem;font-weight:700}.RetailerList-module__8sLqsG__breakdown{color:var(--text-soft);font-size:.78rem}.RetailerList-module__8sLqsG__oos{color:var(--text-soft);font-size:.9rem}.RetailerList-module__8sLqsG__moreRow{border-top:1px solid var(--border);background:var(--surface-muted);justify-content:center;padding:.85rem 1.25rem;display:flex}.RetailerList-module__8sLqsG__moreLink{color:var(--accent,#b5563c);font-size:.85rem;font-weight:600}.RetailerList-module__8sLqsG__moreLink:hover{text-decoration:underline}.RetailerList-module__8sLqsG__action{justify-self:end}.RetailerList-module__8sLqsG__go{padding:.55rem .95rem;font-size:.85rem}.RetailerList-module__8sLqsG__go:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.RetailerList-module__8sLqsG__row{grid-template-columns:1fr auto;grid-template-areas:"shop price""action action""shipping shipping";row-gap:.85rem}.RetailerList-module__8sLqsG__priceCol{text-align:right;align-items:flex-end}.RetailerList-module__8sLqsG__action{justify-self:stretch}.RetailerList-module__8sLqsG__go{width:100%}}
.community-module__OcW5ua__head{padding:3rem 0 1rem}.community-module__OcW5ua__title{max-width:18ch;margin:.5rem 0 .75rem;font-size:clamp(2rem,4.5vw,3rem)}.community-module__OcW5ua__title em{font-style:italic;font-weight:400}.community-module__OcW5ua__intro{color:var(--text-soft);max-width:54ch;font-size:1.05rem}.community-module__OcW5ua__stats{border-top:1px solid var(--border);flex-wrap:wrap;gap:2.5rem;margin-top:2rem;padding:1.5rem 0;display:flex}.community-module__OcW5ua__stat{flex-direction:column;display:flex}.community-module__OcW5ua__statValue{font-family:var(--font-fraunces), serif;color:var(--text);font-size:1.8rem}.community-module__OcW5ua__statLabel{color:var(--text-soft);font-size:.85rem}.community-module__OcW5ua__section{padding:2rem 0 1rem}.community-module__OcW5ua__sectionTitle{margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2rem)}.community-module__OcW5ua__routines{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.community-module__OcW5ua__routine{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.community-module__OcW5ua__routineMeta{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.community-module__OcW5ua__author{font-weight:700}.community-module__OcW5ua__detail{color:var(--text-soft);font-size:.85rem}.community-module__OcW5ua__routineTitle{font-size:1.3rem}.community-module__OcW5ua__routineNote{color:var(--text-soft);font-size:.95rem}.community-module__OcW5ua__routineProducts{border-top:1px solid var(--border);margin-top:.5rem;list-style:none}.community-module__OcW5ua__routineProduct{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:1rem;padding:.7rem 0;transition:color .15s;display:flex}.community-module__OcW5ua__routineProduct:hover{color:var(--accent)}.community-module__OcW5ua__productName{flex-direction:column;font-size:.92rem;font-weight:600;display:flex}.community-module__OcW5ua__productBrand{color:var(--text-soft);font-size:.78rem;font-weight:400}.community-module__OcW5ua__productPrice{white-space:nowrap;color:var(--text-soft);font-size:.85rem}.community-module__OcW5ua__share{padding:3rem 0 4rem}.community-module__OcW5ua__shareInner{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 2rem;display:flex}.community-module__OcW5ua__shareTitle{font-size:clamp(1.4rem,3vw,1.9rem)}.community-module__OcW5ua__shareText{color:var(--text-soft);max-width:44ch;margin-bottom:.5rem}
.CompareBoard-module__OHjITG__picker{flex:1;max-width:440px;position:relative}.CompareBoard-module__OHjITG__pickerIcon{width:18px;height:18px;color:var(--text-soft);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.CompareBoard-module__OHjITG__pickerInput{border:1px solid var(--border-strong);background:var(--surface);border-radius:999px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.75rem;transition:border-color .18s,box-shadow .18s}.CompareBoard-module__OHjITG__pickerInput:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.CompareBoard-module__OHjITG__pickerResults{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hover);padding:.35rem;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;right:0}.CompareBoard-module__OHjITG__pickerResult{border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:baseline;gap:1rem;width:100%;padding:.6rem .7rem;transition:background .12s;display:flex}.CompareBoard-module__OHjITG__pickerResult:hover{background:var(--surface-muted)}.CompareBoard-module__OHjITG__pickerText{align-items:baseline;gap:.55rem;min-width:0;display:flex}.CompareBoard-module__OHjITG__pickerBrand{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);flex-shrink:0;font-size:.68rem;font-weight:700}.CompareBoard-module__OHjITG__pickerName{font-family:var(--font-fraunces), serif;white-space:nowrap;text-overflow:ellipsis;font-size:.98rem;overflow:hidden}.CompareBoard-module__OHjITG__pickerPrice{color:var(--text-soft);flex-shrink:0;font-size:.82rem}.CompareBoard-module__OHjITG__addBar{align-items:center;gap:1.25rem;margin-bottom:1.75rem;display:flex}.CompareBoard-module__OHjITG__addHint{color:var(--text-soft);white-space:nowrap;font-size:.82rem}.CompareBoard-module__OHjITG__empty{max-width:480px;padding:2rem 0 5rem}.CompareBoard-module__OHjITG__emptyTitle{margin-bottom:.5rem;font-size:1.6rem}.CompareBoard-module__OHjITG__emptyText{color:var(--text-soft);margin-bottom:1.5rem}.CompareBoard-module__OHjITG__scroll{scrollbar-width:thin;margin:0 -1.25rem;padding:0 1.25rem;overflow-x:auto}.CompareBoard-module__OHjITG__grid{grid-template-columns:minmax(96px, .6fr) repeat(var(--cols), minmax(180px, 1fr));border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:min-content;display:grid;overflow:hidden}.CompareBoard-module__OHjITG__rowGroup{display:contents}.CompareBoard-module__OHjITG__cell{border-bottom:1px solid var(--border);border-left:1px solid var(--border);flex-direction:column;justify-content:center;padding:.85rem 1.1rem;display:flex}.CompareBoard-module__OHjITG__corner,.CompareBoard-module__OHjITG__label{background:var(--surface-muted);z-index:1;border-left:none;position:sticky;left:0}.CompareBoard-module__OHjITG__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-soft);font-size:.72rem;font-weight:700}.CompareBoard-module__OHjITG__head{background:radial-gradient(120% 80% at 80% 0%, color-mix(in srgb, var(--accent) 9%, transparent) 0%, transparent 70%), var(--surface);align-items:flex-start;gap:.25rem;padding-top:1.25rem;position:relative}.CompareBoard-module__OHjITG__corner{background:var(--surface-muted)}.CompareBoard-module__OHjITG__remove{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--text-soft);cursor:pointer;border-radius:999px;place-items:center;transition:color .15s,border-color .15s;display:grid;position:absolute;top:.6rem;right:.6rem}.CompareBoard-module__OHjITG__remove:hover{color:var(--accent);border-color:var(--accent)}.CompareBoard-module__OHjITG__headLink{flex-direction:column;gap:.2rem;display:flex}.CompareBoard-module__OHjITG__headVisual{border-radius:var(--radius-sm);background:radial-gradient(120% 100% at 50% 0%, color-mix(in srgb, var(--accent) 16%, transparent) 0%, transparent 75%), var(--surface-muted);place-items:center;width:64px;height:64px;margin-bottom:.5rem;display:grid}.CompareBoard-module__OHjITG__headGlyph{width:36px;height:auto;color:color-mix(in srgb, var(--accent) 65%, var(--text))}.CompareBoard-module__OHjITG__headPhoto{mix-blend-mode:multiply;width:50px;height:auto}.CompareBoard-module__OHjITG__headBrand{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);font-size:.68rem;font-weight:700}.CompareBoard-module__OHjITG__headName{font-family:var(--font-fraunces), serif;font-size:1.05rem;line-height:1.2;transition:color .15s}.CompareBoard-module__OHjITG__headLink:hover .CompareBoard-module__OHjITG__headName{color:var(--accent)}.CompareBoard-module__OHjITG__value{font-size:.92rem}.CompareBoard-module__OHjITG__big{font-family:var(--font-fraunces), serif;font-size:1.35rem;font-weight:500}.CompareBoard-module__OHjITG__softVal{color:var(--text-soft);font-size:.85rem}.CompareBoard-module__OHjITG__win{background:var(--positive-soft);position:relative}.CompareBoard-module__OHjITG__winTag{font-family:var(--font-mulish), sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--positive);margin-top:.2rem;font-size:.62rem;font-weight:700}.CompareBoard-module__OHjITG__ctaCell{padding-top:1.1rem;padding-bottom:1.1rem}.CompareBoard-module__OHjITG__ctaCell .btn{width:100%}.CompareBoard-module__OHjITG__footer{margin-top:1.5rem}.CompareBoard-module__OHjITG__clearAll{cursor:pointer;color:var(--text-soft);text-underline-offset:3px;background:0 0;border:none;font-size:.85rem;font-weight:600;text-decoration:underline}.CompareBoard-module__OHjITG__clearAll:hover{color:var(--accent)}@media (max-width:560px){.CompareBoard-module__OHjITG__addBar{flex-direction:column;align-items:stretch;gap:.6rem}.CompareBoard-module__OHjITG__picker{max-width:none}}
.SavedGrid-module__8m200W__placeholder{min-height:40vh}.SavedGrid-module__8m200W__section{padding-bottom:4rem}.SavedGrid-module__8m200W__bar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.SavedGrid-module__8m200W__count{color:var(--text-soft);font-size:.92rem}.SavedGrid-module__8m200W__clear{cursor:pointer;color:var(--text-soft);text-underline-offset:3px;background:0 0;border:none;font-size:.85rem;font-weight:600;text-decoration:underline}.SavedGrid-module__8m200W__clear:hover{color:var(--accent)}.SavedGrid-module__8m200W__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.SavedGrid-module__8m200W__empty{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1rem 6rem;display:flex}.SavedGrid-module__8m200W__emptyHeart{fill:none;stroke:var(--border-strong);stroke-width:1.4px}.SavedGrid-module__8m200W__emptyTitle{font-size:1.5rem}.SavedGrid-module__8m200W__emptyText{color:var(--text-soft);max-width:38ch;margin-bottom:.75rem}
.SearchBrowser-module__jK3Bqq__controls{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.SearchBrowser-module__jK3Bqq__searchWrap{align-items:center;display:flex;position:relative}.SearchBrowser-module__jK3Bqq__icon{width:18px;height:18px;color:var(--text-soft);pointer-events:none;position:absolute;left:1rem}.SearchBrowser-module__jK3Bqq__search{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;padding:.95rem 1rem .95rem 2.85rem;font-size:1rem;transition:border-color .18s,box-shadow .18s}.SearchBrowser-module__jK3Bqq__search::placeholder{color:var(--text-soft)}.SearchBrowser-module__jK3Bqq__search:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.SearchBrowser-module__jK3Bqq__segmented{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-self:flex-start;gap:.25rem;padding:.25rem;display:inline-flex}.SearchBrowser-module__jK3Bqq__segment{color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .16s,color .16s}.SearchBrowser-module__jK3Bqq__segment:hover{color:var(--text)}.SearchBrowser-module__jK3Bqq__segmentActive{background:var(--text);color:var(--bg)}.SearchBrowser-module__jK3Bqq__bar{border-top:1px solid var(--border);align-items:center;gap:1.25rem;margin-top:.25rem;padding-top:.85rem;display:flex}.SearchBrowser-module__jK3Bqq__categories{scrollbar-width:none;-ms-overflow-style:none;flex:auto;gap:1.5rem;min-width:0;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 1.5rem),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 1.5rem),#0000)}.SearchBrowser-module__jK3Bqq__categories::-webkit-scrollbar{display:none}.SearchBrowser-module__jK3Bqq__categoryLink{white-space:nowrap;color:var(--text-soft);cursor:pointer;background:0 0;border:none;flex:none;padding:.25rem 0 .45rem;font-size:.95rem;font-weight:500;transition:color .16s;position:relative}.SearchBrowser-module__jK3Bqq__categoryLink:hover{color:var(--text)}.SearchBrowser-module__jK3Bqq__categoryLinkActive{color:var(--text);font-weight:600}.SearchBrowser-module__jK3Bqq__categoryLinkActive:after{content:"";background:var(--text);border-radius:2px;height:2px;position:absolute;bottom:0;left:0;right:0}.SearchBrowser-module__jK3Bqq__sortField{flex-shrink:0;align-items:center;gap:.6rem;margin-left:auto;display:flex}.SearchBrowser-module__jK3Bqq__sortLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);font-size:.7rem;font-weight:700}.SearchBrowser-module__jK3Bqq__selectWrap{align-items:center;display:flex;position:relative}.SearchBrowser-module__jK3Bqq__select{appearance:none;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;color:var(--text);cursor:pointer;padding:.6rem 2.25rem .6rem .9rem;font-size:.9rem;font-weight:500;transition:border-color .18s,box-shadow .18s}.SearchBrowser-module__jK3Bqq__select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.SearchBrowser-module__jK3Bqq__caret{width:16px;height:16px;color:var(--text-soft);pointer-events:none;position:absolute;right:.85rem}.SearchBrowser-module__jK3Bqq__resultBar{justify-content:space-between;align-items:center;gap:1rem;margin:1.25rem 0 1rem;display:flex}.SearchBrowser-module__jK3Bqq__count{color:var(--text-soft);font-size:.85rem}.SearchBrowser-module__jK3Bqq__clear{cursor:pointer;color:var(--accent);background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.SearchBrowser-module__jK3Bqq__clear:hover{text-decoration:underline}.SearchBrowser-module__jK3Bqq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.SearchBrowser-module__jK3Bqq__cardWrap{animation:.5s cubic-bezier(.22,1,.36,1) both SearchBrowser-module__jK3Bqq__cardIn;animation-delay:calc(min(var(--i), 11) * 35ms);display:flex}.SearchBrowser-module__jK3Bqq__cardWrap>*{flex:1}@keyframes SearchBrowser-module__jK3Bqq__cardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.SearchBrowser-module__jK3Bqq__cardWrap{animation:none}}.SearchBrowser-module__jK3Bqq__empty{border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--text-soft);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}@media (max-width:900px){.SearchBrowser-module__jK3Bqq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.SearchBrowser-module__jK3Bqq__grid{grid-template-columns:1fr}.SearchBrowser-module__jK3Bqq__categories{gap:1.1rem}}
.product-module__wdNBYa__breadcrumb{color:var(--text-soft);align-items:center;gap:.6rem;padding:1.5rem 0 0;font-size:.85rem;display:flex}.product-module__wdNBYa__breadcrumb a:hover{color:var(--text)}.product-module__wdNBYa__hero{grid-template-columns:minmax(0,1.25fr) minmax(280px,1fr);align-items:start;gap:2.5rem;padding:1.5rem 0 3rem;display:grid}.product-module__wdNBYa__heroInfo{flex-direction:column;display:flex}.product-module__wdNBYa__brand{color:var(--text-soft);margin-top:.85rem;font-size:1rem}.product-module__wdNBYa__title{margin:.3rem 0 .9rem;font-size:clamp(2rem,4vw,3rem)}.product-module__wdNBYa__summary{max-width:48ch;color:var(--text-soft);font-size:1.05rem}.product-module__wdNBYa__tags{flex-wrap:wrap;gap:.5rem;margin:1.5rem 0;display:flex}.product-module__wdNBYa__ratingTag{color:var(--accent);border-color:var(--accent-soft);background:var(--accent-soft);font-weight:600}.product-module__wdNBYa__reviewCount{color:var(--text-soft);margin-left:.15rem;font-weight:400}.product-module__wdNBYa__bestStrip{border:1px solid var(--positive);background:var(--positive-soft);border-radius:var(--radius);flex-direction:column;align-items:stretch;gap:1.1rem;margin-top:.5rem;padding:1.25rem 1.4rem 1.4rem;display:flex}.product-module__wdNBYa__bestInfo{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:flex}.product-module__wdNBYa__bestActions{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.product-module__wdNBYa__bestActions>*{width:100%}.product-module__wdNBYa__bestCta{grid-column:1/-1}.product-module__wdNBYa__bestLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--positive);font-size:.72rem;font-weight:700}.product-module__wdNBYa__bestPrice{font-family:var(--font-fraunces), serif;letter-spacing:-.01em;font-size:2rem;font-weight:500}.product-module__wdNBYa__bestShop{color:var(--text-soft);font-size:.95rem}.product-module__wdNBYa__bestCodeNote{color:var(--positive);margin-top:.3rem;font-size:.82rem;font-weight:600;display:block}.product-module__wdNBYa__visual{aspect-ratio:4/5;border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(110% 80% at 50% 0%, color-mix(in srgb, var(--accent) 16%, transparent) 0%, transparent 65%), var(--surface);place-items:center;display:grid;position:sticky;top:88px}.product-module__wdNBYa__description{max-width:65ch;color:var(--text-soft);font-size:1.02rem;line-height:1.7}.product-module__wdNBYa__visualPhoto{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:1.5rem}.product-module__wdNBYa__visualGlyph{width:46%;height:70%;color:color-mix(in srgb, var(--accent) 58%, var(--text))}.product-module__wdNBYa__section{border-top:1px solid var(--border);padding:2.5rem 0}.product-module__wdNBYa__sectionHead{margin-bottom:1.5rem}.product-module__wdNBYa__sectionHead h2{margin-bottom:.4rem;font-size:clamp(1.5rem,2.5vw,2rem)}.product-module__wdNBYa__sectionHead p{color:var(--text-soft);max-width:56ch}.product-module__wdNBYa__footer{border-top:1px solid var(--border);color:var(--text-soft);padding:2.5rem 0;font-size:.85rem}@media (max-width:820px){.product-module__wdNBYa__hero{grid-template-columns:1fr;gap:1.75rem}.product-module__wdNBYa__visual{aspect-ratio:16/10;order:-1;position:static}.product-module__wdNBYa__bestActions{grid-template-columns:1fr}}
.about-module__-i9KWa__head{padding:clamp(3rem,6vw,4.5rem) 0 2.5rem}.about-module__-i9KWa__title{max-width:720px;margin:.6rem 0 1rem;font-size:clamp(2.2rem,5vw,3.6rem)}.about-module__-i9KWa__title em{font-style:italic;font-weight:400}.about-module__-i9KWa__intro{color:var(--text-soft);max-width:58ch;font-size:1.1rem}.about-module__-i9KWa__stats{padding:clamp(1.5rem,3vw,2.5rem) 0}.about-module__-i9KWa__statRow{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:2rem 0;display:grid}.about-module__-i9KWa__stat{flex-direction:column;display:flex}.about-module__-i9KWa__statValue{font-family:var(--font-fraunces), serif;font-size:clamp(1.8rem,3.5vw,2.6rem)}.about-module__-i9KWa__statLabel{color:var(--text-soft);font-size:.85rem}.about-module__-i9KWa__principles{padding:clamp(2rem,4vw,3.5rem) 0}.about-module__-i9KWa__principlesTitle{margin-bottom:2rem;font-size:clamp(1.6rem,3.2vw,2.2rem)}.about-module__-i9KWa__principleGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.about-module__-i9KWa__principle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;padding:1.75rem}.about-module__-i9KWa__principleNo{font-family:var(--font-fraunces), serif;color:color-mix(in srgb, var(--accent) 70%, var(--text));margin-bottom:.8rem;font-size:1.6rem;font-style:italic;display:block}.about-module__-i9KWa__principleTitle{margin-bottom:.5rem;font-size:1.25rem}.about-module__-i9KWa__principleText{color:var(--text-soft);font-size:.95rem}.about-module__-i9KWa__honesty{padding:clamp(1.5rem,3vw,2.5rem) 0}.about-module__-i9KWa__honestyInner{background:var(--blush);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.75rem,4vw,2.75rem);display:flex}.about-module__-i9KWa__honestyTitle{max-width:22ch;margin-bottom:.4rem;font-size:clamp(1.4rem,2.8vw,1.9rem)}.about-module__-i9KWa__honestyTitle em{font-style:italic;font-weight:400}.about-module__-i9KWa__honestyText{color:var(--text-soft)}.about-module__-i9KWa__honestyLinks{flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.about-module__-i9KWa__honestyLink{border-bottom:1px solid var(--border-strong);width:fit-content;padding-bottom:.15rem;font-size:.92rem;font-weight:600;transition:color .15s,border-color .15s}.about-module__-i9KWa__honestyLink:hover{color:var(--accent);border-color:var(--accent)}.about-module__-i9KWa__cta{text-align:center;flex-direction:column;align-items:center;gap:2.25rem;padding:clamp(2.5rem,5vw,4rem) 0 clamp(3.5rem,6vw,5rem);display:flex}.about-module__-i9KWa__ctaTitle{margin-bottom:1.75rem;font-size:clamp(1.8rem,4vw,2.8rem)}.about-module__-i9KWa__ctaTitle em{font-style:italic;font-weight:400}.about-module__-i9KWa__ctaButton{background:var(--rose);color:#fff}.about-module__-i9KWa__ctaButton:hover{background:var(--rose-deep)}@media (max-width:760px){.about-module__-i9KWa__honestyInner{flex-direction:column;align-items:flex-start}}
.cancel-module__datLbq__wrap{max-width:560px;padding:clamp(4rem,10vh,7rem) 0 6rem}.cancel-module__datLbq__title{margin:.5rem 0 .75rem;font-size:clamp(2rem,5vw,3rem)}.cancel-module__datLbq__title em{font-style:italic;font-weight:400}.cancel-module__datLbq__text{color:var(--text-soft);font-size:var(--text-lg);margin-bottom:1.75rem}.cancel-module__datLbq__actions{flex-wrap:wrap;gap:.75rem;display:flex}
.brand-module__jsJs6W__breadcrumb{color:var(--text-soft);align-items:center;gap:.5rem;margin:1.5rem 0;font-size:.85rem;display:flex}.brand-module__jsJs6W__breadcrumb a{color:var(--text-soft)}.brand-module__jsJs6W__breadcrumb a:hover{color:var(--text)}.brand-module__jsJs6W__head{border-radius:var(--radius);border:1px solid var(--border);background:radial-gradient(80% 120% at 0% 0%, color-mix(in srgb, var(--accent) 16%, transparent) 0%, transparent 60%), var(--surface);align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex}.brand-module__jsJs6W__headText{min-width:0}.brand-module__jsJs6W__title{font-family:var(--font-fraunces), serif;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.brand-module__jsJs6W__tagline{color:color-mix(in srgb, var(--accent) 75%, var(--text));margin-top:.25rem;font-size:1.05rem;font-weight:600}.brand-module__jsJs6W__count{color:var(--text-soft);margin-top:.6rem;font-size:.9rem}.brand-module__jsJs6W__products{flex-direction:column;gap:2.5rem;margin-bottom:4rem;display:flex}.brand-module__jsJs6W__product{flex-direction:column;gap:1.25rem;display:flex}.brand-module__jsJs6W__productHead{align-items:flex-start;gap:1.25rem;display:flex}.brand-module__jsJs6W__glyphLink{border-radius:var(--radius);border:1px solid var(--border);background:radial-gradient(90% 90% at 50% 25%, color-mix(in srgb, var(--accent) 14%, transparent) 0%, transparent 65%), var(--surface);width:96px;height:120px;color:color-mix(in srgb, var(--accent) 70%, var(--text));flex:none;place-items:center;display:grid}.brand-module__jsJs6W__glyph{width:70px;height:auto}.brand-module__jsJs6W__productInfo{min-width:0}.brand-module__jsJs6W__productName{font-family:var(--font-fraunces), serif;margin:.15rem 0 .4rem;font-size:1.4rem}.brand-module__jsJs6W__productName a{color:inherit}.brand-module__jsJs6W__productName a:hover{text-decoration:underline}.brand-module__jsJs6W__productSummary{color:var(--text-soft);max-width:60ch;font-size:.92rem}.brand-module__jsJs6W__productMeta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.7rem;font-size:.9rem;display:flex}.brand-module__jsJs6W__rating{color:var(--accent);font-weight:700}.brand-module__jsJs6W__fromPrice{color:var(--text-soft)}.brand-module__jsJs6W__fromPrice strong{color:var(--text)}.brand-module__jsJs6W__empty{color:var(--text-soft);padding:3rem 0}@media (max-width:640px){.brand-module__jsJs6W__head{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.brand-module__jsJs6W__productHead{flex-direction:column}.brand-module__jsJs6W__glyphLink{width:80px;height:100px}}
.browse-module__e280wG__main{padding:2.5rem 0 4rem}.browse-module__e280wG__head{margin-bottom:2rem}.browse-module__e280wG__title{margin:.75rem 0;font-size:clamp(2rem,4vw,3rem)}.browse-module__e280wG__lede{max-width:54ch;color:var(--text-soft);font-size:1.05rem}
.compare-module__-ZWgpW__head{max-width:560px;padding:3rem 0 2rem}.compare-module__-ZWgpW__title{margin:.5rem 0 .75rem;font-size:clamp(2rem,4.5vw,3rem)}.compare-module__-ZWgpW__title em{font-style:italic;font-weight:400}.compare-module__-ZWgpW__intro{color:var(--text-soft);font-size:1.05rem}
.CommunityRoutines-module__oTP-NG__invite{background:var(--blush);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem 1.75rem;display:flex}.CommunityRoutines-module__oTP-NG__inviteTitle{margin-bottom:.2rem;font-size:1.3rem}.CommunityRoutines-module__oTP-NG__inviteText{color:var(--text-soft);max-width:48ch;font-size:.95rem}.CommunityRoutines-module__oTP-NG__composer{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);flex-direction:column;gap:1.1rem;margin-bottom:1.5rem;padding:1.75rem;display:flex}.CommunityRoutines-module__oTP-NG__composerTitle{font-size:1.4rem}.CommunityRoutines-module__oTP-NG__fieldRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.CommunityRoutines-module__oTP-NG__field{flex-direction:column;gap:.4rem;display:flex}.CommunityRoutines-module__oTP-NG__fieldLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);justify-content:space-between;align-items:baseline;font-size:.74rem;font-weight:700;display:flex}.CommunityRoutines-module__oTP-NG__counter{letter-spacing:0;text-transform:none;font-style:normal;font-weight:500}.CommunityRoutines-module__oTP-NG__field input,.CommunityRoutines-module__oTP-NG__field textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);resize:vertical;outline:none;padding:.7rem .9rem;transition:border-color .15s,box-shadow .15s}.CommunityRoutines-module__oTP-NG__field input:focus-visible,.CommunityRoutines-module__oTP-NG__field textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.CommunityRoutines-module__oTP-NG__chips{flex-wrap:wrap;gap:.5rem;display:flex}.CommunityRoutines-module__oTP-NG__chip{border:1px solid var(--border-strong);background:var(--surface);cursor:pointer;border-radius:999px;padding:.45rem .85rem;font-size:.85rem;transition:background .15s,border-color .15s,color .15s}.CommunityRoutines-module__oTP-NG__chip:hover{border-color:var(--accent)}.CommunityRoutines-module__oTP-NG__chipActive{background:var(--text);border-color:var(--text);color:var(--bg)}.CommunityRoutines-module__oTP-NG__pickedRow{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.CommunityRoutines-module__oTP-NG__pickedChip{border:1px solid color-mix(in srgb, var(--accent) 40%, transparent);background:var(--accent-soft);cursor:pointer;border-radius:999px;padding:.4rem .8rem;font-size:.82rem}.CommunityRoutines-module__oTP-NG__pickerWrap{position:relative}.CommunityRoutines-module__oTP-NG__pickerWrap input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);outline:none;width:100%;padding:.7rem .9rem}.CommunityRoutines-module__oTP-NG__pickerWrap input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.CommunityRoutines-module__oTP-NG__pickerList{z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hover);padding:.3rem;list-style:none;position:absolute;top:calc(100% + .4rem);left:0;right:0}.CommunityRoutines-module__oTP-NG__pickerItem{border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:baseline;gap:.5rem;width:100%;padding:.55rem .65rem;font-size:.92rem;display:flex}.CommunityRoutines-module__oTP-NG__pickerItem:hover{background:var(--surface-muted)}.CommunityRoutines-module__oTP-NG__pickerBrand{text-transform:uppercase;letter-spacing:.1em;color:var(--text-soft);font-size:.68rem;font-weight:700}.CommunityRoutines-module__oTP-NG__checkLabel{color:var(--text-soft);font-size:.95rem}.CommunityRoutines-module__oTP-NG__previewWrap{border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:.75rem}.CommunityRoutines-module__oTP-NG__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.CommunityRoutines-module__oTP-NG__validHint{color:var(--text-soft);font-size:.82rem}.CommunityRoutines-module__oTP-NG__mineTag{background:var(--accent-soft);border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);color:var(--accent);border-radius:999px;padding:.22rem .55rem;font-size:.7rem;font-weight:700}.CommunityRoutines-module__oTP-NG__removePost{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--text-soft);cursor:pointer;border-radius:999px;place-items:center;margin-left:auto;transition:color .15s,border-color .15s;display:grid}.CommunityRoutines-module__oTP-NG__removePost:hover{color:var(--accent);border-color:var(--accent)}@media (max-width:700px){.CommunityRoutines-module__oTP-NG__invite{flex-direction:column;align-items:flex-start}.CommunityRoutines-module__oTP-NG__fieldRow{grid-template-columns:1fr}}
.Skeleton-module__TDDBCa__sk{background:var(--surface-muted);border-radius:var(--radius-sm);position:relative;overflow:hidden}.Skeleton-module__TDDBCa__sk:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 70%, transparent), transparent);animation:1.4s ease-in-out infinite Skeleton-module__TDDBCa__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes Skeleton-module__TDDBCa__shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.Skeleton-module__TDDBCa__sk:after{animation:none}}.Skeleton-module__TDDBCa__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.Skeleton-module__TDDBCa__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.Skeleton-module__TDDBCa__thumb{aspect-ratio:4/3;border-radius:0}.Skeleton-module__TDDBCa__cardBody{flex-direction:column;gap:.5rem;padding:.9rem 1rem 1.1rem;display:flex}.Skeleton-module__TDDBCa__line{height:.7rem}.Skeleton-module__TDDBCa__product{grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem);padding-top:1.5rem;display:grid}.Skeleton-module__TDDBCa__visual{aspect-ratio:1;border-radius:var(--radius-lg)}.Skeleton-module__TDDBCa__info{flex-direction:column;gap:.85rem;padding-top:1rem;display:flex}.Skeleton-module__TDDBCa__strip{border-radius:var(--radius);height:120px;margin-top:.5rem}@media (max-width:760px){.Skeleton-module__TDDBCa__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.Skeleton-module__TDDBCa__product{grid-template-columns:1fr}}@media (max-width:460px){.Skeleton-module__TDDBCa__grid{grid-template-columns:1fr}}
.edit-module__xmladW__breadcrumb{color:var(--text-soft);align-items:center;gap:.5rem;margin:1.5rem 0;font-size:.85rem;display:flex}.edit-module__xmladW__breadcrumb a{color:var(--text-soft)}.edit-module__xmladW__breadcrumb a:hover{color:var(--text)}.edit-module__xmladW__head{text-align:center;border-bottom:1px solid var(--border);max-width:760px;margin:0 auto 3rem;padding:2.5rem 0 2rem}.edit-module__xmladW__title{font-family:var(--font-fraunces), serif;margin:.5rem 0 1rem;font-size:clamp(2rem,5vw,3.2rem);line-height:1.08}.edit-module__xmladW__intro{color:var(--text-soft);max-width:60ch;margin:0 auto;font-size:1.12rem;line-height:1.75}.edit-module__xmladW__meta{text-transform:uppercase;letter-spacing:.1em;color:color-mix(in srgb, var(--accent) 75%, var(--text));margin-top:1.25rem;font-size:.8rem;font-weight:700}.edit-module__xmladW__entries{flex-direction:column;gap:3.5rem;max-width:1080px;margin:0 auto 4rem;display:flex}.edit-module__xmladW__entry{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:3rem;padding-top:3.5rem;display:grid}.edit-module__xmladW__entry:first-child{border-top:none;padding-top:0}.edit-module__xmladW__step{border:1px solid color-mix(in srgb, var(--accent) 35%, var(--border));background:color-mix(in srgb, var(--accent) 9%, transparent);width:2.4rem;height:2.4rem;font-family:var(--font-fraunces), serif;color:color-mix(in srgb, var(--accent) 78%, var(--text));border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:inline-flex}.edit-module__xmladW__visual{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border);background:radial-gradient(90% 90% at 50% 22%, color-mix(in srgb, var(--accent) 18%, transparent) 0%, transparent 65%), var(--surface);width:100%;max-width:240px;color:color-mix(in srgb, var(--accent) 70%, var(--text));place-items:center;margin:1.1rem 0 1.25rem;display:grid}.edit-module__xmladW__glyph{width:96px;height:auto}.edit-module__xmladW__brand{text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);font-size:.8rem;font-weight:700}.edit-module__xmladW__name{font-family:var(--font-fraunces), serif;margin:.2rem 0 .7rem;font-size:1.6rem;line-height:1.15}.edit-module__xmladW__name a{color:inherit}.edit-module__xmladW__name a:hover{text-decoration:underline}.edit-module__xmladW__note{color:var(--text);font-size:1rem;line-height:1.65}.edit-module__xmladW__tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;display:flex}.edit-module__xmladW__detailLink{color:var(--accent);font-size:.88rem;font-weight:600}.edit-module__xmladW__detailLink:hover{text-decoration:underline}.edit-module__xmladW__prices{min-width:0}.edit-module__xmladW__pricesHead{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.85rem;display:flex}.edit-module__xmladW__pricesLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-soft);font-size:.8rem;font-weight:700}.edit-module__xmladW__fromPrice{color:var(--text-soft);font-size:.9rem}.edit-module__xmladW__fromPrice strong{color:var(--text);font-size:1.05rem}@media (max-width:820px){.edit-module__xmladW__head{margin-bottom:2.5rem;padding:1.5rem 0 2rem}.edit-module__xmladW__entry{grid-template-columns:1fr;gap:1.75rem;padding-top:2.5rem}.edit-module__xmladW__entries{gap:2.5rem}.edit-module__xmladW__visual{max-width:180px;margin:.9rem 0 1rem}}
.info-module__oBVFja__breadcrumb{color:var(--text-soft);flex-wrap:wrap;align-items:center;gap:.5rem;margin:1.5rem 0;font-size:.85rem;display:flex}.info-module__oBVFja__breadcrumb a{color:var(--text-soft)}.info-module__oBVFja__breadcrumb a:hover{color:var(--text)}.info-module__oBVFja__article{max-width:720px;margin:0 auto 4rem}.info-module__oBVFja__head{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding:1.5rem 0 2rem}.info-module__oBVFja__title{font-family:var(--font-fraunces), serif;margin:.4rem 0 1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.info-module__oBVFja__intro{color:var(--text-soft);font-size:1.15rem;line-height:1.7}.info-module__oBVFja__section{margin-bottom:2.25rem}.info-module__oBVFja__heading{font-family:var(--font-fraunces), serif;margin-bottom:.75rem;font-size:1.35rem}.info-module__oBVFja__para{color:var(--text);margin-bottom:.9rem;font-size:1rem;line-height:1.75}.info-module__oBVFja__para:last-child{margin-bottom:0}.info-module__oBVFja__para a{text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);font-weight:600;transition:color .16s,text-decoration-color .16s}.info-module__oBVFja__para a:hover{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}
.not-found-module__sxuMuG__wrap{max-width:560px;padding:clamp(4rem,10vh,7rem) 0 6rem}.not-found-module__sxuMuG__title{margin:.5rem 0 .75rem;font-size:clamp(2rem,5vw,3rem)}.not-found-module__sxuMuG__title em{font-style:italic;font-weight:400}.not-found-module__sxuMuG__text{color:var(--text-soft);margin-bottom:1.75rem;font-size:1.05rem}.not-found-module__sxuMuG__actions{flex-wrap:wrap;gap:.75rem;display:flex}
.popular-module__qnhYJa__head{max-width:620px;padding:3rem 0 2rem}.popular-module__qnhYJa__title{margin:.5rem 0 .75rem;font-size:clamp(2rem,4.5vw,3rem)}.popular-module__qnhYJa__title em{font-style:italic;font-weight:400}.popular-module__qnhYJa__intro{color:var(--text-soft);font-size:1.05rem}.popular-module__qnhYJa__listWrap{padding-bottom:4rem}
.saved-module__RfFNnG__head{max-width:560px;padding:3rem 0 2rem}.saved-module__RfFNnG__title{margin:.5rem 0 .75rem;font-size:clamp(2rem,4vw,2.8rem)}.saved-module__RfFNnG__intro{color:var(--text-soft);font-size:1.05rem}
