:root{--mt-radius-sm: 1rem;--mt-radius-md: 1.4rem;--mt-radius-lg: 2rem;--mt-radius-xl: 2.4rem;--mt-space-sm: 1.6rem;--mt-space-md: 2.4rem;--mt-space-lg: 3.2rem;--mt-space-xl: 4.8rem;--mt-ease: cubic-bezier(.2,.8,.2,1);--mt-fast: .25s;--mt-slow: .45s}.section-header{transition:box-shadow var(--mt-slow) ease,background-color var(--mt-slow) ease}.section-header.scrolled-past-header .header-wrapper{background-color:rgba(var(--color-background),.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 30px -14px #0006}.header__icon,.header__search{transition:transform var(--mt-fast) var(--mt-ease),opacity var(--mt-fast) var(--mt-ease)}.header__icon:hover,.header__search:hover{transform:translateY(-1px);opacity:.75}.mt-wrap{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.mt-wrap{padding:0 5rem}}.mt-eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:700;letter-spacing:.14rem;text-transform:uppercase;padding:.6rem 1.4rem .6rem 1.1rem;border-radius:999px;background:rgba(var(--color-foreground),.06);color:rgba(var(--color-foreground),.85);margin:0 0 1.8rem}.mt-eyebrow:before{content:"";width:.6rem;height:.6rem;border-radius:50%;background:rgb(var(--color-button));flex-shrink:0}.mt-heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.1;letter-spacing:-.02em;margin:0 0 1.4rem;color:rgb(var(--color-foreground))}.mt-heading--xl{font-size:4.2rem;letter-spacing:-.03em}.mt-heading--lg{font-size:3.4rem}.mt-heading--md{font-size:2.6rem}@media screen and (min-width:750px){.mt-heading--xl{font-size:6.6rem}.mt-heading--lg{font-size:4.8rem}.mt-heading--md{font-size:3.3rem}}.mt-subheading{font-size:1.7rem;line-height:1.6;color:rgba(var(--color-foreground),.7);max-width:60rem;margin:0 0 2.4rem}.mt-center{text-align:center;margin-left:auto;margin-right:auto}.mt-head-block{margin-bottom:var(--mt-space-xl)}.mt-btn-row{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:center}.mt-btn-row.mt-center{justify-content:center}.button:not([aria-disabled=true]){transition:transform var(--mt-fast) var(--mt-ease),box-shadow var(--mt-fast) var(--mt-ease),opacity var(--mt-fast) var(--mt-ease)}.button--primary:not([aria-disabled=true]):hover{transform:translateY(-2px);box-shadow:0 14px 28px -10px rgba(var(--color-button),.55)}.button--secondary:not([aria-disabled=true]):hover{transform:translateY(-2px)}.mt-grid{display:grid;gap:2.4rem}.mt-grid--2,.mt-grid--3{grid-template-columns:repeat(1,1fr)}.mt-grid--4{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:700px){.mt-grid--2{grid-template-columns:repeat(2,1fr)}.mt-grid--3{grid-template-columns:repeat(3,1fr)}.mt-grid--4{grid-template-columns:repeat(4,1fr)}}.mt-card{background:rgba(var(--color-foreground),.045);border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--mt-radius-lg);padding:var(--mt-space-lg) 2.6rem;transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,border-color .35s ease}.mt-card:hover{transform:translateY(-6px);background:rgba(var(--color-foreground),.075);border-color:rgba(var(--color-foreground),.18)}.mt-icon-badge{width:5.6rem;height:5.6rem;border-radius:var(--mt-radius-md);display:flex;align-items:center;justify-content:center;background:rgba(var(--color-button),.12);color:rgb(var(--color-button));margin-bottom:1.8rem;transition:transform var(--mt-fast) var(--mt-ease),background var(--mt-fast) var(--mt-ease)}.mt-card:hover .mt-icon-badge{transform:scale(1.08) rotate(-3deg);background:rgba(var(--color-button),.2)}.mt-icon-badge svg{width:2.6rem;height:2.6rem}.mt-icon-badge--round{border-radius:50%}.mt-card h3{font-size:2rem;margin:0 0 .8rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}.mt-card p{margin:0;font-size:1.5rem;line-height:1.55;color:rgba(var(--color-foreground),.72)}.mt-stagger-1{transition-delay:.08s}.mt-stagger-2{transition-delay:.16s}.mt-stagger-3{transition-delay:.24s}.mt-stagger-4{transition-delay:.32s}.mt-stagger-5{transition-delay:.4s}.mt-stagger-6{transition-delay:.48s}.mt-hero{position:relative;overflow:clip;display:flex;align-items:center}.mt-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mt-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.mt-hero__bg--desktop{display:none}.mt-hero__bg--mobile{display:block}@media screen and (min-width:750px){.mt-hero__bg--desktop{display:block}.mt-hero__bg--mobile{display:none}}.mt-hero__bg.mt-parallax img{will-change:transform;animation:mt-kenburns 22s ease-in-out infinite alternate}@keyframes mt-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.mt-hero__bg.mt-parallax img{animation:none}}.mt-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#14100cf2,#14100cdb 38%,#14100c73,#14100c1f 82%);z-index:1}.mt-hero__content{position:relative;z-index:2;max-width:58rem;padding:8rem 0}.mt-hero:not(.mt-hero--poster) .mt-hero__title{color:#fff}.mt-hero:not(.mt-hero--poster) .mt-hero__subtitle{color:#ffffffe0}.mt-hero--poster{min-height:0!important;display:block;overflow:visible}.mt-hero__poster-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:3.2rem;align-items:center;padding:4rem 0}.mt-hero--poster .mt-hero__content{max-width:58rem;padding:0}.mt-hero__poster-media{position:relative;order:-1;display:flex;justify-content:center}.mt-hero__poster-media img{display:block;width:100%;height:auto;max-width:52rem;border-radius:var(--mt-radius-xl);box-shadow:0 30px 60px -30px #0000008c}.mt-hero--poster .mt-hero__quick{border-top-color:rgba(var(--color-foreground),.18)}.mt-hero--poster .mt-hero__quick-item{color:rgb(var(--color-foreground))}.mt-hero--poster .mt-hero__rating{right:1.6rem;bottom:1.6rem;left:auto}@media screen and (min-width:750px){.mt-hero__poster-grid{grid-template-columns:1fr 1fr;gap:5.6rem;padding:6rem 0}.mt-hero__poster-media{order:0}.mt-hero__poster-media img{max-width:100%;width:auto}}.mt-hero__quick{display:flex;flex-wrap:wrap;gap:1.2rem 2.4rem;margin-top:3.2rem;padding-top:2.8rem;border-top:1px solid rgba(255,255,255,.22)}.mt-hero__quick-item{display:flex;align-items:center;gap:.8rem;color:#fff;font-size:1.4rem;font-weight:600}.mt-hero__quick-item svg{width:2rem;height:2rem;flex-shrink:0}.mt-hero__rating{position:absolute;z-index:2;right:2.4rem;bottom:2.4rem;display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.8rem;border-radius:var(--mt-radius-lg);background:#14100c8c;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff}.mt-hero__rating-stars{display:flex;gap:.2rem;color:#e0a72b}.mt-hero__rating-stars svg{width:1.5rem;height:1.5rem}.mt-hero__rating-text{font-size:1.25rem}.mt-hero__rating-text strong{font-size:1.4rem}@media screen and (max-width:749px){.mt-hero__rating{left:2rem;right:2rem;bottom:1.6rem;justify-content:center}}.mt-hero__scroll{position:absolute;z-index:2;left:50%;bottom:1.6rem;transform:translate(-50%);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(255,255,255,.35);animation:mt-bounce 2.2s ease-in-out infinite}.mt-hero__scroll svg{width:1.8rem;height:1.8rem}@keyframes mt-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media screen and (max-width:749px){.mt-hero__scroll{display:none}}@media(prefers-reduced-motion:reduce){.mt-hero__scroll{animation:none}}.mt-hero--flat{min-height:auto;padding:7rem 0}.mt-hero--flat .mt-hero__title,.mt-hero--flat .mt-hero__subtitle,.mt-hero--flat .mt-hero__quick-item{color:rgb(var(--color-foreground))}.mt-hero--flat .mt-hero__quick{border-top-color:rgba(var(--color-foreground),.15)}.mt-vs{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:750px){.mt-vs{grid-template-columns:1fr 1fr;gap:3.2rem}}.mt-vs__col{border-radius:2rem;padding:3.6rem 3rem}.mt-vs__col--problem{background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.16)}.mt-vs__col--solution{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.mt-vs__col h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.2rem;margin:0 0 2rem}.mt-vs__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.6rem}.mt-vs__list li{display:flex;align-items:flex-start;gap:1.2rem;font-size:1.55rem;line-height:1.5}.mt-vs__list li svg{width:2.2rem;height:2.2rem;flex-shrink:0;margin-top:.1rem}.mt-vs__col--problem svg{color:rgb(var(--color-button))}.mt-vs__col--solution svg{color:rgb(var(--color-button-text))}.mt-steps{counter-reset:mt-step}.mt-step{position:relative;text-align:center;padding:1rem}.mt-step__num{width:4.4rem;height:4.4rem;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.8rem;margin:0 auto 1.8rem}.mt-step h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.9rem;margin:0 0 .8rem}.mt-step p{font-size:1.45rem;color:rgba(var(--color-foreground),.7);margin:0}.mt-step__media{border-radius:1.6rem;overflow:hidden;margin-bottom:2rem;aspect-ratio:4/3}.mt-step__media img{width:100%;height:100%;object-fit:cover}.mt-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media screen and (min-width:750px){.mt-gallery-grid{grid-template-columns:repeat(4,1fr)}.mt-gallery-grid>.mt-gallery-item:nth-child(4n+1){grid-row:span 2}}.mt-gallery-item{position:relative;border-radius:1.4rem;overflow:clip;aspect-ratio:1/1;cursor:pointer;isolation:isolate}.mt-gallery-grid>.mt-gallery-item:nth-child(4n+1){aspect-ratio:1/2.1}.mt-gallery-item img,.mt-gallery-item video{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mt-gallery-item:hover img,.mt-gallery-item:hover video{transform:scale(1.06)}.mt-gallery-item__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.mt-gallery-item__play span{width:5.6rem;height:5.6rem;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.mt-gallery-item__play svg{width:2rem;height:2rem;margin-left:.2rem}.mt-gallery-single{display:flex;justify-content:center}.mt-gallery-item--single{width:100%;max-width:76rem;aspect-ratio:16/10;border-radius:2.2rem;box-shadow:0 30px 60px -30px #00000059}@media screen and (min-width:750px){.mt-gallery-item--single{aspect-ratio:16/9}}.mt-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0aeb;z-index:9999;display:none;align-items:center;justify-content:center;padding:4rem 2rem}.mt-lightbox.is-open{display:flex}.mt-lightbox__inner{max-width:90rem;width:100%;max-height:85vh}.mt-lightbox__inner img,.mt-lightbox__inner video{width:100%;height:100%;max-height:85vh;object-fit:contain}.mt-lightbox__close{position:absolute;top:2rem;right:2rem;width:4.4rem;height:4.4rem;border-radius:50%;background:#ffffff1a;color:#fff;border:none;font-size:2.4rem;cursor:pointer;line-height:1}.mt-testimonial{display:flex;flex-direction:column;gap:1.6rem}.mt-testimonial__stars{display:flex;gap:.3rem;color:#e0a72b}.mt-testimonial__stars svg{width:1.7rem;height:1.7rem}.mt-testimonial p.mt-testimonial__quote{font-size:1.6rem;line-height:1.55;color:rgba(var(--color-foreground),.85);margin:0}.mt-testimonial__person{display:flex;align-items:center;gap:1.2rem;margin-top:auto;padding-top:.8rem}.mt-testimonial__avatar{width:4.8rem;height:4.8rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:rgba(var(--color-foreground),.08)}.mt-testimonial__avatar img{width:100%;height:100%;object-fit:cover}.mt-testimonial__name{font-weight:700;font-size:1.4rem}.mt-testimonial__city{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.mt-offer{border-radius:2.4rem;padding:4rem 3rem;display:grid;gap:3.2rem;align-items:center;grid-template-columns:1fr}@media screen and (min-width:850px){.mt-offer{grid-template-columns:1fr auto;padding:5rem 6rem}}.mt-offer__prices{display:flex;align-items:baseline;gap:1.4rem;flex-wrap:wrap;margin:1.2rem 0 2rem}.mt-offer__price-old{font-size:2rem;text-decoration:line-through;opacity:.55}.mt-offer__price-new{font-size:3.6rem;font-weight:700;font-family:var(--font-heading-family)}.mt-offer__save{display:inline-block;padding:.5rem 1.2rem;border-radius:999px;background:#ffffff29;font-size:1.3rem;font-weight:700}.mt-countdown{display:flex;gap:1.2rem}.mt-countdown__box{min-width:7.2rem;text-align:center;background:#ffffff1f;border-radius:1.2rem;padding:1.2rem .6rem}.mt-countdown__num{display:block;font-size:2.8rem;font-weight:700;font-family:var(--font-heading-family);line-height:1}.mt-countdown__label{font-size:1.1rem;text-transform:uppercase;letter-spacing:.06rem;opacity:.75}.mt-stock-bar{margin-top:2.4rem;max-width:40rem}.mt-stock-bar__track{height:.9rem;border-radius:999px;background:#ffffff2e;overflow:hidden}.mt-stock-bar__fill{height:100%;background:#fff;border-radius:999px}.mt-stock-bar__label{font-size:1.3rem;margin-top:.8rem;font-weight:600}.mt-guarantee{text-align:center;padding:2rem 1rem}.mt-guarantee .mt-icon-badge{margin-left:auto;margin-right:auto}.mt-guarantee h3{font-size:1.6rem;margin:0 0 .4rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}.mt-guarantee p{font-size:1.35rem;margin:0;color:rgba(var(--color-foreground),.68)}.mt-faq-list{max-width:82rem;margin:0 auto;display:flex;flex-direction:column;gap:1.2rem}.mt-faq-item{border:1px solid rgba(var(--color-foreground),.12);border-radius:1.4rem;overflow:clip;background:rgba(var(--color-foreground),.04)}.mt-faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2.2rem 2.4rem;font-weight:600;font-size:1.6rem}.mt-faq-item summary::-webkit-details-marker{display:none}.mt-faq-item summary .mt-faq-plus{flex-shrink:0;width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(var(--color-foreground),.06);display:flex;align-items:center;justify-content:center;position:relative}.mt-faq-item summary .mt-faq-plus:before,.mt-faq-item summary .mt-faq-plus:after{content:"";position:absolute;background:rgb(var(--color-foreground));transition:transform .3s ease}.mt-faq-item summary .mt-faq-plus:before{width:1.2rem;height:.15rem}.mt-faq-item summary .mt-faq-plus:after{width:.15rem;height:1.2rem}.mt-faq-item[open] summary .mt-faq-plus:after{transform:rotate(90deg) scaleX(0)}.mt-faq-item__body{padding:0 2.4rem 2.4rem;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.72)}.mt-final-cta{text-align:center;padding:7rem 3rem;border-radius:2.4rem}.mt-p-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}.mt-p-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;padding:.6rem 1.2rem;border-radius:999px}.mt-p-badge svg{width:1.5rem;height:1.5rem}.mt-p-badge--sale{background:rgba(var(--color-button),.14);color:rgb(var(--color-button))}.mt-p-badge--stock{background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.mt-p-social-proof{display:flex;flex-wrap:wrap;gap:1.6rem;margin:1.2rem 0 2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.mt-p-social-proof__item{display:flex;align-items:center;gap:.6rem}.mt-p-social-proof__item svg{width:1.7rem;height:1.7rem}.mt-p-social-proof__item strong{color:rgb(var(--color-foreground))}.mt-p-urgency{margin:2rem 0;padding:1.6rem 1.8rem;border-radius:1.4rem;background:rgba(var(--color-button),.08);border:1px solid rgba(var(--color-button),.22)}.mt-p-urgency__row{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600;color:rgb(var(--color-button))}.mt-p-urgency .mt-stock-bar__track{background:rgba(var(--color-button),.18)}.mt-p-urgency .mt-stock-bar__fill{background:rgb(var(--color-button))}.mt-p-urgency .mt-stock-bar__label{color:rgb(var(--color-button))}.mt-p-benefits{list-style:none;margin:2rem 0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.mt-p-benefits li{display:flex;align-items:flex-start;gap:1rem;font-size:1.45rem}.mt-p-benefits li svg{width:2rem;height:2rem;flex-shrink:0;color:rgb(var(--color-button));margin-top:.1rem}.mt-p-trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.4rem;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}@media screen and (min-width:480px){.mt-p-trust-strip{grid-template-columns:repeat(4,1fr)}}.mt-p-trust-strip__item{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;font-size:1.1rem;color:rgba(var(--color-foreground),.68)}.mt-p-trust-strip__item svg{width:2.2rem;height:2.2rem;color:rgb(var(--color-button))}.mt-p-countdown-bar{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin:2rem 0;padding:1.4rem 1.8rem;border-radius:1.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.mt-p-countdown-bar .mt-countdown__box{background:#ffffff2e;min-width:5.6rem;padding:.8rem .4rem}.mt-p-countdown-bar .mt-countdown__num{font-size:2rem}.card-wrapper .card__inner{transition:transform var(--mt-slow) var(--mt-ease),box-shadow var(--mt-slow) var(--mt-ease)}.card-wrapper:hover .card__inner{transform:translateY(-6px);box-shadow:0 26px 50px -24px #00000073}.card-wrapper .card__media img{transition:transform .6s var(--mt-ease)}.card-wrapper:hover .card__media img{transform:scale(1.06)}.card__heading a{transition:opacity var(--mt-fast) var(--mt-ease)}.card-wrapper:hover .card__heading a{opacity:.8}.product .product__description h2{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2rem;margin:2.8rem 0 1.2rem;color:rgb(var(--color-foreground))}.product .product__description h2:first-child{margin-top:0}.product .product__description ul{list-style:none;margin:0 0 1.6rem;padding:0;display:flex;flex-direction:column;gap:.9rem}.product .product__description ul li{position:relative;padding-left:2.6rem;line-height:1.5}.product .product__description ul li:before{content:"";position:absolute;left:0;top:.4rem;width:1.6rem;height:1.6rem;border-radius:50%;background:rgba(var(--color-button),.15)}.product .product__description ul li:after{content:"";position:absolute;left:.45rem;top:.85rem;width:.7rem;height:.4rem;border-left:2px solid rgb(var(--color-button));border-bottom:2px solid rgb(var(--color-button));transform:rotate(-45deg)}@media screen and (min-width:480px){.mt-p-benefits{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.6rem}}.footer{position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-foreground),.25),transparent)}.footer input[type=email]{transition:border-color var(--mt-fast) var(--mt-ease),box-shadow var(--mt-fast) var(--mt-ease)}.footer input[type=email]:focus{box-shadow:0 0 0 3px rgba(var(--color-button),.25)}.footer .newsletter-form__button{transition:transform var(--mt-fast) var(--mt-ease)}.footer .newsletter-form__button:hover{transform:translateY(-2px)}.mt-sticky-cta-section{position:relative;z-index:60}.mt-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:1rem 1.4rem calc(1rem + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,rgba(0,0,0,.35),transparent);transform:translateY(140%);transition:transform .4s var(--mt-ease);pointer-events:none}.mt-sticky-cta.is-visible{transform:translateY(0);pointer-events:auto}.mt-sticky-cta--mobile-only{display:block}@media screen and (min-width:990px){.mt-sticky-cta--mobile-only{display:none}}.mt-sticky-cta__btn{display:flex;align-items:center;justify-content:center;gap:1.4rem;max-width:62rem;margin:0 auto;padding:1.4rem 2.4rem;border-radius:999px;text-decoration:none;color:var(--mt-cta-text, #fff);background:linear-gradient(95deg,var(--mt-cta-from, #1D4ED8),var(--mt-cta-to, #38BDF8));box-shadow:0 12px 32px -8px #00000080;transition:transform var(--mt-fast) var(--mt-ease),box-shadow var(--mt-fast) var(--mt-ease)}.mt-sticky-cta__btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px -10px #0000008c}.mt-sticky-cta__icon{display:flex;flex-shrink:0}.mt-sticky-cta__icon svg{width:2.6rem;height:2.6rem}.mt-sticky-cta__text{display:flex;flex-direction:column;align-items:center;line-height:1.25;text-align:center}.mt-sticky-cta__text strong{font-size:1.7rem;font-weight:700;letter-spacing:.02em}.mt-sticky-cta__text small{font-size:1.35rem;opacity:.92}@media screen and (min-width:750px){.mt-sticky-cta__text strong{font-size:2rem}.mt-sticky-cta__text small{font-size:1.45rem}}.mt-countdown-bar{background:linear-gradient(95deg,var(--mt-bar-from, #4C1D95),var(--mt-bar-to, #2563EB));color:var(--mt-bar-text, #fff);padding:.4rem 0}.mt-countdown-bar__inner{display:flex;flex-wrap:nowrap;align-items:center;gap:.9rem;max-width:var(--page-width);margin:0 auto;min-width:0;padding:0 1.5rem}.mt-countdown-bar__inner--left{justify-content:flex-start}.mt-countdown-bar__inner--center{justify-content:center}.mt-countdown-bar__inner--right{justify-content:flex-end}.mt-countdown-bar__label{font-size:1.15rem;font-weight:700;letter-spacing:.03em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-countdown-bar__timer{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .9rem;border-radius:999px;background:#ffffff2e;font-size:1.05rem;flex-shrink:0;white-space:nowrap}.mt-countdown-bar__unit{display:inline-flex;align-items:baseline;gap:.3rem}.mt-countdown-bar__unit b{font-size:1.2rem;font-weight:700;font-variant-numeric:tabular-nums}.mt-countdown-bar__sep{opacity:.6}@media screen and (min-width:750px){.mt-countdown-bar{padding:.5rem 0}.mt-countdown-bar__inner{padding:0 5rem}.mt-countdown-bar__label{font-size:1.3rem}.mt-countdown-bar__timer{font-size:1.2rem;padding:.3rem 1.2rem;gap:.5rem}.mt-countdown-bar__unit b{font-size:1.4rem}}.mt-products__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.4rem;justify-content:center}@media screen and (min-width:600px)and (max-width:749px){.mt-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mt-products__grid>*{max-width:42rem;width:100%;margin:0 auto}.mt-product-card{display:flex;flex-direction:column;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--mt-radius-lg);overflow:clip;transition:transform var(--mt-slow) var(--mt-ease),box-shadow var(--mt-slow) var(--mt-ease)}.mt-product-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -26px #00000059}.mt-product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:clip;background:rgba(var(--color-foreground),.04)}.mt-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--mt-ease)}.mt-product-card:hover .mt-product-card__media img{transform:scale(1.06)}.mt-product-card__badge{position:absolute;top:1.2rem;left:1.2rem;padding:.5rem 1.2rem;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.2rem;font-weight:700}.mt-product-card__body{display:flex;flex-direction:column;gap:1rem;padding:2.2rem 2rem 2.4rem;flex-grow:1}.mt-product-card__stars{display:flex;align-items:center;gap:.3rem;color:#f5b301;font-size:1.25rem}.mt-product-card__stars svg{width:1.5rem;height:1.5rem}.mt-product-card__stars span{margin-left:.4rem;color:rgba(var(--color-foreground),.6)}.mt-product-card__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;line-height:1.3;margin:0}.mt-product-card__title a{color:rgb(var(--color-foreground));text-decoration:none}.mt-product-card__title a:hover{text-decoration:underline}.mt-product-card__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:.9rem}.mt-product-card__price-old{font-size:1.5rem;text-decoration:line-through;opacity:.55}.mt-product-card__price{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;color:rgb(var(--color-foreground))}.mt-product-card__btn{margin-top:auto;width:100%}.mt-marquee{overflow:hidden;padding:.8rem 0;font-weight:600;letter-spacing:.03em;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.mt-marquee__track{display:flex;width:max-content;animation:mt-marquee-scroll var(--mt-marquee-duration, 30s) linear infinite}.mt-marquee--pausable:hover .mt-marquee__track,.mt-marquee--pausable:focus-within .mt-marquee__track{animation-play-state:paused}.mt-marquee__group{display:flex;align-items:center;flex-shrink:0}.mt-marquee__item,.mt-marquee__sep{white-space:nowrap;padding-inline:calc(var(--mt-marquee-gap, 28px) / 2)}.mt-marquee__sep{opacity:.45}@keyframes mt-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.mt-marquee__track{animation:none}.mt-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.mt-reviews__summary{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center;margin-bottom:4.8rem}@media screen and (min-width:750px){.mt-reviews__summary{grid-template-columns:auto 1fr;gap:6rem}}.mt-reviews__score{text-align:center}.mt-reviews__score-num{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:6.4rem;line-height:1;color:rgb(var(--color-foreground))}.mt-reviews__score-stars{display:flex;justify-content:center;gap:.3rem;color:#f5b301;margin:1rem 0 .6rem}.mt-reviews__score-stars svg{width:2.4rem;height:2.4rem}.mt-reviews__score-count{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.mt-reviews__bars{display:flex;flex-direction:column;gap:.9rem}.mt-reviews__bar-row{display:grid;grid-template-columns:4.5rem 1fr 4.5rem;align-items:center;gap:1.2rem}.mt-reviews__bar-label{display:inline-flex;align-items:center;gap:.4rem;font-size:1.35rem;color:rgba(var(--color-foreground),.8)}.mt-reviews__bar-label svg{width:1.4rem;height:1.4rem;color:#f5b301}.mt-reviews__bar-track{height:.9rem;border-radius:999px;background:rgba(var(--color-foreground),.12);overflow:hidden}.mt-reviews__bar-fill{display:block;height:100%;border-radius:999px;background:rgb(var(--color-foreground))}.mt-reviews__bar-count{font-size:1.3rem;color:rgba(var(--color-foreground),.6);text-align:right}.mt-reviews__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:700px){.mt-reviews__grid{grid-template-columns:repeat(3,1fr)}}.mt-review{display:flex;flex-direction:column;gap:1.2rem}.mt-review__photo{border-radius:var(--mt-radius-md);overflow:clip;aspect-ratio:4/3}.mt-review__photo img{width:100%;height:100%;object-fit:cover}.mt-review__stars{display:flex;gap:.25rem;color:#f5b301}.mt-review__stars svg{width:1.6rem;height:1.6rem}.mt-review__text{margin:0;font-size:1.5rem;line-height:1.55;color:rgba(var(--color-foreground),.85)}.mt-review__author{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.2rem;margin-top:auto}.mt-review__name{font-weight:700;font-size:1.4rem}.mt-review__verified{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;color:rgb(var(--color-button))}.mt-review__verified svg{width:1.4rem;height:1.4rem}.mt-trust-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:1.6rem;margin-bottom:3.2rem}@media screen and (min-width:700px){.mt-trust-stats{grid-template-columns:repeat(3,1fr)}}.mt-trust-stat{text-align:center;padding:2.4rem 1.6rem;border-radius:var(--mt-radius-lg);background:rgba(var(--color-foreground),.045);border:1px solid rgba(var(--color-foreground),.1)}.mt-trust-stat__icon{color:rgb(var(--color-button));margin-bottom:1rem}.mt-trust-stat__icon svg{width:2.8rem;height:2.8rem}.mt-trust-stat__value{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;line-height:1.1;color:rgb(var(--color-foreground))}.mt-trust-stat__label{font-size:1.35rem;color:rgba(var(--color-foreground),.7);margin-top:.4rem}.mt-trust-card{text-align:center;padding:4.8rem 3rem;border-radius:var(--mt-radius-xl);color:#fff;background:linear-gradient(140deg,var(--mt-trust-from, #1D4ED8),var(--mt-trust-to, #38BDF8));box-shadow:0 24px 60px -28px #0009}.mt-trust-card__badge{width:6rem;height:6rem;border-radius:50%;margin:0 auto 1.8rem;display:flex;align-items:center;justify-content:center;background:#fff3}.mt-trust-card__badge svg{width:3rem;height:3rem}.mt-trust-card__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:3.2rem;line-height:1.15;margin:0 0 1.2rem}@media screen and (min-width:750px){.mt-trust-card__title{font-size:4rem}}.mt-trust-card__text{font-size:1.6rem;line-height:1.55;opacity:.94;max-width:56rem;margin:0 auto}.mt-to-top{position:fixed;right:1.8rem;bottom:10rem;z-index:55;width:4.8rem;height:4.8rem;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;background:rgb(var(--color-button));box-shadow:0 10px 26px -8px #0009;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity var(--mt-fast) var(--mt-ease),transform var(--mt-fast) var(--mt-ease),visibility var(--mt-fast)}.mt-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.mt-to-top svg{width:2.2rem;height:2.2rem;transform:rotate(180deg)}.mt-p-viral{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.6rem}.mt-p-viral__item{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem;border-radius:999px;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(95deg,#7c3aed,#4f46e5)}.mt-p-recent{display:inline-flex;align-items:center;gap:.8rem;font-size:1.35rem;margin-bottom:1.2rem;color:rgba(var(--color-foreground),.85)}.mt-p-recent__dot{width:.9rem;height:.9rem;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55eb3;animation:mt-pulse 2s infinite;flex-shrink:0}@keyframes mt-pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 .9rem #22c55e00}to{box-shadow:0 0 #22c55e00}}@media(prefers-reduced-motion:reduce){.mt-p-recent__dot{animation:none}}.mt-p-valid{display:inline-block;padding:.9rem 1.8rem;border-radius:999px;border:1px solid rgba(var(--color-button),.5);color:rgb(var(--color-button));font-size:1.35rem;font-weight:600;margin-bottom:1.6rem}body{padding-bottom:8rem}.header--mt-logo-only{display:grid!important;grid-template-columns:1fr auto 1fr!important;grid-template-areas:none!important;align-items:center}.header--mt-logo-only .header__heading,.header--mt-logo-only>.header__heading-link{grid-area:auto!important;grid-column:2!important;justify-self:center!important;margin:0}.header--mt-logo-only .header__icons{grid-area:auto!important;grid-column:3!important;justify-self:end!important}.mt-video-auto{position:relative;width:100%}.mt-video-auto video{display:block;width:100%;height:100%;object-fit:cover}.page-width,.mt-wrap,.mt-countdown-bar__inner{padding-left:2rem;padding-right:2rem}@media screen and (min-width:750px){.page-width,.mt-wrap,.header.page-width,.utility-bar__grid.page-width,.mt-countdown-bar__inner{padding-left:8rem;padding-right:8rem}}@media screen and (min-width:990px){.page-width,.mt-wrap,.header:not(.drawer-menu).page-width,.utility-bar__grid.page-width{padding-left:12rem;padding-right:12rem}.mt-countdown-bar__inner{padding-left:12rem;padding-right:12rem}}@media(prefers-reduced-motion:reduce){.mt-card,.mt-gallery-item img,.mt-gallery-item video{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/mt-styles.css.map */
