.cm-lp{--cmlp-container: 1600px;--cmlp-pad: 24px;--cmlp-gap: 16px;--cmlp-ink: #000000;--cmlp-bg: #ffffff;--cmlp-subdued: #6b6b6b;--cmlp-line: rgba(0, 0, 0, .1);--cmlp-sale: #c0392b;--cmlp-accent: #8e5d6f;--cmlp-radius: 6px;--cmlp-heading-font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--cmlp-body-font: Helvetica, Arial, sans-serif;color:var(--cmlp-ink);background-color:var(--cmlp-bg);font-family:var(--cmlp-body-font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}.cm-lp *,.cm-lp *:before,.cm-lp *:after{box-sizing:border-box}@media screen and (min-width:700px){.cm-lp{--cmlp-pad: 32px;--cmlp-gap: 20px}}@media screen and (min-width:1000px){.cm-lp{--cmlp-pad: 48px;--cmlp-gap: 24px}}.cm-lp__section{padding-block:32px}@media screen and (min-width:1000px){.cm-lp__section{padding-block:48px}}.cm-lp__section--flush{padding-block:0}.cm-lp__container{max-width:var(--cmlp-container);margin-inline:auto;padding-inline:var(--cmlp-pad)}.cm-lp__container--full{max-width:none;padding-inline:0}.cm-lp__bleed{margin-inline:calc(var(--cmlp-pad) * -1);padding-inline:var(--cmlp-pad);scroll-padding-inline:var(--cmlp-pad)}.cm-lp__stack{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:1000px){.cm-lp__stack{gap:32px}}.cm-lp__heading{font-family:var(--cmlp-heading-font);font-weight:400;font-size:26px;line-height:1.1;letter-spacing:normal;margin:0;text-wrap:balance}@media screen and (min-width:1000px){.cm-lp__heading{font-size:32px}}.cm-lp__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.cm-lp__view-all{flex:none;font-size:13px;color:var(--cmlp-ink);text-decoration:underline;text-underline-offset:3px}.cm-lp-carousel{display:block;position:relative}.cm-lp-carousel__track{display:grid;grid-auto-flow:column;gap:var(--cmlp-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain;padding-bottom:4px}.cm-lp-carousel__track::-webkit-scrollbar{display:none}.cm-lp-carousel__track>*{scroll-snap-align:start}.cm-lp-carousel--collections .cm-lp-carousel__track{grid-auto-columns:73vw}.cm-lp-carousel--products .cm-lp-carousel__track{grid-auto-columns:74vw}@media screen and (min-width:700px){.cm-lp-carousel--collections .cm-lp-carousel__track,.cm-lp-carousel--products .cm-lp-carousel__track{grid-auto-columns:36vw}}@media screen and (min-width:1000px){.cm-lp-carousel--collections .cm-lp-carousel__track,.cm-lp-carousel--products .cm-lp-carousel__track{grid-auto-columns:calc((100% - var(--cmlp-gap) * 3) / 4)}}.cm-lp-carousel__controls{display:flex;align-items:center;gap:20px;margin-top:20px}.cm-lp-carousel__controls[hidden]{display:none!important}.cm-lp-carousel__progress{position:relative;flex:1 1 auto;height:2px;background:var(--cmlp-line);overflow:hidden}.cm-lp-carousel__progress:after{content:"";position:absolute;inset-block:0;left:0;width:100%;background:var(--cmlp-ink);transform:scaleX(var(--cm-lp-progress, .25));transform-origin:left;transition:transform .2s ease}.cm-lp-carousel__buttons{display:flex;gap:8px;flex:none}.cm-lp-carousel__button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--cmlp-line);border-radius:50%;background:transparent;color:var(--cmlp-ink);cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.cm-lp-carousel__button:hover:not(:disabled){background:#0000000d}.cm-lp-carousel__button:disabled{opacity:.3;cursor:default}.cm-lp-carousel__button svg{width:16px;height:16px}.cm-lp-ccard{position:relative;display:block;overflow:hidden;border-radius:var(--cmlp-radius);color:#fff;text-decoration:none;box-shadow:0 2px 8px #00000014}.cm-lp-ccard__media{position:relative;aspect-ratio:4 / 5;background:#f3f3f3}.cm-lp-ccard__media>img,.cm-lp-ccard__media>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.cm-lp-ccard:hover .cm-lp-ccard__media>img{transform:scale(1.04)}.cm-lp-ccard__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;pointer-events:none}.cm-lp-ccard__content{position:absolute;inset-inline:0;bottom:0;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;text-align:center}.cm-lp-ccard__arrow{width:40px;height:40px;color:#fff}.cm-lp-ccard__title{font-family:var(--cmlp-heading-font);font-weight:400;font-size:18px;line-height:1.2;margin:0}@media screen and (min-width:1000px){.cm-lp-ccard__title{font-size:20px}}.cm-lp-pcard{position:relative;display:flex;flex-direction:column;gap:12px;background:#fff;color:#000}.cm-lp-pcard__figure{position:relative;overflow:hidden;border-radius:var(--cmlp-radius);background:#f3f3f3}.cm-lp-pcard__link{display:block;position:relative;aspect-ratio:1 / 1}.cm-lp-pcard__image,.cm-lp-pcard__link>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cm-lp-pcard__image--secondary{opacity:0;transition:opacity .35s ease}@media(pointer:fine){.cm-lp-pcard:hover .cm-lp-pcard__image--secondary{opacity:1}}.cm-lp-pcard__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.cm-lp-badge{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--cmlp-ink);color:#fff;font-size:11px;font-weight:700;line-height:1;letter-spacing:.02em}.cm-lp-badge--sale{background:var(--cmlp-sale)}.cm-lp-pcard__quick{position:absolute;right:10px;bottom:10px;z-index:2}.cm-lp-pcard__quick-text{display:none;padding:11px 18px;border:0;border-radius:999px;background:#fff;color:var(--cmlp-ink);font-family:var(--cmlp-body-font);font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #0000001f}.cm-lp-pcard__quick-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:var(--cmlp-ink);cursor:pointer;box-shadow:0 2px 10px #0000001f}.cm-lp-pcard__quick-icon svg{width:16px;height:14px}@media(pointer:fine){.cm-lp-pcard__quick-text{display:inline-block}.cm-lp-pcard__quick-icon{display:none}}.cm-lp-pcard__info{display:flex;flex-direction:column;gap:4px}.cm-lp-pcard__title{margin:0;font-size:14px;font-weight:700;line-height:1.4}.cm-lp-pcard__title a{color:inherit;text-decoration:none}.cm-lp-pcard__title a:hover{text-decoration:underline}.cm-lp-pcard__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;font-size:14px}.cm-lp-pcard__price--sale{color:var(--cmlp-sale);font-weight:700}.cm-lp-pcard__price--compare{color:var(--cmlp-subdued);text-decoration:line-through}.cm-lp-pcard__swatches{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:4px}.cm-lp-swatch{width:16px;height:16px;border-radius:50%;border:1px solid var(--cmlp-line);background-size:cover;background-position:center}.cm-lp-pcard__swatch-more{font-size:11px;color:var(--cmlp-subdued)}.cm-lp-banner{position:relative;display:block;width:100%;background:#f3f3f3}.cm-lp-banner__media,.cm-lp-banner__media img,.cm-lp-banner__media svg{display:block;width:100%;height:auto}.cm-lp-banner__media svg{aspect-ratio:16 / 9;height:auto;background:#e9e5e2}@media screen and (max-width:699px){.cm-lp-banner__media svg{aspect-ratio:3 / 4}}.cm-lp-hero{--cmlp-hero-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--cmlp-hero-ink: #1a1a1a;--cmlp-hero-body: #8a8580;--cmlp-hero-accent: var(--cmlp-accent);--cmlp-hero-surface: #f2efed;--cmlp-hero-radius: 16px;position:relative;overflow:hidden;border-radius:var(--cmlp-hero-radius);background-color:var(--cmlp-hero-surface);font-family:var(--cmlp-hero-sans)}.cm-lp__container--full .cm-lp-hero{border-radius:0}.cm-lp-hero__inner{display:flex;flex-direction:column}.cm-lp-hero__content{position:relative;z-index:2;order:1;display:flex;flex-direction:column;gap:12px;padding:20px var(--cmlp-pad) 24px}.cm-lp-hero__rating{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap}.cm-lp-hero__stars{display:inline-flex;align-items:center;gap:2px;padding:3px 8px;border-radius:4px;background:#00b67a}.cm-lp-hero__star{display:inline-flex;width:14px;height:14px}.cm-lp-hero__star svg{width:100%;height:100%}.cm-lp-hero__rating-text{font-size:12px;line-height:1;color:#8a8580e6}.cm-lp-hero__rating-text strong{font-weight:700;color:var(--cmlp-hero-ink);font-variant-numeric:tabular-nums}.cm-lp-hero__rating-sep{font-size:12px;color:#8a858080}.cm-lp-hero__headline{margin:0;font-family:var(--cmlp-hero-sans);font-weight:600;color:var(--cmlp-hero-ink);line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.cm-lp-hero__headline-main{display:block;font-size:clamp(26px,5.4vw,48px)}.cm-lp-hero__accent{position:relative;white-space:nowrap}.cm-lp-hero__accent:after{content:"";position:absolute;left:0;bottom:1px;width:100%;height:3px;border-radius:2px;background:var(--cmlp-hero-accent);transform-origin:left}@media(prefers-reduced-motion:no-preference){.cm-lp-hero__accent:after{transform:scaleX(0);animation:cm-lp-underline .8s .8s ease-out forwards}}@keyframes cm-lp-underline{to{transform:scaleX(1)}}.cm-lp-hero__headline-sub{display:block;margin-top:8px;font-weight:400;font-size:14px;line-height:1.45;letter-spacing:0;color:#8a8580e6}.cm-lp-hero__headline-sub strong{color:var(--cmlp-hero-ink);font-weight:600}.cm-lp-hero__cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.cm-lp-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:360px;padding:17px 32px;border:1px solid var(--cmlp-hero-accent);border-radius:999px;background:var(--cmlp-hero-accent);color:#fff;font-family:var(--cmlp-hero-sans);font-size:13.5px;font-weight:600;letter-spacing:.02em;text-align:center;text-decoration:none;box-shadow:0 10px 24px #8e5d6f47;transition:transform .18s ease,box-shadow .18s ease}.cm-lp-hero__cta:hover,.cm-lp-hero__cta:focus{transform:translateY(-2px);box-shadow:0 16px 32px #8e5d6f61;color:#fff;text-decoration:none}.cm-lp-hero__cta svg{width:16px;height:16px;flex:none;transition:transform .18s ease}@media(prefers-reduced-motion:no-preference){.cm-lp-hero__cta:hover svg{transform:translate(4px)}}.cm-lp-hero__proof{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#8a8580bf;font-variant-numeric:tabular-nums}.cm-lp-hero__proof-dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:#22c55e}@media(prefers-reduced-motion:no-preference){.cm-lp-hero__proof-dot{animation:cm-lp-pulse 2s ease-in-out infinite}}@keyframes cm-lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.cm-lp-hero__benefits{display:none}.cm-lp-hero__media{position:relative;order:0;overflow:hidden;background-color:#1a1a1a0d}.cm-lp-hero__media-wrap{position:relative;aspect-ratio:4 / 5}.cm-lp-hero__media-wrap video,.cm-lp-hero__media-wrap img,.cm-lp-hero__media-wrap svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cm-lp-hero__badge{position:absolute;z-index:3;bottom:12px;left:12px;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:var(--cmlp-hero-radius);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #1a1a1a1a}.cm-lp-hero__badge-num{font-size:22px;font-weight:600;line-height:1;color:var(--cmlp-hero-accent)}.cm-lp-hero__badge-label{display:flex;flex-direction:column}.cm-lp-hero__badge-title{font-size:10px;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.06em;color:var(--cmlp-hero-ink)}.cm-lp-hero__badge-desc{font-size:9px;line-height:1.3;color:#8a8580bf}.cm-lp-hero__badge-trust{display:none}.cm-lp-hero__micro{order:2;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 10px;padding:12px 16px;border-top:1px solid rgba(26,26,26,.08)}.cm-lp-hero__micro-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#8a8580e6}.cm-lp-hero__micro-item svg{width:13px;height:13px;color:var(--cmlp-hero-accent)}.cm-lp-hero__micro-dot{width:3px;height:3px;border-radius:50%;background:#1a1a1a26}@media screen and (min-width:750px){.cm-lp-hero__content{padding:24px 28px;gap:14px}.cm-lp-hero__headline-sub{font-size:16px}.cm-lp-hero__cta{width:auto;max-width:none}.cm-lp-hero__star{width:16px;height:16px}.cm-lp-hero__rating-text{font-size:13px}.cm-lp-hero__badge{bottom:16px;left:16px;padding:12px 16px;gap:10px}.cm-lp-hero__badge-num{font-size:26px}.cm-lp-hero__badge-title{font-size:11px}.cm-lp-hero__badge-desc{font-size:10px}}@media screen and (min-width:990px){.cm-lp-hero__inner{flex-direction:row;align-items:stretch;min-height:620px}.cm-lp-hero__content{order:0;flex:1 1 55%;justify-content:center;padding:48px;gap:20px}.cm-lp-hero__media{order:1;flex:1 1 45%}.cm-lp-hero__micro{display:none}.cm-lp-hero__headline-sub{font-size:18px}.cm-lp-hero__media-wrap{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto}.cm-lp-hero__badge{bottom:auto;left:auto;top:36px;right:36px;flex-direction:column;align-items:flex-start;gap:6px;max-width:270px;padding:16px 22px;background:#fffffff2;box-shadow:0 4px 20px #1a1a1a14}.cm-lp-hero__badge-num{font-size:34px}.cm-lp-hero__badge-title{font-size:12px}.cm-lp-hero__badge-desc{font-size:11px}.cm-lp-hero__badge-trust{display:flex;align-items:center;gap:6px;padding-top:4px;border-top:1px solid rgba(26,26,26,.1)}.cm-lp-hero__badge-trust svg{width:16px;height:16px;flex-shrink:0;color:var(--cmlp-hero-accent)}.cm-lp-hero__badge-trust span{font-size:11px;font-weight:500;color:#8a8580e6}.cm-lp-hero__benefits{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.cm-lp-hero__benefit{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#8a8580bf}.cm-lp-hero__benefit svg{width:16px;height:16px;color:var(--cmlp-hero-accent)}}@media(prefers-reduced-motion:no-preference){.cm-lp-hero__content>*{opacity:0;transform:translateY(12px);animation:cm-lp-fade-up .5s ease-out forwards}.cm-lp-hero__content>*:nth-child(1){animation-delay:.05s}.cm-lp-hero__content>*:nth-child(2){animation-delay:.12s}.cm-lp-hero__content>*:nth-child(3){animation-delay:.18s}.cm-lp-hero__content>*:nth-child(4){animation-delay:.24s}.cm-lp-hero__content>*:nth-child(5){animation-delay:.3s}.cm-lp-hero__media{opacity:0;animation:cm-lp-fade-in .5s .1s ease-out forwards}}@keyframes cm-lp-fade-up{to{opacity:1;transform:translateY(0)}}@keyframes cm-lp-fade-in{to{opacity:1}}.cm-lp-placeholder{background:#e9e5e2;fill:#0000002e}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cm-lp.css.map */
