.mayuth-benefits{color:var(--benefits-text);background:var(--benefits-bg)}.mayuth-benefits__inner{display:grid;grid-template-columns:minmax(270px,.8fr) minmax(0,1.7fr);gap:var(--content-gap);align-items:center;width:min(100%,1440px);margin:auto;padding:var(--section-pad-top) clamp(24px,6vw,96px) var(--section-pad-bottom)}.mayuth-benefits__intro--left{text-align:left}.mayuth-benefits__intro--center{text-align:center}.mayuth-benefits__intro--right{text-align:right}.mayuth-benefits__heading-row{display:flex;align-items:center;gap:16px}.mayuth-benefits__intro--center .mayuth-benefits__heading-row{justify-content:center}.mayuth-benefits__intro--right .mayuth-benefits__heading-row{justify-content:flex-end}.mayuth-benefits__heading-row h2{margin:0;font-size:clamp(20px,2vw,32px);font-weight:500;line-height:1.25}.mayuth-benefits__guarantee{display:block;flex:0 0 88px;width:88px;height:88px}.mayuth-benefits__guarantee img{display:block;width:100%;height:100%;object-fit:contain}.mayuth-benefits__description{max-width:500px;margin-top:22px;font-size:clamp(13px,1vw,16px);line-height:1.65}.mayuth-benefits__description p{margin:0}.mayuth-benefits__intro--center .mayuth-benefits__description{margin-inline:auto}.mayuth-benefits__intro--right .mayuth-benefits__description{margin-left:auto}.mayuth-benefits__cards{display:grid;grid-template-columns:repeat(var(--card-columns),minmax(0,1fr));gap:clamp(14px,2vw,28px)}.mayuth-benefits__card{display:flex;min-height:260px;flex-direction:column;align-items:center;padding:30px 24px 24px;text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--card-radius);box-shadow:0 7px 22px #402b3c09}.mayuth-benefits__card h3{margin:0 0 16px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.mayuth-benefits__card-copy{font-size:12px;line-height:1.55}.mayuth-benefits__card-copy p{margin:0}.mayuth-benefits__icon{display:block;width:82px;height:82px;margin-top:auto;padding-top:16px;color:var(--benefits-accent)}.mayuth-benefits__icon svg,.mayuth-benefits__icon img{display:block;width:100%;height:100%;object-fit:contain}@media(max-width:999px){.mayuth-benefits__inner{grid-template-columns:1fr}.mayuth-benefits__intro{max-width:680px}.mayuth-benefits__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:699px){.mayuth-benefits__cards{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;-ms-overflow-style:none;scrollbar-width:none}.mayuth-benefits__cards::-webkit-scrollbar{display:none;width:0;height:0}.mayuth-benefits__card{flex:0 0 min(82vw,310px);scroll-snap-align:start;scroll-snap-stop:always}.mayuth-benefits__heading-row{align-items:center;justify-content:space-between}.mayuth-benefits__intro--center .mayuth-benefits__heading-row{justify-content:center}.mayuth-benefits__intro--right .mayuth-benefits__heading-row{justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.mayuth-benefits__cards{scroll-behavior:auto}}.mayuth-marquee{width:100%;height:var(--marquee-height);overflow:hidden;color:var(--marquee-text);background:var(--marquee-bg)}.mayuth-marquee__track{display:flex;width:max-content;height:100%;animation:mayuth-marquee-scroll var(--marquee-speed) linear infinite;will-change:transform}.mayuth-marquee__group{display:flex;flex:0 0 auto;height:100%}.mayuth-marquee__item{display:flex;min-width:clamp(220px,20vw,330px);height:100%;align-items:center;justify-content:center;gap:12px;padding:0 28px;white-space:nowrap}.mayuth-marquee__icon{display:block;flex:0 0 25px;width:25px;height:25px}.mayuth-marquee__icon svg,.mayuth-marquee__icon img{display:block;width:100%;height:100%;object-fit:contain}.mayuth-marquee__item>span:last-child{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@keyframes mayuth-marquee-scroll{to{transform:translate(-50%)}}.mayuth-marquee:hover .mayuth-marquee__track{animation-play-state:paused}@media(max-width:749px){.mayuth-marquee__item{min-width:240px;padding-inline:22px}.mayuth-marquee__item>span:last-child{font-size:10px}}@media(prefers-reduced-motion:reduce){.mayuth-marquee__track{animation-play-state:paused}}.mayuth-bridge{color:var(--bridge-text);background:var(--bridge-bg)}.mayuth-bridge__inner{display:grid;grid-template-columns:minmax(220px,1fr) minmax(320px,1.35fr) minmax(220px,1fr);gap:clamp(28px,5vw,74px);align-items:center;width:min(100%,1380px);margin:auto;padding:clamp(48px,6vw,82px) clamp(22px,5vw,70px)}.mayuth-bridge__copy{max-width:360px}.mayuth-bridge__icon{display:grid;width:30px;height:30px;margin-bottom:22px;place-items:center;color:var(--bridge-accent);background:color-mix(in srgb,var(--bridge-accent) 9%,#fff);border-radius:50%}.mayuth-bridge__icon svg{width:18px;height:18px}.mayuth-bridge h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.2vw,36px);font-weight:400}.mayuth-bridge__copy div{color:#71676d;font-size:12px;line-height:1.6}.mayuth-bridge__copy div p{margin:0}.mayuth-bridge__copy>a{display:inline-block;margin-top:18px;padding:7px 13px;color:inherit;background:transparent;border:1px solid #cfc7cc;border-radius:999px;text-decoration:none;font-size:9px;font-weight:700}.mayuth-bridge__media{display:block;height:290px;overflow:hidden;background:#f2eff0;border-radius:14px}.mayuth-bridge__media img{width:100%;height:100%;object-fit:cover;object-position:center 38%;transition:transform .4s ease}.mayuth-bridge__media:hover img{transform:scale(1.025)}@media(max-width:899px){.mayuth-bridge__inner{grid-template-columns:1fr 1.2fr}.mayuth-bridge__copy:last-child{grid-column:1/-1;max-width:620px}.mayuth-bridge__media{height:260px}}@media(max-width:599px){.mayuth-bridge__inner{grid-template-columns:1fr}.mayuth-bridge__copy{max-width:none}.mayuth-bridge__media{grid-row:2;height:280px}.mayuth-bridge__copy:last-child{grid-column:auto}}.mayuth-bridge__copy div{color:var(--bridge-muted)}.mayuth-bridge__media video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.mayuth-bridge__media:hover video{transform:scale(1.025)}.mayuth-cart{min-height:60vh;color:#2d272c;background:var(--cart-bg)}.mayuth-cart__inner{width:min(100%,1120px);margin:auto;padding:clamp(48px,7vw,88px) clamp(20px,5vw,68px)}.mayuth-cart__heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.mayuth-cart__heading p{margin:0 0 8px;color:var(--cart-accent);font-size:10px;font-weight:700;letter-spacing:.14em}.mayuth-cart h1{margin:0;font-size:clamp(34px,5vw,52px);font-weight:500}.mayuth-cart__heading>span{color:#756a71;font-size:12px}.mayuth-cart__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:28px;align-items:start}.mayuth-cart__items,.mayuth-cart__summary,.mayuth-cart__empty{background:var(--cart-card);border:1px solid #e5dde2;border-radius:14px;box-shadow:0 12px 34px #3b28370d}.mayuth-cart__items{padding:0 26px}.mayuth-cart__item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:20px;align-items:center;padding:25px 0;border-bottom:1px solid #ece5e9}.mayuth-cart__image{display:block;overflow:hidden;aspect-ratio:1;background:#f3eff1;border-radius:9px}.mayuth-cart__image img{width:100%;height:100%;object-fit:cover}.mayuth-cart__info{display:grid;gap:20px}.mayuth-cart__info a{color:inherit;font-size:14px;font-weight:700;text-decoration:none}.mayuth-cart__info p{margin:5px 0 0;color:#756a71;font-size:11px}.mayuth-cart__controls{display:flex;align-items:center;gap:10px}.mayuth-cart__controls label{font-size:10px}.mayuth-cart__controls input{width:62px;padding:8px;border:1px solid #ddd3da;border-radius:6px}.mayuth-cart__controls a{color:#7c4b6d;font-size:10px;font-weight:500;text-decoration:underline}.mayuth-cart__item>strong{font-size:13px}.mayuth-cart__update{margin:18px 0;padding:10px 0;color:var(--cart-accent);background:none;border:0;font-weight:700;text-decoration:underline;cursor:pointer}.mayuth-cart__summary{position:sticky;top:24px;padding:28px}.mayuth-cart__summary h2{margin:0 0 24px;font-size:20px}.mayuth-cart__subtotal{display:flex;justify-content:space-between;padding:18px 0;border-block:1px solid #e8e0e5}.mayuth-cart__summary>p{margin:14px 0 22px;color:#776c73;font-size:11px;line-height:1.5}.mayuth-cart__summary label{display:grid;gap:8px;margin-bottom:18px;font-size:11px;font-weight:700}.mayuth-cart__summary textarea{padding:11px;border:1px solid #ddd3da;border-radius:7px;resize:vertical}.mayuth-cart__summary button{width:100%;min-height:50px;color:#fff;background:var(--cart-accent);border:0;border-radius:7px;font-weight:700;cursor:pointer}.mayuth-cart__summary>a{display:block;margin:16px 0 24px;color:inherit;text-align:center;font-size:11px}.mayuth-cart__assurance{display:grid;gap:9px;padding-top:20px;border-top:1px solid #e8e0e5;color:#655b61;font-size:10px}.mayuth-cart__empty{max-width:650px;margin:auto;padding:clamp(45px,8vw,80px) 24px;text-align:center}.mayuth-cart__empty>div{color:var(--cart-accent);font-size:48px}.mayuth-cart__empty h2{margin:12px 0;font-size:26px}.mayuth-cart__empty p{max-width:450px;margin:0 auto 28px;color:#746970;line-height:1.6}.mayuth-cart__empty a{display:inline-flex;min-height:48px;align-items:center;padding:12px 24px;color:#fff;background:var(--cart-accent);border-radius:7px;text-decoration:none;font-weight:700}@media(max-width:799px){.mayuth-cart__layout{grid-template-columns:1fr}.mayuth-cart__summary{position:static}}@media(max-width:549px){.mayuth-cart__heading{align-items:flex-start;flex-direction:column;gap:10px}.mayuth-cart__items{padding-inline:18px}.mayuth-cart__item{grid-template-columns:84px minmax(0,1fr);gap:14px}.mayuth-cart__item>strong{grid-column:2}.mayuth-cart__controls{flex-wrap:wrap}}.mayuth-categories{color:var(--categories-text);background:var(--categories-bg)}.mayuth-categories__inner{width:min(100%,1260px);margin:auto;padding:clamp(62px,8vw,112px) clamp(22px,5vw,68px)}.mayuth-categories__heading{max-width:620px;margin:0 auto 28px;text-align:center}.mayuth-categories__heading>p{display:inline-block;margin:0 0 12px;padding:7px 13px;color:var(--categories-accent);border:1px solid color-mix(in srgb,var(--categories-accent) 28%,transparent);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mayuth-categories h2{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,48px);font-weight:400}.mayuth-categories__heading div{color:#756b71;font-size:12px;line-height:1.6}.mayuth-categories__heading div p{margin:0}.mayuth-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}.mayuth-categories__card{display:block;color:inherit;text-decoration:none}.mayuth-categories__card:nth-child(2),.mayuth-categories__card:nth-child(4){margin-top:34px}.mayuth-categories__media{height:clamp(310px,32vw,470px);overflow:hidden;background:#f4f2f3;border-radius:12px}.mayuth-categories__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mayuth-categories__card:hover img{transform:scale(1.035)}.mayuth-categories__label{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:7px 12px;padding:18px 2px 0;color:var(--categories-text);background:transparent}.mayuth-categories__label strong{font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:400;line-height:1.15}.mayuth-categories__label small{grid-column:1;color:#81767d;font-size:10px;line-height:1.45}.mayuth-categories__label i{grid-column:2;grid-row:1/3;display:grid;width:28px;height:28px;place-items:center;align-self:center;color:#fff;background:var(--categories-accent);border-radius:50%;font-style:normal}@media(max-width:899px){.mayuth-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.mayuth-categories__card:nth-child(2),.mayuth-categories__card:nth-child(4){margin-top:0}.mayuth-categories__media{height:430px}}@media(max-width:549px){.mayuth-categories__inner{padding-inline:0}.mayuth-categories__heading{padding-inline:22px}.mayuth-categories__grid{display:flex;gap:14px;overflow-x:auto;padding:0 22px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.mayuth-categories__grid::-webkit-scrollbar{display:none}.mayuth-categories__card,.mayuth-categories__card:nth-child(2),.mayuth-categories__card:nth-child(4){flex:0 0 78vw;margin-top:0;scroll-snap-align:center}.mayuth-categories__media{height:460px}}.mayuth-categories__heading div,.mayuth-categories__label small{color:var(--categories-muted)}.mayuth-categories__media video{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mayuth-categories__card:hover video{transform:scale(1.035)}.mayuth-contact{color:var(--contact-text);background:var(--contact-bg)}.mayuth-contact__inner{width:min(100%,1180px);margin:auto;padding:clamp(56px,8vw,110px) clamp(22px,6vw,84px)}.mayuth-contact__heading{max-width:680px;margin:0 auto 48px;text-align:center}.mayuth-contact__heading>p{margin:0 0 10px;color:var(--contact-accent);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mayuth-contact h1{margin:0 0 16px;font-size:clamp(34px,5vw,58px);font-weight:500;line-height:1.08}.mayuth-contact__heading div{color:#665d63;line-height:1.7}.mayuth-contact__layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.3fr);gap:28px}.mayuth-contact__details,.mayuth-contact__form-card{padding:clamp(26px,4vw,44px);background:var(--contact-card);border:1px solid #e7dfe5;border-radius:16px;box-shadow:0 14px 38px #3f2a3a0f}.mayuth-contact__details h2{margin:0 0 14px;font-size:22px}.mayuth-contact__copy{color:#665d63;font-size:14px;line-height:1.7}.mayuth-contact__trust{display:grid;gap:20px;margin:32px 0}.mayuth-contact__trust>div{display:flex;gap:13px}.mayuth-contact__trust>div>span{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;color:#fff;background:var(--contact-accent);border-radius:50%}.mayuth-contact__trust p{display:grid;gap:4px;margin:0}.mayuth-contact__trust small{color:#70666d;line-height:1.45}.mayuth-contact__email{color:var(--contact-accent);font-weight:700;text-decoration:none}.mayuth-contact form{display:grid;gap:20px}.mayuth-contact__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mayuth-contact label{display:grid;gap:8px;font-size:12px;font-weight:700;letter-spacing:.03em}.mayuth-contact label span{color:#82777e;font-weight:400}.mayuth-contact input,.mayuth-contact textarea{width:100%;padding:14px 15px;color:inherit;background:#fff;border:1px solid #dcd2d9;border-radius:8px;font:inherit;font-weight:400;outline:none}.mayuth-contact input:focus,.mayuth-contact textarea:focus{border-color:var(--contact-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--contact-accent) 14%,transparent)}.mayuth-contact button{min-height:50px;padding:13px 22px;color:#fff;background:var(--contact-accent);border:0;border-radius:7px;font-weight:700;cursor:pointer}.mayuth-contact__privacy{margin:0;color:#82777e;font-size:10px;line-height:1.5}.mayuth-contact__success,.mayuth-contact__errors{padding:14px;border-radius:8px;font-size:13px}.mayuth-contact__success{color:#28583c;background:#edf8f1}.mayuth-contact__errors{color:#8b3030;background:#fff0f0}@media(max-width:799px){.mayuth-contact__layout{grid-template-columns:1fr}.mayuth-contact__heading{margin-bottom:32px}}@media(max-width:549px){.mayuth-contact__row{grid-template-columns:1fr}.mayuth-contact__details,.mayuth-contact__form-card{padding:24px 20px;border-radius:12px}}.mayuth-footer{position:relative;overflow:hidden;color:var(--footer-text);background:var(--footer-bg);border-top:1px solid var(--footer-border)}.mayuth-footer__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .9fr 1fr 1.25fr;gap:clamp(28px,4vw,70px);width:min(100%,1380px);margin:auto;padding:var(--footer-pad-top) clamp(34px,7vw,120px) var(--footer-pad-bottom)}.mayuth-footer h2{margin:0 0 18px;font-size:13px;font-weight:700;letter-spacing:.03em}.mayuth-footer p{margin:0}.mayuth-footer__brand a{display:block;width:145px}.mayuth-footer__brand img{display:block;width:100%;height:92px;object-fit:contain;object-position:left center}.mayuth-footer__brand p{max-width:220px;margin-top:14px;font-size:12px;line-height:1.55}.mayuth-footer__richtext,.mayuth-footer__contact,.mayuth-footer__subscribe>p{font-size:12px;line-height:1.7}.mayuth-footer__richtext p{margin:0}.mayuth-footer__contact{display:grid;gap:5px}.mayuth-footer__contact a{color:inherit;text-decoration:none}.mayuth-footer__contact a:hover{text-decoration:underline}.mayuth-footer__form{position:relative;display:grid;grid-template-columns:1fr 44px;margin-top:14px}.mayuth-footer__form input{width:100%;height:44px;padding:10px 14px;color:inherit;background:#fff;border:1px solid var(--footer-border);border-right:0;border-radius:999px 0 0 999px}.mayuth-footer__form button{display:grid;height:44px;place-items:center;color:var(--footer-button-text);background:var(--footer-button);border:1px solid var(--footer-button);border-radius:0 999px 999px 0;cursor:pointer}.mayuth-footer__message{grid-column:1/-1;margin-top:8px!important;font-size:11px}.mayuth-footer__message--error{color:#9f2525}.mayuth-footer__bottom{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;width:min(100%,1380px);margin:auto;padding:20px clamp(34px,7vw,120px);border-top:1px solid var(--footer-border);font-size:10px}.mayuth-footer__bottom nav{display:flex;flex-wrap:wrap;gap:18px}.mayuth-footer__bottom a{color:inherit;text-decoration:none}.mayuth-footer__decor{position:absolute;right:-32px;bottom:-88px;z-index:0;width:250px;height:330px;pointer-events:none;opacity:.28}.mayuth-footer__decor img{display:block;width:100%;height:100%;object-fit:contain}@media(max-width:999px){.mayuth-footer__inner{grid-template-columns:repeat(2,1fr)}.mayuth-footer__decor{opacity:.38}}@media(max-width:599px){.mayuth-footer__inner{grid-template-columns:1fr;padding-inline:24px}.mayuth-footer__bottom{align-items:flex-start;flex-direction:column;padding-inline:24px}.mayuth-footer__decor{right:-105px;bottom:-110px;width:230px;opacity:.16}}.section-mayuth-header{position:relative;z-index:20}.mayuth-header{position:relative;width:100%;height:var(--header-height);color:var(--header-text);background:var(--header-bg);border-bottom:1px solid var(--header-border)}.mayuth-header--transparent{position:absolute;top:14px;right:clamp(16px,2vw,30px);left:clamp(16px,2vw,30px);width:auto;height:58px;background:#fffffff2;border:1px solid rgba(47,38,44,.1);border-radius:7px;box-shadow:0 4px 20px #2a1f270f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mayuth-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(100%,1500px);height:100%;margin:auto;padding:0 clamp(22px,4vw,70px)}.mayuth-header__brand{display:inline-flex;width:max-content;align-items:center;gap:10px;color:inherit;text-decoration:none}.mayuth-header__brand img{display:block;width:min(var(--logo-width),100%);max-height:calc(var(--header-height) - 18px);object-fit:contain;object-position:left center}.mayuth-header__monogram{display:grid;width:42px;height:42px;place-items:center;border:1px solid currentColor;border-radius:50%;font-family:Georgia,serif;font-size:24px}.mayuth-header__name{font-family:Georgia,serif;font-size:18px;letter-spacing:.18em;text-transform:uppercase}.mayuth-header__nav{display:flex;align-items:center;gap:clamp(24px,3vw,48px)}.mayuth-header__nav a,.mayuth-header__mobile-menu nav a{position:relative;color:inherit;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.mayuth-header__nav a:after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:1px;background:currentColor;transform:scaleX(0);transition:transform .2s ease}.mayuth-header__nav a:hover:after{transform:scaleX(1)}.mayuth-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}.mayuth-header__utility{display:grid;width:24px;height:24px;place-items:center;color:inherit}.mayuth-header__utility svg{width:17px;height:17px}.mayuth-header__cart{display:flex;align-items:center;gap:6px;color:inherit;text-decoration:none;font-size:12px}.mayuth-header__cart svg{width:23px;height:23px}.mayuth-header__mobile-menu{display:none;position:relative}.mayuth-header__mobile-menu summary{display:grid;width:44px;height:44px;padding:12px;align-content:center;gap:5px;cursor:pointer;list-style:none}.mayuth-header__mobile-menu summary::-webkit-details-marker{display:none}.mayuth-header__mobile-menu summary span{display:block;width:100%;height:1.5px;background:currentColor}.mayuth-header__mobile-menu nav{position:absolute;top:calc(100% + 10px);right:0;display:grid;min-width:210px;padding:12px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 14px 36px #0000001f}.mayuth-header__mobile-menu nav a{padding:14px;color:#191719;border-bottom:1px solid rgba(0,0,0,.08)}.mayuth-header__mobile-menu nav a:last-child{border:0}.mayuth-header--transparent .mayuth-header__brand{grid-column:2;grid-row:1;justify-self:center}.mayuth-header--transparent .mayuth-header__nav{grid-column:1;grid-row:1;justify-self:start}.mayuth-header--transparent .mayuth-header__actions{grid-column:3;grid-row:1}.mayuth-header--transparent .mayuth-header__brand img{max-height:48px;object-position:center}@media(max-width:749px){.mayuth-header--transparent{top:10px;right:10px;left:10px;height:64px}.mayuth-header__inner{grid-template-columns:1fr auto;padding-inline:16px}.mayuth-header__nav{display:none}.mayuth-header__mobile-menu{display:block}.mayuth-header__utility{display:none}.mayuth-header--transparent .mayuth-header__brand{grid-column:1;justify-self:start}.mayuth-header--transparent .mayuth-header__actions{grid-column:2}.mayuth-header__name{font-size:15px}.mayuth-header__monogram{width:36px;height:36px}}@media(prefers-reduced-motion:reduce){.mayuth-header__nav a:after{transition:none}}.mayuth-hero{position:relative;min-height:var(--height);overflow:hidden;color:var(--text);background:var(--bg);perspective:1200px;isolation:isolate}.mayuth-hero__media,.mayuth-hero__media picture,.mayuth-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mayuth-hero__media{background-color:var(--bg);background-position:center bottom;background-size:cover;background-repeat:no-repeat;transform:translate3d(var(--hero-media-x),var(--hero-media-y),0) scale(1.025);transition:transform .75s cubic-bezier(.22,1,.36,1);will-change:transform}.mayuth-hero__media img{display:block;object-fit:cover;object-position:center bottom}.mayuth-hero__background-image{animation:mayuth-hero-breathe 10s cubic-bezier(.45,0,.55,1) infinite alternate;transform-origin:center 55%;will-change:transform}.mayuth-hero__video-stage,.mayuth-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mayuth-hero__video-stage{z-index:1;background:var(--bg)}.mayuth-hero__video{display:block;object-fit:cover;object-position:center;opacity:0;transition:opacity .8s ease;will-change:opacity}.mayuth-hero__video.is-active{z-index:1;opacity:1}.mayuth-hero__video-stage:not(.has-two-videos) .mayuth-hero__video{opacity:1}@keyframes mayuth-hero-breathe{0%{transform:scale(1)}to{transform:scale(1.045)}}.mayuth-hero__inner{position:relative;z-index:1;display:flex;width:min(100%,1500px);min-height:var(--height);margin:auto;padding:110px clamp(32px,5vw,78px) clamp(54px,7vw,94px);align-items:flex-end;justify-content:flex-start}.position-top{align-items:flex-start}.position-middle{align-items:center}.position-bottom{align-items:flex-end}.horizontal-left{justify-content:flex-start}.horizontal-center{justify-content:center}.horizontal-right{justify-content:flex-end}.mayuth-hero__content{width:min(100%,430px);text-align:left}.align-left,.align-center,.align-right{text-align:left}.mayuth-hero__heading{margin:0 0 16px;color:var(--heading-color);font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.4vw,82px);line-height:.96;font-weight:400;letter-spacing:-.035em;text-transform:none}.mayuth-hero__heading span{display:block;color:var(--accent);font-style:italic;font-weight:400}.mayuth-hero__description{max-width:390px;color:var(--body-color);font-size:13px;line-height:1.65}.mayuth-hero__description p{margin:0}.mayuth-hero__benefits{display:none}.mayuth-hero__benefits li{display:flex;align-items:center;gap:14px}.mayuth-hero__icon{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;color:var(--accent)}.mayuth-hero__icon svg,.mayuth-hero__icon img{width:100%;height:100%;object-fit:contain}.mayuth-hero__button{display:inline-block;margin-top:24px;padding:0 0 4px;color:var(--link-color);background:transparent;border:0;border-bottom:1px solid currentColor;border-radius:0;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:none;transition:opacity .2s ease}.mayuth-hero__button:hover{opacity:.6}.mayuth-hero__product-chip{position:absolute;z-index:3;top:var(--hero-chip-top);left:var(--hero-chip-left);display:grid;grid-template-columns:48px minmax(0,1fr) 18px;width:min(var(--hero-chip-width),calc(100% - 32px));align-items:center;gap:12px;padding:10px 12px;color:#272127;background:#fffffff0;border:1px solid rgba(73,57,68,.1);border-radius:9px;box-shadow:0 12px 32px #2a1e271f;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(-50%,-50%)}.mayuth-hero__product-chip>img{width:48px;height:48px;object-fit:contain;background:#f6f3f4;border-radius:5px}.mayuth-hero__product-chip>span{display:grid;min-width:0;gap:2px}.mayuth-hero__product-chip small{color:#81767d;font-size:8px}.mayuth-hero__product-chip strong{overflow:hidden;font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.mayuth-hero__product-chip b{font-size:10px}.mayuth-hero__product-chip i{font-style:normal}@media(max-width:749px){.mayuth-hero{min-height:max(var(--mobile-height),900px)}.mayuth-hero:after{display:none}.mayuth-hero__media{transform:none}.mayuth-hero__media img{top:430px;bottom:auto;height:calc(100% - 430px);object-fit:cover;object-position:center 55%}.mayuth-hero__inner{min-height:max(var(--mobile-height),900px);padding:118px 22px var(--pad-bottom);align-items:flex-start;justify-content:flex-start}.mobile-position-top,.mobile-position-middle,.mobile-position-bottom{align-items:flex-start}.mobile-horizontal-left,.mobile-horizontal-center,.mobile-horizontal-right{justify-content:flex-start}.mayuth-hero__content{width:100%;max-width:370px;transform:none}.mobile-align-left,.mobile-align-center,.mobile-align-right{text-align:left}.mayuth-hero__heading{font-size:clamp(43px,13vw,60px)}.mayuth-hero__description{max-width:340px;font-size:13px}.mayuth-hero__product-chip{display:none}}@media(pointer:coarse){.mayuth-hero:after{display:none}.mayuth-hero__media,.mayuth-hero__content,.mayuth-hero__product-chip{transform:none}}@media(prefers-reduced-motion:reduce){.mayuth-hero:after{display:none}.mayuth-hero__background-image{animation:none}.mayuth-hero__media,.mayuth-hero__content,.mayuth-hero__product-chip{transform:none;transition:none}.mayuth-hero__button{transition:none}}@media(max-width:749px){.mayuth-hero__video-stage{top:430px;height:calc(100% - 430px)}}@media(prefers-reduced-motion:reduce){.mayuth-hero__video-stage{display:none}}.mayuth-impact-stats{width:100%;background:var(--stats-bg);color:var(--stats-text)}.mayuth-impact-stats__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;width:min(100%,1440px);margin:0 auto;padding:20px clamp(20px,5vw,76px)}.mayuth-impact-stats__item{text-align:center;padding:4px 18px}.mayuth-impact-stats__item+.mayuth-impact-stats__item{border-left:1px solid color-mix(in srgb,var(--stats-text) 24%,transparent)}.mayuth-impact-stats strong{display:block;font-size:clamp(25px,2.1vw,36px);font-weight:500;line-height:1.05;letter-spacing:-.025em}.mayuth-impact-stats span{display:block;margin-top:7px;font-size:10px;font-weight:600;line-height:1.25;letter-spacing:.08em;text-transform:uppercase;opacity:.86}@media(max-width:749px){.mayuth-impact-stats__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:14px 12px}.mayuth-impact-stats__item{padding:12px 7px}.mayuth-impact-stats__item:nth-child(3){border-left:0}.mayuth-impact-stats__item:nth-child(n+3){border-top:1px solid color-mix(in srgb,var(--stats-text) 24%,transparent)}.mayuth-impact-stats strong{font-size:24px}.mayuth-impact-stats span{font-size:8px}}.mayuth-catalogue{color:var(--catalogue-text);background:var(--catalogue-bg)}.mayuth-catalogue__inner{width:min(100%,1440px);margin:auto;padding:clamp(28px,4vw,52px) clamp(18px,4vw,58px) clamp(60px,7vw,100px)}.mayuth-catalogue__toolbar{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:20px;padding:0 0 18px}.mayuth-catalogue__toolbar>strong{font-size:14px}.mayuth-catalogue__toolbar>strong span{color:#7a7076;font-weight:400}.mayuth-catalogue__toolbar label{display:flex;align-items:center;gap:10px;font-size:11px}.mayuth-catalogue select{padding:10px 34px 10px 12px;color:inherit;background:#fff;border:1px solid #d8d0d5;border-radius:4px}.mayuth-catalogue__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px}.mayuth-catalogue__filters{padding:22px 0 0}.mayuth-catalogue__filter-heading{display:flex;justify-content:space-between;margin-bottom:16px;font-size:12px}.mayuth-catalogue__filter-heading button{padding:0;color:#7c4a6d;background:none;border:0;font-size:10px;text-decoration:underline;cursor:pointer}.mayuth-catalogue__filters details{padding:17px 0}.mayuth-catalogue__filters summary{display:flex;justify-content:space-between;margin-bottom:14px;cursor:pointer;list-style:none;font-size:12px;font-weight:700}.mayuth-catalogue__filters summary::-webkit-details-marker{display:none}.mayuth-catalogue__filters label{display:flex;align-items:center;gap:8px;margin:10px 0;color:#62595f;font-size:11px}.mayuth-catalogue__filters input{accent-color:var(--catalogue-accent)}.mayuth-catalogue__trust{display:grid;gap:9px;padding-top:18px;color:#6c6268;font-size:9px}.mayuth-catalogue__results{min-width:0;padding:22px 0 0}.mayuth-catalogue__mobile-filter{display:none}.mayuth-catalogue__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.mayuth-catalogue__card{display:flex;min-width:0;flex-direction:column;padding:20px;background:#fff;border:1px solid #ded7db;border-radius:8px}.mayuth-catalogue__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#f7f7f7;text-decoration:none}.mayuth-catalogue__media img,.mayuth-catalogue__media svg{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.mayuth-catalogue__card:hover .mayuth-catalogue__media img{transform:scale(1.025)}.mayuth-catalogue__media span{position:absolute;top:10px;right:10px;padding:6px 9px;color:#fff;background:#30292e;border-radius:999px;font-size:8px;font-weight:700;text-transform:uppercase}.mayuth-catalogue__card-body{display:grid;flex:1;align-content:start;padding:17px 2px 14px;text-align:center}.mayuth-catalogue__card-body a{color:inherit;text-decoration:none}.mayuth-catalogue__card h2{margin:0;font-size:12px;font-weight:600;line-height:1.45;text-transform:uppercase}.mayuth-catalogue__card-body p{margin:7px 0 0;color:#80767c;font-size:9px;text-transform:uppercase}.mayuth-catalogue__price{margin-top:12px;font-size:12px;font-weight:700}.mayuth-catalogue__price s{margin-left:6px;color:#8d8389;font-size:9px;font-weight:400}.mayuth-catalogue__form{margin-top:auto}.mayuth-catalogue__form button{width:100%;min-height:42px;color:var(--catalogue-text);background:#fff;border:1px solid #bfb5bb;font-size:11px;font-weight:700;cursor:pointer;transition:color .2s ease,background .2s ease}.mayuth-catalogue__form button:hover{color:#fff;background:var(--catalogue-accent)}.mayuth-catalogue__form button:disabled{cursor:not-allowed;opacity:.45}.mayuth-catalogue__empty,.mayuth-catalogue__no-results{grid-column:1/-1;padding:70px 24px;text-align:center;background:#fff}.mayuth-pagination{margin-top:40px;text-align:center}.mayuth-pagination a,.mayuth-pagination span{display:inline-block;margin:3px;padding:9px 12px;color:inherit;text-decoration:none;border:1px solid #e3d9e0;border-radius:4px}@media(max-width:999px){.mayuth-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.mayuth-catalogue__toolbar{align-items:flex-start;flex-direction:column}.mayuth-catalogue__layout{grid-template-columns:1fr}.mayuth-catalogue__filters{display:none;padding:18px;border:1px solid #ddd5da}.mayuth-catalogue.is-filter-open .mayuth-catalogue__filters{display:block}.mayuth-catalogue__results{padding-left:0}.mayuth-catalogue__mobile-filter{display:block;width:100%;margin:18px 0;padding:12px;color:inherit;background:#fff;border:1px solid #cfc5cb;font-weight:700}}@media(max-width:479px){.mayuth-catalogue__card{padding:12px}.mayuth-catalogue__card h2{font-size:10px}.mayuth-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mayuth-catalogue__form button{min-height:38px;font-size:10px}}.mayuth-collection{color:#2d272c;background:var(--collection-bg)}.mayuth-collection__inner{width:min(100%,1320px);margin:auto;padding:clamp(48px,7vw,90px) clamp(22px,5vw,72px)}.mayuth-collection__header{max-width:760px;margin-bottom:42px}.mayuth-collection__header>a{color:var(--collection-accent);font-size:12px;font-weight:700;text-decoration:none}.mayuth-collection h1{margin:16px 0 14px;font-size:clamp(36px,5vw,60px);font-weight:500}.mayuth-collection__header div{color:#6d6269;line-height:1.7}.mayuth-collection__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid #e4dce1}.mayuth-collection__meta p{margin:0;color:#766b72;font-size:12px}.mayuth-collection__meta label{display:flex;align-items:center;gap:10px;font-size:12px}.mayuth-collection select{padding:10px 34px 10px 12px;background:#fff;border:1px solid #ddd3da;border-radius:6px}.mayuth-collection__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,32px)}.mayuth-product-card a{display:block;color:inherit;text-decoration:none}.mayuth-product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#f2eef0;border-radius:12px}.mayuth-product-card__media img,.mayuth-product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mayuth-product-card:hover img{transform:scale(1.025)}.mayuth-product-card__media span{position:absolute;top:14px;right:14px;padding:7px 10px;color:#fff;background:#30292e;border-radius:999px;font-size:9px;font-weight:700;text-transform:uppercase}.mayuth-product-card__body{display:flex;justify-content:space-between;gap:18px;padding:17px 3px}.mayuth-product-card h2{margin:0;font-size:15px;font-weight:600}.mayuth-product-card p{margin:0;color:var(--collection-accent);font-size:13px;white-space:nowrap}.mayuth-product-card s{display:block;color:#8a8086;font-size:10px}.mayuth-collection__empty{grid-column:1/-1;padding:70px;text-align:center;background:#fff;border:1px solid #e5dce2;border-radius:12px}.mayuth-pagination{margin-top:48px;text-align:center}.mayuth-pagination a,.mayuth-pagination span{display:inline-block;margin:3px;padding:9px 12px;color:inherit;text-decoration:none;border:1px solid #e3d9e0;border-radius:6px}@media(max-width:799px){.mayuth-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:499px){.mayuth-collection__meta{align-items:flex-start;flex-direction:column;gap:14px}.mayuth-product-card__body{display:grid;gap:7px}}.mayuth-newsletter{color:var(--newsletter-text);background:var(--newsletter-bg)}.mayuth-newsletter__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;width:min(100%,1180px);margin:auto;padding:var(--newsletter-pad-top) clamp(24px,6vw,92px) var(--newsletter-pad-bottom);overflow:hidden;border-radius:var(--newsletter-radius)}.mayuth-newsletter__content{position:relative;z-index:1;max-width:560px}.mayuth-newsletter__content--left{text-align:left}.mayuth-newsletter__content--center{text-align:center}.mayuth-newsletter__content--right{text-align:right}.mayuth-newsletter h2{margin:0 0 20px;color:var(--newsletter-accent);font-size:clamp(22px,2.4vw,38px);font-weight:600;letter-spacing:.035em;text-transform:uppercase}.mayuth-newsletter h2 span{font-size:.55em;vertical-align:top}.mayuth-newsletter__description{max-width:500px;font-size:clamp(14px,1.1vw,17px);line-height:1.65}.mayuth-newsletter__description p{margin:0}.mayuth-newsletter__content--center .mayuth-newsletter__description{margin-inline:auto}.mayuth-newsletter__content--right .mayuth-newsletter__description{margin-left:auto}.mayuth-newsletter__form{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;max-width:560px;margin-top:28px}.mayuth-newsletter__content--center .mayuth-newsletter__form{margin-inline:auto}.mayuth-newsletter__content--right .mayuth-newsletter__form{margin-left:auto}.mayuth-newsletter__field input{width:100%;height:52px;padding:12px 16px;color:inherit;background:#fff;border:1px solid var(--newsletter-border);border-radius:4px}.mayuth-newsletter__form button{min-height:52px;padding:13px 24px;color:var(--newsletter-button-text);background:var(--newsletter-button);border:1px solid var(--newsletter-button);border-radius:4px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.mayuth-newsletter__message{grid-column:1/-1;margin:4px 0 0;font-size:13px}.mayuth-newsletter__message--error{color:#a12323}.mayuth-newsletter__media{position:relative;min-height:330px}.mayuth-newsletter__media picture,.mayuth-newsletter__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mayuth-newsletter__media img{object-fit:contain;object-position:center}@media(max-width:749px){.mayuth-newsletter__inner{grid-template-columns:1fr;padding-inline:22px}.mayuth-newsletter__content{max-width:none}.mayuth-newsletter__form{grid-template-columns:1fr}.mayuth-newsletter__media{min-height:290px;margin-top:20px}}.mayuth-compare{color:var(--compare-text);background:var(--compare-bg)}.mayuth-compare__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(35px,7vw,100px);align-items:center;width:min(100%,1320px);margin:auto;padding:clamp(70px,9vw,130px) clamp(20px,5vw,70px)}.mayuth-compare__content>p{margin:0 0 13px;color:var(--compare-accent);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.mayuth-compare h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,70px);font-weight:400;line-height:1}.mayuth-compare__description{margin-top:20px;color:#586a7d;font-size:13px;line-height:1.7}.mayuth-compare__description p{margin:0}.mayuth-compare__table{margin-top:30px;border:1px solid color-mix(in srgb,var(--compare-accent) 18%,#ddd);border-radius:12px;overflow:hidden}.mayuth-compare__head,.mayuth-compare__row{display:grid;grid-template-columns:1fr 32px 1fr;gap:8px;align-items:center;padding:13px 16px}.mayuth-compare__head{grid-template-columns:1fr 1fr;color:#fff;background:var(--compare-accent);font-size:10px;font-weight:700;text-transform:uppercase}.mayuth-compare__head span:last-child{text-align:right}.mayuth-compare__row{border-top:1px solid #d7e3ee;font-size:11px}.mayuth-compare__row i{color:var(--compare-accent);text-align:center;font-style:normal}.mayuth-compare__row strong{text-align:right}.mayuth-compare__content>small{display:block;margin-top:12px;color:#586a7d;font-size:9px}.mayuth-compare__image{position:relative;height:680px;overflow:hidden;border-radius:22px}.mayuth-compare__image img{width:100%;height:100%;object-fit:cover}.mayuth-compare__image>div{position:absolute;top:15px;right:15px;left:15px;display:flex;justify-content:space-between}.mayuth-compare__image>div span{padding:7px 11px;color:#171717;background:#ffffffe6;border-radius:999px;font-size:9px;font-weight:700}@media(max-width:799px){.mayuth-compare__inner{grid-template-columns:1fr}.mayuth-compare__image{grid-row:1;height:520px}.mayuth-compare__head,.mayuth-compare__row{padding-inline:11px}}.mayuth-how{color:var(--how-text);background:var(--how-bg)}.mayuth-how__inner{width:min(100%,1320px);margin:auto;padding:clamp(70px,9vw,125px) clamp(20px,5vw,70px)}.mayuth-how header{max-width:700px;margin:0 auto 45px;text-align:center}.mayuth-how header>p{margin:0 0 12px;color:var(--how-accent);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.mayuth-how h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,70px);font-weight:400;line-height:1}.mayuth-how header>div{max-width:520px;margin:20px auto 0;color:#586a7d;font-size:13px;line-height:1.7}.mayuth-how header>div p{margin:0}.mayuth-how__layout{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(30px,5vw,68px);align-items:center}.mayuth-how__image{height:650px;overflow:hidden;border-radius:22px;box-shadow:0 20px 55px #12233f17}.mayuth-how__image img{width:100%;height:100%;object-fit:cover}.mayuth-how__timeline{width:min(100%,470px);margin-inline:auto;padding:30px 26px 32px;background:#090809;border:1px solid #171717;border-radius:20px;box-shadow:0 20px 48px #12233f2e}.mayuth-how__timeline-title{margin:0 0 22px!important;color:#fff!important;font-family:inherit!important;font-size:30px!important;font-weight:700!important;text-align:center}.mayuth-how__timeline-title:after{content:".";color:#8fa8c1}.mayuth-how__steps{position:relative;display:grid;gap:13px;padding:2px 0}.mayuth-how__steps:before,.mayuth-how__steps:after{content:"";position:absolute;top:27px;bottom:27px;left:7px;width:2px;border-radius:999px}.mayuth-how__steps:before{background:#586a7d}.mayuth-how__steps:after{background:#eaf1f8;transform:scaleY(0);transform-origin:top;box-shadow:0 0 8px #8fa8c180;animation:mayuth-step-line linear both;animation-timeline:view();animation-range:entry 12% cover 72%}.mayuth-how__steps article{position:relative;z-index:1;display:grid;grid-template-columns:16px 1fr;gap:13px;align-items:center;padding:0}.mayuth-how__steps article>span{display:block;width:14px;height:14px;background:#8fa8c1;border:0;border-radius:50%;box-shadow:0 0 0 4px #090809,0 0 11px #8fa8c173;animation:mayuth-step-pop linear both;animation-timeline:view();animation-range:entry 8% entry 82%}.mayuth-how__steps article>div{padding:13px 15px 14px;background:#171717;border:1px solid #8fa8c1;border-radius:12px;box-shadow:0 0 12px #8fa8c12e,inset 0 1px #ffffff0d;animation:mayuth-step-card linear both;animation-timeline:view();animation-range:entry 5% entry 82%}.mayuth-how__steps small{display:block;margin-bottom:2px;color:#eaf1f8;font-size:9px;font-weight:700;letter-spacing:.12em}.mayuth-how__steps h3{margin:0 0 3px;color:#eaf1f8;font-family:Georgia,serif;font-size:18px;font-weight:400;line-height:1.1}.mayuth-how__steps p{margin:0;color:#fff;font-size:10px;line-height:1.4}@keyframes mayuth-step-line{to{transform:scaleY(1)}}@keyframes mayuth-step-pop{0%{opacity:.2;transform:scale(.45)}to{opacity:1;transform:scale(1)}}@keyframes mayuth-step-card{0%{opacity:.2;transform:translate(18px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@media(max-width:749px){.mayuth-how__layout{grid-template-columns:1fr}.mayuth-how__image{height:480px}.mayuth-how header{text-align:left}.mayuth-how header>div{margin-left:0}.mayuth-how__timeline{width:min(100%,430px);padding:27px 20px 29px}.mayuth-how__timeline-title{font-size:27px!important}.mayuth-how__steps article{gap:11px}.mayuth-how__steps article>div{padding:12px 13px}.mayuth-how__steps h3{font-size:17px}.mayuth-how__steps p{font-size:9px}}@media(prefers-reduced-motion:reduce){.mayuth-how__steps:after,.mayuth-how__steps article>span,.mayuth-how__steps article>div{animation:none;transform:none;opacity:1}}.mayuth-how__timeline{width:min(100%,500px);padding:34px 28px 10px;background:#fff;border:1px solid color-mix(in srgb,var(--how-accent) 20%,#d7e3ee);box-shadow:0 22px 55px #12233f1a}.mayuth-how__timeline-title{margin-bottom:30px!important;color:var(--how-text)!important}.mayuth-how__timeline-title:after{color:var(--how-accent)}.mayuth-how__steps{display:block;padding:0 0 36vh}.mayuth-how__steps:before,.mayuth-how__steps:after{top:28px;bottom:calc(36vh + 28px);background:color-mix(in srgb,var(--how-accent) 28%,#fff);box-shadow:none}.mayuth-how__steps:after{background:var(--how-accent);box-shadow:0 0 9px color-mix(in srgb,var(--how-accent) 28%,transparent)}.mayuth-how__steps article{position:sticky;top:calc(92px + (var(--step-index) * 18px));display:grid;grid-template-columns:18px 1fr;gap:14px;margin-bottom:30vh;transform-origin:center top}.mayuth-how__steps article:last-child{margin-bottom:0}.mayuth-how__steps article>span{width:15px;height:15px;background:var(--how-accent);box-shadow:0 0 0 4px #fff,0 0 12px color-mix(in srgb,var(--how-accent) 35%,transparent)}.mayuth-how__steps article>div{padding:18px 20px;background:#fff;border:1px solid color-mix(in srgb,var(--how-accent) 55%,#ddd);box-shadow:0 14px 34px #12233f21,0 0 0 5px color-mix(in srgb,var(--how-accent) 3%,transparent)}.mayuth-how__steps small,.mayuth-how__steps h3{color:var(--how-accent)}.mayuth-how__steps h3{font-size:20px}.mayuth-how__steps p{color:#586a7d;font-size:11px}@media(max-width:749px){.mayuth-how__timeline{padding:28px 18px 6px}.mayuth-how__steps{padding-bottom:28vh}.mayuth-how__steps:before,.mayuth-how__steps:after{bottom:calc(28vh + 28px)}.mayuth-how__steps article{top:calc(84px + (var(--step-index) * 14px));margin-bottom:23vh}.mayuth-how__steps article>div{padding:16px}.mayuth-how__steps h3{font-size:18px}.mayuth-how__steps p{font-size:10px}}.mayuth-how__timeline{width:min(100%,470px);padding:4px 0 0;background:transparent;border:0;border-radius:0;box-shadow:none}.mayuth-how__timeline-title{margin-bottom:18px!important}.mayuth-how__steps{padding-bottom:38px}.mayuth-how__steps:before,.mayuth-how__steps:after{bottom:62px}.mayuth-how__steps article{top:96px;z-index:calc(10 - var(--step-index));margin-bottom:36px}.mayuth-how__steps article>div{animation-name:mayuth-card-under;animation-range:entry 0% entry 90%;transform-origin:center top}@keyframes mayuth-card-under{0%{opacity:.18;transform:translateY(34px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:749px){.mayuth-how__timeline{width:100%;padding:0}.mayuth-how__steps{padding-bottom:26px}.mayuth-how__steps:before,.mayuth-how__steps:after{bottom:50px}.mayuth-how__steps article{top:78px;margin-bottom:28px}}.mayuth-pdp{color:var(--pdp-text);background:var(--pdp-bg)}.mayuth-pdp__shell{width:min(100%,1440px);margin:auto;padding:clamp(24px,4vw,54px) clamp(18px,4vw,60px) clamp(56px,7vw,100px)}.mayuth-pdp__crumbs{display:flex;gap:8px;margin-bottom:24px;color:var(--pdp-muted);font-size:10px}.mayuth-pdp__crumbs a{color:inherit;text-decoration:none}.mayuth-pdp__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.78fr);gap:clamp(34px,5vw,78px);align-items:start}.mayuth-pdp__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mayuth-pdp__media{display:block;width:100%;padding:0;overflow:hidden;background:#f5f4f4;border:0;border-radius:5px;cursor:pointer;aspect-ratio:1}.mayuth-pdp__media.is-main{grid-column:1/-1;aspect-ratio:1.45}.mayuth-pdp__media img,.mayuth-pdp__media svg{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.mayuth-pdp__media:not(.is-main) img{object-fit:cover}.mayuth-pdp__media:hover img{transform:scale(1.025)}.mayuth-pdp__details{position:sticky;top:24px}.mayuth-pdp__title-row{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.mayuth-pdp__eyebrow{margin:0 0 7px;color:var(--pdp-accent);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.mayuth-pdp h1{margin:0;font-size:clamp(30px,3.1vw,48px);font-weight:500;line-height:1.06}.mayuth-pdp__badge{flex:0 0 auto;padding:5px 7px;color:#fff;background:var(--pdp-accent);border-radius:3px;font-size:8px;font-weight:800;text-transform:uppercase}.mayuth-pdp__meta{display:flex;gap:9px;align-items:center;margin-top:13px;color:var(--pdp-muted);font-size:10px}.mayuth-pdp__stars{color:var(--pdp-accent);letter-spacing:1px}.mayuth-pdp__price{display:flex;gap:10px;align-items:center;margin-top:14px}.mayuth-pdp__price strong{font-size:20px}.mayuth-pdp__price s{color:var(--pdp-muted);font-size:12px}.mayuth-pdp__description{margin-top:19px;color:var(--pdp-muted);font-size:13px;line-height:1.65}.mayuth-pdp__description p{margin:0 0 10px}.mayuth-pdp__benefits{display:grid;gap:0;margin:20px 0 0;padding:0;border-top:1px solid var(--pdp-border);list-style:none}.mayuth-pdp__benefits li{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--pdp-border);font-size:11px;line-height:1.4}.mayuth-pdp__benefits span{color:var(--pdp-accent)}.mayuth-pdp__form{margin-top:22px}.mayuth-pdp__field{display:grid;gap:7px;margin-bottom:12px;font-size:10px;font-weight:700}.mayuth-pdp select,.mayuth-pdp input{width:100%;min-height:44px;padding:10px 12px;color:inherit;background:#fff;border:1px solid var(--pdp-border);border-radius:4px}.mayuth-pdp__purchase{display:flex;align-items:center;justify-content:space-between;padding:14px;background:var(--pdp-card);border:1px solid var(--pdp-accent);border-radius:5px}.mayuth-pdp__purchase-copy{display:grid;gap:3px}.mayuth-pdp__purchase-copy strong{font-size:12px}.mayuth-pdp__purchase-copy small{color:var(--pdp-muted);font-size:9px}.mayuth-pdp__purchase>span{font-size:12px;font-weight:700}.mayuth-pdp__buy{display:grid;grid-template-columns:80px 1fr;gap:10px;margin-top:12px}.mayuth-pdp__buy label{display:grid;gap:5px;font-size:9px;font-weight:700}.mayuth-pdp__buy button{min-height:48px;align-self:end;padding:10px 16px;color:#fff;background:var(--pdp-accent);border:1px solid var(--pdp-accent);border-radius:4px;font-size:11px;font-weight:800;text-transform:uppercase;cursor:pointer}.mayuth-pdp__buy button:disabled{opacity:.45;cursor:not-allowed}.mayuth-pdp__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 0;color:var(--pdp-muted);border-bottom:1px solid var(--pdp-border);font-size:8px;text-align:center}.mayuth-pdp__accordions details{border-bottom:1px solid var(--pdp-border)}.mayuth-pdp__accordions summary{display:flex;justify-content:space-between;padding:15px 0;font-size:11px;font-weight:700;cursor:pointer;list-style:none}.mayuth-pdp__accordions summary::-webkit-details-marker{display:none}.mayuth-pdp__accordions details[open] summary span{transform:rotate(45deg)}.mayuth-pdp__accordions details>div{padding:0 0 16px;color:var(--pdp-muted);font-size:11px;line-height:1.65}.mayuth-pdp__accordions p{margin:0}.mayuth-pdp__story-card{position:relative;min-height:300px;overflow:hidden;background:#ecebea;border-radius:5px}.mayuth-pdp__story-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mayuth-pdp__story-card:hover img{transform:scale(1.025)}.mayuth-pdp__story-copy{position:absolute;inset:auto 0 0;display:grid;gap:5px;padding:42px 18px 18px;color:#fff;background:linear-gradient(transparent,#12233fb8)}.mayuth-pdp__story-copy strong{font-size:17px}.mayuth-pdp__story-copy span{font-size:10px;line-height:1.4}.mayuth-pdp__story-card>small{position:absolute;top:14px;right:14px;padding:5px 8px;color:#171717;background:#ffffffe6;border-radius:999px;font-size:8px;font-weight:700}.mayuth-pdp__mobile-gallery{display:none}.mayuth-pdp__benefits span{display:grid;flex:0 0 23px;width:23px;height:23px;place-items:center;color:var(--pdp-accent);background:color-mix(in srgb,var(--pdp-accent) 8%,#fff);border-radius:50%}.mayuth-pdp__benefits svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mayuth-pdp__trust-track{display:grid;grid-template-columns:repeat(3,1fr);grid-column:1/-1;gap:8px}.mayuth-pdp__trust-track>span{display:grid;gap:7px;justify-items:center}.mayuth-pdp__trust-track>span:nth-child(n+4){display:none}.mayuth-pdp__trust svg{width:20px;height:20px;fill:none;stroke:var(--pdp-accent);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.mayuth-pdp__accordions details[open] summary span{font-size:0;transform:none}.mayuth-pdp__accordions details[open] summary span:after{content:"\2212";font-size:14px}.mayuth-pdp__benefits span{flex-basis:30px;width:30px;height:30px;border:1px solid color-mix(in srgb,var(--pdp-accent) 13%,transparent)}.mayuth-pdp__benefits svg{width:19px;height:19px;stroke-width:1.35}@media(max-width:899px){.mayuth-pdp__layout{grid-template-columns:1fr}.mayuth-pdp__details{position:static}.mayuth-pdp__media.is-main{aspect-ratio:1.2}}@media(max-width:549px){.mayuth-pdp__shell{width:100%;max-width:100vw;padding-inline:14px;overflow:hidden}.mayuth-pdp__gallery{display:none}.mayuth-pdp__mobile-gallery{display:grid;width:100%;min-width:0;gap:12px}.mayuth-pdp__mobile-main{position:relative;display:block;width:100%;height:auto;min-height:0;aspect-ratio:1/1!important;overflow:hidden;background:#f7f7f7;border:1px solid var(--pdp-border);border-radius:12px}.mayuth-pdp__mobile-main img{position:absolute!important;top:8%!important;right:8%!important;bottom:8%!important;left:8%!important;display:block!important;width:84%!important;height:84%!important;max-width:none!important;max-height:none!important;margin:0!important;object-fit:contain!important;object-position:50% 50%!important;opacity:1!important;filter:none!important;transform:none!important;animation:none!important}.mayuth-pdp__mobile-main svg{position:absolute;top:8%;right:8%;bottom:8%;left:8%;width:84%;height:84%}.mayuth-pdp__mobile-thumbs{display:flex;width:100%;gap:8px;overflow-x:auto;padding:1px 1px 8px;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none}.mayuth-pdp__mobile-thumbs::-webkit-scrollbar{display:none}.mayuth-pdp__mobile-thumb{display:block;flex:0 0 68px;width:68px;height:68px;aspect-ratio:1/1;padding:3px;overflow:hidden;background:#fff;border:1px solid var(--pdp-border);border-radius:7px;cursor:pointer;scroll-snap-align:start}.mayuth-pdp__mobile-thumb.is-active{border:2px solid var(--pdp-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--pdp-accent) 12%,transparent)}.mayuth-pdp__mobile-thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:4px}.mayuth-pdp__mobile-thumb:first-child img{object-fit:contain}.mayuth-pdp__trust{display:block;overflow:hidden;padding:12px 0;text-align:left}.mayuth-pdp__trust-track{display:flex;width:max-content;gap:0;animation:mayuth-pdp-trust-marquee 16s linear infinite}.mayuth-pdp__trust-track>span,.mayuth-pdp__trust-track>span:nth-child(n+4){display:flex;min-width:180px;gap:9px;align-items:center;justify-content:center;white-space:nowrap}.mayuth-pdp__trust svg{width:18px;height:18px}.mayuth-pdp h1{font-size:32px}}@keyframes mayuth-pdp-trust-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.mayuth-pdp__mobile-thumbs{scroll-behavior:auto}.mayuth-pdp__trust-track{animation-play-state:paused}}@media(max-width:767px){.mayuth-pdp__shell{width:100%;max-width:100%;padding-inline:14px;overflow:visible}.mayuth-pdp__layout{display:grid;width:100%;min-width:0;grid-template-columns:minmax(0,1fr);overflow:visible}.mayuth-pdp__gallery{display:none!important}.mayuth-pdp__mobile-gallery{display:grid!important;width:100%!important;max-width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr);gap:10px;overflow:visible!important;padding:0!important}.mayuth-pdp__mobile-main{position:relative!important;display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;padding:0!important;aspect-ratio:1/1!important;overflow:hidden!important;background:#f7f7f7;border-radius:12px}.mayuth-pdp__mobile-main img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;opacity:1!important;filter:none!important;transform:none!important;animation:none!important}.mayuth-pdp__mobile-thumbs{display:flex!important;width:100%!important;max-width:100%!important;gap:8px;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 1px 8px!important;scroll-snap-type:x proximity}.mayuth-pdp__mobile-thumb{flex:0 0 68px;width:68px;height:68px;aspect-ratio:1/1}.mayuth-pdp__details{width:100%;min-width:0}}.mayuth-pdp__copyright{margin:38px 0 0;padding-top:18px;color:var(--pdp-muted);border-top:1px solid var(--pdp-border);font-size:10px;text-align:center}.mayuth-presentation{color:var(--presentation-text);background:var(--presentation-bg)}.mayuth-presentation__grid{display:grid;grid-template-columns:var(--left-column) minmax(0,1fr) var(--right-column);min-height:var(--presentation-height)}.mayuth-presentation__media{position:relative;min-height:var(--presentation-height);overflow:hidden;background:#f4f2ef}.mayuth-presentation__media picture,.mayuth-presentation__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mayuth-presentation__media img{object-fit:cover}.mayuth-presentation__media--left img{object-position:left center}.mayuth-presentation__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,82px);background:var(--presentation-bg)}.mayuth-presentation__eyebrow{margin:0 0 16px;color:var(--presentation-accent);font-size:clamp(16px,1.5vw,24px);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.mayuth-presentation__description{max-width:520px;font-size:clamp(13px,1vw,17px);line-height:1.6}.mayuth-presentation__description p{margin:0}.mayuth-presentation__features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:clamp(38px,5vw,72px)}.mayuth-presentation__feature{display:grid;justify-items:center;gap:13px;text-align:center}.mayuth-presentation__feature-icon{display:block;width:48px;height:48px}.mayuth-presentation__feature-icon svg,.mayuth-presentation__feature-icon img{width:100%;height:100%;object-fit:contain}.mayuth-presentation__feature strong{font-size:10px;letter-spacing:.055em;text-transform:uppercase}.mayuth-presentation__product{position:relative;display:grid;grid-template-rows:auto 1fr;min-height:var(--presentation-height);background:var(--presentation-right-bg);overflow:hidden}.mayuth-presentation__product-copy{position:relative;z-index:1;padding:clamp(28px,3vw,52px) clamp(28px,4vw,68px) 8px}.mayuth-presentation__product-copy h2{max-width:320px;margin:0 0 10px;color:var(--presentation-accent);font-size:clamp(16px,1.45vw,24px);font-weight:500;line-height:1.25;text-transform:uppercase}.mayuth-presentation__product-copy p{margin:0;font-size:13px}.mayuth-presentation__media--right{min-height:0;background:transparent}.mayuth-presentation__media--right img{object-position:right bottom}@media(max-width:899px){.mayuth-presentation__grid{grid-template-columns:1fr}.mayuth-presentation__media,.mayuth-presentation__content,.mayuth-presentation__product{min-height:auto}.mayuth-presentation__media--left{min-height:var(--presentation-mobile-media-height)}.mayuth-presentation__content{padding:48px 24px}.mayuth-presentation__product{min-height:calc(var(--presentation-mobile-media-height) + 150px)}.mayuth-presentation__media--right{min-height:var(--presentation-mobile-media-height)}.mayuth-presentation__features{margin-top:38px}}@media(max-width:499px){.mayuth-presentation__features{gap:10px}.mayuth-presentation__feature-icon{width:40px;height:40px}.mayuth-presentation__feature strong{font-size:9px}.mayuth-presentation__product{min-height:500px}.mayuth-presentation__media--right{min-height:370px}}.mayuth-presentation__media video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.mayuth-presentation__media--left video{object-position:left center}.mayuth-presentation__media--right video{object-position:right bottom}.mayuth-presentation__eyebrow{color:var(--presentation-heading)}.mayuth-presentation__description{color:var(--presentation-body)}.mayuth-presentation__feature strong{color:var(--presentation-feature)}.mayuth-presentation__product-copy h2{color:var(--presentation-product-heading)}.mayuth-presentation__product-copy p{color:var(--presentation-product-subtitle)}.mayuth-problem{color:var(--problem-text);background:var(--problem-bg)}.mayuth-problem__inner{display:grid;grid-template-columns:.85fr 1.1fr;gap:clamp(30px,6vw,90px);width:min(100%,1320px);margin:auto;padding:clamp(70px,9vw,130px) clamp(20px,5vw,70px)}.mayuth-problem__intro{align-self:center}.mayuth-problem__intro>p{margin:0 0 14px;color:var(--problem-accent);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.mayuth-problem h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:1}.mayuth-problem__intro>div{max-width:430px;margin-top:24px;color:#586a7d;font-size:13px;line-height:1.75}.mayuth-problem__intro>div p{margin:0}.mayuth-problem__visual{position:relative;height:520px;overflow:hidden;border-radius:18px}.mayuth-problem__visual img{width:100%;height:100%;object-fit:cover}.mayuth-problem__visual>span{position:absolute;right:18px;bottom:18px;padding:9px 13px;color:#fff;background:#12233fb8;border-radius:999px;font-size:9px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mayuth-problem__cards{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mayuth-problem__cards article{position:relative;display:flex;min-height:310px;padding:30px 34px 34px;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--problem-accent) 3%,#fff));border:1px solid color-mix(in srgb,var(--problem-accent) 22%,#ddd);border-radius:24px;box-shadow:0 18px 45px #12233f12;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.mayuth-problem__cards article:before{content:"";position:absolute;top:0;left:50%;width:58px;height:3px;background:var(--problem-accent);border-radius:0 0 999px 999px;transform:translate(-50%);opacity:.7}.mayuth-problem__cards article:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--problem-accent) 38%,#ddd);box-shadow:0 24px 55px #12233f1f}.mayuth-problem__card-top{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.mayuth-problem__cards b{display:inline-flex;min-width:34px;height:25px;padding:0 9px;align-items:center;justify-content:center;color:var(--problem-accent);background:color-mix(in srgb,var(--problem-accent) 8%,#fff);border-radius:999px;font-size:10px;letter-spacing:.1em}.mayuth-problem__card-image{display:block;width:96px;height:96px;flex:0 0 96px;padding:4px;overflow:hidden;background:#fff;border:1px solid color-mix(in srgb,var(--problem-accent) 28%,#eee);border-radius:50%;box-shadow:0 12px 30px #12233f29}.mayuth-problem__card-image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.mayuth-problem__cards h3{margin:22px 0 10px;font-size:19px;line-height:1.25}.mayuth-problem__cards p{max-width:340px;margin:0 auto;color:#586a7d;font-size:12px;line-height:1.7}@media(max-width:749px){.mayuth-problem__inner{grid-template-columns:1fr}.mayuth-problem__visual{height:430px}.mayuth-problem__cards{display:flex;grid-column:1/-1;gap:0;overflow-x:auto;padding:0 2px 12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.mayuth-problem__cards::-webkit-scrollbar{display:none}.mayuth-problem__cards article{flex:0 0 100%;min-height:320px;padding:26px 24px 30px;scroll-snap-align:start;scroll-snap-stop:always}.mayuth-problem__card-image{width:88px;height:88px;flex-basis:88px}.mayuth-problem h2{font-size:44px}}@media(prefers-reduced-motion:reduce){.mayuth-problem__cards{scroll-behavior:auto}.mayuth-problem__cards article{transition:none}.mayuth-problem__cards article:hover{transform:none}}.mayuth-pdp-reviews{color:var(--review-text);background:var(--review-bg)}.mayuth-pdp-reviews__inner{width:min(100%,1320px);margin:auto;padding:clamp(70px,8vw,115px) clamp(20px,5vw,70px)}.mayuth-pdp-reviews header{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}.mayuth-pdp-reviews header>div:first-child>p{margin:0 0 11px;color:var(--review-accent);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.mayuth-pdp-reviews h2{max-width:680px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,68px);font-weight:400;line-height:1}.mayuth-pdp-reviews__score{display:grid;grid-template-columns:auto auto;gap:2px 10px;align-items:center;text-align:right}.mayuth-pdp-reviews__score strong{font-family:Georgia,serif;font-size:32px;font-weight:400}.mayuth-pdp-reviews__score span{color:var(--review-accent);letter-spacing:.08em}.mayuth-pdp-reviews__score small{grid-column:1/-1;color:#586a7d;font-size:10px}.mayuth-pdp-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mayuth-pdp-reviews article{display:flex;min-height:280px;padding:26px;flex-direction:column;background:#fff;border:1px solid color-mix(in srgb,var(--review-accent) 18%,#ddd);border-radius:20px;box-shadow:0 16px 42px #12233f0f}.mayuth-pdp-reviews__top{display:flex;justify-content:space-between;gap:12px;align-items:center}.mayuth-pdp-reviews__top>span{color:var(--review-accent);letter-spacing:.08em}.mayuth-pdp-reviews__top i{font-style:normal}.mayuth-pdp-reviews__top i.is-empty{opacity:.2}.mayuth-pdp-reviews__top small{padding:5px 8px;color:#586a7d;background:#eaf1f8;border-radius:999px;font-size:8px}.mayuth-pdp-reviews blockquote{margin:30px 0;color:#171717;font-family:Georgia,serif;font-size:19px;line-height:1.55}.mayuth-pdp-reviews blockquote p{margin:0}.mayuth-pdp-reviews article footer{display:flex;gap:12px;align-items:center;margin-top:auto}.mayuth-pdp-reviews article footer>b{display:grid;width:40px;height:40px;place-items:center;color:#fff;background:var(--review-accent);border-radius:50%;font-size:13px}.mayuth-pdp-reviews article footer p{display:grid;gap:3px;margin:0;font-size:12px}.mayuth-pdp-reviews article footer span{color:#586a7d;font-size:10px}@media(max-width:799px){.mayuth-pdp-reviews header{align-items:start;flex-direction:column}.mayuth-pdp-reviews__score{text-align:left}.mayuth-pdp-reviews__grid{display:flex;width:100%;gap:0;overflow-x:auto;padding:0 0 12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.mayuth-pdp-reviews__grid::-webkit-scrollbar{display:none}.mayuth-pdp-reviews article{flex:0 0 100%;width:100%;min-height:260px;scroll-snap-align:start;scroll-snap-stop:always}}@media(prefers-reduced-motion:reduce){.mayuth-pdp-reviews__grid{scroll-behavior:auto}}.mayuth-solution{color:var(--solution-text);background:var(--solution-bg)}.mayuth-solution__inner{display:grid;grid-template-columns:1fr 1fr;min-height:720px}.mayuth-solution__media{min-height:650px;overflow:hidden}.mayuth-solution__media img{width:100%;height:100%;object-fit:cover}.mayuth-solution__content{display:flex;justify-content:center;flex-direction:column;padding:clamp(50px,8vw,120px)}.mayuth-solution__content>p{margin:0 0 14px;color:var(--solution-accent);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.mayuth-solution h2{max-width:570px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:1}.mayuth-solution__description{max-width:520px;margin-top:22px;color:#586a7d;font-size:13px;line-height:1.7}.mayuth-solution__description p{margin:0}.mayuth-solution__benefits{display:grid;gap:13px;margin-top:34px}.mayuth-solution__benefits article{display:grid;grid-template-columns:42px 1fr;gap:15px;align-items:start;padding-bottom:13px;border-bottom:1px solid color-mix(in srgb,var(--solution-accent) 18%,transparent)}.mayuth-solution__benefits span{display:grid;width:42px;height:42px;place-items:center;color:#fff;background:var(--solution-accent);border-radius:50%;font-size:18px}.mayuth-solution__benefits h3{margin:1px 0 5px;font-size:15px}.mayuth-solution__benefits p{margin:0;color:#586a7d;font-size:11px;line-height:1.55}.mayuth-solution__content>a{display:inline-flex;width:max-content;gap:22px;align-items:center;margin-top:30px;padding:14px 20px;color:#fff;background:var(--solution-accent);border-radius:999px;text-decoration:none;font-size:11px;font-weight:700}@media(max-width:799px){.mayuth-solution__inner{grid-template-columns:1fr}.mayuth-solution__media{min-height:520px}.mayuth-solution__content{padding:55px 22px}}.mayuth-product-story{padding:clamp(18px,3vw,42px);color:var(--story-text);background:var(--story-bg)}.mayuth-product-story__banner{position:relative;display:flex;min-height:var(--story-height);align-items:center;justify-content:var(--story-position);overflow:hidden;border-radius:clamp(18px,2.2vw,32px);box-shadow:0 24px 70px #12233f1f;isolation:isolate}.mayuth-product-story__media,.mayuth-product-story__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mayuth-product-story__media img{object-fit:cover;object-position:center}.mayuth-product-story__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#12233fa8,#12233f5c 42%,#12233f0a 72%)}.mayuth-product-story__content{position:relative;z-index:2;width:min(620px,52vw);margin:clamp(28px,6vw,88px);padding:clamp(26px,4vw,54px);color:#fff;background:#12233f47;border:1px solid rgba(255,255,255,.25);border-radius:22px;box-shadow:0 18px 50px #12233f2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mayuth-product-story__content--center{text-align:center}.mayuth-product-story__content--right{text-align:right}.mayuth-product-story__content>p{margin:0 0 14px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.mayuth-product-story h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5.4vw,78px);font-weight:400;line-height:.98;letter-spacing:-.035em}.mayuth-product-story__description{max-width:500px;margin-top:22px;color:#ffffffe6;font-size:14px;line-height:1.7}.mayuth-product-story__description p{margin:0}.mayuth-product-story__content--center .mayuth-product-story__description{margin-inline:auto}.mayuth-product-story__content--right .mayuth-product-story__description{margin-left:auto}.mayuth-product-story__content>a{display:inline-flex;margin-top:28px;padding:14px 24px;color:#fff;background:var(--story-accent);border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.mayuth-product-story__content>a:hover{transform:translateY(-2px);box-shadow:0 12px 28px #12233f3d}@media(max-width:749px){.mayuth-product-story{padding:12px}.mayuth-product-story__banner{min-height:max(620px,var(--story-height));align-items:flex-end}.mayuth-product-story__shade{background:linear-gradient(0deg,#12233fb8,#12233f2e 64%,#12233f08)}.mayuth-product-story__content{width:auto;margin:16px;padding:25px 22px}.mayuth-product-story h2{font-size:44px}}@media(prefers-reduced-motion:reduce){.mayuth-product-story__content>a{transition:none}}.mayuth-product-trustbar{overflow:hidden;color:var(--trustbar-text);background:var(--trustbar-bg)}.mayuth-product-trustbar__viewport{width:100%;overflow:hidden}.mayuth-product-trustbar__track{display:flex;width:max-content;animation:mayuth-product-trustbar-scroll var(--trustbar-duration) linear infinite;will-change:transform}.mayuth-product-trustbar__group{display:flex;flex:0 0 auto;align-items:center}.mayuth-product-trustbar__item{display:flex;flex:0 0 auto;min-width:330px;align-items:center;justify-content:center;gap:17px;padding:22px 34px}.mayuth-product-trustbar__item>span{display:grid;width:34px;height:34px;place-items:center}.mayuth-product-trustbar svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.mayuth-product-trustbar strong{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}@keyframes mayuth-product-trustbar-scroll{to{transform:translate(-50%)}}.mayuth-product-trustbar:hover .mayuth-product-trustbar__track{animation-play-state:paused}@media(max-width:749px){.mayuth-product-trustbar__item{min-width:280px;padding:18px 24px}.mayuth-product-trustbar strong{font-size:11px}}@media(prefers-reduced-motion:reduce){.mayuth-product-trustbar__track{animation-play-state:paused}}.mayuth-reviews{position:relative;overflow:hidden;color:var(--reviews-text);background:var(--reviews-bg)}.mayuth-reviews__inner{position:relative;z-index:1;width:min(100%,1180px);margin:auto;padding:var(--reviews-pad-top) clamp(24px,6vw,92px) var(--reviews-pad-bottom);text-align:center}.mayuth-reviews__eyebrow{margin:0 0 10px;color:var(--reviews-muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mayuth-reviews h2{margin:0 0 42px;font-size:clamp(24px,3vw,44px);font-weight:500}.mayuth-reviews__carousel{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:20px}.mayuth-reviews__track{display:flex;overflow:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}.mayuth-reviews__slide{display:grid;grid-template-columns:170px minmax(0,1fr);flex:0 0 100%;gap:clamp(30px,5vw,80px);align-items:center;padding:12px clamp(10px,4vw,50px);text-align:left;scroll-snap-align:start}.mayuth-reviews__avatar{display:grid;width:150px;height:150px;place-items:center;padding:7px;background:var(--reviews-accent);border-radius:50%}.mayuth-reviews__avatar img,.mayuth-reviews__avatar span{display:grid;width:100%;height:100%;place-items:center;object-fit:cover;border:5px solid var(--reviews-bg);border-radius:50%;background:#fff;color:var(--reviews-accent);font-size:44px;font-weight:600}.mayuth-reviews__badge{display:inline-flex;margin-bottom:10px;padding:5px 9px;color:var(--reviews-accent);background:#fff;border:1px solid color-mix(in srgb,var(--reviews-accent) 28%,transparent);border-radius:999px;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.mayuth-reviews__stars{color:var(--reviews-accent);letter-spacing:.12em}.mayuth-reviews__stars .is-empty{opacity:.25}.mayuth-reviews blockquote{max-width:680px;margin:16px 0 18px;font-size:clamp(15px,1.45vw,21px);line-height:1.7}.mayuth-reviews blockquote p{margin:0}.mayuth-reviews__author{display:grid;gap:4px;margin:0;font-size:13px}.mayuth-reviews__author span{color:var(--reviews-muted);font-size:11px}.mayuth-reviews__arrow{display:grid;width:42px;height:42px;place-items:center;color:var(--reviews-accent);background:transparent;border:1px solid color-mix(in srgb,var(--reviews-accent) 30%,transparent);border-radius:50%;cursor:pointer}.mayuth-reviews__dots{display:flex;justify-content:center;gap:9px;margin-top:28px}.mayuth-reviews__dots button{width:8px;height:8px;padding:0;background:var(--reviews-accent);border:0;border-radius:50%;cursor:pointer;opacity:.25}.mayuth-reviews__dots button[aria-selected=true]{opacity:1}.mayuth-reviews__decor{position:absolute;top:-54px;right:2%;z-index:0;display:block;width:clamp(150px,14vw,220px);height:auto;object-fit:contain;pointer-events:none;opacity:.16;transform:rotate(-8deg)}@media(max-width:699px){.mayuth-reviews__carousel{grid-template-columns:36px minmax(0,1fr) 36px;gap:6px}.mayuth-reviews__arrow{width:34px;height:34px}.mayuth-reviews__slide{grid-template-columns:1fr;gap:22px;padding-inline:8px;text-align:center}.mayuth-reviews__avatar{width:120px;height:120px;margin:auto}.mayuth-reviews blockquote{font-size:15px}.mayuth-reviews__content{display:grid;justify-items:center}.mayuth-reviews__decor{top:-18px;right:-42px;width:125px;opacity:.11}}@media(prefers-reduced-motion:reduce){.mayuth-reviews__track{scroll-behavior:auto}}.mayuth-shop{color:var(--shop-text);background:var(--shop-bg)}.mayuth-shop__grid{display:grid;grid-template-columns:48% 52%;min-height:var(--shop-height)}.mayuth-shop__lifestyle{position:relative;min-height:var(--shop-height);overflow:hidden}.mayuth-shop__lifestyle picture,.mayuth-shop__lifestyle img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mayuth-shop__lifestyle img{object-fit:cover;object-position:center}.mayuth-shop__content{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(260px,1fr);gap:clamp(28px,4vw,70px);align-items:center;padding:var(--shop-pad);background:var(--shop-bg)}.mayuth-shop__intro h2{margin:0 0 20px;color:var(--shop-accent);font-size:clamp(20px,2vw,32px);font-weight:500;line-height:1.25;text-transform:uppercase}.mayuth-shop__description{font-size:clamp(14px,1.1vw,17px);line-height:1.65}.mayuth-shop__description p{margin:0}.mayuth-shop__checklist{display:grid;gap:17px;margin:28px 0 0;padding:0;list-style:none;font-size:13px}.mayuth-shop__checklist li{display:flex;align-items:center;gap:12px}.mayuth-shop__checklist li span{display:grid;width:20px;height:20px;place-items:center;color:var(--shop-accent);background:#fff;border:1px solid var(--shop-border);border-radius:3px;font-size:12px}.mayuth-shop__card{padding:clamp(24px,3vw,42px);background:var(--shop-card-bg);border:1px solid var(--shop-border);box-shadow:0 10px 32px #3626330f}.mayuth-shop__product-link{color:inherit;text-decoration:none}.mayuth-shop__card h3{margin:0 0 8px;font-size:clamp(17px,1.45vw,23px);font-weight:500;line-height:1.3;text-transform:uppercase}.mayuth-shop__variant-title{margin:0;font-size:12px}.mayuth-shop__product-image{display:grid;min-height:230px;margin:20px 0;place-items:center}.mayuth-shop__product-image img,.mayuth-shop__placeholder{display:block;width:100%;height:260px;object-fit:contain}.mayuth-shop__price{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:17px;font-weight:600}.mayuth-shop__price s{font-size:13px;font-weight:400;opacity:.55}.mayuth-shop__form{display:grid;gap:10px}.mayuth-shop__form label{font-size:11px;font-weight:700;text-transform:uppercase}.mayuth-shop__form select{width:100%;min-height:44px;padding:8px 12px;color:inherit;background:#fff;border:1px solid var(--shop-border)}.mayuth-shop__form button{min-height:50px;padding:13px 22px;color:var(--shop-button-text);background:var(--shop-button);border:1px solid var(--shop-button);font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.mayuth-shop__form button:disabled{cursor:not-allowed;opacity:.45}.mayuth-shop__select-message{font-size:13px;line-height:1.5}@media(max-width:1050px){.mayuth-shop__content{grid-template-columns:1fr;padding:46px 32px}.mayuth-shop__card{max-width:520px}}@media(max-width:799px){.mayuth-shop__grid{grid-template-columns:1fr}.mayuth-shop__lifestyle{min-height:620px}.mayuth-shop__content{padding:42px 22px}.mayuth-shop__card{width:100%;max-width:none}}@media(max-width:499px){.mayuth-shop__lifestyle{min-height:520px}.mayuth-shop__product-image img,.mayuth-shop__placeholder{height:230px}}.mayuth-concerns{color:var(--concerns-text);background:var(--concerns-bg)}.mayuth-concerns__inner{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,2.22fr);gap:clamp(34px,6vw,88px);align-items:center;width:min(100%,1440px);margin:auto;padding:clamp(68px,9vw,130px) clamp(22px,5vw,72px)}.mayuth-concerns__intro{max-width:390px}.mayuth-concerns__eyebrow{margin:0 0 clamp(55px,8vw,110px);color:#81777d;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.mayuth-concerns h2{margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4.2vw,66px);font-weight:400;line-height:1.04}.mayuth-concerns__description{color:#6f656b;font-size:13px;line-height:1.7}.mayuth-concerns__description p{margin:0}.mayuth-concerns__intro>a{display:inline-block;margin-top:28px;padding:12px 20px;color:#fff;background:#241f22;border-radius:999px;text-decoration:none;font-size:10px;font-weight:700}.mayuth-concerns__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.mayuth-concerns__card{position:relative;display:block;height:530px;overflow:hidden;color:#fff;background:#d7d1d4;border-radius:16px;text-decoration:none}.mayuth-concerns__card:nth-child(2){height:460px;margin-top:46px}.mayuth-concerns__card:nth-child(3){height:500px;margin-top:18px}.mayuth-concerns__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1611140a 35%,#161114b8)}.mayuth-concerns__card>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.mayuth-concerns__card:hover>img{transform:scale(1.025)}.mayuth-concerns__top{position:absolute;z-index:2;top:16px;right:16px;left:16px;display:flex;align-items:center;justify-content:space-between}.mayuth-concerns__top small{font-size:9px;font-weight:700;letter-spacing:.1em}.mayuth-concerns__top i{display:grid;width:32px;height:32px;place-items:center;color:#252024;background:#ffffffeb;border-radius:50%;font-style:normal}.mayuth-concerns__copy{position:absolute;z-index:2;right:20px;bottom:22px;left:20px;display:grid;gap:9px}.mayuth-concerns__copy strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2vw,32px);font-weight:400;line-height:1.08}.mayuth-concerns__copy small{max-width:230px;color:#ffffffe0;font-size:10px;line-height:1.5}@media(max-width:999px){.mayuth-concerns__inner{grid-template-columns:1fr}.mayuth-concerns__intro{max-width:650px}.mayuth-concerns__eyebrow{margin-bottom:28px}}@media(max-width:699px){.mayuth-concerns__inner{padding-inline:0}.mayuth-concerns__intro{padding-inline:22px}.mayuth-concerns__cards{display:flex;gap:12px;overflow-x:auto;padding:0 22px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.mayuth-concerns__cards::-webkit-scrollbar{display:none}.mayuth-concerns__card,.mayuth-concerns__card:nth-child(2),.mayuth-concerns__card:nth-child(3){flex:0 0 78vw;height:500px;margin-top:0;scroll-snap-align:center}}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
