:root{--bg-0:#0e0e0e;--bg-1:#161616;--bg-2:#1c1c1c;--bg-black:#000;--ink:#e8e8e8;--ink-muted:#999;--ink-faint:#666;--line:#2a2a2a;--line-soft:rgba(255,255,255,.06);--accent-purple:#a855f7;--accent-pink:#ec4899;--accent-amber:#f59e0b;--accent-warm:#f0e8d8;--glow-purple:rgba(168,85,247,.18);--glow-pink:rgba(236,72,153,.15);--glow-warm:rgba(245,158,11,.12);--glow-cool:rgba(99,179,237,.15);--cream:var(--bg-0);--blush:var(--bg-1);--milk:var(--bg-2);--peach:#B47A52;--peach-soft:rgba(255,255,255,.16);--pink:var(--accent-pink);--pink-soft:var(--line);--pink-hot:#7F514B;--lavender:#6D6978;--lavender-soft:var(--bg-2);--sage:#7D8B74;--plum:var(--ink);--plum-soft:var(--ink-muted);--gradient:linear-gradient(95deg,var(--accent-amber) 0%,var(--accent-pink) 50%,var(--accent-purple) 100%);--gradient-soft:linear-gradient(135deg,var(--bg-1) 0%,var(--bg-2) 55%,#222 100%);--charcoal:var(--bg-black);--brass:var(--accent-amber)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-0);color:var(--ink);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased}body.gradient{background:var(--bg-0)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.serif{font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:500;letter-spacing:-.015em}body:not(.shopify-design-mode) #admin_bar_iframe,body:not(.shopify-design-mode) #preview-bar-iframe,body:not(.shopify-design-mode) #shopify-preview-bar,body:not(.shopify-design-mode) .shopify-preview-bar{display:none!important}.announce,.announcement-bar{background:#000;color:#fff;text-align:center;font-size:13px;padding:10px 16px;letter-spacing:.02em;font-weight:500;border-bottom:1px solid var(--line)}.announce strong,.announcement-bar strong{font-weight:700}.announcement-bar .container{max-width:1340px;margin:0 auto}header{background:#000000f0;color:var(--ink);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-top{max-width:1340px;margin:0 auto;padding:14px 32px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.nav-search{display:flex;align-items:center;gap:10px;color:var(--ink-muted);font-size:14px;cursor:pointer;padding:9px 16px;background:var(--bg-1);border-radius:999px;border:1px solid var(--line);width:fit-content;transition:all .2s}.nav-search:hover{border-color:var(--ink-muted);color:var(--ink)}.nav-search i{font-size:16px}.logo-img{display:block;width:180px;height:auto;object-fit:contain;margin:0 auto;border:0;image-rendering:auto}.logo-foot{display:block;width:160px;height:auto;object-fit:contain;margin-bottom:18px;border:0;image-rendering:auto}.nav-icons{display:flex;justify-content:flex-end;align-items:center;gap:18px;font-size:14px;color:var(--ink);font-weight:500}.nav-icons a{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;transition:all .2s}.nav-icons a:hover{background:var(--bg-1)}.nav-icons i{font-size:18px}.cart-pill{background:#fff;color:#000!important;border-radius:999px;padding:9px 18px!important;font-weight:600}.cart-pill:hover{transform:translateY(-1px);box-shadow:0 8px 20px -8px var(--glow-purple)}.cart-count{background:#000;color:#fff;font-size:11px;border-radius:999px;padding:1px 7px;font-weight:700;margin-left:2px}.nav-categories{display:grid;grid-template-columns:repeat(6,1fr);padding:4px 32px 8px;border-top:1px solid var(--line);max-width:1340px;margin:0 auto}.nav-cat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 8px;color:var(--ink-muted);border-radius:8px;transition:background-color .2s,color .2s;text-decoration:none}.nav-cat-item:hover{background:#4a3f350f;color:var(--ink)}.nav-cat-item.active{background:#4a3f3517;color:var(--ink)}.nav-cat-icon{font-size:24px;line-height:1}.nav-cat-label{font-family:Fraunces,Georgia,serif;font-size:12px;line-height:1.2;white-space:nowrap;font-weight:400}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:999px;font-size:14.5px;font-weight:600;letter-spacing:.01em;cursor:pointer;border:none;transition:all .25s ease;font-family:inherit}.btn-primary{background:#fff;color:#000;box-shadow:0 10px 28px -10px var(--glow-purple)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px -10px var(--glow-purple)}.btn-outline{background:transparent;color:#fff;border:1.5px solid #fff}.btn-outline:hover{background:#fff;color:#000}.btn-soft{background:#fff;color:#000;box-shadow:0 6px 18px -8px var(--glow-purple)}.btn-soft:hover{transform:translateY(-2px)}.hero-split__photos{display:flex;gap:4px;background:#000}.hero-split__photo{flex:1;position:relative;overflow:hidden;aspect-ratio:4/3;background:#000}.hero-split__photo img{width:100%;height:100%;object-fit:cover;display:block}.hero-split__label{position:absolute;bottom:14px;left:14px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffe0;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;background:#0006;padding:5px 11px;border-radius:4px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-split__copy{background:#000;text-align:center;padding:56px 32px 80px}.hero-split__headline{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:48px;font-weight:600;color:#fff;letter-spacing:-.02em;margin-bottom:14px;line-height:1.05}.hero-split__sub{font-size:16px;color:#bbb;margin-bottom:32px;font-family:Plus Jakarta Sans,sans-serif}.hero-split__cta{display:inline-block;background:#fff;color:#000;font-size:14px;font-weight:600;padding:15px 34px;border-radius:999px;letter-spacing:.02em;transition:transform .25s ease,box-shadow .25s ease;font-family:Plus Jakarta Sans,sans-serif;box-shadow:0 4px 18px -6px #ec489940}.hero-split__cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px -10px #a855f78c,0 6px 20px -6px #ec489966}@media(max-width:640px){.hero-split__photos{flex-direction:column}.hero-split__photo{aspect-ratio:16/10;flex:none}.hero-split__copy{padding:36px 20px 60px}.hero-split__headline{font-size:28px}.hero-split__sub{font-size:14px}}.placeholder-image{background:linear-gradient(135deg,#1a1a1a,#0e0e0e);border:0;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:240px;position:relative;color:var(--ink-faint);gap:10px;padding:24px}.placeholder-icon{width:24px;height:24px;color:#fff3;display:flex;align-items:center;justify-content:center}.placeholder-icon svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.placeholder-label{font-size:12px;letter-spacing:0;text-transform:none;color:var(--ink-faint);text-align:center;line-height:1.4;font-weight:400;max-width:240px}.intent{padding:96px 32px;text-align:center;background:var(--bg-0)}.intent__inner{max-width:640px;margin:0 auto}.intent__inner p{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:20px;line-height:1.7;color:var(--ink);letter-spacing:-.005em;font-weight:400}.category-tiles{padding:80px 32px;max-width:none;background:var(--bg-1)}.category-tiles__inner{max-width:1340px;margin:0 auto}.category-tiles__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1340px;margin:0 auto}.category-tile{display:block;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;text-decoration:none;color:inherit}.category-tile__media{aspect-ratio:3/4;overflow:hidden;position:relative;background:var(--bg-2);border:1px solid var(--line);border-radius:16px;transition:border-color .3s,box-shadow .35s}.category-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.category-tile:hover .category-tile__media img{transform:scale(1.06)}.category-tile__label{display:block;padding:14px 4px 4px;font-size:14px;font-weight:600;color:var(--ink);letter-spacing:.01em}.category-tile--warm:hover .category-tile__media{border-color:#f59e0b66;box-shadow:0 18px 38px -16px var(--glow-warm),inset 0 0 60px -20px var(--glow-warm)}.category-tile--purple:hover .category-tile__media{border-color:#a855f773;box-shadow:0 18px 38px -16px var(--glow-purple),inset 0 0 60px -20px var(--glow-purple)}.category-tile--cool:hover .category-tile__media{border-color:#63b3ed73;box-shadow:0 18px 38px -16px var(--glow-cool),inset 0 0 60px -20px var(--glow-cool)}.category-tile--neutral:hover .category-tile__media{border-color:#ffffff40;box-shadow:0 18px 38px -16px #ffffff14,inset 0 0 60px -20px #ffffff0d}.featured-row{padding:80px 32px;max-width:none;background:var(--bg-0)}.featured-row__head{margin-bottom:32px;max-width:1340px;margin-left:auto;margin-right:auto}.featured-row__head h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:32px;font-weight:600;letter-spacing:-.025em;color:var(--ink)}.featured-row__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:1340px;margin:0 auto}.product-card{background:var(--bg-1);border-radius:18px;overflow:hidden;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid var(--line)}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -20px var(--glow-purple);border-color:#a855f759}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image{aspect-ratio:3/4;overflow:hidden;background:var(--bg-2);border-radius:14px;margin:10px 10px 0;position:relative}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.product-card:hover .product-card__image img{transform:scale(1.06)}.product-card__info{padding:14px 16px 18px}.product-card__vendor{font-size:11px;color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-weight:600}.product-card__name{font-size:15px;color:var(--ink);margin-bottom:8px;font-weight:600;line-height:1.35}.product-card__price{font-size:15px;color:var(--ink);font-weight:700}.product-card__coming{font-size:12px;color:var(--ink-muted);font-style:italic;letter-spacing:.02em}.product-card--placeholder{opacity:.95}.product-card--placeholder .product-card__image{cursor:default}.story-bleed{overflow:hidden;background:var(--bg-1);position:relative}.story-bleed:after{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.04) 0%,transparent 70%);pointer-events:none;filter:blur(40px)}.story-bleed__inner{display:grid;grid-template-columns:1fr 1fr;min-height:480px;position:relative;z-index:1}.story-bleed__media{position:relative;overflow:hidden;background:var(--bg-2)}.story-bleed__media .placeholder-image{height:100%;min-height:420px}.story-bleed__media img{width:100%;height:100%;object-fit:cover}.story-bleed__text{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line);background:linear-gradient(135deg,rgba(42,26,42,.05) 0%,transparent 100%)}.story-bleed__text h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:38px;font-weight:600;letter-spacing:-.025em;line-height:1.1;color:var(--ink);margin-bottom:20px}.story-bleed__text p{font-size:16px;color:var(--ink-muted);line-height:1.7;margin-bottom:28px;max-width:420px}.story-bleed__link{font-size:14px;font-weight:600;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s,color .2s}.story-bleed__link:hover{gap:10px;color:var(--accent-purple)}.values-row{background:var(--bg-0);padding:80px 32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.values-row__inner{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.value-block{background:var(--bg-1);border:1px solid var(--line);border-radius:18px;padding:36px 28px;text-align:center;transition:border-color .3s,transform .3s;box-shadow:none}.value-block:hover{transform:translateY(-3px);border-color:#a855f766}.value-block__icon{width:56px;height:56px;border-radius:50%;background:var(--bg-2);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border:1px solid var(--line)}.value-block__icon i{font-size:24px;color:var(--ink)}.value-block__title{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:10px}.value-block__desc{font-size:13px;color:var(--ink-muted);line-height:1.65}.mood-tiles{padding:96px 32px 80px;background:var(--bg-1);overflow:visible}.mood-tiles__inner{max-width:1340px;margin:0 auto}.mood-tiles__head{margin-bottom:36px;padding-top:8px;overflow:visible;max-width:1340px;margin-left:auto;margin-right:auto}.mood-tiles__head h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:36px;font-weight:600;letter-spacing:-.025em;color:var(--ink);line-height:1.2;padding-top:4px;margin-top:0}.mood-tiles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1340px;margin:0 auto}.mood-tile{display:block;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;text-decoration:none;color:inherit;height:460px;background:var(--bg-2) center/cover no-repeat;border:1px solid var(--line);transition:transform .35s,box-shadow .3s ease}.mood-tile:hover{transform:translateY(-3px)}.mood-tile--wind-down{border:1.5px solid rgba(0,0,0,.12);transition:border-color .3s ease}.mood-tile--wind-down:hover{border-color:#ff64b4cc}.mood-tile--deep-sleep{border:1.5px solid rgba(0,0,0,.12);transition:border-color .3s ease}.mood-tile--deep-sleep:hover{border-color:#6450ffcc}.mood-tile--slow-mornings{border:1.5px solid rgba(0,0,0,.12);transition:border-color .3s ease}.mood-tile--slow-mornings:hover{border-color:#ffa050cc}.mood-tile__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.mood-tile__media .placeholder-image{height:100%}.mood-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.mood-tile:hover .mood-tile__media img{transform:scale(1.05)}.mood-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,transparent 60%,rgba(0,0,0,.72) 100%);pointer-events:none;transition:background .35s;z-index:1}.mood-tile:hover:after{background:linear-gradient(180deg,transparent 0%,transparent 50%,rgba(0,0,0,.82) 100%)}.mood-tile__label{position:absolute;left:0;right:0;bottom:0;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;z-index:2}.mood-tile__name{font-size:16px;font-weight:600;color:#fff;letter-spacing:.01em}.mood-tile__label i{font-size:18px;color:#fff;transition:transform .25s}.mood-tile:hover .mood-tile__label i{transform:translate(4px,-4px)}.transformations{padding:80px 32px;background:var(--bg-0)}.transformations__inner{max-width:1340px;margin:0 auto}.transformations__head{text-align:center;margin-bottom:10px}.transformations__head h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:36px;font-weight:600;letter-spacing:-.025em;color:var(--ink);line-height:1.2;padding-top:4px}.transformations__sub{text-align:center;font-size:14px;color:var(--ink-muted);margin-top:10px;margin-bottom:48px}.transformations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1340px;margin:0 auto}.tx-card{display:block;text-decoration:none;color:inherit;cursor:pointer;border-radius:14px;transition:transform .35s ease,filter .35s ease}.tx-card:hover{transform:translateY(-6px);filter:drop-shadow(0 24px 34px rgba(168,85,247,.15))}.tx-card__photos{display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:14px;overflow:hidden;background:#000;transition:box-shadow .35s ease}.tx-card:hover .tx-card__photos{box-shadow:0 28px 56px -12px #a855f726,0 0 0 1px #a855f72e}.tx-card__photo{position:relative;overflow:hidden;aspect-ratio:1;background:#000}.tx-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.tx-card__label{position:absolute;bottom:10px;left:12px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;background:none;padding:0;border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none}.tx-card__info{padding:18px 4px 4px;font-size:15px;font-weight:500;color:#fff;font-family:Plus Jakarta Sans,sans-serif}.transformations__card{display:flex;flex-direction:column;background:var(--bg-1);border-radius:14px;overflow:hidden;text-decoration:none;color:var(--ink);transition:transform .25s,box-shadow .25s}.transformations__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000073}.transformations__card .ba-pair{display:flex;flex-direction:column;gap:2px;background:#000}.transformations__card .ba-pair__half img{height:220px;object-fit:cover;width:100%;display:block}.transformations__caption{padding:16px 18px;font:500 15px/1.3 Plus Jakarta Sans,Inter,sans-serif;text-align:center;color:var(--ink)}@media(max-width:1024px){.transformations__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.transformations{padding:60px 18px}.transformations__grid{grid-template-columns:1fr;gap:18px}.transformations__card .ba-pair__half img{height:180px}}.reviews-strip{padding:80px 32px;background:var(--bg-1)}.reviews-strip__inner{max-width:1340px;margin:0 auto}.reviews-strip__head{margin-bottom:42px;max-width:1340px;margin-left:auto;margin-right:auto}.reviews-strip__head h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:36px;font-weight:600;letter-spacing:-.025em;color:var(--ink)}.reviews-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1340px;margin:0 auto}.review-card{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;padding:32px 30px;position:relative;color:#e8e8e8}.review-card:before{content:'"';font-family:Plus Jakarta Sans,serif;position:absolute;top:6px;right:24px;font-size:80px;color:#a855f733;line-height:1;font-weight:700;z-index:0}.review-card__stars{color:var(--accent-amber)!important;font-size:14px;margin-bottom:14px;letter-spacing:2px;position:relative;z-index:2}.review-card__quote{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:16px;line-height:1.6;color:#e8e8e8!important;margin-bottom:24px;font-weight:400;letter-spacing:-.003em;position:relative;z-index:2}.review-card__author{display:flex;align-items:center;gap:12px;position:relative;z-index:2}.review-card__avatar{width:42px;height:42px;border-radius:50%;background:var(--bg-0);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:#fff!important;font-weight:700;font-size:14px}.review-card__name{font-size:14px;color:#fff!important;font-weight:600}.review-card__tag{font-size:12px;color:var(--ink-muted)!important;margin-top:2px}.newsletter-quiet{background:linear-gradient(180deg,#0e0e0e,#161616);color:#fff;padding:90px 32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.newsletter-quiet:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse,var(--glow-purple) 0%,transparent 70%);pointer-events:none}.newsletter-quiet__inner{max-width:600px;margin:0 auto;text-align:center;position:relative;z-index:2}.newsletter-quiet h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:38px;font-weight:600;letter-spacing:-.025em;line-height:1.1;margin-bottom:16px;color:#fff}.newsletter-quiet p{font-size:15.5px;color:var(--ink-muted);margin-bottom:34px;line-height:1.55}.newsletter-quiet__form{display:flex;gap:10px;max-width:480px;margin:0 auto;background:var(--bg-2);padding:8px;border-radius:999px;border:1px solid var(--line)}.newsletter-quiet__form form{display:contents}.newsletter-quiet__form input[type=email]{flex:1;background:transparent;border:none;color:#fff;padding:12px 18px;font-size:14px;font-family:inherit;outline:none}.newsletter-quiet__form input[type=email]::placeholder{color:var(--ink-faint)}.newsletter-quiet__form button{background:#fff;color:#000;border:none;padding:12px 26px;font-size:13px;font-weight:600;letter-spacing:.04em;border-radius:999px;cursor:pointer;transition:transform .2s;font-family:inherit;white-space:nowrap}.newsletter-quiet__form button:hover{transform:scale(1.03)}footer{background:#000;color:var(--ink);padding:80px 32px 28px;border-top:1px solid var(--line)}.footer-inner{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--line)}.footer-brand p{font-size:14px;color:var(--ink-muted);line-height:1.65;max-width:320px;margin-bottom:22px}.footer-social{display:flex;gap:10px}.footer-social a{width:38px;height:38px;border-radius:50%;background:var(--bg-1);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink);transition:all .25s}.footer-social a:hover{background:#fff;color:#000;transform:translateY(-2px);border-color:#fff}.footer-social i{font-size:16px}.footer-col h5{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);margin-bottom:20px;font-weight:700}.footer-col ul{list-style:none}.footer-col li{margin-bottom:11px}.footer-col a{font-size:13.5px;color:var(--ink-muted);transition:color .2s;font-weight:500}.footer-col a:hover{color:var(--ink)}.footer-bottom{max-width:1340px;margin:0 auto;padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--ink-muted);flex-wrap:wrap;gap:14px;font-weight:500}.pay-methods{display:flex;gap:8px;align-items:center}.pay-methods .pay{background:var(--bg-1);padding:6px 11px;border-radius:6px;font-size:10px;letter-spacing:.06em;color:var(--ink-muted);font-weight:700;border:1px solid var(--line)}.collection-page{max-width:1340px;margin:0 auto;padding:60px 32px;background:var(--bg-0)}.collection-page__header{margin-bottom:48px}.collection-page__title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:42px;font-weight:600;letter-spacing:-.025em;color:var(--ink);margin-bottom:12px}.collection-page__desc{font-size:15px;color:var(--ink-muted);max-width:480px;line-height:1.6}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.collection-empty{padding:80px 32px 120px;text-align:center;max-width:600px;margin:0 auto;color:var(--ink)}.collection-empty__eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);font-weight:600;margin-bottom:16px}.collection-empty__headline{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:38px;font-weight:600;letter-spacing:-.025em;color:var(--ink);margin-bottom:14px}.collection-empty__sub{font-size:15px;color:var(--ink-muted);margin-bottom:40px;line-height:1.6}.collection-empty__form{display:flex;gap:10px;max-width:480px;margin:0 auto 24px;background:var(--bg-1);padding:8px;border-radius:999px;border:1px solid var(--line)}.collection-empty__form form{display:contents}.collection-empty__form input[type=email]{flex:1;background:transparent;border:none;color:var(--ink);padding:12px 18px;font-size:14px;font-family:inherit;outline:none}.collection-empty__form input[type=email]::placeholder{color:var(--ink-faint)}.collection-empty__form button{background:#fff;color:#000;border:none;padding:12px 26px;font-size:13px;font-weight:600;letter-spacing:.04em;border-radius:999px;cursor:pointer;transition:transform .2s;font-family:inherit;white-space:nowrap}.collection-empty__form button:hover{transform:scale(1.03)}.collection-empty__back{display:inline-block;margin-top:8px;font-size:14px;color:var(--ink-muted);font-weight:500;transition:color .2s}.collection-empty__back:hover{color:var(--ink)}.stl-page{background:var(--bg-0);color:var(--ink)}.stl-hero{padding:60px 32px 40px;max-width:1340px;margin:0 auto;text-align:center}.stl-hero__eyebrow{display:inline-block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);font-weight:600;margin-bottom:14px}.stl-hero__title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:44px;font-weight:600;letter-spacing:-.025em;color:var(--ink);margin-bottom:14px;line-height:1.1}.stl-hero__sub{font-size:16px;color:var(--ink-muted);margin-bottom:36px;max-width:540px;margin-left:auto;margin-right:auto;line-height:1.55}.stl-photo{max-width:1100px;margin:0 auto;padding:0 32px}.stl-photo__frame{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--line)}.stl-photo__frame img{width:100%;height:auto;display:block}.stl-photo__caption{position:absolute;bottom:18px;left:18px;background:#0009;color:#fff;padding:6px 14px;border-radius:6px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.stl-products{padding:80px 32px 60px;max-width:1340px;margin:0 auto}.stl-products__head{text-align:center;margin-bottom:48px}.stl-products__head h2{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:30px;font-weight:600;letter-spacing:-.02em;color:var(--ink);margin-bottom:10px}.stl-products__head p{font-size:14px;color:var(--ink-muted)}.stl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.stl-cta-strip{padding:80px 32px 100px;max-width:680px;margin:0 auto;text-align:center}.stl-cta-strip h3{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:12px;letter-spacing:-.02em}.stl-cta-strip p{font-size:15px;color:var(--ink-muted);margin-bottom:28px;line-height:1.6}@media(max-width:1024px){.stl-grid{grid-template-columns:repeat(2,1fr)}.stl-hero__title{font-size:34px}}@media(max-width:640px){.stl-hero{padding:40px 18px 28px}.stl-hero__title{font-size:26px}.stl-photo{padding:0 18px}.stl-products{padding:60px 18px 40px}.stl-grid{grid-template-columns:1fr;gap:16px}.stl-cta-strip{padding:60px 18px 80px}}@media(max-width:1024px){.nav-categories{padding:4px 20px 8px}.story-bleed__inner{grid-template-columns:1fr}.story-bleed__text{padding:60px 32px;border-left:none;border-top:1px solid var(--line)}.category-tiles__grid,.featured-row__grid,.values-row__inner{grid-template-columns:repeat(2,1fr)}.mood-tiles__grid,.reviews-strip__grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav-top{padding:12px 18px;grid-template-columns:auto 1fr auto}.nav-search span{display:none}.nav-search{padding:9px}.nav-icons a span{display:none}.nav-icons{gap:6px}.logo-img{width:140px;height:auto}.nav-categories{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:4px 18px 8px;-webkit-overflow-scrolling:touch}.nav-cat-item{flex:0 0 auto;scroll-snap-align:start}.intent{padding:60px 18px}.intent__inner p{font-size:17px;line-height:1.7}.category-tiles{padding:60px 18px}.category-tiles__grid{grid-template-columns:repeat(2,1fr);gap:14px}.featured-row{padding:60px 18px}.featured-row__grid{grid-template-columns:repeat(2,1fr);gap:14px}.values-row{padding:60px 18px}.values-row__inner{grid-template-columns:repeat(2,1fr);gap:14px}.value-block{padding:24px 18px}.mood-tiles{padding:60px 18px}.mood-tiles__grid{grid-template-columns:1fr;gap:16px}.mood-tile{height:320px}.mood-tiles__head h2,.transformations__head h2,.reviews-strip__head h2,.featured-row__head h2,.newsletter-quiet h2{font-size:26px}.story-bleed__text{padding:40px 18px}.story-bleed__text h2{font-size:26px}.reviews-strip{padding:60px 18px}.reviews-strip__grid{grid-template-columns:1fr;gap:14px}.review-card{padding:24px 22px}.review-card__quote{font-size:15px}.newsletter-quiet{padding:60px 18px}.newsletter-quiet__form{flex-direction:column;border-radius:24px;padding:12px}.newsletter-quiet__form button{border-radius:999px}.footer-inner{grid-template-columns:1fr 1fr;gap:24px;padding-bottom:32px}.collection-page{padding:40px 18px}.collection-page__title{font-size:28px}.collection-grid{grid-template-columns:1fr;gap:14px}.collection-empty{padding:60px 18px 80px}.collection-empty__headline{font-size:28px}.collection-empty__form{flex-direction:column;border-radius:24px;padding:12px}.collection-empty__form button{border-radius:999px}}button.heart,button.quick-add,button.btn{border:none;font-family:inherit}button.heart{padding:0}button.quick-add{font-family:inherit}.shopify-challenge__container{padding:80px 24px;background:var(--bg-0);color:var(--ink)}body.comfyaf-product-page{--color-primary:#ffffff;--color-secondary:#161616;--color-background:#0e0e0e;--color-text:#e8e8e8;--color-accent:#a855f7;--color-cream:#0e0e0e;--color-olive:#a855f7;--color-ink:#e8e8e8;--color-muted:#999999;--color-border:#2a2a2a;--color-panel:#1c1c1c;--color-success:#a855f7;--color-urgency:#ec4899;--shadow-soft:0 26px 70px rgba(0,0,0,.34);--shadow-panel:0 20px 48px rgba(0,0,0,.24);background:var(--bg-0);color:var(--ink)}body.comfyaf-product-page .section-copy{color:var(--ink-muted)}body.comfyaf-product-page .product-gallery{gap:14px}body.comfyaf-product-page .product-gallery__main{border-radius:18px;background:#111;border:1px solid var(--line);box-shadow:var(--shadow-soft)}body.comfyaf-product-page .product-gallery__thumb,body.comfyaf-product-page .product-gallery__thumb--video{border:1px solid var(--line);border-radius:12px;background:var(--bg-1);box-shadow:none}body.comfyaf-product-page .product-gallery__thumb--video:hover{box-shadow:0 14px 28px -18px #a855f759}body.comfyaf-product-page .hero-buybox{top:126px;padding:28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#1c1c1c,#151515);box-shadow:var(--shadow-soft)}body.comfyaf-product-page .hero-buybox__rating{color:var(--ink-muted);font-weight:600}body.comfyaf-product-page .qb-card{min-height:76px;border:1px solid var(--line);border-radius:14px;background:#111;color:var(--ink);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}body.comfyaf-product-page .qb-card__sublabel,body.comfyaf-product-page .qb-card__per-unit{color:var(--ink-muted)}body.comfyaf-product-page .trust-badges{margin-top:18px!important;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;color:var(--ink-muted)}body.comfyaf-product-page .trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;min-height:82px;padding:12px 8px;border:1px solid var(--line);border-radius:12px;background:#111;text-align:center;font-size:11.5px;line-height:1.25}body.comfyaf-product-page .hero-microcopy{color:var(--ink-muted)}body.comfyaf-product-page .hero-microcopy span{background:#111;border:1px solid var(--line);color:#bdbdbd}body.comfyaf-product-page .dispatch-countdown{color:var(--ink-muted)}body.comfyaf-product-page .guarantee-banner{position:relative;overflow:hidden;background:#161616;color:var(--ink);padding:78px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}body.comfyaf-product-page .mechanism__image,body.comfyaf-product-page .relief-system__media,body.comfyaf-product-page .guarantee-banner__media{border:1px solid var(--line);border-radius:18px;background:#111;box-shadow:var(--shadow-panel)}body.comfyaf-product-page .mechanism__image .placeholder-image,body.comfyaf-product-page .relief-system__media .placeholder-image,body.comfyaf-product-page .guarantee-banner__media .placeholder-image{min-height:280px}body.comfyaf-product-page .comparison-table{border-color:var(--line);background:#151515;box-shadow:var(--shadow-panel)}body.comfyaf-product-page .comparison-table th{background:#101010;color:var(--ink-muted);border-color:var(--line)}body.comfyaf-product-page .comparison-table td{border-color:var(--line);color:var(--ink)}body.comfyaf-product-page .faq-item{border-color:var(--line);border-radius:14px;background:#161616}body.comfyaf-product-page .faq-item__answer{color:var(--ink-muted)}body.comfyaf-product-page .sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:500;display:none;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:#000000eb;border-top:1px solid var(--line);box-shadow:0 -18px 40px #00000061;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.comfyaf-product-page .sticky-atc__image{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}@media(max-width:640px){body.comfyaf-product-page .bleame-hero{padding:34px 0 58px}body.comfyaf-product-page .hero-buybox{padding:20px;border-radius:16px}body.comfyaf-product-page .trust-badges{grid-template-columns:repeat(2,1fr)}body.comfyaf-product-page .hero-microcopy{grid-template-columns:1fr}body.comfyaf-product-page .sticky-atc{padding:10px 14px}body.comfyaf-product-page .sticky-atc__title{max-width:42vw}body.comfyaf-product-page .sticky-atc .button{padding:0 18px}}:root{--bg-0:#f7f4ee;--bg-1:#ece7de;--bg-2:#e8e4dc;--bg-black:#000000;--ink:#282329;--ink-muted:#665f5a;--ink-faint:#9b948c;--line:rgba(40,35,41,.12);--line-soft:rgba(40,35,41,.07);--accent-purple:#6d6978;--accent-pink:#9a655e;--accent-amber:#a48448;--accent-warm:#d8c5ae;--cream:#f7f4ee;--blush:#ece7de;--milk:#fffdf8;--peach:#b47a52;--peach-soft:#d8c5ae;--pink:#9a655e;--pink-soft:#e0d4c7;--pink-hot:#7f514b;--lavender:#6d6978;--lavender-soft:#d8d5d0;--sage:#7d8b74;--plum:#282329;--plum-soft:#665f5a;--gradient:linear-gradient(95deg,#f4a37c 0%,#e87b91 50%,#b79ee0 100%);--gradient-soft:linear-gradient(135deg,#f2eee7 0%,#e7e1d7 55%,#d8d5d0 100%);--charcoal:#201d1f;--brass:#a48448}html,body{background:var(--cream);color:var(--plum);font-family:Plus Jakarta Sans,sans-serif}body.gradient{background:var(--cream)}.announcement-bar{background:#59634b;color:#fff;text-align:center;font-size:11px;line-height:1.2;padding:0;border-bottom:0;letter-spacing:.01em;font-weight:600}.announcement-bar .container{padding:7px 16px;max-width:none}header{background:#f7f4eef5;color:var(--plum);border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-top{max-width:1340px;min-height:58px;padding:10px 32px 8px;grid-template-columns:1fr auto 1fr;gap:24px}.nav-search{background:var(--milk);color:var(--plum-soft);border:1px solid var(--line-soft);font-size:12px;padding:7px 13px;border-radius:999px;gap:7px}.nav-search:hover{border-color:var(--line);color:var(--plum);background:#fff}.nav-search i{font-size:13px}.logo-img{width:126px;height:auto;margin:0 auto}.nav-icons{gap:12px;font-size:12px;color:var(--plum);font-weight:600}.nav-icons a{gap:5px;padding:6px 8px;border-radius:999px}.nav-icons a:hover{background:#fff}.nav-icons i{font-size:14px}.cart-pill{background:var(--charcoal);color:#fff!important;padding:7px 13px!important;border-radius:999px;box-shadow:none}.cart-pill:hover{box-shadow:0 8px 20px -8px #201d1f59}.nav-icons .cart-count{position:static;display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;margin-left:1px;padding:0 5px;border-radius:999px;background:#fff;color:var(--charcoal);font-size:9px;line-height:14px;font-weight:700}.nav-categories{border-top:1px solid var(--line-soft)}.nav-cat-item{color:var(--plum)}.nav-cat-item:hover,.nav-cat-item.active{background:#4a3f350f;color:var(--charcoal)}.hero-split{background:#000}.hero-split__photos{gap:3px;background:#000}.hero-split__photo{aspect-ratio:16/10;border-radius:0;background:#000}.hero-split__photo img{object-fit:cover}.hero-split__label{bottom:10px;left:10px;padding:4px 8px;border-radius:3px;background:#0000006b;color:#ffffffdb;font-size:9px;letter-spacing:.12em;font-weight:700}.hero-split__copy{background:#000;padding:31px 24px 46px;text-align:center}.hero-split__headline{margin:0 0 8px;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:30px;line-height:1.08;letter-spacing:-.025em;font-weight:600}.hero-split__sub{margin:0 0 17px;color:#cfcfcf;font-size:10px;line-height:1.4}.hero-split__cta{padding:9px 19px;border-radius:999px;background:#fff;color:#000;font-size:10px;line-height:1;font-weight:700;box-shadow:none}.hero-split__cta:hover{box-shadow:0 13px 28px -15px #ffffff8c}.intent{background:var(--cream);padding:54px 32px 48px}.intent__inner{max-width:560px}.intent__inner p{color:var(--plum);font-family:Fraunces,serif;font-size:15px;line-height:1.65;font-weight:400;letter-spacing:0}.placeholder-image{min-height:0;background:#ebe7df;border:1px solid rgba(40,35,41,.045);border-radius:8px;color:#aaa39a;gap:8px;padding:18px}.placeholder-icon{width:19px;height:19px;color:#28232924}.placeholder-icon svg{width:19px;height:19px;stroke-width:1.6}.placeholder-label{max-width:160px;color:#aaa39a;font-size:9px;line-height:1.35}.category-tiles{background:var(--cream);padding:38px 32px 42px}.category-tiles__grid{max-width:830px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-tile{border-radius:0}.category-tile__media{aspect-ratio:1.07/1;background:#ebe7df;border:1px solid var(--line-soft);border-radius:4px}.category-tile__media .placeholder-image{border-radius:4px}.category-tile__label{padding:9px 0 0;color:var(--plum);font-size:10px;line-height:1.25;font-weight:700}.category-tile:hover .category-tile__media{border-color:#28232929;box-shadow:0 10px 22px -18px #28232940}.featured-row{background:var(--cream);padding:28px 32px 66px}.featured-row__head{max-width:830px;margin-bottom:18px}.featured-row__head h2,.mood-tiles__head h2,.transformations__head h2,.reviews-strip__head h2,.story-bleed__text h2,.newsletter-quiet h2{color:var(--plum);font-family:Fraunces,serif;font-weight:400;letter-spacing:-.015em}.featured-row__head h2{font-size:22px;line-height:1.2}.featured-row__grid{max-width:830px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{background:#fff;border:1px solid var(--line-soft);border-radius:7px;box-shadow:0 10px 24px #28232909;overflow:hidden}.product-card:hover{transform:translateY(-2px);border-color:#2823291f;box-shadow:0 16px 28px #28232914}.product-card__image{aspect-ratio:1/1.26;margin:0;background:#ebe7df;border-radius:0}.product-card__image .placeholder-image{border-radius:0}.product-card__info{padding:9px 10px 12px}.product-card__vendor{color:var(--plum-soft);font-size:8px;letter-spacing:.08em;margin-bottom:3px}.product-card__name{color:var(--plum);font-size:10px;line-height:1.35;margin-bottom:5px;font-weight:600}.product-card__price{color:var(--plum);font-size:10px;font-weight:700}.product-card__coming{color:#aaa39a;font-size:9px;font-style:normal}.story-bleed{background:var(--blush);overflow:hidden}.story-bleed:after{display:none}.story-bleed__inner{min-height:330px;grid-template-columns:1fr 1fr}.story-bleed__media{background:var(--blush);display:flex;align-items:center;justify-content:center}.story-bleed__media .placeholder-image{width:min(74%,420px);height:180px;min-height:180px;background:transparent;border:0}.story-bleed__text{background:transparent;border-left:0;padding:68px 42px;display:flex;flex-direction:column;align-items:center;text-align:center}.story-bleed__text h2{font-size:36px;line-height:1.05;margin-bottom:18px}.story-bleed__text p{max-width:400px;color:var(--plum-soft);font-size:16px;line-height:1.72;margin-bottom:22px}.story-bleed__link{color:var(--plum);font-size:13px;font-weight:800}.values-row{background:#efebe3;border:0;padding:46px 32px}.values-row__inner{max-width:930px;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.value-block{background:#fff;border:1px solid var(--line-soft);border-radius:7px;padding:24px 17px 23px;box-shadow:0 12px 24px #2823290a}.value-block:hover{border-color:#2823291f;transform:translateY(-2px)}.value-block__icon{width:29px;height:29px;margin-bottom:12px;background:transparent;border:0;color:var(--plum)}.value-block__icon i{font-size:20px;color:var(--plum)}.value-block__title{color:var(--plum);font-size:11px;line-height:1.3;margin-bottom:6px;font-weight:700}.value-block__desc{color:var(--plum-soft);font-size:9px;line-height:1.55}.mood-tiles{background:var(--cream);padding:52px 32px 64px}.mood-tiles__head{max-width:830px;margin-bottom:18px}.mood-tiles__head h2{font-size:21px;line-height:1.2}.mood-tiles__grid{max-width:830px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.mood-tile{height:auto;aspect-ratio:1.16/1;background:#ebe7df;border:1px solid var(--line-soft);border-radius:7px;box-shadow:none}.mood-tile:hover{box-shadow:0 16px 28px #28232914;transform:translateY(-2px)}.mood-tile:after{background:linear-gradient(180deg,#0000 55%,#ffffffeb)}.mood-tile:hover:after{background:linear-gradient(180deg,#0000 45%,#fffffff5)}.mood-tile__media .placeholder-image{height:100%;border-radius:7px}.mood-tile__label{padding:9px 12px;background:#fff;border-top:1px solid var(--line-soft)}.mood-tile__name{color:var(--plum);font-size:10px;font-weight:700}.mood-tile__label i{color:var(--plum);font-size:12px}.transformations{background:var(--cream);padding:42px 32px 62px}.transformations__head{margin-bottom:24px}.transformations__head h2{font-size:24px;line-height:1.15}.transformations__sub{color:var(--plum-soft);font-size:9px;margin-top:5px;margin-bottom:0}.transformations__grid{max-width:830px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tx-card{border-radius:7px}.tx-card:hover{filter:none;transform:translateY(-2px)}.tx-card__photos{gap:2px;border-radius:7px 7px 0 0}.tx-card:hover .tx-card__photos{box-shadow:0 16px 28px #28232914}.tx-card__photo{aspect-ratio:1.08/1;background:#e7e1d7}.tx-card__label{bottom:6px;left:7px;color:#ffffffe0;font-size:7px;letter-spacing:.12em;font-weight:700}.tx-card__info{padding:8px 9px 10px;background:#fff;border:1px solid var(--line-soft);border-top:0;border-radius:0 0 7px 7px;color:var(--plum);font-size:10px;font-weight:700}.reviews-strip{background:var(--cream);padding:38px 32px 74px}.reviews-strip__head{max-width:830px;margin-bottom:22px}.reviews-strip__head h2{font-size:21px;line-height:1.2}.reviews-strip__grid{max-width:830px;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.review-card{background:#fff;border:1px solid var(--line-soft);border-radius:7px;padding:19px 18px 18px;color:var(--plum);box-shadow:0 14px 28px #2823290e}.review-card *{color:inherit}.review-card:before{top:4px;right:12px;color:#28232917;font-family:Fraunces,serif;font-size:45px}.review-card__stars{color:#a48448!important;font-size:9px;letter-spacing:1.4px;margin-bottom:9px}.review-card__quote{color:var(--plum)!important;font-family:Fraunces,serif;font-size:12px;line-height:1.56;margin-bottom:15px}.review-card__avatar{width:24px;height:24px;background:var(--charcoal);border:0;color:#fff!important;font-size:8px}.review-card__author{gap:8px}.review-card__name{color:var(--plum)!important;font-size:9px;font-weight:800}.review-card__tag{color:var(--plum-soft)!important;font-size:8px}.newsletter-quiet{background:#272228;color:#fff;padding:55px 32px 62px;border:0}.newsletter-quiet:before{display:none}.newsletter-quiet__inner{max-width:560px}.newsletter-quiet h2{color:#fff;font-size:28px;line-height:1.08;margin-bottom:11px}.newsletter-quiet p{color:#ffffffa8;font-size:11px;line-height:1.55;margin:0 auto 19px;max-width:430px}.newsletter-quiet__form{max-width:370px;gap:6px;padding:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:999px}.newsletter-quiet__form input[type=email]{color:#fff;padding:8px 14px;font-size:10px}.newsletter-quiet__form button{padding:8px 17px;background:#fff;color:#201d1f;font-size:10px;letter-spacing:0}footer{background:var(--blush);color:var(--plum);border-top:0;padding:48px 32px 22px}.footer-inner{max-width:830px;grid-template-columns:1.45fr repeat(4,1fr);gap:34px;padding-bottom:36px;border-bottom:1px solid var(--line-soft)}.logo-foot{width:116px;margin-bottom:13px}.footer-brand p{color:var(--plum-soft);max-width:230px;font-size:10px;line-height:1.65;margin-bottom:15px}.footer-social{gap:7px}.footer-social a{width:25px;height:25px;background:#fff;border:1px solid var(--line-soft);color:var(--plum)}.footer-social a:hover{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}.footer-social i{font-size:12px}.footer-col h5{color:var(--plum);font-size:9px;letter-spacing:.12em;margin-bottom:12px}.footer-col li{margin-bottom:7px}.footer-col a{color:var(--plum-soft);font-size:9px;font-weight:500}.footer-col a:hover{color:var(--plum)}.footer-bottom{max-width:830px;padding-top:17px;color:var(--plum-soft);font-size:9px}.pay-methods{gap:5px}.pay-methods .pay{background:#fff;border:1px solid var(--line-soft);color:var(--plum-soft);padding:4px 7px;border-radius:3px;font-size:7px}@media(min-width:1280px){.hero-split__photo{aspect-ratio:2.03/1}}@media(max-width:1024px){.category-tiles__grid,.featured-row__grid,.values-row__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.story-bleed__inner{grid-template-columns:1fr}.story-bleed__text{border-top:0;padding:46px 24px;text-align:center;align-items:center}.story-bleed__media .placeholder-image{height:150px;min-height:150px}.mood-tiles__grid,.reviews-strip__grid,.transformations__grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr;max-width:830px}}@media(max-width:640px){.announcement-bar{font-size:10px}.nav-top{padding:9px 16px;gap:12px}.logo-img{width:106px}.nav-search{padding:7px}.nav-search span,.nav-icons a span:not(.cart-count){display:none}.nav-icons{gap:6px}.cart-pill{padding:7px 9px!important}.nav-categories{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:4px 16px 8px;-webkit-overflow-scrolling:touch}.nav-cat-item{flex:0 0 auto;scroll-snap-align:start}.hero-split__photos{flex-direction:column}.hero-split__photo{aspect-ratio:16/10;flex:none}.hero-split__copy{padding:30px 18px 44px}.hero-split__headline{font-size:26px}.intent{padding:48px 18px 40px}.intent__inner p{font-size:14px}.category-tiles,.featured-row,.mood-tiles,.transformations,.reviews-strip,.values-row{padding-left:18px;padding-right:18px}.category-tiles__grid,.featured-row__grid,.values-row__inner,.mood-tiles__grid,.transformations__grid,.reviews-strip__grid{grid-template-columns:1fr}.featured-row__head h2,.mood-tiles__head h2,.reviews-strip__head h2{font-size:20px}.story-bleed__text h2,.newsletter-quiet h2{font-size:25px}.review-card__quote{font-size:12px}.newsletter-quiet{padding:50px 18px}.newsletter-quiet__form{flex-direction:column;border-radius:18px}.newsletter-quiet__form button{width:100%}footer{padding:42px 18px 20px}.footer-inner{grid-template-columns:1fr 1fr;gap:24px}}.scroll-reveal{opacity:1!important;transform:none!important}body.comfyaf-product-page{--color-primary:#ffffff;--color-secondary:#161616;--color-background:#0e0e0e;--color-text:#e8e8e8;--color-accent:#a855f7;--color-cream:#0e0e0e;--color-olive:#a855f7;--color-ink:#e8e8e8;--color-muted:#999999;--color-border:#2a2a2a;--color-panel:#1c1c1c;--color-success:#a855f7;--color-urgency:#ec4899;--shadow-soft:0 26px 70px rgba(0,0,0,.34);--shadow-panel:0 20px 48px rgba(0,0,0,.24);background:#0e0e0e;color:#e8e8e8}body.comfyaf-product-page .announcement-bar{background:#000;color:#fff;border-bottom:1px solid #2a2a2a}body.comfyaf-product-page header{background:#000000f0;color:#e8e8e8;border-bottom:1px solid #2a2a2a}body.comfyaf-product-page .logo-img{width:180px}body.comfyaf-product-page .nav-icons,body.comfyaf-product-page .nav-icons a{color:#e8e8e8}body.comfyaf-product-page .nav-search,body.comfyaf-product-page .nav-icons a:hover{background:#161616;color:#999;border-color:#2a2a2a}body.comfyaf-product-page .nav-categories{border-top:1px solid #2a2a2a}body.comfyaf-product-page .nav-cat-item{color:#999}body.comfyaf-product-page .nav-cat-item:hover,body.comfyaf-product-page .nav-cat-item.active{background:#222;color:#e8e8e8}body.comfyaf-product-page .cart-pill{background:#fff;color:#000!important}body.comfyaf-product-page .cart-count{background:#000;color:#fff}body.comfyaf-product-page .button{background:#fff;color:#000;border:1px solid #fff;border-radius:999px;font-weight:700;box-shadow:0 10px 28px -12px #a855f759}body.comfyaf-product-page .button:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 18px 38px -10px #a855f773,0 6px 20px -8px #ec48995c}body.comfyaf-product-page .button--light{background:#fff;color:#000}body.comfyaf-product-page .section-kicker{color:#a855f7d1;letter-spacing:.16em}body.comfyaf-product-page .section-title{color:#fff;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;letter-spacing:-.025em;line-height:1.06}body.comfyaf-product-page .section-copy{color:#999}body.comfyaf-product-page .bleame-hero{padding:64px 0 86px;background:radial-gradient(circle at 82% 8%,rgba(168,85,247,.055),transparent 34%),#000}body.comfyaf-product-page .product-gallery__main{border-radius:18px;background:#111;border:1px solid #2a2a2a;box-shadow:var(--shadow-soft)}body.comfyaf-product-page .product-gallery__tag{background:#0000008f;color:#ffffffc7;border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}body.comfyaf-product-page .product-gallery__thumb,body.comfyaf-product-page .product-gallery__thumb--video{border:1px solid #2a2a2a;border-radius:12px;background:#161616;box-shadow:none}body.comfyaf-product-page .product-gallery__thumb.is-active,body.comfyaf-product-page .product-gallery__thumb--video.is-active{border-color:#a855f7b8;outline:0;box-shadow:0 0 0 2px #a855f724}body.comfyaf-product-page .product-gallery__thumb-play{background:#fff;color:#000}body.comfyaf-product-page .hero-buybox{top:126px;padding:28px;border:1px solid #2a2a2a;border-radius:18px;background:linear-gradient(180deg,#1c1c1c,#151515);box-shadow:var(--shadow-soft)}body.comfyaf-product-page .hero-buybox__rating{color:#999;font-weight:600}body.comfyaf-product-page .stars{color:#f59e0b}body.comfyaf-product-page .hero-buybox__title{color:#fff;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;letter-spacing:-.03em;line-height:1.04}body.comfyaf-product-page .hero-buybox__subtitle{color:#b9b9b9;line-height:1.65}body.comfyaf-product-page .hero__price{color:#fff;font-weight:700}body.comfyaf-product-page .hero__compare-price{color:#777}body.comfyaf-product-page .hero__badge{background:#a855f71f;color:#f0e8d8;border:1px solid rgba(168,85,247,.24);font-weight:700;letter-spacing:.04em}body.comfyaf-product-page .quantity-breaks{gap:12px;margin:20px 0}body.comfyaf-product-page .qb-card{min-height:76px;border:1px solid #2a2a2a;border-radius:14px;background:#111;color:#e8e8e8;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}body.comfyaf-product-page .qb-card:hover{border-color:#a855f75c;background:#151515;box-shadow:inset 0 0 48px -30px #a855f773}body.comfyaf-product-page .qb-card.selected{border-color:#a855f7d1;background:linear-gradient(135deg,#18141d,#111);box-shadow:0 18px 36px -26px #a855f76b,inset 0 0 0 1px #a855f71f}body.comfyaf-product-page .qb-card__label{color:#fff;font-weight:700}body.comfyaf-product-page .qb-card__sublabel,body.comfyaf-product-page .qb-card__per-unit{color:#999}body.comfyaf-product-page .qb-card__price{color:#fff;font-weight:700}body.comfyaf-product-page .qb-card__compare{font-size:13px;color:#777;text-decoration:line-through;line-height:1.2}body.comfyaf-product-page .qb-card__save{font-size:12px;font-weight:700;background:#ec489924;color:#f0e8d8;border:1px solid rgba(236,72,153,.24);padding:3px 8px;border-radius:999px;white-space:nowrap;letter-spacing:.04em}body.comfyaf-product-page .qb-card__badge{background:#fff;color:#000;font-weight:700;letter-spacing:.04em}body.comfyaf-product-page .trust-badges{margin-top:18px!important;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;color:#999}body.comfyaf-product-page .trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;min-height:82px;padding:12px 8px;border:1px solid #2a2a2a;border-radius:12px;background:#111;text-align:center;font-size:11.5px;line-height:1.25}body.comfyaf-product-page .trust-badge svg{width:22px;height:22px;color:#ffffff9e}body.comfyaf-product-page .hero-microcopy{color:#999}body.comfyaf-product-page .hero-microcopy span{background:#111;border:1px solid #2a2a2a;color:#bdbdbd}body.comfyaf-product-page .dispatch-countdown{display:flex;align-items:center;gap:7px;margin:12px 0 4px;padding:11px 13px;border:1px solid rgba(236,72,153,.22);border-radius:12px;background:#ec489914;color:#e8e8e8;font-size:13px;font-weight:600}body.comfyaf-product-page .dispatch-countdown strong{color:#f0e8d8;font-variant-numeric:tabular-nums}body.comfyaf-product-page .mechanism{background:#0e0e0e;padding:82px 0}body.comfyaf-product-page .relief-system{background:#161616;padding:82px 0}body.comfyaf-product-page .comparison-section{background:#0e0e0e;padding:82px 0}body.comfyaf-product-page .guarantee-banner{position:relative;overflow:hidden;background:#161616;color:#e8e8e8;padding:78px 0;border-top:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a}body.comfyaf-product-page .guarantee-banner:before{content:"";position:absolute;top:-160px;right:8%;width:520px;height:360px;background:radial-gradient(ellipse,rgba(168,85,247,.08) 0%,transparent 70%);pointer-events:none}body.comfyaf-product-page .faq-section{background:#0e0e0e;padding:78px 0}body.comfyaf-product-page .mechanism__image,body.comfyaf-product-page .relief-system__media,body.comfyaf-product-page .guarantee-banner__media{border:1px solid #2a2a2a;border-radius:18px;background:#111;box-shadow:var(--shadow-panel)}body.comfyaf-product-page .mechanism__image .placeholder-image,body.comfyaf-product-page .relief-system__media .placeholder-image,body.comfyaf-product-page .guarantee-banner__media .placeholder-image{min-height:280px;background:linear-gradient(135deg,#1a1a1a,#0e0e0e);border:0}body.comfyaf-product-page .comparison-table{border-color:#2a2a2a;background:#151515;box-shadow:var(--shadow-panel)}body.comfyaf-product-page .comparison-table th{background:#101010;color:#999;border-color:#2a2a2a}body.comfyaf-product-page .comparison-table td{border-color:#2a2a2a;color:#e8e8e8}body.comfyaf-product-page .comparison-table .is-us{background:#a855f714;color:#fff}body.comfyaf-product-page .check{color:#fff}body.comfyaf-product-page .dash{color:#ec4899}body.comfyaf-product-page .faq-item{border-color:#2a2a2a;border-radius:14px;background:#161616}body.comfyaf-product-page .faq-item__question{color:#fff;background:#161616;font-weight:650}body.comfyaf-product-page .faq-item__answer{color:#999}body.comfyaf-product-page .faq-icon{color:#a855f7}body.comfyaf-product-page .sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:500;display:none;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:#000000eb;border-top:1px solid #2a2a2a;box-shadow:0 -18px 40px #00000061;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.comfyaf-product-page .sticky-atc__product{display:flex;align-items:center;gap:12px;min-width:0;color:#fff}body.comfyaf-product-page .sticky-atc__image{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #2a2a2a}body.comfyaf-product-page .sticky-atc__title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}body.comfyaf-product-page .sticky-atc__price{color:#f0e8d8;font-weight:700;font-size:13px}body.comfyaf-product-page footer{background:#000;color:#e8e8e8;border-top:1px solid #2a2a2a}body.comfyaf-product-page .footer-inner,body.comfyaf-product-page .footer-bottom{border-color:#2a2a2a}body.comfyaf-product-page .footer-brand p,body.comfyaf-product-page .footer-col a,body.comfyaf-product-page .footer-bottom{color:#999}body.comfyaf-product-page .footer-col h5{color:#e8e8e8}@media(max-width:640px){body.comfyaf-product-page .bleame-hero{padding:34px 0 58px}body.comfyaf-product-page .logo-img{width:140px}body.comfyaf-product-page .hero-buybox{padding:20px;border-radius:16px}body.comfyaf-product-page .trust-badges{grid-template-columns:repeat(2,1fr)}body.comfyaf-product-page .hero-microcopy{grid-template-columns:1fr}body.comfyaf-product-page .sticky-atc{padding:10px 14px}body.comfyaf-product-page .sticky-atc__title{max-width:42vw}body.comfyaf-product-page .sticky-atc .button{padding:0 18px}}body.comfyaf-product-page{--color-primary:#201d1f;--color-secondary:#ece7de;--color-background:#f7f4ee;--color-text:#282329;--color-accent:#6d6978;--color-cream:#f7f4ee;--color-olive:#6d6978;--color-ink:#282329;--color-muted:#665f5a;--color-border:rgba(40,35,41,.12);--color-panel:#fffdf8;--color-success:#6d6978;--color-urgency:#9a655e;--shadow-soft:0 18px 44px rgba(40,35,41,.08);--shadow-panel:0 12px 30px rgba(40,35,41,.055);background:#f7f4ee;color:#282329}body.comfyaf-product-page .announcement-bar{background:#59634b;color:#fff;border-bottom:0}body.comfyaf-product-page header{background:#f7f4eef5;color:#282329;border-bottom:1px solid rgba(40,35,41,.07)}body.comfyaf-product-page .logo-img{width:126px}body.comfyaf-product-page .nav-search{background:#fffdf8;color:#665f5a;border:1px solid rgba(40,35,41,.07)}body.comfyaf-product-page .nav-search:hover{background:#fff;color:#282329;border-color:#2823291f}body.comfyaf-product-page .nav-icons,body.comfyaf-product-page .nav-icons a{color:#282329}body.comfyaf-product-page .nav-icons a:hover{background:#fff;color:#282329}body.comfyaf-product-page .cart-pill{background:#201d1f;color:#fff!important}body.comfyaf-product-page .cart-count{background:#fff;color:#201d1f}body.comfyaf-product-page .nav-categories{border-top:1px solid rgba(40,35,41,.07)}body.comfyaf-product-page .nav-cat-item{color:#282329}body.comfyaf-product-page .nav-cat-item:hover,body.comfyaf-product-page .nav-cat-item.active{background:#2823290f;color:#201d1f}body.comfyaf-product-page .button{background:#201d1f;color:#fff;border:1px solid #201d1f;border-radius:999px;font-weight:700;box-shadow:none}body.comfyaf-product-page .button:hover{background:#000;color:#fff;transform:translateY(-1px);box-shadow:0 14px 28px #2823291f}body.comfyaf-product-page .button--light{background:#fff;color:#201d1f;border-color:#fff}body.comfyaf-product-page .section-kicker{color:#6d6978;letter-spacing:.16em}body.comfyaf-product-page .section-title{color:#282329;font-family:Fraunces,serif;font-weight:400;letter-spacing:-.015em;line-height:1.05}body.comfyaf-product-page .section-copy{color:#665f5a}body.comfyaf-product-page .bleame-hero{padding:48px 0 70px;background:#f7f4ee}body.comfyaf-product-page .bleame-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr);gap:42px}body.comfyaf-product-page .product-gallery__main{border-radius:9px;background:#ebe7df;border:1px solid rgba(40,35,41,.07);box-shadow:0 16px 34px #28232912}body.comfyaf-product-page .product-gallery__tag{background:#ffffffd6;color:#282329;border:1px solid rgba(40,35,41,.08);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}body.comfyaf-product-page .product-gallery__thumb,body.comfyaf-product-page .product-gallery__thumb--video{border:1px solid rgba(40,35,41,.09);border-radius:7px;background:#fffdf8;box-shadow:none}body.comfyaf-product-page .product-gallery__thumb.is-active,body.comfyaf-product-page .product-gallery__thumb--video.is-active{border-color:#6d6978;outline:0;box-shadow:0 0 0 2px #6d697824}body.comfyaf-product-page .product-gallery__thumb-play{background:#fff;color:#201d1f}body.comfyaf-product-page .hero-buybox{top:126px;padding:26px;border:1px solid rgba(40,35,41,.09);border-radius:9px;background:#fff;box-shadow:0 18px 38px #28232912}body.comfyaf-product-page .hero-buybox__rating{color:#665f5a;font-weight:600}body.comfyaf-product-page .stars{color:#a48448}body.comfyaf-product-page .hero-buybox__title{color:#282329;font-family:Fraunces,serif;font-weight:400;letter-spacing:-.02em;line-height:1.04}body.comfyaf-product-page .hero-buybox__subtitle{color:#665f5a;line-height:1.65}body.comfyaf-product-page .hero__price{color:#282329;font-weight:800}body.comfyaf-product-page .hero__compare-price{color:#9b948c}body.comfyaf-product-page .hero__badge{background:#e8e4dc;color:#282329;border:1px solid rgba(40,35,41,.08);font-weight:800;letter-spacing:.03em}body.comfyaf-product-page .quantity-breaks{gap:10px;margin:19px 0}body.comfyaf-product-page .qb-card{min-height:74px;border:1px solid rgba(40,35,41,.11);border-radius:8px;background:#fffdf8;color:#282329;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}body.comfyaf-product-page .qb-card:hover{border-color:#2823292e;background:#fff;box-shadow:0 12px 24px #2823290e}body.comfyaf-product-page .qb-card.selected{border-color:#6d6978;background:#f2eee7;box-shadow:0 0 0 2px #6d69781a}body.comfyaf-product-page .qb-card__label{color:#282329;font-weight:800}body.comfyaf-product-page .qb-card__sublabel,body.comfyaf-product-page .qb-card__per-unit{color:#665f5a}body.comfyaf-product-page .qb-card__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:3px;min-width:90px}body.comfyaf-product-page .qb-card__price{color:#282329;font-weight:800}body.comfyaf-product-page .qb-card__compare{font-size:13px;color:#9b948c;text-decoration:line-through;line-height:1.2}body.comfyaf-product-page .qb-card__save{font-size:12px;font-weight:800;background:#e0d4c7;color:#282329;border:1px solid rgba(40,35,41,.08);padding:3px 8px;border-radius:999px;white-space:nowrap;letter-spacing:.03em}body.comfyaf-product-page .qb-card__badge{background:#201d1f;color:#fff;font-weight:800;letter-spacing:.04em}body.comfyaf-product-page .product-form__buttons .button{min-height:58px;border-radius:999px;font-size:15px}body.comfyaf-product-page .trust-badges{margin-top:18px!important;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;color:#665f5a}body.comfyaf-product-page .trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;min-height:82px;padding:12px 8px;border:1px solid rgba(40,35,41,.08);border-radius:7px;background:#fffdf8;text-align:center;font-size:11.5px;line-height:1.25}body.comfyaf-product-page .trust-badge svg{width:22px;height:22px;color:#6d6978}body.comfyaf-product-page .hero-microcopy{color:#665f5a}body.comfyaf-product-page .hero-microcopy span{background:#fffdf8;border:1px solid rgba(40,35,41,.08);color:#665f5a}body.comfyaf-product-page .dispatch-countdown{display:flex;align-items:center;gap:7px;margin:12px 0 4px;padding:11px 13px;border:1px solid rgba(154,101,94,.15);border-radius:8px;background:#fffdf8;color:#282329;font-size:13px;font-weight:600}body.comfyaf-product-page .dispatch-countdown strong{color:#9a655e;font-variant-numeric:tabular-nums}body.comfyaf-product-page .mechanism{background:#ece7de;padding:74px 0}body.comfyaf-product-page .relief-system{background:#f7f4ee;padding:74px 0}body.comfyaf-product-page .comparison-section{background:#ece7de;padding:74px 0}body.comfyaf-product-page .guarantee-banner{position:relative;overflow:hidden;background:#272228;color:#fff;padding:74px 0;border:0}body.comfyaf-product-page .guarantee-banner:before{content:"";position:absolute;top:-150px;right:8%;width:520px;height:360px;background:radial-gradient(ellipse,rgba(216,197,174,.14) 0%,transparent 70%);pointer-events:none}body.comfyaf-product-page .guarantee-banner .section-title{color:#fff}body.comfyaf-product-page .guarantee-banner .section-copy{color:#ffffffb8}body.comfyaf-product-page .faq-section{background:#f7f4ee;padding:74px 0}body.comfyaf-product-page .mechanism__image,body.comfyaf-product-page .relief-system__media,body.comfyaf-product-page .guarantee-banner__media{border:1px solid rgba(40,35,41,.08);border-radius:9px;background:#ebe7df;box-shadow:var(--shadow-panel)}body.comfyaf-product-page .mechanism__image .placeholder-image,body.comfyaf-product-page .relief-system__media .placeholder-image,body.comfyaf-product-page .guarantee-banner__media .placeholder-image{min-height:280px;background:#ebe7df;border:0}body.comfyaf-product-page .comparison-table{border-color:#2823291a;background:#fff;box-shadow:var(--shadow-panel)}body.comfyaf-product-page .comparison-table th{background:#f2eee7;color:#665f5a;border-color:#28232917}body.comfyaf-product-page .comparison-table td{border-color:#28232917;color:#282329}body.comfyaf-product-page .comparison-table .is-us{background:#e8e4dc;color:#282329}body.comfyaf-product-page .check{color:#282329}body.comfyaf-product-page .dash{color:#9a655e}body.comfyaf-product-page .faq-item{border-color:#2823291a;border-radius:8px;background:#fff}body.comfyaf-product-page .faq-item__question{color:#282329;background:#fff;font-weight:750}body.comfyaf-product-page .faq-item__answer{color:#665f5a}body.comfyaf-product-page .faq-icon{color:#6d6978}body.comfyaf-product-page .sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:500;display:none;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:#fffdf8f0;border-top:1px solid rgba(40,35,41,.1);box-shadow:0 -16px 34px #2823291a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.comfyaf-product-page .sticky-atc__product{display:flex;align-items:center;gap:12px;min-width:0;color:#282329}body.comfyaf-product-page .sticky-atc__image{width:44px;height:44px;border-radius:6px;object-fit:cover;border:1px solid rgba(40,35,41,.1)}body.comfyaf-product-page .sticky-atc__title{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}body.comfyaf-product-page .sticky-atc__price{color:#282329;font-weight:800;font-size:13px}body.comfyaf-product-page .sticky-atc .button{min-height:44px;padding:0 22px;font-size:14px;white-space:nowrap}body.comfyaf-product-page footer{background:#ece7de;color:#282329;border-top:1px solid rgba(40,35,41,.08)}body.comfyaf-product-page .footer-brand p,body.comfyaf-product-page .footer-col a,body.comfyaf-product-page .footer-bottom{color:#665f5a}body.comfyaf-product-page .footer-col h5{color:#282329}@media(max-width:990px){body.comfyaf-product-page .bleame-hero__grid{grid-template-columns:1fr}body.comfyaf-product-page .hero-buybox{position:static}}@media(max-width:640px){body.comfyaf-product-page .bleame-hero{padding:34px 0 58px}body.comfyaf-product-page .logo-img{width:106px}body.comfyaf-product-page .hero-buybox{padding:20px;border-radius:9px}body.comfyaf-product-page .trust-badges{grid-template-columns:repeat(2,1fr)}body.comfyaf-product-page .hero-microcopy{grid-template-columns:1fr}body.comfyaf-product-page .sticky-atc{padding:10px 14px}body.comfyaf-product-page .sticky-atc__title{max-width:42vw}body.comfyaf-product-page .sticky-atc .button{padding:0 18px}}.announcement-bar{background:#efe5d4;color:#40372d;border-bottom:1px solid rgba(64,55,45,.1);font-size:11px;font-weight:600;letter-spacing:.02em}.announcement-bar .container{white-space:normal}html,body{max-width:100%;overflow-x:hidden}.content-for-layout{overflow:hidden}#shopify-pc__banner,.shopify-pc__banner,.shopify-pc__banner__dialog{max-width:min(720px,calc(100vw - 32px))!important}@media(max-width:640px){#shopify-pc__banner,.shopify-pc__banner,.shopify-pc__banner__dialog{left:12px!important;right:12px!important;bottom:12px!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;padding:20px!important}#shopify-pc__banner button,.shopify-pc__banner button,.shopify-pc__banner__dialog button{min-width:0!important;width:100%!important}}header{background:#f7f4eef5;border-bottom:1px solid rgba(64,55,45,.1)}.logo-img{width:168px;max-height:52px;object-fit:contain;border-radius:3px}.logo-foot{width:196px;height:auto;border-radius:4px}.hero{position:relative;width:100%;height:600px;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.hero__video-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.hero__video{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#00000080,#0000001a);z-index:1}.hero__content{position:relative;z-index:2;width:100%;max-width:min(92vw,1300px);padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ba-pair__half{position:relative;margin:0;overflow:hidden;height:100%}.ba-pair__half picture{display:block;width:100%;height:100%}.ba-pair__half img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ba-label{position:absolute;left:14px;bottom:12px;font:600 12px/1 Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#fff;background:#00000073;padding:6px 10px;border-radius:2px;pointer-events:none;z-index:2}.hero__label{margin:0 0 12px;font:500 11px/1 Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:.2em;text-transform:uppercase;color:#f5efe6}.hero h1{font:800 72px/1.02 Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);margin:0 0 24px;letter-spacing:-.02em;color:#fff}.sanctuary-hero__cta{display:inline-block;background:#f5efe6;border:none;color:#1a1a1a;font:600 14px/1 Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:.02em;text-transform:none;padding:14px 40px;border-radius:999px;text-decoration:none;transition:all .25s ease}.sanctuary-hero__cta:hover{background:#e8ddd0;transform:scale(1.02)}.hero-energy-word{display:inline-grid;vertical-align:baseline}.energy-state{grid-area:1/1;opacity:0;white-space:nowrap;animation:wordCycle 11.2s ease-in-out infinite both;line-height:inherit}.energy--calm{font-family:Fraunces,Georgia,serif;font-weight:400;font-style:normal;color:#f5e6d3;animation-delay:0s}.energy--moody{font-family:Fraunces,Georgia,serif;font-weight:400;font-style:normal;color:#a78bba;text-shadow:0 0 20px rgba(167,139,186,.6);animation-delay:1.4s}.energy--cozy{font-family:Dancing Script,cursive;font-weight:600;font-style:normal;color:#e8b976;text-shadow:0 0 16px rgba(232,185,118,.5);animation-delay:2.8s}.energy--dreamy{font-family:Fraunces,Georgia,serif;font-weight:300;font-style:italic;color:#f4c2d7;text-shadow:0 0 18px rgba(244,194,215,.5);animation-delay:4.2s}.energy--warm{font-family:Fraunces,Georgia,serif;font-weight:500;font-style:normal;color:#ffb97a;text-shadow:0 0 20px rgba(255,185,122,.55);animation-delay:5.6s}.energy--soft{font-family:Fraunces,Georgia,serif;font-weight:300;font-style:italic;color:#efe3d3;text-shadow:0 0 14px rgba(239,227,211,.45);animation-delay:7s}.energy--sparkle{font-family:Dancing Script,cursive;font-weight:600;font-style:normal;color:#c5a9e8;text-shadow:0 0 18px rgba(197,169,232,.55);animation-delay:8.4s}.energy--ember{font-family:Fraunces,Georgia,serif;font-weight:400;font-style:italic;color:#f0a675;text-shadow:0 0 20px rgba(240,166,117,.55);animation-delay:9.8s}@keyframes wordCycle{0%{opacity:0;transform:translateY(4px)}3.5%{opacity:1;transform:translateY(0)}9%{opacity:1;transform:translateY(0)}12.5%{opacity:0;transform:translateY(-4px)}to{opacity:0;transform:translateY(4px)}}.hero:hover .energy-state{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.energy-state{animation:none;opacity:0}.energy--calm{opacity:1}}.intent{padding:62px 32px 56px}.intent__inner{width:100%;max-width:640px}.intent__inner p{font-size:16px;line-height:1.72;overflow-wrap:break-word}.category-tiles,.featured-row,.mood-tiles,.reviews-strip{padding-left:32px;padding-right:32px}.category-tiles__grid,.featured-row__grid,.mood-tiles__grid,.reviews-strip__grid,.featured-row__head,.mood-tiles__head,.reviews-strip__head{max-width:1120px}.category-tile__media{aspect-ratio:4/5;border-radius:5px}.category-tile__media .placeholder-image{border-radius:5px}.category-tile__label{font-size:12px;font-weight:700}.featured-row{padding-top:42px}.product-card{border-radius:6px}.product-card__type{color:var(--plum-soft);font-size:8px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-weight:700}.story-bleed__inner{min-height:420px}.story-bleed__media .placeholder-image{width:100%;height:100%;min-height:420px;border-radius:0;background:#d9cdbd}.story-bleed__text{padding:74px 58px;align-items:center;text-align:center}.values-row__inner{max-width:1120px}.value-block{text-align:left}.value-block__icon{margin-left:0;margin-right:0}.mood-tile{width:100%;max-width:100%;height:360px;aspect-ratio:auto;border-radius:6px}.mood-tile__media .placeholder-image{border-radius:0}.review-card{border-radius:6px}.review-card:before{display:none}footer{background:#e9eef8;color:#282329;border-top:1px solid rgba(40,35,41,.08)}.footer-brand p,.footer-col a,.footer-bottom{color:#665f5a}.footer-col h5{color:#282329}.footer-social a{background:#fff;color:#282329;border-color:#2823291a}.footer-social a:hover{background:#201d1f;color:#fff;border-color:#201d1f}@media(max-width:990px){.story-bleed__media .placeholder-image{min-height:260px}}@media(max-width:640px){.logo-img{width:132px;max-height:42px}.nav-top{padding:9px 14px 8px;gap:10px}.nav-search span,.nav-icons a:not(.cart-pill) span{display:none}.nav-categories{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:4px 18px 8px;-webkit-overflow-scrolling:touch}.nav-cat-item{flex:0 0 auto;scroll-snap-align:start}.hero{height:480px}.hero__video{object-position:center center}.hero h1{font-size:34px;margin-bottom:18px}.intent,.category-tiles,.featured-row,.mood-tiles,.reviews-strip,.values-row{padding-left:18px;padding-right:18px}.announcement-bar{font-size:10px;line-height:1.25}.intent__inner p{font-size:16px;line-height:1.62}.category-tiles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-bleed__text{padding:42px 18px}.footer-inner{grid-template-columns:1fr}}body #shopify-pc__banner,body .shopify-pc__banner,body .shopify-pc__banner__dialog{background:#fbf6ee!important;color:#3b2a1a!important;border-radius:12px!important;padding:20px 24px!important;box-shadow:0 4px 24px #3b2a1a21!important;min-width:360px!important;max-width:500px!important;width:auto!important}body #shopify-pc__banner>*,body .shopify-pc__banner>*,body .shopify-pc__banner__dialog>*,body #shopify-pc__banner [class*=__inner],body .shopify-pc__banner [class*=__inner],body #shopify-pc__banner [class*=__section],body .shopify-pc__banner [class*=__section],body #shopify-pc__banner [class*=__consent],body .shopify-pc__banner [class*=__consent],body #shopify-pc__banner [class*=__content],body .shopify-pc__banner [class*=__content]{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;flex:none!important;grid-column:unset!important;grid-row:unset!important;float:none!important}body #shopify-pc__banner *,body .shopify-pc__banner *,body .shopify-pc__banner__dialog *{color:#3b2a1a!important}body #shopify-pc__banner h1,body #shopify-pc__banner h2,body #shopify-pc__banner h3,body .shopify-pc__banner h1,body .shopify-pc__banner h2,body .shopify-pc__banner h3{font-size:15px!important;font-weight:600!important;margin:0 0 8px!important}body #shopify-pc__banner p,body .shopify-pc__banner p{font-size:13px!important;line-height:1.55!important;margin:0!important}body #shopify-pc__banner a,body .shopify-pc__banner a{color:#3b2a1a!important;text-decoration:underline!important}body #shopify-pc__banner [class*=__footer],body .shopify-pc__banner [class*=__footer],body #shopify-pc__banner [class*=__actions],body .shopify-pc__banner [class*=__actions],body #shopify-pc__banner [class*=__buttons],body .shopify-pc__banner [class*=__buttons],body .shopify-pc__banner__buttons{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-top:14px!important;width:100%!important}body #shopify-pc__banner button,body .shopify-pc__banner button,body .shopify-pc__banner__dialog button,body .shopify-pc__btn{border-radius:32px!important;padding:9px 20px!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500!important;font-size:13px!important;cursor:pointer!important;white-space:nowrap!important;min-width:0!important;width:auto!important}body .shopify-pc__btn--primary{background:#3b2a1a!important;color:#fbf6ee!important;border:none!important}body .shopify-pc__btn--secondary,body .shopify-pc__btn--link{background:transparent!important;color:#3b2a1a!important;border:1.5px solid #3B2A1A!important}@media(max-width:599px){body #shopify-pc__banner,body .shopify-pc__banner,body .shopify-pc__banner__dialog{min-width:unset!important;max-width:100%!important;width:100%!important;border-radius:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/comfyaf-storefront.css.map */
