:root{--cushe-blue: #A6CBDF;--cushe-cream: #F5E7D9;--cushe-nude: #E3B48C;--cushe-charcoal: #2E2A28}.cushe-announcement{background:var(--cushe-charcoal);color:var(--cushe-cream);overflow:hidden;white-space:nowrap;padding:9px 0}.cushe-announcement__track{display:inline-flex;animation:cushe-marquee 28s linear infinite}.cushe-announcement__item{display:inline-block;padding:0 2.4rem;font-size:1.3rem;letter-spacing:.06em}@keyframes cushe-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.cushe-announcement__track{animation:none}}.cushe-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;padding:2.4rem 0;text-align:center}.cushe-trust__item svg{width:34px;height:34px;margin-bottom:.8rem}.cushe-trust__item p{margin:0;font-size:1.3rem;letter-spacing:.03em}@media screen and (max-width:749px){.cushe-trust{grid-template-columns:repeat(2,1fr)}}.cushe-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.cushe-benefit{background:#fff;border-radius:14px;padding:2.4rem 2rem;box-shadow:0 4px 18px #2e2a280f}.cushe-benefit svg{width:40px;height:40px;margin-bottom:1.2rem}.cushe-benefit h3{margin:0 0 .8rem;font-size:1.7rem}.cushe-benefit p{margin:0;font-size:1.4rem;line-height:1.55}@media screen and (max-width:989px){.cushe-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.cushe-benefits__grid{grid-template-columns:1fr}}.cushe-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;counter-reset:step}.cushe-step{position:relative;padding:2.2rem 1.8rem 1.8rem;border:1.5px solid var(--cushe-blue);border-radius:14px;background:#fff9}.cushe-step__num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--cushe-blue);color:var(--cushe-charcoal);font-weight:700;margin-bottom:1rem}.cushe-step h3{margin:0 0 .6rem;font-size:1.6rem}.cushe-step p{margin:0;font-size:1.4rem;line-height:1.5}@media screen and (max-width:749px){.cushe-steps__grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:479px){.cushe-steps__grid{grid-template-columns:1fr}}.cushe-shades__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.cushe-shade{text-align:center;background:#fff;border-radius:14px;padding:2.4rem 1.6rem;box-shadow:0 4px 18px #2e2a280f}.cushe-shade__dot{width:64px;height:64px;border-radius:50%;margin:0 auto 1.2rem;border:3px solid var(--cushe-cream);box-shadow:0 2px 8px #2e2a2826}.cushe-shade h3{margin:0 0 .4rem;font-size:1.6rem}.cushe-shade p{margin:0;font-size:1.35rem;opacity:.8}@media screen and (max-width:599px){.cushe-shades__grid{grid-template-columns:1fr}}.cushe-bundles{display:grid;gap:1.4rem}.cushe-bundle-card{position:relative;display:flex;align-items:center;gap:1.4rem;border:2px solid rgba(46,42,40,.15);border-radius:14px;padding:1.6rem 1.8rem;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.cushe-bundle-card:hover{border-color:var(--cushe-blue)}.cushe-bundle-card.is-selected,.cushe-bundle-card:has(input:checked){border-color:var(--cushe-blue);box-shadow:0 0 0 3px #a6cbdf59}.cushe-bundle-card input{accent-color:#6ea3c2;width:20px;height:20px;flex-shrink:0}.cushe-bundle-card__body{flex-grow:1}.cushe-bundle-card__title{font-weight:700;font-size:1.55rem;margin:0}.cushe-bundle-card__sub{margin:.2rem 0 0;font-size:1.3rem;opacity:.75}.cushe-bundle-card__price{text-align:right}.cushe-bundle-card__price .now{font-size:1.7rem;font-weight:700}.cushe-bundle-card__price .was{display:block;font-size:1.25rem;text-decoration:line-through;opacity:.55}.cushe-bundle-card__badge{position:absolute;top:-11px;left:16px;background:var(--cushe-nude);color:var(--cushe-charcoal);font-size:1.05rem;font-weight:700;letter-spacing:.05em;padding:.25rem .9rem;border-radius:20px}.cushe-bundle-card__badge--blue{background:var(--cushe-blue)}.cushe-bundle-card__save{display:inline-block;margin-top:.3rem;background:#a6cbdf40;color:var(--cushe-charcoal);font-size:1.15rem;font-weight:600;padding:.15rem .7rem;border-radius:12px}.cushe-shade-picker{display:flex;gap:1rem;flex-wrap:wrap;margin:.6rem 0 1.6rem}.cushe-shade-pill{display:flex;align-items:center;gap:.7rem;border:2px solid rgba(46,42,40,.15);border-radius:40px;padding:.6rem 1.4rem .6rem .8rem;cursor:pointer;font-size:1.35rem;background:#fff}.cushe-shade-pill:has(input:checked){border-color:var(--cushe-blue);box-shadow:0 0 0 3px #a6cbdf59}.cushe-shade-pill input{position:absolute;opacity:0;pointer-events:none}.cushe-shade-pill__dot{width:26px;height:26px;border-radius:50%}.cushe-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.cushe-review{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 4px 18px #2e2a280f}.cushe-review__stars{color:#e8a33d;font-size:1.5rem;letter-spacing:.15em;margin-bottom:.8rem}.cushe-review p{margin:0 0 1rem;font-size:1.4rem;line-height:1.55}.cushe-review cite{font-style:normal;font-size:1.3rem;font-weight:600;opacity:.8}.cushe-review__verified{font-size:1.15rem;color:#5f8ba6;margin-left:.5rem}@media screen and (max-width:899px){.cushe-reviews__grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:599px){.cushe-reviews__grid{grid-template-columns:1fr}}.cushe-guarantee{text-align:center;padding:4.5rem 2rem}.cushe-guarantee svg{width:52px;height:52px;margin-bottom:1.2rem}.cushe-guarantee h2{margin:0 0 1rem}.cushe-guarantee p{max-width:560px;margin:0 auto;font-size:1.5rem;line-height:1.6}.cushe-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;border-top:1px solid rgba(46,42,40,.12);box-shadow:0 -4px 16px #2e2a281a;padding:1rem 1.4rem calc(1rem + env(safe-area-inset-bottom));display:none;align-items:center;gap:1.2rem;transform:translateY(110%);transition:transform .25s ease}.cushe-sticky-atc.is-visible{transform:translateY(0)}.cushe-sticky-atc__info{flex-grow:1;min-width:0}.cushe-sticky-atc__title{font-size:1.3rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cushe-sticky-atc__price{font-size:1.35rem;margin:0}.cushe-sticky-atc__btn{background:var(--cushe-blue);color:var(--cushe-charcoal);border:none;border-radius:8px;font-weight:700;font-size:1.4rem;padding:1.1rem 2rem;cursor:pointer;white-space:nowrap}@media screen and (max-width:989px){.cushe-sticky-atc{display:flex}}.cushe-cart-reassure{background:var(--cushe-cream);border-radius:10px;padding:1.2rem 1.4rem;margin:1.2rem 0;font-size:1.3rem;line-height:1.7}.cushe-cart-reassure span{display:block}.cushe-hero__tagline{color:var(--cushe-charcoal)}.cushe-hero{overflow:hidden}.cushe-hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.cushe-hero__media img,.cushe-hero__media svg{width:100%;height:auto;border-radius:18px}.cushe-hero__content h1{margin:0 0 1.4rem}.cushe-hero__content p{font-size:1.6rem;line-height:1.6;margin:0 0 2.2rem}@media screen and (max-width:749px){.cushe-hero__grid{grid-template-columns:1fr}.cushe-hero__content{text-align:center}}.cushe-section{padding:4rem 0}.cushe-section__heading{text-align:center;margin:0 0 2.8rem}.cushe-section__kicker{display:block;text-align:center;font-size:1.25rem;letter-spacing:.18em;text-transform:uppercase;color:#6ea3c2;margin-bottom:.8rem}@media screen and (max-width:749px){.product__title h1{font-size:2.6rem;line-height:1.2}.cushe-section{padding:2.8rem 0}.cushe-section__heading{margin-bottom:2rem}.cushe-announcement__item{font-size:1.15rem;padding:0 1.6rem}.cushe-guarantee{padding:3.2rem 1.6rem}.cushe-guarantee h2{font-size:2.4rem}.cushe-bundle-card{padding:1.3rem 1.4rem;gap:1rem}.cushe-bundle-card__price .now{font-size:1.5rem}.cushe-bundle-card__badge{font-size:.95rem}.cushe-benefit{padding:1.8rem 1.6rem}.cushe-hero__content h1{font-size:3.4rem}.cushe-hero__content p{font-size:1.45rem}.cushe-trust__item svg{width:28px;height:28px}.cushe-trust__item p{font-size:1.2rem}}.cushe-faq__item{background:#fff;border:1px solid rgba(46,42,40,.08);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 10px #2e2a280d}.cushe-faq__item summary{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;padding:1.5rem 1.6rem;font-weight:600;font-size:1.45rem;line-height:1.4;cursor:pointer;list-style:none}.cushe-faq__item summary::-webkit-details-marker{display:none}.cushe-faq__icon{color:#6ea3c2;font-size:2rem;line-height:1;flex-shrink:0;transition:transform .2s ease}.cushe-faq__item[open] .cushe-faq__icon{transform:rotate(45deg)}.cushe-faq__item p{margin:0;padding:0 1.6rem 1.5rem;font-size:1.4rem;line-height:1.6}@media screen and (max-width:749px){.cushe-faq__item summary{padding:1.4rem;font-size:1.35rem}.cushe-faq__item p{padding:0 1.4rem 1.4rem;font-size:1.35rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cushe.css.map */
