@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--color-background:#fffdf9;--color-text:#23201f;--color-pink:#f5cdd6;--color-lilac:#dccff2;--color-cream:#f6ebd9;--color-sage:#dce7d6;--page-width:1280px;--line:rgba(35,32,31,.12)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:DM Sans,Arial,sans-serif;font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}img,video{display:block;width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.page-width{width:min(calc(100% - 72px),var(--page-width));margin-inline:auto}.page-width--narrow{max-width:800px}.section-spacing{padding-block:86px}.skip-link{position:absolute;top:-100px;left:16px;padding:12px;background:#fff;z-index:100}.skip-link:focus{top:12px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.announcement-bar{text-align:center}.announcement-bar p{margin:0;padding:9px;font-size:12px;font-weight:600}.site-header{position:sticky;top:0;z-index:20;background:#fffdf9f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-header__inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.site-logo__text{font-family:Manrope,Arial,sans-serif;font-size:33px;font-weight:800;letter-spacing:-2px}.site-logo__text>span{margin-left:3px;color:#c69eac;font-size:16px;vertical-align:top}.site-logo__image{width:130px;max-height:58px;object-fit:contain}.desktop-nav{display:flex;gap:24px}.desktop-nav a,.header-cart{font-size:13px;font-weight:500}.header-cart span{display:inline-grid;place-items:center;width:24px;height:24px;margin-left:5px;border-radius:50%;background:var(--color-pink)}.mobile-menu-toggle,.mobile-nav{display:none}.cakie-hero{padding-block:75px 82px}.hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:68px}.eyebrow{margin:0 0 17px;font-size:11px;font-weight:700;letter-spacing:.18em}.hero-copy h1,.section-heading h1,.section-heading h2,.box-content-copy h2,.faq-intro h2,.video-panel h2,.product-details h1,.password-section h1{margin:0;font-family:Manrope,Arial,sans-serif;font-size:clamp(36px,4.8vw,67px);line-height:1.09;letter-spacing:-.06em}.hero-copy h1 em{display:block;font-style:normal;color:#ac7588}.hero-description{max-width:460px;margin-top:20px;color:#66605c;font-size:16px}.hero-actions{display:flex;align-items:center;gap:19px;margin-top:29px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:0 21px;border:1px solid transparent;border-radius:24px;font-size:13px;font-weight:600;transition:transform .18s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--color-text);color:#fff}.button--outline{border-color:var(--color-text);background:transparent}.button--text{min-height:auto;padding:0;background:transparent}.hero-note{margin-top:24px;font-size:12px;color:#7d7672}.hero-media{position:relative;overflow:hidden;border-radius:28px;background:var(--color-cream)}.hero-image{aspect-ratio:1.24;object-fit:cover}.hero-sticker{position:absolute;right:17px;bottom:17px;display:grid;place-items:center;width:106px;height:106px;border-radius:50%;background:var(--color-lilac);font-size:9px;font-weight:700;line-height:1.5;text-align:center;transform:rotate(-8deg)}.benefits-section{padding-block:0 72px}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;padding:28px 30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit-card{display:flex;gap:13px}.benefit-card__icon{display:grid;place-items:center;width:40px;height:40px;flex:none;border-radius:50%;background:var(--color-cream);font-size:18px}.benefit-card:nth-child(2) .benefit-card__icon{background:var(--color-pink)}.benefit-card:nth-child(3) .benefit-card__icon{background:var(--color-lilac)}.benefit-card h3,.step-card h3,.activity-card h3{margin:0;font-size:14px}.benefit-card p,.step-card p,.activity-card p{margin:3px 0 0;color:#716c68;font-size:12px}.section-heading{text-align:center;margin-bottom:42px}.section-heading h1,.section-heading h2,.box-content-copy h2,.faq-intro h2,.video-panel h2{font-size:clamp(33px,4vw,50px)}.section-heading>p:last-child:not(.eyebrow){max-width:620px;margin:12px auto 0;color:#706a66}.section-heading--split{display:flex;justify-content:space-between;align-items:end;text-align:left}.section-heading--split p{color:#706a66}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.step-card{position:relative;padding:24px 22px 26px;border-radius:22px;background:#faf6f0}.step-card--2{background:#fcf0f2}.step-card--3{background:#f3eef9}.step-number{position:absolute;top:17px;left:17px;font-size:11px}.step-card__visual{display:grid;place-items:center;height:175px;font-size:72px;font-weight:700;color:#23201f21}.step-card__image{height:175px;object-fit:cover;border-radius:13px}.step-card h3{margin-top:17px;font-size:16px}.handwritten-note{margin-top:29px;text-align:center;color:#9b6b79;font-size:14px}.featured-products{background:linear-gradient(180deg,transparent,#fbf8f3)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:19px;background:#fff}.product-card__image{aspect-ratio:1.05;object-fit:cover;background:var(--color-cream)}.product-card__body{padding:17px 18px 19px}.product-card__eyebrow{margin:0 0 7px;color:#7d7672;font-size:9px;letter-spacing:.12em}.product-card h3{margin:0;font-size:17px}.price{margin-block:8px 12px;font-size:17px;font-weight:700}.placeholder-note{font-size:12px;color:#716c68}.product-card__button{width:100%;margin-top:10px}.box-content-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:75px}.box-content-media{overflow:hidden;border-radius:25px;background:var(--color-cream)}.box-content-image{aspect-ratio:1.18;object-fit:cover}.box-content-copy>p:not(.eyebrow){color:#706a66}.content-checklist{list-style:none;margin:22px 0 27px;padding:0}.content-checklist li{display:flex;gap:10px;padding:7px 0;font-size:14px}.content-checklist span{color:#ac7588}.activity-section{background:#fbf8f3}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.activity-card{overflow:hidden;border-radius:19px;background:#fff}.activity-card__placeholder{display:grid;place-items:center;height:205px;background:var(--color-pink);font-size:58px;color:#23201f78}.activity-card--2 .activity-card__placeholder{background:var(--color-lilac)}.activity-card--3 .activity-card__placeholder{background:var(--color-sage)}.activity-card__image{height:205px;object-fit:cover}.activity-card__body{padding:20px 19px 22px}.activity-card h3{font-size:16px}.video-panel{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:50px;padding:43px;border-radius:25px;background:var(--color-lilac)}.video-panel__copy>p:not(.eyebrow){color:#5b545d}.video-panel__media{position:relative;overflow:hidden;border-radius:17px}.video-panel__media img,.video-panel__media video{aspect-ratio:1.55;object-fit:cover}.video-placeholder-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:9px 15px;border-radius:20px;background:#ffffffe6;font-size:10px;font-weight:700;white-space:nowrap}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px}.faq-intro>p:last-child{color:#706a66}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{display:flex;justify-content:space-between;padding:17px 0;list-style:none;font-size:14px;font-weight:600;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{font-size:19px}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 13px 14px 0;color:#67615e;font-size:13px}.faq-answer p{margin:0}.instagram-panel{padding:62px 33px;border-radius:25px;background:var(--color-pink);text-align:center}.instagram-panel h2{margin:0;font-family:Manrope,Arial,sans-serif;font-size:clamp(32px,4vw,47px);line-height:1.12;letter-spacing:-.05em}.instagram-handle{display:inline-flex;padding:9px 17px;border:1px solid var(--color-text);border-radius:21px;font-weight:600}.instagram-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:11px;margin-top:24px}.instagram-gallery img{aspect-ratio:1;object-fit:cover;border-radius:11px}.site-footer{margin-top:28px;padding:56px 0 20px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px}.footer-brand p{max-width:270px;color:#706a66;font-size:13px}.footer-links h3{margin:0 0 12px;font-size:13px}.footer-links a{display:block;margin-bottom:7px;color:#625d59;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:42px;padding-top:16px;border-top:1px solid var(--line)}.footer-bottom>p{font-size:10px;color:#706a66}.payment-icons{display:flex;gap:5px}.payment-icons svg{width:32px;height:auto}.product-layout{display:grid;grid-template-columns:1.04fr .96fr;align-items:start;gap:70px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:11px}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__image{border-radius:15px;background:var(--color-cream)}.product-details{position:sticky;top:105px}.product-details h1{font-size:clamp(35px,4vw,51px)}.product-description{margin-bottom:22px;color:#625d59;font-size:14px}.product-form{display:grid;gap:10px}.product-form label{font-size:12px;font-weight:600}.form-select,.quantity-input,.search-form input,.cart-footer textarea,.password-section input{min-height:46px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff}.quantity-input{width:78px}.product-add-button{width:100%;margin-top:7px}.product-assurance{margin:17px 0 23px;font-size:12px}.product-accordion{border-top:1px solid var(--line)}.product-accordion summary{display:flex;justify-content:space-between;padding:13px 0;list-style:none;font-size:13px;cursor:pointer}.product-accordion>div{font-size:12px;color:#625d59}.mobile-product-bar{display:none}.pagination{margin-top:34px;text-align:center}.search-form{display:flex;justify-content:center;gap:9px;margin-top:20px}.search-form input{width:min(410px,70vw)}.empty-cart{text-align:center}.cart-item{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item__image{width:125px;height:110px;object-fit:cover;border-radius:10px}.cart-item h2{margin:0;font-size:17px}.cart-item p{margin:3px 0;font-size:13px}.cart-item a:last-child{margin-left:10px;font-size:12px}.cart-footer{display:grid;gap:11px;margin-top:25px}.cart-footer textarea{padding:10px}.cart-subtotal{display:flex;justify-content:space-between}.rich-content{line-height:1.85}.password-section{max-width:680px;margin:18vh auto;padding:28px;text-align:center}.password-section form{display:grid;gap:9px;max-width:350px;margin:28px auto}@media(max-width:989px){.page-width{width:calc(100% - 42px)}.section-spacing{padding-block:65px}.desktop-nav{display:none}.mobile-menu-toggle{display:flex;width:30px;height:30px;flex-direction:column;justify-content:center;gap:6px;padding:0;border:0;background:none}.mobile-menu-toggle>span:not(.visually-hidden){width:21px;height:2px;background:var(--color-text)}.site-header__inner{height:65px}.site-logo__text{font-size:28px}.mobile-nav:not([hidden]){display:grid;padding:8px 21px 15px;border-top:1px solid var(--line)}.mobile-nav a{padding:10px 0;font-size:14px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{order:2}.hero-media{order:1}.cakie-hero{padding-block:30px 64px}.hero-image{aspect-ratio:1.5}.benefits-grid{grid-template-columns:1fr;gap:18px;padding:21px 8px}.steps-grid,.activity-grid{grid-template-columns:1fr 1fr}.steps-grid>.step-card:last-child,.activity-grid>.activity-card:last-child{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr)}.box-content-grid{grid-template-columns:1fr;gap:30px}.video-panel{grid-template-columns:1fr;padding:27px}.video-panel__copy{order:2}.video-panel__media{order:1}.faq-layout{grid-template-columns:1fr;gap:27px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.product-layout{grid-template-columns:1fr;gap:31px}.product-details{position:static}}@media(max-width:580px){.page-width{width:calc(100% - 30px)}.section-spacing{padding-block:53px}.hero-copy h1{font-size:42px}.hero-description{font-size:14px}.hero-actions{gap:11px}.button{min-height:43px;padding-inline:16px;font-size:12px}.hero-sticker{width:80px;height:80px;font-size:8px}.section-heading h1,.section-heading h2,.box-content-copy h2,.faq-intro h2,.video-panel h2{font-size:33px}.section-heading--split{display:block}.section-heading--split>.button{margin-top:14px}.steps-grid,.activity-grid,.product-grid{grid-template-columns:1fr}.steps-grid>.step-card:last-child,.activity-grid>.activity-card:last-child{grid-column:auto}.step-card__visual{height:130px}.product-card__image{aspect-ratio:1.3}.activity-card__placeholder,.activity-card__image{height:170px}.instagram-panel{padding:43px 17px}.instagram-gallery{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-brand{grid-column:auto}.footer-bottom{display:block}.mobile-product-bar{position:fixed;z-index:25;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--color-background)}.template-product .site-footer{padding-bottom:90px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header__inner{height:86px}.site-logo__image--brand{width:74px;height:74px;max-height:74px;object-fit:contain}.footer-brand__logo{display:block;width:116px}.footer-brand__logo img{width:116px;height:116px;object-fit:contain}.step-card{overflow:hidden}.step-card__image{height:236px;object-fit:cover;border-radius:14px}.step-number{z-index:2;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#fffdf9ed;font-weight:700}.activity-card__image{height:247px;object-fit:cover}.product-grid--kits{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-grid--kits .product-card__image{aspect-ratio:.86;object-fit:cover;object-position:center}.product-grid--kits .product-card__body{padding:17px 14px}.product-grid--kits .product-card h3{font-size:15px}.product-card--pink{border-color:#efc8d7}.product-card--peach{border-color:#e9d8bf}.product-card--cocoa{border-color:#e2d5c7}.product-card--blue{border-color:#d5e4ec}.variant-note{margin:0;color:#756d68;font-size:11px}@media(max-width:989px){.site-header__inner{height:75px}.site-logo__image--brand{width:64px;height:64px;max-height:64px}.product-grid--kits{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.step-card__image{height:220px}}@media(max-width:580px){.product-grid--kits{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-grid--kits .product-card__body{padding:12px 9px}.product-grid--kits .product-card h3{font-size:12px}.product-grid--kits .product-card__button{padding-inline:8px;font-size:11px}.step-card__image,.activity-card__image{height:225px}.footer-brand__logo,.footer-brand__logo img{width:100px;height:100px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
