:root{--cm-accent:#3E5C76;--cm-accent-dark:#2F475C;--cm-sun:#F0D9B5;--cm-ink:#1F2933;--cm-cream:#F9F7F3;--cm-mint:#E8EEF3;--cm-radius:14px;--cm-shadow:0 8px 24px rgba(0,0,0,.1)}.cm-wrap{max-width:120rem;margin:0 auto;padding:0 1.5rem}@media(min-width:750px){.cm-wrap{padding:0 5rem}}.cm-card{background:#fff;border:2px solid #F1E7DB;border-radius:var(--cm-radius);box-shadow:var(--cm-shadow)}.cm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--cm-accent);color:#fff;font-weight:700;border:0;border-radius:999px;padding:1.4rem 2.6rem;font-size:1.6rem;cursor:pointer;transition:transform .12s,background .12s;text-decoration:none}.cm-btn:hover{background:var(--cm-accent-dark);transform:translateY(-1px)}.cm-btn[disabled]{opacity:.6;cursor:wait}.cm-pill{display:inline-block;background:var(--cm-sun);color:var(--cm-ink);font-weight:800;font-size:1.1rem;letter-spacing:.04em;border-radius:999px;padding:.3rem .9rem;text-transform:uppercase}.cm-vd{margin:1.6rem 0;display:grid;gap:.9rem}.cm-vd__title{font-weight:800;font-size:1.5rem;margin:0;display:flex;align-items:center;gap:.6rem}.cm-vd__tier{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center;padding:1.2rem 1.4rem;border:2px solid #E7DDD1;border-radius:var(--cm-radius);cursor:pointer;background:#fff;transition:border-color .12s,box-shadow .12s}.cm-vd__tier:hover{border-color:var(--cm-accent)}.cm-vd__tier[aria-checked=true]{border-color:var(--cm-accent);box-shadow:0 0 0 3px #ff5a5f2e;background:#fff5f5}.cm-vd__radio{width:2rem;height:2rem;border-radius:50%;border:2px solid #CFC4B8;display:grid;place-items:center}.cm-vd__tier[aria-checked=true] .cm-vd__radio{border-color:var(--cm-accent)}.cm-vd__tier[aria-checked=true] .cm-vd__radio:after{content:"";width:1rem;height:1rem;border-radius:50%;background:var(--cm-accent)}.cm-vd__label{font-weight:800;font-size:1.5rem}.cm-vd__sub{font-size:1.2rem;color:#6b7280}.cm-vd__price{text-align:right;font-weight:800;font-size:1.6rem}.cm-vd__was{display:block;font-weight:500;font-size:1.2rem;color:#9ca3af;text-decoration:line-through}.cm-vd__badge{position:absolute;top:-1.1rem;right:1.2rem}.cm-vd__save{color:#059669;font-weight:700}.cm-urg{display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;align-items:center;margin:1.2rem 0;font-size:1.3rem;font-weight:600;color:var(--cm-ink)}.cm-urg__stock{color:#b91c1c}.cm-urg__bar{height:.6rem;background:#f3e8dc;border-radius:999px;overflow:hidden;flex-basis:100%}.cm-urg__bar i{display:block;height:100%;background:linear-gradient(90deg,#f97316,#ef4444);border-radius:999px}.cm-urg__timer{font-variant-numeric:tabular-nums;background:var(--cm-ink);color:#fff;border-radius:.6rem;padding:.2rem .7rem}.cm-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:2px solid #F1E7DB;box-shadow:0 -6px 20px #00000014;padding:.9rem 1.5rem;display:none;align-items:center;gap:1.2rem;transform:translateY(110%);transition:transform .2s}.cm-sticky.is-visible{display:flex;transform:none}.cm-sticky img{width:4.8rem;height:4.8rem;object-fit:cover;border-radius:.8rem}.cm-sticky__t{flex:1;min-width:0}.cm-sticky__title{font-weight:700;font-size:1.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-sticky__price{font-size:1.3rem;color:#6b7280}.cm-sticky .cm-btn{padding:1.1rem 1.8rem;font-size:1.4rem}.cm-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;padding:2rem 0}@media(min-width:750px){.cm-trust{grid-template-columns:repeat(4,1fr)}}.cm-trust__item{display:flex;gap:1rem;align-items:center;padding:1.2rem 1.4rem}.cm-trust__icon{font-size:2.6rem;line-height:1}.cm-trust__h{font-weight:800;font-size:1.3rem;margin:0}.cm-trust__p{margin:.2rem 0 0;font-size:1.2rem;color:#6b7280}.cm-sp{padding:3rem 0}.cm-sp__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:1.6rem}.cm-sp__head h2{margin:0;font-size:2.4rem}.cm-sp__grid{display:grid;gap:1.4rem;grid-template-columns:1fr}@media(min-width:750px){.cm-sp__grid{grid-template-columns:repeat(3,1fr)}}.cm-sp__card{padding:1.6rem;display:grid;gap:.8rem}.cm-sp__stars{color:#f59e0b;letter-spacing:.1em;font-size:1.4rem}.cm-sp__text{margin:0;font-size:1.4rem;line-height:1.5}.cm-sp__who{font-size:1.2rem;color:#6b7280;display:flex;gap:.6rem;align-items:center}.cm-sp__verified{color:#059669;font-weight:700}.cm-sp__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:1rem}.cm-reels{padding-top:3rem;padding-bottom:3rem}.cm-reels h2{margin:0 0 .4rem;font-size:2.4rem}.cm-reels__sub{margin:0 0 1.6rem;color:#6b7280}.cm-reels__grid{display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.cm-reels__grid{grid-template-columns:repeat(4,1fr)}}.cm-reel{position:relative;aspect-ratio:9/16;border-radius:var(--cm-radius);overflow:hidden;background:#111}.cm-reel video,.cm-reel img{width:100%;height:100%;object-fit:cover}.cm-reel__cap{position:absolute;left:0;right:0;bottom:0;padding:1.2rem;background:linear-gradient(transparent,#000000bf);color:#fff;font-weight:700;font-size:1.3rem}.cm-reel__cap a{color:#fff;text-decoration:underline}.cm-bundle{padding:2.4rem 0}.cm-bundle h2{margin:0 0 1.2rem;font-size:2.2rem}.cm-bundle__row{display:grid;gap:1rem;grid-template-columns:1fr;align-items:stretch}@media(min-width:750px){.cm-bundle__row{grid-template-columns:repeat(3,1fr) auto}}.cm-bundle__item{display:flex;gap:1rem;align-items:center;padding:1rem}.cm-bundle__item img{width:6.4rem;height:6.4rem;object-fit:cover;border-radius:.8rem}.cm-bundle__item label{display:flex;gap:.8rem;align-items:center;cursor:pointer;font-size:1.3rem;font-weight:600}.cm-bundle__total{display:grid;gap:.6rem;align-content:center;padding:1rem;text-align:center}.cm-bundle__sum{font-size:1.8rem;font-weight:800}.cm-faq{padding-top:3rem;padding-bottom:3rem;max-width:80rem;margin:0 auto}.cm-faq h2{font-size:2.4rem;margin:0 0 1.2rem}.cm-faq details{border-bottom:1px solid #EADFD3;padding:1.2rem 0}.cm-faq summary{cursor:pointer;font-weight:700;font-size:1.5rem;list-style:none;display:flex;justify-content:space-between;gap:1rem}.cm-faq summary:after{content:"+";font-size:2rem;line-height:1}.cm-faq details[open] summary:after{content:"\2013"}.cm-faq .cm-faq__a{padding-top:.8rem;font-size:1.4rem;line-height:1.6;color:#374151}.cm-hero-kicker{display:inline-block;background:#fff;color:var(--cm-accent);font-weight:800;border-radius:999px;padding:.4rem 1.2rem;margin-bottom:1rem}.cm-hero{position:relative;min-height:var(--cm-hero-h,80vh);display:flex;align-items:center;background:var(--cm-cream);overflow:hidden}.cm-hero__pic,.cm-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center}.cm-hero__box{position:relative;z-index:1;max-width:60rem;padding-top:6rem;padding-bottom:6rem}@media(max-width:749px){.cm-hero{align-items:flex-start}.cm-hero__box{padding-top:4rem}.cm-hero__img{object-position:center bottom}}.cm-hero__h{font-size:clamp(3.2rem,6vw,6.4rem);line-height:1.02;margin:0 0 1.2rem;color:var(--cm-ink);letter-spacing:-.02em}.cm-hero__p{font-size:1.7rem;line-height:1.5;margin:0 0 2rem;color:#374151;max-width:48rem}.cm-hero__btns{display:flex;flex-wrap:wrap;gap:1rem}.cm-btn--ghost{background:#fff;color:var(--cm-ink);border:2px solid var(--cm-ink)}.cm-btn--ghost:hover{background:var(--cm-ink);color:#fff}.cm-hero__proof{margin-top:1.8rem;font-size:1.3rem;color:#6b7280}.cm-hero__proof b{color:var(--cm-ink)}.cm-cols{padding-top:3rem;padding-bottom:3rem}.cm-cols h2{margin:0 0 1.4rem;font-size:2.4rem}.cm-cols__grid{display:grid;gap:1.2rem;grid-template-columns:1fr}@media(min-width:750px){.cm-cols__grid{grid-template-columns:repeat(3,1fr)}}.cm-cols__card{position:relative;display:block;border-radius:var(--cm-radius);overflow:hidden;aspect-ratio:3/2;text-decoration:none;box-shadow:var(--cm-shadow)}.cm-cols__card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cm-cols__card:hover img{transform:scale(1.04)}.cm-cols__cap{position:absolute;left:1.4rem;bottom:1.4rem;background:#fff;border-radius:1.2rem;padding:.8rem 1.4rem;display:grid;color:var(--cm-ink)}.cm-cols__cap b{font-size:1.6rem}.cm-cols__cap small{font-size:1.2rem;color:#6b7280}.cm-slider{position:relative;min-height:var(--cm-hero-h,78vh);background:var(--cm-cream);overflow:hidden}.cm-slider__track,.cm-slide{position:absolute;top:0;right:0;bottom:0;left:0}.cm-slide{opacity:0;transition:opacity .6s;display:flex;align-items:center;pointer-events:none}.cm-slide.is-active{opacity:1;pointer-events:auto;z-index:1}.cm-slide__media{position:absolute;top:0;right:0;bottom:0;left:0}.cm-slide__img{width:100%;height:100%;object-fit:cover;object-position:center}.cm-slide__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff8f0f5,#fff8f0d9 38%,#fff8f026 70%,#fff8f000)}@media(max-width:749px){.cm-slide{align-items:flex-end}.cm-slide__media:after{background:linear-gradient(0deg,#fff8f0f7,#fff8f0d9 45%,#fff8f01a)}}.cm-slide__box{position:relative;z-index:1;max-width:62rem;padding-top:5rem;padding-bottom:6rem}.cm-slide__price{font-size:2.2rem;font-weight:800;margin:0 0 1.6rem;display:flex;align-items:center;gap:1rem}.cm-slide__price s{font-size:1.6rem;color:#9ca3af;font-weight:500}.cm-slider__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:4.4rem;height:4.4rem;border-radius:50%;border:0;background:#fff;box-shadow:var(--cm-shadow);font-size:2.6rem;line-height:1;cursor:pointer;color:var(--cm-ink)}.cm-slider__nav--prev{left:1.2rem}.cm-slider__nav--next{right:1.2rem}.cm-slider__dots{position:absolute;left:0;right:0;bottom:1.6rem;z-index:2;display:flex;justify-content:center;gap:.8rem}.cm-slider__dots button{width:1rem;height:1rem;border-radius:50%;border:0;background:#1f293740;cursor:pointer;padding:0}.cm-slider__dots button.is-active{background:var(--cm-accent);width:2.6rem;border-radius:999px}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cm-hero__h{font-weight:800;letter-spacing:-.025em}.cm-slide__box{max-width:64rem}@media(max-width:749px){.cm-slider{min-height:min(var(--cm-hero-h,78vh),640px)}.cm-slide__box{padding:2.4rem 1.6rem 6rem}.cm-hero__h{font-size:3.2rem}.cm-hero__p{font-size:1.5rem;margin-bottom:1.4rem}.cm-slide__price{font-size:1.9rem;margin-bottom:1.2rem}.cm-hero__btns .cm-btn{padding:1.2rem 2rem;font-size:1.4rem}.cm-slider__nav{display:none}.cm-trust{gap:.8rem;padding:1.4rem 0}.cm-trust__item{padding:1rem}.cm-trust__icon,.cm-cols h2,.cm-sp__head h2,.cm-reels h2,.cm-faq h2,.cm-bundle h2{font-size:2rem}}.card-product .card__heading{font-weight:700}.cm-cols__card,.cm-card,.card-wrapper{transition:transform .2s ease,box-shadow .2s ease}.cm-cols__card:hover,.cm-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #1f293724}.cm-btn:focus-visible,.cm-vd__tier:focus-visible,.cm-slider__dots button:focus-visible{outline:3px solid var(--cm-sun);outline-offset:2px}@media(prefers-reduced-motion:reduce){.cm-slide,.cm-cols__card img,.cm-cols__card,.cm-card{transition:none}}.cm-sp__card{border-left:4px solid var(--cm-sun)}.cm-faq details summary{padding:.4rem 0}.cm-protect{margin:1rem 0;border:1.5px dashed #E0D6C8;border-radius:1rem;background:#fffcf7;padding:.9rem 1.1rem}.cm-protect__row{display:flex;align-items:flex-start;gap:.9rem;cursor:pointer;font-size:1.3rem;line-height:1.35}.cm-protect__row input{margin-top:.4rem;width:1.8rem;height:1.8rem;accent-color:var(--cm-accent)}.cm-protect__icon{font-size:2rem;line-height:1}.cm-protect__price{font-weight:800;color:var(--cm-accent);margin-left:.4rem}.cm-protect__txt small{color:#6b7280}.product-form__input--pill{display:flex;flex-wrap:wrap;gap:.8rem}.product-form__input--pill .form__label{flex-basis:100%;font-weight:700;letter-spacing:.04em;font-size:1.2rem;color:#6b7280}.product-form__input--pill input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.product-form__input--pill input[type=radio]+label{display:inline-flex!important;align-items:center;justify-content:center;min-height:4.4rem;padding:.9rem 1.6rem!important;border:1.5px solid #D6CCC0!important;border-radius:999px!important;background:#fff!important;color:var(--cm-ink)!important;font-weight:600;font-size:1.4rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s;margin:0!important;box-shadow:none!important}.product-form__input--pill input[type=radio]+label:hover{border-color:var(--cm-ink)!important}.product-form__input--pill input[type=radio]:checked+label{background:var(--cm-ink)!important;color:#fff!important;border-color:var(--cm-ink)!important}.product-form__input--pill input[type=radio]:focus-visible+label{outline:3px solid var(--cm-sun);outline-offset:2px}.product-form__input--pill input[type=radio].disabled+label,.product-form__input--pill input[type=radio]:disabled+label{opacity:.45;text-decoration:line-through}.product-form__input--pill label .label-unavailable{display:none}.card__media .media img{object-fit:cover!important}.card--card .card__inner .card__media{border-radius:1.2rem;overflow:hidden}.card__heading{font-size:1.4rem!important;line-height:1.35}.price{font-weight:700}.cm-tiles{padding-top:2.4rem;padding-bottom:1rem}.cm-tiles__h{margin:0 0 .4rem;font-size:2.4rem;text-align:center}.cm-tiles__sub{margin:0 0 1.6rem;text-align:center;color:#6b7280;font-size:1.4rem}.cm-tiles__grid{list-style:none;margin:0;padding:0;display:grid;gap:1.4rem 1rem;grid-template-columns:repeat(3,1fr)}@media(min-width:750px){.cm-tiles__grid{grid-template-columns:repeat(6,1fr);gap:1.8rem 1.6rem}}@media(min-width:990px){.cm-tiles__grid--circle{grid-template-columns:repeat(8,1fr)}}.cm-tile{display:block;text-decoration:none;color:var(--cm-ink);text-align:center}.cm-tile__img{display:block;aspect-ratio:1;border-radius:1.4rem;overflow:hidden;background:var(--cm-mint);box-shadow:var(--cm-shadow)}.cm-tiles__grid--circle .cm-tile__img{border-radius:50%;box-shadow:none;border:3px solid var(--cm-sun)}.cm-tile__img img,.cm-tile__ph{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.cm-tile:hover .cm-tile__img img{transform:scale(1.05)}.cm-tile__label{display:block;margin-top:.8rem;font-weight:700;font-size:1.4rem;line-height:1.3}.cm-tile__count{display:block;font-size:1.2rem;color:#6b7280}.cm-why{padding-top:3rem;padding-bottom:3rem}.cm-why h2{text-align:center;margin:0 0 2rem;font-size:2.4rem}.cm-why__grid{display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.cm-why__grid{grid-template-columns:repeat(4,1fr);gap:1.6rem}}.cm-why__item{text-align:center;padding:1.8rem 1.2rem}.cm-why__icon{font-size:3.2rem;line-height:1;display:block;margin-bottom:.8rem}.cm-why__h{font-weight:800;font-size:1.5rem;margin:0 0 .4rem}.cm-why__p{margin:0 0 .8rem;font-size:1.3rem;color:#6b7280;line-height:1.5}.cm-why__a{color:var(--cm-accent);font-weight:700;font-size:1.3rem;text-decoration:underline}.cm-ways{padding-top:2rem;padding-bottom:2rem}.cm-ways h2{text-align:center;margin:0 0 1.6rem;font-size:2.4rem}.cm-ways__grid{display:grid;gap:1.4rem;grid-template-columns:1fr}@media(min-width:750px){.cm-ways__grid--2{grid-template-columns:repeat(2,1fr)}.cm-ways__grid--3{grid-template-columns:repeat(3,1fr)}}.cm-way{position:relative;display:flex;align-items:flex-end;min-height:24rem;border-radius:var(--cm-radius);overflow:hidden;text-decoration:none;color:#fff;box-shadow:var(--cm-shadow);background:var(--cm-ink)}.cm-ways__grid--1 .cm-way{min-height:30rem}@media(min-width:750px){.cm-ways__grid--1 .cm-way{min-height:38rem}.cm-way{min-height:28rem}}.cm-way img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.cm-way:hover img{transform:scale(1.03)}.cm-way__box{position:relative;z-index:1;padding:2rem;width:100%;background:linear-gradient(transparent,#000000b8)}.cm-way__k{display:inline-block;font-size:1.1rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.9}.cm-way__h{display:block;font-size:2.2rem;font-weight:800;margin:.3rem 0 .4rem;line-height:1.1}.cm-way__p{display:block;margin:0 0 1rem;font-size:1.3rem;opacity:.95;max-width:44rem}.cm-way .cm-btn{padding:1rem 1.8rem;font-size:1.3rem}.cm-links{padding-top:2.4rem;padding-bottom:2.4rem;border-top:1px solid #EADFD3}.cm-links h2{font-size:1.8rem;margin:0 0 1rem}.cm-links__list{display:flex;flex-wrap:wrap;gap:.6rem .8rem;list-style:none;margin:0;padding:0}.cm-links__list a{display:inline-block;padding:.6rem 1.1rem;border:1px solid #E0D6C8;border-radius:999px;font-size:1.3rem;color:var(--cm-ink);text-decoration:none;background:#fff}.cm-links__list a:hover{border-color:var(--cm-accent);color:var(--cm-accent)}@media(max-width:749px){.cm-tiles__h,.cm-why h2,.cm-ways h2{font-size:2rem}.cm-tile__label{font-size:1.3rem}.cm-way__h{font-size:1.9rem}}@media(max-width:749px){.header__heading-link .h2,.header__heading .h2,.header__heading-logo-wrapper .h2{font-size:1.9rem;letter-spacing:-.01em;white-space:nowrap}.cm-why__item{padding:1.4rem .9rem}.cm-why__h{font-size:1.35rem}.cm-why__p{font-size:1.2rem}.cm-why__icon{font-size:2.6rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cm.css.map */
