@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap";:root{--ink: #18131f;--cream: #fff9ec;--paper: #fffdf8;--coral: #ff6846;--grape: #7657ff;--mint: #9ff3d2;--yellow: #ffd95c;--pink: #ffb8d4;--line: rgba(24, 19, 31, .14);--shadow: 0 18px 60px rgba(57, 35, 84, .12);--radius: 26px;--page: 1320px;--ease: cubic-bezier(.2,.8,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}img,video,svg{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}p{line-height:1.65}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;letter-spacing:-.045em;line-height:.98}h1{font-size:clamp(3.3rem,7.5vw,7.9rem)}h2{font-size:clamp(2.35rem,5vw,5rem)}h3{font-size:1.25rem}button{cursor:pointer}[hidden]{display:none!important}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:fixed;z-index:999;left:1rem;top:1rem;padding:.8rem 1rem;background:var(--ink);color:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.page-width{width:min(calc(100% - 40px),var(--page));margin-inline:auto}.page-narrow{max-width:820px}.section-pad{padding:clamp(5rem,10vw,9rem) 0}.rte{line-height:1.7}.rte a{text-decoration:underline;text-underline-offset:3px}.rte>*:last-child{margin-bottom:0}.eyebrow{margin-bottom:1rem;font:800 .75rem/1 Manrope,sans-serif;letter-spacing:.13em;text-transform:uppercase}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.is-visible,.no-js .reveal{opacity:1;transform:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:54px;padding:.9rem 1.35rem;border:2px solid transparent;border-radius:999px;font:800 .86rem/1 Manrope,sans-serif;letter-spacing:-.01em;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #18131f29}.button--ink{background:var(--ink);color:#fff}.button--coral{background:var(--coral);color:var(--ink);border-color:var(--ink);box-shadow:4px 5px 0 var(--ink)}.button--coral:hover{box-shadow:2px 3px 0 var(--ink),0 14px 30px #ff68464d}.button--outline{border-color:var(--ink);background:transparent}.button--glass{background:#fff9;border-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button--small{width:100%;min-height:44px;padding:.65rem 1rem;font-size:.78rem}.button--full{width:100%}.text-button{padding:0;border:0;background:none;text-decoration:underline;text-underline-offset:3px}.text-link{display:inline-flex;gap:.65rem;align-items:center;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}.text-link span{transition:transform .2s}.text-link:hover span{transform:translate(4px)}.icon-button{display:grid;width:44px;height:44px;place-items:center;border:0;background:transparent;border-radius:50%}.icon-button:hover{background:#18131f0f}.icon-button svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8}.announcement{overflow:hidden;color:#fff;background:var(--ink)}.announcement__track{display:flex;width:max-content;align-items:center;gap:2.2rem;padding:.66rem 0;font:700 .7rem/1 Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;animation:ticker 26s linear infinite}.announcement__track span:nth-child(4n+2){color:var(--yellow)}@keyframes ticker{to{transform:translate(-50%)}}.site-header{position:relative;z-index:50;border-bottom:1px solid var(--line);background:#fff9ecdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:82px;gap:2rem}.wordmark{position:relative;display:inline-flex;width:var(--logo-width, auto);max-width:210px;align-items:center;font:900 1.32rem/1 Manrope,sans-serif;letter-spacing:-.075em;white-space:nowrap}.wordmark img{width:100%}.wordmark i{width:9px;height:9px;margin:0 0 -2px 5px;background:var(--coral);border-radius:50% 50% 50% 0;transform:rotate(-20deg)}.site-nav{display:flex;justify-content:center;gap:clamp(1.2rem,2.5vw,2.6rem);font-size:.88rem;font-weight:700}.site-nav a{position:relative}.site-nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:3px;background:var(--coral);border-radius:4px;content:"";transform:scaleX(0);transform-origin:left;transition:transform .22s}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:.35rem;justify-self:end}.site-header__menu{display:none}.site-header__menu span:not(.visually-hidden){display:block;width:19px;height:2px;margin:2px;background:currentColor;border-radius:4px;transition:transform .2s,opacity .2s}.cart-pill{display:flex;align-items:center;gap:.55rem;min-height:42px;padding:.3rem .4rem .3rem 1rem;border:1.5px solid var(--ink);background:#fff;border-radius:999px;font-weight:800}.cart-pill b{display:grid;width:30px;height:30px;place-items:center;background:var(--coral);border-radius:50%}.search-panel{position:absolute;z-index:10;top:100%;right:0;left:0;padding:1rem 20px;border-bottom:1px solid var(--line);background:var(--cream);box-shadow:var(--shadow)}.search-panel form{display:flex;max-width:800px;margin:auto;gap:.6rem}.search-panel input,.search-page input{min-width:0;flex:1;padding:.8rem 1.2rem;border:1.5px solid var(--ink);background:#fff;border-radius:999px}.mobile-menu{position:absolute;z-index:9;top:100%;right:0;left:0;padding:1rem 20px 2rem;border-bottom:2px solid var(--ink);background:var(--cream)}.mobile-menu a{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--line);font:800 1.55rem/1 Manrope,sans-serif}.hero{position:relative;min-height:clamp(680px,83vh,880px);overflow:hidden;background:#ffecc9}.hero__background,.hero__background:after{position:absolute;top:0;right:0;bottom:0;left:0}.hero__background:after{background:linear-gradient(90deg,rgba(255,245,222,.96) 0%,rgba(255,245,222,.74) 33%,transparent 62%);content:""}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.hero__inner{position:relative;z-index:1;display:flex;min-height:inherit;align-items:center}.hero__copy{width:min(55%,680px);padding:5rem 0 6rem}.hero__kicker{display:flex;align-items:center;gap:.7rem;margin-bottom:1.4rem;font:800 .77rem/1 Manrope,sans-serif;letter-spacing:.1em;text-transform:uppercase}.hero__kicker span{width:34px;height:3px;background:var(--coral)}.hero h1{max-width:700px;margin-bottom:1.5rem;font-size:clamp(4.2rem,7.3vw,7.3rem)}.hero h1 em{position:relative;color:var(--grape);font-style:normal}.hero h1 em:after{position:absolute;right:0;bottom:-2px;left:0;height:10px;background:var(--yellow);border-radius:50%;content:"";transform:rotate(-2deg);z-index:-1}.hero__subheading{max-width:580px;margin-bottom:2rem;font-size:1.08rem}.hero__buttons{display:flex;flex-wrap:wrap;gap:.7rem}.hero__proof{display:flex;flex-wrap:wrap;gap:1.6rem;margin-top:3.2rem}.hero__proof>div{display:grid;gap:.2rem;padding-left:1rem;border-left:3px solid var(--ink)}.hero__proof strong{font:800 .77rem/1 Manrope,sans-serif}.hero__proof span{font-size:.72rem;opacity:.65}.hero__sticker{position:absolute;z-index:2;right:3vw;bottom:4vw;display:grid;width:94px;height:94px;place-items:center;padding:1rem;border:2px solid var(--ink);background:var(--yellow);border-radius:50%;box-shadow:5px 6px 0 var(--ink);font:800 .65rem/1 Manrope,sans-serif;text-align:center;text-transform:uppercase;transform:rotate(8deg)}.hero__sticker strong{font-size:1.5rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3.2rem}.section-heading h2{max-width:820px;margin-bottom:0}.section-heading>p{max-width:380px;margin-bottom:.3rem}.section-heading--center{justify-content:center;text-align:center}.mood-shop{background:var(--cream)}.mood-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mood-card{position:relative;min-height:360px;overflow:hidden;padding:2rem;border:2px solid var(--ink);border-radius:var(--radius);box-shadow:5px 6px 0 var(--ink);transition:transform .25s var(--ease),box-shadow .25s}.mood-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:9px 14px 0 var(--ink)}.mood-card--1{background:var(--mint)}.mood-card--2{background:var(--pink)}.mood-card--3{background:var(--yellow)}.mood-card--4{background:var(--grape);color:#fff}.mood-card__icon{display:grid;width:104px;height:104px;place-items:center;margin-bottom:3.2rem;border:2px solid currentColor;background:#ffffff59;border-radius:45% 55% 52% 48%;font-size:3rem;transition:border-radius .3s,transform .3s}.mood-card:hover .mood-card__icon{border-radius:58% 42% 45% 55%;transform:scale(1.08) rotate(4deg)}.mood-card__count{position:absolute;top:1.5rem;right:1.5rem;font:800 .7rem/1 Manrope,sans-serif}.mood-card h3{margin-bottom:.7rem;font-size:1.8rem}.mood-card p{font-size:.88rem;line-height:1.5}.mood-card b{position:absolute;bottom:1.7rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.featured-drop{background:var(--paper)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:.9;border:1.5px solid var(--line);background:#f3ecde;border-radius:var(--radius)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease),opacity .3s}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover .product-card__image:first-child{transform:scale(1.04)}.product-card__media:hover .product-card__image--hover{opacity:1;transform:scale(1.04)}.product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;background:radial-gradient(circle at 50% 45%,var(--coral) 0 22%,transparent 22.5%),radial-gradient(circle at 50% 62%,var(--yellow) 0 30%,transparent 30.5%),#eadfff}.product-card__placeholder--2{filter:hue-rotate(65deg)}.product-card__placeholder--3{filter:hue-rotate(125deg)}.product-card__placeholder--4{filter:hue-rotate(220deg)}.product-card__placeholder span{padding:.5rem .8rem;border:1px solid var(--ink);background:var(--cream);border-radius:999px;font:800 .65rem/1 Manrope,sans-serif;text-transform:uppercase}.badge{position:absolute;top:1rem;left:1rem;z-index:2;padding:.52rem .7rem;border:1.5px solid var(--ink);background:var(--coral);border-radius:999px;font:800 .62rem/1 Manrope,sans-serif;letter-spacing:.06em;text-transform:uppercase}.badge--mint{background:var(--mint)}.badge--ink{color:#fff;background:var(--ink)}.product-card__content{padding:1.2rem .3rem 0}.product-card__eyebrow{margin-bottom:.5rem;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.55}.product-card h3{min-height:2.5em;margin-bottom:.6rem;font-size:1.05rem;line-height:1.25;letter-spacing:-.025em}.price{display:flex;min-height:30px;align-items:center;flex-wrap:wrap;gap:.55rem;margin-bottom:.9rem}.price__current{font:800 1rem/1 Manrope,sans-serif}.price__compare{opacity:.45}.price__save{padding:.32rem .45rem;background:var(--yellow);border-radius:5px;font-size:.61rem;font-weight:800}.quick-add{margin:0}.bundle{overflow:hidden;background:var(--grape);color:#fff}.bundle__inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(3rem,8vw,9rem)}.bundle__copy h2{max-width:680px}.bundle__copy>p:not(.eyebrow){max-width:590px}.bundle__steps{display:grid;gap:.7rem;margin:2.3rem 0}.bundle-step{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:.9rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:15px}.bundle-step>span{display:grid;width:38px;height:38px;place-items:center;color:var(--ink);background:#fff;border-radius:50%;font-weight:800}.bundle-step div{display:grid;gap:.22rem}.bundle-step small{opacity:.65}.bundle-step>b{padding:.4rem .55rem;color:var(--ink);background:var(--yellow);border-radius:999px;font-size:.58rem;text-transform:uppercase}.bundle-step--featured{color:var(--ink);background:var(--mint);border-color:var(--ink);box-shadow:4px 5px 0 var(--ink);transform:translate(10px)}.bundle__terms{display:block;margin-top:1.3rem;opacity:.62}.bundle__visual{position:relative;min-height:540px}.squish-stack{position:absolute;top:5%;right:0;bottom:0;left:0}.squish-stack span{position:absolute;display:block;border:3px solid var(--ink);box-shadow:7px 9px 0 var(--ink)}.squish-stack span:nth-child(1){right:5%;bottom:0;width:82%;height:33%;background:var(--yellow);border-radius:48% 52% 28% 31%}.squish-stack span:nth-child(2){right:14%;bottom:24%;width:62%;height:34%;background:var(--coral);border-radius:44% 56% 38% 46%;transform:rotate(4deg)}.squish-stack span:nth-child(3){right:41%;bottom:48%;width:32%;height:30%;background:var(--mint);border-radius:54% 46% 50% 50%;transform:rotate(-7deg)}.squish-stack span:nth-child(4){right:13%;bottom:51%;width:32%;height:29%;background:var(--pink);border-radius:50% 50% 45% 55%}.squish-stack span:nth-child(5){right:22%;bottom:75%;width:22%;height:20%;background:#fff;border-radius:50% 50% 40% 42%}.bundle__stamp{position:absolute;top:6%;left:0;z-index:2;display:grid;width:125px;height:125px;place-items:center;padding:1rem;color:var(--ink);background:#fff;border:2px solid var(--ink);border-radius:50%;box-shadow:5px 6px 0 var(--ink);font:800 .7rem/1.1 Manrope,sans-serif;text-align:center;text-transform:uppercase;transform:rotate(-9deg)}.bundle__stamp strong{color:var(--coral);font-size:1.4rem}.why{background:var(--cream)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.why-card{position:relative;min-height:330px;padding:2.2rem;border:1.5px solid var(--ink);background:var(--paper);border-radius:var(--radius)}.why-card:nth-child(2){background:var(--mint)}.why-card span{display:block;margin-bottom:5rem;font:800 3rem/1 Manrope,sans-serif;color:var(--coral)}.why-card h3{font-size:1.6rem}.why-card p{margin-bottom:0}.why__note{max-width:650px;margin:2rem auto 0;font-size:.73rem;text-align:center;opacity:.55}.social-proof{overflow:hidden;background:var(--ink);color:#fff}.social-proof__inner{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:center;gap:3.5rem}.social-proof__copy h2{font-size:clamp(2.5rem,4vw,4.4rem)}.social-proof__copy p:not(.eyebrow){opacity:.7}.social-proof__reel{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:1rem}.ugc-card__media{position:relative;overflow:hidden;aspect-ratio:9/14;border:2px solid white;border-radius:24px}.ugc-card__media img{width:100%;height:100%;object-fit:cover}.ugc-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--ink);background:radial-gradient(circle at 50% 40%,var(--yellow) 0 18%,var(--coral) 18.5% 30%,transparent 30.5%),linear-gradient(160deg,var(--mint),#b9a7ff)}.ugc-card__placeholder--2{filter:hue-rotate(60deg)}.ugc-card__placeholder--3{filter:hue-rotate(140deg)}.ugc-card__placeholder span{padding:.5rem .8rem;background:#fff;border-radius:99px;font:800 .65rem/1 Manrope,sans-serif;text-transform:uppercase}.ugc-card__play{position:absolute;inset:50% auto auto 50%;display:grid;width:54px;height:54px;place-items:center;color:var(--ink);background:#fff;border-radius:50%;transform:translate(-50%,-50%)}.ugc-card h3{margin:.9rem 0 .25rem;font-size:1rem}.ugc-card p{font-size:.75rem;opacity:.65}.faq{background:var(--paper)}.faq__inner{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,8vw,8rem)}.faq__intro{position:sticky;top:2rem;align-self:start}.faq__intro h2{font-size:clamp(2.7rem,5vw,5rem)}.faq-item{border-top:1.5px solid var(--ink)}.faq-item:last-child{border-bottom:1.5px solid var(--ink)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem .2rem;font:800 1.15rem/1.25 Manrope,sans-serif;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary b{font-size:1.7rem;transition:transform .2s}.faq-item[open] summary b{transform:rotate(45deg)}.faq-item>div{padding:0 2rem 1.7rem 0;opacity:.75}.site-footer{padding-top:5rem;color:#fff;background:var(--ink)}.site-footer__top{display:grid;grid-template-columns:1.4fr .7fr .7fr 1.3fr;gap:3rem;padding-bottom:4rem}.wordmark--light{color:#fff}.site-footer__brand p{max-width:280px;margin-top:1.2rem;opacity:.65}.social-links{display:flex;flex-wrap:wrap;gap:.5rem}.social-links a{padding:.45rem .7rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:.7rem}.site-footer__menu{display:grid;align-content:start;gap:.7rem}.site-footer h2{margin-bottom:.6rem;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.site-footer__menu a{font-size:.85rem;opacity:.65}.site-footer__newsletter h2{font-size:1.7rem;line-height:1.05;text-transform:none;letter-spacing:-.04em}.newsletter-form{display:grid;grid-template-columns:1fr 48px}.newsletter-form input{min-width:0;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent;border-radius:999px 0 0 999px}.newsletter-form button{border:0;color:var(--ink);background:var(--mint);border-radius:0 999px 999px 0}.newsletter-form .form-message,.newsletter-form .errors{grid-column:1/-1;font-size:.75rem}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.15);font-size:.7rem;opacity:.65}.site-footer__bottom div{display:flex;flex-wrap:wrap;gap:.25rem}.site-footer__bottom svg{width:36px}.offer-modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px}.offer-modal__backdrop,.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#18131f94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.offer-modal__card{position:relative;display:grid;overflow:hidden;width:min(780px,100%);grid-template-columns:.85fr 1.15fr;border:2px solid var(--ink);background:var(--cream);border-radius:30px;box-shadow:10px 12px 0 var(--ink);animation:modalIn .45s var(--ease)}@keyframes modalIn{0%{opacity:0;transform:translateY(18px) scale(.97)}}.offer-modal__close{position:absolute;z-index:3;top:.8rem;right:.8rem;width:38px;height:38px;border:1.5px solid var(--ink);background:#fff;border-radius:50%;font-size:1.4rem}.offer-modal__art{position:relative;min-height:460px;overflow:hidden;background:var(--grape)}.soft-shape{position:absolute;border:3px solid var(--ink);box-shadow:6px 8px 0 var(--ink)}.soft-shape--one{right:-12%;bottom:-8%;width:95%;height:52%;background:var(--yellow);border-radius:48% 52% 20% 20%}.soft-shape--two{right:10%;bottom:36%;width:65%;height:38%;background:var(--coral);border-radius:55% 45% 48% 52%;transform:rotate(8deg)}.soft-shape--three{top:12%;left:9%;width:35%;height:27%;background:var(--mint);border-radius:50%}.offer-modal__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem)}.offer-modal__content h2{margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4.5rem)}.offer-modal__content>p:not(.eyebrow){margin-bottom:1.5rem}.offer-form{display:grid;gap:.65rem}.offer-form input{width:100%;min-height:52px;padding:.8rem 1rem;border:1.5px solid var(--ink);background:#fff;border-radius:999px}.offer-form .button{width:100%}.offer-modal .text-button{align-self:center;margin:1rem 0;font-size:.7rem;opacity:.6}.offer-modal small{font-size:.62rem;opacity:.5}.offer-code{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border:2px dashed var(--ink);background:var(--mint);border-radius:12px}.cart-drawer{position:fixed;z-index:101;top:0;right:0;bottom:0;left:0;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__backdrop{opacity:0;transition:opacity .3s}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:flex;width:min(480px,100%);height:100%;flex-direction:column;background:var(--cream);transform:translate(100%);transition:transform .38s var(--ease)}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.4rem 1rem;border-bottom:1px solid var(--line)}.cart-drawer__header p,.cart-drawer__header h2{margin-bottom:0}.cart-drawer__header h2{font-size:2rem}.shipping-meter{padding:1rem 1.4rem;background:#fff}.shipping-meter p{margin-bottom:.6rem;font-size:.75rem;font-weight:700}.shipping-meter>div{overflow:hidden;height:8px;background:#e8e2d6;border-radius:999px}.shipping-meter>div span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--coral),var(--grape));border-radius:inherit;transition:width .45s var(--ease)}.cart-drawer__items{overflow-y:auto;flex:1;padding:1rem 1.4rem}.cart-empty{display:grid;min-height:340px;place-items:center;align-content:center;text-align:center}.cart-empty span{font-size:4rem}.cart-empty h3{margin:1rem 0 .3rem;font-size:1.7rem}.cart-empty p{opacity:.6}.cart-line{display:grid;grid-template-columns:82px 1fr auto;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.cart-line>a{overflow:hidden;aspect-ratio:1;background:#fff;border-radius:12px}.cart-line img{width:100%;height:100%;object-fit:cover}.cart-line h3{margin:.2rem 0 .35rem;font-size:.9rem;line-height:1.2}.cart-line p{margin-bottom:.4rem;font-size:.7rem;opacity:.6}.cart-line>button{align-self:start;border:0;background:none;font-size:1.2rem}.cart-drawer__footer{padding:1.2rem 1.4rem;border-top:1px solid var(--line);background:#fff;box-shadow:0 -15px 40px #18131f0f}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:.4rem;font-weight:800}.cart-drawer__footer>p{margin-bottom:1rem;font-size:.65rem;opacity:.55}.cart-drawer__footer .button+form,.cart-drawer__footer form{margin-top:.55rem}.toast{position:fixed;z-index:120;right:1.2rem;bottom:1.2rem;padding:.9rem 1.2rem;color:#fff;background:var(--ink);border-radius:12px;box-shadow:var(--shadow)}.product-page{background:var(--paper)}.product-page__grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:start;gap:clamp(2rem,6vw,6rem)}.product-gallery{min-width:0}.product-gallery__main{overflow:hidden;border-radius:var(--radius)}.product-gallery__item{display:none;aspect-ratio:1;background:#f2ece1}.product-gallery__item.is-active{display:block}.product-gallery__item>*{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem;margin-top:.7rem}.product-gallery__thumb{overflow:hidden;padding:0;aspect-ratio:1;border:1.5px solid transparent;background:#fff;border-radius:12px}.product-gallery__thumb.is-active{border-color:var(--ink)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__empty{display:grid;aspect-ratio:1;place-items:center;background:#eadfff;border-radius:var(--radius)}.product-info{position:sticky;top:2rem}.product-info__topline{display:flex;justify-content:space-between}.product-info__topline .badge{position:static}.product-info h1{margin-bottom:1rem;font-size:clamp(2.8rem,5vw,5rem)}.product-info__rating{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.72rem}.product-info__rating span:first-child{color:var(--coral);letter-spacing:.06em}.product-info__pitch{margin:1rem 0 1.5rem;font-size:.95rem}.variant-picker{display:grid;gap:1rem;margin-bottom:1.2rem}.variant-picker fieldset{padding:0;border:0}.variant-picker legend{margin-bottom:.65rem;font-size:.75rem}.variant-values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-values label{position:relative}.variant-values input{position:absolute;opacity:0}.variant-values span{display:block;padding:.65rem .9rem;border:1.5px solid var(--ink);background:#fff;border-radius:999px;font-size:.76rem;font-weight:700}.variant-values input:checked+span{background:var(--mint);box-shadow:3px 3px 0 var(--ink)}.product-form__row{display:grid;grid-template-columns:120px 1fr;gap:.7rem}.quantity-picker{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border:1.5px solid var(--ink);background:#fff;border-radius:999px}.quantity-picker button{border:0;background:none}.quantity-picker input{width:100%;border:0;background:none;text-align:center;-moz-appearance:textfield}.quantity-picker input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.button--add{box-shadow:4px 5px 0 var(--ink)}.button--add:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.55}.dynamic-checkout{margin-top:.7rem}.product-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin:1.6rem 0}.product-perks>div{display:flex;align-items:center;gap:.5rem;padding:.7rem;border:1px solid var(--line);border-radius:12px}.product-perks>div>span{font-size:1.2rem}.product-perks p{display:grid;gap:.15rem;margin:0;line-height:1.1}.product-perks strong{font-size:.67rem}.product-perks small{font-size:.58rem;opacity:.55}.product-accordions details{border-top:1px solid var(--line)}.product-accordions details:last-child{border-bottom:1px solid var(--line)}.product-accordions summary{display:flex;justify-content:space-between;padding:1rem 0;font-weight:800;cursor:pointer;list-style:none}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions details[open] summary b{transform:rotate(45deg)}.product-accordions .rte{padding-bottom:1rem;font-size:.84rem}.recommendations{background:var(--cream)}.collection-page{background:var(--paper)}.collection-hero{max-width:900px;margin-bottom:3rem}.collection-hero h1{margin-bottom:1rem;font-size:clamp(3.7rem,7vw,7rem)}.collection-hero .rte{max-width:650px}.collection-tools{display:flex;align-items:center;gap:1rem;margin-bottom:2.2rem;padding:.8rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.collection-tools>p{margin:0 auto 0 0;font-size:.75rem;opacity:.6}.collection-tools>label{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:800}.collection-tools select{padding:.55rem .8rem;border:1px solid var(--line);background:#fff;border-radius:999px}.filter-drawer{position:fixed;z-index:110;top:0;bottom:0;left:0;overflow-y:auto;width:min(430px,100%);padding:1.5rem;background:var(--cream);box-shadow:var(--shadow);transform:translate(-105%);transition:transform .35s var(--ease)}.filter-drawer.is-open{transform:none}.filter-drawer__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--line)}.filter-drawer__head button{width:40px;height:40px;border:0;background:none;font-size:1.4rem}.filter-group{border-bottom:1px solid var(--line)}.filter-group summary{display:flex;justify-content:space-between;padding:1rem 0;font-weight:800;list-style:none;cursor:pointer}.filter-values{display:grid;gap:.7rem;padding-bottom:1rem}.filter-values label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;font-size:.82rem}.filter-values input{width:18px;height:18px;accent-color:var(--coral)}.price-filter{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;padding-bottom:1rem}.price-filter input{min-width:0;padding:.7rem;border:1px solid var(--line);background:#fff;border-radius:8px}.filter-drawer>.button{margin-top:1.5rem}.filter-drawer>.text-button{display:block;margin:1rem auto}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:4rem}.pagination>*{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%}.pagination [aria-current=page]{color:#fff;background:var(--ink)}.cart-page{background:var(--paper)}.cart-page__grid{display:grid;grid-template-columns:1fr 390px;align-items:start;gap:4rem}.cart-page h1{font-size:clamp(3.5rem,6vw,6rem)}.cart-page__line{display:grid;grid-template-columns:130px 1fr 75px auto;align-items:center;gap:1.2rem;padding:1.2rem 0;border-top:1px solid var(--line)}.cart-page__line>a{overflow:hidden;aspect-ratio:1;background:#f0e9dc;border-radius:14px}.cart-page__line img{width:100%;height:100%;object-fit:cover}.cart-page__line h2{margin-bottom:.45rem;font-size:1.2rem;line-height:1.2}.cart-page__line p{margin-bottom:.25rem;font-size:.7rem}.cart-page__line label{display:grid;gap:.35rem;font-size:.65rem}.cart-page__line input{width:70px;padding:.55rem;border:1px solid var(--line);border-radius:8px}.cart-summary{position:sticky;top:2rem;padding:1.5rem;border:1.5px solid var(--ink);background:var(--cream);border-radius:var(--radius);box-shadow:6px 7px 0 var(--ink)}.cart-summary .shipping-meter{margin:-1.5rem -1.5rem 1.5rem;border-radius:var(--radius) var(--radius) 0 0}.cart-summary h2{font-size:1.6rem}.cart-summary>div:not(.shipping-meter){display:flex;justify-content:space-between;margin-bottom:1rem}.cart-summary>p{font-size:.66rem;opacity:.55}.cart-summary ul{display:grid;gap:.45rem;padding:0;margin:1.2rem 0 0;list-style:none;font-size:.72rem}.cart-page__empty{display:grid;min-height:400px;justify-items:start;align-content:center}.cart-page__empty>span{font-size:5rem}.basic-page,.search-page,.collections-page,.error-page{min-height:65vh;background:var(--paper)}.basic-page h1,.search-page h1{font-size:clamp(3.5rem,7vw,6.8rem)}.search-page__header form{display:flex;max-width:700px;gap:.6rem;margin-bottom:4rem}.search-result{padding:1.4rem;border:1px solid var(--line);background:#fff;border-radius:var(--radius)}.search-result h2{font-size:1.3rem;line-height:1.2}.error-page .page-narrow{display:grid;min-height:50vh;place-items:start;align-content:center}.error-page .page-narrow>span{color:var(--coral);font:900 clamp(5rem,12vw,10rem)/.7 "Manrope",sans-serif;opacity:.3}.error-page h1{margin:1rem 0}.collection-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.collection-list>a{overflow:hidden;border:1.5px solid var(--ink);background:#fff;border-radius:var(--radius)}.collection-list img,.collection-list__placeholder{width:100%;aspect-ratio:4/3;object-fit:cover;background:linear-gradient(145deg,var(--mint),var(--grape))}.collection-list span{display:flex;align-items:center;justify-content:space-between;padding:1rem}.collection-list small{opacity:.55}@media(max-width:1100px){.site-nav{gap:1.2rem}.mood-grid{grid-template-columns:repeat(2,1fr)}.mood-card{min-height:320px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2.5rem}.social-proof__inner{grid-template-columns:1fr}.social-proof__copy{max-width:650px}.site-footer__top{grid-template-columns:1.3fr .7fr .7fr}.site-footer__newsletter{grid-column:1/-1;max-width:500px}}@media(max-width:820px){.page-width{width:min(calc(100% - 28px),var(--page))}.site-header__inner{min-height:68px;grid-template-columns:auto 1fr auto;gap:.5rem}.site-header__menu{display:grid}.site-nav{display:none}.wordmark{justify-self:center;font-size:1.08rem}.hide-mobile{display:none}.cart-pill{min-height:38px;padding-left:.7rem}.cart-pill span{display:none}.cart-pill b{width:28px;height:28px}.hero{min-height:760px}.hero__background:after{background:linear-gradient(180deg,#fff5defa,#fff5ded1 44%,#fff5de0d 70%)}.hero__image{object-position:61% center}.hero__inner{align-items:start}.hero__copy{width:100%;padding-top:4rem}.hero h1{max-width:600px;font-size:clamp(3.6rem,14vw,5.7rem)}.hero__subheading{max-width:460px;font-size:.95rem}.hero__proof{margin-top:2rem}.hero__proof>div:nth-child(3){display:none}.hero__sticker{right:1rem;bottom:1.5rem;width:76px;height:76px}.section-heading{display:grid}.bundle__inner,.product-page__grid,.faq__inner,.cart-page__grid{grid-template-columns:1fr}.bundle__copy{order:2}.bundle__visual{min-height:440px}.why-grid{grid-template-columns:1fr}.why-card{min-height:auto}.why-card span{margin-bottom:2.5rem}.faq__intro,.product-info,.cart-summary{position:static}.social-proof__reel{overflow-x:auto;grid-template-columns:repeat(3,72vw);padding-bottom:1rem;scroll-snap-type:x mandatory}.ugc-card{scroll-snap-align:start}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand,.site-footer__newsletter{grid-column:1/-1}.offer-modal__card{grid-template-columns:1fr}.offer-modal__art{display:none}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.collection-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.section-pad{padding:4.8rem 0}.hero__buttons .button{width:100%}.hero__proof{gap:1rem}.mood-grid{display:flex;overflow-x:auto;margin-right:-14px;padding:0 14px 12px 0;scroll-snap-type:x mandatory}.mood-card{min-width:82vw;scroll-snap-align:start}.product-grid{gap:12px;row-gap:2rem}.product-card__content{padding-top:.8rem}.product-card h3{font-size:.87rem}.product-card__eyebrow{font-size:.56rem}.price__current{font-size:.85rem}.price__save{display:none}.button--small{padding-inline:.55rem;font-size:.68rem}.bundle__visual{min-height:340px}.bundle-step{grid-template-columns:40px 1fr}.bundle-step>b{display:none}.bundle-step--featured{transform:none}.why-card{padding:1.5rem}.site-footer__bottom{align-items:start;flex-direction:column;gap:1rem}.offer-modal{padding:12px}.offer-modal__content{padding:2.2rem 1.4rem 1.5rem}.offer-modal__content h2{font-size:2.55rem}.product-info h1{font-size:2.8rem}.product-form__row{grid-template-columns:104px 1fr}.product-perks{grid-template-columns:1fr}.product-perks>div{padding:.55rem .7rem}.collection-tools>p{display:none}.collection-tools>label{margin-left:auto}.cart-page__line{grid-template-columns:88px 1fr auto;gap:.8rem}.cart-page__line label{grid-column:2}.cart-page__line>strong{grid-column:3;grid-row:1;align-self:end}.collection-list{grid-template-columns:1fr}}.mobile-quicknav{display:none}@media(max-width:820px){.site-header{position:sticky;top:0}.mobile-quicknav{display:flex;overflow-x:auto;gap:.5rem;padding:.55rem 14px .7rem;border-top:1px solid var(--line);background:var(--cream);scrollbar-width:none}.mobile-quicknav::-webkit-scrollbar{display:none}.mobile-quicknav a{display:inline-flex;min-width:max-content;min-height:42px;align-items:center;justify-content:center;padding:.65rem 1rem;border:1.5px solid var(--ink);background:#fff;border-radius:999px;font:800 .72rem/1 Manrope,sans-serif}.mobile-quicknav a:first-child{color:#fff;background:var(--ink)}}@media(max-width:540px){.collection-page{padding-top:3.2rem}.collection-hero{margin-bottom:1.8rem}.collection-hero h1{font-size:clamp(3rem,16vw,4.6rem)}.button--small{min-height:48px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/squish-drop.css.map */
