:root{--navy:#081b49;--red:#d90c25;--ink:#101f45;--muted:#52617d;--line:#e8ebf2;--light:#f7f8fb;--shadow:0 5px 16px rgba(8,27,73,.045);--width:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font:500 15px/1.55 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}svg{display:block}:focus-visible{outline:3px solid #d90c25;outline-offset:3px}.page-width{width:min(calc(100% - 96px),var(--width));margin-inline:auto}.skip-link{position:absolute;top:-60px;left:16px;z-index:100;padding:10px 16px;background:var(--navy);color:#fff}.skip-link:focus{top:10px}.site-header{position:relative;z-index:20;background:#fff}.site-header__inner{display:flex;align-items:center;min-height:98px;gap:42px}.site-logo{display:block;flex:0 0 auto;width:287px}.site-logo img{width:100%;height:auto}.desktop-nav{display:flex;align-items:center;gap:32px;margin-left:18px;white-space:nowrap}.desktop-nav a{position:relative;font-size:14px;font-weight:700;padding:8px 0}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--navy)}.desktop-nav a.is-active:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:2px;background:var(--red)}.site-header__actions{display:flex;align-items:center;gap:24px;margin-left:auto}.icon-link{position:relative;display:grid;place-items:center;width:29px;height:32px;color:var(--navy)}.icon-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:-5px;right:-8px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--red);color:#fff;font-size:10px;font-weight:800}.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:34px;height:34px;border:0;background:none}.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy)}.mobile-menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:7px;font-weight:800;text-align:center;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.button--red{background:var(--red);color:#fff}.button--red:hover{background:#b80820;transform:translateY(-1px);box-shadow:0 7px 16px #d90c2526}.button--red:disabled,.button--disabled{background:#c8ced8;color:#fff;cursor:not-allowed}.button--red:disabled:hover{transform:none;box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:2px;border:0;border-bottom:1px solid #a9b1c2;background:none;color:var(--navy);font-size:13px;font-weight:800;white-space:nowrap}.text-link span{color:var(--red);font-size:21px;line-height:1}.text-link:hover{border-color:var(--red)}.hero{overflow:hidden;background:linear-gradient(180deg,#fff,#fcfdff)}.hero__inner{display:grid;grid-template-columns:52% 48%;min-height:470px}.hero__copy{position:relative;z-index:2;padding:34px 0 26px}.hero__eyebrow,.section-kicker{margin:0;color:var(--navy);font-size:11px;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.hero__eyebrow{margin-bottom:14px}.hero h1{margin:0;color:var(--navy);font-size:clamp(44px,5.2vw,74px);font-weight:800;font-style:italic;line-height:1.035;letter-spacing:-.045em;white-space:nowrap}.hero h1 em{color:#c90b24;font-style:italic}.hero__description{max-width:470px;margin:16px 0 18px;color:#364765;font-size:19px;font-weight:500;line-height:1.46}.hero__button{min-width:218px;min-height:55px;font-size:16px}.hero__button span{font-size:25px;line-height:1}.hero__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:630px;margin-top:32px}.hero__benefits>div{display:flex;align-items:center;gap:10px;min-width:0}.hero__benefits svg{flex:0 0 33px;width:33px;height:33px;fill:none;stroke:var(--navy);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero__benefits strong,.hero__benefits small{display:block;line-height:1.3}.hero__benefits strong{font-size:11px;font-weight:800}.hero__benefits small{margin-top:2px;color:#485b79;font-size:10px}.hero__visual{position:relative;min-width:0;display:flex;align-items:end;justify-content:center}.hero__bolt{position:absolute;width:112%;height:114%;top:-11%;left:-15%;fill:#fceef1;transform:rotate(1deg)}.hero__product-image{position:relative;z-index:1;display:grid;place-items:center;width:min(94%,520px);height:390px;margin:auto 0 0 4%;filter:drop-shadow(0 17px 17px rgba(15,25,50,.1))}.hero__product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.hero__brand-art{position:relative;z-index:1;width:min(80%,390px);margin:auto}.hero__brand-art img{width:100%;height:auto;filter:drop-shadow(0 15px 30px rgba(8,27,73,.1))}.home-section{padding-block:30px 7px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading .section-kicker{position:relative;padding-left:13px;margin-bottom:4px;font-size:10px;letter-spacing:.2em}.section-heading .section-kicker:before,.page-heading .section-kicker:before{content:"";position:absolute;left:0;top:3px;width:3px;height:13px;background:var(--red)}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.035em;line-height:1.15}.section-heading .text-link{margin-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-card{overflow:hidden;display:block;border:1px solid var(--line);border-radius:9px;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px #081b491a}.category-card__image{display:block;height:155px;background:#f3f4f7}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card__body{display:block;padding:9px 19px 13px}.category-card__body strong,.category-card__body span{display:block}.category-card__body strong{color:var(--navy);font-size:15px;font-weight:800}.category-card__body span{margin-top:2px;color:#3e506f;font-size:12px}.category-card__body b{margin-left:8px;color:var(--red);font-size:18px;font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.product-card{display:flex;flex-direction:column;overflow:hidden;min-width:0;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:var(--shadow)}.product-card__image{position:relative;display:grid;place-items:center;height:183px;background:#fff}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:9px;transition:transform .2s ease}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__image-fallback{color:var(--muted);font-size:12px}.product-card__badge{position:absolute;top:10px;left:10px;padding:3px 11px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:800}.product-card__body{display:flex;flex:1;flex-direction:column;padding:5px 12px 12px}.product-card h3{margin:0;min-height:42px;color:var(--navy);font-size:13px;font-weight:800;line-height:1.35}.product-card h3 a:hover{text-decoration:underline}.product-card__price{display:flex;align-items:center;gap:9px;margin:3px 0 6px;color:var(--navy);font-size:16px;font-weight:800}.product-card__price s{color:#67728a;font-size:12px;font-weight:600}.product-card__form{margin-top:auto}.product-card .button{width:100%;min-height:37px;font-size:12px}.product-card__options{margin-top:auto}.promise-strip{margin-top:32px;background:#f8faff}.promise-strip__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-block:18px}.promise-strip__inner>span{display:grid;grid-template-columns:42px 1fr;align-items:center;column-gap:9px;padding:0 16px;border-right:1px solid #dbe1ed}.promise-strip__inner>span:first-child{padding-left:0}.promise-strip__inner>span:last-child{border-right:0}.promise-strip__inner svg{grid-row:span 2;width:32px;height:32px;fill:none;stroke:var(--red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.promise-strip__inner strong{color:var(--navy);font-size:12px;font-weight:800;line-height:1.2}.promise-strip__inner small{color:#51617c;font-size:11px;line-height:1.4}.interior-page{min-height:52vh;padding-block:24px 70px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;color:#68758e;font-size:12px}.breadcrumbs a:hover{color:var(--red);text-decoration:underline}.breadcrumbs span:last-child{color:var(--navy)}.page-heading{margin:30px 0 25px}.page-heading .section-kicker{position:relative;padding-left:13px;margin-bottom:6px}.page-heading h1{margin:0;color:var(--navy);font-size:clamp(31px,4vw,49px);font-weight:800;line-height:1.15;letter-spacing:-.035em}.page-intro{max-width:70ch;margin-top:15px;color:#52617d}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin:5px 0 15px;color:#5a6781;font-size:13px}.collection-toolbar form{display:flex;align-items:center;gap:9px}.collection-toolbar select,.product-form select,.product-form input,.search-form input,.cart-item__quantity input{border:1px solid #bcc7d8;border-radius:6px;background:#fff;color:var(--ink)}.collection-toolbar select{padding:8px 28px 8px 10px}.interior-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.interior-page .product-card__image{height:235px}.interior-page .product-card__body{padding:12px 15px 15px}.interior-page .product-card h3{font-size:15px}.interior-page .product-card .button{min-height:42px;font-size:13px}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:36px;color:#5b6982;font-size:13px}.pagination a{color:var(--navy);font-weight:800;text-decoration:underline}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:270px;padding:45px 20px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe;text-align:center}.empty-state h1,.empty-state h2,.empty-state h3{margin:0;color:var(--navy);font-size:25px;letter-spacing:-.03em}.empty-state p{max-width:420px;margin:9px 0 20px;color:#56647c}.empty-state .button{min-height:44px;padding:0 24px}.home-section .empty-state{min-height:200px}.product-detail{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:54px;margin-top:28px}.product-gallery__main{display:grid;place-items:center;min-height:510px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe}.product-gallery__main img{width:100%;height:510px;padding:24px;object-fit:contain}.product-gallery__missing{color:var(--muted)}.product-gallery__thumbs{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.product-thumb{overflow:hidden;width:77px;height:77px;padding:0;border:1px solid var(--line);border-radius:7px;background:#fff}.product-thumb.is-active{border:2px solid var(--red)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info{padding-top:16px}.product-info h1{margin:10px 0 12px;color:var(--navy);font-size:clamp(29px,3.2vw,45px);font-weight:800;line-height:1.15;letter-spacing:-.035em}.product-info__price{display:flex;align-items:center;gap:12px;margin-bottom:22px;color:var(--navy);font-size:28px;font-weight:800}.product-info__price s{color:#808ba0;font-size:18px;font-weight:500}.product-description{padding:19px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#374966;font-size:15px}.rte{line-height:1.7;overflow-wrap:anywhere}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.rte img{height:auto}.product-form{display:grid;gap:10px;margin-top:25px}.product-form label{color:var(--navy);font-size:13px;font-weight:800}.product-form select{width:100%;min-height:47px;padding:10px}.product-form input[type=number]{width:86px;min-height:47px;padding:9px 11px}.product-form .button{width:100%;min-height:52px;margin-top:7px;font-size:16px}.product-info__note,.product-info__meta{color:#5d6b83;font-size:12px}.product-info__note{margin-top:15px}.related-products{margin-top:72px}.related-products .section-heading{margin-bottom:19px}.form-error{color:#a0001a}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:38px}.cart-item{display:grid;grid-template-columns:110px minmax(0,1fr) 90px 90px;align-items:center;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item:first-child{border-top:1px solid var(--line)}.cart-item__image{display:grid;place-items:center;width:110px;height:110px;border:1px solid var(--line);border-radius:7px;background:#fbfcfe}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__details h2{margin:0;color:var(--navy);font-size:15px;line-height:1.3}.cart-item__details p{margin:5px 0;color:#69768e;font-size:12px}.cart-item__remove{display:inline-block;margin-top:8px;color:#a20b20;font-size:12px;text-decoration:underline}.cart-item__quantity label{display:block;margin-bottom:4px;font-size:11px}.cart-item__quantity input{width:72px;padding:7px}.cart-item__price{text-align:right;color:var(--navy);font-size:14px}.cart-update{margin-top:22px}.cart-summary{align-self:start;padding:25px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe}.cart-summary h2{margin:0 0 20px;color:var(--navy);font-size:21px}.cart-summary>div{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-top:1px solid var(--line);color:var(--navy)}.cart-summary p{color:#5b6880;font-size:12px}.cart-summary .button{width:100%;min-height:46px;margin-top:14px}.cart-summary>a{display:block;margin-top:13px;color:var(--navy);font-size:12px;text-align:center;text-decoration:underline}.search-form{max-width:730px}.search-form label{display:block;margin-bottom:8px;color:var(--navy);font-size:13px;font-weight:800}.search-form>div{display:flex;gap:10px}.search-form input[type=search]{flex:1;min-width:0;padding:12px 14px}.search-form .button{padding:0 27px}.search-summary{margin:30px 0 17px;color:#5b6880}.content-page .rte{max-width:76ch;color:#334460}.site-footer{padding-top:45px;background:#f7f9fd;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:33px}.footer-grid img{max-width:208px;height:auto}.footer-grid p{margin:6px 0;color:#52617c;font-size:13px}.footer-grid h2{margin:8px 0 12px;color:var(--navy);font-size:13px}.footer-grid a{display:block;margin:6px 0;color:#52617c;font-size:12px}.footer-grid a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid #dfe4ed;color:#68758d;font-size:11px}@media(max-width:1080px){.page-width{width:min(calc(100% - 56px),var(--width))}.site-header__inner{gap:22px}.site-logo{width:230px}.desktop-nav{gap:20px;margin-left:0}.site-header__actions{gap:17px}.hero h1{font-size:clamp(42px,5.4vw,65px)}.hero__description{font-size:17px}.hero__benefits{gap:10px}.hero__benefits svg{flex-basis:28px;width:28px;height:28px}}@media(max-width:830px){.site-header__inner{min-height:76px}.site-logo{width:220px}.desktop-nav,.account-link{display:none}.menu-toggle{display:flex}.mobile-menu:not([hidden]){display:flex;flex-direction:column;gap:0;padding:0 28px 15px;border-top:1px solid var(--line);background:#fff}.mobile-menu a{padding:12px 0;border-bottom:1px solid var(--line);font-weight:700}.hero__inner{grid-template-columns:1fr 42%;min-height:440px}.hero__copy{padding-top:38px}.hero h1{font-size:clamp(43px,5.6vw,60px)}.hero__visual{overflow:hidden}.hero__benefits{grid-template-columns:1fr 1fr;margin-top:24px}.hero__benefits>div:last-child{display:none}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid,.interior-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.promise-strip__inner{grid-template-columns:repeat(2,1fr);row-gap:18px}.promise-strip__inner>span:nth-child(2){border-right:0}.product-detail{gap:30px}.product-gallery__main,.product-gallery__main img{min-height:390px;height:390px}.cart-layout{grid-template-columns:1fr}.cart-summary{max-width:430px}}@media(max-width:600px){.page-width{width:calc(100% - 36px)}.site-header__inner{min-height:68px}.site-logo{width:178px}.site-header__actions{gap:12px}.site-header__actions .icon-link{width:25px}.site-header__actions .icon-link svg{width:21px}.hero__inner{display:flex;flex-direction:column;min-height:0}.hero__copy{padding:31px 0 16px}.hero__eyebrow{font-size:9px;letter-spacing:.2em}.hero h1{font-size:clamp(40px,10.5vw,60px);white-space:normal;letter-spacing:-.04em}.hero__description{max-width:450px;font-size:16px}.hero__button{min-width:184px;min-height:50px;font-size:14px}.hero__benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.hero__benefits strong{font-size:10px}.hero__benefits small{font-size:9px}.hero__visual{min-height:240px}.hero__bolt{width:105%;height:130%;top:-16%;left:2%}.hero__product-image{height:230px;margin:auto}.hero__brand-art{max-width:260px}.home-section{padding-top:25px}.section-heading{align-items:start;gap:12px}.section-heading h2{font-size:25px}.section-heading .text-link{font-size:11px}.category-grid{gap:10px}.category-card__image{height:120px}.category-card__body{padding:9px 10px}.category-card__body strong{font-size:12px}.category-card__body span{font-size:10px}.product-grid,.interior-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__image,.interior-page .product-card__image{height:165px}.product-card__body,.interior-page .product-card__body{padding:7px 9px 10px}.product-card h3,.interior-page .product-card h3{min-height:49px;font-size:12px}.product-card__price{font-size:14px}.product-card .button,.interior-page .product-card .button{min-height:36px;font-size:11px}.promise-strip{margin-top:25px}.promise-strip__inner>span{grid-template-columns:31px 1fr;column-gap:4px;padding:0 8px}.promise-strip__inner svg{width:25px;height:25px}.promise-strip__inner strong{font-size:10px}.promise-strip__inner small{font-size:9px}.interior-page{padding-block:17px 50px}.page-heading{margin:25px 0 20px}.page-heading h1{font-size:32px}.product-detail{grid-template-columns:1fr;gap:12px}.product-gallery__main,.product-gallery__main img{min-height:320px;height:320px}.product-info{padding-top:9px}.product-info h1{font-size:30px}.product-info__price{font-size:23px}.cart-item{grid-template-columns:75px 1fr 62px;gap:8px}.cart-item__image{width:75px;height:75px}.cart-item__details h2{font-size:12px}.cart-item__quantity{grid-column:2}.cart-item__price{grid-column:3;grid-row:1}.search-form>div{flex-direction:column}.search-form .button{min-height:43px}.footer-grid{grid-template-columns:1fr 1fr;gap:20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:10px;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.category-card,.product-card__image img{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/milo-mini.css.map */
