:root{--cream: #FBF7F1;--pearl: #F4ECE4;--pearl-2: #efe5da;--blush: #F5DCD5;--baby-pink: #FBE5E1;--raspberry: #B3344F;--raspberry-hover: #962A42;--raspberry-soft: #f3d3da;--dusty-rose: #C8908F;--champagne: #D9BC94;--rose-gold: #C8A299;--lavender: #DDD6E0;--espresso: #2A1D16;--ink: #2A1D16;--muted: #8a7568;--muted-2: #b8a89c;--hair: #ece1d4;--hair-2: #e4d8c8;--white: #ffffff;--success: #5a7a4f;--gold: #b08a55;--star-gold: #f5b921;--serif: "Cormorant Garamond", "Cormorant", "Times New Roman", serif;--sans: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 18px;--r-pill: 999px;--sh-card: 0 1px 0 rgba(42,29,22,.04), 0 8px 20px -10px rgba(42,29,22,.1);--sh-cta: 0 1px 0 rgba(255,255,255,.18) inset, 0 6px 14px -6px rgba(179,52,79,.45);--sh-pop: 0 24px 60px -24px rgba(42,29,22,.25), 0 2px 0 rgba(42,29,22,.04);--content-max: 1320px;--space-section: 96px;--heading-scale: 1;--body-scale: 1}*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;padding:0}html{scroll-behavior:smooth;min-height:100%}body{font-family:var(--sans);font-size:calc(15px * var(--body-scale));line-height:1.55;letter-spacing:-.011em;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"ss01","ss02";display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.main-content{flex:1 0 auto}#CartDrawerRoot{flex:0 0 auto}img,svg,video{max-width:100%;display:block}img{height:auto}h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:500;letter-spacing:-.005em;margin:0;line-height:1.05}p{margin:0}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit;padding:0}a{color:inherit;text-decoration:none}input,select,textarea{font-family:inherit}:focus{outline:2px solid var(--raspberry);outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.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:-100px;left:0;background:var(--espresso);color:var(--cream);padding:10px 16px;z-index:1000}.skip-link:focus{top:0}.container{max-width:var(--content-max);margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(min-width:750px){.container{padding-left:40px;padding-right:40px}}@media(min-width:990px){.container{padding-left:56px;padding-right:56px}}.section{padding-top:clamp(48px,calc(var(--space-section) * .7),var(--space-section));padding-bottom:clamp(48px,calc(var(--space-section) * .7),var(--space-section))}.section--compact{padding-top:40px;padding-bottom:40px}.eyebrow{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.eyebrow--raspberry{color:var(--raspberry)}.serif{font-family:var(--serif)}.sans{font-family:var(--sans)}.mono{font-family:var(--mono)}.italic{font-style:italic}.h-display{font-family:var(--serif);font-weight:500;line-height:.95;letter-spacing:-.01em;color:var(--espresso);font-size:clamp(40px,calc(7vw * var(--heading-scale)),calc(96px * var(--heading-scale)))}.h-1{font-family:var(--serif);font-weight:500;line-height:1;color:var(--espresso);font-size:clamp(32px,calc(5vw * var(--heading-scale)),calc(72px * var(--heading-scale)))}.h-2{font-family:var(--serif);font-weight:500;line-height:1.02;color:var(--espresso);font-size:clamp(28px,calc(4vw * var(--heading-scale)),calc(56px * var(--heading-scale)))}.h-3{font-family:var(--serif);font-weight:500;line-height:1.1;color:var(--espresso);font-size:clamp(22px,calc(2.5vw * var(--heading-scale)),calc(36px * var(--heading-scale)))}.h-4{font-family:var(--serif);font-weight:500;line-height:1.2;color:var(--espresso);font-size:clamp(18px,1.7vw,24px)}.muted{color:var(--muted)}.small{font-size:12px}.tiny{font-size:11px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:.04em;text-transform:uppercase;height:50px;padding:0 26px;border-radius:var(--r-pill);transition:transform .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap;text-decoration:none;border:1px solid transparent}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--raspberry);color:#fff;box-shadow:var(--sh-cta);border-color:var(--raspberry)}.btn-primary:hover:not(:disabled){background:var(--raspberry-hover);border-color:var(--raspberry-hover)}.btn-secondary{background:var(--white);color:var(--espresso);border-color:var(--espresso)}.btn-secondary:hover{background:var(--espresso);color:var(--cream)}.btn-tertiary{background:transparent;color:var(--espresso);border-color:var(--hair-2)}.btn-tertiary:hover{border-color:var(--espresso)}.btn-sm{height:38px;padding:0 18px;font-size:11px}.btn-lg{height:58px;padding:0 34px;font-size:14px}.btn-block{width:100%}.qa{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--white);color:var(--espresso);border:1px solid var(--espresso);height:36px;padding:0 14px;border-radius:var(--r-pill);display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;transition:background .15s ease,color .15s ease;cursor:pointer}.qa:hover{background:var(--espresso);color:var(--cream)}.qa:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.product-card__qa{font-size:10.5px;letter-spacing:.08em;padding:0 10px;gap:4px}}@media(max-width:380px){.product-card__qa svg{display:none}}.badge{display:inline-flex;align-items:center;gap:4px;font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 8px;border-radius:var(--r-pill);background:var(--cream);color:var(--espresso);border:1px solid var(--hair-2)}.badge--best{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}.badge--new{background:var(--raspberry);color:#fff;border-color:var(--raspberry)}.badge--tiktok{background:var(--white);color:var(--espresso)}.badge--restock{background:var(--baby-pink);color:var(--espresso);border-color:transparent}.badge--fast{background:var(--champagne);color:var(--espresso);border-color:transparent}.badge--limited{background:var(--lavender);color:var(--espresso);border-color:transparent}.badge--sale{background:var(--raspberry);color:#fff;border-color:var(--raspberry)}.badge--soldout{background:var(--espresso);color:var(--cream);border-color:var(--espresso);font-size:11px;font-weight:700;letter-spacing:.16em;padding:6px 12px;text-transform:uppercase;box-shadow:0 6px 14px -8px #2a1d1680}.product-card[data-soldout=true] .product-card__media{opacity:.5;filter:grayscale(.18);transition:opacity .25s ease,filter .25s ease}.product-card[data-soldout=true]:hover .product-card__media{opacity:.7;filter:grayscale(0)}.product-card[data-soldout=true] .product-card__title{color:var(--muted)}.product-card[data-soldout=true] .product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(42,29,22,.06) 0%,transparent 60%);pointer-events:none}.input{height:46px;padding:0 14px;border-radius:var(--r-sm);border:1px solid var(--hair-2);background:var(--white);font-size:14px;color:var(--ink);width:100%}.input:focus-visible{outline:2px solid var(--raspberry);outline-offset:-1px}.hair{background:var(--hair);height:1px;width:100%;border:0;margin:0}.stars{position:relative;display:inline-block;font-size:13px;line-height:1;letter-spacing:1px;white-space:nowrap;color:var(--hair-2)}.stars__bg{color:var(--hair-2)}.stars__fg{position:absolute;top:0;left:0;overflow:hidden;color:var(--raspberry);text-shadow:0 0 .5px var(--raspberry)}.stars__off{color:var(--hair-2)}.flag-us{display:inline-block;vertical-align:-.1em;border-radius:1px;box-shadow:0 0 0 .5px #0000002e}.pdp__rating-row .stars,.pdp__rating-inline .stars{font-size:16px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none}.announcement{background:var(--espresso);color:var(--cream)}.announcement__track{display:flex;align-items:center;justify-content:center;gap:48px;height:36px;font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500}.announcement__sep{opacity:.4}@media(max-width:749px){.announcement__track{gap:20px;height:32px;font-size:11px;letter-spacing:.22em;white-space:nowrap}.announcement__item{white-space:nowrap}.announcement__item:not(:first-child),.announcement__sep:not(:first-child){display:none}}.header{background:var(--cream);border-bottom:1px solid var(--hair)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 0;gap:32px}.header__nav{display:flex;flex-wrap:nowrap;gap:18px;font-size:13px;letter-spacing:.04em;color:var(--espresso);font-weight:500;min-width:0;max-width:100%;overflow:hidden}.header__nav a{display:inline-block;padding:4px 0;transition:color .15s ease;white-space:nowrap;flex-shrink:0}@media(min-width:1100px){.header__nav{gap:22px}}@media(min-width:1280px){.header__nav{gap:28px}}.header__nav a:hover,.header__nav a[aria-current]{color:var(--raspberry)}.header__logo{display:flex;justify-content:center;align-items:center;gap:10px;flex-shrink:0}.header__logo img{max-height:32px;width:auto}.header__logo-mark{display:inline-block;height:26px;width:auto}.mobile-menu__brand{display:inline-flex;align-items:center;gap:8px;color:var(--espresso);text-decoration:none}.mobile-menu__brand .header__logo-mark{height:22px}.header__wordmark{font-family:var(--serif);font-weight:500;font-size:26px;letter-spacing:.18em;color:var(--espresso);line-height:1;text-transform:uppercase;white-space:nowrap}@media(min-width:1280px){.header__wordmark{font-size:28px}}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:22px;color:var(--espresso)}.header__action{display:flex;align-items:center;gap:6px;font-size:13px}.header__action:hover{color:var(--raspberry)}.header__cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;background:var(--raspberry);color:#fff;border-radius:999px;font-size:10px;font-weight:700}.header__mobile-toggle{display:none}@media(max-width:989px){.header__inner{grid-template-columns:auto 1fr auto;padding:12px 0 10px}.header__nav{display:none}.header__mobile-toggle{display:inline-flex}.header__actions{gap:14px}.header__action span{display:none}.header__wordmark{font-size:20px}.header__action[data-search-toggle],.header__actions a.header__action[href*="/account"],.header__logo-mark{display:none}.header__action--cart{position:relative;width:44px;height:44px;border-radius:999px;background:var(--espresso);color:var(--cream);display:inline-flex!important;align-items:center;justify-content:center;padding:0;transition:background .15s ease}.header__action--cart:hover{background:var(--raspberry);color:var(--cream)}.header__action--cart svg{width:22px;height:22px}.header__action--cart .header__cart-count{display:inline-flex!important;position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;background:var(--raspberry);color:var(--cream);border:2px solid var(--cream);border-radius:999px;font-size:11px;font-weight:700;line-height:1;box-shadow:0 2px 6px -2px #2a1d1666}.header__action--cart .header__cart-count[hidden]{display:none!important}}.floating-menu{position:fixed;top:14px;left:14px;z-index:95;width:44px;height:44px;border-radius:999px;background:var(--espresso);color:var(--cream);border:none;padding:0;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 6px 20px -8px #0006;opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease}.floating-menu svg{width:20px;height:20px}.floating-menu.is-visible{display:inline-flex;opacity:1;transform:translateY(0)}@media(min-width:750px){.floating-menu{display:none!important}}body.menu-is-open .floating-menu{display:none!important}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none}.mobile-menu[hidden]{display:none}.mobile-menu__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a1d1666;opacity:0;transition:opacity .25s ease;pointer-events:none}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:min(360px,100vw);background:var(--cream);transform:translate(-100%);transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.mobile-menu.is-open{pointer-events:auto}.mobile-menu.is-open .mobile-menu__scrim{opacity:1;pointer-events:auto}.mobile-menu.is-open .mobile-menu__panel{transform:none}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--hair)}.mobile-menu__nav{padding:16px 20px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.mobile-menu__nav a{padding:12px 0;font-size:17px;border-bottom:1px solid var(--hair);color:var(--espresso)}.mobile-menu__nav a:hover{color:var(--raspberry)}.hero{padding:72px 0 56px}.hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.hero__copy h1{margin-top:18px}.hero__lead{margin-top:22px;font-size:17px;line-height:1.55;color:var(--espresso);max-width:480px}.hero__ctas{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hero__social-proof{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:32px;align-items:center}.hero__avatars{display:flex}.hero__avatar{width:32px;height:32px;border-radius:999px;border:2px solid var(--cream);margin-left:-8px;overflow:hidden;flex-shrink:0}.hero__avatar:first-child{margin-left:0}.hero__avatar img{width:100%;height:100%;object-fit:cover;display:block}.hero__rating{font-size:13px;color:var(--espresso);line-height:1.4}.hero__rating-quote{color:var(--muted);display:block;flex-basis:100%;font-style:italic}.hero__media{position:relative;aspect-ratio:1 / 1.12;border-radius:22px;overflow:hidden;background:var(--blush);box-shadow:0 30px 60px -30px #2a1d1640}.hero__media img,.hero__media>video.hero__video{width:100%;height:100%;object-fit:cover;display:block}.hero__video--embed{position:absolute;top:50%;left:50%;width:200%;height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}.hero__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,var(--baby-pink),var(--blush) 55%,var(--dusty-rose))}.hero__media-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.2) 0 2px,transparent 2px 14px);mix-blend-mode:overlay;pointer-events:none}.hero__pill{position:absolute;right:20px;top:20px;background:#2a1d16d9;color:var(--cream);border-radius:999px;padding:8px 14px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;z-index:3}.hero__floating-card{position:absolute;left:20px;bottom:20px;background:#fffffff2;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px;max-width:280px;z-index:3}.hero__floating-card img{width:56px;height:56px;border-radius:10px;object-fit:cover}.hero__floating-info{flex:1}.hero__floating-name{font-family:var(--serif);font-size:17px;color:var(--espresso)}.hero__floating-sub{font-size:11px;color:var(--muted)}.hero__floating-price{font-size:13px;font-weight:700;color:var(--espresso)}@media(max-width:989px){.hero{padding:12px 0 20px}.hero__grid{grid-template-columns:1fr;gap:14px}.hero__media{aspect-ratio:1 / 1.05;order:-1}.hero__copy h1{margin-top:8px}.h-display{font-size:clamp(28px,7.5vw,36px);line-height:1}.hero__copy h1 br,.hero__lead{display:none}.hero__ctas{flex-direction:column;gap:8px;margin-top:14px}.hero__ctas .btn{width:100%;height:50px;font-size:13px}.hero__social-proof{margin-top:14px;gap:10px;align-items:center;flex-direction:row;flex-wrap:wrap}.hero__avatar{width:26px;height:26px;margin-left:-6px}.hero__rating{font-size:12px;line-height:1.4}.hero__rating-quote{display:block;margin-top:6px;font-style:italic;font-size:12px;color:var(--muted);flex-basis:100%}.hero__floating-card{display:none}}.value-strip{background:var(--pearl);border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);padding:16px 0;overflow:hidden;--marquee-duration: 40s}.value-strip__viewport{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 64px,#000 calc(100% - 64px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 64px,#000 calc(100% - 64px),transparent 100%)}.value-strip__track{display:flex;align-items:center;width:max-content;animation:value-strip-scroll var(--marquee-duration) linear infinite;will-change:transform}.value-strip--hover-pause:hover .value-strip__track{animation-play-state:paused}.value-strip__item{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--espresso);letter-spacing:.04em;white-space:nowrap;flex-shrink:0;margin-right:40px}.value-strip__check{width:18px;height:18px;border-radius:999px;background:var(--cream);display:grid;place-items:center;color:var(--raspberry);flex-shrink:0}.value-strip__sep{color:var(--raspberry);font-size:11px;opacity:.55;letter-spacing:0;flex-shrink:0;margin-right:40px}@keyframes value-strip-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:989px){.value-strip{padding:12px 0}.value-strip__item{font-size:12px;margin-right:28px}.value-strip__sep{margin-right:28px}}@media(prefers-reduced-motion:reduce){.value-strip__track{animation:none;transform:none}.value-strip__viewport{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.vibes{padding-top:88px;padding-bottom:32px}.section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:24px;flex-wrap:wrap}.section__header h2{margin-top:6px}.section__cta{font-size:13px;color:var(--espresso);border-bottom:1px solid var(--espresso);padding-bottom:2px;align-self:end}.vibes__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.vibes__grid:has(>.vibe-card:nth-child(2):last-child){grid-template-columns:1fr 1fr;gap:22px}.vibes__grid:has(>.vibe-card:nth-child(2):last-child) .vibe-card{aspect-ratio:4 / 3}.vibe-card{position:relative;aspect-ratio:1 / 1.25;border-radius:14px;overflow:hidden;background:var(--pearl);display:block;transition:transform .25s ease,box-shadow .25s ease;will-change:transform}.vibe-card:hover{transform:translateY(-4px);box-shadow:0 20px 36px -16px #2a1d1640}.vibe-card:hover .vibe-card__placeholder{filter:brightness(1.04)}.vibe-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vibe-card:hover img{transform:scale(1.04)}.vibe-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;transition:filter .25s ease}.vibe-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#2a1d1673)}.vibe-card__label{position:absolute;left:16px;right:16px;bottom:14px;color:var(--cream)}.vibe-card__label-title{font-family:var(--serif);font-size:clamp(18px,1.7vw,24px);line-height:1.1;letter-spacing:-.01em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.vibe-card__label-blurb{font-size:11px;opacity:.9;margin-top:4px;letter-spacing:.02em}@media(max-width:989px){.vibes{padding-top:44px}.vibes__grid{grid-template-columns:1fr 1fr;gap:14px}.vibes__grid:has(>.vibe-card:nth-child(2):last-child){grid-template-columns:1fr 1fr;gap:14px}.vibes__grid:has(>.vibe-card:nth-child(2):last-child) .vibe-card{aspect-ratio:1 / 1.2}}.products-grid{display:grid;gap:22px}.products-grid--5{grid-template-columns:repeat(5,1fr)}.products-grid--4{grid-template-columns:repeat(4,1fr)}.products-grid--3{grid-template-columns:repeat(3,1fr)}.products-grid--2{grid-template-columns:repeat(2,1fr)}.products-grid--1{grid-template-columns:1fr}@media(max-width:1200px){.products-grid--5{grid-template-columns:repeat(4,1fr)}}@media(max-width:989px){.products-grid--5,.products-grid--4,.products-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.products-grid{gap:14px}.products-grid--5,.products-grid--4{grid-template-columns:repeat(2,1fr)}}.product-card{display:flex;flex-direction:column;gap:12px;background:transparent;position:relative}.product-card__media{position:relative;width:100%;aspect-ratio:1 / 1.18;border-radius:14px;overflow:hidden;background:var(--pearl);display:block}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,var(--baby-pink),var(--blush) 55%,var(--dusty-rose))}.product-card__placeholder--pearl{background:linear-gradient(155deg,var(--pearl),var(--cream))}.product-card__placeholder--champagne{background:linear-gradient(155deg,#f7ecdb,var(--champagne) 55%,#c8a070)}.product-card__placeholder--rose{background:linear-gradient(155deg,#f1d8d2,var(--dusty-rose) 55%,#8e5d62)}.product-card__placeholder--lavender{background:linear-gradient(155deg,#efe6f1,#d9c8dc 55%,#a791ad)}.product-card__placeholder--raspberry{background:linear-gradient(155deg,var(--raspberry-soft),#dba0ad 55%,var(--raspberry))}.product-card__placeholder--espresso{background:linear-gradient(155deg,#5b4438,#3a2820 55%,var(--espresso))}.product-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:6px}.product-card__wishlist{position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;border-radius:999px;background:#ffffffeb;color:var(--espresso);display:grid;place-items:center}.product-card__wishlist:hover{background:var(--white);color:var(--raspberry)}.product-card__info{display:flex;flex-direction:column;gap:4px}.product-card__top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.product-card__title{font-family:var(--sans);font-size:15px;font-weight:600;color:var(--espresso);margin:0;letter-spacing:-.005em;line-height:1.25}.product-card__title a{color:inherit}.product-card__price{font-family:var(--sans);font-size:15px;font-weight:700;color:var(--espresso);white-space:nowrap}.product-card__price-was{color:var(--muted);font-weight:400;text-decoration:line-through;margin-right:6px}.product-card__finish{font-family:var(--sans);font-size:12px;color:var(--muted)}.product-card__reviews{display:flex;align-items:center;gap:6px;margin-top:2px;font-size:11px;color:var(--muted)}.product-card__qa{margin-top:10px;width:100%}.product-card__qa--soldout{background:transparent;border:1px solid var(--hair-2);color:var(--muted)}.product-card__qa--soldout:hover{background:var(--pearl);color:var(--espresso);border-color:var(--espresso)}.product-card__sold-out{font-size:11px;color:var(--muted);margin-top:6px;letter-spacing:.06em;text-transform:uppercase}.product-card[data-soldout=true] .product-card__media img,.product-card[data-soldout=true] .product-card__placeholder{filter:grayscale(.55) brightness(.96);transition:filter .25s ease}.product-card[data-soldout=true] .product-card__title,.product-card[data-soldout=true] .product-card__price{color:var(--muted)}.product-card[data-soldout=true]:hover .product-card__media img,.product-card[data-soldout=true]:hover .product-card__placeholder{filter:grayscale(.35) brightness(.98)}a.product-card{text-decoration:none;color:inherit;transition:transform .2s ease}a.product-card:hover{transform:translateY(-2px)}a.product-card:hover .product-card__placeholder{filter:brightness(1.04)}.product-card--placeholder .product-card__title,.product-card--placeholder .product-card__price{color:var(--muted-2)}@media(max-width:749px){.product-card__title,.product-card__price{font-size:14px}}.featured-collection{padding:56px 0}@media(max-width:989px){.featured-collection{padding:32px 0}}.why{padding:96px 0;background:var(--blush)}.why__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:center}.why__media{position:relative;aspect-ratio:1 / 1;border-radius:22px;overflow:hidden}.why__media img{width:100%;height:100%;object-fit:cover}.why__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,#f1d8d2,var(--dusty-rose) 55%,#8e5d62)}.why__heading{margin-top:6px}.why__cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}.why-card{background:var(--cream);border-radius:14px;padding:22px}.why-card__num{font-family:var(--sans);font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--raspberry);line-height:1.35}.why-card__body{font-size:15px;color:var(--espresso);margin-top:10px;line-height:1.5}@media(max-width:989px){.why{padding:44px 0}.why__grid{grid-template-columns:1fr;gap:24px}.why__media{display:none}.why__cards{gap:10px;margin-top:18px}.why-card{padding:14px}.why-card__num{font-size:11px;letter-spacing:.12em;line-height:1.3}.why-card__body{font-size:14px;margin-top:8px}}.how{padding:96px 0}.how__head{text-align:center;margin-bottom:44px}.how__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.how-card{background:var(--pearl);border-radius:16px;padding:26px}.how-card__num{font-family:var(--mono);font-size:11px;letter-spacing:.18em;color:var(--raspberry)}.how-card__media{position:relative;aspect-ratio:1 / .8;border-radius:10px;overflow:hidden;margin:14px 0 18px}.how-card__media img{width:100%;height:100%;object-fit:cover}.how-card__title{font-family:var(--serif);font-size:28px;color:var(--espresso);margin:0}.how-card__body{font-size:13px;color:var(--muted);margin-top:6px;line-height:1.55}@media(max-width:989px){.how{padding:44px 0}.how__head{text-align:left;margin-bottom:18px}.how__grid{grid-template-columns:1fr;gap:12px}.how-card{display:grid;grid-template-columns:76px 1fr;column-gap:16px;row-gap:2px;align-items:start;padding:14px}.how-card__media{grid-column:1;grid-row:1 / span 3;width:76px;height:76px;aspect-ratio:auto;margin:0;align-self:center}.how-card__num{grid-column:2;grid-row:1;align-self:end}.how-card__title{grid-column:2;grid-row:2;font-size:22px;line-height:1.1;margin-top:2px}.how-card__body{grid-column:2;grid-row:3;font-size:12px;margin-top:4px}}.reviews-band{padding:96px 0;background:var(--espresso);color:var(--cream)}.reviews-band__top{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:56px}.reviews-band__eyebrow{color:#fbf7f1a6}.reviews-band h2{color:var(--cream);margin-top:8px}.reviews-band__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.reviews-band__stat-num{font-family:var(--serif);font-size:clamp(40px,4.5vw,64px);line-height:1;color:var(--cream)}.reviews-band__stat-label{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#fbf7f1a6;margin-top:8px}.reviews-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:#ffffff0d;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.08)}.review-card__head{display:flex;gap:12px;align-items:center;margin-bottom:16px}.review-card__avatar{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;position:relative}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__meta-author{font-size:12px;color:#fbf7f199;margin-top:16px}.review-card__quote{font-family:var(--serif);font-size:22px;line-height:1.3}.review-card__sub{font-size:11px;color:#fbf7f199;margin-top:2px}@media(max-width:989px){.reviews-band{padding:48px 0}.reviews-band__top{grid-template-columns:1fr;gap:24px;margin-bottom:28px}.reviews-band__grid{grid-template-columns:1fr}.reviews-band__stats{gap:14px}.reviews-band__stat-num{font-size:clamp(30px,9vw,44px)}.reviews-band__stat-label{font-size:10px;letter-spacing:.1em;line-height:1.35}}.bundle{padding:96px 0;background:var(--baby-pink)}.bundle__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.bundle__media{position:relative;aspect-ratio:1 / .95;border-radius:22px;overflow:hidden;background:var(--pearl)}.bundle__media img{width:100%;height:100%;object-fit:cover}.bundle__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,#f7ecdb,var(--champagne) 55%,#c8a070)}.bundle__save{position:absolute;top:20px;left:20px;z-index:2;background:var(--espresso);color:var(--cream);padding:8px 14px;border-radius:999px;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.bundle h2{margin-top:8px}.bundle__lead{margin-top:18px;font-size:16px;color:var(--espresso);line-height:1.55;max-width:460px}.bundle__items{margin-top:28px;display:flex;flex-direction:column;gap:10px}.bundle__item{display:flex;justify-content:space-between;border-bottom:1px solid rgba(42,29,22,.12);padding-bottom:8px;font-size:13px;color:var(--espresso)}.bundle__price-row{margin-top:24px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.bundle__price{font-family:var(--serif);font-size:44px;color:var(--espresso)}.bundle__compare{font-size:16px;color:var(--muted);text-decoration:line-through}.bundle__save-label{font-size:12px;color:var(--raspberry);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bundle__ctas{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}@media(max-width:989px){.bundle{padding:44px 0}.bundle__grid{grid-template-columns:1fr;gap:24px}.bundle__price{font-size:32px}}.comparison{padding:96px 0}.comparison__head{text-align:center;margin-bottom:40px}.comparison__table{max-width:920px;margin:0 auto;background:var(--white);border-radius:18px;overflow:hidden;border:1px solid var(--hair);box-shadow:0 30px 60px -40px #2a1d162e}.comparison__row{display:grid;grid-template-columns:1.4fr 1fr 1fr;border-bottom:1px solid var(--hair);align-items:stretch}.comparison__row:last-child{border-bottom:0}.comparison__cell{padding:22px 28px;font-size:15px;color:var(--espresso);display:flex;align-items:center;line-height:1.4;letter-spacing:-.005em}.comparison__row--head .comparison__cell{background:var(--pearl);font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--espresso);padding-top:18px;padding-bottom:18px}.comparison__row--head .comparison__cell:first-child{background:var(--pearl)}.comparison__cell--label{font-family:var(--sans);font-weight:500;color:var(--espresso)}.comparison__cell--ours{background:#b3344f0d;color:var(--raspberry);font-family:var(--serif);font-style:italic;font-size:22px;font-weight:500;letter-spacing:-.01em;line-height:1.2}.comparison__row:not(.comparison__row--head) .comparison__cell:last-child{color:var(--muted);font-weight:400}@media(max-width:989px){.comparison{padding:44px 0}.comparison__row{grid-template-columns:1.2fr 1fr 1fr}.comparison__cell{padding:14px 12px;font-size:13px}.comparison__row--head .comparison__cell{padding:12px;font-size:10px;letter-spacing:.18em}.comparison__cell--ours{font-size:17px}}.newsletter{padding:80px 0;background:linear-gradient(180deg,var(--cream) 0%,var(--pearl) 60%,var(--pearl-2) 100%)}.newsletter__inner{max-width:640px;margin:0 auto;text-align:center}.newsletter h2{margin-top:8px;text-wrap:balance;max-width:18ch;margin-left:auto;margin-right:auto}.newsletter__blurb{margin-top:16px;font-size:15px;color:var(--espresso);opacity:.8;text-wrap:balance}.newsletter__form{display:flex;gap:10px;margin:28px auto 0;max-width:480px}.newsletter__form .input{flex:1;background:#2a1d160d;height:54px;padding:0 22px;border-radius:var(--r-sm);border:1px solid rgba(42,29,22,.15);font-size:15px;color:var(--espresso)}.newsletter__form .input::placeholder{color:#2a1d1680}.newsletter__form .input:focus-visible{outline-offset:2px}.newsletter__form .btn{height:54px;padding:0 28px}.newsletter__disclaimer{margin-top:16px;font-size:12px;color:var(--muted);text-wrap:balance;max-width:38ch;margin-left:auto;margin-right:auto}@media(max-width:749px){.newsletter{padding:44px 0}.newsletter h2{font-size:clamp(26px,7vw,34px)}.newsletter__blurb{margin-top:10px;font-size:14px}.newsletter__form{margin-top:20px}}@media(max-width:749px){.newsletter__form{flex-direction:column;gap:12px}.newsletter__form .input{height:54px;font-size:16px;padding:0 22px;border-radius:var(--r-sm)}.newsletter__form .btn{height:54px;font-size:14px}}.footer{background:var(--espresso);color:var(--cream);padding:56px 0 28px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand .footer__tagline{margin-top:16px;font-size:13px;line-height:1.65;color:#fbf7f1b3;max-width:280px}.footer__wordmark{font-family:var(--serif);font-weight:500;font-size:26px;letter-spacing:.18em;color:var(--cream);text-transform:uppercase;line-height:1}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col-title{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#fbf7f18c}.footer__col a{font-size:13px;color:var(--cream)}.footer__col a:hover{color:var(--baby-pink)}.footer__newsletter .input{background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:var(--cream);width:100%;min-width:0}.footer__newsletter .input::placeholder{color:#fbf7f173}.footer__newsletter-row{display:flex;flex-direction:column;gap:8px}.footer__newsletter-row .btn{width:100%}.footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:24px;font-size:11px;color:#fbf7f180;gap:16px;flex-wrap:wrap}.footer__bottom a:hover{color:var(--cream)}.footer__social{display:flex;gap:12px}.footer__social a{width:28px;height:28px;display:inline-grid;place-items:center}@media(max-width:989px){.footer{padding:36px 0 24px}.footer__grid{grid-template-columns:1fr 1fr;gap:24px 20px;align-items:start}.footer__brand,.footer__newsletter{grid-column:1 / -1}}@media(max-width:600px){.footer__grid{grid-template-columns:1fr;gap:20px;padding-bottom:28px}.footer__col{gap:8px}}.list-collections{padding:32px 0 80px}.list-collections__head{max-width:720px;margin:0 0 40px}.list-collections__head .eyebrow{margin-bottom:12px}.list-collections__head h1{margin-bottom:14px}.list-collections__lead{font-size:15px;line-height:1.65;color:var(--muted);max-width:520px}.list-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:989px){.list-collections__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:600px){.list-collections__grid{grid-template-columns:1fr}}.list-collection-card{position:relative;display:flex;flex-direction:column;background:var(--white);border-radius:18px;overflow:hidden;box-shadow:var(--sh-card);transition:transform .2s ease,box-shadow .2s ease;color:var(--espresso)}.list-collection-card:hover{transform:translateY(-2px);box-shadow:var(--sh-pop);color:var(--espresso)}.list-collection-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--pearl)}.list-collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.list-collection-card:hover .list-collection-card__media img{transform:scale(1.03)}.list-collection-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--blush),var(--pearl))}.list-collection-card__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:6px}.list-collection-card__title{font-family:var(--serif);font-size:26px;line-height:1.05;margin:0}.list-collection-card__meta{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;color:var(--muted);letter-spacing:.04em}.list-collection-card__arrow{font-size:16px;color:var(--espresso);transition:transform .2s ease}.list-collection-card:hover .list-collection-card__arrow{transform:translate(4px)}.list-collection-card--tone-blush .list-collection-card__placeholder{background:linear-gradient(135deg,var(--blush),var(--baby-pink))}.list-collection-card--tone-pearl .list-collection-card__placeholder{background:linear-gradient(135deg,var(--pearl),var(--white))}.list-collection-card--tone-raspberry .list-collection-card__placeholder{background:linear-gradient(135deg,var(--raspberry-soft),var(--blush))}.list-collection-card--tone-espresso .list-collection-card__placeholder{background:linear-gradient(135deg,var(--espresso),var(--dusty-rose))}.list-collection-card--tone-champagne .list-collection-card__placeholder{background:linear-gradient(135deg,var(--champagne),var(--rose-gold))}.list-collection-card--tone-lavender .list-collection-card__placeholder{background:linear-gradient(135deg,var(--lavender),var(--pearl))}.collection-hero{padding:44px 0 32px}.breadcrumb{display:flex;gap:8px;font-size:12px;color:var(--muted);margin-bottom:16px}.breadcrumb [aria-current]{color:var(--espresso)}.collection-hero__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:56px;align-items:end}.collection-hero__lead{font-size:14px;line-height:1.6;color:var(--muted);max-width:420px;justify-self:end}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--hair);padding:0 0 16px}.collection-toolbar__count{font-size:13px;color:var(--muted);display:flex;align-items:baseline;gap:10px}.collection-toolbar__count strong{color:var(--espresso)}.collection-toolbar__title{display:none}.collection-toolbar__actions{display:flex;gap:8px}.active-filters{padding:14px 0 24px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filter-chip{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--espresso);color:var(--espresso);padding:6px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.06em}.filter-chip button{display:inline-flex}.clear-all{margin-left:6px;font-size:11px;color:var(--raspberry);text-decoration:underline;letter-spacing:.06em}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:36px;align-items:start;padding-bottom:80px}.collection-sidebar{position:sticky;top:96px;align-self:start}.collection-sidebar__title{font-size:14px;font-weight:700;letter-spacing:.06em;color:var(--espresso);text-transform:uppercase;padding-bottom:14px}.filter-group{border-top:1px solid var(--hair);padding:18px 0}.filter-group summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--espresso)}.filter-group summary::-webkit-details-marker{display:none}.filter-group[open] summary{margin-bottom:14px}.filter-group__options{display:flex;flex-direction:column;gap:10px}.filter-option{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--espresso);cursor:pointer}.filter-option__count{color:var(--muted);font-size:11px;margin-left:auto}.filter-option__check{width:16px;height:16px;border-radius:4px;border:1px solid var(--hair-2);background:var(--white);display:grid;place-items:center;flex-shrink:0}.filter-option input{position:absolute;opacity:0;pointer-events:none}.filter-option input:checked~.filter-option__check{border-color:var(--raspberry);background:var(--raspberry);color:#fff}.filter-option input:focus-visible~.filter-option__check{outline:2px solid var(--raspberry);outline-offset:2px}.filter-swatches{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.filter-swatch{position:relative;display:inline-block;width:28px;height:28px;border-radius:999px;border:1px solid var(--hair-2)}.filter-swatch input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.filter-swatch--active{box-shadow:0 0 0 2px var(--cream),0 0 0 4px var(--espresso)}.mobile-filter-toggle{display:none}.collection-promise{margin-top:4px;padding:18px 0 0;border-top:1px solid var(--hair);display:flex;flex-direction:column;gap:14px}.collection-promise__eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--espresso)}.collection-promise__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.collection-promise__list li{display:flex;align-items:baseline;gap:14px}.collection-promise__num{font-family:var(--serif);font-size:22px;line-height:1;color:var(--espresso);min-width:36px;font-style:italic}.collection-promise__label{font-size:12px;color:var(--muted);line-height:1.4}.collection-promise__link{font-size:11px;font-weight:700;color:var(--raspberry);letter-spacing:.14em;text-transform:uppercase;align-self:flex-start;border-bottom:1px solid var(--raspberry-soft);padding-bottom:3px;margin-top:6px}.collection-promise__link:hover{border-bottom-color:var(--raspberry)}.collection-other{padding:64px 0 96px}.collection-other__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px;gap:16px}.collection-other__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.collection-other__card{display:flex;flex-direction:column;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--sh-card);color:var(--espresso);transition:transform .2s ease,box-shadow .2s ease}.collection-other__card:hover{transform:translateY(-2px);box-shadow:var(--sh-pop);color:var(--espresso)}.collection-other__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--pearl);position:relative}.collection-other__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-other__card:hover .collection-other__media img{transform:scale(1.03)}.collection-other__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--blush),var(--pearl))}.collection-other__body{padding:14px 18px 18px;display:flex;flex-direction:column;gap:4px}.collection-other__title{font-family:var(--serif);font-size:22px;line-height:1.1}.collection-other__meta{font-size:12px;color:var(--muted);letter-spacing:.04em}.collection-other__card--raspberry .collection-other__placeholder{background:linear-gradient(135deg,var(--raspberry-soft),var(--blush))}.collection-other__card--blush .collection-other__placeholder{background:linear-gradient(135deg,var(--blush),var(--baby-pink))}.collection-other__card--pearl .collection-other__placeholder{background:linear-gradient(135deg,var(--pearl),var(--white))}.collection-other__card--espresso .collection-other__placeholder{background:linear-gradient(135deg,var(--espresso),var(--dusty-rose))}.collection-other__card--champagne .collection-other__placeholder{background:linear-gradient(135deg,var(--champagne),var(--rose-gold))}@media(max-width:989px){.collection-hero{display:none}.collection-layout{display:block;padding-bottom:32px}.collection-sidebar{display:none}.collection-sidebar.is-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:var(--cream);padding:16px;overflow-y:auto}.mobile-filter-toggle{display:inline-flex}.collection-promise{margin-top:24px}.collection-other{padding:40px 0 64px}.collection-other__grid{grid-template-columns:1fr 1fr;gap:12px}.collection-other__title{font-size:18px}.collection-toolbar{flex-direction:column;align-items:stretch;gap:10px;padding:14px 0;border-bottom:1px solid var(--hair)}.collection-toolbar__count{flex-direction:column;gap:2px;align-items:flex-start}.collection-toolbar__title{display:block;font-family:var(--serif);font-size:26px;line-height:1.05;color:var(--espresso);font-weight:500}.collection-toolbar__count-text{font-size:12px}.collection-toolbar__actions{width:100%;justify-content:space-between}}@media(max-width:600px){.collection-other__grid{grid-template-columns:1fr}}.product-recs{padding:64px 0;background:var(--cream)}.product-recs__head{margin-bottom:24px}.product-recs .h-3{margin-top:8px}@media(max-width:989px){.product-recs{padding:40px 0}}.pagination{display:flex;justify-content:center;gap:8px;padding:32px 0 80px}.pagination a,.pagination span{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:8px;background:var(--white);color:var(--espresso);border:1px solid var(--hair-2);font-size:13px;font-weight:600}.pagination .pagination__current{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}.pagination .pagination__next,.pagination .pagination__prev{width:auto;padding:0 16px}.pdp{padding:24px 0 64px;display:grid;grid-template-columns:1.25fr 1fr;grid-template-areas:"gallery header" "gallery buy";grid-template-rows:auto 1fr;column-gap:56px;row-gap:0;align-items:start}.pdp__buy-header{grid-area:header;min-width:0}.pdp__gallery{grid-area:gallery;display:grid;grid-template-columns:1fr;gap:14px;min-width:0;align-items:start}.pdp__gallery:has(.pdp__thumbs){grid-template-columns:80px 1fr}.pdp__buy{grid-area:buy;min-width:0}.pdp__thumbs{display:flex;flex-direction:column;gap:10px;min-width:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(42,29,22,.18) transparent;max-height:100%}.pdp__thumbs::-webkit-scrollbar{width:4px;height:4px}.pdp__thumbs::-webkit-scrollbar-thumb{background:#2a1d162e;border-radius:999px}.pdp__thumb{position:relative;flex:0 0 auto;width:80px;height:80px;border-radius:10px;overflow:hidden;border:1.5px solid rgba(42,29,22,.08);cursor:pointer;background:var(--pearl);padding:0;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease}.pdp__thumb:hover{border-color:#2a1d164d}.pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdp__thumb.is-active{border-color:var(--raspberry);box-shadow:0 4px 12px -6px #b3344f52}.pdp__main-image{position:relative;aspect-ratio:1 / 1.05;background:var(--blush);display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;border-radius:0}@media(min-width:769px){.pdp__main-image{margin-left:0;margin-right:0;width:auto;aspect-ratio:1 / 1.18;border-radius:18px}}.pdp__main-image::-webkit-scrollbar{display:none}.pdp__main-image:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.pdp__main-slide{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start;scroll-snap-stop:always;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pdp__main-image img{width:100%;height:100%;object-fit:cover}.pdp__gallery{position:relative}.pdp__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:3;display:none;align-items:center;gap:6px;padding:6px 10px;background:#2a1d166b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;pointer-events:auto}.pdp__dot{width:6px;height:6px;padding:0;background:#ffffff80;border:0;border-radius:999px;cursor:pointer;transition:background .18s ease,transform .18s ease}.pdp__dot:hover{background:#fffc}.pdp__dot.is-active{background:var(--cream);transform:scale(1.35)}.pdp__dot:focus-visible{outline:2px solid var(--cream);outline-offset:2px}.pdp__main-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,var(--baby-pink),var(--blush) 55%,var(--dusty-rose))}.pdp__badges{position:absolute;top:14px;left:14px;z-index:2;display:flex;gap:6px;flex-direction:column}.pdp__topbadge{display:inline-flex;align-items:center;gap:7px;font-family:var(--serif);font-style:italic;font-size:13.5px;font-weight:500;letter-spacing:0;text-transform:none;padding:4px 13px 5px;border-radius:999px;line-height:1.25;margin-bottom:14px}.pdp__topbadge-icon{font-size:12px;line-height:1;letter-spacing:0;font-style:normal}.pdp__topbadge--bestseller{background:var(--raspberry);color:var(--cream);box-shadow:0 6px 14px -8px #b3344f80}.pdp__topbadge--bestseller .pdp__topbadge-icon{color:var(--gold)}.pdp__topbadge--studio{background:linear-gradient(135deg,#fae0e6,#f0a8b8 38%,#d05670 72%,#9c2c46);color:var(--cream);border:1px solid rgba(110,30,50,.55);font-weight:600;font-size:14px;letter-spacing:.01em;padding:4px 14px 5px;box-shadow:inset 0 1px #fff0f58c,inset 0 -1px #5a142840,0 6px 16px -10px #8c28468c}.pdp__topbadge--studio .pdp__topbadge-icon{color:var(--cream);font-size:13px}.pdp__topbadge-icon--svg{display:inline-flex;align-items:center;line-height:0}.pdp__topbadge--new{background:var(--baby-pink);color:var(--raspberry)}.pdp__topbadge--new .pdp__topbadge-icon{color:var(--raspberry)}.pdp__topbadge--baseline{background:var(--pearl);color:var(--espresso);box-shadow:0 1px #fff9 inset,0 4px 10px -8px #2a1d1638}.pdp__topbadge--baseline .pdp__topbadge-icon{color:var(--gold)}.pdp__buy-vendor{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--raspberry)}.pdp__title{font-family:var(--serif);font-size:clamp(34px,5vw,56px);color:var(--espresso);margin-top:8px;line-height:1}.pdp__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:8px}.pdp__title-row .pdp__title{margin-top:0}.pdp__title-row .pdp__topbadge{margin-bottom:0;flex-shrink:0}.pdp__rating-row{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:12px}.pdp__rating-row .pdp__rating-divider{display:none}.pdp__rating-cluster{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}@media(min-width:769px){.pdp__rating-row{flex-direction:row;align-items:center;gap:12px;flex-wrap:nowrap}.pdp__rating-row .pdp__rating-divider{display:inline-block}.pdp__rating-row .pdp__rating-cluster{order:1}.pdp__rating-row .pdp__rating-divider{order:2}.pdp__rating-row .pdp__hot{order:3}}.pdp__rating-value{font-size:14px;color:var(--espresso);font-weight:700}.pdp__rating-link{font-size:13px;color:var(--raspberry);font-weight:600}.pdp__rating-inline{display:inline-flex;align-items:center;gap:5px;font-size:13.5px;font-weight:700;text-decoration:none}.pdp__rating-star{color:var(--gold);font-size:16px;line-height:1}.pdp__rating-text{color:var(--raspberry)}.pdp__hot{display:inline-flex;align-items:center;gap:5px;font-family:var(--sans);font-size:12px;font-weight:700;color:var(--raspberry);background:#b3344f14;padding:3px 10px;border-radius:999px;line-height:1.4}.pdp__hot-icon{font-size:13px;line-height:1}.pdp__rating-divider{display:inline-block;width:1px;height:14px;background:var(--hair-2);margin:0 2px;flex-shrink:0}.pdp__low-stock{font-size:11px;color:var(--raspberry);display:inline-flex;align-items:center;gap:4px}.pdp__low-stock:before{content:"\25cf"}.pdp__sold-out{font-size:11px;color:var(--muted);display:inline-flex;align-items:center;gap:4px}.pdp__pill{display:inline-flex;align-items:center;gap:5px;font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:999px;white-space:nowrap;line-height:1.4}.pdp__pill-dot{width:6px;height:6px;border-radius:999px;background:currentColor;animation:pdpPillPulse 2.2s ease-in-out infinite}@keyframes pdpPillPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.pdp__pill--hot{background:#b3344f14;color:var(--raspberry);border:1px solid rgba(179,52,79,.18)}.pdp__pill--limited{background:var(--espresso);color:var(--cream)}.pdp__pill--restocked{background:#2b82641a;color:var(--success);border:1px solid rgba(43,130,100,.2)}.pdp__subtitle{font-family:var(--sans);font-size:13.5px;color:var(--muted);margin-top:10px;line-height:1.4;letter-spacing:.005em;max-width:540px}.pdp__free-ship-pill{display:inline-flex;align-items:center;gap:6px;font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 11px 5px 10px;border-radius:999px;background:#b3344f14;color:var(--raspberry);border:1px solid rgba(179,52,79,.2);white-space:nowrap;line-height:1.4;align-self:center}.pdp__free-ship-pill:before{content:"\2726";font-size:12px;letter-spacing:0;line-height:1}.pdp__benefits{display:flex;flex-wrap:wrap;gap:4px 18px;margin:14px 0 2px;list-style:none;padding:0}.pdp__benefit{display:inline-flex;align-items:center;gap:6px;font-family:var(--sans);font-size:12.5px;font-weight:500;letter-spacing:0;color:var(--espresso);background:transparent;border:0;border-radius:0;padding:0;line-height:1.45}.pdp__benefit-icon{color:var(--raspberry);font-size:11px;line-height:1}.pdp__benefit-text{white-space:nowrap}.pdp__variant-right{display:inline-flex;align-items:center;gap:14px}.pdp__size-guide-link{font-family:var(--sans);font-size:12px;font-weight:700;color:var(--raspberry);text-decoration:none;letter-spacing:.01em;border-bottom:1px solid rgba(179,52,79,.32);padding-bottom:1px;transition:color .18s ease,border-color .18s ease;white-space:nowrap}.pdp__size-guide-link:hover{color:var(--raspberry-hover, #962A42);border-bottom-color:var(--raspberry)}.pdp__reassurance--standalone{margin-top:14px;display:flex;justify-content:flex-start;align-items:center;gap:10px;font-size:11.5px;color:var(--muted);letter-spacing:.06em;flex-wrap:wrap}.pdp__reassurance--standalone>span{white-space:nowrap}.pdp-bundle-active .pdp__atc-row{display:none}.pdp__description{font-size:14px;color:var(--espresso);line-height:1.65;margin-top:28px;padding-top:22px;border-top:1px solid var(--hair);max-width:520px}.pdp__description p{margin:0 0 12px}.pdp__description p:last-child{margin-bottom:0}.pdp__description strong{color:var(--espresso);font-weight:700}.pdp__description em{color:var(--muted);font-style:italic;font-size:12px}.pdp__price-row{display:flex;align-items:baseline;gap:12px;margin-top:18px;flex-wrap:wrap}.pdp__price{font-family:var(--sans);font-size:24px;font-weight:700;color:var(--espresso);letter-spacing:-.01em}.pdp__price--was{color:var(--muted);text-decoration:line-through}.pdp__price-note{font-size:13px;color:var(--muted)}.pdp__variant-group{margin-top:24px}.pdp__variant-row{display:flex;justify-content:flex-start;align-items:baseline;gap:12px;margin-bottom:12px;flex-wrap:wrap}.pdp__variant-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.pdp__variant-selected{font-size:13px;color:var(--espresso);font-weight:600}.pdp__variant-options{display:flex;gap:8px;flex-wrap:wrap}.pdp__variant-pill{position:relative;padding:13px 18px;border-radius:999px;background:var(--white);color:var(--espresso);border:1px solid var(--hair-2);font-size:13px;font-weight:600;min-width:84px;display:flex;flex-direction:column;align-items:center;line-height:1.1;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;-webkit-user-select:none;user-select:none}.pdp__variant-pill[aria-checked=true],.pdp__variant-pill:has(input:checked){background:var(--espresso);color:var(--cream);border-color:var(--espresso)}.pdp__variant-pill[aria-disabled=true]{opacity:.4;text-decoration:line-through;cursor:not-allowed}.pdp__variant-pill:hover:not([aria-checked=true]):not([aria-disabled=true]){border-color:var(--espresso)}.pdp__variant-pill:focus-within{box-shadow:0 0 0 3px #b3344f2e}.pdp__variant-pill input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;pointer-events:none}.pdp__variant-sub{font-size:10px;font-weight:400;opacity:.7;margin-top:2px}.pdp__popular{margin-top:28px;display:flex;align-items:center;gap:12px;font-size:13px;color:var(--espresso);flex-wrap:wrap;padding:14px 18px;background:var(--pearl);border-radius:12px}.pdp__popular-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--white);color:var(--raspberry);font-weight:700;font-size:10px;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 0 0 1px var(--hair-2) inset}.pdp__popular-note{color:var(--espresso);font-size:13px}.pdp__sizing-note{margin-top:18px;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:var(--baby-pink);border-radius:12px;gap:12px;font-size:13px;color:var(--espresso)}.pdp__sizing-note a{font-size:12px;color:var(--raspberry);font-weight:700;text-decoration:underline}.pdp__atc-row{margin-top:20px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"qty button" "reassure reassure" "err err";column-gap:10px;row-gap:12px;align-items:center}.pdp__atc-row .qty-stepper{grid-area:qty}.pdp__atc-row [data-add-to-cart]{grid-area:button}.pdp__atc-row .pdp__reassurance{grid-area:reassure;margin-top:0}.pdp__atc-row .pdp__form-error{grid-area:err;margin:0}.qty-stepper{display:flex;align-items:center;background:var(--white);border:1px solid rgba(42,29,22,.16);border-radius:999px;padding:0 4px;height:58px;gap:2px;box-shadow:0 1px #fff9 inset,0 6px 16px -12px #2a1d164d}.qty-stepper button{width:42px;height:42px;color:var(--espresso);display:grid;place-items:center;border-radius:999px;background:transparent;border:none;cursor:pointer;transition:background .15s ease,transform .1s ease}.qty-stepper button:hover{background:#2a1d1612}.qty-stepper button:active{transform:scale(.92)}.qty-stepper button svg{width:14px;height:14px;opacity:.85}.qty-stepper input{width:40px;text-align:center;font-family:var(--sans);font-weight:600;color:var(--espresso);border:0;background:transparent;font-size:16px;letter-spacing:.02em}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp__reassurance{display:flex;justify-content:flex-start;align-items:center;gap:10px;font-size:11px;color:var(--muted);letter-spacing:.06em;flex-wrap:wrap}.pdp__reassurance>span{white-space:nowrap}.pdp__reassurance__sep{opacity:.4}.pdp__trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px;padding-top:0;border-top:0}.pdp__trust-item{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:var(--white);border:1px solid var(--hair);border-radius:12px}.pdp__trust-icon{width:24px;height:24px;border-radius:999px;background:var(--baby-pink);border:0;display:grid;place-items:center;color:var(--raspberry);flex-shrink:0;margin-top:1px}.pdp__trust-title{font-size:13px;font-weight:700;color:var(--espresso);letter-spacing:-.005em}.pdp__trust-body{font-size:11.5px;color:var(--muted);margin-top:2px;line-height:1.45}@media(max-width:989px){.pdp{grid-template-columns:1fr;grid-template-areas:"gallery" "header" "buy";column-gap:0;row-gap:12px;padding:0 0 20px}.pdp-breadcrumb-wrap .breadcrumb{padding-top:10px!important;margin-bottom:8px;font-size:11px}.pdp__buy-header{padding-top:2px}.pdp__buy-vendor{font-size:10px;letter-spacing:.16em}.pdp__topbadge{margin-bottom:12px;padding:4px 12px 5px;font-size:12.5px}.pdp__title-row{margin-top:2px;gap:6px 10px}.pdp__title{font-size:clamp(26px,8vw,32px);margin-top:2px;line-height:1.05}.pdp__subtitle{display:none}.pdp__rating-row{margin-top:12px;gap:6px;font-size:12px}.pdp__rating-row .pdp__hot{padding:3px 10px;font-size:11px}.pdp__price-row{margin-top:14px;gap:10px}.pdp__price{font-size:22px}.pdp__free-ship-pill{font-size:10px;padding:3px 9px;letter-spacing:.12em}.pdp__gallery,.pdp__gallery:has(.pdp__thumbs){grid-template-columns:1fr;gap:0}.pdp__main-image{aspect-ratio:1 / 1;max-height:38vh;border-radius:0}.pdp__thumbs{display:none}.pdp__dots{display:flex}.pdp__variant-group{margin-top:16px}.pdp__variant-row{margin-bottom:8px;row-gap:16px}.pdp__variant-pill{padding:10px 14px;min-width:64px;font-size:13px}.pdp__atc-row{grid-template-columns:auto 1fr;grid-template-areas:"qty button" "reassure reassure" "err err";margin-top:14px;row-gap:8px}.pdp__atc-row [data-add-to-cart]{height:50px;padding:0 16px;font-size:13.5px}.pdp__atc-row .qty-stepper{height:50px;padding:0 6px;gap:2px}.pdp__atc-row .qty-stepper button{width:38px;height:38px}.pdp__atc-row .qty-stepper input{width:36px;font-size:15px}.pdp__reassurance{font-size:11px;gap:8px}.pdp__reassurance--standalone{margin-top:10px;font-size:11px;gap:8px}.pdp .payment-icons{display:none}.pdp__sizing-note{margin-top:14px;padding:12px 14px;font-size:12px}.pdp__popular{margin-top:18px;padding:12px 14px;gap:10px}.pdp__description{margin-top:22px;padding-top:18px}.pdp__benefits{display:none}.pdp__trust{margin-top:22px;padding-top:18px;gap:14px 18px}}@media(max-width:600px){.pdp{padding:0 0 18px}.pdp-breadcrumb-wrap{display:none}.pdp__title{font-size:clamp(26px,8.5vw,32px)}.pdp__variant-pill{min-width:56px;padding:8px 12px;font-size:12px}}.sticky-atc{display:none}@media(max-width:989px){.sticky-atc{--vv-delta: 0px;display:grid;position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--cream);border-top:1px solid var(--hair);padding:10px 14px;box-shadow:0 -10px 24px -16px #2a1d1638;grid-template-columns:auto 1fr;gap:10px;align-items:center;transform:translateY(calc(110% - var(--vv-delta)));transition:transform .25s cubic-bezier(.2,.8,.2,1);pointer-events:none;visibility:hidden}.sticky-atc.is-visible{transform:translateY(calc(0px - var(--vv-delta)));pointer-events:auto;visibility:visible}.sticky-atc .qty-stepper{height:48px;padding:0 4px}.sticky-atc .qty-stepper button{width:36px;height:36px}.sticky-atc .qty-stepper input{width:32px;font-size:14px}.sticky-atc .btn{height:48px;font-size:13px;padding:0 16px}body.has-sticky-atc-visible{padding-bottom:76px}}.pdp-box{padding:56px 0;background:var(--pearl)}.pdp-box__head{max-width:680px;margin:0 auto 28px}.pdp-box__heading{margin-top:8px}.pdp-box__list{list-style:none;padding:0;margin:0 auto;max-width:680px;display:grid;gap:0}.pdp-box__item{display:grid;grid-template-columns:minmax(48px,auto) 1fr;column-gap:18px;align-items:baseline;padding:22px 0;border-top:1px solid rgba(42,29,22,.14)}.pdp-box__item:first-child{border-top:0}.pdp-box__num{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(26px,6vw,36px);line-height:1;color:var(--raspberry);letter-spacing:.01em}.pdp-box__copy{min-width:0}.pdp-box__title{font-family:var(--serif);font-weight:500;font-size:clamp(20px,4.4vw,24px);color:var(--espresso);margin:0;line-height:1.2}.pdp-box__body{font-size:14px;color:var(--muted);margin:6px 0 0;line-height:1.6;max-width:46ch}@media(max-width:749px){.pdp-box{padding:40px 0}.pdp-box__head{margin-bottom:20px}.pdp-box__item{padding:20px 0;column-gap:16px}.pdp-box__body{font-size:14.5px}}.pdp-details{padding:64px 0;display:grid;grid-template-columns:1.2fr 1fr;gap:56px}.pdp-details h2{margin-top:8px}.pdp-accordion{border-top:1px solid var(--hair);padding:18px 0}.pdp-accordion summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none}.pdp-accordion summary::-webkit-details-marker{display:none}.pdp-accordion summary>span:first-child{font-family:var(--serif);font-size:22px;color:var(--espresso)}.pdp-accordion__body{font-size:14px;color:var(--muted);line-height:1.65;margin-top:10px;max-width:540px}.pdp-specs{background:var(--pearl);border-radius:16px;padding:28px;align-self:start}.pdp-specs__row{display:flex;justify-content:space-between;border-top:1px solid var(--hair);padding:12px 0;font-size:13px}.pdp-specs__row:first-of-type{border-top:0}.pdp-specs__key{color:var(--muted)}.pdp-specs__val{color:var(--espresso);font-weight:600}@media(max-width:989px){.pdp-details{grid-template-columns:1fr;gap:24px;padding:32px 0}}.product-reviews{padding:64px 0;background:var(--cream);-webkit-user-select:none;-ms-user-select:none;user-select:none}.product-reviews img{-webkit-user-drag:none;user-drag:none;pointer-events:none}.product-reviews__head{display:block;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--hair)}.product-reviews__eyebrow{margin-bottom:8px}.product-reviews__heading{font-family:var(--serif);font-size:clamp(28px,3.4vw,40px);color:var(--espresso);line-height:1.05;margin:0}.product-reviews__aggregate{display:flex;align-items:center;gap:18px}.product-reviews__aggregate-num{font-family:var(--serif);font-size:56px;font-weight:500;color:var(--raspberry);line-height:.9;font-style:italic}.product-reviews__aggregate-meta{display:flex;flex-direction:column;gap:6px}.product-reviews__aggregate-count{font-size:12px;color:var(--muted);letter-spacing:.02em}.product-reviews__distribution{display:grid;gap:6px;margin-bottom:36px;max-width:440px}.product-reviews__dist-row{display:grid;grid-template-columns:32px 1fr 40px;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.product-reviews__dist-star{color:var(--espresso);font-weight:700}.product-reviews__dist-bar{height:6px;background:var(--pearl);border-radius:999px;overflow:hidden;position:relative}.product-reviews__dist-fill{display:block;height:100%;background:var(--raspberry);border-radius:999px;transition:width .35s ease}.product-reviews__dist-pct{text-align:right;color:var(--espresso);font-weight:600}.product-reviews__list{display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.product-reviews__card{background:var(--white);border:1px solid var(--hair);border-radius:16px;padding:22px 24px;display:flex;flex-direction:column;gap:12px}.product-reviews__card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.product-reviews__card-author{display:flex;align-items:center;gap:12px;min-width:0}.product-reviews__card-avatar{width:40px;height:40px;border-radius:999px;background:var(--raspberry);color:var(--cream);display:inline-grid;place-items:center;font-family:var(--serif);font-size:16px;font-weight:500;letter-spacing:.02em;flex-shrink:0;overflow:hidden;object-fit:cover}img.product-reviews__card-avatar--photo{background:var(--pearl)}.product-reviews__card-name{font-size:13.5px;color:var(--espresso);font-weight:700;letter-spacing:-.005em;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.product-reviews__verified{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--raspberry);background:#b3344f14;border-radius:999px;padding:2px 8px}.product-reviews__card-meta{font-size:11.5px;color:var(--muted);margin-top:2px}.product-reviews__card-rating{color:var(--raspberry);font-size:13px;letter-spacing:.05em;line-height:1;flex-shrink:0}.product-reviews__card-title{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--espresso);margin:4px 0 0;line-height:1.25;font-style:italic}.product-reviews__card-body{font-family:var(--sans);font-size:14px;line-height:1.6;color:var(--espresso);margin:0}.product-reviews__card-image{width:100%;max-width:240px;height:auto;border-radius:10px;margin-top:8px}.product-reviews__more{margin:32px auto 0;display:block}@media(max-width:989px){.product-reviews{padding:36px 0}.product-reviews__head{flex-direction:column;align-items:flex-start;margin-bottom:24px;padding-bottom:18px;gap:18px}.product-reviews__heading{font-size:26px}.product-reviews__aggregate{gap:14px}.product-reviews__aggregate-num{font-size:44px}.product-reviews__distribution{margin-bottom:24px;max-width:none}.product-reviews__list{grid-template-columns:1fr;gap:12px}.product-reviews__card{padding:18px}.product-reviews__card-title{font-size:16px}.product-reviews__card-body{font-size:13.5px}}.product-faq{padding:64px 0;background:var(--pearl)}.product-faq__head{max-width:640px;margin-bottom:32px}.product-faq__eyebrow{margin-bottom:8px}.product-faq__heading{font-family:var(--serif);font-size:clamp(28px,3.4vw,40px);color:var(--espresso);line-height:1.05;margin:0 0 12px}.product-faq__subheading{font-size:14px;color:var(--muted);line-height:1.55;margin:0;max-width:540px}.product-faq__list{background:var(--white);border-radius:18px;border:1px solid var(--hair);overflow:hidden}.product-faq__item{border-top:1px solid var(--hair)}.product-faq__item:first-child{border-top:0}.product-faq__q{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;list-style:none;font-family:var(--serif);font-size:18px;font-weight:500;color:var(--espresso);gap:18px}.product-faq__q::-webkit-details-marker{display:none}.product-faq__q-icon{font-size:22px;color:var(--raspberry);width:22px;height:22px;display:inline-grid;place-items:center;transition:transform .2s ease;flex-shrink:0;font-weight:400;line-height:1}.product-faq__item[open] .product-faq__q-icon{transform:rotate(45deg)}.product-faq__a{padding:0 24px 24px;font-size:14px;line-height:1.65;color:var(--muted);max-width:640px}.product-faq__a p{margin:0 0 12px}.product-faq__a p:last-child{margin-bottom:0}.product-faq__contact{margin-top:24px;font-size:13px;color:var(--muted)}.product-faq__contact a{color:var(--raspberry);font-weight:700;margin-left:6px;border-bottom:1px solid var(--raspberry)}@media(max-width:989px){.product-faq{padding:36px 0}.product-faq__heading{font-size:26px}.product-faq__subheading{font-size:13px}.product-faq__q{padding:16px 18px;font-size:16px;gap:14px}.product-faq__a{padding:0 18px 18px;font-size:13.5px}}.cart-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;pointer-events:none}.cart-drawer[hidden]{display:none}.cart-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a1d1659;opacity:0;transition:opacity .3s ease}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(480px,100vw);background:var(--cream);transform:translate(100%);transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-30px 0 60px -30px #0006}.cart-drawer.is-open{pointer-events:auto}.cart-drawer.is-open .cart-drawer__scrim{opacity:1}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__head{padding:20px 22px 14px;border-bottom:1px solid var(--hair);display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{font-family:var(--serif);font-size:26px;color:var(--espresso);line-height:1}.cart-drawer__sub{font-size:11px;color:var(--muted);margin-top:4px;letter-spacing:.04em}.cart-drawer__close{width:36px;height:36px;border-radius:999px;background:var(--white);border:1px solid var(--hair-2);color:var(--espresso);display:grid;place-items:center}.cart-shipping{padding:16px 22px;background:var(--pearl);border-bottom:1px solid var(--hair)}.cart-shipping__msg{font-size:12px;color:var(--espresso);margin-bottom:8px}.cart-shipping__msg strong{color:var(--raspberry)}.cart-shipping__bar{height:6px;background:var(--white);border-radius:999px;overflow:hidden}.cart-shipping__fill{height:100%;background:var(--raspberry);border-radius:999px;width:0;transition:width .35s ease}.cart-drawer__body{flex:1;overflow-y:auto;padding:8px 22px 24px}.cart-drawer__items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--hair)}.cart-item__media{position:relative;aspect-ratio:1 / 1.18;border-radius:10px;overflow:hidden;background:var(--pearl)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;gap:6px}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.cart-item__title{font-family:var(--serif);font-size:19px;color:var(--espresso);line-height:1.1}.cart-item__title a{color:inherit}.cart-item__variant{font-size:11px;color:var(--muted);margin-top:3px}.cart-item__price{font-size:13px;font-weight:700;color:var(--espresso);white-space:nowrap}.cart-item__row{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--hair-2);border-radius:999px;height:32px;padding:0 4px}.cart-item__qty button{width:28px;height:30px;color:var(--espresso);display:grid;place-items:center;flex-shrink:0}.cart-item__qty input{width:36px;height:30px;border:0;background:transparent;text-align:center;font-size:13px;font-weight:700;color:var(--espresso);padding:0;-moz-appearance:textfield}.cart-item__qty input::-webkit-outer-spin-button,.cart-item__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{font-size:11px;color:var(--muted);text-decoration:underline;letter-spacing:.04em}.cart-item__remove:hover{color:var(--raspberry)}.cart-upsell{margin-top:20px;background:var(--baby-pink);border-radius:14px;padding:18px}.cart-upsell__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.cart-upsell__list{display:flex;flex-direction:column;gap:10px}.cart-upsell__item{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;background:var(--cream);border-radius:10px;padding:10px}.cart-upsell__media{position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden}.cart-upsell__media img{width:100%;height:100%;object-fit:cover}.cart-upsell__title{font-family:var(--serif);font-size:15px;color:var(--espresso);line-height:1.1}.cart-upsell__sub{font-size:10px;color:var(--muted);margin-top:3px}.cart-discount{margin-top:16px;display:flex;gap:6px}.cart-discount .input{flex:1;height:42px;background:var(--white)}.cart-drawer__footer{background:var(--cream);border-top:1px solid var(--hair);padding:16px 22px 22px}.cart-drawer__row{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:6px}.cart-drawer__row span:last-child{color:var(--espresso)}.cart-drawer__total{display:flex;justify-content:space-between;align-items:baseline;margin-top:10px;padding-top:10px;border-top:1px solid var(--hair)}.cart-drawer__total-label{font-family:var(--serif);font-size:22px;color:var(--espresso)}.cart-drawer__total-amt{font-family:var(--serif);font-size:28px;color:var(--espresso)}.cart-drawer__note{font-size:11px;color:var(--muted);margin-top:4px}.cart-drawer__trust{display:flex;justify-content:center;gap:14px;font-size:10px;color:var(--muted);margin-top:12px;letter-spacing:.08em;text-transform:uppercase}.cart-drawer__trust span:nth-child(2n){opacity:.4}.cart-empty{padding:64px 22px;text-align:center;color:var(--muted);display:flex;flex-direction:column;gap:16px;align-items:center;flex:1;justify-content:center}.cart-empty h3{font-family:var(--serif);font-size:28px;color:var(--espresso);margin:0}.cart-empty .btn{margin-top:8px}.cart-discount{display:flex;gap:6px;margin-top:16px}.cart-discount__input{flex:1;height:42px;background:var(--white)}.cart-discount__btn{height:42px}.cart-discount__msg{font-size:11px;color:var(--muted);margin-top:6px;min-height:14px}.cart-discount__msg--ok{color:var(--success)}.cart-discount__msg--err{color:var(--raspberry)}.btn-loading{position:relative;color:transparent!important;pointer-events:none}.btn-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:glasse-spin .7s linear infinite;color:var(--white)}.btn-secondary.btn-loading:after,.qa.btn-loading:after{color:var(--espresso)}@keyframes glasse-spin{to{transform:rotate(360deg)}}.cart-drawer.is-loading .cart-drawer__items{opacity:.55;transition:opacity .2s ease;pointer-events:none}.cart-page{padding:48px 0 80px;display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:start}.cart-page__items{background:var(--white);border:1px solid var(--hair);border-radius:16px;padding:0 22px}.cart-page__summary{background:var(--pearl);border-radius:16px;padding:24px;position:sticky;top:96px}.cart-page__summary h2{margin-bottom:16px}@media(max-width:989px){.cart-page{grid-template-columns:1fr;gap:24px;padding:24px 0 48px}.cart-page__summary{position:static}}.search-form{display:flex;gap:10px;max-width:720px;margin:0 auto 32px}.search-form .input{flex:1;height:56px}.search-results{padding-top:48px;padding-bottom:80px}.search-results h1{margin-bottom:24px}.page-content{padding-top:64px;padding-bottom:96px;max-width:720px;margin:0 auto}.page-content h1{margin-bottom:32px}.page-content h2{margin-top:40px;margin-bottom:10px;font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(22px,3.2vw,28px);line-height:1.15;color:var(--espresso);letter-spacing:-.005em}.page-content h2:first-of-type{margin-top:24px}.page-content h3{margin-top:24px;margin-bottom:8px}.page-content p,.page-content li{margin-bottom:14px;line-height:1.75;font-size:16px}.page-content p:last-child,.page-content li:last-child{margin-bottom:0}@media(max-width:749px){.page-content{padding-top:32px;padding-bottom:56px}.page-content h1{margin-bottom:20px;font-size:clamp(34px,9vw,44px)}.page-content h2{margin-top:32px;font-size:clamp(22px,6.5vw,28px)}.page-content p,.page-content li{font-size:16px;line-height:1.7}.search-results{padding-top:32px;padding-bottom:56px}.search-form{flex-direction:column;gap:10px}.search-form .input,.search-form .btn{height:52px;width:100%}}.contact{padding-top:72px;padding-bottom:96px}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact__intro{max-width:460px}.contact__intro h1{margin-top:14px;line-height:1.05}.contact__lead{margin-top:22px;font-size:16px;line-height:1.6;color:var(--espresso);opacity:.85}.contact__body{margin-top:18px;font-size:14px;line-height:1.65;color:var(--muted)}.contact__body p{margin:0 0 10px}.contact__details{list-style:none;padding:0;margin:36px 0 0;display:flex;flex-direction:column;gap:14px}.contact__details li{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:baseline;border-top:1px solid var(--hair);padding-top:14px;font-size:14px}.contact__details li:first-child{border-top:0;padding-top:0}.contact__detail-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.contact__details a{color:var(--raspberry);border-bottom:1px solid var(--raspberry-soft);padding-bottom:1px}.contact__details a:hover{border-bottom-color:var(--raspberry)}.contact__form-card{background:var(--white);border-radius:18px;box-shadow:var(--sh-card);padding:32px}.contact__form-head{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--hair)}.contact__form{display:flex;flex-direction:column;gap:16px}.contact__field{display:flex;flex-direction:column;gap:6px}.contact__field label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--espresso);font-weight:700}.contact__field .input{width:100%;min-width:0}.contact__field textarea.input{resize:vertical;min-height:130px}.contact__form .btn{align-self:flex-start;margin-top:8px}@media(max-width:989px){.contact{padding-top:32px;padding-bottom:56px}.contact__grid{grid-template-columns:1fr;gap:28px}.contact__intro{max-width:100%}.contact__intro h1{font-size:clamp(34px,9vw,44px);margin-top:10px}.contact__lead{margin-top:16px;font-size:15px}.contact__details{margin-top:24px;gap:10px}.contact__details li{grid-template-columns:80px 1fr;gap:10px;font-size:13.5px;padding-top:10px}.contact__form-card{padding:22px 18px;border-radius:14px}.contact__form-head{margin-bottom:18px;padding-bottom:18px}.contact__form{gap:14px}.contact__form .btn{width:100%;align-self:stretch}}.not-found{padding:96px 0;text-align:center}.not-found h1{margin-bottom:16px}.not-found p{color:var(--muted);margin-bottom:24px}.iwt{padding:56px 0}.iwt__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.iwt__media{position:relative;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;background:var(--pearl)}.iwt__media img{width:100%;height:100%;object-fit:cover}.iwt__copy h2{margin-bottom:16px}.iwt__copy .btn{margin-top:24px}@media(max-width:989px){.iwt__grid{grid-template-columns:1fr;gap:24px}}.rich-text{padding:56px 0;text-align:center;max-width:720px;margin:0 auto}.rich-text h2{margin-bottom:16px}.rich-text p{color:var(--espresso);line-height:1.6;font-size:16px}.form-status{padding:10px 14px;border-radius:8px;font-size:13px;margin-top:10px}.form-status--success{background:#5a7a4f1f;color:var(--success)}.form-status--error{background:#b3344f1a;color:var(--raspberry)}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-field label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--espresso)}.text-center{text-align:center}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.hidden{display:none}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1d1659;z-index:70}.bundle--pdp{display:block}.bundle{margin:18px 0 6px;padding:18px 20px;border-radius:18px;background:var(--cream);border:1px solid var(--hair);box-shadow:inset 0 1px #ffffffd9,0 1px 2px #2a1d1608,0 18px 40px -28px #b3344f29;position:relative;box-sizing:border-box;min-width:0;max-width:100%}.bundle__head{margin-bottom:12px}.bundle__eyebrow{display:inline-flex;align-items:center;gap:6px;font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--raspberry);margin-bottom:8px}.bundle__sparkle{font-size:11.5px;display:inline-block;transform:translateY(-.5px)}.bundle__title{font-family:var(--serif);font-style:italic;font-weight:500;font-size:28px;line-height:1.08;letter-spacing:-.015em;color:var(--espresso);margin:0}.bundle__sub{font-family:var(--sans);font-size:13px;color:var(--muted);line-height:1.5;margin:6px 0 0;max-width:380px}.bundle__tiers{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.bundle__tier{position:relative;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:14px;width:100%;padding:11px 14px;background:var(--white);border:1px solid var(--hair);border-radius:14px;text-align:left;font-family:var(--sans);cursor:pointer;-webkit-appearance:none;appearance:none;transition:border-color .2s ease,background .2s ease,transform .18s ease,box-shadow .25s ease}.bundle__tier:hover{border-color:#2a1d162e;box-shadow:0 8px 20px -14px #2a1d162e;transform:translateY(-1px)}.bundle__tier:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.bundle__tier-radio{width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(42,29,22,.22);background:var(--white);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;flex-shrink:0}.bundle__tier.is-selected .bundle__tier-radio{border-color:var(--raspberry);background:var(--raspberry);box-shadow:inset 0 0 0 4px var(--white)}.bundle__tier.is-selected{border-color:var(--raspberry);background:linear-gradient(180deg,rgba(179,52,79,.04) 0%,var(--white) 100%);box-shadow:inset 0 1px #ffffffe6,0 10px 24px -14px #b3344f40}.bundle__tier-body{min-width:0}.bundle__tier-headline{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.bundle__tier-qty{font-family:var(--serif);font-size:22px;font-weight:500;color:var(--espresso);line-height:1;letter-spacing:-.01em}.bundle__tier-label{font-family:var(--sans);font-size:14px;font-weight:600;color:var(--espresso);letter-spacing:-.005em;line-height:1.2}.bundle__tier-meta{font-family:var(--sans);font-size:11.5px;letter-spacing:.02em;color:var(--muted);margin-top:4px;display:inline-flex;align-items:center;gap:5px}.bundle__tier-meta--free{color:var(--raspberry);font-weight:700}.bundle__tier-sparkle{display:inline-block;font-size:12px;line-height:1}.bundle__tier-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bundle__tier-amount{font-family:var(--serif);font-size:22px;font-weight:500;color:var(--espresso);letter-spacing:-.01em;line-height:1}.bundle__tier--best{border-color:#b3344f38;background:linear-gradient(180deg,var(--baby-pink) 0%,rgba(251,229,225,.4) 60%,var(--white) 100%);padding-top:18px}.bundle__tier--best:hover{border-color:#b3344f66;box-shadow:0 14px 32px -16px #b3344f57}.bundle__tier--best.is-selected{border-color:var(--raspberry);border-width:1.5px;background:linear-gradient(180deg,var(--baby-pink) 0%,rgba(251,229,225,.55) 60%,var(--white) 100%);box-shadow:inset 0 1px #ffffffe6,0 18px 40px -16px #b3344f66}.bundle__tier--best .bundle__tier-qty{font-style:italic;color:var(--raspberry)}.bundle__tier-flag{position:absolute;top:-8px;right:16px;display:inline-block;padding:3px 10px;background:var(--raspberry);color:var(--cream);font-family:var(--sans);font-size:9.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:999px;line-height:1.5;box-shadow:0 4px 10px -4px #b3344f80}.bundle__picks{margin-bottom:14px;padding-top:14px;border-top:1px solid var(--hair)}.bundle__picks[hidden]{display:none}.bundle__picks-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.bundle__picks-eyebrow{font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--espresso)}.bundle__picks-counter{font-family:var(--sans);font-size:11px;letter-spacing:.06em;color:var(--muted)}.bundle__picks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.bundle__pick{position:relative;display:grid;grid-template-columns:44px 1fr 18px;gap:10px;align-items:center;padding:6px 10px 6px 6px;background:var(--white);border:1px solid var(--hair);border-radius:12px;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none;font-family:var(--sans);transition:border-color .18s ease,background .18s ease,transform .15s ease,box-shadow .2s ease;min-width:0}.bundle__pick:hover{border-color:#2a1d162e;transform:translateY(-1px)}.bundle__pick:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.bundle__pick.is-selected{border-color:var(--raspberry);background:linear-gradient(180deg,rgba(179,52,79,.04) 0%,var(--white) 100%);box-shadow:inset 0 1px #ffffffd9,0 6px 16px -10px #b3344f38}.bundle__pick-media{width:44px;height:44px;border-radius:8px;overflow:hidden;background:var(--pearl);display:block}.bundle__pick-media img{width:100%;height:100%;object-fit:cover;display:block}.bundle__pick-body{min-width:0;display:flex;flex-direction:column;gap:2px}.bundle__pick-title{font-family:var(--sans);font-size:12.5px;font-weight:600;color:var(--espresso);letter-spacing:-.005em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle__pick-price{font-family:var(--sans);font-size:11px;font-weight:500;color:var(--muted)}.bundle__pick-check{width:18px;height:18px;border-radius:50%;background:var(--white);border:1.5px solid rgba(42,29,22,.22);display:grid;place-items:center;color:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.bundle__pick.is-selected .bundle__pick-check{background:var(--raspberry);border-color:var(--raspberry);color:var(--cream);box-shadow:0 4px 10px -4px #b3344f80}.bundle__add{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:linear-gradient(180deg,var(--raspberry) 0%,var(--raspberry-hover, #962A42) 100%);color:var(--cream);border:0;border-radius:14px;font-family:var(--sans);font-size:14px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background .25s ease,transform .18s ease,box-shadow .25s ease;box-shadow:inset 0 1px #ffffff2e,0 14px 28px -14px #b3344f80}.bundle__add:hover{background:linear-gradient(180deg,var(--raspberry-hover, #962A42) 0%,#7a2236 100%);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff3d,0 18px 34px -10px #b3344f94}.bundle__add:active{transform:translateY(0)}.bundle__add:disabled,.bundle__add.is-loading,.bundle__add.is-disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:inset 0 1px #ffffff1a,0 8px 18px -10px #b3344f4d}.bundle__add-label{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.bundle__add-text{font-family:var(--sans);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bundle__add-amount{font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:.02em;opacity:.86;text-transform:none}.bundle__add-arrow{font-size:18px;line-height:1;transition:transform .18s ease}.bundle__add:hover .bundle__add-arrow{transform:translate(3px)}.bundle__trust{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:10px;margin-bottom:18px;font-family:var(--sans);font-size:11px;color:var(--muted);letter-spacing:.02em}.bundle__trust span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.bundle__trust-dot{width:5px;height:5px;border-radius:50%;background:var(--raspberry)}@media(max-width:749px){.bundle{margin:14px 0 6px;padding:16px 16px 14px;border-radius:16px}.bundle__head{margin-bottom:10px}.bundle__title{font-size:22px}.bundle__sub{font-size:12.5px;margin-top:4px}.bundle__tiers{gap:7px;margin-bottom:10px}.bundle__tier{padding:10px 12px;gap:12px}.bundle__tier--best{padding-top:16px}.bundle__tier-qty{font-size:19px}.bundle__tier-label{font-size:13.5px}.bundle__tier-amount{font-size:19px}.bundle__tier-flag{right:12px;font-size:9px;padding:2px 9px;top:-7px}.bundle__picks{margin-bottom:10px;padding-top:10px}.bundle__picks-head{margin-bottom:6px}.bundle__picks-grid{grid-template-columns:1fr 1fr;gap:6px}.bundle__pick{padding:5px 7px 5px 5px;grid-template-columns:40px 1fr 16px;gap:7px}.bundle__pick-media{width:40px;height:40px}.bundle__pick-title{font-size:11.5px}.bundle__pick-price{font-size:10.5px}.bundle__pick-check{width:16px;height:16px}.bundle__add{padding:12px 14px;font-size:13px}.bundle__add-text{font-size:13px}.bundle__add-amount{font-size:11.5px}.bundle__trust{margin-bottom:14px}.bundle__trust{gap:12px;font-size:10.5px}}.pdp__app-slot{margin-top:20px;padding-top:20px;border-top:1px solid var(--hair)}.pdp__app-block{margin-bottom:14px}.pdp__app-block:last-child{margin-bottom:0}.pdp__app-block>*{max-width:100%;box-sizing:border-box}.cart-drawer__app-slot{padding:0 22px;margin:10px 0 6px}.cart-drawer__app-slot--top{margin-top:14px}.cart-drawer__app-block{margin-bottom:10px}.cart-drawer__app-block:last-child{margin-bottom:0}.cart-drawer__app-block>*{max-width:100%;box-sizing:border-box}@media(max-width:989px){.pdp__app-slot{margin-top:16px;padding-top:16px}.cart-drawer__app-slot{padding:0 18px}}.cart-bundle{margin:16px 0 12px;padding:16px 14px;background:var(--cream);border:1px solid var(--hair);border-radius:14px;box-shadow:inset 0 1px #ffffffd9,0 12px 28px -22px #b3344f2e;position:relative;box-sizing:border-box}.cart-bundle__head{margin-bottom:10px}.cart-bundle__eyebrow{display:inline-flex;align-items:center;gap:5px;font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--raspberry);margin-bottom:6px}.cart-bundle__sparkle{font-size:11px;line-height:1}.cart-bundle__title{font-family:var(--serif);font-style:italic;font-size:20px;color:var(--espresso);line-height:1.1;margin:0 0 4px;letter-spacing:-.005em}.cart-bundle__sub{font-family:var(--sans);font-size:11.5px;color:var(--muted);margin:0;line-height:1.4}.cart-bundle__tiers{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;margin-top:12px}.cart-bundle__tier{position:relative;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;width:100%;padding:9px 11px;background:var(--white);border:1px solid var(--hair);border-radius:11px;text-align:left;font-family:var(--sans);cursor:pointer;-webkit-appearance:none;appearance:none;transition:border-color .2s ease,background .2s ease,box-shadow .25s ease}.cart-bundle__tier:hover{border-color:#2a1d162e}.cart-bundle__tier:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.cart-bundle__tier-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(42,29,22,.22);background:var(--white);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;flex-shrink:0}.cart-bundle__tier.is-selected .cart-bundle__tier-radio{border-color:var(--raspberry);background:var(--raspberry);box-shadow:inset 0 0 0 3px var(--white)}.cart-bundle__tier.is-selected{border-color:var(--raspberry);background:linear-gradient(180deg,rgba(179,52,79,.04) 0%,var(--white) 100%);box-shadow:inset 0 1px #ffffffe6,0 8px 18px -12px #b3344f38}.cart-bundle__tier-body{min-width:0;display:flex;flex-direction:column;gap:2px}.cart-bundle__tier-headline{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cart-bundle__tier-qty{font-family:var(--serif);font-size:17px;font-weight:500;color:var(--espresso);line-height:1;letter-spacing:-.01em}.cart-bundle__tier-label{font-family:var(--sans);font-size:13px;font-weight:600;color:var(--espresso)}.cart-bundle__tier-meta{font-family:var(--sans);font-size:10.5px;color:var(--muted)}.cart-bundle__tier-meta--free{color:var(--raspberry);font-weight:700}.cart-bundle__tier-price{font-family:var(--serif);font-size:16px;color:var(--espresso);letter-spacing:-.01em;line-height:1}.cart-bundle__tier--best{border-color:#b3344f38;background:linear-gradient(180deg,var(--baby-pink) 0%,rgba(251,229,225,.4) 60%,var(--white) 100%);padding-top:14px}.cart-bundle__tier--best.is-selected{border-color:var(--raspberry);border-width:1.5px;background:linear-gradient(180deg,var(--baby-pink) 0%,rgba(251,229,225,.55) 60%,var(--white) 100%);box-shadow:inset 0 1px #ffffffe6,0 12px 26px -14px #b3344f61}.cart-bundle__tier--best .cart-bundle__tier-qty{font-style:italic;color:var(--raspberry)}.cart-bundle__tier-flag{position:absolute;top:-7px;right:12px;display:inline-block;padding:2px 8px;background:var(--raspberry);color:var(--cream);font-family:var(--sans);font-size:8.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:999px;line-height:1.6;box-shadow:0 4px 8px -4px #b3344f80}.cart-bundle__picks{margin-bottom:12px}.cart-bundle__picks-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.cart-bundle__picks-eyebrow{font-family:var(--sans);font-size:9.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--espresso)}.cart-bundle__picks-counter{font-family:var(--sans);font-size:10.5px;color:var(--muted)}.cart-bundle__picks-grid{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--hair-2) transparent;padding:2px 14px 6px;margin:0 -14px;scroll-padding:0 14px}.cart-bundle__picks-grid::-webkit-scrollbar{height:4px}.cart-bundle__picks-grid::-webkit-scrollbar-track{background:transparent}.cart-bundle__picks-grid::-webkit-scrollbar-thumb{background:var(--hair-2);border-radius:99px}.cart-bundle__pick{position:relative;flex:0 0 122px;scroll-snap-align:start;display:flex;flex-direction:column;padding:6px;background:var(--white);border:1px solid var(--hair);border-radius:12px;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none;font-family:var(--sans);transition:border-color .18s ease,background .18s ease,box-shadow .2s ease,transform .18s ease;min-width:0}.cart-bundle__pick:hover{border-color:#2a1d1638}.cart-bundle__pick:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.cart-bundle__pick.is-selected{border-color:var(--raspberry);background:linear-gradient(180deg,rgba(179,52,79,.05) 0%,var(--white) 100%);box-shadow:0 8px 18px -10px #b3344f52}.cart-bundle__pick-media{width:100%;aspect-ratio:1 / 1;margin-bottom:6px;border-radius:9px;overflow:hidden;background:var(--pearl);display:block}.cart-bundle__pick-media img{width:100%;height:100%;object-fit:cover;display:block}.cart-bundle__pick-body{padding:0 2px 2px;min-width:0;display:flex;flex-direction:column;gap:1px}.cart-bundle__pick-title{font-size:11.5px;font-weight:600;color:var(--espresso);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;min-height:28.75px}.cart-bundle__pick-price{font-size:10.5px;color:var(--muted)}.cart-bundle__pick-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:50%;background:#ffffffeb;border:1.5px solid rgba(42,29,22,.22);display:grid;place-items:center;color:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease;box-shadow:0 1px 3px #00000014;z-index:1}.cart-bundle__pick.is-selected .cart-bundle__pick-check{background:var(--raspberry);border-color:var(--raspberry);color:var(--cream)}.cart-bundle__pick.is-loading{opacity:.6;pointer-events:none}.cart-bundle__add{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:linear-gradient(180deg,var(--raspberry) 0%,var(--raspberry-hover, #962A42) 100%);color:var(--cream);border:0;border-radius:12px;font-family:var(--sans);font-weight:700;cursor:pointer;transition:background .25s ease,transform .18s ease,box-shadow .25s ease;box-shadow:inset 0 1px #ffffff2e,0 6px 14px -10px #2a1d1638}.cart-bundle__add:hover{background:linear-gradient(180deg,var(--raspberry-hover, #962A42) 0%,#7a2236 100%);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff3d,0 10px 18px -10px #2a1d1647}.cart-bundle__add:disabled,.cart-bundle__add.is-disabled,.cart-bundle__add.is-loading{opacity:.6;cursor:not-allowed;transform:none;box-shadow:inset 0 1px #ffffff1a,0 8px 16px -10px #b3344f4d}.cart-bundle__add-label{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.cart-bundle__add-text{font-family:var(--sans);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.cart-bundle__add-amount{font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.02em;opacity:.86}.cart-bundle__add-arrow{font-size:16px;line-height:1;transition:transform .18s ease}.cart-bundle__add:hover .cart-bundle__add-arrow{transform:translate(3px)}.cart-bundle--unlocked .cart-bundle__title{color:var(--espresso)}.cart-bundle--unlocked .cart-bundle__pick{cursor:pointer}.cart-bundle--unlocked .cart-bundle__pick:hover{border-color:#2a1d1638;transform:translateY(-1px)}@keyframes cartBundleChipReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cart-bundle-chip{position:relative;display:flex;align-items:center;gap:14px;width:100%;padding:18px 16px;margin:20px 0 10px;background:linear-gradient(180deg,var(--baby-pink) 0%,rgba(251,229,225,.55) 100%);border:1px solid rgba(179,52,79,.22);border-radius:16px;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none;font-family:var(--sans);transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease,background .22s ease;box-sizing:border-box;box-shadow:inset 0 1px #ffffffd9,0 8px 18px -10px #b3344f4d;animation:cartBundleChipReveal .55s cubic-bezier(.16,1,.3,1) both}.cart-bundle-chip:hover{border-color:var(--raspberry);transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 12px 24px -10px #b3344f6b}.cart-bundle-chip:focus-visible{outline:2px solid var(--raspberry);outline-offset:2px}.cart-bundle-chip__flag{position:absolute;top:-8px;right:14px;display:inline-block;padding:3px 10px;background:var(--raspberry);color:var(--cream);font-family:var(--sans);font-size:8.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;border-radius:999px;line-height:1.6;box-shadow:0 4px 10px -4px #b3344f8c}.cart-bundle-chip__icon{width:34px;height:34px;border-radius:50%;background:var(--raspberry);color:var(--cream);display:grid;place-items:center;font-size:15px;flex-shrink:0;box-shadow:0 4px 10px -6px #b3344f99}.cart-bundle-chip__label{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.cart-bundle-chip__eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--raspberry);line-height:1.2;white-space:normal}.cart-bundle-chip__primary{font-size:14px;font-weight:700;color:var(--espresso);letter-spacing:-.005em;line-height:1.25;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-bundle-chip__amount{font-size:12px;color:var(--espresso);font-weight:500;letter-spacing:.01em;line-height:1.3;white-space:normal}.cart-bundle-chip__cta{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--raspberry);padding:7px 14px;border:1.5px solid var(--raspberry);border-radius:999px;flex-shrink:0;transition:background .18s ease,color .18s ease;background:transparent}.cart-bundle-chip:hover .cart-bundle-chip__cta{background:var(--raspberry);color:var(--cream)}.cart-bundle-chip.is-loading{opacity:.6;cursor:not-allowed;pointer-events:none}.floating-bag{position:fixed!important;bottom:16px;right:14px;display:inline-flex!important;align-items:center;gap:9px;padding:12px 20px 12px 14px;background:linear-gradient(180deg,var(--raspberry) 0%,var(--raspberry-hover, #962A42) 100%);color:var(--cream);border:0;border-radius:999px;font-family:var(--sans);font-size:13.5px;font-weight:700;letter-spacing:.02em;text-decoration:none;box-shadow:inset 0 1px #ffffff38,0 12px 28px -10px #b3344f8c;z-index:80;cursor:pointer;-webkit-appearance:none;appearance:none;opacity:0;transform:translateY(18px) scale(.96);pointer-events:none;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .25s ease}.floating-bag.is-revealed{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-bag:hover{transform:translateY(-2px) scale(1);box-shadow:inset 0 1px #ffffff47,0 16px 32px -10px #b3344fa6}.floating-bag:focus-visible{outline:2px solid var(--raspberry);outline-offset:3px}.floating-bag__icon{width:20px;height:20px;display:grid;place-items:center}.floating-bag__icon svg{width:20px;height:20px}.floating-bag__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--cream);color:var(--raspberry);border-radius:99px;font-size:11px;font-weight:700;line-height:1}.floating-bag__count[hidden]{display:none}.floating-bag__total{letter-spacing:.02em}.floating-bag[data-has-items=false]{padding:12px 18px 12px 14px}@media(min-width:769px){.floating-bag{bottom:24px;right:24px;font-size:14px;padding:14px 22px 14px 16px;gap:10px}.floating-bag__icon,.floating-bag__icon svg{width:22px;height:22px}}@media(max-width:989px){.template-product .floating-bag{bottom:calc(86px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.floating-bag{transition:opacity .2s ease;transform:none}.floating-bag.is-revealed,.floating-bag:hover{transform:none}}.pdp-bundle-reveal{opacity:0;max-height:0;margin-top:0;overflow:hidden;transform:translateY(10px);transition:opacity .55s cubic-bezier(.16,1,.3,1),max-height .7s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1),margin-top .55s cubic-bezier(.16,1,.3,1);pointer-events:none}.pdp-bundle-reveal.is-revealed{opacity:1;max-height:2000px;transform:translateY(0);margin-top:36px;pointer-events:auto}@keyframes pdpBundlePickFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pdp-bundle-reveal.is-revealed .cart-bundle__pick{animation:pdpBundlePickFade .5s cubic-bezier(.16,1,.3,1) both}.pdp-bundle-reveal.is-revealed .cart-bundle__pick:nth-child(1){animation-delay:.22s}.pdp-bundle-reveal.is-revealed .cart-bundle__pick:nth-child(2){animation-delay:.28s}.pdp-bundle-reveal.is-revealed .cart-bundle__pick:nth-child(3){animation-delay:.34s}.pdp-bundle-reveal.is-revealed .cart-bundle__pick:nth-child(4){animation-delay:.4s}.pdp-bundle-reveal.is-revealed .cart-bundle__pick:nth-child(5){animation-delay:.46s}.pdp-bundle-reveal.is-revealed .cart-bundle__pick:nth-child(6){animation-delay:.52s}.pdp-bundle-reveal .cart-bundle{background:transparent;border:0;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);border-radius:0;box-shadow:none;padding:28px 0 26px;margin:0}.pdp-bundle-reveal .cart-bundle__head{margin-bottom:14px}.pdp-bundle-reveal .cart-bundle__eyebrow{font-size:10.5px;letter-spacing:.28em;color:var(--raspberry)}.pdp-bundle-reveal .cart-bundle__title{font-size:26px;line-height:1.08;letter-spacing:-.01em;margin-bottom:6px}.pdp-bundle-reveal .cart-bundle__sub{font-size:13px;line-height:1.45;color:var(--muted);max-width:44ch}.pdp-bundle-reveal .cart-bundle__tiers{margin-top:16px;gap:8px}.pdp-bundle-reveal .cart-bundle__tier{padding:11px 13px;border-radius:12px}.pdp-bundle-reveal .cart-bundle__tier-flag{right:14px}.pdp-bundle-reveal .cart-bundle__picks{margin-top:16px;margin-bottom:16px}.pdp-bundle-reveal .cart-bundle__picks-grid{padding:4px 16px 8px;margin:0 -16px;scroll-padding:0 16px}.pdp-bundle-reveal .cart-bundle__pick{flex:0 0 138px;border-radius:14px;padding:7px}.pdp-bundle-reveal .cart-bundle__pick-media{border-radius:10px;margin-bottom:8px}.pdp-bundle-reveal .cart-bundle__pick-title{font-size:12px}.pdp-bundle-reveal .cart-bundle__pick-price{font-size:11px}.pdp-bundle-reveal .cart-bundle__add{margin-top:4px;padding:15px 18px;border-radius:14px}.pdp-bundle-reveal .cart-bundle__add-text{font-size:13.5px}.pdp-bundle-reveal .cart-bundle__add-amount{font-size:12px}.size-guide{padding:0;border:0;background:transparent;max-width:none;max-height:none;width:100%;height:100%}.size-guide:not([open]){display:none}.size-guide[open]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:200}.size-guide::backdrop{background:#2a1d168c}.size-guide__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1d168c;border:0;padding:0;margin:0;cursor:pointer;z-index:0}.size-guide__panel{position:relative;width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);background:var(--cream);border-radius:18px;box-shadow:0 30px 80px -20px #2a1d1659;padding:32px 32px 28px;overflow-y:auto;z-index:1;animation:sizeGuideIn .34s cubic-bezier(.16,1,.3,1) both}@keyframes sizeGuideIn{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.size-guide__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:1px solid var(--hair);background:var(--white);border-radius:999px;display:grid;place-items:center;color:var(--espresso);cursor:pointer;transition:background .15s ease,color .15s ease}.size-guide__close:hover{background:var(--espresso);color:var(--cream)}.size-guide__close svg{width:14px;height:14px}.size-guide__header{margin-bottom:18px;padding-right:40px}.size-guide__lead{margin-top:10px;font-size:14px;line-height:1.55;color:var(--muted)}.size-guide__media{margin:0 0 18px;border-radius:12px;overflow:hidden;background:var(--pearl)}.size-guide__media img{display:block;width:100%;height:auto}.size-guide__chart{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--hair);border-radius:12px;overflow:hidden;margin-bottom:6px;text-align:center}.size-guide__chart th,.size-guide__chart td{padding:10px 6px;color:var(--espresso);border-bottom:1px solid var(--hair)}.size-guide__chart thead th{background:var(--pearl);font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:12px 4px}.size-guide__chart tbody th{font-family:var(--serif);font-size:18px;font-weight:500}.size-guide__chart tbody td{font-family:var(--sans);font-size:14px;font-weight:500}.size-guide__chart tbody tr:last-child th,.size-guide__chart tbody tr:last-child td{border-bottom:0}.size-guide__unit{margin:0 0 18px;font-size:11px;color:var(--muted);text-align:center;letter-spacing:.14em;text-transform:uppercase}.size-guide__steps{margin:0 0 18px;padding:0;list-style:none;counter-reset:sg-step}.size-guide__steps li{position:relative;padding:8px 0 8px 36px;font-size:13.5px;line-height:1.55;color:var(--espresso);counter-increment:sg-step}.size-guide__steps li:before{content:counter(sg-step);position:absolute;left:0;top:6px;width:24px;height:24px;border-radius:999px;background:var(--raspberry);color:var(--cream);font-family:var(--sans);font-size:11px;font-weight:700;display:grid;place-items:center}.size-guide__guarantee{margin:0;padding:14px 16px;background:var(--pearl);border-radius:10px;font-size:13px;line-height:1.55;color:var(--espresso)}.size-guide__panel{display:flex;flex-direction:column;overflow:hidden}.size-guide__scroll{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0}.size-guide__footer{flex:0 0 auto;margin-top:16px;padding-top:14px;border-top:1px solid var(--hair);background:var(--cream)}.size-guide__add-btn{display:block;width:100%;text-align:center}@media(max-width:600px){.size-guide__panel{padding:26px 18px 22px;border-radius:16px;width:100%;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px)}.size-guide__chart th,.size-guide__chart td{padding:9px 3px}.size-guide__chart thead th{font-size:9.5px;letter-spacing:.08em;padding:10px 3px}.size-guide__chart tbody th{font-size:16px}.size-guide__chart tbody td{font-size:13px}.size-guide__media{margin-bottom:14px}.size-guide__footer{margin-top:12px;padding-top:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.jdgm-rev-widg__title,.jdgm-rev-widg__header,.jdgm-rev-widg__summary,.jdgm-histogram,.jdgm-rev-widg__sort-wrapper:empty,.jdgm-all-reviews-page__title{display:none!important}.jdgm-rev-widg .jdgm-write-rev-link[style*="display: none"],.jdgm-rev-widg .jdgm-write-rev-link{display:inline-block!important;margin:0 0 28px!important}.jdgm-widget,.jdgm-rev-widg,.jdgm-all-reviews-page{font-family:var(--sans),system-ui,sans-serif;color:var(--espresso)}.jdgm-star{color:var(--raspberry)!important}.jdgm-star.jdgm--off{color:var(--hair-2)!important}.jdgm-star.jdgm--on{color:var(--raspberry)!important}.jdgm-rev-widg__summary{padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid var(--hair);display:flex;gap:14px 18px;flex-wrap:wrap;align-items:center}.jdgm-rev-widg__summary-average{font-family:var(--serif),Georgia,serif!important;color:var(--espresso)!important;font-size:38px!important;line-height:1!important;font-weight:400!important;letter-spacing:-.01em!important}.jdgm-rev-widg__summary-text{color:#6b5b50!important;font-size:12.5px!important;letter-spacing:.06em!important;text-transform:uppercase!important}.jdgm-write-rev-link{background:var(--raspberry)!important;color:#fff!important;border:none!important;border-radius:9999px!important;padding:13px 28px!important;font-weight:600!important;letter-spacing:.02em!important;font-size:14px!important;text-decoration:none!important;transition:filter .15s ease!important;display:inline-block!important}.jdgm-write-rev-link:hover{filter:brightness(.92)}.jdgm-rev-widg__reviews-media-thumbnails{margin:4px 0 28px!important;padding-bottom:22px!important;border-bottom:1px solid var(--hair)!important;gap:10px!important}.jdgm-rev-widg__reviews-media-thumbnails__img,.jdgm-rev-widg__reviews-media-thumbnails__container img{border-radius:12px!important}.jdgm-rev-widg__sort-wrapper select,.jdgm-rev-widg__sort-dropdown,.jdgm-row-actions select,.jdgm-rev-widg__actions select{background:var(--cream)!important;border:1px solid var(--hair)!important;border-radius:9999px!important;padding:9px 16px!important;font-family:var(--sans),sans-serif!important;font-size:13px!important;color:var(--espresso)!important;letter-spacing:.02em!important}.jdgm-rev{border-bottom:1px solid var(--hair)!important;border-top:none!important;padding:30px 0!important;margin:0!important}.jdgm-rev:first-child{padding-top:0!important}.jdgm-rev:last-child{border-bottom:none!important;padding-bottom:0!important}.jdgm-rev__header{margin-bottom:10px!important}.jdgm-rev__author{color:var(--espresso)!important;font-weight:700!important;font-size:14px!important;letter-spacing:-.005em!important}.jdgm-rev__timestamp,.jdgm-rev__location{color:#6b5b50!important;font-size:12px!important;letter-spacing:.04em!important}.jdgm-rev__buyer-badge{background:var(--blush)!important;color:var(--raspberry)!important;border:none!important;border-radius:9999px!important;padding:3px 10px!important;font-size:10.5px!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:700!important}.jdgm-rev__icon{background:var(--blush)!important;color:var(--raspberry)!important;font-weight:700!important;font-family:var(--sans),sans-serif!important;width:40px!important;height:40px!important;line-height:40px!important;font-size:14px!important}.jdgm-rev__title{font-family:var(--serif),Georgia,serif!important;color:var(--espresso)!important;font-size:18px!important;font-weight:400!important;margin:12px 0 4px!important;line-height:1.3!important;letter-spacing:-.005em!important}.jdgm-rev__body,.jdgm-rev__body p{color:var(--espresso)!important;font-size:14.5px!important;line-height:1.65!important;margin:6px 0 0!important}.jdgm-rev__pic-img,.jdgm-rev__pics-wrapper img,.jdgm-rev__pics-list img{border-radius:10px!important;margin-top:12px!important}.jdgm-paginate{margin-top:32px!important;padding-top:24px!important;border-top:1px solid var(--hair)!important}.jdgm-paginate__page{color:#6b5b50!important;font-family:var(--sans),sans-serif!important;padding:6px 10px!important}.jdgm-paginate__page--active{color:var(--raspberry)!important;font-weight:700!important}.jdgm-rev__icon-container,.jdgm-rev__actions-wrapper{color:#6b5b50!important;font-size:12px!important}.jdgm-no-reviews-msg{color:#6b5b50!important;font-size:14px!important;text-align:center!important;padding:28px 0!important}.jdgm-prev-badge__text{color:var(--espresso)!important;font-size:13px!important;font-family:var(--sans),sans-serif!important}.jdgm-all-reviews-page__body{font-family:var(--sans),sans-serif!important;color:var(--espresso)!important}.badge__icon{font-size:.95em;margin-right:5px;line-height:1;vertical-align:-.04em;display:inline-block}.badge__label{display:inline-block;vertical-align:baseline}.badge--studio{background:linear-gradient(135deg,#fae0e6,#f0a8b8 38%,#d05670 72%,#9c2c46);color:var(--cream);border:1px solid rgba(110,30,50,.55);box-shadow:inset 0 1px #fff0f580,inset 0 -1px #5a142838,0 4px 10px -8px #8c284680}.badge--studio .badge__icon{color:var(--cream)}.badge--mostloved{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}.badge--hot{background:var(--raspberry);color:#fff;border-color:var(--raspberry)}.badge--newdrop{background:var(--blush);color:var(--raspberry);border-color:transparent}.product-reviews__agg{display:flex;gap:32px;align-items:flex-end;flex-wrap:wrap;padding:12px 0 32px;border-bottom:1px solid var(--hair);margin-bottom:28px}.product-reviews__agg-main{display:flex;align-items:baseline;gap:18px}.product-reviews__agg-num{font-family:var(--serif),Georgia,serif;color:var(--espresso);font-size:72px;line-height:.9;font-weight:400;letter-spacing:-.025em}.product-reviews__agg-stars .stars{font-size:26px;letter-spacing:3px}.product-reviews__agg-meta{display:flex;flex-direction:column;gap:6px;margin-left:auto}.product-reviews__agg-count{font-family:var(--sans),sans-serif;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:#6b5b50}@media(max-width:600px){.product-reviews__agg{gap:14px;padding:8px 0 22px;margin-bottom:20px;align-items:flex-start}.product-reviews__agg-num{font-size:56px}.product-reviews__agg-stars .stars{font-size:22px;letter-spacing:2px}.product-reviews__agg-meta{margin-left:0;width:100%}.product-reviews__agg-count{font-size:11.5px}}.product-reviews__cards{display:flex;flex-direction:column}.product-reviews__rev{padding:28px 0;border-bottom:1px solid var(--hair)}.product-reviews__rev:last-child{border-bottom:none}.product-reviews__rev-head{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;margin-bottom:12px}.product-reviews__rev-avatar{background:var(--blush);color:var(--raspberry);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-family:var(--sans),sans-serif;font-weight:700;font-size:14px}.product-reviews__rev-meta{min-width:0}.product-reviews__rev-name{color:var(--espresso);font-weight:700;font-size:14px;letter-spacing:-.005em;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-reviews__rev-verified{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--raspberry);background:var(--blush);padding:3px 9px;border-radius:9999px;font-weight:700;line-height:1}.product-reviews__rev-date{color:#6b5b50;font-size:12px;letter-spacing:.04em;margin-top:2px}.product-reviews__rev-rating .stars{font-size:16px;letter-spacing:2px}.product-reviews__rev-title{font-family:var(--serif),Georgia,serif;color:var(--espresso);font-size:19px;font-weight:400;line-height:1.25;letter-spacing:-.005em;margin:12px 0 6px}.product-reviews__rev-body{color:var(--espresso);font-size:14.5px;line-height:1.65}.product-reviews__rev-body p{margin:0 0 8px}.product-reviews__rev-body p:last-child{margin-bottom:0}.product-reviews__rev-pics{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.product-reviews__rev-pic{display:block;width:110px;height:110px;border-radius:12px;overflow:hidden;background:transparent}.product-reviews__rev-pic img{width:100%;height:100%;object-fit:cover;display:block;background:var(--pearl)}.product-reviews__load-more--errored{background:var(--blush);color:var(--raspberry);border-color:var(--raspberry)}.product-reviews__footer{margin-top:32px;padding-top:28px;border-top:1px solid var(--hair);display:flex;flex-direction:column;align-items:center;gap:16px}.product-reviews__page-caption{font-size:12px;color:#6b5b50;letter-spacing:.08em;text-transform:uppercase}.product-reviews__load-more{padding:12px 30px;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:9999px;background:transparent;color:var(--espresso);border:1px solid var(--espresso);cursor:pointer;transition:background .18s ease,color .18s ease}.product-reviews__load-more:hover:not(:disabled){background:var(--espresso);color:var(--cream)}.product-reviews__load-more:disabled{opacity:.6;cursor:progress}@media(max-width:600px){.product-reviews__rev{padding:22px 0}.product-reviews__rev-head{grid-template-columns:36px 1fr auto;gap:12px}.product-reviews__rev-avatar{width:36px;height:36px;font-size:13px}.product-reviews__rev-title{font-size:17px}.product-reviews__rev-pic{width:88px;height:88px}}.pdp__topbadge--mostloved{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}.pdp__topbadge--mostloved .pdp__topbadge-icon{color:var(--blush)}.pdp__topbadge--hot{background:var(--raspberry);color:#fff;border-color:var(--raspberry)}.pdp__topbadge--hot .pdp__topbadge-icon{color:#fff}.pdp__topbadge--newdrop{background:var(--blush);color:var(--raspberry);border-color:transparent}.pdp__topbadge--newdrop .pdp__topbadge-icon{color:var(--raspberry)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
