.mby-heading{font-weight:900;text-transform:uppercase;letter-spacing:0}.mby-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:999px;background:var(--cta-bg);color:var(--cta-text);cursor:pointer;padding:0 28px;font-family:var(--font-accent);font-size:15px;font-weight:700;text-transform:capitalize;box-shadow:var(--cta-shadow);transition:color .16s ease,transform .18s ease,box-shadow .18s ease}.mby-button:hover{background:var(--cta-bg-hover);color:var(--cta-text);transform:translateY(-1px)}.mby-outline-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#111827;padding:0 34px;font-family:var(--font-accent);font-size:14px;font-weight:700}.site-main-shell{position:relative;width:100%;margin-inline:0;overflow:hidden;border-radius:0 0 40px 40px;background:#fff}.mby-section-title{font-family:var(--font-accent);font-size:clamp(48px,6vw,86px);font-weight:900;line-height:.95;text-transform:uppercase}.mby-hero-title{font-family:var(--font-accent);font-size:clamp(58px,7vw,92px);font-weight:900;line-height:.85;text-transform:uppercase}.home-hero-wrap{border-top:1px solid #f4f4f4}.home-hero{max-width:1380px}.hero-product-image{position:absolute;right:clamp(42px,9vw,170px);bottom:14px;z-index:1;width:min(31vw,360px);max-height:390px;object-fit:contain}.hero-dots{position:absolute;bottom:18px;left:50%;z-index:3;display:flex;gap:8px;transform:translate(-50%)}.hero-dots span{width:6px;height:6px;border-radius:999px;background:#d8d8d8}.hero-dots span:first-child{background:var(--primary)}.home-slider-section{border-top:1px solid #f4f4f4;padding-top:0!important}.home-slider{position:relative;width:calc(100% - 64px);height:clamp(480px,53.7vw,800px);max-width:100%;overflow:hidden;border-radius:20px;background:#333;color:#fff}.home-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .3s ease}.home-slide.is-active{opacity:1;pointer-events:auto}.home-slide-bg,.home-slide-overlay{position:absolute;inset:0}.home-slide-bg{z-index:1;width:100%;height:100%;object-fit:cover;object-position:center center}.home-slide-overlay{z-index:2;background:linear-gradient(90deg,#040c14ad,#040c1457 43%,#040c1414 75%)}.home-slide-inner{position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,1fr);height:100%;padding:0 30px}.home-slide-copy{display:flex;max-width:720px;flex-direction:column;justify-content:center;padding-left:20px}.home-slide-kicker{margin:0 0 15px;color:#fff;font-family:var(--font-accent);font-size:18px;font-weight:700;letter-spacing:2px;line-height:20px;text-transform:uppercase}.home-slide h1{margin:0;color:#fff;font-family:var(--font-accent);font-size:clamp(74px,8.72vw,130px);font-weight:900;letter-spacing:-1px;line-height:.846;text-transform:uppercase}.home-slide h1 span,.home-slide h1 strong{display:block}.home-slide h1 strong{color:var(--primary);font-weight:900}.home-slide-description{margin:30px 0 0;color:#fff;font-family:var(--font-accent);font-size:24px;font-weight:700;line-height:30px}.home-slide-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;width:fit-content;min-height:50px;align-items:center;justify-content:center;margin-top:30px;border-radius:25px;background:var(--cta-bg);color:var(--cta-text);padding:0 85px;font-family:var(--font-accent);font-size:18px;font-weight:700;line-height:50px;box-shadow:var(--cta-shadow);transition:transform .18s ease,box-shadow .18s ease}.home-slide-button:hover{background:var(--cta-bg-hover);color:var(--cta-text);transform:translateY(-1px)}.home-slide-product-wrap{display:flex;align-items:center;justify-content:flex-end;overflow:visible}.home-slide-product{width:min(45vw,670px);max-height:min(44vw,670px);object-fit:contain;transform-origin:center}.home-slide:not(.is-active) .home-slide-copy>*,.home-slide:not(.is-active) .home-slide-product{animation:none}.home-slide.is-active .home-slide-kicker{animation:mbySlideUp 1s ease both}.home-slide.is-active h1 span{animation:mbySlideUp 1s .22s ease both}.home-slide.is-active h1 strong,.home-slide.is-active .home-slide-description{animation:mbySlideUp 1s .5s ease both}.home-slide.is-active .home-slide-button{animation:mbySlideUp 1s .72s ease both}.home-slide.is-active .home-slide-product{animation:mbyProductPop 1s .28s ease both,mbyProductPulse 10s 2s ease-in-out infinite alternate}.home-slider-dots{position:absolute;bottom:45px;left:50%;z-index:8;display:flex;gap:20px;transform:translate(-50%)}.home-slider-dots button{position:relative;display:grid;width:6px;height:6px;place-items:center;border:0;border-radius:999px;background:transparent;box-shadow:0 0 0 2px transparent;cursor:pointer;padding:0;transition:box-shadow .3s ease,transform .3s ease}.home-slider-dots span{width:6px;height:6px;border-radius:999px;background:#e9e9e9;transition:transform .3s ease,background-color .3s ease}.home-slider-dots button.is-active{box-shadow:0 0 0 2px #8cff64;transform:scale(1.2)}.home-slider-dots button.is-active span{transform:scale(0);background:#8cff64}@keyframes mbySlideUp{0%{opacity:1;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mbyProductPop{0%{opacity:1;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes mbyProductPulse{0%{transform:scale(1)}to{transform:scale(.95)}}.home-products-section{padding-top:44px;padding-bottom:58px}.home-carousel-section{padding-top:46px!important;padding-bottom:46px!important}.home-most-researched{padding-top:42px!important;padding-bottom:54px!important}.home-top-picks{padding-top:42px!important;padding-bottom:64px!important}.home-products-section .container,.home-carousel-section .container,.home-top-picks .container,.home-formulation .container{max-width:var(--container-width)}.home-products-section>.container>h2,.home-carousel-section>.container>h2,.home-top-picks>.container>h2{margin:0 0 18px!important;color:#26313b;font-family:var(--font-accent);font-size:clamp(36px,3.8vw,66px)!important;font-weight:900;line-height:.92;letter-spacing:-1px}.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 30px}.home-section-head .home-section-heading{margin:0!important}.home-section-link{display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;gap:14px;color:#26313b;font-family:var(--font-accent);font-size:clamp(18px,1.2vw,24px);font-weight:900;line-height:1}.home-section-link svg{width:42px;height:42px;border:1px solid var(--border);border-radius:999px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;padding:11px;transition:background-color .16s ease,color .16s ease,transform .16s ease}.home-section-link:hover svg{background:var(--primary);color:var(--cta-text);transform:translate(2px)}.home-section-heading{color:#1f2933!important}.home-section-heading span{color:#b6b6b6}.home-products-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.home-products-section .product-block,.home-carousel-section .product-block,.home-top-picks .product-block{--product-card-pad: 10px;--product-cta-height: 56px;--product-hover-lift: calc(var(--product-cta-height) - 8px);--product-image-hover-lift: 10px;--product-image-hover-scale: .9;border-radius:12px;padding:var(--product-card-pad)}.home-products-section .product-transition{min-height:0}.home-products-section .product-transition img{max-height:none}.home-products-section .product-top{min-height:42px;padding:6px 14px 8px}.home-products-section .product-transition{padding:8px}.home-carousel-section .product-grid{gap:30px}.home-auto-slider{position:relative;overflow:hidden}.home-auto-slider-rail{display:grid;grid-auto-columns:calc((100% - 90px)/4);grid-auto-flow:column;gap:30px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x;cursor:grab;user-select:none}.home-auto-slider-rail::-webkit-scrollbar{display:none}.home-auto-slider-rail.is-dragging{cursor:grabbing;scroll-snap-type:none}.home-auto-slider-rail>.product-block{min-width:0;scroll-snap-align:start}.home-auto-slider-rail img,.home-picks-rail img{-webkit-user-drag:none;user-select:none;pointer-events:none}.home-carousel-nav{position:absolute;top:50%;z-index:8;display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--border);border-radius:999px;background:#fff;color:#26313b;box-shadow:0 14px 30px #0000001f;cursor:pointer;transform:translateY(-50%);transition:background-color .16s ease,color .16s ease,transform .16s ease}.home-carousel-nav:hover{background:var(--primary);color:var(--cta-text);transform:translateY(-50%) scale(1.04)}.home-carousel-nav[hidden]{display:none}.home-carousel-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.home-carousel-nav-prev{left:4px}.home-carousel-nav-next{right:4px}.home-carousel-section .product-block{padding:var(--product-card-pad)}.home-carousel-section .product-top{min-height:42px;padding:6px 14px 8px}.home-carousel-section .product-transition{min-height:0}.home-carousel-section .product-transition img{max-height:none}.home-top-picks .product-grid{gap:30px}.home-top-picks .product-top h2 a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-line-clamp:unset;-webkit-box-orient:initial}.home-top-picks .product-transition{min-height:0;padding:8px}.home-top-picks .product-transition img{max-height:none}.product-grid-five{grid-template-columns:repeat(4,minmax(0,1fr))}.home-products-section .product-top h2,.home-carousel-section .product-top h2,.home-top-picks .product-top h2{font-family:var(--font-accent);font-size:clamp(15px,.45vw + 13px,18px)!important;font-weight:700;line-height:1.28!important;letter-spacing:0}.home-products-section .product-caption,.home-carousel-section .product-caption,.home-top-picks .product-caption{min-height:38px;padding:4px 14px}.home-products-section .product-price,.home-carousel-section .product-price,.home-top-picks .product-price{font-family:var(--font-text);font-size:clamp(13px,.32vw + 11px,16px);font-weight:700;line-height:1.2}.home-products-section .sale-badge,.home-carousel-section .sale-badge,.home-top-picks .sale-badge{max-width:100%;min-width:0;min-height:32px;padding-inline:16px;font-size:clamp(10px,.55vw + 8px,12px);line-height:1;white-space:nowrap}.home-products-section .product-hover-actions,.home-carousel-section .product-hover-actions,.home-top-picks .product-hover-actions{top:112px;right:30px;gap:5px}.home-products-section .product-action-button,.home-carousel-section .product-action-button,.home-top-picks .product-action-button{width:40px;height:40px}.home-products-section .product-action-button svg,.home-carousel-section .product-action-button svg,.home-top-picks .product-action-button svg{width:18px;height:18px}.home-products-section .product-hover-cart,.home-carousel-section .product-hover-cart,.home-top-picks .product-hover-cart{min-height:54px;border-radius:0 0 12px 12px;padding:0 clamp(14px,3.6vw,30px);font-size:clamp(12px,3vw,16px)}.home-products-section .product-hover-cart svg,.home-carousel-section .product-hover-cart svg,.home-top-picks .product-hover-cart svg{width:22px;height:22px}.home-products-section .product-block:hover .product-transition,.home-carousel-section .product-block:hover .product-transition,.home-top-picks .product-block:hover .product-transition{transform:translateY(calc(-1 * var(--product-image-hover-lift))) scale(var(--product-image-hover-scale))}.home-products-section .product-block:has(.product-hover-cart.is-loading) .product-transition,.home-carousel-section .product-block:has(.product-hover-cart.is-loading) .product-transition,.home-top-picks .product-block:has(.product-hover-cart.is-loading) .product-transition,.home-products-section .product-block:has(.product-hover-cart.is-added) .product-transition,.home-carousel-section .product-block:has(.product-hover-cart.is-added) .product-transition,.home-top-picks .product-block:has(.product-hover-cart.is-added) .product-transition{transform:translateY(calc(-1 * var(--product-image-hover-lift))) scale(var(--product-image-hover-scale))}.home-products-section .product-block:hover .product-caption,.home-carousel-section .product-block:hover .product-caption,.home-top-picks .product-block:hover .product-caption{transform:translateY(calc(-1 * var(--product-hover-lift)))}.home-products-section .product-block:has(.product-hover-cart.is-loading) .product-caption,.home-carousel-section .product-block:has(.product-hover-cart.is-loading) .product-caption,.home-top-picks .product-block:has(.product-hover-cart.is-loading) .product-caption,.home-products-section .product-block:has(.product-hover-cart.is-added) .product-caption,.home-carousel-section .product-block:has(.product-hover-cart.is-added) .product-caption,.home-top-picks .product-block:has(.product-hover-cart.is-added) .product-caption{transform:translateY(calc(-1 * var(--product-hover-lift)))}.home-formulation{overflow:hidden;padding-top:34px;padding-bottom:112px!important}.home-formulation .formulation-grid{display:grid;grid-template-columns:minmax(520px,.92fr) minmax(620px,1.08fr);gap:clamp(42px,6vw,96px);align-items:center;width:100%;max-width:none}.home-formulation .formulation-copy{max-width:680px}.home-formulation .formulation-kicker{margin:0 0 34px;color:#1f2933;font-family:var(--font-accent);font-size:clamp(14px,1.05vw,20px);font-weight:900;letter-spacing:3px;line-height:1.1;text-transform:uppercase}.home-formulation .formulation-copy h2{margin:0 0 30px;color:#1f2933;font-family:var(--font-accent);font-size:clamp(42px,4.15vw,82px);font-weight:900;letter-spacing:-1px;line-height:.88;text-transform:uppercase}.home-formulation .formulation-copy h2 span{color:#b6b6b6}.home-formulation .formulation-copy p:not(.formulation-kicker){max-width:600px;margin:0;color:#606060;font-size:clamp(16px,1.15vw,22px);font-weight:700;line-height:1.55}.home-formulation .formulation-image{position:relative;min-height:clamp(560px,48vw,900px);overflow:hidden;border-radius:22px;background-position:center;background-size:cover}.home-formulation .formulation-ribbon{position:absolute;right:-24px;bottom:18px;left:-24px;display:flex;min-height:88px;align-items:center;justify-content:flex-start;background:var(--primary);color:var(--cta-text);font-family:var(--font-accent);font-size:clamp(20px,2vw,34px);font-weight:900;letter-spacing:0;line-height:1;text-transform:uppercase;transform:rotate(-3.5deg);transform-origin:center}.home-formulation .formulation-ribbon-track{display:flex;min-width:max-content;align-items:center;gap:34px;padding-inline:34px;animation:formulationRibbonScroll 18s linear infinite;will-change:transform}.home-formulation .formulation-ribbon b{font-family:var(--font-text);font-size:28px}@keyframes formulationRibbonScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media(prefers-reduced-motion:reduce){.home-formulation .formulation-ribbon-track{animation:none}}.shop-archive{padding:22px 0 74px;background:#fff}@media(max-width:1366px){.home-slider{width:calc(100% - 48px)}}@media(min-width:1200px)and (max-width:1400px){.home-products-section .product-grid,.home-carousel-section .product-grid,.home-top-picks .product-grid,.product-grid-five{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.home-auto-slider-rail{grid-auto-columns:calc((100% - 78px)/4);gap:26px}}@media(max-width:1199px){.home-slider{width:calc(100% - 44px)}.home-slide-inner{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.home-slide-copy{max-width:560px}.home-products-section .product-grid,.home-carousel-section .product-grid,.home-top-picks .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-auto-slider-rail{grid-auto-columns:calc((100% - 44px) / 3);gap:22px}.product-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.home-formulation .formulation-grid{grid-template-columns:minmax(0,1fr);gap:32px}.home-formulation .formulation-copy{max-width:100%}.home-formulation .formulation-image{min-height:520px}}@media(max-width:768px){.site-main-shell{width:100%;border-radius:0 0 28px 28px}.home-slider-section{padding-top:0!important}.home-slider{width:100%;height:clamp(620px,calc(100svh - 144px),940px);min-height:620px;border-radius:30px}.home-slide-inner{display:flex;flex-direction:column;align-items:center;padding:clamp(28px,4.4vw,38px) clamp(24px,5vw,38px) clamp(26px,4vw,40px);text-align:center}.home-slide-copy{z-index:6;max-width:100%;height:auto;align-items:center;justify-content:flex-start;padding-left:0}.home-slide-kicker{max-width:680px;margin:0 auto clamp(20px,3.6vw,30px);font-size:clamp(19px,3.3vw,28px);letter-spacing:clamp(3px,.72vw,5px);line-height:1.2}.home-slide h1{font-size:clamp(54px,11.2vw,94px);line-height:.88}.home-slide-description{max-width:640px;margin-top:clamp(24px,4.2vw,34px);font-size:clamp(21px,3.6vw,30px);line-height:1.28}.home-slide-button{min-width:min(372px,70vw);min-height:clamp(58px,9vw,76px);margin-top:clamp(24px,4.5vw,36px);border-radius:999px;padding:0 46px;font-size:clamp(22px,4vw,28px);line-height:clamp(58px,9vw,76px)}.home-slide-product-wrap{position:absolute;right:auto;bottom:clamp(30px,5vw,48px);left:50%;z-index:7;width:min(330px,42vw);transform:translate(-50%)}.home-slide-product{width:100%;max-height:min(42vw,430px)}.home-slider-dots{bottom:clamp(34px,6vw,70px)}.home-products-section,.home-carousel-section,.home-top-picks{padding-block:20px!important}.home-products-section>.container>h2,.home-carousel-section>.container>h2,.home-top-picks>.container>h2{font-size:clamp(36px,11vw,48px)!important}.home-products-section .product-grid,.home-carousel-section .product-grid,.home-top-picks .product-grid,.product-grid-five{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-auto-slider-rail{grid-auto-columns:calc((100% - 12px)/2);gap:12px}.home-formulation{padding-top:22px;padding-bottom:76px!important}.home-formulation .formulation-kicker{margin-bottom:18px;font-size:16px;letter-spacing:2px}.home-formulation .formulation-copy h2{margin-bottom:18px;font-size:clamp(40px,11vw,58px)}.home-formulation .formulation-copy p:not(.formulation-kicker){font-size:17px;line-height:1.55}.home-formulation .formulation-image{min-height:380px;border-radius:18px}.home-formulation .formulation-ribbon{min-height:58px;gap:14px;font-size:16px}.home-formulation .formulation-ribbon-track{gap:18px;padding-inline:18px;animation-duration:14s}}@media(max-width:430px){.home-slider-section .container{width:100%}.home-slider-section{padding-top:0!important}.home-slide-copy{max-width:100%}.home-slide h1{font-size:clamp(37px,10.3vw,45px)}.home-slider{width:100%;height:clamp(560px,calc(100svh - 142px),640px);min-height:560px;border-radius:25px}.home-slide-inner{padding:22px 20px}.home-slide-kicker{margin-bottom:16px;font-size:clamp(16px,4.45vw,19px);letter-spacing:3px;line-height:1.2}.home-slide-description{margin-top:16px;font-size:clamp(16px,4.4vw,19px);line-height:1.28}.home-slide-button{min-width:min(280px,72vw);min-height:50px;margin-top:16px;font-size:19px;line-height:50px}.home-slide-product-wrap{bottom:18px;width:min(208px,52vw)}.home-slide-product{max-height:270px}.home-slider-dots{bottom:28px}}@media(max-width:374px){.home-slider{height:clamp(620px,calc(100svh - 190px),680px);min-height:620px}.home-slide-inner{padding-inline:18px}.home-slide-button{min-width:260px}.home-slide-product-wrap{width:205px}}
