:root{--ml-black: #111111;--ml-dark: #1b1b1b;--ml-white: #ffffff;--ml-bg: #f7f7f5;--ml-border: #e5e5e2;--ml-text: #171717;--ml-muted: #707070;--ml-container: 1320px;--ml-radius: 12px}.ml-home{width:100%;color:var(--ml-text);background:var(--ml-white)}.ml-home *,.ml-home *:before,.ml-home *:after{box-sizing:border-box}.ml-container{width:min(calc(100% - 48px),var(--ml-container));margin-left:auto;margin-right:auto}.ml-topbar{background:var(--ml-black);color:var(--ml-white);font-size:12px}.ml-topbar__items{min-height:36px;display:flex;align-items:center;justify-content:center;gap:55px;letter-spacing:.02em}.ml-topbar__items span{white-space:nowrap}.ml-header{position:relative;z-index:20;background:var(--ml-white);border-bottom:1px solid var(--ml-border)}.ml-header__inner{min-height:82px;display:flex;align-items:center;gap:40px}.ml-logo{flex:0 0 auto;display:flex;align-items:center;color:var(--ml-black);text-decoration:none;font-size:23px;font-weight:900;letter-spacing:-.04em}.ml-logo img{display:block;width:auto;max-width:190px;max-height:58px}.ml-navigation{display:flex;align-items:center;gap:30px;margin-left:auto}.ml-navigation a{position:relative;color:var(--ml-black);text-decoration:none;font-size:13px;font-weight:700;transition:opacity .2s ease}.ml-navigation a:hover{opacity:.55}.ml-header__actions{display:flex;align-items:center;gap:18px;margin-left:5px}.ml-header__icon{position:relative;width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:var(--ml-black);text-decoration:none;transition:opacity .2s ease}.ml-header__icon:hover{opacity:.55}.ml-cart__count{position:absolute;top:-9px;right:-10px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--ml-black);color:#fff;font-size:10px;font-weight:800}.ml-hero{position:relative;min-height:590px;display:flex;align-items:center;overflow:hidden;background:#d8d8d8}.ml-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ml-hero__image img{width:100%;height:100%;display:block;object-fit:cover}.ml-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#000000c7,#00000080 40%,#0000001f 75%,#0000)}.ml-hero__content{position:relative;z-index:2;padding-top:90px;padding-bottom:90px;color:#fff}.ml-hero__small{display:block;margin-bottom:16px;font-size:11px;font-weight:900;letter-spacing:.18em}.ml-hero h1{max-width:700px;margin:0 0 22px;color:#fff;font-size:clamp(42px,5.5vw,76px);line-height:.98;letter-spacing:-.055em}.ml-hero p{max-width:530px;margin:0 0 32px;color:#ffffffe0;font-size:17px;line-height:1.6}.ml-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border-radius:6px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em;transition:transform .2s ease,opacity .2s ease}.ml-button:hover{transform:translateY(-2px);opacity:.92}.ml-button--white{background:#fff;color:var(--ml-black)}.ml-section{padding-top:90px;padding-bottom:90px}.ml-section--categories{background:var(--ml-bg)}.ml-section--products{background:#fff}.ml-section--benefits{background:var(--ml-bg)}.ml-section-heading{margin-bottom:38px}.ml-section-heading>span{display:block;margin-bottom:9px;color:var(--ml-muted);font-size:10px;font-weight:900;letter-spacing:.16em}.ml-section-heading h2{margin:0;color:var(--ml-black);font-size:clamp(30px,3vw,44px);line-height:1.05;letter-spacing:-.045em}.ml-section-heading--row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.ml-view-all{flex:0 0 auto;padding-bottom:5px;color:var(--ml-black);text-decoration:none;font-size:12px;font-weight:800}.ml-view-all:hover{text-decoration:underline}.ml-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ml-category-card{position:relative;min-height:330px;overflow:hidden;display:block;border-radius:var(--ml-radius);background:#ddd;color:#fff;text-decoration:none}.ml-category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.ml-category-card:hover img{transform:scale(1.055)}.ml-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 20%,#0000001f 45%,#000000d1)}.ml-category-card__content{position:absolute;right:0;bottom:0;left:0;padding:25px}.ml-category-card__content h3{margin:0 0 7px;color:#fff;font-size:21px;font-weight:800;letter-spacing:-.02em}.ml-category-card__content span{color:#ffffffd9;font-size:12px;font-weight:600}.ml-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.ml-product-card{min-width:0}.ml-product-card__image{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--ml-radius);background:var(--ml-bg);text-decoration:none}.ml-product-card__image img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .4s ease}.ml-product-card:hover .ml-product-card__image img{transform:scale(1.045)}.ml-product-badge{position:absolute;top:12px;left:12px;z-index:2;padding:6px 9px;border-radius:4px;background:var(--ml-black);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}.ml-product-card__info{padding-top:15px}.ml-product-vendor{display:block;margin-bottom:5px;color:#929292;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ml-product-title{display:block;color:var(--ml-black);text-decoration:none;font-size:14px;font-weight:650;line-height:1.45}.ml-product-title:hover{text-decoration:underline}.ml-product-price{display:flex;align-items:baseline;gap:9px;margin-top:9px}.ml-price{color:var(--ml-black);font-size:17px;font-weight:900}.ml-price--sale{color:#c20d0d}.ml-price--compare{color:#999;font-size:12px;font-weight:600;text-decoration:line-through}.ml-product-form{margin:12px 0 0}.ml-product-button{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--ml-black);border-radius:6px;background:#fff;color:var(--ml-black);cursor:pointer;font-family:inherit;font-size:11px;font-weight:900;transition:background .2s ease,color .2s ease}.ml-product-button:hover{background:var(--ml-black);color:#fff}.ml-product-button--disabled{border-color:var(--ml-border);background:#eee;color:#999;cursor:not-allowed}.ml-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ml-benefit{padding:38px 30px;border:1px solid var(--ml-border);border-radius:var(--ml-radius);background:#fff;text-align:center}.ml-benefit__icon{margin-bottom:16px;font-size:30px;line-height:1}.ml-benefit h3{margin:0 0 9px;color:var(--ml-black);font-size:16px}.ml-benefit p{max-width:280px;margin:0 auto;color:var(--ml-muted);font-size:13px;line-height:1.6}@media(max-width:989px){.ml-header__inner{gap:22px}.ml-navigation{gap:17px}.ml-navigation a{font-size:12px}.ml-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ml-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.ml-container{width:calc(100% - 28px)}.ml-topbar__items{min-height:32px;justify-content:space-between;gap:8px;font-size:8px}.ml-header__inner{min-height:65px;gap:12px}.ml-logo{font-size:18px}.ml-logo img{max-width:135px;max-height:45px}.ml-navigation{display:none}.ml-header__actions{margin-left:auto;gap:12px}.ml-header__icon{width:22px;height:22px}.ml-hero{min-height:500px}.ml-hero__overlay{background:linear-gradient(90deg,#000000b8,#00000052)}.ml-hero__content{padding-top:65px;padding-bottom:65px}.ml-hero h1{max-width:440px;font-size:43px}.ml-hero p{max-width:390px;font-size:14px}.ml-section{padding-top:60px;padding-bottom:60px}.ml-section-heading{margin-bottom:28px}.ml-section-heading h2{font-size:31px}.ml-section-heading--row{align-items:flex-end}.ml-view-all{font-size:10px}.ml-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ml-category-card{min-height:210px}.ml-category-card__content{padding:16px}.ml-category-card__content h3{font-size:16px}.ml-category-card__content span{font-size:10px}.ml-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}.ml-product-card__info{padding-top:10px}.ml-product-title{font-size:12px}.ml-price{font-size:14px}.ml-price--compare{font-size:10px}.ml-product-button{min-height:38px;font-size:9px}.ml-benefits{grid-template-columns:1fr;gap:12px}.ml-benefit{padding:28px 20px}}@media(max-width:420px){.ml-topbar__items span:nth-child(2){display:none}.ml-hero h1{font-size:38px}.ml-category-card{min-height:180px}}.product-grid__item .add-to-cart-button,.product-grid__item .add-to-cart-button.button,.product-grid__item .add-to-cart-button.button-secondary,.product-grid__item .product-form-buttons .add-to-cart-button{background:#3b82f6!important;background-color:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important;box-shadow:none!important}.product-grid__item .add-to-cart-button:hover,.product-grid__item .add-to-cart-button.button:hover,.product-grid__item .add-to-cart-button.button-secondary:hover,.product-grid__item .product-form-buttons .add-to-cart-button:hover{background:#2563eb!important;background-color:#2563eb!important;color:#fff!important;border-color:#2563eb!important}.product-grid__item .add-to-cart-button .add-to-cart-text,.product-grid__item .add-to-cart-button .add-to-cart-text__content,.product-grid__item .add-to-cart-button .add-to-cart-text__content span{color:#fff!important}.product-grid__item .add-to-cart-button .add-to-cart-icon{font-size:0!important;width:20px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-inline-end:6px!important;color:#ffd21f!important}.product-grid__item .add-to-cart-button .add-to-cart-icon:before{content:"\26a1"!important;font-family:Arial,sans-serif!important;font-size:18px!important;line-height:1!important;color:#ffd21f!important}.product-grid__item .add-to-cart-button .add-to-cart-icon svg{display:none!important}.product-grid__item .add-to-cart-button:disabled,.product-grid__item .add-to-cart-button.button:disabled,.product-grid__item .add-to-cart-button.button-secondary:disabled{background:#3b82f6!important;background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;opacity:.45}
/*# sourceMappingURL=/cdn/shop/t/6/assets/loja-custom.css.map */
