/* store-core.css */
/* product-families.css */
.product-family{margin:22px 0;padding-top:20px;border-top:1px solid #e2e5e7}.family-heading{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.family-heading>span,.product-family>p{color:#667078;font-size:12px}.family-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:8px}.family-option{display:flex;flex-direction:column;gap:5px;padding:13px;border:1px solid #cbd0d3;border-radius:7px;color:inherit;text-decoration:none;overflow-wrap:anywhere}.family-option:hover,.family-option:focus-visible{border-color:#bc4f1d;outline:2px solid #edccba;outline-offset:2px}.family-option.selected{border:2px solid #bd4d1a;padding:12px;background:#fff6ee}.family-option>strong{font-size:13px}.family-option>span{font-weight:600;font-size:14px}.family-option>small{font-size:11px;color:#397348}.family-option.unavailable>small{color:#72777b}.product-family select{width:100%;margin:8px 0 12px;max-width:100%}.family-card-count{font-size:12px;color:#5b636a;display:block;margin:6px 0}
.family-axes{display:grid;gap:18px}.family-axis{border:0;padding:0;margin:0;min-width:0}.family-axis legend{font-size:13px;margin-bottom:9px;color:#59656c}.family-axis legend strong{color:#183b32}.family-chips{display:flex;flex-wrap:wrap;gap:8px}.family-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:44px;min-height:44px;padding:9px 13px;border:1px solid #cbd6d0;border-radius:7px;background:#fff;color:#23463c;text-decoration:none;font-size:13px;line-height:1.3;max-width:100%;overflow-wrap:anywhere}.family-chip.selected{border-color:#ba4e1b;box-shadow:inset 0 0 0 1px #ba4e1b;background:#fff5ed;color:#873712}.family-chip:hover,.family-chip:focus-visible{outline:2px solid #edccba;outline-offset:2px}.family-chip small{font-size:10px;color:#777}.family-chip.unavailable{background:#f5f6f5}.family-select-label{font-size:12px;color:#667078}.family-axis .text-link{font-size:12px}
.product-page { overflow-anchor: none; }
.product-family [data-family-status] { min-height: 2.8em; margin-bottom: 0; }
.product-family [data-family-status].is-error { color: #a5321f; }
.product-page[data-variant-loading="true"] .product-gallery { opacity: .68; }
.product-page[data-variant-loading="true"] .product-family { cursor: progress; }
.product-gallery { transition: opacity .15s ease; }
@media (prefers-reduced-motion: reduce) { .product-gallery { transition: none; } }

/* style.css */

:root{--ink:#141718;--muted:#626866;--paper:#f7f6f2;--line:#deded7;--orange:#ed632b;--orange-dark:#ab390c;--white:#fff;--radius:5px;--max:1344px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{color:inherit}a:hover{text-decoration:none}input,select,textarea{width:100%;min-height:48px;background:#fff;border:1px solid #cbd0ca;border-radius:4px;color:var(--ink);padding:12px 14px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--orange);outline-offset:2px}button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:5px}label{display:block;font-size:13px;font-weight:700;margin-bottom:17px}label input,label select,label textarea{display:block;margin-top:7px;font-weight:400}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(38px,4.4vw,64px);font-weight:800}h2{font-size:clamp(28px,3vw,42px);font-weight:750}h3{font-size:23px}p{color:var(--muted)}img{display:block;max-width:100%;object-fit:cover}.container{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--muted);display:block;margin-bottom:14px;line-height:1.6}.topline{background:var(--ink);color:#d1d4ce;font-size:10px;letter-spacing:.13em;height:34px}.topline .container{display:flex;justify-content:space-between;align-items:center;height:100%}.topline a{display:flex;align-items:center;gap:14px;letter-spacing:.02em}.topline .icon{width:15px}.site-header{background:var(--paper);position:relative;z-index:10}.header-main{display:flex;align-items:center;gap:38px;min-height:100px}.logo{flex-shrink:0}.logo img{object-fit:contain}.header-search{position:relative;display:flex;align-items:center;gap:12px;padding:0 16px;background:#eeefea;border:1px solid #e0e2db;border-radius:4px;flex:1}.header-search input{border:0;padding:14px 0;background:transparent;font-size:13px;min-width:100px}.header-search button{background:none;border:0;padding:6px}.header-actions{display:flex;align-items:center;gap:27px}.header-action{display:flex;align-items:center;gap:8px;font-size:12px;white-space:nowrap}.header-action:hover{color:var(--orange-dark)}.header-action b{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:var(--ink);height:18px;min-width:18px;font-size:10px;border-radius:50%;margin-left:4px}.main-nav{display:flex;justify-content:space-between;align-items:center;min-height:57px;border-top:1px solid var(--line)}.nav-primary{display:flex;gap:34px;height:57px}.nav-primary a{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;position:relative}.nav-primary a.active:after{content:'';height:3px;background:var(--orange);bottom:0;left:0;right:0;position:absolute}.nav-primary a:hover{color:var(--orange-dark)}.nav-help{display:flex;align-items:center;gap:17px;font-size:12px}.nav-help .icon{width:17px}.mobile-only{display:none!important}.button{display:inline-flex;align-items:center;justify-content:center;gap:19px;background:var(--orange);color:#151716;border:1px solid transparent;border-radius:3px;padding:16px 23px;min-height:52px;font-size:13px;font-weight:700;line-height:1.3;transition:background .2s,transform .2s}.button:hover{background:#f47c49;transform:translateY(-1px)}.button.dark{background:var(--ink);color:white}.button.dark:hover{background:#303535}.button.secondary{background:transparent;border-color:#bcc2bb}.button.small{padding:10px 15px;min-height:43px}.button .icon{width:20px;height:20px}.text-link{display:inline-flex;align-items:center;gap:15px;font-size:12px;font-weight:700;min-height:44px;background:none;border:0;padding:0}.text-link:hover{color:var(--orange-dark)}.text-link.light{color:#fff}.text-link.light:hover{color:var(--orange)}.text-link .icon{width:18px}.round-link{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid #b9beb6;border-radius:50%;flex-shrink:0}.round-link:hover{background:var(--orange);border-color:var(--orange)}.hero{position:relative;min-height:580px;background:#121515;overflow:hidden;color:var(--white)}.hero-image{position:absolute;right:0;top:0;width:80%;height:100%;object-fit:cover;object-position:60% 55%;opacity:.93}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#101414 2%,#101414ee 27%,#10141490 43%,transparent 65%)}.hero-content{position:relative;padding-block:63px 27px}.hero-kicker{display:flex;align-items:center;gap:12px;font-size:10px;letter-spacing:.15em;color:#e4e6df;font-weight:700;margin-bottom:25px}.hero-kicker span{width:7px;height:7px;background:var(--orange);border-radius:50%}.hero h1{font-size:clamp(48px,5vw,72px);line-height:.99;letter-spacing:-.055em;margin-bottom:24px;max-width:680px}.hero h1 em{color:var(--orange);font-style:normal}.hero p{max-width:380px;font-size:14px;line-height:1.8;color:#b8c0ba;margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:22px}.hero-actions .button{padding:17px 21px}.hero-caption{display:flex;justify-content:space-between;margin-top:52px;font-size:9px;letter-spacing:.12em;color:#c5cbc4}.hero-caption span:last-child{padding-right:25px}.hero-vertical{position:absolute;right:20px;top:58px;writing-mode:vertical-rl;letter-spacing:.3em;font-size:9px;color:#ddd}.finder-wrap{position:relative;margin-top:0;padding-top:30px}.finder{padding:25px 28px 18px;border:1px solid var(--line);background:#fff;border-radius:5px;box-shadow:0 8px 28px #18201605;display:grid;grid-template-columns:280px 1fr;gap:0 25px}.finder-heading{display:flex;gap:15px;align-items:center}.finder-heading>.icon{width:36px;height:36px;color:var(--orange-dark)}.finder-heading .eyebrow{font-size:9px;margin:0 0 7px}.finder h2{font-size:20px;max-width:220px;margin:0;letter-spacing:-.03em}.finder-options{display:flex;align-items:end;gap:14px}.finder-options label{flex:1;margin-bottom:0;min-width:0}.finder-options label>span{font-size:10px;color:var(--muted)}.finder-options select{font-size:12px;background:#f7f8f4;padding:10px;min-height:45px}.finder-options .button{min-height:45px;white-space:nowrap;padding:12px 18px}.finder-note{grid-column:2;margin:11px 0 0;font-size:11px;color:#6e746e}.section-space{padding-block:68px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.section-heading h2{margin:0}.section-heading p{margin:0;font-size:13px;line-height:1.7}.section-heading .eyebrow{margin-bottom:10px}.world-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.world-card{position:relative;min-height:290px;padding:35px;overflow:hidden;border-radius:5px}.world-card>div{position:relative;z-index:2}.world-card .eyebrow{font-size:9px}.world-card h3{font-size:39px;margin-bottom:15px}.world-card p{font-size:13px;line-height:1.7;margin-bottom:14px}.moto-world{background:#222729;color:white}.moto-world p,.moto-world .eyebrow{color:#bfc7c2}.moto-world>img{position:absolute;width:68%;height:100%;right:-9%;top:0;object-position:70% 50%;opacity:.6;transition:transform .5s}.moto-world:after{position:absolute;inset:0;content:'';background:linear-gradient(90deg,#1d2224 14%,#1d222466 55%,transparent)}.world-card:hover img{transform:scale(1.04)}.world-number{position:absolute;bottom:20px;right:26px;z-index:2;font-size:11px;font-weight:700;opacity:.6}.car-world{background:#e5e8df}.car-world>div{max-width:260px}.car-drawing{position:absolute;right:-78px;bottom:-5px;width:340px;fill:none;stroke:#757f70;stroke-width:2;opacity:.65}.collection-note{display:flex;align-items:center;gap:28px;border:1px solid #d5dacf;background:#edf0e8;padding:28px 32px;border-radius:5px;margin-bottom:65px}.collection-note h2{font-size:25px;margin:0 0 10px}.collection-note p{font-size:13px;max-width:820px;margin:0;line-height:1.7}.collection-note .eyebrow{font-size:9px;margin-bottom:7px}.collection-icon{width:65px;height:65px;border:1px solid #bdc6b8;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.collection-icon .icon{width:29px;height:29px}.collection-note .round-link{margin-left:auto}.ethos{background:#171b1c;color:#f6f7f2;padding:65px 0}.ethos-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.ethos h2{font-size:44px;line-height:1.06;margin-bottom:20px}.ethos h2 em{font-style:normal;color:#959e92}.ethos .eyebrow{color:#b2bcae;font-size:9px}.ethos p{color:#abb5ae;font-size:13px;line-height:1.9;max-width:385px}.ethos-points article{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #3b4240}.ethos-points article:first-child{padding-top:0}.ethos-points article>span{font-size:10px;color:var(--orange);font-weight:700;margin-top:3px}.ethos-points article h3{font-size:19px;letter-spacing:-.025em;margin-bottom:8px}.ethos-points article p{font-size:12px;line-height:1.75;margin:0}.ethos-points article>.icon{color:#a7b49e;margin-left:auto;width:29px;height:29px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.guide-art{height:205px;background:#e2e5db;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.guide-art>.icon{width:90px;height:90px;stroke-width:.8;color:#4e5b4a}.guide-art>span{font-size:10px;font-weight:700;letter-spacing:.3em;color:#687262}.guide-art>b{position:absolute;top:15px;left:17px;font-size:10px;border:1px solid #afb7a8;border-radius:100%;width:29px;height:29px;text-align:center;line-height:27px}.guide-art img{height:100%;width:100%;object-position:70% 50%}.guide-2 .guide-art>b{color:white;border-color:#9b9d93}.guide-3 .guide-art{background:#e9ddd0}.guide-3 .guide-art>.icon{color:#766148}.guide-meta{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.04em;color:var(--muted);margin-block:19px 12px}.guide-card h3,.guide-card h2{font-size:24px;line-height:1.2;margin-bottom:11px;max-width:355px}.guide-card p{font-size:13px}.guide-card:hover h3,.guide-card:hover h2{color:var(--orange-dark)}.guide-card .text-link{font-size:11px}.reassurance{border-top:1px solid var(--line);padding-block:31px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:25px}.reassurance>div{display:flex;gap:18px;justify-content:center;border-right:1px solid var(--line)}.reassurance>div:last-child{border:0}.reassurance .icon{width:29px;height:29px;align-self:center}.reassurance span{font-size:11px;font-weight:700;line-height:1.65}.newsletter{background:#e5e9df;padding:45px 0}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.newsletter h2{font-size:32px;margin-bottom:11px}.newsletter p{font-size:12px;margin-bottom:0}.newsletter .eyebrow{font-size:9px;margin-bottom:10px}.newsletter-input{display:flex;background:white;border-radius:4px;overflow:hidden;border:1px solid #ccd4c5}.newsletter-input input{border:0;border-radius:0;font-size:12px;background:transparent}.newsletter-input .button{border-radius:0;white-space:nowrap;min-height:48px}.check{display:flex;align-items:start;gap:9px;font-size:11px;font-weight:400;line-height:1.55;margin-top:13px}.check input{appearance:auto;width:15px;height:15px;min-height:15px;margin:1px 0 0;flex-shrink:0;accent-color:var(--orange)}.check a{text-decoration:underline}.newsletter .check{color:#586252;margin-bottom:0}footer{background:#141819;color:#bfc7c0;padding-top:53px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:50px}.footer-brand p{font-size:16px;line-height:1.7;color:#939f96;margin-top:23px}.footer-location{font-size:8px;letter-spacing:.11em;color:#9aa79d}.footer-grid h3{font-size:12px;color:#f1f3ed;letter-spacing:0;margin:10px 0 21px}.footer-grid>div>a:not(.footer-brand a){display:flex;align-items:center;gap:10px;font-size:11px;margin-bottom:11px}.footer-grid a:hover{color:var(--orange)}.footer-note{font-size:11px;margin-top:23px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #313937;margin-top:44px;padding-block:23px;font-size:9px;color:#9da89e}.footer-bottom>div{display:flex;gap:26px}.footer-bottom a{color:#c3cbc2}.page-top{padding-block:29px 35px}.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:10px;margin-bottom:39px}.breadcrumb a:hover{color:var(--orange-dark)}.page-top h1{margin-bottom:18px}.page-top p{font-size:14px;margin:0}.utility-content{padding-bottom:75px;min-height:350px}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:38px;padding-bottom:75px}.catalog-sidebar{padding:22px;background:#eeefe9;border-radius:5px;height:max-content}.catalog-sidebar form>label{font-size:11px}.catalog-sidebar input,.catalog-sidebar select{font-size:12px}.catalog-sidebar .button{width:100%}.muted-link{display:block;text-align:center;text-decoration:underline;color:var(--muted);font-size:11px;margin-top:12px}.garage-help{border-top:1px solid #d0d6ca;padding-top:25px;display:flex;flex-direction:column;gap:13px;margin-top:28px}.garage-help .icon{width:30px;height:30px}.garage-help strong{font-size:15px;line-height:1.35}.garage-help span{font-size:11px;color:var(--muted)}.catalog-toolbar{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:22px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-grid.catalog-products{grid-template-columns:repeat(3,1fr)}.product-card{background:#fff;border:1px solid var(--line);border-radius:5px;overflow:hidden}.product-image{display:block;aspect-ratio:1.2;background:#f0f1eb}.product-image img{width:100%;height:100%;object-fit:contain}.product-card-copy{padding:20px}.product-card .eyebrow{font-size:9px;margin-bottom:7px}.product-card h3{font-size:17px;line-height:1.3;letter-spacing:-.025em;margin-bottom:13px}.availability{color:#676d63;font-size:11px;display:block;margin-bottom:12px}.availability.available{color:#357031}.availability.available:before{content:'●';margin-right:6px;font-size:8px}.product-price{display:flex;align-items:center;justify-content:space-between}.product-price strong{font-size:22px;letter-spacing:-.025em}.product-card .round-link{width:35px;height:35px}.product-card small{font-size:10px;color:var(--muted);display:block;margin-top:9px}.no-photo{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;height:100%;color:#7c8576}.no-photo .icon{width:60px;height:60px;stroke-width:1}.no-photo span{font-size:11px}.empty-state{background:#f0f2ec;border:1px solid var(--line);border-radius:5px;padding:58px 35px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:350px}.empty-state>.icon{width:57px;height:57px;color:#7c8b73;margin-bottom:29px;stroke-width:1}.empty-state h2{font-size:33px;margin-bottom:18px;max-width:480px}.empty-state p{max-width:460px;margin-bottom:26px;font-size:13px}.empty-state .text-link{margin-top:15px}.catalog-empty{min-height:520px;padding-block:90px}.empty-small{padding:25px;border:1px dashed var(--line);margin-block:20px}.empty-small h2{font-size:25px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-tile{background:#e9eee3;padding:24px;display:flex;flex-direction:column;gap:25px;border-radius:4px}.category-tile h3{font-size:20px;margin:0}.category-tile>.icon:last-child{align-self:end}.brand-strip{display:flex;gap:35px;flex-wrap:wrap}.brand-strip a{font-weight:800;font-size:23px}.promo-banner{background:#e5e9df;padding:45px;border-radius:5px;margin-bottom:25px}.pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.pagination a{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line)}.pagination a.current{background:var(--ink);color:#fff}.notice{border-left:3px solid var(--orange);background:#fff0df;color:#72441b;font-size:13px;padding:18px 22px;margin-bottom:25px}.form-card{padding:30px;background:white;border:1px solid var(--line);border-radius:5px}.form-feedback{font-size:12px;line-height:1.5;margin:13px 0 0}.form-feedback.error{color:#a82121}.form-feedback.success{color:#31712d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.form-grid .full{grid-column:1/-1}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;max-width:960px;margin:auto}.auth-grid h2{font-size:28px}.form-card .button{width:100%}.auth-intro{background:#e4e9dd;padding:36px;border-radius:5px}.auth-intro p{font-size:14px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-layout h2{font-size:34px}.contact-layout>div>p{max-width:420px;font-size:14px}.contact-box{margin-top:35px;max-width:380px;padding:26px;background:#e8ede1;border-radius:4px}.contact-box>.icon{width:36px;height:36px;margin-bottom:18px}.contact-box h3{font-size:22px}.contact-box p{font-size:13px}.help-layout{display:grid;grid-template-columns:220px 1fr;gap:70px}.help-layout aside{display:flex;flex-direction:column;align-items:start;gap:17px;font-size:13px}.help-layout aside a:hover{color:var(--orange-dark)}.reading-content{max-width:820px}.reading-content section{padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid var(--line)}.reading-content h2{font-size:25px;letter-spacing:-.03em}.reading-content p{font-size:15px;line-height:1.9}.preserve-lines{white-space:pre-line;overflow-wrap:anywhere}.article-content{margin:auto}.article-meta{font-size:11px;color:var(--orange-dark);font-weight:700;letter-spacing:.08em;margin-bottom:30px}.article-intro{font-size:23px!important;color:var(--ink);line-height:1.6!important;margin-bottom:45px}.help-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.help-cards a{padding:28px;background:#ecefe5;border-radius:4px}.help-cards h2{font-size:24px;margin-top:30px}.help-cards p{font-size:12px}.help-cards .icon{float:right}.product-page{padding-block:30px 60px}.product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:55px}.detail-image{aspect-ratio:1.1;background:#edf0e7;border:1px solid var(--line);border-radius:5px;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:contain}.thumbnails{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.thumbnails button{padding:0;background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden}.thumbnails img{object-fit:contain}.product-summary h1{font-size:37px;line-height:1.1}.muted{color:var(--muted);font-size:12px}.fitment-box{display:flex;gap:14px;background:#e8ede1;padding:19px;border-radius:4px;margin-block:25px}.fitment-box strong{display:block;font-size:13px;margin-bottom:7px}.fitment-box a{font-size:11px}.fitment-box .icon{width:24px;height:24px}.fitment-box a .icon{width:15px;height:15px;margin-left:8px}.detail-price strong{font-size:36px;letter-spacing:-.035em}.detail-price>span{display:block;font-size:11px;color:var(--muted)}.detail-price p{font-size:11px}.detail-price{margin-bottom:20px}.buy-row{display:flex;gap:13px;align-items:end}.buy-row .quantity-label{max-width:95px;margin:0}.quantity-label>span{font-size:10px}.buy-row .button{flex:1;min-height:50px}.wishlist-button{margin-block:13px}.product-help{display:flex;gap:25px;flex-wrap:wrap;padding-top:22px;margin-top:20px;border-top:1px solid var(--line);font-size:12px}.product-help .icon{margin-right:7px}.product-content{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:35px 50px}.product-content h2{font-size:25px}.product-content section{border-top:1px solid var(--line);padding-top:25px}.product-content p{font-size:14px}.specs{display:grid;grid-template-columns:1fr 1fr;font-size:13px}.specs dt,.specs dd{padding:10px;margin:0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.specs dt{color:var(--muted)}.vehicle-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding-block:13px;font-size:12px}.vehicle-row>.icon:last-child{margin-left:auto}.review{background:#fff;padding:18px;margin-bottom:10px}.review>span{display:block;font-size:10px;color:var(--muted)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 350px;gap:35px}.summary-card{background:#e8ede1;padding:27px;border-radius:5px;align-self:start;position:sticky;top:25px}.summary-card h2{font-size:25px}.summary-line{display:flex;justify-content:space-between;gap:20px;font-size:13px;margin-bottom:12px}.summary-line.total{font-size:22px;font-weight:700;border-top:1px solid #c8d1bf;padding-top:20px;margin-top:20px}.summary-card .button{width:100%;margin-top:16px}.summary-card small{display:block;font-size:10px;color:var(--muted);margin-top:12px}.cart-row{display:grid;grid-template-columns:90px 1fr 85px 95px 35px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.cart-row h3{font-size:18px;line-height:1.3;margin-bottom:8px}.cart-row p{font-size:11px;margin:0}.cart-row>img,.cart-row>.no-photo{width:90px;height:85px;object-fit:contain;background:#e9ede3}.cart-row strong{font-size:15px}.cart-row input{min-height:42px;padding:8px}.icon-button{border:0;background:transparent;padding:8px;display:inline-grid;place-items:center;min-height:44px;min-width:44px;border-radius:3px}.icon-button:hover{background:#dbe2d1}.account-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:25px}.account-tabs a,.account-tabs button{padding:12px 18px;border:1px solid var(--line);font-size:13px;border-radius:4px;background:white}.account-tabs .active{background:var(--ink);color:white}.account-section{margin-block:32px}.account-section h2{font-size:26px}.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.account-card{padding:25px;border:1px solid var(--line);border-radius:5px;background:#fff}.account-card h3{font-size:20px;margin-bottom:12px}.account-card p{font-size:12px;margin-bottom:12px}.vehicle-picker{display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;padding:25px;background:#e9ede2;border-radius:4px;margin-bottom:30px}.vehicle-picker .button{align-self:end;margin-bottom:17px}.disabled-feature{font-size:12px;color:var(--muted);padding:16px 20px;border:1px solid var(--line);margin-bottom:25px}.table-scroll{overflow:auto}.data-table{border-collapse:collapse;width:100%;background:#fff;font-size:12px}.data-table th,.data-table td{text-align:left;padding:15px;border-bottom:1px solid var(--line);vertical-align:middle}.data-table th{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);white-space:nowrap}.badge{display:inline-block;border-radius:3px;padding:3px 8px;background:#e8ede2;color:#48613b;font-size:10px}.badge.orange{background:#fce7d4;color:#8a4714}.badge.gray{background:#eceee9;color:#5a6653}.order-success{display:flex;align-items:center;gap:22px;background:#e3eadb;padding:30px;margin-bottom:30px}.order-success>.icon{width:50px;height:50px}.order-success h2{margin:0 0 10px;font-size:29px}.order-success p{margin:0;font-size:13px}.summary-items{font-size:12px;line-height:1.8}.loading-state{padding:40px;text-align:center}.skeleton{height:25px;width:70%;background:linear-gradient(90deg,#e2e6dc,#f0f2eb,#e2e6dc);background-size:200%;animation:shimmer 1.6s infinite;margin:15px auto;border-radius:5px}.skeleton.short{width:40%}@keyframes shimmer{to{background-position:-200%}}#toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);max-width:min(500px,calc(100% - 32px));background:#171d18;color:#fff;padding:16px 23px;box-shadow:0 8px 35px #0003;border-radius:5px;z-index:100;font-size:13px}dialog{border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:40px;width:min(650px,calc(100% - 32px));max-height:90vh;overflow:auto}dialog::backdrop{background:#07120cad;backdrop-filter:blur(3px)}.modal-close{position:absolute;right:10px;top:10px}dialog h2{font-size:29px;padding-right:25px}.suggestions{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid var(--line);box-shadow:0 10px 20px #0001;z-index:30;border-radius:0 0 4px 4px;padding:6px}.suggestions a{display:flex;justify-content:space-between;gap:15px;padding:12px;font-size:12px}.suggestions a:hover,.suggestions a:focus{background:#e8ede2}.suggestions p{font-size:12px;padding:12px;margin:0}.skip-link{position:absolute;top:-100px;left:20px;background:var(--orange);color:var(--ink);z-index:1000;padding:15px}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(min-width:1650px){.hero-image{width:74%}.hero-shade{background:linear-gradient(90deg,#101414 10%,#101414ee 29%,#10141455 50%,transparent 72%)}}
@media(max-width:1180px){.container{width:calc(100% - 48px)}.header-main{gap:23px}.header-actions{gap:17px}.header-action{flex-direction:column;gap:3px;font-size:10px}.header-search input{font-size:11px}.logo img{width:180px}.hero h1{font-size:60px}.hero{min-height:555px}.hero-content{padding-top:54px}.hero-image{width:90%;object-position:63% 50%}.finder{grid-template-columns:230px 1fr;padding:23px}.finder-options{gap:10px}.finder-heading{gap:10px}.finder h2{font-size:18px}.finder-options .button{font-size:11px;padding-inline:12px}.ethos-grid{gap:65px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid.catalog-products{grid-template-columns:repeat(2,1fr)}.newsletter-inner{gap:45px}.world-card{padding:27px}.world-card h3{font-size:34px}.car-drawing{right:-125px}.footer-grid{gap:30px}.cart-layout,.checkout-layout{grid-template-columns:1fr 310px}.cart-row{grid-template-columns:65px 1fr 60px 78px 30px;gap:13px}.cart-row>img,.cart-row>.no-photo{width:65px;height:65px}}
@media(max-width:900px){.header-main{flex-wrap:wrap;padding-block:22px 15px;gap:15px;justify-content:space-between}.header-search{order:3;flex-basis:100%}.header-action{flex-direction:row;font-size:11px}.header-main .logo img{width:200px}.nav-primary{gap:23px}.nav-help{font-size:10px}.hero h1{font-size:54px}.hero p{max-width:320px;font-size:13px}.hero-image{width:100%;object-position:70% 50%}.hero-shade{background:linear-gradient(90deg,#101414 0%,#101414d9 34%,#10141433 90%)}.hero-actions{gap:15px}.hero-actions .button{font-size:11px;padding-inline:16px}.hero-actions .text-link{font-size:11px}.hero-caption span:last-child{display:none}.finder{grid-template-columns:1fr;gap:22px}.finder-heading h2{max-width:none}.finder-note{grid-column:1;margin-top:-10px}.world-grid{grid-template-columns:1fr 1fr}.world-card{min-height:310px;padding:24px}.world-card h3{font-size:31px}.world-card p{font-size:12px}.moto-world>img{width:110%;right:-30%;opacity:.45}.car-drawing{width:260px;right:-70px;opacity:.35}.world-card .text-link{font-size:10px}.ethos-grid{gap:40px}.ethos h2{font-size:38px}.guide-grid{gap:18px}.guide-art{height:170px}.guide-card h3{font-size:21px}.guide-meta{font-size:8px}.reassurance{grid-template-columns:1fr 1fr;gap:25px}.reassurance>div:nth-child(2){border:0}.newsletter-inner{gap:30px}.newsletter h2{font-size:28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div{padding-bottom:15px}.contact-layout{gap:35px}.help-layout{gap:35px;grid-template-columns:180px 1fr}.product-detail{gap:30px}.product-summary h1{font-size:30px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-card{position:static}.account-grid{grid-template-columns:1fr 1fr}.product-content{gap:30px}.vehicle-picker{grid-template-columns:1fr 2fr}.vehicle-picker .button{grid-column:1/-1;margin:0}.auth-grid{gap:25px}}
@media(max-width:640px){.container{width:calc(100% - 32px)}.topline{height:28px;font-size:8px;letter-spacing:.1em}.topline a{display:none}.topline .container{justify-content:center}.header-main{padding-block:14px 11px}.header-main .logo img{width:161px;height:37px}.header-actions{gap:6px}.header-action span{display:none}.header-action .icon{width:22px;height:22px}.header-action{padding:8px;min-height:44px}.header-actions>.header-action:first-child{display:none}.mobile-only{display:inline-flex!important}.icon-button{padding:8px;min-width:39px}.header-search{padding:0 12px;gap:9px;border-radius:3px}.header-search input{font-size:11px;min-height:45px;padding:10px 0}.header-search>.icon{width:19px}.main-nav{min-height:45px;border-top:0;width:100%;padding-inline:16px;border-bottom:1px solid var(--line)}.nav-primary{height:45px;gap:28px}.nav-primary>a{font-size:12px;gap:8px}.nav-primary>a:nth-child(n+3){display:none}.nav-primary .icon{width:20px}.nav-help{display:none}.main-nav.open{display:block;padding-block:10px}.main-nav.open .nav-primary{height:auto;display:flex;flex-direction:column;gap:0}.main-nav.open .nav-primary>a{display:flex;min-height:46px}.main-nav.open .nav-primary>a.active:after{display:none}.main-nav.open .nav-help{display:flex;min-height:45px;font-size:12px}.hero{min-height:705px}.hero-image{height:420px;top:auto;bottom:0;width:116%;max-width:none;right:-10%;object-position:64% 70%;opacity:1}.hero-shade{background:linear-gradient(180deg,#101414 0%,#101414 38%,#10141455 67%,#10141405 88%,#10141488)}.hero-content{padding-top:32px;padding-bottom:18px;min-height:705px;display:flex;flex-direction:column;align-items:start}.hero-kicker{font-size:8px;letter-spacing:.11em;margin-bottom:22px}.hero h1{font-size:clamp(40px,10.9vw,58px);line-height:1.02;margin-bottom:19px;letter-spacing:-.055em}.hero p{font-size:12px;line-height:1.8;max-width:305px;margin-bottom:18px}.hero-actions{gap:10px;flex-wrap:wrap;max-width:340px}.hero-actions .button{font-size:11px;min-height:47px;padding:13px 15px;gap:14px}.hero-actions .text-link{font-size:10px;min-height:37px;gap:9px}.hero-caption{margin-top:auto;font-size:8px}.hero-vertical{right:12px;top:auto;bottom:45px;font-size:7px;letter-spacing:.2em}.finder-wrap{padding-top:20px}.finder{padding:20px 18px;gap:20px}.finder-heading>.icon{width:30px;height:30px}.finder-heading .eyebrow{font-size:8px}.finder-heading h2{font-size:20px}.finder-options{display:grid;grid-template-columns:1fr 1fr;gap:15px 10px}.finder-options label{font-size:11px}.finder-options label>span{font-size:9px}.finder-options select{font-size:11px;padding:10px 7px;min-height:47px}.finder-options .button{grid-column:1/-1;min-height:47px;font-size:12px}.finder-note{font-size:10px;margin:0;line-height:1.7}.section-space{padding-block:43px}.section-heading{align-items:start;gap:16px;margin-bottom:24px}.section-heading h2{font-size:30px}.section-heading .eyebrow{font-size:8px;margin-bottom:9px}.section-heading>p{display:none}.section-heading>.text-link{font-size:9px;max-width:100px;line-height:1.6;gap:8px;flex-shrink:0}.section-heading>.text-link .icon{width:17px}.world-grid{grid-template-columns:1fr;gap:16px}.world-card{min-height:270px;padding:27px}.world-card h3{font-size:36px}.world-card p{font-size:12px;max-width:220px}.moto-world>img{width:85%;right:-15%;opacity:.65}.world-card .eyebrow{font-size:8px}.world-card .text-link{font-size:11px}.car-drawing{width:275px;right:-60px;bottom:-10px;opacity:.5}.collection-note{padding:23px 22px;gap:15px;align-items:start;flex-wrap:wrap;margin-bottom:40px}.collection-icon{width:43px;height:43px}.collection-icon .icon{width:23px;height:23px}.collection-note>div:nth-child(2){flex-basis:calc(100% - 62px)}.collection-note h2{font-size:22px;line-height:1.2}.collection-note .eyebrow{font-size:8px}.collection-note p{font-size:11px;line-height:1.8}.collection-note>.round-link{display:none}.ethos{padding:40px 0}.ethos-grid{grid-template-columns:1fr;gap:32px}.ethos h2{font-size:38px}.ethos p{font-size:12px;max-width:100%}.ethos-points article{padding:20px 0;gap:17px}.ethos-points article h3{font-size:19px}.ethos-points article p{font-size:11px}.guide-grid{grid-template-columns:1fr;gap:33px}.guide-art{height:210px}.guide-card h3,.guide-card h2{font-size:24px;max-width:100%}.guide-meta{font-size:9px;margin-block:15px 10px}.guide-card .text-link{font-size:11px}.reassurance{gap:22px 14px;padding-top:25px;margin-bottom:8px}.reassurance>div{gap:11px;justify-content:start;border:0}.reassurance span{font-size:9px;line-height:1.65}.reassurance .icon{width:23px;height:23px}.newsletter{padding:34px 0}.newsletter-inner{grid-template-columns:1fr;gap:22px}.newsletter h2{font-size:31px}.newsletter p{font-size:11px}.newsletter-input input{font-size:11px;min-width:0}.newsletter-input .button{font-size:11px;padding-inline:17px;gap:12px}.newsletter .check{font-size:9px;line-height:1.7}footer{padding-top:35px}.footer-grid{gap:25px 20px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand img{width:190px;height:40px;object-fit:contain}.footer-brand p{font-size:15px;line-height:1.6;margin-block:17px}.footer-grid h3{font-size:11px;margin:0 0 18px}.footer-grid>div>a:not(.footer-brand a){font-size:10px;margin-bottom:10px;overflow-wrap:anywhere}.footer-grid>div:last-child{grid-column:1/-1}.footer-note{font-size:10px;margin-top:15px}.footer-bottom{margin-top:20px;padding-block:20px;flex-direction:column;gap:15px;font-size:8px}.footer-bottom>div{gap:22px}.page-top{padding-block:20px 28px}.breadcrumb{font-size:9px;gap:8px;margin-bottom:29px}.page-top .eyebrow{font-size:8px}.page-top h1{font-size:35px;margin-bottom:16px}.page-top p{font-size:12px}.utility-content{padding-bottom:45px}.catalog-layout{grid-template-columns:1fr;gap:24px;padding-bottom:40px}.catalog-sidebar{padding:18px}.catalog-sidebar form{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.catalog-sidebar form label{margin-bottom:12px}.catalog-sidebar form label:first-child{grid-column:1/-1}.catalog-sidebar .garage-help{display:none}.catalog-sidebar input,.catalog-sidebar select{font-size:11px;min-height:43px;padding:10px}.catalog-sidebar .button{font-size:11px;align-self:end}.catalog-sidebar .muted-link{align-self:center}.catalog-sidebar label.check{font-size:10px}.catalog-toolbar{font-size:10px}.catalog-empty{min-height:390px;padding:43px 20px}.empty-state h2{font-size:29px}.empty-state p{font-size:12px}.empty-state .button{font-size:11px}.empty-state .text-link{font-size:10px}.product-grid,.product-grid.catalog-products{grid-template-columns:1fr 1fr;gap:12px}.product-card-copy{padding:14px 11px}.product-card h3{font-size:14px;letter-spacing:-.03em}.product-card .eyebrow{font-size:8px}.product-price strong{font-size:17px}.product-card .round-link{width:28px;height:28px}.product-card .round-link .icon{width:17px}.product-card small{font-size:8px}.no-photo .icon{width:40px;height:40px}.no-photo span{font-size:9px}.availability{font-size:10px}.category-grid{grid-template-columns:1fr 1fr}.category-tile{padding:18px;gap:18px}.category-tile h3{font-size:17px}.auth-grid,.contact-layout,.help-layout,.product-detail,.product-content,.account-grid{grid-template-columns:1fr;gap:28px}.form-card{padding:22px}.form-grid{gap:0 12px}.form-grid .full-mobile{grid-column:1/-1}.contact-layout h2{font-size:30px}.contact-layout>div>p{font-size:12px}.help-layout aside{flex-direction:row;flex-wrap:wrap;gap:12px;font-size:10px}.help-layout aside a{padding:8px 10px;background:#e9eee2;border-radius:3px}.reading-content h2{font-size:23px}.reading-content p{font-size:13px}.article-intro{font-size:19px!important}.help-cards{grid-template-columns:1fr 1fr;gap:13px}.help-cards a{padding:19px}.help-cards h2{font-size:20px}.help-cards p{font-size:10px}.help-cards .icon{width:20px}.product-page{padding-top:20px}.product-summary h1{font-size:32px}.product-detail{gap:30px}.detail-image{aspect-ratio:1.15}.product-content{margin-top:35px}.product-content h2{font-size:25px}.buy-row .button{font-size:12px;padding-inline:15px}.product-help{font-size:11px;gap:16px}.specs{font-size:12px}.cart-row{grid-template-columns:58px 1fr 65px 34px;gap:12px;padding-block:17px}.cart-row>img,.cart-row>.no-photo{width:58px;height:58px}.cart-row h3{font-size:14px}.cart-row p{font-size:9px}.cart-row>strong{grid-column:2;grid-row:2}.cart-row>label{grid-column:3;grid-row:1/3;margin:0}.cart-row>.icon-button{grid-column:4;grid-row:1/3;min-width:30px}.cart-row .icon-button .icon{width:19px}.cart-row input{font-size:12px}.cart-row>div:nth-child(2){grid-row:1}.summary-card{padding:23px}.summary-line{font-size:12px}.summary-line.total{font-size:21px}.checkout-layout{gap:25px}.account-tabs{gap:9px}.account-tabs a,.account-tabs button{font-size:11px;padding:11px 13px}.vehicle-picker{grid-template-columns:1fr;padding:22px;gap:0}.vehicle-picker .button{margin-top:7px}.data-table th,.data-table td{padding:12px;font-size:10px}.order-success{padding:22px;gap:15px}.order-success h2{font-size:25px}.order-success p{font-size:11px}.order-success .icon{width:36px;height:36px}dialog{padding:35px 22px 25px}dialog h2{font-size:26px}.notice{font-size:11px;padding:15px}.product-content .text-link{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media(max-width:640px){.cart-row>img,.cart-row>.no-photo{grid-column:1;grid-row:1/3}.cart-row>div:nth-child(2){grid-column:2;grid-row:1}}

.department-links{display:flex;flex-wrap:wrap;gap:12px;margin-block:24px}

/* Supplier promotions: readable current prices and actual shop references. */
.promotion-note{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-top:9px;font-size:13px;line-height:1.5}
.promotion-note .promotion-badge{display:inline-flex;width:auto;padding:3px 9px;border-radius:6px;background:#e7efdf;color:#325c39;font-size:11px;font-weight:700;letter-spacing:.02em}
.promotion-note s{color:#687267;font-size:14px;font-weight:500}
.promotion-note small{flex-basis:100%;max-width:32em;color:#667063;font-size:11px;font-weight:400;line-height:1.5}
.detail-price .promotion-note{margin-top:12px}.supplier-base-price{display:block;color:#687267;font-size:11px;line-height:1.5}
.supplier-promo-tag{display:block;width:fit-content;background:#e7efdf;color:#325c39;border-radius:4px;padding:2px 6px;font-size:10px;margin:4px 0}
.price-calculation .supplier-promotion-summary{flex-basis:100%;border-bottom:1px solid #d6ddcd;padding-bottom:10px;color:#325c39}
.price-calculation .supplier-promotion-summary small{display:block;border:0;padding:2px 0 0;margin:0}

/* premium.css */
/* Moto-Zbud 1.1 — warm surfaces, precise hierarchy, an uncluttered parts journey. */
:root{--ink:#17191b;--muted:#646665;--paper:#f6f4ef;--line:#dfddd7;--orange:#d85b2a;--orange-dark:#aa4018;--radius:8px;--max:1280px}
body{font-family:"DM Sans",Arial,Helvetica,sans-serif;letter-spacing:-.12px;background:var(--paper)}
h1,h2,h3{letter-spacing:-1.2px}h1{font-size:clamp(34px,4vw,54px);line-height:1.08}h2{font-size:clamp(26px,3vw,38px);line-height:1.16}h3{letter-spacing:-.45px}
.container{width:min(var(--max),calc(100% - 80px))}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;color:var(--muted)}
.button{border-radius:6px;font-size:13px;font-weight:700;min-height:48px;gap:12px;padding:13px 21px;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.button:disabled:hover{transform:none}.button.dark{background:var(--ink)}
.text-link{font-size:13px;gap:12px}.round-link{border-radius:50%}input,select,textarea{border-radius:5px;border-color:var(--line);font-size:14px}select:disabled{background:#f3f2ee;color:#777873;opacity:1;cursor:not-allowed}button:disabled{opacity:.45;cursor:not-allowed}
:focus-visible{outline:3px solid #bd4b21;outline-offset:3px}.topline{background:var(--ink);font-size:9px;letter-spacing:1.35px}.topline .container{min-height:31px}.topline a{font-size:10px;letter-spacing:.3px}.site-header{background:#fcfbf8;position:relative;z-index:30}.header-main{min-height:98px;gap:40px}.logo{flex-shrink:0}.logo img{width:224px;height:auto}.header-search{background:#f0eeea;border:1px solid #e6e3dd;border-radius:6px;max-width:560px;min-height:46px}.header-search input{font-size:13px;height:46px}.header-actions{gap:25px}.header-action{font-size:10px}.header-action .icon{width:21px;height:21px}.main-nav{min-height:54px;position:relative;border-top:1px solid var(--line);font-size:13px}.nav-primary{gap:34px;align-items:stretch}.nav-primary>a{padding:17px 0;font-size:13px}.nav-primary>a:after{display:none}.nav-help{font-size:12px}.nav-department>summary{display:flex;align-items:center;gap:10px;min-height:54px;cursor:pointer;list-style:none;font-weight:700;border-bottom:2px solid transparent}.nav-department>summary::-webkit-details-marker{display:none}.nav-department>summary>.icon:last-child{width:13px;height:13px;transition:transform .15s}.nav-department[open]>summary>.icon:last-child{transform:rotate(90deg)}.nav-department>summary.active,.nav-department[open]>summary{border-bottom-color:var(--orange);color:var(--orange-dark)}
.nav-dropdown{position:absolute;z-index:50;top:100%;left:0;right:0;background:#fcfbf8;border:1px solid var(--line);border-radius:0 0 10px 10px;box-shadow:0 18px 30px #17191b18;padding:28px 32px;max-height:65vh;overflow:auto}.nav-dropdown-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:24px}.nav-dropdown-top>strong{font-size:22px}.nav-dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}.nav-dropdown-grid p{max-width:360px;font-size:13px}.nav-makes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 22px;margin-top:12px}.nav-makes a{display:flex;justify-content:space-between;align-items:center;min-height:42px;border-bottom:1px solid var(--line);font-weight:700;font-size:13px}.nav-makes .icon{width:13px}.nav-categories{padding:0;list-style:none;columns:2;column-gap:30px}.nav-categories li{break-inside:avoid}.nav-categories a{display:flex;gap:12px;justify-content:space-between;padding:6px 0;font-size:13px}.nav-categories small{color:var(--muted)}.nav-categories ul{list-style:none;padding-left:14px}
.hero{width:min(1440px,calc(100% - 32px));margin:16px auto 0;min-height:570px;border-radius:12px;overflow:hidden}.hero-image{object-position:center 52%;filter:brightness(.9)}.hero-shade{background:linear-gradient(90deg,rgba(13,15,17,.91) 0%,rgba(13,15,17,.63) 42%,rgba(13,15,17,.04) 78%)}.hero-content{padding:68px 0 95px;min-height:570px}.hero-kicker{font-size:9px;letter-spacing:1.8px;margin-bottom:28px}.hero h1{font-size:clamp(42px,4.8vw,68px);letter-spacing:-2.7px;max-width:650px;line-height:1.06;margin-bottom:24px}.hero h1 em{color:#ef986d;font-style:normal}.hero-content>p{font-size:15px;line-height:1.75;max-width:410px;color:#d3d2ce}.hero-actions{gap:26px;margin-top:28px}.hero-caption{font-size:9px;letter-spacing:1.2px;margin-top:52px;color:#b8b9b5}.hero-caption span:last-child{opacity:.75}
.finder-wrap{position:relative;margin-top:-42px;z-index:5}.vehicle-finder{background:#fff;border:1px solid var(--line);border-radius:10px;padding:27px 30px 20px;box-shadow:0 10px 24px #17191b05}.finder-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.finder-top h2{font-size:25px;letter-spacing:-.7px;margin:6px 0 0}.vehicle-kind{display:flex;gap:4px;background:var(--paper);border:1px solid #ebe8e1;border-radius:7px;padding:4px}.vehicle-kind button{display:flex;gap:8px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--muted);padding:9px 14px;border-radius:4px;font-size:12px;font-weight:700;cursor:pointer;min-height:40px}.vehicle-kind button[aria-pressed=true]{background:var(--ink);color:#fff}.vehicle-kind .icon{width:19px;height:19px}.vehicle-steps{display:grid;grid-template-columns:1fr 1fr .8fr 1.25fr auto;gap:13px;align-items:end}.vehicle-steps label{min-width:0;margin:0;display:flex;flex-direction:column;gap:8px}.vehicle-steps label>span{font-size:11px;font-weight:700;white-space:nowrap}.vehicle-steps b{color:#8b8b85;font-size:10px;margin-right:7px;letter-spacing:.5px}.vehicle-steps select{width:100%;height:48px;font-size:12px;padding:0 30px 0 12px;min-width:0;text-overflow:ellipsis}.finder-go{white-space:nowrap;height:48px;min-width:145px}.finder-status{font-size:11px;color:var(--muted);margin:15px 0 0;line-height:1.6;min-height:18px}.finder-empty .vehicle-steps{display:none}.finder-empty .finder-top{margin-bottom:0}.finder-empty .finder-status{border-top:1px solid #efede8;padding-top:14px;margin-top:18px}
.section-space{padding-top:78px;padding-bottom:12px}.section-heading{margin-bottom:30px}.section-heading p{font-size:14px;line-height:1.65}.section-heading h2{margin:8px 0 0}.world-grid{gap:22px}.world-card{border-radius:10px;min-height:300px;padding:34px;overflow:hidden}.world-card h3{font-size:34px;letter-spacing:-1px;margin:12px 0}.world-card p{font-size:13px}.world-card .eyebrow{font-size:9px}.world-card .text-link{margin-top:22px}.world-number{font-size:12px;bottom:24px;right:24px}.car-world{background:#e9e6df}.car-world .car-drawing{opacity:.36}.collection-note{margin-top:46px;margin-bottom:0;padding:30px 34px;border:1px solid var(--line);border-radius:10px;gap:25px;background:#eeece5}.collection-note h2{font-size:24px;letter-spacing:-.65px;margin:5px 0 8px}.collection-note p{font-size:13px;max-width:770px;margin:0}.collection-icon{background:#fff;border-radius:50%;width:56px;height:56px;flex-shrink:0}.collection-note>.round-link{flex-shrink:0}.collection-note .eyebrow{font-size:9px}
.ethos{margin-top:76px;background:#202326;padding:70px 0}.ethos h2{font-size:40px;line-height:1.15}.ethos h2 em{color:#e49672;font-style:normal}.ethos-grid{gap:90px}.ethos p{font-size:14px;color:#b8bbb9}.ethos-points article{padding:22px 0}.ethos-points h3{font-size:17px}.ethos .eyebrow{color:#c3c5c2}.guide-grid{gap:24px}.guide-art{border-radius:8px;height:215px}.guide-card h3{font-size:20px;line-height:1.35;letter-spacing:-.4px}.guide-meta{font-size:9px;letter-spacing:1px}.guide-card .text-link{font-size:12px}.reassurance{margin-top:56px;padding-top:32px;padding-bottom:32px;gap:20px}.reassurance>div{font-size:11px;gap:12px}.reassurance .icon{width:24px;height:24px}
.page-top{padding-top:28px;padding-bottom:34px}.breadcrumb{font-size:11px;gap:10px;margin-bottom:35px;flex-wrap:wrap}.catalog-top .eyebrow{font-size:9px}.catalog-top h1{margin:10px 0 13px}.catalog-top p{font-size:14px;margin:0;color:var(--muted)}.catalog-title-row{display:flex;justify-content:space-between;gap:24px;align-items:center}.catalog-title-row>.text-link{white-space:nowrap}.catalog-finder{margin-bottom:36px}.catalog-finder .vehicle-finder{box-shadow:none}.catalog-layout{grid-template-columns:235px minmax(0,1fr);gap:32px;padding-bottom:70px}.catalog-without-filters{display:block}.catalog-toolbar{font-size:11px;padding:0 0 18px;border-bottom:1px solid var(--line);margin-bottom:22px}.catalog-toolbar>span:first-child{font-weight:700;color:var(--ink)}.catalog-results{min-width:0}.catalog-empty{background:#efede7;border:1px solid #e7e3db;border-radius:10px;padding:48px 30px;min-height:320px}.catalog-empty>.empty-symbol{width:54px;height:54px;border:1px solid #dcd7cc;background:#f9f8f5;border-radius:50%;display:grid;place-items:center;margin:0 auto 19px}.empty-symbol>.icon{width:24px;height:24px;margin:0}.catalog-empty .eyebrow{font-size:9px}.catalog-empty h2{font-size:28px;letter-spacing:-.9px;margin:11px auto 14px;max-width:720px}.catalog-empty p{max-width:510px;font-size:13px;line-height:1.8;margin:0 auto}.empty-actions{display:flex;gap:24px;align-items:center;justify-content:center;margin-top:24px}.model-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:-12px;margin-bottom:30px}.model-links>span{font-size:11px;color:var(--muted);margin-right:8px}.model-links>a{display:flex;gap:16px;align-items:center;padding:9px 15px;border:1px solid var(--line);border-radius:5px;font-size:12px;background:#fff}.model-links .icon{width:12px;height:12px}.filter-panel{border:1px solid var(--line);border-radius:8px;padding:20px;background:#fcfbf8}.filter-panel>summary{font-weight:700;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:14px;list-style:none}.filter-panel>summary .icon{width:13px}.filter-panel form{margin-top:23px}.catalog-sidebar label{font-size:11px}.catalog-sidebar input,.catalog-sidebar select{height:43px;font-size:12px}.catalog-sidebar .check input{height:17px}.catalog-sidebar .button{font-size:12px;padding:12px}.garage-help{border-radius:8px;padding:21px;margin-top:20px}.garage-help strong{font-size:14px}.garage-help span{font-size:12px}.product-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.product-image{background:#eeece7}.product-card-copy{padding:21px}.product-card h3{font-size:16px;line-height:1.45}.product-card .eyebrow{font-size:9px}.product-price>strong{font-size:21px;letter-spacing:-.8px}.availability{font-size:10px}.product-card .round-link{width:34px;height:34px}.product-card .no-photo{font-size:10px;color:#777972}.selected-vehicle{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-left:3px solid var(--orange);padding:18px;margin-bottom:20px;border-radius:6px}.selected-vehicle>div{flex:1}.selected-vehicle strong{display:block;font-size:14px}.selected-vehicle span{display:block;font-size:11px;color:var(--muted);margin-top:4px}.selected-vehicle .icon{flex-shrink:0}.pagination{gap:6px;flex-wrap:wrap}.pagination a{min-width:38px;height:40px;border-radius:5px}.pagination>span{padding:8px}
.utility-content{padding-bottom:68px}.form-card,.summary-card,.auth-intro,.account-card,.contact-box,.product-gallery{border-radius:10px}.product-layout{gap:52px}.product-info h1{font-size:36px;line-height:1.18}.product-tabs{margin-top:46px}.reading-content{max-width:820px}.reading-content h2{font-size:24px;line-height:1.3}.reading-content p{font-size:15px;line-height:1.9}.contact-layout h2{font-size:32px}.auth-intro h2{font-size:30px}.empty-state h2{line-height:1.2}.account-grid{margin-top:30px}#garage-finder{margin:24px 0}
footer{background:var(--ink);padding-top:52px}.footer-grid{gap:45px;padding-bottom:44px}.footer-brand img{width:224px;height:auto}.footer-brand p{font-size:21px;line-height:1.45;color:#e4e2dc;letter-spacing:-.35px}.footer-location{font-size:8px;letter-spacing:1.1px}.footer-grid h3{font-size:12px;letter-spacing:0;margin-bottom:20px}.footer-grid a,.footer-grid p.footer-note{font-size:12px;color:#b9bab6}.footer-bottom{font-size:10px;padding-top:21px;padding-bottom:24px;color:#969993}.footer-bottom a{font-size:10px}.footer-note{line-height:1.7}
@media(min-width:1001px){.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-content{width:min(var(--max),calc(100% - 96px))}}
@media(max-width:1100px){.container{width:calc(100% - 48px)}.header-main{gap:25px}.logo img{width:200px}.header-actions{gap:18px}.header-action span{display:none}.vehicle-steps{grid-template-columns:1fr 1fr .75fr 1.2fr}.finder-go{grid-column:1/-1;justify-self:end;min-width:180px}.hero h1{font-size:57px}.nav-primary{gap:24px}.ethos-grid{gap:45px}.catalog-layout{grid-template-columns:210px minmax(0,1fr);gap:24px}.footer-grid{gap:25px}}
@media(max-width:760px){.container{width:calc(100% - 32px)}.topline .container{min-height:28px}.topline span{font-size:8px;letter-spacing:1px}.topline a{font-size:9px}.header-main{padding-top:19px;padding-bottom:16px;min-height:110px;gap:18px;flex-wrap:wrap}.logo img{width:187px}.header-actions{gap:16px;margin-left:auto}.header-action:first-child{display:none}.header-action .icon{width:20px;height:20px}.cart-action span{display:block;font-size:0}.cart-action span b{font-size:9px}.header-search{order:3;flex-basis:100%;max-width:none;height:43px;min-height:43px}.header-search input{height:42px;font-size:12px}.main-nav{display:none;min-height:0}.main-nav.open{display:block;padding-bottom:15px}.nav-primary{display:flex;flex-direction:column;gap:0}.nav-primary>a{padding:13px 0}.nav-department>summary{min-height:48px}.nav-help{display:flex;padding-top:10px}.nav-dropdown{position:static;padding:18px 15px;box-shadow:none;max-height:60vh;border-radius:7px;margin-bottom:12px}.nav-dropdown-top>strong{font-size:18px}.nav-dropdown-top .text-link{font-size:11px}.nav-dropdown-grid{grid-template-columns:1fr;gap:20px}.nav-makes{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-categories{margin-bottom:0}.hero{width:calc(100% - 16px);margin-top:8px;min-height:505px;border-radius:8px}.hero-content{width:calc(100% - 36px);padding:42px 0 82px;min-height:505px}.hero-image{object-position:61% center}.hero-shade{background:linear-gradient(90deg,#101315e8,#10131583),linear-gradient(0deg,#1013157a,transparent)}.hero-kicker{font-size:8px;letter-spacing:1.1px;margin-bottom:27px}.hero h1{font-size:43px;letter-spacing:-1.8px;line-height:1.1;margin-bottom:19px}.hero-content>p{max-width:310px;font-size:13px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:17px;margin-top:25px}.hero-actions .button{font-size:12px;min-height:45px}.hero-actions .text-link{font-size:12px}.hero-caption{margin-top:36px;font-size:8px}.hero-caption span:last-child{display:none}.finder-wrap{margin-top:-32px}.vehicle-finder{padding:22px 19px 17px;border-radius:8px}.finder-top{display:block;margin-bottom:21px}.finder-top h2{font-size:23px}.finder-top .eyebrow{font-size:8px;letter-spacing:1.5px}.vehicle-kind{margin-top:18px;display:inline-flex}.vehicle-kind button{font-size:11px;padding:8px 12px}.vehicle-steps{grid-template-columns:1fr 1fr;gap:16px 11px}.vehicle-steps label>span{font-size:10px}.vehicle-steps label:last-of-type{grid-column:1/-1}.vehicle-steps select{font-size:12px}.finder-go{width:100%;justify-self:stretch;min-height:46px}.finder-status{font-size:11px;margin-top:15px}.section-space{padding-top:51px}.section-heading{margin-bottom:23px;gap:17px}.section-heading h2{font-size:29px}.section-heading p{display:none}.section-heading>.text-link{font-size:11px;max-width:105px;line-height:1.5}.world-grid{grid-template-columns:1fr;gap:16px}.world-card{padding:28px;min-height:270px}.world-card h3{font-size:33px}.world-card p{font-size:13px}.collection-note{padding:26px 22px;margin-top:28px;gap:16px}.collection-note .collection-icon,.collection-note>.round-link{display:none}.collection-note h2{font-size:23px;line-height:1.25}.collection-note p{font-size:12px;line-height:1.8}.ethos{margin-top:49px;padding:43px 0}.ethos-grid{grid-template-columns:1fr;gap:29px}.ethos h2{font-size:33px}.ethos-points article{padding:19px 0}.ethos p{font-size:13px}.guide-grid{gap:29px}.guide-art{height:205px}.guide-card h3{font-size:21px}.reassurance{grid-template-columns:1fr 1fr;gap:25px 15px;margin-top:37px}.reassurance>div{font-size:10px}.reassurance .icon{width:22px;height:22px;flex-shrink:0}.page-top{padding-top:22px;padding-bottom:24px}.breadcrumb{font-size:10px;margin-bottom:26px;gap:7px}.catalog-top h1{font-size:35px;letter-spacing:-1.2px;margin:10px 0 12px}.catalog-top p{font-size:13px;max-width:280px}.catalog-title-row{display:block}.catalog-title-row>.text-link{display:none}.catalog-finder{margin-bottom:28px}.catalog-layout{display:block;padding-bottom:44px}.catalog-sidebar{margin-bottom:24px}.filter-panel{padding:17px}.catalog-sidebar .garage-help{display:none}.catalog-toolbar{font-size:10px;margin-bottom:16px;padding-bottom:14px}.catalog-empty{padding:34px 22px;min-height:335px}.catalog-empty h2{font-size:27px;letter-spacing:-.9px;margin:12px auto}.catalog-empty p{font-size:12px}.empty-actions{flex-direction:column;gap:17px;margin-top:24px}.empty-actions .button{font-size:12px}.empty-actions .text-link{font-size:11px}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-copy{padding:15px 12px}.product-card h3{font-size:13px}.product-price>strong{font-size:17px}.product-price{gap:5px}.product-card .round-link{width:28px;height:28px}.product-card .round-link .icon{width:15px}.product-card .no-photo{font-size:9px}.model-links{gap:8px;margin-top:-6px;margin-bottom:24px}.model-links>span{flex-basis:100%}.selected-vehicle{padding:14px;gap:11px}.selected-vehicle span{font-size:10px}.product-info h1{font-size:28px}.product-layout{gap:28px}.utility-content{padding-bottom:44px}.contact-layout h2{font-size:27px}.reading-content h2{font-size:22px}.reading-content p{font-size:14px}.footer-grid{grid-template-columns:1fr 1fr;gap:33px 18px}.footer-brand{grid-column:1/-1}.footer-brand img{width:200px}.footer-brand p{font-size:20px;margin:17px 0}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid h3{font-size:12px;margin-bottom:15px}.footer-grid a{font-size:11px}.footer-bottom{display:block;font-size:9px}.footer-bottom>div{display:flex;gap:19px;flex-wrap:wrap;margin-top:15px}footer{padding-top:36px}.pagination a{min-width:31px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.button,.nav-department>summary>.icon{transition:none}}
@media(max-width:760px){.header-main{gap:10px}.header-actions{gap:8px}.header-action{padding:6px}.logo{width:156px}.logo img{width:156px}.header-main .header-search{margin-top:6px}}
@media(max-width:380px){.logo,.logo img{width:145px}}
@media(max-width:760px){.vehicle-steps label:nth-of-type(3){grid-column:1/-1}}

/* 1.2.1 — photographic car category card. */
.car-world{background:#1b2021;color:#fff;isolation:isolate}
.car-world>img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:60% center;transition:transform .5s ease}
.car-world::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1b2021f2 0%,#1b2021bf 29%,#1b20214d 53%,#1b202108 100%);pointer-events:none}
.car-world p,.car-world .eyebrow{color:#d8dcd9}
.car-world .text-link{color:#fff}
.car-world .world-number{color:#fff;opacity:.7}
.car-world:focus-visible{outline:3px solid var(--accent,#ed612a);outline-offset:4px}
@media(max-width:760px){
 .car-world{min-height:350px}
 .car-world>img{inset:auto 0 0;width:100%;height:auto;object-fit:contain}
 .car-world::after{background:linear-gradient(180deg,#1b2021 0%,#1b2021f2 30%,#1b20214d 65%,#1b202126 100%)}
 .car-world .text-link{margin-top:113px}
}
@media(prefers-reduced-motion:reduce){.car-world>img{transition:none}.car-world:hover>img{transform:none}}

/* catalog-account.css */
/* Catalog and customer account, release 1.2. */
.product-page{padding:28px 0 70px}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:58px;align-items:start}.product-gallery{padding:0;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-width:0}.gallery-label{display:flex;justify-content:space-between;gap:15px;padding:20px 24px;font-size:9px;letter-spacing:1.3px;text-transform:uppercase;color:var(--muted);border-bottom:1px solid #f0eee9}.detail-image{position:relative;aspect-ratio:1.14;background:#fff;display:grid;place-items:center;height:auto;min-height:0;padding:24px}.detail-image>img{width:100%;height:100%;max-height:510px;object-fit:contain}.detail-image #image-zoom{position:absolute;right:18px;bottom:18px;border:1px solid var(--line);border-radius:50%;background:#fff}.thumbnails{display:flex;gap:10px;padding:16px 24px 0;margin:0;overflow-x:auto}.thumbnails button{padding:5px;border:1px solid var(--line);border-radius:6px;background:#fff;flex:0 0 80px;height:74px;cursor:pointer}.thumbnails button[aria-pressed=true]{border:2px solid var(--orange)}.thumbnails img{width:100%;height:100%;object-fit:contain}.gallery-caption{font-size:11px;color:var(--muted);line-height:1.7;padding:0 24px;margin:18px 0 22px}.product-summary>.eyebrow{font-size:10px;color:var(--orange)}.product-summary h1{font-size:32px;line-height:1.2;letter-spacing:-1.1px;margin:12px 0 16px}.product-reference{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:10px;color:var(--muted);letter-spacing:.3px}.product-lead{font-size:14px;line-height:1.85;color:#53574f;margin:24px 0 18px}.product-highlights{display:grid;gap:10px;list-style:none;padding:0;margin:0 0 24px}.product-highlights li{display:flex;gap:10px;font-size:12px;line-height:1.55}.product-highlights .icon{color:var(--orange);width:16px;height:16px;flex-shrink:0;margin-top:2px}.purchase-panel{background:#eeece5;border:1px solid #e0ddd4;border-radius:9px;padding:24px}.purchase-heading{display:flex;justify-content:space-between;gap:12px;align-items:center}.detail-price{margin:0}.detail-price>strong{font-size:34px;letter-spacing:-1px}.detail-price>span{display:block;font-size:10px;margin-top:6px;color:var(--muted)}.catalog-mode{font-size:11px;line-height:1.65;color:#696b63;padding-top:15px;border-top:1px solid #dcd8cf;margin:19px 0 0}.purchase-panel .buy-row{margin-top:20px;align-items:end;gap:12px}.purchase-panel .quantity-label{width:78px;flex-shrink:0;font-size:10px;margin:0}.purchase-panel input{height:46px;background:#faf9f5}.purchase-panel .buy-row .button{min-height:46px;flex:1;justify-content:center;padding:12px;font-size:12px}.purchase-panel button:disabled{opacity:.48;cursor:not-allowed}.purchase-panel .wishlist-button{margin-top:16px;font-size:12px}.wishlist-button[aria-pressed=true]{color:#b04c25}.wishlist-button[aria-pressed=true] .icon{fill:#e69c7c}.fitment-box{margin:20px 0 0;padding:18px;background:transparent;border:1px solid var(--line);border-radius:8px;gap:14px}.fitment-box strong{font-size:12px;display:block}.fitment-box a{font-size:11px;margin:8px 12px 0 0;display:inline-flex;gap:7px;align-items:center}.fitment-box a .icon{width:12px}.product-help{display:flex;gap:14px;flex-wrap:wrap;padding:17px 0;font-size:10px}.product-help a{display:flex;align-items:center;gap:7px}.product-help .icon{width:16px;height:16px}.product-section-nav{display:flex;gap:35px;border-block:1px solid var(--line);margin-top:55px;padding:22px 0;font-size:12px;font-weight:650;overflow-x:auto}.product-section-nav a{white-space:nowrap}.product-section-nav a:hover{color:var(--orange)}.product-content{margin-top:0;display:block}.product-content>section{padding:52px 0;margin:0;border-bottom:1px solid var(--line);scroll-margin-top:190px}.product-content h2{font-size:29px;letter-spacing:-.8px;line-height:1.2;margin:12px 0 24px}.product-content h3{font-size:21px;line-height:1.25;letter-spacing:-.5px}.product-content .eyebrow{font-size:9px}.product-editorial{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr);gap:76px;align-items:start}.product-prose{max-width:680px}.product-prose p{font-size:14px;color:#565a52;line-height:1.95;margin:0 0 19px}.package-panel{background:#202526;color:#f7f5ef;border-radius:10px;padding:30px}.package-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid #62655d;border-radius:50%;margin-bottom:26px}.package-panel>.eyebrow{color:#aeb6aa}.package-panel h3{margin:12px 0 25px}.package-panel ol{padding:0;list-style:none;margin:0}.package-panel li{display:flex;gap:16px;border-top:1px solid #3b403d;padding:13px 0;font-size:12px;line-height:1.65}.package-panel li>span{color:#cf9476;font-size:10px;padding-top:2px}.package-panel>small{display:block;font-size:10px;color:#aeb6aa;margin-top:17px;line-height:1.65}.product-specification{display:grid;grid-template-columns:1fr 1.6fr;gap:60px}.product-specification>div>p{font-size:13px;line-height:1.8;color:var(--muted)}.specs{margin:0;display:grid;grid-template-columns:minmax(130px,1fr) minmax(150px,1.2fr);font-size:12px}.specs dt,.specs dd{padding:15px 18px;margin:0;border-bottom:1px solid #e6e2d9;line-height:1.65;overflow-wrap:anywhere}.specs dt{font-weight:500;color:var(--muted);background:#efede6}.specs dd{font-weight:600;background:#faf9f6}.product-fitment-section{display:grid;grid-template-columns:1.2fr 1fr;gap:60px}.product-fitment-section p.muted{font-size:13px;line-height:1.8}.vehicle-row{border:1px solid var(--line);border-radius:7px;background:#fff;padding:17px 20px;margin-top:10px;font-size:13px;display:flex;gap:14px;align-items:center}.vehicle-row>span{flex:1}.vehicle-row strong{font-size:13px}.vehicle-row small{display:block;font-size:11px;color:var(--muted);margin-top:5px}.vehicle-row>.icon{width:21px;height:21px}.vehicle-row>.icon:last-child{width:16px}.installation-panel{border:1px solid #ddd8cd;border-radius:9px;background:#eeece5;padding:28px}.installation-panel>.icon{color:var(--orange)}.installation-panel p{font-size:13px;line-height:1.9}.installation-panel .text-link{font-size:11px;line-height:1.6}.availability-section{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}.availability-section p{font-size:13px;line-height:1.8;color:var(--muted)}.availability-section #availability-form{display:block;margin:0;padding:0;border:0;background:transparent}.availability-section label{font-size:11px}.availability-section .button{font-size:12px}.product-reviews>p{font-size:13px;line-height:1.8}.review-details{max-width:660px;margin-top:24px}.review-details summary{cursor:pointer;font-size:13px;display:flex;align-items:center;gap:12px}.review-details form{margin-top:22px}.image-lightbox img{width:100%;max-height:78vh;object-fit:contain;background:#fff}.product-image{background:#fff;padding:15px}.product-image img{object-fit:contain;mix-blend-mode:normal;transition:transform .2s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-card h3{min-height:3em}.product-card-copy{border-top:1px solid #f0eee7}.wishlist-remove{margin:12px 0 20px;font-size:12px}
.account-entry{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;max-width:1120px;margin:0 auto;background:#fff}.account-story{padding:50px;background:#202526;color:#f9f7ef;display:flex;flex-direction:column}.account-story>.eyebrow{font-size:10px;color:#d1a183}.account-story h2{font-size:36px;line-height:1.2;letter-spacing:-1.2px;margin:26px 0 19px}.account-story>p{font-size:14px;line-height:1.9;color:#bec3b9;max-width:370px}.account-benefits{display:grid;gap:28px;margin-top:40px}.account-benefits>div{display:flex;gap:17px;align-items:center}.account-benefits .icon{width:26px;height:26px;color:#d0a88d;flex-shrink:0}.account-benefits strong{display:block;font-size:14px}.account-benefits small{display:block;font-size:12px;color:#aeb6aa;margin-top:5px;line-height:1.7}.account-story-sign{margin-top:auto;padding-top:45px;color:#90998e;font-size:9px;letter-spacing:1.5px}.account-entry-form{padding:35px 45px}.auth-tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:30px}.auth-tabs button{border:0;background:none;padding:0 0 17px;font-size:13px;font-weight:650;color:#818577;cursor:pointer;border-bottom:2px solid transparent}.auth-tabs button.active{border-color:var(--orange);color:var(--ink)}.account-entry-form .form-card{border:0;padding:0;background:none;box-shadow:none}.account-entry-form h2{font-size:28px;line-height:1.25;letter-spacing:-.7px;margin:12px 0 23px}.account-entry-form label,.account-profile-grid label{font-size:12px;margin-top:16px}.account-entry-form input,.account-profile-grid input{background:#faf9f5;height:48px;border-radius:6px}.account-entry-form .check{font-size:11px;line-height:1.7}.account-entry-form .check input{height:18px;width:18px;flex-shrink:0}.account-entry-form label>small{font-size:10px;line-height:1.65;font-weight:400;color:var(--muted);margin-top:5px}.account-entry-form form>.button{width:100%;justify-content:center;margin-top:18px}.account-entry-form #forgot-password{font-size:12px}.account-entry-form .muted{font-size:12px;line-height:1.7}.account-guest{padding-top:22px;margin-top:25px;border-top:1px solid var(--line)}.account-guest strong{font-size:13px}.account-guest p{font-size:12px;line-height:1.75;color:var(--muted);margin:8px 0 12px}.account-guest .text-link{font-size:12px}.account-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:40px}.account-sidebar{border:1px solid var(--line);background:#fff;border-radius:10px;align-self:start;overflow:hidden}.account-identity{padding:26px 24px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:start;gap:9px}.avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#ede8dc;font-weight:700;font-size:20px;margin-bottom:6px}.account-identity>strong{font-size:16px}.account-identity>small{font-size:11px;color:var(--muted);overflow-wrap:anywhere}.account-verified{font-size:10px;display:flex;gap:5px;align-items:center;color:#526953}.account-verified .icon{width:13px;height:13px}.account-sidebar nav{padding:12px}.account-sidebar nav>a,.account-sidebar nav>button{display:flex;align-items:center;gap:10px;width:100%;padding:13px 12px;font-size:12px;border:0;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.account-sidebar nav .icon{width:17px;height:17px;flex-shrink:0}.account-sidebar nav .active{background:#f2e8dd;color:#934426;font-weight:650}.account-sidebar nav a small{margin-left:auto}.account-sidebar #logout{border-top:1px solid var(--line);border-radius:0;margin-top:9px;padding-top:20px;color:var(--muted)}.account-main{min-width:0}.account-main>h2,.account-welcome h2{font-size:30px;letter-spacing:-.8px;margin:9px 0 15px}.account-main>.muted,.account-welcome p{font-size:13px;color:var(--muted)}.account-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}.account-shortcuts>a{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:9px;background:#fff;padding:24px;gap:15px}.account-shortcuts>a>.icon{color:var(--orange);width:24px;height:24px}.account-shortcuts strong{font-size:32px;letter-spacing:-1px}.account-shortcuts span{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:12px}.account-shortcuts span .icon{width:14px}.account-main .account-section{padding:25px 0;margin:0;border:0}.account-main .account-section h2{font-size:21px;margin:0 0 22px;letter-spacing:-.4px}.account-main .empty-state{border:1px dashed #d6d2c6;border-radius:10px;background:#efede6;padding:38px 25px}.account-main .empty-state h2{font-size:23px;margin:18px 0 12px}.account-main .empty-state p{font-size:13px;line-height:1.8}.account-orders{display:grid;gap:12px}.account-order{display:flex;gap:20px;align-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;padding:21px}.account-order>span:first-child{flex:1}.account-order strong{font-size:13px}.account-order small{display:block;margin-top:6px;font-size:11px;color:var(--muted)}.account-order>.icon{width:17px}.account-main .account-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:25px}.account-card{padding:25px;background:#fff;border:1px solid var(--line)}.account-card h3{font-size:18px;margin:14px 0}.account-card p{font-size:13px;line-height:1.8}.address-actions{display:flex;gap:22px;padding-top:12px}.address-actions button{font-size:12px}.account-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0}.account-profile-grid .form-card{padding:25px;background:#fff}.account-profile-grid h3{font-size:20px;margin:0 0 20px}.account-profile-grid small{font-size:11px;color:#586b52}.account-profile-grid .button{margin-top:18px;font-size:12px}.account-confirm{max-width:620px;margin:0 auto;border:1px solid var(--line);border-radius:12px;background:#fff;padding:45px;text-align:center}.confirm-symbol{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 26px;border:1px solid #ded8c9;border-radius:50%;background:#f5f1e8;color:var(--orange)}.confirm-symbol>.icon{width:28px;height:28px}.account-confirm h2{font-size:30px;letter-spacing:-.8px;margin:15px 0 20px}.account-confirm p{font-size:13px;line-height:1.85}.account-confirm label{text-align:left;font-size:12px}.account-confirm .eyebrow{font-size:9px}.verification-steps{max-width:390px;margin:25px auto;text-align:left;padding-left:22px}.verification-steps li{font-size:13px;line-height:1.8;padding:5px 0}.account-confirm-links{display:flex;justify-content:center;gap:26px;padding-top:22px;margin-top:22px;border-top:1px solid var(--line);font-size:12px}.checkout-guest-banner{background:#f2efe7;border:1px solid var(--line);border-radius:8px;padding:20px;margin:16px 0 26px}.checkout-guest-banner strong{font-size:15px}.checkout-guest-banner p{font-size:12px;line-height:1.8;margin:8px 0}.checkout-guest-banner a{font-size:12px}.checkout-identity{font-size:12px;display:flex;gap:9px;align-items:center}.checkout-identity .icon{width:17px;color:#536b50}
.admin-product-cell{display:flex;gap:13px;align-items:center;min-width:230px}.admin-product-cell img{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:5px;flex-shrink:0}.supplier-fields{background:#f4f1e9;padding:20px;border:1px solid var(--line);border-radius:8px;margin-bottom:22px}.supplier-fields small{font-size:11px;color:var(--muted)}.price-calculation{display:flex;flex-wrap:wrap;gap:16px 25px;border:1px solid #d5d8c9;background:#f0f4e9;padding:20px;border-radius:8px;margin-top:18px;font-size:12px}.price-calculation span{display:flex;flex-direction:column;gap:8px;color:var(--muted)}.price-calculation b{color:var(--ink);font-size:16px}.price-calculation strong{font-size:22px;color:#3c5a34}.price-calculation small{flex-basis:100%;color:#55644c;font-size:11px;border-top:1px solid #d9dfd0;padding-top:12px}.editor-form input[readonly],.variant-row input[readonly]{background:#efeee7;color:#52634b}.editor-form #vehicle-library-product{margin-bottom:20px}.library-heading p{font-size:13px;line-height:1.8;max-width:520px}.library-results{max-height:430px;overflow:auto;border:1px solid var(--line);border-radius:8px;margin:16px 0}.library-row{display:flex;gap:20px;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;cursor:pointer}.library-row:hover{background:#f3efe4}.library-row strong{font-size:14px;display:block}.library-row small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.library-row .icon{width:17px;height:17px;color:var(--orange)}.editor-form legend{font-size:16px;letter-spacing:-.2px}.editor-form textarea{font-size:13px;line-height:1.75}
@media(max-width:1050px){.product-detail{gap:30px}.product-summary h1{font-size:28px}.product-editorial{gap:38px}.product-specification,.product-fitment-section{gap:35px}.account-story{padding:35px}.account-entry-form{padding:28px}.account-layout{grid-template-columns:225px minmax(0,1fr);gap:25px}.account-profile-grid{grid-template-columns:1fr}.account-shortcuts>a{padding:18px}.account-shortcuts span{font-size:11px}.purchase-heading{flex-wrap:wrap}.purchase-panel{padding:20px}}
@media(max-width:760px){.product-page{padding-top:20px;padding-bottom:45px}.product-detail{grid-template-columns:1fr;gap:27px}.gallery-label{padding:16px 18px;font-size:8px}.detail-image{padding:20px;aspect-ratio:1.2}.detail-image>img{max-height:400px}.thumbnails{padding:12px 18px 0;gap:8px}.thumbnails button{flex-basis:68px;height:62px}.gallery-caption{font-size:10px;padding:0 18px}.product-summary h1{font-size:28px;letter-spacing:-.9px}.product-reference{font-size:9px}.product-lead{font-size:13px;margin-top:20px}.product-highlights li{font-size:12px}.purchase-panel{padding:21px}.detail-price>strong{font-size:31px}.purchase-heading{flex-wrap:nowrap}.purchase-heading>.availability{font-size:9px}.product-help{font-size:10px;gap:14px}.product-section-nav{gap:23px;font-size:11px;margin-top:25px;padding:18px 0}.product-content>section{padding:34px 0;scroll-margin-top:160px}.product-editorial,.product-specification,.product-fitment-section,.availability-section{grid-template-columns:1fr;gap:26px}.product-content h2{font-size:26px;margin-bottom:20px}.product-prose p{font-size:13px;line-height:1.9}.package-panel{padding:26px}.product-specification>div>p br{display:none}.specs{grid-template-columns:1fr 1.2fr;font-size:11px}.specs dt,.specs dd{padding:12px}.installation-panel{padding:24px}.availability-section p{font-size:12px}.product-image{padding:10px}.account-entry{grid-template-columns:1fr}.account-story{padding:27px}.account-story h2{font-size:29px;margin:17px 0 13px}.account-story>p{font-size:12px;margin:0}.account-benefits{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:23px}.account-benefits>div{display:block}.account-benefits strong{font-size:10px;margin-top:10px;line-height:1.5}.account-benefits small,.account-story-sign{display:none}.account-benefits .icon{width:22px;height:22px}.account-entry-form{padding:25px}.account-entry-form h2{font-size:25px}.auth-tabs{margin-bottom:24px}.account-layout{display:block}.account-sidebar{margin-bottom:28px}.account-identity{padding:18px;display:grid;grid-template-columns:40px 1fr;gap:6px 12px}.account-identity .avatar{grid-row:1/3;width:38px;height:38px;font-size:17px;margin:0}.account-identity>strong{font-size:14px}.account-identity>small{grid-column:2}.account-verified{grid-column:2;font-size:9px}.account-sidebar nav{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:10px}.account-sidebar nav>a,.account-sidebar nav>button{font-size:11px;gap:7px;padding:11px 8px}.account-sidebar #logout{margin-top:0;padding:11px 8px;border-top:0}.account-main>h2,.account-welcome h2{font-size:27px}.account-shortcuts{gap:9px;margin:23px 0}.account-shortcuts>a{padding:16px 12px;gap:12px}.account-shortcuts strong{font-size:27px}.account-shortcuts span{font-size:10px;line-height:1.5;display:block}.account-shortcuts span .icon{display:none}.account-main .empty-state{padding:30px 20px}.account-main .empty-state h2{font-size:23px;line-height:1.3}.account-main .account-grid{grid-template-columns:1fr}.account-order{gap:12px;flex-wrap:wrap;padding:17px}.account-order strong{font-size:12px}.account-order .badge{font-size:9px}.account-confirm{padding:30px 23px}.account-confirm h2{font-size:26px}.account-confirm p{font-size:12px}.verification-steps li{font-size:12px}.account-confirm-links{gap:22px;font-size:11px}.account-profile-grid{gap:18px}.account-profile-grid .form-card{padding:23px}.price-calculation{gap:15px;font-size:11px}.price-calculation strong{font-size:19px}.supplier-fields{padding:16px}.product-card h3{min-height:4em}}
@media(prefers-reduced-motion:reduce){.product-image img{transition:none}}

body[data-page=account] .page-top h1{font-size:40px;letter-spacing:-1.3px;margin-bottom:10px}body[data-page=account] .page-top{padding-bottom:26px}@media(max-width:760px){body[data-page=account] .page-top h1{font-size:33px}.account-entry-form{scroll-margin-top:20px}}

/* Persistent customer workspace: only its content panel changes. */
body[data-account-area=true] .page-top{padding-top:22px;padding-bottom:20px}
body[data-account-area=true] .page-top>.eyebrow{display:none}
body[data-account-area=true] .page-top h1{font-size:26px;letter-spacing:-.6px;margin:7px 0 0}
body[data-account-area=true] .page-top .breadcrumb{margin-bottom:8px;font-size:11px}
.account-main:focus{outline:none}.account-loading .account-main{opacity:.65;transition:opacity .12s}
.account-main>.account-back{margin-bottom:22px;font-size:12px}
.account-main .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.account-main .product-grid .product-card h3{font-size:14px}
.account-main .product-grid .product-price strong{font-size:19px}
.account-main .garage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px}
.garage-heading-compact{gap:18px;margin-bottom:20px;align-items:center}
.garage-heading-compact h2{font-size:25px;margin:6px 0 0;display:flex;align-items:center;gap:12px}
.garage-count-pill{font-size:12px;padding:5px 10px;border-radius:20px;background:#e9e8df;letter-spacing:0}
.garage-heading-compact .eyebrow{font-size:9px}.garage-heading-compact .button{white-space:nowrap}
.garage-addition{border:1px solid var(--line);border-radius:12px;background:#fff;margin-top:24px}
.garage-addition>summary{display:flex;align-items:center;gap:12px;cursor:pointer;padding:20px 24px;font-size:13px;font-weight:600;list-style:none}
.garage-addition>summary::-webkit-details-marker{display:none}.garage-addition>summary span{flex:1}
.garage-addition[open]>summary{border-bottom:1px solid var(--line)}
.garage-addition>.garage-builder{border:0;margin:0}.garage-addition[open]>summary>.icon:last-child{transform:rotate(90deg)}
.account-main .garage-builder{grid-template-columns:minmax(0,1.35fr) minmax(200px,.85fr)}
.account-main .garage-builder .vehicle-finder{padding:22px}
.account-main .garage-builder .finder-top h2{font-size:23px}
.account-main .garage-preview-copy{padding:22px}.account-main .garage-preview-copy h3{font-size:23px}
.account-main .garage-builder .vehicle-steps{gap:14px}
.account-main .cart-layout{grid-template-columns:minmax(0,1fr) minmax(230px,.8fr);gap:24px}
@media(max-width:1050px){.account-main .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-main .garage-builder{display:flex;flex-direction:column}.account-main .garage-builder #garage-preview{border-radius:0 0 12px 12px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.account-main .cart-layout{grid-template-columns:1fr}}
@media(max-width:760px){body[data-account-area=true] .page-top{padding-top:16px;padding-bottom:16px}body[data-account-area=true] .page-top h1{font-size:23px}.garage-heading-compact h2{font-size:23px}.garage-heading-compact .button{padding:10px 13px;font-size:11px}.account-main .garage-grid{grid-template-columns:1fr}.account-main .product-grid{gap:12px}.account-main .product-grid .product-card-copy{padding:14px}.account-main .product-grid .product-card h3{font-size:12px}.account-main .product-grid .product-price strong{font-size:17px}.garage-addition>summary{padding:18px}.account-main .garage-builder .vehicle-steps{gap:12px}}
@media(prefers-reduced-motion:reduce){.account-loading .account-main{transition:none}}

/* contact-garage.css */
/* Moto-Zbud 1.3 — contact, garage, assisted search and consistent controls. */
.contact-hero{padding-top:36px;padding-bottom:44px}.contact-title{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.contact-title h1{font-size:clamp(42px,5vw,76px);line-height:1.04;letter-spacing:-.045em;margin:18px 0 0}.contact-title h1 span{color:#bd4d24}.contact-title>p{line-height:1.8;color:#656763;margin:0 0 5px;max-width:380px}
.contact-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:32px}.contact-methods>a{display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid #e2e1d9;border-radius:12px;padding:26px;gap:12px;transition:border-color .2s,box-shadow .2s}.contact-methods>a>.icon{width:26px;height:26px;color:#c4542b;margin-bottom:6px}.contact-methods strong{font-size:clamp(17px,1.6vw,23px);letter-spacing:-.025em;overflow-wrap:anywhere}.contact-methods small{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#666b67;font-size:12px;width:100%}.contact-methods small .icon{flex-shrink:0;width:18px}.contact-methods>a:hover{border-color:#bf542d;box-shadow:0 10px 30px #21251f08}
.contact-main{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,1fr);gap:24px;margin-bottom:68px}.contact-form-panel{padding:38px;background:#fff;border:1px solid #e2e1d9;border-radius:14px}.contact-form-panel h2{font-size:32px;letter-spacing:-.03em;margin:12px 0}.contact-form-panel>p{color:#656763;line-height:1.7;max-width:510px;margin-bottom:28px}.contact-form-panel form{display:grid;gap:20px}.contact-form-panel form label{margin:0}.contact-form-panel textarea{resize:vertical;min-height:168px}.contact-form-panel .form-grid{gap:18px}.contact-submit{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.contact-submit>span{font-size:11px;line-height:1.6;color:#666b67}.contact-aside{padding:38px;background:#1d2424;color:#fff;border-radius:14px;display:flex;flex-direction:column}.contact-aside>.eyebrow{color:#ecb690}.contact-aside h2{font-size:32px;line-height:1.17;letter-spacing:-.03em;margin:18px 0}.contact-aside>p{color:#c6ceca;line-height:1.8}.contact-hours{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;padding:20px 0;margin:22px 0}.contact-hours h3{font-size:16px;margin:0 0 16px}.contact-hours dl{margin:0;font-size:12px}.contact-hours dl>div{display:flex;justify-content:space-between;gap:12px;margin:12px 0}.contact-hours dt{color:#c6ceca}.contact-hours dd{margin:0;white-space:nowrap;font-weight:600}.contact-prepare{margin-top:auto}.contact-prepare ul{list-style:none;padding:0;line-height:2.3;font-size:13px;color:#d6dcd9}.contact-prepare li:before{content:'+';color:#e7895d;margin-right:13px}.contact-prepare .text-link{margin-top:12px;color:#fff}.contact-map-section{scroll-margin-top:40px}.contact-map-section .section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.contact-map-section h2{font-size:34px;letter-spacing:-.03em;margin:12px 0 0}.contact-map{height:380px;border:1px solid #dcddd5;border-radius:14px;overflow:hidden;background:#e8e8df}.map-cover{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-align:center;padding:25px;background:radial-gradient(ellipse at center,#f8f6eecc,#e4e5dcaa),repeating-linear-gradient(30deg,transparent 0 75px,#c6cbbf 76px 77px,transparent 78px 140px)}.map-cover h3{margin:0 0 7px;font-size:21px}.map-cover p{font-size:11px;margin:0;color:#64685f}.map-pin{display:grid;place-items:center;background:#202828;border:6px solid #e1ded2;color:#fff;width:66px;height:66px;border-radius:50%;margin-bottom:5px}.contact-map iframe{display:block;width:100%;height:100%;border:0}.contact-company{display:grid;grid-template-columns:1.8fr .65fr 1fr;gap:35px;margin:30px 0 65px;padding:25px 0;border-bottom:1px solid #dedfd6}.contact-company p{font-size:12px;line-height:1.8;margin-bottom:0}.form-shield{width:100%;max-width:100%;min-width:0;flex-basis:100%;margin:8px 0}.form-shield>p{font-size:11px;margin:7px 0}.settings-integrations{max-width:960px;display:grid;gap:24px;margin:32px 0}.settings-integrations>.form-card>p{color:#666b67;line-height:1.7;margin-bottom:24px}.settings-integrations .admin-toolbar{margin:24px 0 0}
.garage-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.garage-intro h2{font-size:32px;letter-spacing:-.03em;margin:10px 0}.garage-intro p{color:#666b67;line-height:1.7}.garage-count{font-size:44px;line-height:1;display:flex;align-items:center;gap:14px;font-weight:600}.garage-count small{font-size:11px;line-height:1.4;color:#6e736b;max-width:64px;font-weight:400}.garage-builder{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(250px,1fr);border:1px solid #dedfd7;border-radius:14px;background:#fff;margin-bottom:24px}.garage-builder .vehicle-finder{margin:0;border:0;border-radius:14px;padding:30px}.garage-builder .finder-top{display:block}.garage-builder .vehicle-kind{display:inline-flex;margin-top:18px}.garage-builder .vehicle-steps{grid-template-columns:1fr 1fr;gap:18px}.garage-builder .finder-go{align-self:end;grid-column:1/-1;justify-content:center}.garage-builder #garage-preview{background:#1e2424;border-radius:0 13px 13px 0;overflow:hidden;color:#fff;display:flex;flex-direction:column;justify-content:center}.garage-art{margin:0;aspect-ratio:3/2;background:#202626;position:relative;overflow:hidden}.garage-art img{width:100%;height:100%;display:block;object-fit:cover}.garage-art figcaption{position:absolute;left:14px;right:14px;bottom:12px;font-size:9px;line-height:1.5;color:#e8ebe8;text-shadow:0 1px 5px #000;background:#101717aa;width:fit-content;max-width:calc(100% - 28px);padding:4px 7px;border-radius:4px}.garage-art-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;color:#9bada4;background:radial-gradient(ellipse at 80% 85%,#63402b55,transparent 65%),#202626}.garage-art-empty>.icon{width:100px;height:100px;opacity:.6}.garage-art-empty>span{font-size:12px}.garage-preview-copy{padding:20px 28px 28px}.garage-preview-copy .eyebrow{color:#daa37e}.garage-preview-copy h3{font-size:24px;margin:12px 0 8px;line-height:1.2}.garage-preview-copy p{font-size:12px;line-height:1.8;color:#c3d0c9;margin-bottom:0}.garage-storage-note{display:flex;align-items:center;gap:12px;font-size:12px;color:#686f66;margin:20px 0 32px}.garage-storage-note>.icon{flex-shrink:0;width:19px}.garage-storage-note .text-link{font-size:12px}.garage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:32px 0 65px}.garage-card{background:#fff;border:1px solid #dddcd4;border-radius:13px;min-width:0;align-self:start}.garage-card>.garage-art{border-radius:12px 12px 0 0}.garage-card.is-selected{border-color:#cc6637;box-shadow:0 0 0 1px #cc6637}.garage-card-body{padding:24px}.garage-card-top{display:flex;align-items:center;justify-content:space-between;min-height:24px;gap:8px}.garage-selected{display:flex;align-items:center;gap:5px;font-size:10px;color:#7b441f;background:#f8eee2;padding:5px 7px;border-radius:20px}.garage-selected .icon{width:12px;height:12px}.garage-card h3{font-size:23px;line-height:1.2;margin:13px 0 10px;letter-spacing:-.03em}.garage-spec{font-size:12px;color:#747971;min-height:20px}.garage-actions{display:grid;gap:18px;margin:22px 0}.garage-actions>.button{justify-content:center}.garage-actions>.text-link{justify-content:space-between;font-size:12px}.garage-remove{position:relative;padding-top:15px;border-top:1px solid #e6e6df}.garage-remove-trigger{font-size:11px;color:#74796e;gap:7px}.garage-remove-trigger .icon{width:15px;height:15px}.garage-confirm{position:absolute;right:-6px;bottom:30px;width:min(292px,calc(100vw - 64px));padding:20px;border:1px solid #d5d8ce;border-radius:11px;box-shadow:0 12px 38px #18211d33;background:#fff;z-index:20}.garage-confirm[hidden]{display:none}.garage-confirm>strong{font-size:15px}.garage-confirm>p{font-size:12px;line-height:1.5;margin:8px 0 16px;color:#6b7168}.garage-confirm>div{display:flex;gap:10px}.garage-confirm .button{min-height:39px;flex:1;justify-content:center}.garage-confirm .form-feedback:empty{display:none}.garage-first{padding:24px 0 60px;display:flex;gap:24px;align-items:center;color:#71776d}.garage-first>span{font-size:52px;font-weight:600;color:#d1d6cb}.garage-first h3{color:#252b24;margin:0 0 6px}.garage-first p{font-size:13px;margin:0}
.vehicle-thumbnail{display:block;width:112px;height:75px;max-width:none;object-fit:cover;border-radius:7px;background:#202626}.vehicle-thumbnail-cell{width:142px}.vehicle-thumbnail-empty{width:112px;height:75px;background:#eaece5;border-radius:7px;display:grid;place-items:center;color:#68705f}.library-row{gap:16px}.library-row>img{width:96px;height:64px;object-fit:cover;flex-shrink:0;border-radius:6px;background:#202626}.library-row>span{flex:1;text-align:left}.library-row>.icon{flex-shrink:0}.library-results{max-height:56vh}
.enhanced-select{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important;margin:0!important;padding:0!important;clip-path:inset(50%)}.smart-select{position:relative;width:100%;min-width:0}.smart-select-trigger{display:block;text-align:left;width:100%;min-height:49px;line-height:1.4;border:1px solid #d9dcd2;border-radius:6px;padding:12px 35px 12px 14px;background:#fff;color:#202623;font:inherit;font-size:12px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-select-trigger:after{content:'';position:absolute;right:16px;top:20px;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);pointer-events:none}.smart-select-trigger:disabled{background:#f1f1ec;color:#8b9088;cursor:not-allowed}.smart-select-trigger[aria-expanded=true]{border-color:#c65c30;box-shadow:0 0 0 3px #c65c3015}.smart-select-trigger:focus-visible{outline:2px solid #c65c30;outline-offset:2px}.smart-select-popover{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:80;min-width:min(230px,100%);padding:10px;border:1px solid #d5dbce;background:#fff;border-radius:10px;box-shadow:0 15px 42px #20282026}.smart-select-popover[hidden]{display:none}.smart-select-popover>input{width:100%;min-width:0;margin:0 0 8px;padding:11px 12px;font-size:12px;border:1px solid #bdc6b6;border-radius:6px;min-height:41px}.smart-select-options{max-height:226px;overflow:auto;overscroll-behavior:contain}.smart-select-option{font-size:12px;padding:11px 12px;line-height:1.4;border-radius:5px;color:#293126;cursor:pointer;overflow-wrap:anywhere;font-weight:400}.smart-select-option:hover,.smart-select-option.is-focused{background:#f6eee5;color:#85421d}.smart-select-option[aria-selected=true]{background:#e9eee3;font-weight:600}.smart-select-status{font-size:12px;color:#6a7363;line-height:1.5;margin:8px}.smart-select-status:empty{display:none}.vehicle-finder{overflow:visible}.finder-top,.vehicle-steps{position:relative}.garage-builder{isolation:isolate}.garage-builder:has(.smart-select-popover:not([hidden])){z-index:25;position:relative}
.header-search{position:relative}.suggestions{width:min(720px,calc(100vw - 40px));left:0;right:auto;max-height:min(72vh,670px);overflow-y:auto;border:1px solid #dedfd7;border-radius:0 0 13px 13px;background:#fff;box-shadow:0 22px 54px #141c2030;z-index:100;padding:0}.search-panel-title{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #e8e9e1;gap:16px}.search-panel-title>span{font-size:9px;letter-spacing:.13em;font-weight:600;color:#707868}.search-panel-title .icon-button{width:30px;height:30px;padding:7px}.suggestions a.search-product{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:15px;padding:15px 18px;margin:0;border-bottom:1px solid #eff0e9}.suggestions .search-product:hover,.suggestions a:focus-visible{background:#f6f5ef}.suggestions a:focus-visible{outline:2px solid #bd552c;outline-offset:-2px}.search-product-image{width:76px;height:76px;display:grid;place-items:center;background:#f5f5f0;border-radius:7px;overflow:hidden}.search-product-image img{width:100%;height:100%;object-fit:contain;padding:4px}.search-product-image>.icon{width:30px;height:30px;color:#959d8d}.search-product-copy{min-width:0}.search-product-copy>strong{display:block;font-size:13px;line-height:1.45;font-weight:600;color:#242b23}.search-product-copy>small{display:block;font-size:9px;color:#848b7c;margin-top:6px}.search-fitment{display:block;font-size:9px;line-height:1.4;color:#8b542e;margin-bottom:6px}.search-product-price{text-align:right;white-space:nowrap}.search-product-price>strong{font-size:15px;letter-spacing:-.02em}.search-product-price>span{display:block;font-size:9px;color:#7d8277;margin-top:8px}.search-product-price>span.in-stock{color:#3c6733}.search-product mark,.search-vehicle mark{background:#f4e5d2;color:inherit;border-radius:2px}.suggestions .search-all{display:flex;align-items:center;justify-content:space-between;background:#242c29;color:#fff;padding:17px 20px;font-size:12px;font-weight:600;border:0}.suggestions .search-all:hover{background:#35443b}.search-keyboard-hint{font-size:9px;color:#7b8476;text-align:center;padding:10px;background:#fafaf7}.search-no-results{padding:25px;text-align:center;display:grid;justify-items:center;gap:12px}.search-no-results>strong{font-size:14px;line-height:1.5}.search-no-results>p{font-size:12px;line-height:1.6;margin:0;color:#75806f}.suggestions .search-no-results>a{font-size:12px;color:#a04c26;padding:7px}.search-status{padding:28px;text-align:center;color:#75806f;font-size:12px}.search-vehicles{padding:6px 18px;background:#f5f6f0}.suggestions a.search-vehicle{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid #e1e5d9}.search-vehicle>img{object-fit:cover;border-radius:5px}.search-vehicle>span{flex:1;display:grid;gap:4px}.search-vehicle small{font-size:8px;letter-spacing:.12em;color:#6c7862}.search-vehicle strong{font-size:12px}.search-vehicle>.icon{width:18px}
@media(max-width:1100px){.contact-methods>a{padding:22px}.contact-form-panel,.contact-aside{padding:28px}.garage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.garage-builder{grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr)}.garage-builder .vehicle-finder{padding:24px}.suggestions{left:auto;right:0;width:min(660px,calc(100vw - 40px))}}
@media(max-width:760px){.contact-hero{padding-top:25px;padding-bottom:28px}.contact-title{display:block}.contact-title>p{margin-top:22px;font-size:13px}.contact-methods{grid-template-columns:1fr;gap:12px}.contact-methods>a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px 16px;padding:21px}.contact-methods>a>.icon{grid-row:1/4;margin:8px 0 0}.contact-methods strong{font-size:21px}.contact-methods small{font-size:11px}.contact-main{grid-template-columns:1fr;gap:20px;margin-bottom:44px}.contact-form-panel,.contact-aside{padding:24px}.contact-form-panel h2,.contact-aside h2{font-size:28px}.contact-form-panel .form-grid{grid-template-columns:1fr}.contact-submit{gap:13px}.contact-submit>.button{width:100%;justify-content:center}.contact-submit>span{font-size:10px}.contact-submit>span br{display:none}.contact-map-section .section-title{align-items:flex-start;flex-direction:column;gap:20px}.contact-map-section h2{font-size:28px}.contact-map{height:330px}.map-cover h3{font-size:18px}.contact-company{grid-template-columns:1fr;gap:20px;margin:22px 0 40px}.contact-company p{margin-top:7px}.garage-intro{align-items:flex-start}.garage-intro h2{font-size:27px}.garage-intro p{font-size:13px}.garage-count{font-size:31px;display:block;text-align:right}.garage-count small{display:block;font-size:9px;margin-top:8px}.garage-builder{display:flex;flex-direction:column}.garage-builder .vehicle-finder{padding:21px}.garage-builder #garage-preview{border-radius:0 0 13px 13px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center}.garage-preview-copy{padding:18px}.garage-preview-copy h3{font-size:19px}.garage-preview-copy p{font-size:10px}.garage-preview-copy .eyebrow{font-size:8px}.garage-art figcaption{font-size:8px;bottom:7px;left:7px;right:7px;max-width:calc(100% - 14px);padding:3px 5px}.garage-grid{grid-template-columns:1fr;gap:24px}.garage-card-body{padding:23px}.garage-builder .vehicle-steps{gap:15px}.garage-storage-note{align-items:flex-start;line-height:1.7}.garage-storage-note a{display:inline}.garage-builder .finder-top h2{font-size:23px}.garage-art-empty>.icon{width:65px;height:65px}.garage-art-empty>span{font-size:9px}.library-row{gap:12px}.library-row>img{width:78px;height:55px}.smart-select-trigger{font-size:12px;min-height:48px}.smart-select-popover>input{font-size:16px}.smart-select-option{font-size:14px;padding:12px}.smart-select-options{max-height:210px}.settings-integrations .form-grid{grid-template-columns:1fr}.suggestions{left:0;right:0;width:100%;max-height:70vh}.suggestions a.search-product{grid-template-columns:62px minmax(0,1fr);gap:9px 12px;padding:14px 12px}.search-product-image{width:62px;height:68px;grid-row:1/3}.search-product-copy>strong{font-size:12px}.search-product-copy>small{font-size:8px}.search-product-price{grid-column:2;display:flex;align-items:center;gap:12px;text-align:left}.search-product-price>strong{font-size:14px}.search-product-price>span{margin:0;font-size:9px}.search-fitment{font-size:8px}.search-keyboard-hint{display:none}.search-panel-title{padding:8px 13px}.search-vehicles{padding:5px 13px}.search-vehicle>img{width:54px;height:39px}}
@media(prefers-reduced-motion:reduce){.contact-methods>a{transition:none}}

.library-row .library-caption{font-size:11px;color:#65716b;line-height:1.45;white-space:normal;margin-top:5px}.library-row>span{min-width:0}.library-row strong{overflow-wrap:anywhere}
.contact-map{position:relative}.contact-map iframe{position:absolute;inset:0}.map-external-link{position:absolute;z-index:1;bottom:18px;left:18px;right:auto;max-width:calc(100% - 36px);padding:12px 18px;border-radius:10px;background:#fff;color:#1d2424;box-shadow:0 5px 22px #0002;font-size:12px;font-weight:600}

/* channels.css */
.privacy-banner{position:fixed;z-index:90;left:24px;right:24px;bottom:24px;max-width:1250px;margin:auto;padding:26px 30px;background:#fff;border:1px solid #dadfd7;border-radius:16px;box-shadow:0 18px 70px #101c1b35;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.privacy-banner h2{font-size:21px;margin:7px 0}.privacy-banner p{font-size:13px;line-height:1.6;margin:0;color:#5c6867}.privacy-actions{display:flex;flex-wrap:wrap;gap:10px}.privacy-actions .button{font-size:12px;flex:1;min-width:150px;justify-content:center;white-space:normal;text-align:center;line-height:1.5}.privacy-banner .form-feedback{grid-column:1/-1;margin:0}.consent-option{display:flex!important;gap:14px;align-items:flex-start;padding:19px 0;border-bottom:1px solid #e5e7e2}.consent-option input{flex:0 0 auto;margin:3px 0}.consent-option strong,.consent-option small{display:block}.consent-option small{font-size:13px;line-height:1.6;color:#626d6a;margin-top:5px}.privacy-preferences h2{margin:10px 0}.privacy-preferences .privacy-actions{margin-top:24px}.privacy-preferences p{font-size:14px;line-height:1.7}
.channel-intro{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:30px 32px;margin-bottom:24px;background:#192223;color:#fff;border-radius:14px}.channel-intro h2{font-size:27px;letter-spacing:-.8px;margin:10px 0}.channel-intro p{margin:0;color:#b9c5bf;font-size:14px}.channel-intro .eyebrow{color:#ec9a65}.channel-live{display:flex;gap:9px;align-items:center;font-size:12px;white-space:nowrap}.channel-live i{width:7px;height:7px;background:#96ce91;border-radius:100%}.channel-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:20px 0}.channel-stat{padding:23px;background:white;border:1px solid #dee3db;border-radius:12px;display:flex;flex-direction:column;gap:7px}.channel-stat span{color:#68736e;font-size:12px}.channel-stat strong{font-size:29px;letter-spacing:-1px;line-height:1.3}.channel-stat small{color:#77827d;font-size:11px;min-height:15px}.channel-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.channel-panel{min-width:0;border:1px solid #dee3db;padding:26px;background:white;border-radius:12px;margin-bottom:20px}.channel-panel h3{font-size:18px;margin:0 0 20px}.channel-panel p{font-size:13px;line-height:1.7;color:#66736c}.channel-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.channel-title h3{margin:0}.channel-title small,.channel-panel>small{font-size:11px;color:#6b776f}.channel-line{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid #f0f1ec;font-size:13px}.channel-line a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:85%}.channel-empty{padding:28px!important;text-align:center;color:#77827a!important;font-size:13px!important}.channel-settings{background:white;border:1px solid #dee3db;border-radius:12px;margin:20px 0;overflow:visible}.channel-settings summary{padding:20px;cursor:pointer;font-weight:650;display:flex;align-items:center;gap:10px}.channel-settings summary .icon{width:18px;height:18px}.channel-settings>form,.channel-settings>div{padding:0 24px 24px}.channel-settings .check{margin:15px 0}.channel-filter{display:flex;flex-wrap:wrap;align-items:flex-end;gap:13px;padding:20px 0}.channel-filter label{flex:1;min-width:130px;font-size:11px;font-weight:650}.channel-filter input,.channel-filter .smart-select-trigger{height:45px}.channel-filter .button{height:45px}.channel-filter-checks{width:100%;display:flex;gap:22px}.channel-filter-checks label{flex:none;font-weight:400;font-size:12px;min-width:0}.channel-table-scroll{overflow-x:auto;max-width:100%}.channel-table{border-collapse:collapse;width:100%;font-size:12px;text-align:left}.channel-table th{background:#f5f7f2;color:#62716a;white-space:nowrap;font-size:10px;letter-spacing:.6px;text-transform:uppercase;font-weight:650;padding:16px 12px}.channel-table td{padding:17px 12px;border-bottom:1px solid #e9ece6;vertical-align:middle}.channel-table small{display:block;color:#7a837e;font-size:10px;margin-top:5px}.channel-code{font-variant-numeric:tabular-nums;white-space:nowrap}.channel-path{max-width:220px;overflow-wrap:anywhere}.channel-edit{border:1px solid #dbe2d9;border-radius:8px;padding:9px 13px;background:#fff;display:inline-flex;align-items:center;gap:14px;font-weight:650;font-size:11px;white-space:nowrap}.channel-edit:hover{background:#edf3e8;border-color:#adbfa5}.channel-edit .icon{width:15px;height:15px}.channel-pagination{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:20px;font-size:11px;color:#68756d}.channel-product{display:flex;align-items:center;gap:14px;min-width:230px;max-width:420px}.channel-product img{object-fit:contain;flex:0 0 52px;border:1px solid #e3e5de;border-radius:7px}.channel-product strong{line-height:1.5}.channel-status{font-size:11px;padding:7px 11px;background:#f5efe1;color:#8b661d;display:inline-block;border-radius:6px;white-space:nowrap}.channel-status.on{background:#edf5e4;color:#486333}.channel-feed-link{display:flex;align-items:center;gap:18px;justify-content:space-between;background:#f5f7f2;padding:15px;border:1px solid #e2e7dc;border-radius:8px}.channel-feed-link code,.channel-panel details code{font-size:12px;overflow-wrap:anywhere}.channel-panel details{margin-top:20px;font-size:12px}.channel-panel details summary{cursor:pointer;margin-bottom:10px}.channel-issues{list-style:none;margin:0;padding:0;color:#9f6b25;font-size:11px;min-width:140px}.channel-issues li{margin:4px 0}.traffic-bars{display:flex;align-items:flex-end;gap:10px;min-height:180px;padding-top:25px;overflow-x:auto}.traffic-bars>div{display:flex;flex:1;flex-direction:column;align-items:center;min-width:28px;gap:9px;font-size:11px}.traffic-bars meter{display:block;width:100%;height:24px;appearance:none}.traffic-bars meter::-webkit-meter-bar{background:#eff3e9;border:0;border-radius:4px}.traffic-bars meter::-webkit-meter-optimum-value{background:#7d9565;border-radius:4px}.traffic-bars small{color:#7a837e;font-size:10px}.traffic-funnel div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #eef0e9;font-size:13px}.traffic-funnel{margin-bottom:15px}.traffic-journey>p{color:#64706a;font-size:13px}.traffic-journey ol{list-style:none;padding:0;max-height:65vh;overflow:auto}.traffic-journey li{display:flex;gap:18px;padding:16px 0;border-bottom:1px solid #edf0e8}.traffic-journey time{font-size:11px;color:#6a796f;min-width:62px;padding-top:3px;font-variant-numeric:tabular-nums}.traffic-journey li div{border-left:2px solid #b7c9a1;padding-left:17px;display:flex;flex-direction:column;gap:6px}.traffic-journey strong{font-size:13px}.traffic-journey span,.traffic-journey small{font-size:11px;color:#748170;overflow-wrap:anywhere}
@media(max-width:900px){.channel-grid{grid-template-columns:1fr}.channel-intro{padding:24px;align-items:flex-start;flex-direction:column}.channel-intro h2{font-size:23px}.channel-panel{padding:18px}.privacy-banner{grid-template-columns:1fr;left:12px;right:12px;bottom:12px;padding:20px;max-height:85vh;overflow:auto}.privacy-banner h2{font-size:18px}.channel-feed-link{flex-wrap:wrap}.channel-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-stat strong{font-size:25px}.channel-stat{padding:17px}.channel-filter-checks{flex-wrap:wrap}}
@media(max-width:500px){.privacy-actions{flex-direction:column}.privacy-actions .button{width:100%;min-height:43px}.privacy-banner p{font-size:12px}.privacy-banner .eyebrow{display:none}.channel-filter label{min-width:calc(50% - 13px)}.channel-filter-checks label{min-width:0}.channel-pagination span{text-align:center}.channel-title{flex-wrap:wrap}}

.allegro-intro{background:#20201e}.allegro-wordmark{font-size:44px;letter-spacing:-3px;color:#ff6619;font-weight:700}.allegro-row-actions{display:flex;flex-wrap:wrap;gap:8px;min-width:160px}.allegro-error{max-width:250px;color:#a34628!important}.allegro-product-header{display:flex;gap:24px;align-items:center;padding:25px 0 30px}.allegro-product-header img{object-fit:contain;background:#fff;border:1px solid #e1e4dc;border-radius:12px;flex:0 0 100px}.allegro-product-header h2{font-size:24px;line-height:1.3;letter-spacing:-.6px;margin:8px 0}.allegro-product-header p{font-size:12px;color:#6a746d}.allegro-editor .channel-panel>.eyebrow{display:block;color:#906543;margin-bottom:12px}.allegro-editor .form-grid{gap:20px;margin:15px 0 25px}.allegro-editor label{font-size:12px}.allegro-editor textarea{line-height:1.8}.allegro-candidates{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;max-height:350px;overflow:auto;margin-bottom:20px}.allegro-candidate{text-align:left;padding:17px;border:1px solid #dbe2d4;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.allegro-candidate:hover{background:#f3f7ec;border-color:#9aac87}.allegro-candidate strong{font-size:13px;line-height:1.5}.allegro-candidate small{font-size:10px;color:#75816b}.allegro-candidate span{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700}.allegro-candidate .icon{width:16px;height:16px}.allegro-selected{display:flex;align-items:center;gap:15px;background:#edf4e4;padding:18px;border-radius:10px;color:#526c3a}.allegro-selected small{display:block;margin-top:7px;font-size:10px}.allegro-param-range{display:flex;flex-wrap:wrap;gap:10px}.allegro-param-range>span{width:100%;font-size:12px;font-weight:600}.allegro-param-range>label{flex:1}.allegro-preview-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:24px;margin-top:25px;align-items:start}.allegro-preview-images{display:flex;overflow:auto;gap:12px;padding:20px 0;border-bottom:1px solid #e7eadf}.allegro-preview-images img{width:180px;height:180px;object-fit:contain;flex:none}.allegro-offer-preview h2{font-size:25px;line-height:1.4;letter-spacing:-.7px}.allegro-description-preview{padding-top:22px}.allegro-description-preview h1{font-size:22px}.allegro-description-preview p{font-size:14px;line-height:1.85}.allegro-preview-grid aside .button{width:100%;justify-content:center;font-size:12px}.allegro-editor-actions{padding:16px 0 30px}
@media(max-width:1000px){.allegro-preview-grid{grid-template-columns:1fr}.allegro-wordmark{font-size:34px}.allegro-product-header h2{font-size:20px}}@media(max-width:600px){.allegro-product-header{align-items:flex-start;gap:15px}.allegro-product-header img{width:65px;height:65px;flex-basis:65px}.allegro-product-header h2{font-size:17px}}

.channel-filter label{margin-bottom:0}.channel-filter-checks .check{display:flex;align-items:center;gap:8px;margin:0}.channel-filter-checks input[type=checkbox]{margin:0}.channel-settings .form-grid{margin-top:24px}.channel-table .visibility-switch{width:38px;height:22px;border:0;border-radius:14px;background:#ccd2cd;position:relative;padding:0}.channel-table .visibility-switch span{width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px}.channel-table .visibility-switch[aria-checked=true]{background:#5d7d44}.channel-table .visibility-switch[aria-checked=true] span{left:19px}

/* typography.css */
@font-face{font-family:"DM Sans";src:url("/assets/fonts/dm-sans.woff2?v=df9564b22239") format('woff2');font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Manrope;src:url("/assets/fonts/manrope.woff2?v=df9564b22239") format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
body{font-family:"DM Sans",Arial,sans-serif;font-optical-sizing:auto;letter-spacing:0}h1,h2,h3,h4,.price-current,.product-price strong,.product-purchase-price,.summary-line.total,.channel-stat strong,.stat-card strong{font-family:Manrope,"DM Sans",sans-serif;font-feature-settings:"ss01" on}h1,h2{letter-spacing:-.035em}h3{letter-spacing:-.025em}.product-card h3{font-size:16px;line-height:1.5;letter-spacing:-.025em;font-weight:750}.product-card .availability{font-size:12px}.eyebrow{font-weight:650;letter-spacing:.13em}.button{font-weight:650;border-radius:7px}.header-action{font-weight:550}.admin-heading h1{font-weight:800}.channel-stat strong{font-size:clamp(22px,2vw,29px)}

/* product-premium.css */
.product-page{padding-bottom:80px}.product-summary h1{font-size:clamp(28px,3vw,42px);line-height:1.2;letter-spacing:-.045em}.purchase-panel{border:1px solid #e1e4d9;border-radius:16px;padding:26px;background:#fff}.purchase-heading{align-items:flex-start;gap:14px}.availability.available{color:#31794c;background:#ecf5e9;padding:7px 10px;border-radius:7px;font-weight:650;white-space:nowrap}.availability.available:before{background:#5b9e63}.product-card .availability{font-size:12px;display:inline-flex;align-items:center;gap:6px}.detail-price strong{font-size:34px;letter-spacing:-.035em}.buy-row{align-items:flex-end;gap:14px}.quantity-label{flex:none;width:126px}.quantity-label>label{font-size:12px;margin-bottom:8px}.quantity-control{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;height:50px;border:1px solid #d9ddd4;border-radius:8px;overflow:hidden;background:#fff}.quantity-control input{appearance:textfield;-moz-appearance:textfield;width:100%;border:0!important;text-align:center;padding:0!important;height:48px;border-radius:0;font-weight:700;min-width:0}.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-control button{border:0;background:none;font-size:21px;height:48px;min-width:0;cursor:pointer;color:#252927}.quantity-control button:hover:not(:disabled){background:#edf1e8}.quantity-control button:disabled{color:#c4c9c0;cursor:default}.quantity-control:focus-within{outline:2px solid #d65223;outline-offset:2px}.buy-row>.button{min-height:50px;flex:1;justify-content:center}.wishlist-button{margin-top:18px;gap:9px}.wishlist-button[aria-pressed=true]{color:#d65223}.availability-inline{border-top:1px solid #e1e4d9;padding-top:22px;margin-top:22px}.availability-inline>strong{display:flex;align-items:center;gap:8px}.availability-inline p{font-size:13px;color:#606b62;line-height:1.6}.availability-inline form>div{display:flex;gap:8px;margin-bottom:10px}.availability-inline form>label{font-size:12px}.availability-inline form input{min-width:0;flex:1}.availability-inline small{display:block;color:#737b74;font-size:11px;line-height:1.5}.product-reviews{padding:52px 0}.review-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-bottom:30px;border-bottom:1px solid #dedfd8;margin-bottom:30px}.review-heading h2{margin:8px 0 12px}.review-heading p{color:#677169;line-height:1.7}.review-score{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:5px;min-width:108px;text-align:right}.review-score strong{font-family:Manrope,sans-serif;font-size:54px;letter-spacing:-.06em}.review-score>span{color:#7c847d;font-size:20px}.review-score small{grid-column:1/-1;color:#657369}.review-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:42px;align-items:start}.reviews-empty{padding:45px 28px;border:1px dashed #d5ddd2;border-radius:16px;text-align:center;background:#f7f8f2}.reviews-empty>.icon{width:36px;height:36px;color:#738371;margin-bottom:12px}.reviews-empty h3{font-size:20px;margin-bottom:12px}.reviews-empty p{font-size:14px;color:#6b766c;line-height:1.8;margin:0 auto;max-width:430px}.review-compose{padding:28px;background:white;border:1px solid #e1e3da;border-radius:16px}.review-compose h3{font-size:23px;margin:0 0 12px}.review-compose>p{font-size:14px;line-height:1.7;color:#657066}.review-compose small{display:block;font-size:11px;color:#737d72;line-height:1.6;margin:12px 0}.review-compose .button{width:100%;justify-content:center}.rating-field{padding:0!important;border:0!important;margin:24px 0!important;min-width:0}.rating-field legend{position:static!important;background:none!important;font-size:13px;padding:0 0 10px!important;margin:0!important}.rating-options{display:flex;gap:7px}.rating-options label{flex:1;position:relative;margin:0}.rating-options input{position:absolute;opacity:0;width:1px;height:1px}.rating-options span{display:block;padding:12px 4px;border:1px solid #dfe3d8;border-radius:8px;text-align:center;cursor:pointer;white-space:nowrap;color:#74816e}.rating-options input:checked+span{color:#9b520c;border-color:#e4ac62;background:#fff1d6}.rating-options input:focus-visible+span{outline:2px solid #d65223;outline-offset:2px}.review{background:#fff;border:1px solid #e3e7de;border-radius:14px;padding:23px;margin-bottom:15px}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{display:grid;place-items:center;width:42px;height:42px;background:#edf1e7;color:#52654b;border-radius:50%;font-size:18px;font-weight:700}.review-author small{display:flex;align-items:center;gap:4px;color:#567853;font-size:11px}.review-author small .icon{width:13px}.review-stars{margin-left:auto;display:flex;color:#d4d9d0;gap:2px}.review-stars .filled{color:#c88527}.review>p{line-height:1.85;font-size:14px;margin-bottom:0}.product-section-nav{gap:24px;scrollbar-width:thin}.product-content section[id]{scroll-margin-top:100px}.product-card{border-radius:12px;overflow:hidden}.product-card h3{min-height:3em}.product-image img{object-fit:contain;padding:16px}.product-gallery .detail-image{border-radius:15px}.product-gallery .thumbnails button{border-radius:8px}.product-gallery .thumbnails button[aria-pressed=true]{outline:2px solid #d65223;outline-offset:3px}
@media(max-width:700px){.purchase-panel{padding:19px}.purchase-heading{flex-wrap:wrap}.detail-price strong{font-size:30px}.review-layout{grid-template-columns:1fr;gap:22px}.review-heading{align-items:flex-start;gap:12px}.review-score strong{font-size:42px}.review-score{min-width:76px}.review-compose{padding:22px}.product-reviews{padding:30px 0}.availability-inline form>div{flex-direction:column}.quantity-label{width:116px}.buy-row{gap:10px}.buy-row>.button{padding:12px;font-size:13px}.product-section-nav{overflow:auto;white-space:nowrap}.review-author{flex-wrap:wrap}.review-stars{font-size:13px}}

/* help-premium.css */
.premium-help{display:grid;grid-template-columns:250px minmax(0,1fr);gap:54px;align-items:start;padding-bottom:70px}.help-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:4px}.help-sidebar>.eyebrow{padding:12px 15px 20px;color:#71806f}.help-sidebar>a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px;border-radius:9px;font-size:13px;line-height:1.5;color:#626f61;text-decoration:none}.help-sidebar>a .icon{width:16px;flex:none}.help-sidebar>a:hover{background:#e9eee3}.help-sidebar>a[aria-current=page]{background:#1e271f;color:#fff;font-weight:650}.help-contact{margin-top:26px;padding:24px 20px;background:#eaf0e2;border-radius:12px}.help-contact p{font-size:13px;color:#687462;line-height:1.65}.help-contact a{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:700;margin-top:20px}.help-document{background:white;border:1px solid #e3e7dd;border-radius:20px;padding:40px 45px;max-width:none;min-width:0}.help-document-intro>p{font-family:Manrope,sans-serif;font-weight:650;font-size:25px;line-height:1.5;letter-spacing:-.025em;max-width:630px;color:#243026;margin:15px 0 26px}.help-contents{background:#f5f7f0;padding:23px;border-radius:12px;margin:0 0 30px}.help-contents>strong{display:block;font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:#596b52;margin-bottom:14px}.help-contents>div{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.help-contents a{display:flex;gap:10px;font-size:12px;line-height:1.6;text-decoration:none;color:#55654e}.help-contents a:hover{color:#c54f27}.help-contents a span{font-size:10px;color:#85907d;padding-top:2px}.help-document>section{display:grid;grid-template-columns:30px minmax(0,1fr);gap:16px;padding:28px 0;border-bottom:1px solid #edf0e7;scroll-margin-top:100px}.help-section-number{font-family:Manrope,sans-serif;font-size:13px;font-weight:750;color:#bcc6b4;padding-top:7px}.help-document>section h2{font-size:22px;line-height:1.4;letter-spacing:-.025em;margin:0 0 13px}.help-document>section p{font-size:14px;line-height:1.95;color:#596553;margin:0;overflow-wrap:anywhere}.legal-sources{margin-top:32px;border-radius:10px;padding:21px;background:#f5f7f1;display:flex;flex-wrap:wrap;gap:10px 20px;font-size:11px}.legal-sources strong{flex-basis:100%;color:#65785a}.legal-sources a{display:flex;align-items:center;gap:6px}.legal-sources .icon{width:13px}.help-document-footer{display:flex;align-items:center;flex-wrap:wrap;gap:15px;border-top:1px solid #e9ede3;margin-top:30px;padding-top:27px;font-size:13px}.help-document-footer>span{flex-basis:100%;font-weight:650;color:#626f57}.help-document>[data-privacy-settings]{margin-top:24px}.help-document-footer .button{font-size:12px;padding:12px 18px}.help-document-footer .text-link{font-size:12px;margin-left:auto}
@media(max-width:900px){.premium-help{grid-template-columns:200px minmax(0,1fr);gap:25px}.help-document{padding:28px}.help-contents>div{grid-template-columns:1fr}.help-sidebar>a{padding:12px;font-size:12px}}@media(max-width:650px){.premium-help{grid-template-columns:1fr;gap:20px}.help-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:5px}.help-sidebar>.eyebrow{grid-column:1/-1;padding:10px 0}.help-contact{display:none}.help-document{padding:24px 20px;border-radius:13px}.help-document-intro>p{font-size:22px}.help-document>section{grid-template-columns:22px minmax(0,1fr);gap:10px}.help-document>section h2{font-size:19px}.help-document>section p{font-size:13px}.help-document-footer .text-link{margin-left:0}}@media print{.site-header,.site-footer,.help-sidebar,.help-contents,.help-document-footer,.privacy-banner,[data-privacy-settings]{display:none!important}.premium-help{display:block}.help-document{padding:0;border:0}.help-document>section{break-inside:avoid}.help-document>section p{color:black}.page-top{padding:0}.utility-content{padding:0}.legal-sources{background:none}.help-document-intro{margin-bottom:15px}}

/* account-catalog-update.css */
/* A readable catalog: one complete product per row. */
.catalog-product-list{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
.catalog-product-row{display:grid;grid-template-columns:180px minmax(0,1fr) 204px;align-items:center;gap:24px;padding:24px;background:#fff;border:1px solid #e2e3dc;border-radius:14px;transition:border-color .18s,box-shadow .18s}
.catalog-product-row:hover{border-color:#cacfc3;box-shadow:0 7px 24px #20302008}
.catalog-row-image{display:grid;place-items:center;height:176px;padding:8px;min-width:0;border-radius:9px;background:#fff}
.catalog-row-image img{width:100%;height:100%;max-height:160px;object-fit:contain}
.catalog-row-info{min-width:0}.catalog-row-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;font-size:10px;color:#737b71}
.catalog-row-meta>.eyebrow{font-size:9px;color:#966346}.catalog-row-meta>span+span{background:#f2f3ed;border-radius:5px;padding:4px 8px}
.catalog-row-info h2{font-size:18px;letter-spacing:-.025em;line-height:1.5;margin:11px 0 10px;font-weight:750}
.catalog-row-info h2 a:hover{color:#bd4b21}.catalog-row-description{font-size:12px;line-height:1.75;color:#697266;margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.catalog-row-codes{display:flex;flex-wrap:wrap;gap:5px 18px;font-size:10px;color:#838a7e}.catalog-row-codes b{font-weight:500;color:#626b5c}
.catalog-row-purchase{display:flex;flex-direction:column;gap:14px;align-items:flex-start;border-left:1px solid #eceee7;padding-left:22px;min-width:0}
.catalog-row-purchase .availability{font-size:11px;display:inline-flex;gap:6px;align-items:center}
.catalog-row-price{display:flex;flex-direction:column;gap:4px}.catalog-row-price strong{font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.04em;line-height:1.3;white-space:nowrap}.catalog-row-price small{font-size:10px;color:#7c8277;line-height:1.5}
.catalog-row-actions{display:flex;align-items:center;gap:8px;width:100%}.catalog-row-actions .button{font-size:11px;gap:9px;padding:11px 13px;min-height:42px;white-space:nowrap}.catalog-row-actions .button .icon{width:15px}
.catalog-save{border:1px solid #e3e6dd;border-radius:7px;min-width:40px;min-height:42px;padding:9px}.catalog-save .icon{width:18px;height:18px}.catalog-save[aria-pressed=true]{color:#c45a2d;background:#fff4ed;border-color:#e8bc9e}.catalog-save[aria-pressed=true] .icon{fill:#f2c1a2}
.product-content>.product-reviews.no-reviews{padding:28px 0;border-bottom:0}
.reviews-disclosure{border:1px solid #e0e4da;border-radius:14px;background:white;overflow:hidden}
.reviews-disclosure>summary{display:flex;align-items:center;gap:18px;padding:24px 28px;list-style:none;cursor:pointer}
.reviews-disclosure>summary::-webkit-details-marker{display:none}.reviews-summary-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#f0f3eb;color:#657c5f;flex-shrink:0}
.reviews-summary-copy{flex:1;min-width:0}.reviews-summary-copy>strong{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.025em}.reviews-summary-copy strong small{padding:3px 7px;font-size:10px;background:#eef0e9;border-radius:10px;color:#7d8576}
.reviews-summary-copy>span{display:block;font-size:12px;color:#79816f;margin-top:6px}.reviews-summary-action{display:flex;align-items:center;gap:14px;font-size:12px;font-weight:600}.reviews-summary-action .icon{width:17px}.reviews-disclosure[open] .reviews-summary-action>.icon{transform:rotate(45deg)}
.reviews-disclosure[open]>summary{border-bottom:1px solid #e4e7dd}.reviews-first-content{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px;padding:30px}
.reviews-first-note{padding:15px 10px}.reviews-first-note h3{font-size:27px;line-height:1.35;margin:18px 0}.reviews-first-note p{font-size:13px;line-height:1.85;color:#6d7867}.reviews-first-note>span:last-child{display:flex;align-items:center;gap:9px;margin-top:24px;color:#61745b;font-size:11px}.reviews-first-note .icon{width:16px}
.reviews-first-content .review-compose{background:#f8faf5;border-color:#e4e8dd}.review-compose>.eyebrow{font-size:9px;display:block;margin-bottom:14px}.review-compose>h3{font-size:21px;line-height:1.4}.has-reviews .review-heading{margin-bottom:26px}.review-list{display:grid;gap:16px}.review-list .review{padding:26px;border:1px solid #e1e6db;border-radius:13px;background:white}.review-list .review p{line-height:1.85;font-size:14px;margin-bottom:0}.review-list .review-author{flex-wrap:wrap}.review-list .review-stars{margin-left:auto;white-space:nowrap}
@media(max-width:1150px){.catalog-product-row{grid-template-columns:140px minmax(0,1fr) 184px;gap:18px;padding:20px}.catalog-row-image{height:155px}.catalog-row-purchase{padding-left:16px}.catalog-row-info h2{font-size:16px}.catalog-row-actions{flex-wrap:wrap}.catalog-row-price strong{font-size:23px}}
@media(max-width:850px){.catalog-product-row{grid-template-columns:115px minmax(0,1fr);gap:14px 18px}.catalog-row-image{height:125px;align-self:start}.catalog-row-purchase{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;border-left:0;border-top:1px solid #eceee7;padding:16px 0 0;gap:8px 15px}.catalog-row-purchase>.availability{grid-column:1}.catalog-row-price{grid-column:2;grid-row:1/3;text-align:right}.catalog-row-actions{grid-column:1;grid-row:2;flex-wrap:nowrap}.reviews-first-content{grid-template-columns:1fr;gap:18px}.reviews-first-note{display:none}.reviews-summary-action{font-size:11px;gap:8px}}
@media(max-width:540px){.catalog-product-row{padding:16px;grid-template-columns:90px minmax(0,1fr);gap:14px}.catalog-row-image{height:105px;padding:3px}.catalog-row-info h2{font-size:14px;margin:8px 0}.catalog-row-meta{font-size:8px;gap:5px}.catalog-row-meta>.eyebrow{font-size:8px}.catalog-row-description{display:none}.catalog-row-codes{font-size:9px;overflow-wrap:anywhere}.catalog-row-actions .button{font-size:10px;padding:10px 11px;gap:6px}.catalog-save{min-width:38px}.catalog-row-price strong{font-size:21px}.catalog-row-price small{font-size:9px}.catalog-row-purchase .availability{font-size:10px}.reviews-disclosure>summary{gap:12px;padding:20px;flex-wrap:wrap}.reviews-summary-copy>strong{font-size:16px}.reviews-summary-copy>span{font-size:11px}.reviews-summary-action{margin-left:54px}.reviews-first-content{padding:18px}.reviews-first-content .review-compose{padding:20px}.review-list .review{padding:20px}}
@media(prefers-reduced-motion:reduce){.catalog-product-row{transition:none}}

.product-added{font-size:12px;color:#66726c;font-weight:400}.supplier-availability-note{background:#f1f5ec;border:1px solid #d9e3d0;border-radius:10px;padding:14px 16px;margin:16px 0;font-size:13px;line-height:1.65}.supplier-availability-note strong{color:#405c39}.supplier-availability-note p{margin:5px 0}.supplier-availability-note small{display:block;color:#5c6758}.supplier-availability-note a{text-decoration:underline}.cart-supplier-note{display:block;color:#5c6758;margin-top:6px}

/* editorial.css */
/* Moto-Zbud 1.3.7 — compact navigation, editorial pages and garage cards. */
.section-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:4px 7px;border-radius:20px;background:#e8e9e0;font-size:11px;line-height:1.4}
.brand-logo-card img[src*="/brands/ybn.svg"],.directory-logo img[src*="/brands/ybn.svg"]{background:#202526;padding:9px;border-radius:3px}
.home-categories .section-heading>.text-link,.home-brands .section-heading>.text-link,.guides-section .section-heading>.text-link{max-width:none;white-space:nowrap}
.featured-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.featured-category{display:flex;align-items:center;gap:18px;padding:17px;background:#fff;border:1px solid #e2e2d9;border-radius:12px;min-width:0;transition:border-color .2s,transform .2s}
.featured-category:hover{border-color:#be6544;transform:translateY(-2px)}
.featured-category-image{display:grid;place-items:center;width:76px;height:76px;border-radius:9px;background:#fafaf7;flex-shrink:0;overflow:hidden}
.featured-category-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.featured-category-image>.icon{width:32px;height:32px;color:#64735c}
.featured-category>span:nth-child(2){flex:1;min-width:0}.featured-category h3{font-size:16px;line-height:1.35;margin:0 0 9px;letter-spacing:-.02em}.featured-category small{font-size:11px;color:#73786e}.featured-category>.icon{width:17px;height:17px;flex-shrink:0;color:#71766b}
.brand-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #dedfd7;border-radius:14px;background:#fff;overflow:hidden}
.brand-logo-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;min-width:0;padding:32px 18px 21px;min-height:154px;border-right:1px solid #e8e8e0;transition:background .2s}.brand-logo-card:last-child{border:0}.brand-logo-card:hover{background:#f5f5ef}.brand-logo-card img{width:100%;max-width:145px;height:66px;object-fit:contain}.brand-logo-card strong{font-size:23px;align-self:center;margin:auto}.brand-logo-card>span{display:flex;align-items:center;gap:9px;color:#72786e;font-size:10px}.brand-logo-card>span .icon{width:14px;height:14px}
.editorial-guides .guide-art{display:block;padding:0;aspect-ratio:3/2;height:auto;border-radius:12px;background:#e6e4da;position:relative;overflow:hidden}.editorial-guides .guide-art img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s}.editorial-guides .guide-card:hover img{transform:scale(1.025)}.editorial-guides .guide-art b{display:grid;place-items:center;position:absolute;top:18px;left:18px;width:34px;height:34px;border:1px solid #ffffff88;border-radius:50%;background:#17201c99;color:#fff;font-size:11px;backdrop-filter:blur(8px)}
.editorial-guides .guide-meta{font-size:10px;letter-spacing:.08em;margin:22px 0 14px}.editorial-guides .guide-card h2,.editorial-guides .guide-card h3{font-size:clamp(20px,1.7vw,26px);line-height:1.32;letter-spacing:-.035em;margin:0 0 14px}.editorial-guides .guide-card>p{font-size:13px;line-height:1.7;color:#6c736a;margin:0 0 22px}.editorial-guides .guide-card{display:flex;flex-direction:column;min-width:0}.editorial-guides .guide-card>.text-link{margin-top:auto;font-size:12px}
.guide-index-intro{max-width:660px;font-size:17px;line-height:1.8;color:#677064;margin:0 0 38px}.additional-guides{margin-top:40px}
body[data-page=article] .page-top{max-width:1120px;padding-bottom:26px}body[data-page=article] .page-top h1{max-width:970px;font-size:clamp(32px,4vw,56px);line-height:1.13;letter-spacing:-.045em;margin-bottom:0}body[data-page=article] .breadcrumb{overflow-wrap:anywhere}
.editorial-layout{display:grid;grid-template-columns:225px minmax(0,780px);gap:64px;justify-content:center;align-items:start}.article-sidebar{position:sticky;top:30px}.article-sidebar>.text-link{font-size:11px;margin:5px 0 35px}.article-sidebar>.text-link .icon{width:17px;transform:rotate(180deg)}.article-sidebar nav{border-top:1px solid #d9ddd1;padding-top:24px}.article-sidebar .eyebrow{font-size:9px;margin-bottom:17px;display:block}.article-sidebar nav>a{display:flex;gap:12px;align-items:baseline;font-size:12px;line-height:1.55;padding:11px 0;color:#5c6759}.article-sidebar nav>a span{font-size:10px;color:#a26443}.article-sidebar nav>a:hover{color:#ae481e}
.editorial-article{max-width:none;min-width:0}.editorial-article .article-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;color:#737b70;font-size:10px;letter-spacing:.04em}.editorial-article .article-intro{font-size:20px;line-height:1.65;color:#424b40;margin:24px 0 30px;letter-spacing:-.015em}.article-cover{margin:0 0 34px}.article-cover img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:13px}.article-cover figcaption{font-size:10px;color:#7f847a;margin-top:9px}
.editorial-article .article-checklist{padding:27px 30px;background:#e9ece2;border:1px solid #dce1d2;border-radius:12px;margin-bottom:40px}.editorial-article .article-checklist h2{font-size:19px;margin:0 0 17px}.article-checklist ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:13px 22px}.article-checklist li{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.6;color:#495643}.article-checklist .icon{width:17px;height:17px;flex-shrink:0;margin-top:1px;color:#607753}
.editorial-article>section{scroll-margin-top:25px;margin:0 0 37px}.editorial-article>section>h2{font-size:clamp(22px,2.2vw,29px);line-height:1.3;letter-spacing:-.025em;margin:0 0 18px}.editorial-article>section>p{font-size:15px;line-height:1.9;color:#535d50;margin:0 0 18px}.article-faq details{border-bottom:1px solid #d9ddd1;padding:19px 0}.article-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:14px;font-weight:600;cursor:pointer;list-style:none}.article-faq summary::-webkit-details-marker{display:none}.article-faq summary .icon{flex-shrink:0;width:17px;height:17px}.article-faq details[open] summary .icon{transform:rotate(45deg)}.article-faq details p{font-size:14px;line-height:1.8;color:#626c5d;margin:16px 0 0}.article-sources{display:grid;gap:12px;background:transparent;color:#747b6e;padding:18px 0!important;border:0;font-size:11px}.article-sources a{display:flex;align-items:center;gap:10px}.article-sources .icon{width:14px;height:14px}.article-next{background:#edece4;border-radius:12px;padding:28px;margin:25px 0 35px}.article-next h2{font-size:24px;margin:13px 0 24px;letter-spacing:-.025em}.article-next>div:last-child{display:flex;gap:12px;flex-wrap:wrap}.article-next .button{font-size:12px;background:#fff}.article-related{border-top:1px solid #d9ddd1;padding-top:26px}.article-related h2{font-size:21px}.article-related>a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0;font-size:14px;color:#4a5743}.article-related .icon{flex-shrink:0}
.directory-intro{padding-top:32px}.directory-intro h1{font-size:clamp(33px,4vw,57px);letter-spacing:-.045em;margin:20px 0 18px;line-height:1.15}.directory-intro>p{font-size:16px;line-height:1.8;color:#687060;max-width:680px;margin-bottom:35px}.directory-content{padding-bottom:80px}.directory-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:24px;background:#e9ece2;border-radius:12px;margin-bottom:24px}.directory-toolbar label{width:min(100%,460px);font-size:12px;margin:0}.directory-search{display:flex;align-items:center;gap:10px;margin-top:9px;background:#fff;border:1px solid #d6dbcd;border-radius:7px;padding-left:14px}.directory-search>.icon{width:19px;height:19px;flex-shrink:0;color:#64715c}.directory-search input{border:0!important;margin:0;min-width:0;background:transparent;box-shadow:none;width:100%;font-size:13px}.directory-toolbar>p{font-size:12px;white-space:nowrap;color:#5f6b56;margin:0 0 16px}
.directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.directory-entry{display:flex;align-items:center;gap:15px;padding:19px;background:#fff;border:1px solid #e0e3d8;border-radius:10px;min-width:0;transition:border-color .2s}.directory-entry:hover{border-color:#bd6a47}.directory-entry[hidden],.directory-empty[hidden]{display:none}.directory-image{display:grid;place-items:center;width:67px;height:67px;flex-shrink:0;background:#fafaf7;border-radius:7px;overflow:hidden}.directory-image img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.directory-copy{flex:1;min-width:0}.directory-copy h2{font-size:15px;line-height:1.4;letter-spacing:-.02em;margin:0 0 7px}.directory-copy small{font-size:10px;line-height:1.4;color:#7b8274}.directory-entry>.icon{width:16px;height:16px;flex-shrink:0;color:#6f7965}.directory-brands .directory-entry{min-height:115px}.directory-logo{display:grid;place-items:center;width:83px;flex-shrink:0}.directory-logo img{width:100%;height:50px;object-fit:contain}.directory-empty{padding:45px 24px;text-align:center;background:#fff;border-radius:12px}.directory-empty p{font-size:14px;color:#6c7861}.directory-empty .button{margin-top:15px}.directory-help{display:flex;align-items:center;justify-content:space-between;gap:40px;border-top:1px solid #dbdfd3;margin-top:45px;padding:38px 0 0}.directory-help h2{font-size:30px;letter-spacing:-.03em;margin:12px 0}.directory-help p{font-size:13px;line-height:1.8;color:#6a7561;max-width:590px}.directory-help>.button{flex-shrink:0}
/* Three compact cards even inside the account's narrower content column. */
.garage-grid,.account-main .garage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;align-items:start}
.garage-grid .garage-card-body{padding:18px}.garage-grid .garage-card h3{font-size:19px;line-height:1.3;margin:11px 0 8px}.garage-grid .garage-art{aspect-ratio:3/2}.garage-grid .garage-art figcaption{font-size:8px;left:9px;right:9px;bottom:8px;max-width:calc(100% - 18px)}.garage-grid .garage-card-top>.eyebrow{font-size:9px;letter-spacing:.12em}.garage-grid .garage-selected{font-size:9px;padding:4px 6px}.garage-grid .garage-actions{gap:13px;margin:17px 0}.garage-grid .garage-actions>.button{min-height:41px;padding:10px;font-size:11px;gap:8px}.garage-grid .garage-actions>.button .icon{width:17px;height:17px}.garage-grid .garage-spec{font-size:11px;line-height:1.6}.garage-grid .garage-remove{padding-top:12px}.garage-grid .garage-confirm{right:0;width:270px;max-width:calc(100vw - 48px);padding:17px}
@media(max-width:1199px){.account-main .garage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-category-grid,.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-logo-card:nth-child(3n){border-right:0}.brand-logo-card:nth-child(-n+3){border-bottom:1px solid #e8e8e0}.editorial-layout{grid-template-columns:185px minmax(0,1fr);gap:35px}}
@media(max-width:760px){.home-categories .section-heading,.home-brands .section-heading,.guides-section .section-heading{align-items:flex-start;gap:20px;flex-direction:column}.featured-category-grid{gap:10px}.featured-category{padding:12px;gap:11px}.featured-category-image{width:55px;height:55px}.featured-category h3{font-size:13px;margin-bottom:6px}.featured-category small{font-size:10px}.featured-category>.icon{display:none}.brand-logo-card{padding:24px 12px 18px;min-height:133px;gap:17px}.brand-logo-card img{height:51px;max-width:105px}.brand-logo-card>span{font-size:9px;gap:5px}.brand-logo-card>span .icon{width:12px}.editorial-guides{gap:35px}.editorial-guides .guide-meta{margin-top:18px}.editorial-guides .guide-card h2,.editorial-guides .guide-card h3{font-size:23px}.editorial-layout{display:flex;flex-direction:column;gap:28px}.article-sidebar{position:static;width:100%}.article-sidebar>.text-link{margin-bottom:20px}.article-sidebar nav{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;background:#eaece3;padding:20px;border:0;border-radius:10px}.article-sidebar nav>.eyebrow{grid-column:1/-1}.article-sidebar nav>a{font-size:11px;padding:7px 0}.editorial-article .article-intro{font-size:18px}.editorial-article>section>p{font-size:14px;line-height:1.85}.article-checklist ul{grid-template-columns:1fr}.editorial-article .article-checklist{padding:23px}.article-next{padding:24px}.directory-intro{padding-top:22px}.directory-intro>p{font-size:14px}.directory-toolbar{padding:18px;display:block}.directory-toolbar label{width:100%}.directory-toolbar>p{margin:15px 0 0}.directory-grid{grid-template-columns:1fr}.directory-entry{padding:16px}.directory-help{align-items:flex-start;flex-direction:column;gap:15px}.garage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-main .garage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.featured-category-grid{grid-template-columns:1fr}.featured-category{padding:14px;gap:16px}.featured-category h3{font-size:15px}.featured-category>.icon{display:block}.brand-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-logo-card:nth-child(3n){border-right:1px solid #e8e8e0}.brand-logo-card:nth-child(2n){border-right:0}.brand-logo-card:nth-child(-n+4){border-bottom:1px solid #e8e8e0}.brand-logo-card:last-child{border-bottom:0}.article-sidebar nav{grid-template-columns:1fr}.article-next .button{width:100%;justify-content:space-between}.garage-grid,.account-main .garage-grid{grid-template-columns:1fr}.garage-grid .garage-art{aspect-ratio:16/10}.garage-grid .garage-card-body{padding:18px}.garage-grid .garage-card h3{font-size:20px}.garage-grid .garage-actions{grid-template-columns:1fr;gap:14px}.garage-grid .garage-actions>.button{min-height:44px}}
@media(prefers-reduced-motion:reduce){.featured-category,.brand-logo-card,.directory-entry,.editorial-guides .guide-art img{transition:none}.featured-category:hover,.editorial-guides .guide-card:hover img{transform:none}}

/* store-premium.css */
/* Moto-Zbud 1.3.8: stronger navigation, neutral surfaces and readable content. */
body:not([data-page=admin]){--ink:#171c1d;--muted:#535b58;--paper:#f5f3ef;--line:#d9dcd6;--orange:#ef6933;--orange-dark:#aa3d17;background:#f5f3ef;color:#171c1d}
body:not([data-page=admin]) .site-header{background:#fff;box-shadow:0 3px 16px #12181908}
.header-main{gap:32px;padding-block:24px;min-height:100px}
.header-main .logo img{width:214px;height:auto}
.header-main .header-search{border:1px solid #cdd1ca;background:#f4f5f1;border-radius:9px;min-height:50px;padding:0 17px}
.header-main .header-search:focus-within{border-color:#b14e29;outline:3px solid #ef69331c;background:#fff}
.header-main .header-search input{font-size:14px;height:50px;color:#202726}
.header-search input::placeholder{color:#606864;opacity:1}
.header-main .header-action{font-size:12px;font-weight:600;gap:9px;color:#26302d;min-height:44px}
.header-main .header-action .icon{width:23px;height:23px}
.header-main .header-action:hover{color:#a7411e}
.nav-surface{background:#202627;border-top:1px solid #2e3536;border-bottom:1px solid #363d3d}
.nav-surface .main-nav{color:#fafaf5;border:0;min-height:62px;font-size:14px}
.nav-surface .nav-primary{height:auto;gap:5px;align-items:stretch}
.nav-surface .nav-primary>a,.nav-surface .nav-department>summary{color:#f4f5ef;min-height:62px;padding:18px 20px;font-size:14px;font-weight:650;border-bottom:3px solid transparent;gap:10px}
.nav-surface .nav-department>summary .icon{width:22px;height:22px;color:#e4ebe4}
.nav-surface .nav-department>summary>.icon:last-child{width:12px;height:12px;color:#b6c2b9;margin-left:7px}
.nav-surface .nav-department>summary:hover,.nav-surface .nav-primary>a:hover{background:#2e3636;color:#fff}
.nav-surface .nav-department[open]>summary,.nav-surface .nav-department>summary.active,.nav-surface .nav-primary>a[aria-current=page]{background:#303938;color:#fff;border-bottom-color:#f47a44}
.nav-surface .nav-help{font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;padding:11px 16px;border:1px solid #59655f;border-radius:6px;color:#f3f5ee;margin-left:20px}
.nav-surface .nav-help:hover{border-color:#e58359;background:#333d38;color:#fff}
.nav-surface .nav-dropdown{background:#fff;color:#242d29;border:1px solid #d0d8ce;border-top:3px solid #ef6933;box-shadow:0 22px 48px #131b1a2e;padding:30px 34px;border-radius:0 0 13px 13px;max-height:70dvh}
.nav-surface .nav-dropdown .eyebrow{font-size:11px;color:#55634f}
.nav-surface .nav-dropdown a{font-size:14px;color:#303c32}
.nav-surface .nav-dropdown a:hover{color:#a23c19;background:#f4f5ee}
.nav-surface .nav-dropdown-top{border-color:#dde2d8;padding-bottom:20px;margin-bottom:22px}
.nav-surface .nav-dropdown-top>strong{font-size:25px;letter-spacing:-.035em}
.nav-surface .nav-dropdown-top .text-link{font-size:13px;padding:9px 12px;border:1px solid #d4dccd;border-radius:6px}
.nav-surface .nav-makes{gap:6px 18px}.nav-surface .nav-makes a{padding:12px;border-radius:6px;min-height:44px}
.nav-surface .nav-categories a{padding-block:9px;line-height:1.5}.nav-surface .nav-categories small{color:#606e58;font-size:11px}
body:not([data-page=admin]) .button:not(.secondary):not(.dark){background:#bd461b;color:#fff;border-color:#c64719}
body:not([data-page=admin]) .button:not(.secondary):not(.dark):hover{background:#be4319;border-color:#a33712}
body:not([data-page=admin]) .button.secondary{color:#28312b;border-color:#a4afa0;background:#fff}
body:not([data-page=admin]) .button.secondary:hover{background:#edf1e8;border-color:#67775d}
body:not([data-page=admin]) .button.dark{background:#202627;color:#fff;border-color:#202627}
body:not([data-page=admin]) .button:disabled{opacity:.6;cursor:not-allowed}
body:not([data-page=admin]) .hero .button{box-shadow:0 6px 20px #0002}
body:not([data-page=admin]) .hero p{color:#e0e3de;font-size:16px;line-height:1.8}
body:not([data-page=admin]) .section-title p{color:#505b53;font-size:15px;line-height:1.7}
body:not([data-page=admin]) .muted{color:#535e54;font-size:13px;line-height:1.7}
body:not([data-page=admin]) .breadcrumb{font-size:12px;color:#556058;gap:12px;line-height:1.7}
body:not([data-page=admin]) .breadcrumb a{color:#344239}
body:not([data-page=admin]) .page-top{padding-bottom:30px}
body:not([data-page=admin]) .page-top>.eyebrow{font-size:10px;color:#655a50;letter-spacing:.1em}
body:not([data-page=admin]) .guide-card p{color:#505951;font-size:14px;line-height:1.7}
body:not([data-page=admin]) .guide-meta{font-size:11px;color:#5c635e}
body:not([data-page=admin]) .footer-grid h3{font-size:14px;color:#fff}
body:not([data-page=admin]) .footer-grid>div>a:not(.footer-brand a){font-size:13px;line-height:1.6;color:#c6cec8;margin-bottom:12px}
body:not([data-page=admin]) .footer-grid a:hover{color:#ff9464}
body:not([data-page=admin]) .footer-grid p{color:#c3cbc4}
body:not([data-page=admin]) .footer-grid .footer-note{font-size:12px;line-height:1.8}
body:not([data-page=admin]) .footer-brand p{color:#f0f1eb}
body:not([data-page=admin]) .footer-bottom{color:#b3bdb4}
body:not([data-page=admin]) a:focus-visible,body:not([data-page=admin]) summary:focus-visible,body:not([data-page=admin]) button:focus-visible{outline:3px solid #e16a36;outline-offset:4px}
@media(min-width:981px) and (max-width:1150px){.header-main{gap:25px}.header-main .header-actions{gap:18px}.header-main .header-action span{display:none}.nav-surface .nav-primary>a,.nav-surface .nav-department>summary{padding-inline:14px;font-size:13px}.nav-surface .nav-help{padding-inline:12px;font-size:11px}}
@media(max-width:980px){.header-main{gap:18px;min-height:88px;padding-block:20px}.header-main .logo img{width:190px}.nav-surface .nav-primary>a,.nav-surface .nav-department>summary{padding-inline:11px;font-size:13px}.nav-surface .nav-help{font-size:11px;margin-left:10px;padding:10px}.header-main .header-action span{display:none}}
@media(max-width:760px){.header-main{padding:17px 0 18px;gap:14px;min-height:0}.header-main .logo img{width:179px}.header-main .header-search{min-height:46px;border-radius:7px;order:3;flex-basis:100%;max-width:none}.header-main .header-search input{font-size:16px;height:46px;min-height:46px}.header-main .header-search input::placeholder{font-size:13px}.header-main .header-action{padding:6px}.header-main .header-actions{gap:9px}.header-main .header-action .icon{width:22px;height:22px}.nav-surface:has(.main-nav:not(.open)){display:none}.nav-surface .main-nav{width:100%;padding:12px 20px 20px;min-height:0}.nav-surface .main-nav.open{display:block}.nav-surface .nav-primary{display:flex;flex-direction:column;gap:0}.nav-surface .nav-primary>a,.nav-surface .nav-department>summary{min-height:52px;padding:15px 13px;font-size:15px;border-radius:5px}.nav-surface .nav-primary>a{display:flex}.nav-surface .nav-help{margin:14px 0 0;min-height:46px;justify-content:space-between;font-size:13px;padding:12px 15px}.nav-surface .nav-dropdown{position:static;padding:20px 15px;margin-top:0;max-height:55dvh;border-top:2px solid #ef6933}.nav-surface .nav-dropdown-top{gap:12px;flex-wrap:wrap}.nav-surface .nav-dropdown-top>strong{font-size:22px}.nav-surface .nav-dropdown-top .text-link{font-size:12px;padding:7px 10px}.nav-surface .nav-dropdown-grid{grid-template-columns:1fr;gap:25px}.nav-surface .nav-dropdown a{font-size:14px}.nav-surface .nav-dropdown p{font-size:13px}.nav-surface .nav-makes a{padding:11px 7px}body:not([data-page=admin]) .hero p{font-size:14px}body:not([data-page=admin]) .section-title p{font-size:13px}body:not([data-page=admin]) .footer-grid>div>a:not(.footer-brand a){font-size:12px}}
@media(max-width:380px){.header-main .logo img{width:163px}.header-main .header-actions{gap:3px}.header-main .header-action{padding:4px}}
@media(prefers-reduced-motion:reduce){body:not([data-page=admin]) .button:hover{transform:none}}

/* Readable filters with no intrinsic grid overflow on narrow screens. */
.catalog-sidebar{background:transparent;padding:0;min-width:0}
.catalog-sidebar .filter-panel{background:#fff;border-color:#ccd4ca;border-radius:10px;padding:20px}
.catalog-sidebar form>label,.catalog-sidebar .smart-select{min-width:0}
.catalog-row-description,.product-summary>p,.compare-table td{font-weight:450}
@media(max-width:760px){.catalog-sidebar .filter-panel form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.catalog-sidebar .filter-panel form>label{margin:0}.catalog-sidebar .filter-panel{padding:18px}.catalog-sidebar .filter-panel input:not([type=checkbox]){font-size:16px}}
@media(max-width:420px){.catalog-sidebar .filter-panel form{grid-template-columns:minmax(0,1fr)}.catalog-sidebar .filter-panel form>*{grid-column:1!important}}

/* help-navigation.css */
.premium-help{grid-template-columns:285px minmax(0,1fr);gap:34px;align-items:start}
.premium-help>.help-sidebar{display:flex;flex-direction:column;align-items:stretch;gap:18px;position:sticky;top:25px;min-width:0}
.help-menu{width:100%;border:1px solid #d8ddd3;border-radius:13px;background:#fff;box-shadow:0 7px 24px #25342206;overflow:hidden}
.help-menu>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:23px 21px;background:#202928;color:#fff;cursor:default}
.help-menu>summary::-webkit-details-marker{display:none}
.help-menu>summary span{display:flex;flex-direction:column;gap:6px}
.help-menu>summary strong{font-family:Manrope,sans-serif;font-size:19px;font-weight:700;letter-spacing:-.035em;line-height:1.2}
.help-menu>summary small{font-size:10px;letter-spacing:.08em;color:#c0cbbf}
.help-menu>summary>.icon{width:22px;height:22px;color:#f18c5a}
.help-menu-nav{display:flex;flex-direction:column;padding:10px;gap:4px}
.help-menu-nav>a{display:grid;grid-template-columns:22px minmax(0,1fr) 13px;gap:12px;align-items:center;min-height:51px;padding:13px 12px;color:#344037;font-size:13px;font-weight:550;line-height:1.45;border-radius:7px;text-decoration:none;border:1px solid transparent;position:relative;width:100%;box-sizing:border-box}
.help-menu-nav>a>.icon:first-child{width:19px;height:19px;color:#66745e}
.help-menu-nav>a>.icon:last-child{width:13px;height:13px;color:#74816c}
.help-menu-nav>a:hover{color:#19281e;background:#f0f3e9;border-color:#dfe5d6}
.help-menu-nav>a[aria-current=page]{background:#faede4;border-color:#efc9b2;color:#883813;font-weight:750}
.help-menu-nav>a[aria-current=page]:before{content:'';position:absolute;left:-1px;top:11px;bottom:11px;width:3px;border-radius:2px;background:#d85524}
.help-menu-nav>a[aria-current=page]>.icon{color:#a64720}
.help-menu-nav>a:focus-visible{outline:3px solid #dc6f3c;outline-offset:0}
.help-contact{margin:0;padding:23px 22px;background:#e9eee2;border:1px solid #d3dcc8;border-radius:12px;width:100%;box-sizing:border-box}
.help-contact strong{font-size:15px;color:#263723}.help-contact p{font-size:13px;color:#4d5d44;line-height:1.65;margin-top:9px}.help-contact a{font-size:12px;color:#284322;margin-top:17px;min-height:32px}
.help-document{padding:36px 40px;border-radius:14px;border-color:#d9dfd3;box-shadow:0 8px 35px #20301c03}
.help-document-intro>.eyebrow{color:#6e5947;font-size:10px}.help-document-intro>p{font-size:25px;line-height:1.5;color:#242e28;margin-top:16px}
.help-contents{background:#f0f3eb;border:1px solid #dde4d5;border-radius:10px;padding:23px 24px;margin:0 0 20px}
.help-contents>strong{font-size:11px;color:#3f5235;margin-bottom:15px}
.help-contents>div{gap:7px 20px}.help-contents a{font-size:13px;color:#354b2c;padding:5px 0;line-height:1.5}.help-contents a span{color:#667a58;font-size:11px}.help-contents a:hover{text-decoration:underline;text-underline-offset:3px}
.help-document>section{padding-block:29px;border-color:#e0e6d9;scroll-margin-top:28px}.help-document>section h2{font-size:23px;color:#1c2721;margin-bottom:15px}.help-document>section p{font-size:15px;color:#414e42;line-height:1.85}.help-section-number{color:#7a8c6b;font-size:12px}
.help-document .legal-sources{background:#f2f4ee;color:#405138;font-size:12px}.help-document .legal-sources strong{color:#445a37}.help-document-footer{border-color:#dce2d4}.help-document-footer>span{color:#3e4d37}
@media(max-width:1050px){.premium-help{grid-template-columns:250px minmax(0,1fr);gap:25px}.help-document{padding:29px}.help-menu-nav>a{gap:9px;font-size:13px;padding:12px 10px}.help-menu>summary{padding:21px 19px}.help-contents>div{grid-template-columns:1fr}}
@media(max-width:760px){.premium-help{grid-template-columns:1fr;gap:22px}.premium-help>.help-sidebar{position:static;display:block}.help-menu>summary{cursor:pointer;padding:18px 20px}.help-menu>summary strong{font-size:18px}.help-menu>summary>.icon{width:18px;transform:rotate(90deg);transition:transform .15s}.help-menu[open]>summary>.icon{transform:rotate(-90deg)}.help-menu-nav{padding:10px;gap:4px;display:grid;grid-template-columns:1fr 1fr}.help-menu-nav>a{font-size:13px;padding:12px 10px;grid-template-columns:18px minmax(0,1fr);gap:9px;min-height:52px}.help-menu-nav>a>.icon:last-child{display:none}.help-menu-nav>a>.icon:first-child{width:17px;height:17px}.help-contact{display:none}.help-document{padding:25px 22px;border-radius:12px}.help-document-intro>p{font-size:23px}.help-document>section{grid-template-columns:22px minmax(0,1fr);gap:9px}.help-document>section h2{font-size:21px}.help-document>section p{font-size:14px}.help-contents{padding:19px}.help-contents a{font-size:13px;padding-block:5px}}
@media(max-width:370px){.help-menu-nav{grid-template-columns:1fr}.help-document{padding:23px 18px}}
@media print{.help-sidebar{display:none!important}.premium-help{display:block}.help-document{border:0;box-shadow:none;padding:0}}

/* product-cards.css */
.catalog-product-list{gap:15px}.catalog-product-row{display:grid;grid-template-columns:175px minmax(0,1fr) 270px;gap:0;padding:0;background:#fff;border:1px solid #d5ddd2;border-radius:13px;overflow:hidden;box-shadow:0 3px 13px #22361905;align-items:stretch}
.catalog-row-image{position:relative;align-self:stretch;display:flex;padding:14px;background:#fff;border:0;border-radius:0;aspect-ratio:auto;min-height:210px}
.catalog-row-image img{width:100%;height:100%;min-height:160px;max-height:235px;object-fit:contain;border-radius:9px;background:#fafbf8}
.catalog-row-info{display:flex;flex-direction:column;min-width:0;padding:22px 20px;border-left:1px solid #edf0e9}
.catalog-row-info h2{font-size:18px;line-height:1.4;letter-spacing:-.03em;margin:8px 0 8px;color:#25362d}
.catalog-row-info h2 a:hover{color:#a9411b}.catalog-row-meta{margin:0;font-size:10px;color:#61735e}.catalog-row-meta .eyebrow{color:#61735e;font-size:10px;font-weight:700;letter-spacing:.07em}
.catalog-row-description{font-size:13px;line-height:1.65;color:#4a5d4d;margin:0 0 12px}.catalog-row-codes{display:flex;flex-wrap:wrap;gap:5px 14px;font-size:10px;line-height:1.7;color:#687960;margin:0 0 15px}.catalog-row-codes b{color:#465940;font-weight:500}
.catalog-row-purchase{border-left:1px solid #dce3d7;background:#fcfdfa;padding:19px;display:flex;flex-direction:column;gap:11px;min-width:0}
.catalog-row-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px}.catalog-row-price>strong{font-size:27px;line-height:1.25;letter-spacing:-.05em;color:#173b2e;font-weight:750}.catalog-row-price>small{font-size:10px;color:#53664b;margin:0}.price-from{font-size:12px;color:#576b50;font-weight:500;letter-spacing:0}
.price-history-note{flex-basis:100%;margin:3px 0 0;line-height:1.45}.price-history-note del{display:block;font-size:12px;color:#65765a;text-decoration-thickness:1px;margin-bottom:4px}.price-history-note small{display:block;font-size:11px;line-height:1.6;color:#455e3b;margin:0}.price-history-note b{font-weight:650}.price-history-note .price-saving{font-size:10px;color:#395b2d;margin-top:2px}
.product-delivery{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #d5e5d4;border-radius:7px;background:#eaf4e7;color:#285339}.product-delivery>.icon{width:20px;height:20px;flex:none}.product-delivery strong{display:block;font-size:12px;font-weight:700;line-height:1.5}.product-delivery small{display:block;font-size:10px;color:#4d6c49;line-height:1.5;margin:1px 0 0}
.catalog-row-purchase>.availability{font-size:11px;line-height:1.6;font-weight:600;margin:0;color:#59684b}.catalog-row-purchase>.availability.available{color:#437125}
.catalog-purchase-assurance{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-block:1px solid #e0e7da;font-size:9px;color:#526949;line-height:1.5}.catalog-purchase-assurance>span,.catalog-purchase-assurance>a{display:flex;align-items:center;gap:4px}.catalog-purchase-assurance .icon{width:12px;height:12px;flex:none}
.catalog-row-actions{display:flex;gap:7px;align-items:stretch;margin-top:auto}.catalog-row-actions>.button{flex:1;font-size:12px}.catalog-row-actions .catalog-save{width:39px;min-width:39px;min-height:43px;border:1px solid #d3ddcb;border-radius:7px;color:#44732e;background:#fff;padding:8px}.catalog-row-actions .catalog-save .icon{width:20px;height:20px}.catalog-row-actions .catalog-save[aria-pressed=true]{background:#e6f0db;color:#3d631f}
.catalog-quick-cart{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.catalog-quick-cart .button{font-size:12px;min-height:44px;padding:11px 12px;gap:7px;width:100%}.catalog-quick-cart .button .icon{width:18px;height:18px}.catalog-quantity{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid #cdd8c4;border-radius:6px;background:white;height:37px;overflow:hidden}.catalog-quantity button{width:35px;height:35px;border:0;background:transparent;color:#375329;font-size:19px;flex:none}.catalog-quantity button:disabled{color:#abb6a2}.catalog-quantity input{appearance:textfield;border:0;width:100%;min-width:0;min-height:35px;height:35px;background:transparent;text-align:center;font-size:13px;font-weight:600;padding:2px;color:#273e21}.catalog-quantity input::-webkit-inner-spin-button,.catalog-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.catalog-row-purchase>.form-feedback:empty{display:none}.catalog-row-purchase>.form-feedback{font-size:11px;margin:0}
.product-social:empty{display:none}.product-social{display:flex;flex-direction:column;gap:3px;margin-bottom:9px}.product-rating{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#496346;font-size:11px;line-height:1.5}.product-rating small{font-size:11px;display:inline;margin:0;color:#596d51}.rating-stars{font-size:14px;color:#b85a18;letter-spacing:.02em}.recent-buyers{font-size:10px;color:#426340;font-weight:650;line-height:1.6}
.compare-add{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:650;color:#386c39;background:transparent;border:0;border-radius:5px;min-height:34px;padding:7px 0;text-align:left;line-height:1.5;cursor:pointer}.compare-add .icon{width:15px;height:15px;flex:none}.compare-add:hover{color:#984018}.compare-add[aria-pressed=true]{color:#974321}.catalog-row-info>.compare-add{margin-top:auto}.product-discount{position:absolute;top:14px;left:14px;z-index:1;border-radius:6px;background:#bd461b;color:white;font-size:11px;line-height:1;padding:8px 10px;font-weight:700}
.product-image{position:relative}.product-card{border-color:#d8e0d2;border-radius:11px}.product-card-copy .product-delivery{margin-top:14px;padding:9px 10px}.product-card-copy .product-delivery strong{font-size:11px}.product-card-copy>.compare-add{margin-top:8px}.product-card-copy .product-price strong>small{display:inline;font-size:11px;color:#59704d}.product-card-copy .product-social{margin-bottom:10px}.product-card-copy .product-social small{display:inline;font-size:10px}.product-card-copy .price-history-note small{font-size:10px}.product-summary>.product-social{margin:8px 0 15px}.product-summary>.product-social .product-rating{font-size:13px}.product-summary>.product-social .recent-buyers{font-size:12px}.purchase-panel>.product-delivery{margin-bottom:18px}.purchase-panel>.product-delivery strong{font-size:14px}.purchase-panel>.product-delivery small{font-size:11px}.purchase-panel .price-history-note small{font-size:12px}.purchase-panel>.compare-add{margin-right:22px}.product-summary .detail-price .price-history-note{margin-top:11px}.product-summary .detail-price .price-history-note del{font-size:16px}
@media(max-width:1160px){.catalog-product-row{grid-template-columns:145px minmax(0,1fr) 245px}.catalog-row-info{padding:18px 16px}.catalog-row-purchase{padding:17px 15px}.catalog-row-info h2{font-size:17px}.catalog-row-image{padding:12px}.catalog-row-price>strong{font-size:25px}}
@media(max-width:980px){.catalog-product-row{grid-template-columns:125px minmax(0,1fr)}.catalog-row-image{min-height:190px}.catalog-row-purchase{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:11px 20px;border-left:0;border-top:1px solid #dce3d7}.catalog-row-purchase>.availability{grid-column:1}.catalog-purchase-assurance{grid-column:2;grid-row:2}.catalog-row-actions{grid-column:1/-1;margin:0}.catalog-quick-cart{flex-wrap:nowrap;align-items:center}.catalog-quantity{width:105px;flex:none;height:43px}.catalog-quick-cart .button{flex:1;width:auto}.catalog-row-purchase>.form-feedback{grid-column:1/-1}.catalog-row-info h2{font-size:18px}}
@media(max-width:600px){.catalog-product-row{grid-template-columns:110px minmax(0,1fr);border-radius:10px}.catalog-row-image{min-height:160px;padding:10px 6px}.catalog-row-image img{max-height:170px;min-height:130px}.catalog-row-info{padding:17px 13px;border-left:0}.catalog-row-info h2{font-size:16px;line-height:1.4}.catalog-row-description{font-size:12px;line-height:1.6}.catalog-row-codes{font-size:9px;margin-bottom:8px}.catalog-row-meta .eyebrow{font-size:9px}.catalog-row-info>.compare-add{font-size:10px}.catalog-row-purchase{padding:15px;gap:10px 12px}.catalog-row-price>strong{font-size:27px}.catalog-row-price>small{font-size:9px}.catalog-purchase-assurance{font-size:9px;flex-wrap:wrap}.product-delivery{padding:9px;gap:7px}.product-delivery>.icon{width:17px;height:17px}.product-delivery strong{font-size:11px}.product-delivery small{font-size:9px}.price-history-note small{font-size:10px}.product-rating{font-size:10px;gap:3px}.product-rating small{font-size:10px}.rating-stars{font-size:12px}.recent-buyers{font-size:9px}.product-discount{top:10px;left:9px;font-size:10px;padding:7px}.catalog-row-purchase>.availability{font-size:10px}.catalog-row-actions .catalog-save{min-width:43px;width:43px}.catalog-quick-cart .button{font-size:13px}.catalog-quantity{width:102px}.product-social{margin-bottom:7px}}

/* compare.css */
.compare-page{padding-bottom:70px}.compare-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:22px}.compare-heading>div>span{font-size:10px;font-weight:700;color:#7a614f;letter-spacing:.07em;display:block;margin-bottom:6px}.compare-heading h2{font-size:26px;margin:0;color:#273727}.compare-heading .check{font-size:13px;margin:0}.compare-explanation{font-size:13px;line-height:1.8;background:#eef3e7;border:1px solid #d9e1cd;padding:16px 19px;border-radius:8px;margin-bottom:20px;color:#4e603f}.compare-table-scroll{overflow:auto;border:1px solid #d1dbc8;border-radius:12px;background:#fff;scrollbar-gutter:stable;max-width:100%}.compare-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;color:#304426;font-size:13px}.compare-table th,.compare-table td{padding:17px 20px;border-right:1px solid #e0e7d9;border-bottom:1px solid #e0e7d9;vertical-align:top;text-align:left;line-height:1.7;overflow-wrap:anywhere}.compare-table th:last-child,.compare-table td:last-child{border-right:0}.compare-table th:first-child{position:sticky;left:0;z-index:2;background:#f1f5e9;width:180px;min-width:180px;font-weight:650;font-size:12px;color:#455a38}.compare-table thead th:not(:first-child){width:245px;min-width:245px;font-weight:400;background:#fff}.compare-table th:first-child .eyebrow{font-size:9px;color:#607850}.compare-table th:first-child p{font-size:12px;font-weight:400;color:#627754}.compare-table td{min-width:245px}.compare-table tr.is-different td{background:#fffbf2}.compare-table tr.is-different>th{background:#f7efe0;color:#785130}.compare-product-image{display:block;height:150px;position:relative;margin-bottom:15px}.compare-product-image img{width:100%;height:100%;object-fit:contain}.compare-product-name{font-size:16px;line-height:1.5;font-weight:700;display:block;color:#263e25;margin-bottom:14px}.compare-product-price{font-size:25px;font-weight:750;letter-spacing:-.035em;display:block;line-height:1.3;color:#1d472d}.compare-product-card .price-history-note{margin:7px 0 13px}.compare-product-card>.button{width:100%;margin-top:13px;font-size:12px}.compare-remove{border:0;background:transparent;color:#74634e;display:flex;align-items:center;gap:6px;min-height:34px;font-size:11px;margin-top:8px;cursor:pointer}.compare-remove .icon{width:13px;height:13px}.compare-suggestions{margin-top:34px}.compare-suggestions>h2{font-size:24px}.compare-suggestions>p{font-size:13px;color:#60734f}.compare-suggestion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.compare-suggestion{padding:16px;border:1px solid #dbe3d1;background:#fff;border-radius:9px}.compare-suggestion img{width:100%;height:105px;object-fit:contain;margin-bottom:13px}.compare-suggestion strong{display:block;font-size:13px;line-height:1.6}.compare-suggestion .compare-add{margin-top:12px}.compare-empty{padding:55px 30px;text-align:center;background:#fff;border:1px solid #d8e0ce;border-radius:13px}.compare-empty>.icon{width:42px;height:42px;color:#658b4c;margin-bottom:19px}.compare-empty h2{font-size:28px;margin:0 0 13px}.compare-empty p{font-size:14px;color:#586f45;margin:0 auto 24px;max-width:500px;line-height:1.8}
.compare-tray{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:70;width:min(1000px,calc(100% - 32px));display:flex;align-items:center;gap:18px;padding:15px 20px;background:#24302b;color:#fff;border:1px solid #657461;border-radius:12px;box-shadow:0 12px 45px #17261738}.compare-tray-copy{min-width:105px}.compare-tray-copy strong{font-size:14px;display:block}.compare-tray-copy small{font-size:10px;color:#cad7bf;display:block;margin-top:3px}.compare-tray-items{display:flex;gap:9px;flex:1;min-width:0;overflow:auto}.compare-tray-item{display:flex;align-items:center;gap:6px;flex:none;border-radius:6px;background:#fff;padding:4px}.compare-tray-item img{width:42px;height:39px;object-fit:contain}.compare-tray-item button{border:0;background:#eef2e8;color:#375028;width:24px;height:28px;border-radius:4px;cursor:pointer}.compare-tray .button{font-size:12px;min-height:43px;white-space:nowrap}.compare-clear{color:#dce7d2;font-size:11px;background:transparent;border:0;min-height:35px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.has-compare{padding-bottom:110px}body:has(#privacy-banner:not([hidden])) .compare-tray{display:none}
@media(max-width:760px){.compare-heading h2{font-size:23px}.compare-table th:first-child{width:125px;min-width:125px;font-size:11px}.compare-table th,.compare-table td{padding:15px 13px}.compare-table thead th:not(:first-child),.compare-table td{width:210px;min-width:210px}.compare-product-name{font-size:14px}.compare-table{font-size:12px}.compare-product-price{font-size:23px}.compare-suggestion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-tray{padding:12px;gap:10px;bottom:10px;border-radius:10px;flex-wrap:wrap}.compare-tray-copy{min-width:0;flex:1}.compare-tray-copy strong{font-size:12px}.compare-tray-items{order:3;width:100%;flex-basis:100%}.compare-tray-item img{height:32px;width:35px}.compare-tray .button{font-size:11px;min-height:38px;padding:9px 12px}.compare-tray .compare-clear{font-size:10px;min-height:30px}.has-compare{padding-bottom:135px}.compare-explanation{font-size:12px}.compare-empty{padding:35px 22px}.compare-empty h2{font-size:25px}}

/* privacy-premium.css */
/* Privacy surfaces deliberately isolate controls from global form styles. */
.footer-bottom{align-items:center;gap:20px;flex-wrap:wrap;font-size:11px;line-height:1.6}
.footer-bottom>div.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:12px 22px;margin-left:auto}
.footer-bottom .footer-privacy{display:inline-flex;align-items:center;justify-content:center;gap:9px;flex-shrink:0;min-height:42px;padding:10px 15px;border:1px solid #515755;border-radius:7px;background:#252a29;color:#f4f5f2;font:600 12px/1.4 var(--font-body,'DM Sans',sans-serif);cursor:pointer}
.footer-bottom .footer-privacy:hover{background:#323936;border-color:#abb4ae;color:#fff}
.footer-privacy .icon{width:16px;height:16px}
.footer-privacy:focus-visible,#privacy-dialog :focus-visible,.privacy-banner :focus-visible{outline:3px solid #e77749;outline-offset:4px}
.privacy-banner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);max-width:1200px;padding:26px 30px;border-color:#dcded7;border-radius:14px;background:#fdfdf9;box-shadow:0 16px 65px #1418192b}
.privacy-banner .eyebrow{color:#a74220;font-size:10px}
.privacy-banner h2{font-size:22px;letter-spacing:-.035em;color:#1c2521}
.privacy-banner p{color:#60685f;font-size:13px}
.privacy-banner .privacy-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.privacy-banner .privacy-actions .button{min-width:0;min-height:44px;padding:11px 14px;font-size:12px}
.privacy-banner [data-settings]{grid-column:1/-1;border:0;background:transparent;color:#465149;text-decoration:underline;text-underline-offset:4px;font-size:12px;min-height:32px;cursor:pointer}
.privacy-banner .form-feedback:empty{display:none}
body.privacy-open{overflow:hidden}
#privacy-dialog{position:fixed;inset:0;margin:auto;padding:0;width:min(660px,calc(100% - 32px));max-height:calc(100dvh - 48px);border:1px solid #d9ddd5;border-radius:18px;background:#fafaf6;color:#202820;box-shadow:0 28px 110px #07120c45;overflow:hidden}
#privacy-dialog[open]{display:flex;flex-direction:column}
#privacy-dialog::backdrop{background:#111b16a8;backdrop-filter:blur(5px)}
#privacy-dialog .privacy-head{position:relative;flex:none;padding:28px 32px 22px;border-bottom:1px solid #e0e3da;background:#f3f4ed}
#privacy-dialog .privacy-brandline{display:flex;align-items:center;gap:10px;margin-bottom:15px;color:#8e3e24;font-size:10px;font-weight:700;letter-spacing:.12em}
#privacy-dialog .privacy-brandline .icon{width:21px;height:21px}
#privacy-dialog .privacy-close{position:absolute;top:16px;right:16px;color:#3d473e;background:#e7ebe0;border-radius:50%;width:38px;height:38px;min-height:38px;min-width:38px}
#privacy-dialog h2{font-size:30px;letter-spacing:-.04em;line-height:1.18;margin:0 0 10px;padding-right:20px}
#privacy-dialog .privacy-head p{max-width:540px;font-size:13px;line-height:1.7;margin:0;color:#596253}
#privacy-form{display:flex;flex-direction:column;min-height:0;margin:0}
#privacy-dialog .privacy-options{overflow:auto;overscroll-behavior:contain;padding:20px 32px;min-height:0;scrollbar-gutter:stable}
#privacy-dialog .consent-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px;align-items:start;border:1px solid #dde2d7;border-radius:11px;padding:17px 18px;background:white;margin:0 0 10px;cursor:pointer;font-weight:400}
#privacy-dialog .consent-card:last-child{margin-bottom:0}
#privacy-dialog .consent-card:has(input:checked){border-color:#aebcaa;background:#fbfcf8}
#privacy-dialog .consent-card strong{display:block;font-size:14px;line-height:1.4;letter-spacing:-.015em;color:#293428}
#privacy-dialog .consent-card small{display:block;font-size:12px;line-height:1.65;color:#596354;margin-top:6px}
#privacy-dialog .consent-card input{appearance:none;display:block;position:relative;flex:none;width:42px;height:24px;min-height:24px;padding:0;margin:1px 0 0;border:1px solid #b0b9ac;border-radius:20px;background:#dde2d7;cursor:pointer;box-shadow:none;transition:background .15s}
#privacy-dialog .consent-card input:before{content:'';position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002;transition:transform .15s}
#privacy-dialog .consent-card input:checked{background:#39563e;border-color:#39563e}
#privacy-dialog .consent-card input:checked:before{transform:translateX(18px)}
#privacy-dialog .consent-card input:disabled{opacity:.45;cursor:not-allowed}
#privacy-dialog .consent-card.is-required{cursor:default;background:#f2f4ec}
#privacy-dialog .consent-required{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:10px;font-weight:600;color:#426042;padding:4px 7px;background:#e2e9da;border-radius:5px}
#privacy-dialog .consent-required .icon{width:12px;height:12px}
#privacy-dialog .privacy-foot{flex:none;padding:18px 32px 23px;border-top:1px solid #e0e3da;background:#fafaf6}
#privacy-dialog .privacy-links{display:flex;flex-wrap:wrap;gap:6px 20px;margin:0 0 16px;font-size:11px}
#privacy-dialog .privacy-links a{color:#56644e;text-decoration:underline;text-underline-offset:3px}
#privacy-dialog .privacy-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#privacy-dialog .privacy-actions .button{min-width:0;min-height:46px;justify-content:center;padding:12px 14px;font-size:12px;line-height:1.4}
#privacy-dialog .privacy-foot>small{display:block;text-align:center;font-size:10px;color:#63705b;margin-top:12px}
#privacy-dialog .form-feedback{margin-top:10px;font-size:12px}
#privacy-dialog .form-feedback:empty{display:none}
@media(max-width:950px){.footer-bottom>div.footer-legal{margin-left:0}.privacy-banner{grid-template-columns:1fr;gap:18px}.privacy-banner h2{font-size:20px}}
@media(max-width:600px){.footer-bottom{gap:18px;padding-block:23px}.footer-bottom>span{width:100%}.footer-bottom>div.footer-legal{gap:12px 19px}.footer-bottom .footer-privacy{width:100%;justify-content:center}.privacy-banner{padding:20px;left:12px;right:12px;bottom:12px;max-height:85dvh;overflow:auto}.privacy-banner .eyebrow{display:block}.privacy-banner .privacy-actions .button{font-size:11px;min-height:48px}.privacy-banner .privacy-actions{gap:7px}.privacy-banner h2{font-size:20px}#privacy-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:14px}#privacy-dialog .privacy-head{padding:24px 20px 18px}#privacy-dialog h2{font-size:25px}#privacy-dialog .privacy-head p{font-size:12px}#privacy-dialog .privacy-options{padding:14px 18px}#privacy-dialog .consent-card{padding:15px 14px;gap:10px}#privacy-dialog .consent-card small{font-size:12px}#privacy-dialog .privacy-foot{padding:16px 20px}#privacy-dialog .privacy-actions .button{font-size:11px;padding:10px}#privacy-dialog .privacy-brandline{font-size:9px;padding-right:32px}#privacy-dialog .consent-required{font-size:9px}}
@media(prefers-reduced-motion:reduce){#privacy-dialog .consent-card input,#privacy-dialog .consent-card input:before{transition:none}}

/* shop-feedback.css */
body:not([data-page=admin]) [data-wishlist] .icon{fill:#fff;stroke:currentColor;transition:fill .16s,color .16s}
body:not([data-page=admin]) [data-wishlist][aria-pressed=true]{color:#d72948;border-color:#efb9c4;background:#fff3f5}
body:not([data-page=admin]) [data-wishlist][aria-pressed=true] .icon{fill:#d72948;stroke:#d72948;color:#d72948}
body:not([data-page=admin]) [data-wishlist][aria-pressed=false] .icon{fill:#fff}
body:not([data-page=admin]) #toast{position:fixed;z-index:1500;top:24px;right:24px;bottom:auto;left:auto;transform:none;display:flex;align-items:flex-start;gap:12px;width:360px;max-width:calc(100% - 32px);padding:18px 16px;background:#fff;color:#244434;border:1px solid #d6e5dc;border-radius:15px;box-shadow:0 14px 44px #183e3229;text-align:left;font-size:13px;line-height:1.5}
body:not([data-page=admin]) #toast[hidden]{display:none}
#toast .toast-symbol{display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;border-radius:11px;background:#e7f6ee;color:#167650}
#toast .toast-symbol>.icon{width:22px;height:22px}
#toast[data-kind=wishlist] .toast-symbol{background:#fff0f3;color:#d72948}#toast[data-kind=wishlist] .toast-symbol .icon{fill:#d72948;stroke:#d72948}
#toast .toast-copy{flex:1;min-width:0;padding-top:1px}#toast .toast-copy strong{display:block;font-size:14px;font-weight:750;line-height:1.45;color:#263f31}
#toast .toast-copy a{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;font-weight:750;color:#146847;text-decoration:underline;text-underline-offset:3px;padding:4px 0}
#toast .toast-copy a .icon{width:14px;height:14px}
#toast .toast-close{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;min-height:28px;border:0;border-radius:7px;background:#f2f5f2;color:#5e7164;padding:5px;margin:0}
#toast .toast-close .icon{width:16px;height:16px}#toast .toast-close:hover{background:#e3ebe5}
#toast :focus-visible{outline:2px solid #177857;outline-offset:3px}
@media(max-width:600px){body:not([data-page=admin]) #toast{top:12px;right:12px;width:calc(100% - 24px);max-width:390px;padding:15px 13px;gap:10px;border-radius:12px}#toast .toast-copy strong{font-size:13px}}
@media(prefers-reduced-motion:reduce){body:not([data-page=admin]) [data-wishlist] .icon{transition:none}}

/* store-layout.css */
/* One storefront width on every route; shared dimensions follow FoxiWorld. */
html{scrollbar-gutter:stable}
body:not([data-page=admin]){--store-width:1440px;--store-gutter:22px}
body:not([data-page=admin]) .container{width:min(var(--store-width),calc(100% - 2 * var(--store-gutter)));margin-inline:auto}
.header-main .header-search{max-width:none}
@media(max-width:1100px){body:not([data-page=admin]){--store-gutter:16px}}
@media(max-width:900px){body:not([data-page=admin]){--store-gutter:14px}}
@media(max-width:720px){body:not([data-page=admin]){--store-gutter:12px}}
@media(max-width:420px){body:not([data-page=admin]){--store-gutter:10px}}
/* Inset finder under the home photograph; the shared shop width is unchanged. */
body[data-page=home] .container.finder-wrap{width:min(1328px,calc(100% - 112px));position:relative;z-index:2;margin-top:-26px;margin-bottom:58px}
body[data-page=home] .finder-wrap .vehicle-finder{border:1px solid #dce3dc;border-radius:15px;background:#fff;padding:27px 30px 23px;box-shadow:0 12px 35px #2031290c}
body[data-page=home] .finder-wrap .finder-top{margin-bottom:21px}
body[data-page=home] .finder-wrap .finder-top h2{font-size:24px;color:#24382c}
body[data-page=home] .finder-wrap .finder-status{margin-bottom:0;font-size:11px}
.checkout-rewards{align-items:flex-start;padding:17px;border:1px solid #d5e3d4;border-radius:10px;background:#f3f8f0}
.checkout-rewards small{display:block;font-size:10px;font-weight:400;color:#667c60;margin-top:6px;line-height:1.6}
@media(max-width:1100px){body[data-page=home] .container.finder-wrap{width:calc(100% - 76px);margin-top:-20px}}
@media(max-width:760px){body[data-page=home] .container.finder-wrap{width:calc(100% - 42px);margin-top:-17px;margin-bottom:38px}body[data-page=home] .finder-wrap .vehicle-finder{padding:22px 19px;border-radius:13px}body[data-page=home] .finder-wrap .finder-top h2{font-size:22px}}
@media(max-width:420px){body[data-page=home] .container.finder-wrap{width:calc(100% - 32px)}body[data-page=home] .finder-wrap .vehicle-finder{padding:21px 15px}}

/* auth-premium.css */
/* Moto-Zbud account entry: quiet surfaces, clear hierarchy, generous controls. */
#modal:has(.auth-popup){width:min(880px,calc(100% - 40px));max-width:880px;padding:0;border:1px solid #d7dfd9;border-radius:22px;max-height:calc(100dvh - 40px);overflow:auto;box-shadow:0 28px 100px #08120f40;background:#fff}
#modal:has(.auth-popup)::backdrop{background:#0d1c19a8;backdrop-filter:blur(5px)}
#modal:has(.auth-popup) .modal-close{position:absolute;z-index:3;right:14px;top:14px;width:36px;height:36px;background:#f3f6f4;border:1px solid #dce3df;border-radius:50%;color:#243d35}
.auth-popup{display:grid;grid-template-columns:0.9fr 1.1fr;min-height:610px;text-align:left}
.auth-popup-story{position:relative;display:flex;flex-direction:column;padding:40px 32px;background:#17372f;color:#fff;overflow:hidden}
.auth-popup-story:after{content:'';position:absolute;width:230px;height:330px;right:-165px;bottom:-110px;border:32px solid #ffffff06;transform:rotate(30deg);pointer-events:none}
.auth-popup-brand{display:block;max-width:210px;margin-bottom:55px}.auth-popup-brand img{width:100%;height:46px;object-fit:contain;object-position:left}
.auth-popup-story .eyebrow{font-size:9px;letter-spacing:.12em;color:#b8d2c6;line-height:1.7}
.auth-popup-story h2{font-size:34px;line-height:1.15;letter-spacing:-1.1px;color:white;margin:14px 0}
.auth-popup-story>p{font-size:14px;line-height:1.7;color:#d4e0da;margin:0;max-width:250px}
.auth-popup-story ul{display:grid;gap:22px;padding:0;margin:34px 0 30px;list-style:none}.auth-popup-story li{display:flex;gap:13px;align-items:center}
.auth-popup-story li>.icon{height:38px;width:38px;flex-shrink:0;padding:9px;border:1px solid #ffffff24;border-radius:11px;color:#dfaa82}
.auth-popup-story li strong{display:block;font-size:13px;color:#fff}.auth-popup-story li small{display:block;font-size:11px;color:#c2d4cb;margin-top:4px;line-height:1.5}
.auth-popup-sign{font-size:8px;letter-spacing:.15em;color:#a4beb1;margin-top:auto}
.auth-popup-panel{padding:49px 36px 28px;min-width:0;background:#fff}
.mz-auth-form.form-card{border:0;box-shadow:none;background:transparent;padding:0;border-radius:0}.mz-auth-form{text-align:left}
.mz-auth-heading{margin-bottom:24px}.mz-auth-symbol{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #dce8df;border-radius:13px;background:#f1f7f3;color:#285b47;margin-bottom:20px}.mz-auth-symbol>.icon{width:21px;height:21px}
.mz-auth-heading .eyebrow{display:block;color:#4d6258;font-size:9px;letter-spacing:.1em;margin-bottom:8px}
.mz-auth-heading h2,.admin-login .mz-auth-heading h2{font-size:28px;line-height:1.2;letter-spacing:-.8px;margin:0 0 10px;color:#182e27}
.mz-auth-heading p{font-size:13px;line-height:1.65;color:#586c62;margin:0}
.mz-auth-form>label,.mz-auth-password-label label{display:block;font-size:12px;line-height:1.5;font-weight:700;color:#243d32;margin:0 0 8px}
.mz-auth-input{display:flex;align-items:center;gap:10px;height:50px;border:1px solid #bccdc3;border-radius:10px;background:#fff;padding:0 13px;margin-bottom:20px;transition:box-shadow .16s,border-color .16s}
.mz-auth-input:focus-within{border-color:#276447;box-shadow:0 0 0 3px #27644718}
.mz-auth-input>.icon{flex-shrink:0;width:18px;height:18px;color:#657c6e}
.mz-auth-input input,.account-entry-form .mz-auth-input input{padding:0;min-height:0;height:100%;width:100%;min-width:0;border:0!important;box-shadow:none!important;outline:none;background:transparent;border-radius:0;font-size:16px;color:#152b22}
.mz-auth-input input::placeholder{font-size:13px;color:#7b8d83}.mz-auth-input button{border:0;background:none;font-size:11px;font-weight:700;color:#345e49;padding:10px 0;flex-shrink:0}
.mz-auth-password-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;margin-bottom:8px}.mz-auth-password-label label{margin:0}.mz-auth-password-label button{font-size:11px;color:#426653;background:none;border:0;padding:4px 0;text-decoration:underline;text-underline-offset:3px}
.mz-auth-form .mz-auth-submit{display:flex;width:100%;height:50px;min-height:50px;align-items:center;justify-content:center;gap:12px;background:#bd4b1c;color:#fff;border:1px solid #bd4b1c;border-radius:10px;font-size:14px;font-weight:750;box-shadow:0 5px 12px #bd4b1c18}
.mz-auth-form .mz-auth-submit:hover{background:#a93e14;border-color:#a93e14}.mz-auth-form .mz-auth-submit:disabled{opacity:.6}
.mz-auth-form .form-feedback:empty{display:none}.mz-auth-form .form-feedback:not(:empty){padding:12px;border-radius:9px;font-size:12px;line-height:1.6;margin:0 0 16px;background:#f0f6f2;color:#29583e}.mz-auth-form .form-feedback.error{background:#fff1f2;color:#a91c33}
.mz-auth-register{border-top:1px solid #e3e9e5;margin-top:26px;padding-top:23px;display:grid;gap:12px;text-align:center}.mz-auth-register>span{font-size:12px;color:#64766b}
.mz-auth-register .button{width:100%;min-height:46px;border:1px solid #cbd8cf;background:#fff;color:#244b38;border-radius:10px;justify-content:center;font-size:13px}.mz-auth-register .button:hover{background:#f3f7f4}
.mz-auth-footnote{font-size:10px;line-height:1.6;color:#64766b;text-align:center;margin:20px 0 0}.mz-auth-guest,.mz-auth-back{display:block;background:none;border:0;text-align:center;font-size:12px;line-height:1.6;color:#3b634d;margin:20px auto 0;text-decoration:underline;text-underline-offset:3px}
.admin-login:has(.mz-auth-form){max-width:460px;margin:50px auto;padding:32px;border-radius:20px;border:1px solid #d6e1d9;background:#fff;box-shadow:0 15px 60px #1a382a0c}
.admin-login .admin-login-note{border-top:1px solid #e3e9e5;padding-top:18px;margin:24px 0 0;text-align:center;font-size:11px;color:#63776a;line-height:1.7}
.mz-auth-form .admin-remember{display:flex;gap:10px;align-items:flex-start;margin:0 0 24px;font-size:12px}.mz-auth-form .admin-remember input{width:17px;height:17px;min-height:0;margin:0;flex-shrink:0;accent-color:#285b47}.mz-auth-form .admin-remember small{display:block;font-size:10px;line-height:1.5;color:#63776a;margin-top:4px;font-weight:400}
@media(max-width:650px){#modal:has(.auth-popup){width:calc(100% - 24px);max-height:calc(100dvh - 24px);border-radius:17px}.auth-popup{display:block;min-height:0}.auth-popup-story{padding:22px 24px 24px}.auth-popup-brand{width:158px;margin:0 0 17px}.auth-popup-brand img{height:35px}.auth-popup-story h2{font-size:24px;line-height:1.18;margin:8px 0 0;letter-spacing:-.6px}.auth-popup-story h2 br{display:none}.auth-popup-story h2 br:after{content:' '}.auth-popup-story>p,.auth-popup-story ul,.auth-popup-sign{display:none}.auth-popup-story .eyebrow{font-size:8px;letter-spacing:.08em}.auth-popup-panel{padding:25px 24px 22px}.auth-popup-panel .mz-auth-symbol{display:none}.mz-auth-heading{margin-bottom:23px}.mz-auth-heading h2{font-size:26px}.auth-popup-panel .mz-auth-heading .eyebrow{display:none}.mz-auth-register{margin-top:23px;padding-top:19px}.mz-auth-footnote{margin-top:17px}#modal:has(.auth-popup) .modal-close{color:#fff;background:#ffffff12;border-color:#ffffff45;right:12px;top:12px}.admin-login:has(.mz-auth-form){margin:26px 16px;max-width:none;padding:27px 22px}.auth-popup-story:after{display:none}}
@media(prefers-reduced-motion:no-preference){#modal[open]:has(.auth-popup){animation:mz-auth-enter .2s ease-out}@keyframes mz-auth-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}

/* footer-company.css */
.mz-footer-v2{background:#141b19;color:#c3cdc6;margin-top:80px;padding:0 0 24px;font-size:14px}.mz-footer-v2 a{color:inherit;text-decoration:none;transition:color .15s}.mz-footer-v2 a:hover,.mz-footer-v2 button:hover{color:#fff}.mz-footer-v2 a:focus-visible,.mz-footer-v2 button:focus-visible{outline:2px solid #ff7a38;outline-offset:5px}.mz-footer-v2 .wrap{max-width:1480px}.mz-footer-top{display:flex;align-items:center;gap:48px;padding-top:42px;padding-bottom:34px;border-bottom:1px solid #35403b}.mz-footer-brand img{display:block;width:210px;height:auto}.mz-footer-top>p{font-size:22px;line-height:1.35;margin:0}.mz-footer-top strong{color:#fff;font-weight:600}.mz-footer-contact{margin-left:auto;display:grid;grid-template-columns:28px 1fr;column-gap:12px;font-size:14px}.mz-footer-contact .icon{grid-row:span 2;color:#ff8247;align-self:center}.mz-footer-contact span{font-size:16px;font-weight:600;color:#fff;margin-top:3px}.mz-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1.1fr 1.2fr;gap:38px;padding-top:42px;padding-bottom:42px}.mz-footer-grid>*{min-width:0}.mz-footer-intro .eyebrow{color:#e9966d;letter-spacing:.08em;font-size:10px}.mz-footer-intro p{font-size:14px;line-height:1.85;max-width:34ch;margin:14px 0 24px}.mz-footer-grid h2{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#85968d;margin:0 0 22px}.mz-footer-grid nav a,.mz-footer-grid nav button{display:block;font-size:13px;line-height:1.6;margin:12px 0}.mz-footer-grid button{border:0;padding:0;text-align:left;background:none;color:inherit;font-family:inherit;cursor:pointer}.mz-footer-intro address{font-style:normal}.mz-footer-intro address a{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.7;margin:13px 0;overflow-wrap:anywhere}.mz-footer-intro .icon{width:16px;height:16px;flex-shrink:0;margin-top:3px}.mz-footer-company{display:grid;grid-template-columns:2fr 1.4fr .7fr;gap:32px;border-top:1px solid #35403b;border-bottom:1px solid #35403b;padding-top:24px;padding-bottom:24px}.mz-footer-company span{display:block;color:#85968d;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}.mz-footer-company strong{font-size:11px;line-height:1.8;font-weight:500;display:block;max-width:68ch;overflow-wrap:anywhere}.mz-footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:24px;font-size:11px;color:#899c91}.mz-footer-bottom>div{display:flex;gap:24px}.mz-footer-bottom span{display:flex;gap:7px;align-items:center}.mz-footer-bottom .icon{width:14px;height:14px}.company-hero{background:#edf2ec;border-radius:24px;padding:64px;display:grid;grid-template-columns:1.5fr 1fr;gap:54px;margin:28px 0 44px;align-items:center}.company-hero h1{font-size:clamp(36px,4vw,62px);line-height:1.1;letter-spacing:-.04em;margin:18px 0 24px;max-width:16ch}.company-hero p{max-width:55ch;line-height:1.85}.company-mark{background:#1b3026;border-radius:50%;aspect-ratio:1;max-width:320px;display:grid;place-content:center;text-align:center;color:white;transform:rotate(-8deg)}.company-mark strong{font-size:clamp(60px,8vw,110px);line-height:1;letter-spacing:-.07em}.company-mark span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-top:16px;color:#e8946b}.company-section{display:grid;grid-template-columns:1fr 2fr;gap:56px;padding:44px 0;border-bottom:1px solid #d9e2da}.company-section h2{font-size:26px;margin:0;max-width:18ch}.company-section p{line-height:1.9;max-width:72ch;margin-top:0}.company-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.company-card{padding:30px;border:1px solid #d9e2da;border-radius:18px}.company-card .eyebrow{color:#b54925}.company-card h2{font-size:22px;margin:16px 0}.company-card p{line-height:1.8}.company-data{display:grid;grid-template-columns:180px 1fr;gap:18px 30px;line-height:1.8}.company-data dt{color:#687b71}.company-data dd{margin:0;overflow-wrap:anywhere}.company-cta{background:#1b3026;color:#fff;padding:42px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin:42px 0}.company-cta h2{margin:0 0 12px;color:#fff}.company-cta p{margin:0;color:#d1ddd4}.company-map-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.company-map-links a{display:block;padding:16px;background:#f2f6f1;border-radius:10px}@media(max-width:1050px){.mz-footer-grid{grid-template-columns:repeat(4,1fr);gap:24px}.mz-footer-intro{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:40px}.mz-footer-intro .eyebrow{grid-column:1/-1}.mz-footer-intro p{max-width:50ch}.mz-footer-top{gap:25px}.company-hero{padding:40px}.company-section{gap:24px}}@media(max-width:700px){.mz-footer-v2{margin-top:44px}.mz-footer-top{flex-wrap:wrap;gap:22px}.mz-footer-brand img{width:175px}.mz-footer-top>p{font-size:18px}.mz-footer-contact{margin-left:0;width:100%;padding-top:15px}.mz-footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px;padding-top:28px}.mz-footer-intro{display:block}.mz-footer-intro p{max-width:none}.mz-footer-grid h2{margin-bottom:16px}.mz-footer-company{grid-template-columns:1fr;gap:20px}.mz-footer-company strong{font-size:12px}.mz-footer-bottom{display:block;line-height:1.7}.mz-footer-bottom>div{margin-top:14px;gap:16px;flex-wrap:wrap}.company-hero{padding:28px;display:block}.company-mark{display:none}.company-section{grid-template-columns:1fr;padding:30px 0;gap:20px}.company-cards{grid-template-columns:1fr}.company-cta{display:block;padding:28px}.company-cta .button{margin-top:24px}.company-data{grid-template-columns:1fr;gap:4px}.company-data dd{margin-bottom:20px}.company-map-links{grid-template-columns:1fr 1fr}}

.directory-brands .directory-entry{display:flex;flex-direction:column;align-items:stretch;min-width:0;padding:24px;gap:16px}.directory-brands .directory-logo{display:flex;align-items:center;justify-content:center;height:110px;width:100%;background:#fff;border-radius:10px}.directory-brands .directory-logo img{width:100%;height:100%;max-width:220px;object-fit:contain}.directory-brands .directory-copy h2{font-size:15px;overflow-wrap:anywhere}.directory-brands .directory-entry>.icon{align-self:flex-end;margin-top:-38px}.directory-wordmark{font-size:25px;font-weight:750;text-align:center;overflow-wrap:anywhere;color:#244231}

.mz-footer-v2 p{color:#c3cdc6}body.mz-store .mz-footer-v2 .eyebrow{color:#e9966d;font-size:10px}
.mz-payment-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #354c40;border-radius:12px;background:#192d24;padding:18px 22px;margin-top:28px}.mz-payment-strip>span{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:650;color:#dbe4dd;white-space:nowrap}.mz-payment-strip .icon{width:17px;height:17px}.mz-payment-strip>a{display:block;width:560px;max-width:65%;flex-shrink:1}body.mz-store .mz-payment-strip img{display:block;width:100%;height:auto;max-width:none;max-height:60px;object-fit:contain}@media(max-width:700px){.mz-payment-strip{display:grid;gap:18px;padding:20px 16px}.mz-payment-strip>a{max-width:100%;width:100%}.mz-payment-strip>span{font-size:11px}}
/* The company story uses the actual Moto-Zbud emblem. */
body.mz-store .about-hero{grid-template-columns:1.25fr .9fr;background:#eef3ec;gap:55px;padding:58px;margin-bottom:0}
body.mz-store .about-hero h1{font-size:clamp(36px,4vw,60px);max-width:17ch}
body.mz-store .about-hero p{font-size:16px;line-height:1.85;color:#49614f}
.about-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:26px}.about-actions .text-link{font-size:13px}
.about-brand-card{display:flex;align-items:center;flex-direction:column;text-align:center;padding:32px 25px;background:#fafbf6;border:1px solid #d9e2d5;border-radius:24px;box-shadow:0 15px 40px #27432c08}
body.mz-store .about-brand-card .eyebrow{font-size:9px;color:#61755b;letter-spacing:.12em}
body.mz-store .about-brand-card>img{width:100%;max-width:340px;height:auto;margin:36px 0 15px}
.about-brand-card>strong{font-size:29px;letter-spacing:-1px;color:#1f3829}.about-brand-card>span:not(.eyebrow){font-size:11px;color:#65785f;margin-top:9px;line-height:1.7}
.about-brand-address{display:flex;align-items:center;justify-content:center;gap:8px;border-top:1px solid #dce5d5;width:100%;margin-top:25px;padding-top:18px;font-size:12px;color:#537049}.about-brand-address .icon{width:16px;height:16px}
.about-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:28px 34px;border-bottom:1px solid #dce4d7}.about-facts>div{display:flex;gap:14px;align-items:center}.about-facts .icon{height:23px;width:23px;color:#a74d25}.about-facts span{font-size:12px;color:#60725b;line-height:1.8}.about-facts strong{display:block;font-size:14px;color:#2b432b}
body.mz-store .about-story{padding:66px 0;grid-template-columns:1fr 1.6fr}.about-story .eyebrow{display:block;color:#a7522e;margin-bottom:18px}body.mz-store .about-story h2{font-size:31px;line-height:1.2;max-width:19ch}.about-story .about-lead{font-size:19px;line-height:1.7;color:#28452f}
.about-range{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:48px;background:#f0f3eb;border:1px solid #dfe5d7;border-radius:22px;margin:50px 0}.about-range h2{font-size:31px;line-height:1.2;margin:17px 0}.about-range p{font-size:14px;line-height:1.9}.about-range ul{list-style:none;margin:0;padding:0}.about-range li{padding:19px 0;border-bottom:1px solid #d9e1d1}.about-range li:first-child{padding-top:0}.about-range li:last-child{border:0;padding-bottom:0}.about-range li strong{display:block;font-size:15px;margin-bottom:6px}.about-range li span{font-size:13px;color:#617258;line-height:1.8}
.about-how{margin:64px 0}.about-how>h2{font-size:32px;line-height:1.2;margin:15px 0 28px}.about-how .company-cards{margin:0}.about-how .company-card{background:#fff;padding:28px}.about-how h3{font-size:20px;line-height:1.4;margin:22px 0 13px}.about-how p{font-size:14px;color:#607158}.about-step{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid #d8e1d0;border-radius:12px;background:#f1f5eb;color:#a94b22;font-size:13px;font-weight:700}
.about-visit{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;padding:48px 52px;border:1px solid #d8e2d2;border-radius:22px;margin:55px 0;background:#fff}.about-visit h2{font-size:34px;line-height:1.2;margin:16px 0}.about-visit p{font-size:14px;line-height:1.8;max-width:40ch}.about-visit address{font-style:normal;display:flex;flex-direction:column;gap:16px;border-left:1px solid #e1e7da;padding-left:45px;justify-content:center;line-height:1.8}.about-visit address strong{font-size:24px}.about-visit address>a{font-size:17px;color:#92421e}.about-visit address small{font-size:12px;color:#5a7056}.company-mark:has(.company-wheel-mark){background:#f6f8ef;transform:none;border:1px solid #d6e0d2}.company-wheel-mark{max-width:220px;width:75%;height:auto;margin:auto}.company-mark:has(.company-wheel-mark) span{color:#97502c}
@media(max-width:800px){body.mz-store .about-hero{grid-template-columns:1fr;padding:28px;gap:28px}body.mz-store .about-hero h1{font-size:38px}.about-brand-card{padding:25px;max-width:420px;width:100%;margin:auto}body.mz-store .about-brand-card>img{max-width:260px;margin:26px 0 12px}.about-facts{padding:23px 10px;gap:12px}.about-facts>div{display:block}.about-facts .icon{margin-bottom:7px}.about-facts span{display:block;font-size:11px}.about-facts strong{font-size:13px}body.mz-store .about-story{grid-template-columns:1fr;padding:38px 0;gap:22px}.about-range{grid-template-columns:1fr;padding:28px;gap:30px;margin:34px 0}.about-range h2,.about-how>h2{font-size:28px}.about-how{margin:40px 0}.about-how .company-cards{grid-template-columns:1fr}.about-visit{grid-template-columns:1fr;padding:28px;gap:28px;margin:34px 0}.about-visit address{padding:24px 0 0;border-left:0;border-top:1px solid #e1e7da}.about-visit h2{font-size:30px}.about-actions{gap:17px}.about-actions .button{width:100%;justify-content:center}}


/* commerce-upgrade.css */
.payment-panel{border:1px solid #d8e2dc;border-radius:18px;background:#f6f8f5;padding:24px;margin:0 0 24px;overflow-wrap:anywhere}.payment-panel h2,.payment-panel h3{margin:8px 0 12px}.payment-panel .button{width:100%;margin:8px 0}.payment-panel .text-link{display:block;margin:12px 0}.payment-panel li{padding:9px 0}.payment-amount{display:block;font-size:2rem;margin:18px 0}.payment-return{max-width:850px;padding-bottom:80px}.payment-return>p{max-width:60ch}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.integration-grid .form-card{min-width:0}.integration-grid input,.integration-grid textarea{max-width:100%}.integration-status{padding:12px 16px;border-radius:10px;background:#edf2e9;margin:16px 0}.integration-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.integration-help{font-size:.86rem;color:#60736b;line-height:1.7;overflow-wrap:anywhere}.social-signin{display:grid;gap:10px;margin:22px 0}.social-signin a{border:1px solid #cdd7d0;border-radius:9px;padding:12px 16px;background:white;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:600;text-decoration:none;color:#183a31}.social-signin a:hover{background:#f3f6f2}.social-signin small{display:block;text-align:center;color:#68766f}.social-setup{max-width:580px;margin:40px auto 80px}.social-brand{font-size:20px;width:22px;text-align:center}.social-signin [data-provider=facebook] .social-brand{color:#0866ff}.social-signin [data-provider=google] .social-brand{color:#4285f4}@media(max-width:800px){.integration-grid{grid-template-columns:1fr}.payment-panel{padding:18px}}

/* variant-swatches.css */
/* A single, bounded photo rail shared by product detail and catalog cards. */
.variant-swatches{--swatch:76px;display:flex;align-items:center;gap:7px;min-width:0;max-width:100%}
.variant-swatches-compact{--swatch:54px;gap:5px}
.variant-swatch-track{display:flex;gap:8px;min-width:0;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#c9d2ca transparent;padding:3px 2px 7px}
body.mz-store a.variant-swatch{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 var(--swatch);width:var(--swatch);height:var(--swatch);padding:4px;border:1px solid #d4dcd5;border-radius:10px;background:#fff;text-decoration:none;scroll-snap-align:center;color:#26342e;overflow:hidden;transition:border-color .15s,box-shadow .15s}
body.mz-store a.variant-swatch:hover{border-color:#b94414;box-shadow:0 2px 7px #26342e15}
body.mz-store a.variant-swatch.is-selected{border:2px solid #bd461b;box-shadow:0 0 0 2px #fff0e6;padding:3px}
body.mz-store a.variant-swatch img{width:100%;height:100%;object-fit:contain;display:block;border-radius:5px;mix-blend-mode:normal}
.variant-swatch-check{position:absolute;right:2px;bottom:2px;background:#b94414;color:#fff;border:2px solid #fff;border-radius:50%;width:19px;height:19px;display:grid;place-items:center;font-size:11px;line-height:1;font-weight:700}
.variant-swatch-fallback{padding:3px;font-size:10px;text-align:center;line-height:1.2;overflow-wrap:anywhere}
/* Color previews stay legible regardless of stock; availability belongs to the selected SKU. */
body.mz-store a.variant-swatch.is-unavailable img{opacity:1}
/* Also protect thumbnails in HTML cached before the availability badge was removed. */
.variant-swatch-unavailable{display:none}
body.mz-store .variant-swatch-arrow{display:grid;place-items:center;flex:0 0 28px;width:28px;height:44px;min-height:44px;padding:0;border:1px solid #d6ded6;border-radius:8px;background:#fff;color:#394e42;font:26px/1 Arial;box-shadow:none;cursor:pointer}
body.mz-store .variant-swatch-arrow[hidden]{display:none}
body.mz-store .variant-swatch-arrow:disabled{opacity:.3;cursor:default}
body.mz-store .variant-swatch-arrow:hover:not(:disabled){border-color:#b94414;color:#b94414;background:#fff8f2}
.variant-swatch:focus-visible,.variant-swatch-arrow:focus-visible{outline:3px solid #b94414;outline-offset:2px}
body.mz-store .variant-swatch-hint{font-size:11px;color:#6b786f;line-height:1.5;margin:4px 0 0}
.family-axis,.catalog-variant-axis{min-width:0;max-width:100%}
@media(max-width:600px){.variant-swatches{--swatch:64px;gap:5px}.variant-swatches-compact{--swatch:50px}.variant-swatch-track{gap:6px}body.mz-store .variant-swatch-arrow{flex-basis:25px;width:25px}.variant-swatch-check{width:17px;height:17px;font-size:10px}}
@media(prefers-reduced-motion:reduce){body.mz-store a.variant-swatch{transition:none}}

/* catalog-list.css */
/* Continuous offer list. Proportions follow the FoxiWorld V1206 catalogue. */
.catalog-layout{grid-template-columns:228px minmax(0,1fr);gap:24px}
.catalog-product-list{display:grid;grid-auto-rows:1fr;gap:0;border:1px solid #d2ded9;border-radius:15px;overflow:hidden;background:#fff}
.catalog-product-list .catalog-product-row{display:grid;grid-template-columns:232px minmax(0,1fr) 350px;align-items:stretch;gap:0;min-height:244px;height:auto;max-height:none;padding:0;margin:0;border:0;border-bottom:1px solid #d8e3de;border-radius:0;background:#fff;box-shadow:none;transform:none}
.catalog-product-list .catalog-product-row:last-child{border-bottom:0}
.catalog-product-list .catalog-product-row:hover{background:#fcfefd;border-color:#d8e3de;box-shadow:none;transform:none}
.catalog-product-row .catalog-row-image{position:relative;display:block;grid-column:1;grid-row:1;align-self:stretch;min-width:0;height:auto;min-height:0;max-height:none;aspect-ratio:auto;margin:9px 8px;padding:0;border:1px solid #edf2ef;border-radius:16px;overflow:hidden;background:#fff}
.catalog-product-row .catalog-row-image img{position:absolute;inset:0;display:block;width:100%;height:100%;min-height:0;max-height:none;max-width:none;object-fit:contain;object-position:center;padding:6px;background:#fff;border-radius:0;transform:none}
.catalog-row-image .no-photo{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;gap:10px;padding:15px;text-align:center}
.catalog-product-row .catalog-row-info{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:stretch;min-width:0;padding:17px 22px 14px;border-left:1px solid #e3ebe7}
.catalog-row-info .product-social{gap:2px;margin:0 0 7px}
.catalog-row-info .product-rating{font-size:12px;line-height:1.25}
.catalog-row-info .recent-buyers{font-size:10.5px;line-height:1.35;color:#50665e}
.catalog-row-info .catalog-row-meta{margin:0;line-height:1.3}
.catalog-row-info .catalog-row-meta>.eyebrow{margin:0;color:#53675e;font-size:10px;font-weight:750;letter-spacing:.065em}
.catalog-product-row .catalog-row-info h2{font-size:17px;line-height:1.32;font-weight:800;letter-spacing:-.025em;margin:7px 0 5px;color:#15382d;overflow-wrap:anywhere}
.catalog-product-row .catalog-row-description{margin:0 0 8px;font-size:13px;font-weight:450;line-height:1.5;color:#435d52;-webkit-line-clamp:2}
.catalog-product-row .catalog-row-codes{font-size:10px;line-height:1.5;gap:4px 12px;margin:0 0 10px;color:#61736b}
.catalog-row-info>.compare-add{margin-top:auto;padding:7px 0 0;min-height:28px;color:#008371;font-size:12px;letter-spacing:.04em;font-weight:750;line-height:1.3}
.catalog-row-info>.compare-add .icon{width:15px;height:15px}
.catalog-product-row .catalog-row-purchase{grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items:stretch;gap:7px;padding:17px 17px 14px;border-left:1px solid #d5e0dc;border-top:0;background:#fff;min-width:0}
.catalog-product-row .catalog-row-price{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:2px 8px;margin:0;text-align:left}
.catalog-product-row .catalog-row-price>strong{font-size:28px;line-height:1.15;font-weight:800;letter-spacing:-.035em;color:#173f33}
.catalog-product-row .catalog-row-price>small{font-size:11px;line-height:1.3;font-weight:600;color:#4f6c5f}
.catalog-row-price .price-history-note{flex-basis:100%;min-width:0;margin:2px 0 0;overflow-wrap:anywhere}
.catalog-row-price .price-history-note small{font-size:11px;line-height:1.45;color:#3f6253}
.catalog-row-price .price-history-note del{margin:0 0 2px;font-size:12px}
.catalog-row-purchase>.product-delivery{display:flex;align-items:center;gap:8px;margin:0;padding:8px 10px;background:#e7f5ed;border:0;border-radius:9px;color:#087342}
.catalog-row-purchase>.product-delivery strong{font-size:13px;line-height:1.3;font-weight:750}
.catalog-row-purchase>.product-delivery small{font-size:10px;line-height:1.3;color:#547261}
.catalog-row-purchase>.product-delivery>.icon{width:22px;height:22px}
.catalog-stock{display:flex;align-items:center;gap:5px;min-height:19px;max-width:100%;font-size:10px;line-height:1.3;font-weight:650;color:#297649}
.catalog-stock>i,.catalog-availability-banner>i{width:5px;height:5px;border-radius:50%;flex:none;background:currentColor}
.catalog-stock>b{font-size:9px;font-weight:750;line-height:1;white-space:nowrap;border-radius:20px;padding:4px 7px;background:#edf4ef;color:#49735c}
.catalog-stock.is-low{color:#b96708}.catalog-stock.is-low>b{background:#fff1e3;color:#a85a08}
.catalog-stock.is-out{color:#7b8983}.catalog-stock.is-out>b{background:#eef2f0;color:#71827a}
.catalog-stock.is-pending{color:#826228}
.catalog-availability-banner{display:flex;align-items:center;gap:13px;padding:8px 10px;border-radius:9px;min-height:33px;font-size:13px;line-height:1.3}
.catalog-availability-banner strong{font-weight:750}
.catalog-availability-banner.is-out{color:#bf2241;background:#fff0f3}
.catalog-availability-banner.is-pending{color:#876013;background:#fff6e5}
.catalog-row-purchase .catalog-delivery-term{font-size:10px;line-height:1.4;color:#62746b;margin:0}
.catalog-row-purchase .catalog-purchase-assurance{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:0;padding:7px 9px;min-height:32px;border:1px solid #dfe9e3;border-radius:9px;background:#f7fbf9;color:#3d6554;font-size:9.5px;line-height:1.25}
.catalog-purchase-assurance .icon{color:#008572}
.catalog-product-row .catalog-row-actions{display:flex;align-items:center;gap:8px;width:100%;min-width:0;margin-top:auto}
.catalog-row-actions .catalog-quick-cart{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;flex:1;min-width:0;margin:0}
.catalog-row-actions .catalog-quantity{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;flex:0 0 96px;width:96px;min-width:0;height:44px;border:1px solid #d1e0d8;border-radius:10px;background:#fff;overflow:hidden}
.catalog-row-actions .catalog-quantity button{display:grid;place-items:center;width:28px;height:42px;min-width:0;min-height:0;padding:0;border:0;background:transparent;font-size:18px;line-height:1;color:#174b3b;opacity:1}
.catalog-row-actions .catalog-quantity button:disabled{color:#bac9c2}
.catalog-row-actions .catalog-quantity input{display:block;min-width:0;width:100%;height:42px;min-height:0;margin:0;padding:0;border:0;border-radius:0;font-size:15px;line-height:1;font-weight:750;color:#173f33;background:#fff}
.catalog-row-actions .catalog-quick-cart>.button,.catalog-row-actions>a.button{flex:1;min-width:0;width:auto;height:44px;min-height:44px;padding:0 10px;gap:7px;border-radius:10px;font-size:14px;line-height:1.2;font-weight:750;white-space:nowrap}
body[data-page=catalog] .catalog-row-actions .catalog-quick-cart>.button{background:#f56a00;border-color:#f56a00;color:#fff;box-shadow:0 3px 8px #d9560017}
body[data-page=catalog] .catalog-row-actions .catalog-quick-cart>.button:hover{background:#d95600;border-color:#d95600;transform:none}
.catalog-quick-cart>.button .icon{width:20px;height:20px}
.catalog-row-actions .catalog-save{display:grid;place-items:center;flex:0 0 44px;width:44px;min-width:44px;height:44px;min-height:44px;margin:0;padding:9px;border:1px solid #edf3ef;border-radius:10px;background:#fff;color:#008876;box-shadow:0 3px 9px #1c56390a}
.catalog-row-actions .catalog-save .icon{width:23px;height:23px}
.catalog-row-actions .catalog-save:hover,.catalog-row-actions .catalog-save[aria-pressed=true]{background:#eaf8f2;color:#006c58;border-color:#cce3d7}
.catalog-row-purchase>.form-feedback:empty{display:none}
.catalog-row-purchase>.form-feedback{font-size:11px;line-height:1.5;margin:0}
@media(max-width:1350px) and (min-width:1181px){.catalog-layout{grid-template-columns:210px minmax(0,1fr);gap:22px}.catalog-product-list .catalog-product-row{grid-template-columns:210px minmax(0,1fr) 330px}.catalog-product-row .catalog-row-info{padding-inline:18px}.catalog-product-row .catalog-row-purchase{padding-inline:13px}}
@media(max-width:1180px){.catalog-layout{display:block}.catalog-sidebar{margin-bottom:18px}.catalog-sidebar .garage-help{display:none}.catalog-sidebar .filter-panel{padding:15px 18px}.catalog-sidebar .filter-panel form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.catalog-sidebar .filter-panel form>label{min-width:0;margin:0}.catalog-sidebar .filter-panel .button{align-self:end}.catalog-product-list .catalog-product-row{grid-template-columns:clamp(190px,21vw,232px) minmax(0,1fr) 330px}.catalog-product-row .catalog-row-info{padding-inline:17px}.catalog-product-row .catalog-row-purchase{padding-inline:13px}}
@media(max-width:900px){.catalog-product-list{grid-auto-rows:auto}.catalog-product-list .catalog-product-row{grid-template-columns:170px minmax(0,1fr);min-height:0}.catalog-product-row .catalog-row-image{min-height:174px;margin:10px 8px}.catalog-product-row .catalog-row-info{padding:16px 18px}.catalog-product-row .catalog-row-purchase{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 18px;padding:12px 18px 15px;border-left:0;border-top:1px solid #e1e9e4}.catalog-row-purchase>.catalog-row-price{grid-column:1;grid-row:1}.catalog-row-purchase>.product-delivery,.catalog-row-purchase>.catalog-availability-banner{grid-column:2;grid-row:1}.catalog-row-purchase>.catalog-stock{grid-column:1;grid-row:2}.catalog-row-purchase>.catalog-purchase-assurance{grid-column:2;grid-row:2}.catalog-row-purchase>.catalog-delivery-term{grid-column:1/-1}.catalog-product-row .catalog-row-actions{grid-column:1/-1;margin:0}.catalog-row-purchase>.form-feedback{grid-column:1/-1}.catalog-row-actions .catalog-quantity{flex-basis:104px;width:104px}.catalog-product-row .catalog-row-info h2{font-size:17px}.catalog-sidebar .filter-panel form{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.catalog-product-list{border-radius:12px}.catalog-product-list .catalog-product-row{grid-template-columns:130px minmax(0,1fr)}.catalog-product-row .catalog-row-image{min-height:165px;margin:9px 5px 9px 8px;border-radius:12px}.catalog-product-row .catalog-row-image img{padding:3px}.catalog-product-row .catalog-row-info{padding:14px 11px 12px;border-left:0}.catalog-product-row .catalog-row-info h2{font-size:15px;line-height:1.4;margin:6px 0}.catalog-product-row .catalog-row-description{display:none}.catalog-product-row .catalog-row-codes{font-size:9px;margin-bottom:5px;overflow-wrap:anywhere}.catalog-row-info>.compare-add{font-size:10px;letter-spacing:0;gap:5px}.catalog-product-row .catalog-row-purchase{display:flex;gap:7px;padding:12px}.catalog-product-row .catalog-row-price>strong{font-size:28px}.catalog-row-actions .catalog-quantity{flex-basis:96px;width:96px}.catalog-row-actions .catalog-quick-cart>.button{font-size:14px}.catalog-row-info .product-rating{font-size:10px;gap:4px}.catalog-row-info .product-rating small{font-size:10px}.catalog-row-info .recent-buyers{font-size:9px}.catalog-sidebar .filter-panel form{grid-template-columns:minmax(0,1fr)}.catalog-row-purchase .catalog-purchase-assurance{font-size:10px}.catalog-row-purchase>.product-delivery strong{font-size:13px}}
@media(max-width:360px){.catalog-product-list .catalog-product-row{grid-template-columns:115px minmax(0,1fr)}.catalog-row-actions,.catalog-row-actions .catalog-quick-cart{gap:6px}.catalog-row-actions .catalog-quantity{flex-basis:82px;width:82px;grid-template-columns:24px minmax(0,1fr) 24px}.catalog-row-actions .catalog-quantity button{width:24px}.catalog-row-actions .catalog-quick-cart>.button{font-size:13px;padding:0 7px;gap:5px}.catalog-quick-cart>.button .icon{width:17px;height:17px}.catalog-row-actions .catalog-save{flex-basis:40px;width:40px;min-width:40px}}

/* parts-reference.css */
/* Compact helmet facets: explicit scope prevents global form spacing from leaking in. */
body.mz-store.department-catalog .catalog-facets{padding:13px 16px!important}
body.mz-store.department-catalog .catalog-facets>summary{min-height:32px!important;padding:0 0 9px!important;gap:8px}
body.mz-store.department-catalog .catalog-facets>summary strong{display:flex;align-items:center;gap:8px;font-size:16px;line-height:1.2;color:#142039}
body.mz-store.department-catalog .catalog-facets>summary .icon{width:19px;height:19px}
body.mz-store.department-catalog .catalog-facets .filter-count{min-width:22px;height:22px;font-size:11px;background:#f3f6fa}
body.mz-store.department-catalog .catalog-facets .facet-group{padding:0!important;margin:0!important;border:0!important;border-top:1px solid #e7ecf3!important}
body.mz-store.department-catalog .catalog-facets .facet-group>summary{min-height:38px!important;padding:9px 0!important;font-size:12px;line-height:1.4;letter-spacing:0;color:#142039}
body.mz-store.department-catalog .catalog-facets .facet-group>summary>span:last-child{width:17px;height:17px;flex:0 0 17px;background:none;border-radius:0}
body.mz-store.department-catalog .catalog-facets .facet-group>summary>span:last-child:after{content:'';width:6px;height:6px;border-right:1.4px solid currentColor;border-bottom:1.4px solid currentColor;transform:rotate(45deg);margin-top:-3px}
body.mz-store.department-catalog .catalog-facets .facet-group[open]>summary>span:last-child:after{transform:rotate(225deg);margin-top:3px}
body.mz-store.department-catalog .catalog-facets .facet-options{padding:0 2px 9px 0!important;margin:0!important;scrollbar-gutter:auto;max-height:225px}
body.mz-store.department-catalog .catalog-facets label.facet-option{min-height:24px!important;line-height:1.4!important;padding:3px 0!important;margin:0!important;gap:7px;align-items:center;font-size:11px;color:#53637c}
body.mz-store.department-catalog .catalog-facets .facet-option input{appearance:auto;accent-color:#ff4b00;flex:0 0 15px!important;width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important;margin:0!important;padding:0!important}
body.mz-store.department-catalog .catalog-facets .facet-option small{font-size:10px;color:#8592a6;line-height:1.4}
body.mz-store.department-catalog .catalog-facets .facet-option:has(input:checked)>span{font-weight:600;color:#233652}
body.mz-store.department-catalog .catalog-facets .facet-option-search{height:30px!important;min-height:30px!important;margin:0 0 6px!important;padding:5px 8px;font-size:11px}
body.mz-store.department-catalog .catalog-facets .facet-more{font-size:11px;min-height:25px;padding:0 0 8px!important;font-weight:500}
body.mz-store.department-catalog .catalog-facets .facet-prices{display:grid;grid-template-columns:minmax(0,1fr) 6px minmax(0,1fr);align-items:center;gap:6px;padding:0!important}
body.mz-store.department-catalog .catalog-facets .facet-prices label{position:relative;display:block;min-width:0;margin:0!important}
body.mz-store.department-catalog .catalog-facets .facet-prices input{height:33px!important;min-height:33px!important;font-size:11px;padding:6px 23px 6px 8px!important;margin:0!important;border:1px solid #dce4ef}
.facet-currency{position:absolute;right:8px;top:9px;font-size:10px;pointer-events:none;color:#4c5c73}.facet-price-dash{text-align:center;font-size:10px;color:#738099}
body.mz-store.department-catalog .catalog-facets .facet-search{padding:0 0 10px!important;border:0}
body.mz-store.department-catalog .catalog-facets .facet-search input{height:33px!important;min-height:33px!important;margin:0}
body.mz-store.department-catalog .catalog-facets .facet-apply{padding:10px 0 0!important;margin-top:0!important;border-top:1px solid #e7ecf3;box-shadow:none}
body.mz-store.department-catalog .catalog-facets .facet-apply .button{min-height:36px!important;height:36px!important;font-size:11px!important;padding:8px 10px!important}
body.mz-store.department-catalog .catalog-facets .facet-clear{padding:9px 0 1px!important;font-size:10px}
.facet-price-slider{position:relative;height:34px;margin:0 6px 4px;isolation:isolate}.facet-price-slider[hidden]{display:none}
.facet-range-track{position:absolute;inset:15px 0 auto;height:4px;border-radius:3px;background:#e3e9f1;overflow:hidden}.facet-range-track>span{position:absolute;inset:0;background:#ff4b00}
body.mz-store.department-catalog .catalog-facets .facet-price-slider input[type=range]{appearance:none;-webkit-appearance:none;position:absolute;inset:0;width:100%;height:34px;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;margin:0;padding:0;pointer-events:none;z-index:3;outline:none;cursor:ew-resize}
.facet-price-slider input::-webkit-slider-runnable-track{height:4px;background:transparent;border:0}.facet-price-slider input::-moz-range-track{height:4px;background:transparent;border:0}
.facet-price-slider input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:15px;height:15px;border:2px solid #ff4b00;border-radius:50%;background:#ff4b00;margin-top:-5.5px;pointer-events:auto;cursor:ew-resize;box-shadow:0 0 0 2px white}
.facet-price-slider input::-moz-range-thumb{width:13px;height:13px;border:2px solid #ff4b00;border-radius:50%;background:#ff4b00;pointer-events:auto;cursor:ew-resize;box-shadow:0 0 0 2px white}
.facet-price-slider input:focus-visible::-webkit-slider-thumb{outline:2px solid #233e65;outline-offset:3px}.facet-price-slider input:focus-visible::-moz-range-thumb{outline:2px solid #233e65;outline-offset:3px}
/* Cycling category shares real catalog data and controls with motorcycle helmets. */
.bicycle-hero-shell{border:1px solid #e7edf4;background:#fff;border-radius:12px;overflow:hidden;margin:0 0 22px;box-shadow:0 6px 22px #17364d05}
body.department-catalog .bicycle-hero{border:0;border-radius:0;min-height:215px;background:#f8fafc}
body.department-catalog .bicycle-hero:before{background:linear-gradient(90deg,#fafbfc 0%,#fafbfcec 30%,#fafbfcaa 46%,transparent 67%)}
body.department-catalog .bicycle-hero .helmet-hero-landscape{width:100%;height:100%;top:0;right:0;object-fit:cover;object-position:78% 0%;mask-image:none}
body.department-catalog .bicycle-hero .helmet-hero-copy{max-width:55%;padding:27px 28px}
body.department-catalog .bicycle-hero .helmet-hero-copy>p{max-width:500px;font-size:14px;line-height:1.6;margin:0}
.bicycle-hero-signature{position:absolute;right:23%;top:31%;font:italic 26px/1.05 'Segoe Print','Comic Sans MS',cursive;transform:rotate(-7deg);text-align:center;color:#fff;text-shadow:0 1px 4px #182f4366}
.bicycle-hero-signature:after{content:'';display:block;height:3px;background:#ff4b00;margin:11px -4px 0;transform:rotate(-8deg)}
.bicycle-benefits{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:17px 16px;background:#fff;gap:12px}
.bicycle-benefits>span,.bicycle-benefits>a{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;line-height:1.4;color:#14203b;min-width:0}
.bicycle-benefits>*+*{border-left:1px solid #e0e7f0;padding-left:10px}.bicycle-benefits .icon{width:26px;height:26px;flex:none}.bicycle-benefits strong{font-size:11px;font-weight:600;display:block}.bicycle-benefits small{font-size:10px;color:#6e7d92;display:block;margin-top:2px}
body.department-catalog .is-bicycle .helmet-result-heading{min-height:39px;margin:0 0 12px;align-items:center}.is-bicycle #produkty{scroll-margin-top:15px}
.bicycle-help-banner{position:relative;isolation:isolate;overflow:hidden;border:1px solid #e4ebf3;background:#eef3f8;border-radius:10px;margin-top:18px;min-height:124px;display:flex;align-items:center;gap:30px;padding:20px 24px}.bicycle-help-banner:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#f4f7fa 20%,#f4f7fadd 43%,transparent 80%)}.bicycle-help-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:80% 54%;z-index:-2}.bicycle-help-banner h2{font-size:18px!important;line-height:1.2;letter-spacing:-.025em!important;margin:0 0 6px!important;color:#15233b}.bicycle-help-banner p{font-size:11px!important;max-width:290px;color:#64758b;margin:0!important}.bicycle-help-banner .button{background:#fff!important;color:#f14908!important;border:1px solid #ff6229!important;font-size:12px!important;padding:10px 15px!important;min-height:39px!important;border-radius:5px!important}
@media(max-width:1100px){.bicycle-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px 8px}.bicycle-benefits>:nth-child(4){border-left:0}.bicycle-hero-signature{right:20%;font-size:22px}.bicycle-help-banner{gap:16px;padding:20px}}
@media(max-width:700px){body.mz-store.department-catalog .catalog-facets label.facet-option{min-height:32px!important;padding:6px 0!important}body.department-catalog .bicycle-hero .helmet-hero-copy{max-width:100%;padding:23px 20px 105px}body.department-catalog .bicycle-hero .helmet-hero-copy>p{max-width:69%;font-size:12px}body.department-catalog .bicycle-hero .helmet-hero-landscape{width:100%;height:100%;top:0;object-position:82% center;opacity:1}body.department-catalog .bicycle-hero:before{background:linear-gradient(90deg,#fafbfcf7 0%,#fafbfccc 43%,transparent 78%)}.bicycle-hero-signature{right:8%;top:auto;bottom:20px;font-size:19px}.bicycle-benefits{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 6px;gap:12px 0}.bicycle-benefits>span,.bicycle-benefits>a{flex-direction:column;text-align:center;gap:5px;padding:0 5px}.bicycle-benefits strong{font-size:10px}.bicycle-benefits small{font-size:9px}.bicycle-benefits .icon{width:22px;height:22px}.bicycle-help-banner{display:block;padding:18px;min-height:160px}.bicycle-help-banner h2{font-size:16px!important;max-width:65%}.bicycle-help-banner p{max-width:60%;font-size:10px!important}.bicycle-help-banner .button{margin-top:12px}.bicycle-hero-shell{margin-bottom:15px}}

/* storefront.css */
@font-face{font-family:DM;src:url("/assets/fonts/dm-sans.woff2?v=df9564b22239");font-weight:100 900;font-display:swap}
@font-face{font-family:Manrope;src:url("/assets/fonts/manrope.woff2?v=df9564b22239");font-weight:100 900;font-display:swap}
body.mz-store{--ink:#202728;--muted:#64706b;--line:#dfe3dc;--paper:#f8f9f5;--orange:#b8461e;--soft:#f0f3eb;--green:#276f4b}
body.mz-store .mz-content *,body.mz-store .mz-header *,body.mz-store .mz-footer *{box-sizing:border-box}
body.mz-store{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 DM,Arial,sans-serif}
body.mz-store .mz-content a,body.mz-store .mz-header a,body.mz-store .mz-footer a{color:inherit;text-decoration:none}
body.mz-store .mz-content button,body.mz-store .mz-header button,body.mz-store .mz-footer button,body.mz-store .mz-content input,body.mz-store .mz-header input,body.mz-store .mz-footer input,body.mz-store .mz-content select,body.mz-store .mz-header select,body.mz-store .mz-footer select{font:inherit}
body.mz-store .mz-content button,body.mz-store .mz-header button,body.mz-store .mz-footer button,body.mz-store .mz-content a,body.mz-store .mz-header a,body.mz-store .mz-footer a,body.mz-store .mz-content summary,body.mz-store .mz-header summary,body.mz-store .mz-footer summary{touch-action:manipulation}
body.mz-store .mz-content button,body.mz-store .mz-header button,body.mz-store .mz-footer button{cursor:pointer}
body.mz-store .mz-content img,body.mz-store .mz-header img,body.mz-store .mz-footer img{display:block;max-width:100%}
body.mz-store .mz-content button,body.mz-store .mz-header button,body.mz-store .mz-footer button,body.mz-store .mz-content input,body.mz-store .mz-header input,body.mz-store .mz-footer input,body.mz-store .mz-content select,body.mz-store .mz-header select,body.mz-store .mz-footer select{color:var(--ink)}
body.mz-store .mz-content h1,body.mz-store .mz-header h1,body.mz-store .mz-footer h1,body.mz-store .mz-content h2,body.mz-store .mz-header h2,body.mz-store .mz-footer h2,body.mz-store .mz-content h3,body.mz-store .mz-header h3,body.mz-store .mz-footer h3,body.mz-store .mz-content p,body.mz-store .mz-header p,body.mz-store .mz-footer p{margin:0}
body.mz-store .mz-content h1,body.mz-store .mz-header h1,body.mz-store .mz-footer h1,body.mz-store .mz-content h2,body.mz-store .mz-header h2,body.mz-store .mz-footer h2,body.mz-store .mz-content h3,body.mz-store .mz-header h3,body.mz-store .mz-footer h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.04em;line-height:1.2}
body.mz-store .mz-content h1,body.mz-store .mz-header h1,body.mz-store .mz-footer h1{font-size:43px}
body.mz-store .mz-content h2,body.mz-store .mz-header h2,body.mz-store .mz-footer h2{font-size:30px}
body.mz-store .mz-content h3,body.mz-store .mz-header h3,body.mz-store .mz-footer h3{font-size:18px}
body.mz-store .mz-content a:focus-visible,body.mz-store .mz-header a:focus-visible,body.mz-store .mz-footer a:focus-visible,body.mz-store .mz-content button:focus-visible,body.mz-store .mz-header button:focus-visible,body.mz-store .mz-footer button:focus-visible,body.mz-store .mz-content input:focus-visible,body.mz-store .mz-header input:focus-visible,body.mz-store .mz-footer input:focus-visible,body.mz-store .mz-content select:focus-visible,body.mz-store .mz-header select:focus-visible,body.mz-store .mz-footer select:focus-visible,body.mz-store .mz-content summary:focus-visible,body.mz-store .mz-header summary:focus-visible,body.mz-store .mz-footer summary:focus-visible{outline:3px solid #d56533;outline-offset:3px}
body.mz-store .skip{position:absolute;top:-80px;background:white;z-index:200;padding:12px}
body.mz-store .skip:focus{top:10px}
body.mz-store .wrap{max-width:1376px;width:calc(100% - 96px);margin-inline:auto}
body.mz-store .topbar{background:var(--ink);color:#edf0e9;font-size:11px}
body.mz-store .topbar .wrap{min-height:29px;display:flex;justify-content:space-between;align-items:center}
body.mz-store .header{background:white;border-bottom:1px solid var(--line);position:relative;z-index:30}
body.mz-store .headmain{min-height:91px;display:flex;gap:34px;align-items:center}
body.mz-store .logo{width:195px;flex-shrink:0}
body.mz-store .search{flex:1;display:flex;background:#f5f7f2;border:1px solid #d8ddd4;border-radius:5px;overflow:hidden}
body.mz-store .search input{min-width:0;flex:1;background:none;border:0;padding:14px 16px;font-size:13px;outline-offset:-4px}
body.mz-store .search button{width:51px;border:0;background:none;font-size:25px}
body.mz-store .headtools{display:flex;gap:22px;font-size:12px;align-items:center}
body.mz-store .headtools a,body.mz-store .headtools button{display:flex;align-items:center;gap:7px;white-space:nowrap}
body.mz-store .headtools button{border:0;background:none;padding:0}
body.mz-store .symbol{font-size:23px;line-height:1}
body.mz-store .nav{min-height:54px;border-top:1px solid #eef0ea;display:flex;align-items:center;gap:26px;font-size:13px;font-weight:650}
body.mz-store .nav a{padding:14px 0}
body.mz-store .nav .helpnav{margin-left:auto}
body.mz-store .nav .current{color:var(--orange)}
body.mz-store .nav button{border:0;background:none;padding:14px 0;font-weight:650}
body.mz-store .nav .arrow{font-size:12px;margin-left:6px}
body.mz-store .menu-toggle{display:none}
body.mz-store .eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:9px;font-weight:750;color:var(--muted);margin-bottom:13px}
body.mz-store .button{display:inline-flex;align-items:center;justify-content:center;gap:25px;border-radius:4px;padding:14px 20px;border:1px solid var(--orange);background:var(--orange);color:white;font-size:12px;font-weight:700;min-height:48px}
body.mz-store .button.secondary{background:white;color:var(--ink);border-color:var(--line)}
body.mz-store .button.dark{background:var(--ink);border-color:var(--ink)}
body.mz-store .button:disabled{opacity:.5;cursor:default}
body.mz-store .textlink{font-size:12px;font-weight:650;color:var(--orange)}
body.mz-store .muted{color:var(--muted)}
body.mz-store .crumb{font-size:11px;display:flex;gap:11px;align-items:center;margin:25px 0 23px;color:var(--muted);flex-wrap:wrap}
body.mz-store .crumb a:hover{text-decoration:underline}
body.mz-store .intro{margin:0 0 26px}
body.mz-store .intro p{margin-top:12px;color:var(--muted);font-size:14px;max-width:800px}
body.mz-store .intro-row{display:flex;align-items:end;justify-content:space-between;gap:25px}
body.mz-store .section{padding-block:46px}
body.mz-store .section-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:27px}
body.mz-store .section-head p{color:var(--muted);font-size:13px;margin-top:9px}
body.mz-store .section-head .eyebrow{margin-bottom:10px}
body.mz-store .hero{margin:15px auto 0;width:calc(100% - 32px);max-width:1460px;min-height:465px;border-radius:7px;background:#141a1b;position:relative;overflow:hidden;color:white}
body.mz-store .hero>img{position:absolute;width:84%;height:100%;object-fit:cover;right:0;object-position:65% 55%}
body.mz-store .hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#141a1b 3%,#141a1bf5 31%,#141a1b50 55%,#141a1b00 80%)}
body.mz-store .hero-copy{position:relative;z-index:1;padding:47px 43px 52px;max-width:650px}
body.mz-store .hero .eyebrow{color:#d4d9d4}
body.mz-store .hero h1{font-size:54px;line-height:1.1;letter-spacing:-.055em}
body.mz-store .hero h1 em{font-style:normal;color:#ed8051}
body.mz-store .hero p{font-size:14px;color:#dce1dc;margin-top:20px;max-width:390px;line-height:1.8}
body.mz-store .hero-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:27px}
body.mz-store .hero-actions .button{font-size:12px}
body.mz-store .hero-actions>a:last-child{font-size:11px;color:#eee}
body.mz-store .hero-note{position:absolute;right:25px;bottom:20px;color:#e0e7df;font-size:8px;letter-spacing:.12em;z-index:2}
body.mz-store .home-entry{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid var(--line);border-radius:5px;background:white;margin-top:22px;box-shadow:0 12px 26px #25312205}
body.mz-store .home-entry a{padding:22px 27px;border-right:1px solid var(--line);display:flex;align-items:center;gap:20px}
body.mz-store .home-entry a:last-child{border:0}
body.mz-store .home-entry h2{font-size:18px}
body.mz-store .home-entry p{font-size:11px;color:var(--muted);margin-top:5px}
body.mz-store .home-entry b{margin-left:auto;color:var(--orange);font-size:22px}
body.mz-store .finder{background:var(--ink);color:white;border-radius:6px;padding:23px 27px 19px;margin:25px 0 28px}
body.mz-store .finder-top{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:17px}
body.mz-store .finder h2{font:700 19px Manrope;letter-spacing:-.025em}
body.mz-store .finder-top span{font-size:11px;color:#c3cec6}
body.mz-store .finder-fields{display:grid;grid-template-columns:1fr 1fr 1.3fr auto;gap:13px;align-items:end}
body.mz-store .finder label{display:block;font-size:11px;font-weight:600}
body.mz-store .finder label b{color:#f19a74;margin-right:7px;font-size:10px}
body.mz-store .finder select{display:block;width:100%;height:49px;border:1px solid #dce0d9;border-radius:4px;background:white;padding:0 32px 0 13px;font-size:12px;margin-top:7px}
body.mz-store .finder select:disabled{background:#e4e6e1;color:#6d746e}
body.mz-store .finder .button{height:49px;white-space:nowrap}
body.mz-store .finder-bottom{display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#ccd4ce;margin-top:14px}
body.mz-store .finder-bottom a{color:white;text-decoration:underline;text-underline-offset:3px}
body.mz-store .vehicle-selected{display:flex;align-items:center;gap:14px;background:#e8f1e8;border:1px solid #cfdccf;padding:15px 20px;border-radius:5px;margin:23px 0}
body.mz-store .vehicle-selected strong{font-size:13px}
body.mz-store .vehicle-selected small{display:block;color:#54695b;font-size:11px}
body.mz-store .vehicle-selected button{border:0;background:none;font-size:11px;color:#385644;margin-left:auto;text-decoration:underline}
body.mz-store .vehicle-icon{font-size:27px;color:#397452}
body.mz-store .shortcuts{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:34px}
body.mz-store .shortcuts>span{font-size:11px;color:var(--muted);margin-right:8px}
body.mz-store .pill{font-size:11px;background:white;border:1px solid var(--line);border-radius:30px;padding:8px 14px}
body.mz-store .pill:hover{border-color:var(--orange)}
body.mz-store .group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
body.mz-store .group-card{background:white;border:1px solid var(--line);border-radius:6px;padding:24px;display:flex;flex-direction:column;min-width:0}
body.mz-store .group-card:hover{border-color:#b9c4b7}
body.mz-store .group-symbol{width:45px;height:45px;color:var(--orange);margin-bottom:17px}
body.mz-store .group-symbol svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.6}
body.mz-store .group-card h3{font-size:18px;line-height:1.3;min-height:24px;margin-bottom:14px}
body.mz-store .group-card ul{list-style:none;padding:0;margin:0 0 20px}
body.mz-store .group-card li{margin:7px 0;font-size:12px;color:#5b6760}
body.mz-store .group-card li a:hover{text-decoration:underline;color:var(--orange)}
body.mz-store .group-card>.textlink{margin-top:auto}
body.mz-store .group-card.compact{min-height:180px}
body.mz-store .group-card.compact p{font-size:12px;color:var(--muted);line-height:1.65;margin-top:8px}
body.mz-store .group-card.compact h3{margin:0}
body.mz-store .category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.mz-store .category-tile{border:1px solid var(--line);background:white;border-radius:5px;padding:22px;display:flex;align-items:center;gap:20px;min-height:119px}
body.mz-store .category-tile img{width:64px;height:64px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .category-tile .group-symbol{width:44px;height:44px;margin:0}
body.mz-store .category-tile h3{font-size:17px}
body.mz-store .category-tile p{font-size:11px;color:var(--muted);margin-top:6px}
body.mz-store .category-tile>.category-arrow{color:var(--orange);margin-left:auto}
body.mz-store .category-tile:hover{border-color:var(--orange)}
body.mz-store .section-divider{border-top:1px solid var(--line);margin-top:40px;padding-top:36px}
body.mz-store .explainbar{background:#edf1e8;border:1px solid #dce2d5;display:flex;gap:18px;align-items:center;padding:20px 25px;border-radius:5px;margin:28px 0}
body.mz-store .explainbar p{font-size:12px;color:#5d6c5e}
body.mz-store .explainbar strong{font-size:14px;display:block;margin-bottom:3px}
body.mz-store .explainbar a{margin-left:auto;white-space:nowrap}
body.mz-store .small-note{font-size:11px;color:var(--muted);margin:18px 0;line-height:1.8}
body.mz-store .notice{background:#fff5e7;border-left:3px solid #d1913c;border-radius:3px;padding:13px 17px;font-size:12px;color:#735a34;margin:20px 0}
body.mz-store .empty{background:white;border:1px solid var(--line);border-radius:6px;padding:38px;min-height:240px}
body.mz-store .empty h2{font-size:25px}
body.mz-store .empty p{font-size:13px;color:var(--muted);margin:13px 0 22px;max-width:630px}
body.mz-store .empty .button{margin-right:8px}
body.mz-store .help-panel{display:grid;grid-template-columns:1fr 1fr;background:#202b2b;color:white;border-radius:7px;overflow:hidden;margin:50px 0}
body.mz-store .help-panel>div{padding:38px}
body.mz-store .help-panel h2{font-size:31px;line-height:1.2}
body.mz-store .help-panel p{font-size:13px;color:#d0d9d1;max-width:470px;margin:17px 0 25px}
body.mz-store .help-panel img{width:100%;height:100%;object-fit:cover;max-height:345px}
body.mz-store .help-panel .eyebrow{color:#ccd6cc}
body.mz-store .seo{border-top:1px solid var(--line);padding:32px 0 40px;display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}
body.mz-store .seo h2{font-size:28px}
body.mz-store .seo p{font-size:12px;color:var(--muted);line-height:1.9}
body.mz-store .footer{background:#e9ede4;margin-top:25px}
body.mz-store .footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;padding-block:35px}
body.mz-store .footer img{width:174px}
body.mz-store .footer p{font-size:12px;color:#596951;margin-top:18px}
body.mz-store .footer h3{font-size:13px;margin-bottom:15px;letter-spacing:0}
body.mz-store .footer a{display:block;font-size:11px;color:#576451;margin-top:10px}
body.mz-store .footer-bottom{padding-block:16px;border-top:1px solid #d3dcce;color:#6b7565;font-size:9px}
body.mz-store .mega{position:absolute;left:0;right:0;top:100%;background:white;border-block:1px solid var(--line);box-shadow:0 20px 30px #15231518;z-index:60}
body.mz-store .mega[hidden]{display:none}
body.mz-store .mega-inner{display:grid;grid-template-columns:1.05fr 1fr 1fr 1.05fr;gap:35px;padding-block:29px}
body.mz-store .mega h3{font-size:13px;margin-bottom:12px;color:var(--muted);letter-spacing:0}
body.mz-store .mega a{display:block;font-size:13px;padding:7px 0}
body.mz-store .mega a:hover{color:var(--orange)}
body.mz-store .mega .allparts{font-size:15px;font-weight:750}
body.mz-store .mega-card{background:#f0f4ea;border-radius:5px;padding:22px}
body.mz-store .mega-card p{font-size:12px;color:var(--muted);margin:12px 0}
body.mz-store .mega-card .button{display:inline-flex;font-size:11px;margin-top:5px}
body.mz-store .mega-close{position:absolute;right:20px;top:12px;background:none;border:0;font-size:22px}
body.mz-store .tree-tools{display:flex;align-items:center;gap:20px;margin-bottom:30px}
body.mz-store .tree-tools input{padding:14px;border:1px solid var(--line);background:white;border-radius:4px;flex:1;max-width:500px}
body.mz-store .tree-card{background:white;border:1px solid var(--line);border-radius:5px;margin-bottom:13px;padding:22px}
body.mz-store .tree-card summary{display:flex;justify-content:space-between;cursor:pointer;font-weight:750;font-size:18px;list-style:none}
body.mz-store .tree-card summary small{font:11px DM;color:var(--muted)}
body.mz-store .tree-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 25px;margin-top:19px;padding-top:18px;border-top:1px solid var(--line)}
body.mz-store .tree-links a{font-size:12px;display:flex;justify-content:space-between;gap:10px}
body.mz-store .tree-links small{color:var(--muted)}
body.mz-store .help-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-block:28px}
body.mz-store .help-steps>div{padding:25px;background:white;border:1px solid var(--line);border-radius:5px}
body.mz-store .help-steps b{color:var(--orange);font-size:10px;letter-spacing:.12em}
body.mz-store .help-steps h3{font-size:19px;margin:12px 0}
body.mz-store .help-steps p{font-size:12px;color:var(--muted)}
@media(max-width:1150px){
body.mz-store .wrap{width:calc(100% - 48px)}
body.mz-store .nav{gap:19px;font-size:12px}
body.mz-store .headmain{gap:22px}
body.mz-store .headtools span.label{display:none}
body.mz-store .group-grid{grid-template-columns:repeat(3,1fr)}
body.mz-store .hero h1{font-size:48px}
body.mz-store .finder-fields{grid-template-columns:1fr 1fr 1.25fr}
body.mz-store .finder-fields>.button{grid-column:1/-1}
body.mz-store .finder-fields>.button{width:100%;margin-top:2px}
body.mz-store .finder{padding:22px}
body.mz-store .headtools{gap:15px}
body.mz-store .mega-inner{gap:22px}
}
@media(max-width:760px){
body.mz-store{font-size:14px}
body.mz-store .wrap{width:calc(100% - 34px)}
body.mz-store .mz-content h1,body.mz-store .mz-header h1,body.mz-store .mz-footer h1{font-size:31px}
body.mz-store .mz-content h2,body.mz-store .mz-header h2,body.mz-store .mz-footer h2{font-size:26px}
body.mz-store .topbar .wrap{justify-content:center;font-size:9px;min-height:26px}
body.mz-store .topbar a{display:none}
body.mz-store .headmain{flex-wrap:wrap;justify-content:space-between;gap:12px;padding-block:17px 13px;min-height:0}
body.mz-store .logo{width:166px}
body.mz-store .headtools{gap:16px}
body.mz-store .headtools .account{display:none}
body.mz-store .menu-toggle{display:flex}
body.mz-store .headtools .symbol{font-size:24px}
body.mz-store .search{flex-basis:100%;order:3}
body.mz-store .search input{height:45px;font-size:16px;padding:9px 12px}
body.mz-store .search input::placeholder{font-size:11px}
body.mz-store .search button{height:45px}
body.mz-store .nav{display:none;padding-bottom:14px}
body.mz-store .nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}
body.mz-store .nav a,body.mz-store .nav button{text-align:left;padding-block:10px;font-size:13px}
body.mz-store .nav .helpnav{margin-left:0}
body.mz-store .hero{width:calc(100% - 20px);min-height:558px;margin-top:0}
body.mz-store .hero>img{width:100%;height:310px;top:auto;bottom:0;object-position:65% 60%}
body.mz-store .hero:after{background:linear-gradient(180deg,#141a1b 0%,#141a1b 41%,#141a1bde 55%,#141a1b10 80%)}
body.mz-store .hero-copy{padding:27px 23px 220px;max-width:none}
body.mz-store .hero h1{font-size:37px}
body.mz-store .hero p{font-size:12px;max-width:310px}
body.mz-store .hero-actions{gap:16px;margin-top:20px}
body.mz-store .hero-actions .button{padding:12px 14px;font-size:11px;gap:12px}
body.mz-store .hero-actions>a:last-child{font-size:10px}
body.mz-store .hero .eyebrow{font-size:8px;margin-bottom:20px}
body.mz-store .hero-note{font-size:7px;right:20px;bottom:17px}
body.mz-store .home-entry{grid-template-columns:1fr;margin-top:15px}
body.mz-store .home-entry a{border:0;border-bottom:1px solid var(--line);padding:19px}
body.mz-store .home-entry a h2{font-size:17px}
body.mz-store .home-entry a:last-child{border:0}
body.mz-store .section{padding-block:34px}
body.mz-store .section-head{flex-wrap:wrap;gap:14px;margin-bottom:20px}
body.mz-store .section-head p{font-size:12px}
body.mz-store .group-grid{grid-template-columns:1fr 1fr;gap:10px}
body.mz-store .group-card{padding:18px 15px}
body.mz-store .group-card h3{font-size:16px}
body.mz-store .group-card li{font-size:11px;margin:9px 0}
body.mz-store .group-card .textlink{font-size:11px}
body.mz-store .group-symbol{width:35px;height:35px;margin-bottom:13px}
body.mz-store .group-card.compact{min-height:173px}
body.mz-store .group-card.compact p{font-size:11px}
body.mz-store .category-grid{grid-template-columns:1fr 1fr;gap:10px}
body.mz-store .category-tile{flex-direction:column;align-items:flex-start;gap:14px;padding:18px 15px;position:relative;min-height:160px}
body.mz-store .category-tile h3{font-size:15px;line-height:1.4}
body.mz-store .category-tile>.category-arrow{position:absolute;right:14px;top:15px}
body.mz-store .category-tile p{font-size:10px}
body.mz-store .category-tile img{height:60px;width:65px}
body.mz-store .crumb{font-size:10px;gap:8px;margin-block:20px}
body.mz-store .intro p{font-size:12px;margin-top:11px}
body.mz-store .intro-row{align-items:start;flex-direction:column;gap:13px}
body.mz-store .finder{padding:21px 18px;margin-top:22px}
body.mz-store .finder h2{font-size:20px}
body.mz-store .finder-top{display:block}
body.mz-store .finder-top>span{display:block;font-size:10px;margin-top:5px}
body.mz-store .finder-fields{grid-template-columns:1fr;gap:13px}
body.mz-store .finder label{font-size:11px}
body.mz-store .finder select{font-size:16px;height:46px}
body.mz-store .finder-bottom{display:block;font-size:10px}
body.mz-store .finder-bottom a{display:inline-block;margin-top:8px}
body.mz-store .shortcuts{gap:7px;margin-bottom:26px}
body.mz-store .shortcuts>span{width:100%;margin:0 0 3px}
body.mz-store .pill{font-size:10px;padding:7px 11px}
body.mz-store .explainbar{display:block;padding:20px}
body.mz-store .explainbar a{display:block;margin-top:12px}
body.mz-store .vehicle-selected{padding:14px;gap:10px;align-items:start}
body.mz-store .vehicle-selected strong{font-size:12px}
body.mz-store .vehicle-selected small{font-size:10px}
body.mz-store .vehicle-selected button{font-size:10px}
body.mz-store .vehicle-icon{font-size:22px}
body.mz-store .empty{padding:25px 20px}
body.mz-store .empty h2{font-size:23px}
body.mz-store .empty p{font-size:12px}
body.mz-store .empty .button{margin:4px 0;width:100%}
body.mz-store .notice{font-size:11px;padding:12px 14px}
body.mz-store .help-panel{grid-template-columns:1fr;margin:35px 0}
body.mz-store .help-panel>div{padding:28px 23px}
body.mz-store .help-panel h2{font-size:28px}
body.mz-store .help-panel p{font-size:12px}
body.mz-store .help-panel img{max-height:230px;height:230px}
body.mz-store .seo{grid-template-columns:1fr;gap:20px;padding-block:28px}
body.mz-store .seo h2{font-size:24px}
body.mz-store .seo p{font-size:12px}
body.mz-store .footer-inner{grid-template-columns:1fr 1fr;gap:26px}
body.mz-store .footer-inner>div:first-child{grid-column:1/-1}
body.mz-store .footer h3{font-size:12px}
body.mz-store .footer a{font-size:11px}
body.mz-store .footer-bottom{font-size:8px}
body.mz-store .mega{position:fixed;top:0;bottom:0;overflow:auto;padding-top:35px}
body.mz-store .mega-inner{grid-template-columns:1fr 1fr;gap:25px;padding-block:22px}
body.mz-store .mega h3{font-size:12px}
body.mz-store .mega a{font-size:12px}
body.mz-store .mega-card{grid-column:1/-1}
body.mz-store .mega-close{position:fixed;right:16px;top:10px;font-size:28px;background:white;border:1px solid var(--line);border-radius:3px;padding:0 10px}
body.mz-store .tree-links{grid-template-columns:1fr;gap:12px}
body.mz-store .tree-card{padding:18px}
body.mz-store .tree-card summary{font-size:16px;gap:10px}
body.mz-store .tree-card summary small{font-size:10px}
body.mz-store .tree-tools{flex-wrap:wrap;gap:12px}
body.mz-store .tree-tools input{width:100%;max-width:none;flex-basis:100%;font-size:16px}
body.mz-store .help-steps{grid-template-columns:1fr;gap:13px}
body.mz-store .help-steps>div{padding:22px}
}
@media(prefers-reduced-motion:reduce){
}
body.mz-store .symbol svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}
body.mz-store .home-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.mz-store .home-product-image{height:225px;background:white;border:1px solid var(--line);border-radius:5px;display:grid;place-items:center;margin-bottom:16px}
body.mz-store .home-product-image img{height:170px;width:85%;object-fit:contain}
body.mz-store .home-product small{font-size:9px;color:var(--muted)}
body.mz-store .home-product h3{font-size:16px;line-height:1.4;min-height:65px;margin:8px 0 14px}
body.mz-store .home-product strong{font-size:24px;letter-spacing:-.04em}
body.mz-store .home-product>span{font-size:9px;color:var(--muted);margin-left:8px}
body.mz-store .home-product-link{font-size:11px;border:1px solid var(--line);border-radius:3px;padding:10px 12px;margin-top:15px}
body.mz-store .home-brands{display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);padding:10px 0 25px}
body.mz-store .home-brands>span{font-size:12px;color:var(--muted)}
body.mz-store .home-brands img{max-width:70px;max-height:28px}
body.mz-store .guide-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
body.mz-store .guide-cards img{width:100%;height:205px;object-fit:cover;border-radius:4px}
body.mz-store .guide-cards h3{font-size:20px;line-height:1.4;margin:18px 0 12px}
body.mz-store .home-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;padding:32px 0 40px;border-top:1px solid var(--line)}
body.mz-store .home-faq h2{font-size:28px}
body.mz-store .home-faq details{border-bottom:1px solid var(--line)}
body.mz-store .home-faq summary{padding:17px 0;list-style:none;cursor:pointer;display:flex;justify-content:space-between;font-size:13px;gap:18px;font-weight:650}
body.mz-store .home-faq summary span{color:var(--orange)}
body.mz-store .home-faq p{font-size:12px;color:var(--muted);padding-bottom:20px}
body.mz-store .tree-links [hidden],body.mz-store .tree-card[hidden],body.mz-store #load-more[hidden]{display:none!important}
@media(max-width:760px){
body.mz-store .home-products{grid-template-columns:1fr 1fr;gap:25px 12px}
body.mz-store .home-product-image{height:155px}
body.mz-store .home-product-image img{height:127px}
body.mz-store .home-product h3{font-size:13px;min-height:89px}
body.mz-store .home-product strong{font-size:23px}
body.mz-store .home-product>span{display:block;margin:2px 0 0}
body.mz-store .home-product-link{font-size:9px}
body.mz-store .home-brands{flex-wrap:wrap;gap:18px}
body.mz-store .home-brands>span{width:100%}
body.mz-store .home-brands img{max-width:50px;max-height:22px}
body.mz-store .home-brands>.textlink{display:none}
body.mz-store .guide-cards{grid-template-columns:1fr;gap:27px}
body.mz-store .guide-cards img{height:180px}
body.mz-store .guide-cards h3{font-size:20px}
body.mz-store .home-faq{grid-template-columns:1fr;gap:23px;padding-block:28px}
body.mz-store .home-faq h2{font-size:24px}
body.mz-store .home-faq summary{font-size:12px}
}
body.mz-store .finder-field{position:relative}
body.mz-store .finder-select{position:relative;display:block;width:100%;height:49px;border:1px solid #dce0d9;border-radius:4px;background:white;padding:0 29px 0 13px;font-size:12px;margin-top:7px;text-align:left;font-weight:400}
body.mz-store .finder-select:after{content:'⌄';position:absolute;right:13px;top:14px}
body.mz-store .finder-select:disabled{background:#e4e6e1;color:#6d746e;cursor:default}
body.mz-store .finder-options{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #ccd4c8;border-radius:4px;padding:6px;z-index:75;box-shadow:0 10px 20px #10181020}
body.mz-store .finder-options button{display:block;width:100%;text-align:left;border:0;background:white;padding:13px;color:#202728;font-size:13px;border-radius:3px}
body.mz-store .finder-options button:hover,body.mz-store .finder-options button:focus{background:#edf3e8}
body.mz-store .finder-select[aria-expanded=true]{border-color:#c0643c}
@media(max-width:760px){
body.mz-store .finder-select{height:46px;font-size:14px}
}
body.mz-store .group-card{padding:0;overflow:hidden;border-radius:10px;box-shadow:0 5px 15px #22302303;transition:border-color .15s,box-shadow .15s}
body.mz-store .group-card:hover{border-color:#c1c9bd;box-shadow:0 8px 25px #2230230b}
body.mz-store .group-photo{display:flex;align-items:center;justify-content:center;background:linear-gradient(130deg,#fff,#f6f7f2);height:155px;overflow:hidden;margin:8px 8px 0;border-radius:7px}
body.mz-store .group-photo img{width:84%;height:137px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .group-body{padding:22px;display:flex;flex-direction:column;flex:1;min-width:0}
body.mz-store .group-card h3{margin-bottom:12px;min-height:0;font-size:19px;line-height:1.35}
body.mz-store .group-card ul{margin-bottom:16px}
body.mz-store .group-card li{font-size:12px;line-height:1.6;margin:6px 0}
body.mz-store .group-card.compact{min-height:0}
body.mz-store .group-card.compact .group-body p{margin:0 0 20px;font-size:12px;line-height:1.7}
body.mz-store .group-card.compact h3{margin:0 0 10px}
body.mz-store .group-action{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px solid #edf0e8;gap:14px;min-height:39px}
body.mz-store .group-action span{font-size:18px}
body.mz-store .category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
body.mz-store .category-tile{display:flex;flex-direction:column;align-items:stretch;gap:0;min-width:0;padding:0;min-height:0;border-radius:10px;overflow:hidden;position:static;transition:border-color .15s,box-shadow .15s}
body.mz-store .category-tile:hover{box-shadow:0 8px 25px #2230230b;border-color:#c1c9bd}
body.mz-store .category-visual{position:relative;background:linear-gradient(135deg,#fff,#f7f8f3);height:148px;display:flex;align-items:center;justify-content:center;margin:9px 9px 0;border-radius:7px}
body.mz-store .category-tile .category-visual img{width:86%;height:125px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .category-copy{padding:18px 19px 17px;display:flex;flex-direction:column;flex:1;min-width:0}
body.mz-store .category-tile h3{font-size:17px;line-height:1.45;letter-spacing:-.025em;overflow-wrap:anywhere;min-height:49px}
body.mz-store .category-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid #edf0e8}
body.mz-store .category-tile p{font-size:11px;margin:0;line-height:1.4}
body.mz-store .category-arrow{position:static;color:var(--orange);font-size:20px;flex-shrink:0;line-height:1}
body.mz-store .tree-tools{justify-content:space-between;margin-top:30px;margin-bottom:28px;gap:20px}
body.mz-store .tree-search-field{position:relative;flex:1;max-width:650px}
body.mz-store .tree-search-field>span{position:absolute;left:16px;top:10px;font-size:26px;color:var(--orange);line-height:1}
body.mz-store .tree-tools input{width:100%;max-width:none;padding:15px 18px 15px 46px;border-radius:6px;font-size:13px}
body.mz-store .tree-total{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:10px;white-space:nowrap}
body.mz-store .tree-total i{width:3px;height:3px;border-radius:50%;background:#bac3b5}
body.mz-store .tree-card{border-radius:10px;padding:0;margin-bottom:20px;overflow:hidden}
body.mz-store .tree-card summary{display:flex;align-items:center;gap:22px;padding:18px 23px;font-weight:400}
body.mz-store .tree-card summary::-webkit-details-marker{display:none}
body.mz-store .tree-group-photo{width:102px;height:78px;flex-shrink:0;background:#f8faf4;border-radius:7px;display:grid;place-items:center}
body.mz-store .tree-group-photo img{width:90px;height:68px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .tree-group-title{min-width:0;flex:1}
body.mz-store .tree-group-title h2{font-size:22px;line-height:1.3}
body.mz-store .tree-group-title p{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.5}
body.mz-store .tree-group-count{font-size:11px;color:var(--muted);white-space:nowrap}
body.mz-store .tree-toggle{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--orange);flex-shrink:0}
body.mz-store .tree-toggle:after{content:'+';font-size:19px}
body.mz-store .tree-card[open] .tree-toggle:after{content:'−'}
body.mz-store .tree-links{margin:0;padding:18px;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));background:#fcfdf9}
body.mz-store .tree-links a{display:flex;align-items:center;justify-content:flex-start;gap:13px;padding:10px 12px;min-width:0;background:white;border:1px solid #e7ebe2;border-radius:6px;min-height:84px}
body.mz-store .tree-links a:hover{border-color:#c4cebc;box-shadow:0 3px 12px #20342006}
body.mz-store .tree-leaf-photo{width:63px;height:56px;flex-shrink:0;display:grid;place-items:center;background:#fafbf7;border-radius:5px}
body.mz-store .tree-leaf-photo img{width:58px;height:51px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .tree-leaf-copy{flex:1;min-width:0}
body.mz-store .tree-leaf-copy strong{font-size:12px;font-weight:600;line-height:1.5;display:block;overflow-wrap:anywhere}
body.mz-store .tree-leaf-copy small{font-size:10px;display:block;margin-top:5px;color:var(--muted)}
body.mz-store .tree-leaf-arrow{font-size:16px;color:var(--orange);flex-shrink:0}
body.mz-store .headmain>*{min-width:0}
body.mz-store .group-card li a{overflow-wrap:anywhere}
body.mz-store .help-steps h3{line-height:1.3}
body.mz-store .home-entry h2{line-height:1.4}
@media(max-width:1150px){
body.mz-store .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.mz-store .tree-links{grid-template-columns:repeat(2,minmax(0,1fr))}
body.mz-store .group-body{padding:19px}
body.mz-store .nav{gap:25px}
}
@media(max-width:760px){
body.mz-store .group-grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}
body.mz-store .group-photo{height:114px;margin:7px 7px 0}
body.mz-store .group-photo img{height:99px;width:88%}
body.mz-store .group-body{padding:15px 13px}
body.mz-store .group-card h3,body.mz-store .group-card.compact h3{font-size:15px;line-height:1.4;min-height:0;margin-bottom:10px;overflow-wrap:anywhere}
body.mz-store .group-card.compact{min-height:0}
body.mz-store .group-card.compact .group-body p{font-size:11px;line-height:1.6;margin-bottom:15px}
body.mz-store .group-card li{font-size:11px;line-height:1.5;margin:8px 0}
body.mz-store .group-action{font-size:10px;padding-top:12px;gap:5px}
body.mz-store .group-action span{font-size:16px}
body.mz-store .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.mz-store .category-tile{padding:0;gap:0;min-height:0;align-items:stretch;position:static}
body.mz-store .category-visual{height:108px;margin:7px 7px 0}
body.mz-store .category-tile .category-visual img{width:88%;height:92px}
body.mz-store .category-copy{padding:13px 12px 12px}
body.mz-store .category-tile h3{font-size:14px;line-height:1.45;min-height:61px;letter-spacing:-.02em}
body.mz-store .category-bottom{margin-top:11px;padding-top:10px;align-items:center}
body.mz-store .category-tile p{font-size:10px;line-height:1.5}
body.mz-store .category-arrow{position:static;font-size:18px;margin:0}
body.mz-store .tree-tools{display:flex;align-items:flex-start;gap:13px;margin:22px 0}
body.mz-store .tree-search-field{width:100%;flex-basis:100%;max-width:none}
body.mz-store .tree-tools input{font-size:16px;padding-block:13px}
body.mz-store .tree-tools input::placeholder{font-size:12px}
body.mz-store .tree-total{font-size:11px;gap:9px}
body.mz-store .tree-card{margin-bottom:15px}
body.mz-store .tree-card summary{padding:14px 12px;gap:11px;flex-wrap:nowrap}
body.mz-store .tree-group-photo{width:61px;height:59px}
body.mz-store .tree-group-photo img{width:55px;height:52px}
body.mz-store .tree-group-title h2{font-size:17px;line-height:1.35;letter-spacing:-.035em;overflow-wrap:anywhere}
body.mz-store .tree-group-title p{font-size:10px;line-height:1.5;margin-top:4px}
body.mz-store .tree-group-count{display:none}
body.mz-store .tree-toggle{width:23px;height:23px}
body.mz-store .tree-links{grid-template-columns:1fr;padding:10px;gap:8px}
body.mz-store .tree-links a{padding:9px 10px;gap:11px;min-height:78px}
body.mz-store .tree-leaf-photo{width:54px;height:53px}
body.mz-store .tree-leaf-photo img{width:49px;height:48px}
body.mz-store .tree-leaf-copy strong{font-size:12px;line-height:1.5}
body.mz-store .tree-leaf-copy small{font-size:10px;margin-top:4px}
body.mz-store .tree-leaf-arrow{font-size:15px}
body.mz-store .helpnav{white-space:normal}
body.mz-store .hero-actions>a:last-child{font-size:11px}
body.mz-store .hero-copy{padding-bottom:230px}
body.mz-store .intro h1{font-size:30px;line-height:1.2}
body.mz-store .section-head h2{font-size:25px;line-height:1.25}
body.mz-store .section-head>.textlink{min-height:28px;display:inline-flex;align-items:center}
body.mz-store .crumb{line-height:1.65}
body.mz-store .tree-card summary:focus-visible{outline-offset:-3px}
}
@media(max-width:359px){
body.mz-store .wrap{width:calc(100% - 28px)}
body.mz-store .logo{width:148px}
body.mz-store .headtools{gap:10px}
body.mz-store .headtools .symbol svg{width:20px}
body.mz-store .category-grid,body.mz-store .group-grid{gap:9px}
body.mz-store .category-copy{padding:12px 10px}
body.mz-store .category-tile h3{font-size:13px}
body.mz-store .group-body{padding:13px 11px}
body.mz-store .group-card h3{font-size:14px}
body.mz-store .category-visual{height:95px}
body.mz-store .category-tile .category-visual img{height:83px}
body.mz-store .hero h1{font-size:33px}
body.mz-store .tree-group-title h2{font-size:16px}
}
body.mz-store .mega a.mega-link{display:flex;align-items:center;gap:11px;min-height:47px;padding:5px 0;line-height:1.45}
body.mz-store .mega-link img{width:38px;height:34px;object-fit:contain;flex-shrink:0;mix-blend-mode:multiply}
body.mz-store .mega-link span{min-width:0;overflow-wrap:anywhere}
@media(max-width:760px){
body.mz-store .mega a.mega-link{gap:8px;font-size:11px;min-height:49px}
body.mz-store .mega-link img{width:29px;height:29px}
body.mz-store .mega-inner{gap:20px}
}
body.mz-store .nav{gap:32px;font-size:14px}
body.mz-store .nav .mega-trigger{font-size:14px;display:flex;align-items:center;gap:14px;min-height:54px}
body.mz-store .nav .mega-trigger[aria-expanded=true]{color:#a63c17}
body.mz-store .mega[hidden]{display:none!important}
body.mz-store .mega{position:absolute;left:0;right:0;top:100%;bottom:auto;padding:0;background:#fff;border-top:1px solid #e4e7e0;border-bottom:1px solid #ced5c8;box-shadow:0 20px 34px #17221b1c;max-height:calc(100dvh - 180px);overflow:auto;overscroll-behavior:contain;z-index:60}
body.mz-store .mega-shell{padding-block:22px 18px}
body.mz-store .mega-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:20px;border-bottom:1px solid #e6e9e2}
body.mz-store .mega-heading .eyebrow{display:block;margin:0 0 7px;font-size:9px;color:#657060;letter-spacing:.12em}
body.mz-store .mega-heading h2{font-size:25px;line-height:1.25}
body.mz-store .mega .mega-close{position:static;border:1px solid #d8ddd3;width:40px;height:40px;display:grid;place-items:center;padding:0;border-radius:50%;background:#fff;font-size:25px;line-height:1;flex-shrink:0;color:#263129}
body.mz-store .mega-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:22px 0 20px;width:100%;margin:0}
body.mz-store .mega-column{min-width:0}
body.mz-store .mega-column>h3{font:700 11px/1.5 DM,Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;color:#56634f;padding:0 10px 11px;margin:0 0 4px;border-bottom:1px solid #e7ebe2}
body.mz-store .mega a.mega-link{display:grid;grid-template-columns:84px minmax(0,1fr) 16px;gap:15px;align-items:center;padding:7px 9px;min-height:100px;margin:3px 0;border:1px solid transparent;border-radius:10px;line-height:1.35}
body.mz-store .mega a.mega-link:hover,body.mz-store .mega a.mega-link:focus-visible{background:#f5f7f0;border-color:#dce4d2}
body.mz-store .mega-photo{width:84px;height:84px;display:grid;place-items:center;background:#f8f9f5;border-radius:9px;border:1px solid #eff1e9;overflow:hidden}
body.mz-store .mega .mega-link img{width:78px;height:78px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .mega-copy{min-width:0}
body.mz-store .mega-copy strong{font-size:16px;line-height:1.4;font-weight:700;color:#222d26;display:block;overflow-wrap:normal}
body.mz-store .mega-copy small{display:block;font-size:11px;color:#697360;margin-top:5px;line-height:1.4}
body.mz-store .mega-arrow{color:#aa481f;font-size:18px;line-height:1}
body.mz-store .mega-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e3e7dd;padding-top:18px}
body.mz-store .mega-direct{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
body.mz-store .mega .mega-direct a{display:flex;align-items:center;gap:20px;padding:12px 17px;border:1px solid #d6ddcf;border-radius:5px;font-size:12px;font-weight:700;min-height:44px;margin:0}
body.mz-store .mega .mega-direct a:first-child{background:#222d26;color:white;border-color:#222d26}
body.mz-store .mega-assistance{font-size:11px!important;line-height:1.6;display:block!important;margin:0!important;color:#64705d}
body.mz-store .mega-assistance strong{display:block;font-size:12px;color:#a4401d}
body.mz-store .group-photo,body.mz-store .category-visual{background:#f6f7f1}
body.mz-store .home-entry{margin-top:24px}
body.mz-store .home-entry a:hover{background:#f7f8f3}
@media(max-width:1150px) and (min-width:761px){
body.mz-store .mega-inner{gap:17px}
body.mz-store .mega a.mega-link{grid-template-columns:65px minmax(0,1fr) 12px;gap:11px;min-height:85px;padding:6px}
body.mz-store .mega-photo{width:65px;height:65px}
body.mz-store .mega .mega-link img{width:61px;height:61px}
body.mz-store .mega-copy strong{font-size:14px}
body.mz-store .nav{gap:23px;font-size:12px}
body.mz-store .nav .mega-trigger{font-size:12px}
body.mz-store .mega .mega-direct a{font-size:11px;gap:10px;padding:10px 12px}
}
@media(max-width:760px){
body.mz-store.catalog-open{overflow:hidden}
body.mz-store .nav .mega-trigger{justify-content:space-between;min-height:49px;font-size:15px;padding:12px 0}
body.mz-store .nav.open>a{font-size:14px;padding:13px 0;border-top:1px solid #ecefe6}
body.mz-store .mega{position:fixed;inset:0;max-height:100dvh;border:0;overflow-y:auto;padding:0;z-index:100;background:#fff}
body.mz-store .mega-shell{width:100%;padding:0 17px 20px}
body.mz-store .mega-heading{position:sticky;top:0;z-index:2;background:#fff;padding:17px 0 16px;gap:14px}
body.mz-store .mega-heading h2{font-size:23px}
body.mz-store .mega-heading .eyebrow{font-size:8px}
body.mz-store .mega .mega-close{width:39px;height:39px}
body.mz-store .mega-inner{grid-template-columns:1fr;gap:22px;padding:21px 0 23px}
body.mz-store .mega-column{display:grid;grid-template-columns:1fr;gap:4px}
body.mz-store .mega-column>h3{padding:0 0 10px;font-size:11px;letter-spacing:.08em;margin:0 0 4px}
body.mz-store .mega a.mega-link{grid-template-columns:74px minmax(0,1fr) 17px;gap:17px;min-height:90px;padding:7px 9px;margin:0;background:#fafbf8;border-color:#e7ecdf;border-radius:9px}
body.mz-store .mega-photo{width:74px;height:74px;background:#f6f8f0;border-color:#e8edde}
body.mz-store .mega .mega-link img{width:69px;height:69px}
body.mz-store .mega-copy strong{font-size:16px;line-height:1.4}
body.mz-store .mega-copy small{font-size:11px;margin-top:5px}
body.mz-store .mega-bottom{display:block;padding-top:19px}
body.mz-store .mega-direct{display:grid;grid-template-columns:1fr;gap:9px}
body.mz-store .mega .mega-direct a{justify-content:space-between;font-size:13px;padding:13px 15px}
body.mz-store .mega .mega-assistance{margin-top:16px!important;text-align:center}
body.mz-store .mega-assistance strong{display:inline;font-size:12px;margin-left:5px}
}
@media(max-width:359px){
body.mz-store .mega-shell{padding-inline:14px}
body.mz-store .mega-heading h2{font-size:21px}
body.mz-store .mega a.mega-link{grid-template-columns:65px minmax(0,1fr) 14px;gap:12px;padding:6px 8px;min-height:82px}
body.mz-store .mega-photo{width:65px;height:65px}
body.mz-store .mega .mega-link img{width:61px;height:61px}
body.mz-store .mega-copy strong{font-size:15px}
}
body.mz-store .logo img{width:220px;height:auto;display:block}
body.mz-store .logo{flex-shrink:0}
body.mz-store footer img{max-width:240px;height:auto}
@media(max-width:760px){
body.mz-store .logo img{width:178px}
}
@media(max-width:360px){
body.mz-store .logo img{width:159px}
}

/* storefront-live.css */
/* Integration with the existing shop; checkout, product and admin components retain their own styles. */
body.mz-store{background:#f8f9f5;color:#202728}body.mz-store [hidden]{display:none!important}
body.mz-store .mz-header{position:relative;top:auto;padding:0;background:white}
body.mz-store .mz-header .logo img{max-width:100%;height:auto}body.mz-store .mz-header .logo{display:block}
body.mz-store .header-search.search{position:relative;overflow:visible;display:flex;margin:0;max-width:none;height:auto;padding:0;flex:1;background:#f5f7f2;border:1px solid #d8ddd4}
body.mz-store .header-search.search input{width:0;flex:1;min-width:0;border:0;margin:0;background:none;padding:14px 16px}
body.mz-store .header-search.search button{position:static;background:transparent;color:#202728;border:0;border-radius:0;width:51px;padding:10px;flex-shrink:0;box-shadow:none}
body.mz-store .header-search .suggestions{top:calc(100% + 8px);left:0;right:0;z-index:90}
body.mz-store .headtools .icon{width:23px;height:23px;flex-shrink:0}body.mz-store .headtools #cart-count{font-size:10px;background:#f0f3eb;border-radius:50%;padding:2px 5px}
body.mz-store .mz-header .nav{position:static;background:#fff;color:#202728;border-bottom:0;box-shadow:none}
body.mz-store .mz-header .mega{color:#202728}body.mz-store .mz-content .hero{display:block;padding:0}
body.mz-store .mz-content .hero-copy{margin:0}body.mz-store .mz-content .hero>img{max-width:none}
body.mz-store .mz-content .hero h1{color:white}body.mz-store .mz-content .hero p{color:#dce1dc}
body.mz-store .mz-content .hero .eyebrow{color:#d4d9d4}
body.mz-store .home-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.mz-store .home-products .product-card{min-width:0}body.mz-store .home-products .product-card h3{font-size:16px}
body.mz-store .finder{color:white}body.mz-store .finder h2{color:white}body.mz-store .finder label{color:white;margin:0}
body.mz-store .finder-fields{margin:0}body.mz-store .finder-fields select{box-sizing:border-box;min-width:0;color:#202728}
body.mz-store .finder-fields .button{margin:0}body.mz-store .finder-bottom a{color:white}
body.mz-store .finder select.enhanced-select{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;border:0!important;clip-path:inset(50%)!important}
body.mz-store .finder .smart-select{margin-top:7px}body.mz-store .finder .smart-select-trigger{min-height:49px}
body.mz-store .mz-footer{padding:0;color:#202728;background:#e9ede4;border:0}
body.mz-store .mz-footer .footer-bottom{display:flex;align-items:center;flex-wrap:wrap;gap:16px;color:#596951}
body.mz-store .mz-footer .footer-bottom a{margin:0}body.mz-store .mz-footer .footer-legal{display:flex;flex-wrap:wrap;gap:16px}
body.mz-store .mz-footer .footer-privacy{color:#596951;border-color:#b9c4b7;margin-left:auto;background:transparent}
body.mz-store .moto-makes{margin:26px 0;padding:18px;border:1px solid #dfe3dc;background:#fff;border-radius:6px}
body.mz-store .moto-makes summary{cursor:pointer;font-size:14px;font-weight:600}body.mz-store .moto-makes .shortcuts{margin:20px 0 0}
body.mz-store .catalog-top{padding-top:0}body.mz-store .catalog-top h1{font-size:38px;line-height:1.2}
body.mz-store .catalog-finder .finder{margin-top:0}body.mz-store .catalog-product-row{border-radius:8px;border-color:#dfe3dc}
body.mz-store .catalog-row-info h2{font-size:20px;line-height:1.35}body.mz-store .catalog-layout{align-items:start}
body.mz-store .catalog-row-attributes{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;margin:15px 0;font-size:11px}
body.mz-store .catalog-row-attributes div{min-width:0}body.mz-store .catalog-row-attributes dt{color:#64706b}body.mz-store .catalog-row-attributes dd{margin:0;font-weight:600;overflow-wrap:anywhere}
@media(max-width:1150px){body.mz-store .home-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body.mz-store .header-search.search{flex-basis:100%;order:3}body.mz-store .header-search.search input{font-size:16px;padding:9px 12px}body.mz-store .mz-header .logo{width:166px}body.mz-store .mz-header .headmain{gap:12px}body.mz-store .headtools{gap:12px}body.mz-store .mz-footer .footer-bottom{display:block}body.mz-store .mz-footer .footer-legal{margin:15px 0}body.mz-store .mz-footer .footer-privacy{margin:0}body.mz-store .catalog-top h1{font-size:29px}body.mz-store .catalog-row-info h2{font-size:16px}body.mz-store .catalog-row-attributes{grid-template-columns:1fr;font-size:11px}body.mz-store .finder-fields label{min-width:0}body.mz-store .tree-tools{flex-wrap:wrap}body.mz-store .home-products{gap:12px}}
@media(max-width:359px){body.mz-store .mz-header .logo{width:138px}body.mz-store .headtools{gap:8px}body.mz-store .headtools .icon{width:20px;height:20px}body.mz-store .home-products{grid-template-columns:1fr}}
body.mz-store .catalog-product-list{grid-auto-rows:auto;gap:14px;border:0;border-radius:0;background:transparent;overflow:visible}
body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:155px minmax(0,1fr) 230px;border:1px solid #dfe3dc;border-radius:8px;min-height:0;padding:18px;gap:20px;background:#fff}
body.mz-store .catalog-product-row .catalog-row-image{align-self:start;height:170px;min-height:0;margin:0;border:0;border-radius:5px;background:#fafbf7}
body.mz-store .catalog-product-row .catalog-row-info{padding:0;border:0}
body.mz-store .catalog-product-row .catalog-row-info h2{color:#202728;font-size:19px;line-height:1.4}
body.mz-store .catalog-product-row .catalog-row-purchase{padding:0 0 0 18px;border-left:1px solid #e8ece3;background:transparent}
body.mz-store .catalog-product-row .catalog-row-price>strong{color:#202728;font-size:27px}
body.mz-store .catalog-row-actions .button{background:#b8461e;border-color:#b8461e;color:white;box-shadow:none}
body.mz-store .catalog-row-actions .button.secondary{background:white;color:#202728;border-color:#dfe3dc}
body.mz-store .catalog-row-info .compare-add{color:#a4401d}
@media(max-width:1180px) and (min-width:901px){body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:155px minmax(0,1fr) 230px}}
@media(max-width:900px){body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:140px minmax(0,1fr)}body.mz-store .catalog-product-row .catalog-row-purchase{grid-column:1/-1;grid-row:2;border-left:0;border-top:1px solid #e8ece3;padding:16px 0 0}}
@media(max-width:600px){body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:96px minmax(0,1fr);padding:14px;gap:14px}body.mz-store .catalog-product-row .catalog-row-image{height:120px}body.mz-store .catalog-product-row .catalog-row-info h2{font-size:15px}body.mz-store .catalog-row-attributes>div:nth-child(n+5){display:none}}

/* Compact catalog facts: three meaningful fields, never a second parameter table. */
.mz-store .catalog-row-facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin:12px 0 14px;font-size:11px;line-height:1.5}
.mz-store .catalog-row-facts>div{flex:1 1 125px;min-width:0;max-width:100%}
.mz-store .catalog-row-facts dt{color:#68726e;margin:0 0 3px;font-size:10px}
.mz-store .catalog-row-facts dd{margin:0;color:#1c2623;font-weight:600;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mz-store .catalog-row-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(min-width:901px){.mz-store .catalog-row-facts>div:first-child{flex:0 1 130px}}
@media(max-width:600px){.mz-store .catalog-row-facts{gap:8px;margin:10px 0}.mz-store .catalog-row-facts>div{flex-basis:100%}.mz-store .catalog-row-facts dt{font-size:9px}.mz-store .catalog-row-facts dd{font-size:10px;-webkit-line-clamp:2}.mz-store .catalog-row-image{height:110px}}

/* catalog-filters.css */
/* Catalog-only rules, loaded after the storefront theme. */
body.mz-store .catalog-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:26px;align-items:start}
body.mz-store .catalog-layout.catalog-without-filters{grid-template-columns:minmax(0,1fr)}
body.mz-store .catalog-sidebar{padding:0;border:0;background:none;min-width:0}
body.mz-store .catalog-facets{padding:0;background:#fff;border:1px solid #d6ddd7;border-radius:10px;overflow:visible}
.catalog-facets>summary{padding:20px;min-height:76px;gap:12px}
.catalog-facets>summary strong{display:block;font-size:19px;color:#202927}
.catalog-facets>summary small{display:block;font-size:11px;color:#637069;font-weight:400;margin-top:4px;line-height:1.5}
.catalog-facets .filter-count{background:#edf2ed;color:#32443b;display:grid;place-items:center;min-width:26px;height:26px;border-radius:7px;font-size:13px}
body.mz-store .catalog-facets form{display:block;margin:0;gap:0;padding:0}
.catalog-facets .facet-search{padding:16px 18px;border-top:1px solid #e5e9e3}
.catalog-facets .facet-search label{display:block;font-size:12px;font-weight:700;margin:0 0 8px}
.catalog-facets .facet-search input,.catalog-facets .facet-search select{width:100%;min-width:0;margin:0;font-size:12px}
.catalog-facets .facet-group{border:0;border-top:1px solid #e5e9e3;padding:0 18px;background:none;border-radius:0}
.facet-group>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-size:13px;font-weight:750;min-height:52px;padding:12px 0;line-height:1.5;color:#27362f}
.facet-group>summary::-webkit-details-marker,.catalog-facets>summary::-webkit-details-marker{display:none}
.facet-group>summary>span:last-child{font-size:0;flex:0 0 22px;height:22px;border-radius:6px;background:#f0f4ef;display:grid;place-items:center;color:#516057}
.facet-group>summary>span:last-child:after{content:'+';font-size:16px;font-weight:500}
.facet-group[open]>summary>span:last-child:after{content:'−'}
.facet-group>summary b{font-size:10px;background:#eaf0e9;color:#3c5142;border-radius:4px;padding:2px 5px;margin-left:7px}
.catalog-facets .facet-options{padding-bottom:12px;max-height:320px;overflow:auto;overscroll-behavior:auto;scrollbar-width:thin}
body.mz-store .catalog-facets label.facet-option{display:flex;align-items:start;gap:10px;position:relative;min-height:36px;padding:8px 0;margin:0;font-size:12px;line-height:1.55;font-weight:450;color:#37473f;cursor:pointer}
body.mz-store .catalog-facets .facet-option input{appearance:auto;accent-color:#bd441a;padding:0;min-width:17px;width:17px;height:17px;min-height:17px;margin:1px 0 0;flex:0 0 17px;border-radius:3px;cursor:pointer}
.facet-option>span{flex:1;min-width:0;overflow-wrap:anywhere}
.facet-option:has(input:checked)>span{font-weight:750;color:#26392e}
.facet-option>small{color:#758179;font-size:10px;line-height:1.8;flex-shrink:0}
.catalog-facets .facet-option-search{width:100%;min-width:0;height:36px;min-height:36px;margin:0 0 8px;border-radius:5px;font-size:11px;padding:8px 10px}
.facet-group.is-enhanced:not(.is-expanded) .facet-option[data-more]{display:none}
.facet-more{display:none;min-height:36px;border:0;background:none;color:#ab3c19;font-size:11px;font-weight:750;cursor:pointer;padding:0 0 12px}
.facet-group.is-enhanced .facet-more{display:block}
.facet-group.is-searching .facet-more{display:none}
.catalog-facets .facet-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 0 18px}
.catalog-facets .facet-prices label{font-size:10px;font-weight:450;color:#627167;margin:0;min-width:0}
body.mz-store .catalog-facets .facet-prices label{grid-column:auto}
.catalog-facets .facet-options{scrollbar-gutter:stable;padding:6px 7px 12px 6px;margin-left:-6px}
body.mz-store .catalog-facets .facet-option input{width:19px;height:19px;min-width:19px;min-height:19px;flex-basis:19px}
body.mz-store .catalog-facets .facet-option input:focus{outline:none;box-shadow:none}
body.mz-store .catalog-facets .facet-option input:focus-visible{outline:2px solid #a43d19;outline-offset:3px}
.catalog-facets .facet-prices input{width:100%;min-width:0;height:40px;margin:6px 0 0;font-size:12px;padding:9px}
.catalog-facets .facet-apply{position:sticky;bottom:12px;padding:16px 18px;border-top:1px solid #e5e9e3;background:#fff;border-radius:0 0 10px 10px;box-shadow:0 -4px 10px #172b1805;z-index:2}
.catalog-facets .facet-apply .button{width:100%;min-height:46px;justify-content:space-between;padding:12px 15px;font-size:12px}
.facet-apply .facet-clear{display:block;text-align:center;text-decoration:underline;text-underline-offset:3px;color:#56685b;font-size:11px;padding:14px 0 7px}
.facet-apply>small{display:block;font-size:10px;text-align:center;color:#758077;line-height:1.6}
.facet-apply .facet-draft{font-size:11px;line-height:1.5;color:#9c3817;margin:0 0 10px}
body.mz-store .catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:16px;padding:0;border:0}
.catalog-toolbar>div>strong{font-size:17px;color:#25392e}
.catalog-toolbar>div>small{display:block;color:#748076;font-size:10px;margin-top:5px}
.catalog-toolbar .catalog-sort{display:flex;align-items:center;gap:9px;margin:0;font-size:11px;color:#617166}
.catalog-sort select{width:180px;font-size:12px;height:44px;min-height:44px;background:#fff;border:1px solid #d6ddd7;border-radius:7px;padding:10px}
.active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 17px;font-size:11px}
.active-filters>span{color:#748077;font-size:10px;margin-right:2px}
.active-filters>a{display:inline-flex;align-items:center;gap:8px;border:1px solid #d7e0d6;border-radius:20px;padding:6px 10px;background:#fff;color:#475e4e;max-width:100%;overflow-wrap:anywhere}
.active-filters>a b{font-size:15px;font-weight:400}
.active-filters>a:hover{border-color:#a43b18;color:#a43b18}
.active-filters>a.clear-all{border:0;background:none;color:#b0401a;font-weight:700}
/* Keep the quantity, complete CTA and favourite control on the same line. */
body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:125px minmax(0,1fr) 330px;gap:18px}
body.mz-store .catalog-product-row .catalog-row-actions{display:flex;align-items:center;gap:8px;min-width:0;width:100%}
body.mz-store .catalog-row-actions .catalog-quick-cart{display:flex;flex:1 1 auto;gap:8px;min-width:0;width:auto;margin:0}
body.mz-store .catalog-row-actions .catalog-quantity{flex:0 0 90px;width:90px;grid-template-columns:26px minmax(0,1fr) 26px;height:44px}
body.mz-store .catalog-row-actions .catalog-quantity button{width:26px;min-width:0}
body.mz-store .catalog-row-actions .catalog-quick-cart>.button,body.mz-store .catalog-row-actions>a.button{display:flex;justify-content:center;align-items:center;flex:1 1 auto;min-width:125px;white-space:nowrap;overflow:visible;text-overflow:clip;height:44px;padding:0 10px;font-size:13px;letter-spacing:0;gap:6px}
body.mz-store .catalog-row-actions .catalog-quick-cart>.button>.icon{display:block;flex:0 0 17px;width:17px;height:17px;margin:0}
body.mz-store .catalog-row-actions .catalog-save{flex:0 0 44px;width:44px;min-width:44px;height:44px;padding:10px;margin:0}
body.mz-store .catalog-row-actions .catalog-save>.icon{width:22px;height:22px;margin:0}
body.mz-store .catalog-row-purchase .catalog-purchase-assurance{font-size:10px;gap:7px}
@media(max-width:1180px){body.mz-store .catalog-layout{display:block}.catalog-facets{margin-bottom:20px}.catalog-facets>summary{min-height:64px;padding:14px 18px}.catalog-facets>summary strong{font-size:16px}.catalog-facets .facet-apply{bottom:0}}
@media(max-width:900px){body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:130px minmax(0,1fr)}body.mz-store .catalog-product-row .catalog-row-purchase{grid-column:1/-1;grid-row:2}.catalog-facets .facet-options{max-height:260px}}
@media(max-width:600px){body.mz-store .catalog-product-list .catalog-product-row{grid-template-columns:96px minmax(0,1fr);gap:14px}body.mz-store .catalog-product-row .catalog-row-purchase{padding:14px 0 0}.catalog-toolbar>div>strong{font-size:15px}.catalog-toolbar .catalog-sort{font-size:0;gap:0}.catalog-sort select{width:145px;font-size:11px}.catalog-facets .facet-apply{bottom:0;padding-bottom:max(16px,env(safe-area-inset-bottom))}body.mz-store .catalog-facets label.facet-option{min-height:42px;padding:11px 0;font-size:13px}.active-filters{gap:6px}}
@media(max-width:380px){body.mz-store .catalog-row-actions,body.mz-store .catalog-row-actions .catalog-quick-cart{gap:6px}body.mz-store .catalog-row-actions .catalog-quantity{flex-basis:76px;width:76px;grid-template-columns:23px minmax(0,1fr) 23px}body.mz-store .catalog-row-actions .catalog-quantity button{width:23px}body.mz-store .catalog-row-actions .catalog-save{flex-basis:40px;width:40px;min-width:40px;padding:8px}body.mz-store .catalog-row-actions .catalog-quick-cart>.button{min-width:115px;padding:0 7px;font-size:12px;gap:5px}.catalog-sort select{width:137px}}

.catalog-sort .smart-select{width:180px;min-width:0}
.catalog-sort .smart-select-trigger{height:44px;min-height:44px;font-size:12px}
body.mz-store .catalog-row-actions .catalog-quick-cart>.button:disabled{background:#d3dad6;color:#fff;box-shadow:none;opacity:1;cursor:not-allowed}
body.mz-store .catalog-row-actions .catalog-quantity:has(input:disabled){color:#8a9990;background:#fafcfb}
@media(max-width:600px){.catalog-sort .smart-select{width:145px}.catalog-sort .smart-select-trigger{font-size:11px}}
@media(max-width:380px){.catalog-sort .smart-select{width:137px}}

/* The disclosure stays clear with or without selected filters. */
.catalog-facets>summary{display:flex;list-style:none;cursor:pointer}
.catalog-facets>summary::-webkit-details-marker{display:none}
.catalog-facets>summary>.filter-count{margin-left:auto;flex-shrink:0}
.catalog-facets>summary::after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);flex-shrink:0;margin-left:1px}
.catalog-facets[open]>summary::after{transform:rotate(225deg)}

/* vehicle-catalog.css */
/* Vehicle selection and the inventory-backed category overview. */
body.mz-store .mz-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:5px 9px;margin:0 0 24px;font-size:11px;line-height:1.5;color:#627269;position:relative;z-index:20}
body.mz-store .mz-breadcrumb>a{min-height:32px;display:flex;align-items:center}
body.mz-store .mz-crumb{position:relative;min-width:0;max-width:100%}
body.mz-store .mz-crumb-label{display:flex;align-items:center;gap:2px;min-height:32px}
body.mz-store .mz-crumb-label>span{overflow-wrap:anywhere}
body.mz-store .mz-crumb-toggle{border:0;background:transparent;border-radius:4px;min-width:30px;min-height:32px;padding:0 6px;cursor:pointer;display:grid;place-items:center;color:#65736b;font-size:16px}
body.mz-store .mz-crumb-toggle:hover,body.mz-store .mz-crumb-toggle[aria-expanded=true]{background:#e7ede3;color:#a4401d}
body.mz-store .mz-crumb-menu{position:absolute;left:0;top:100%;width:340px;max-width:calc(100vw - 40px);background:#fff;border:1px solid #ccd6c8;border-radius:9px;box-shadow:0 15px 35px #18322222;padding:14px 8px 8px;z-index:90;color:#26352c}
body.mz-store .mz-crumb-menu.align-right{left:auto;right:0}
body.mz-store .mz-crumb-menu>strong{display:block;font-size:11px;letter-spacing:.04em;text-transform:uppercase;padding:0 9px 10px;color:#627269}
body.mz-store .mz-crumb-menu>div{max-height:min(420px,60dvh);overflow-y:auto;overscroll-behavior:auto;scrollbar-width:thin;padding:2px 4px}
body.mz-store .mz-crumb-menu a{display:flex;align-items:center;gap:10px;min-height:48px;padding:5px 7px;border-radius:5px;font-size:12px;line-height:1.45}
body.mz-store .mz-crumb-menu a>span{min-width:0;flex:1;overflow-wrap:anywhere}
body.mz-store .mz-crumb-menu a>img{width:40px;height:34px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}
body.mz-store .mz-crumb-menu a>small{font-size:10px;color:#67796c;padding-right:2px}
body.mz-store .mz-crumb-menu a:hover,body.mz-store .mz-crumb-menu a:focus-visible{background:#edf3e8;color:#a4401d}
body.mz-store .mz-crumb-menu a[aria-current=page]{background:#f7eee7;color:#a4401d;font-weight:700}
@media(max-width:600px){body.mz-store .mz-breadcrumb{gap:3px 6px;font-size:11px}body.mz-store .mz-crumb-toggle{min-width:36px;min-height:38px}body.mz-store .mz-crumb-menu{width:280px;max-width:calc(100vw - 40px)}body.mz-store .mz-crumb-menu a{min-height:48px}}
body.mz-store .finder-selection-draft{display:flex;flex-wrap:wrap;gap:7px;padding-top:15px;font-size:11px;color:#ebf1eb}
body.mz-store .finder-selection-draft>strong{flex-basis:100%;font-size:11px;color:#f4b596}
body.mz-store .finder-selection-draft>span{border:1px solid #66746b;border-radius:15px;padding:4px 9px;max-width:100%;overflow-wrap:anywhere}
body.mz-store .catalog-facets .smart-select-options{overscroll-behavior:auto}
body.mz-store .finder{display:block}
body.mz-store .finder-top{align-items:center}
body.mz-store .finder-top h2{font-size:20px;line-height:1.35;max-width:none;width:auto}
body.mz-store .finder-bottom{font-size:11px;line-height:1.6}
body.mz-store .finder-fields{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(175px,1.4fr) minmax(130px,.85fr) auto}
body.mz-store .finder-fields>label{min-width:0}
body.mz-store .finder-fields>.button{grid-column:auto;width:auto;margin:0}
body.mz-store .finder .smart-select-trigger{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:28px}
body.mz-store .vehicle-selected{border-radius:10px;gap:16px}
body.mz-store .vehicle-selected>div{flex:1;min-width:0}
body.mz-store .vehicle-selected strong{font-size:16px;overflow-wrap:anywhere}
body.mz-store .vehicle-selected small{font-size:12px;margin-top:4px}
body.mz-store .vehicle-selected>.textlink{white-space:nowrap;font-size:12px;flex-shrink:0}
body.mz-store .vehicle-selected>.vehicle-remove{color:#65736b;font-weight:400}
body.mz-store .selected-vehicle .vehicle-back-categories{display:inline-flex;margin:5px 0;color:#a4401d;min-width:0;width:auto;height:auto;font-size:12px;text-decoration:underline;text-underline-offset:3px}
body.mz-store .vehicle-quick{margin:36px 0 48px}
body.mz-store .vehicle-quick .section-head{margin-bottom:20px}
body.mz-store .vehicle-quick .section-head>span{font-size:12px;color:#64706b}
body.mz-store .vehicle-quick-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
body.mz-store .vehicle-quick-grid>a{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:17px 12px;background:#fff;border:1px solid #dce3d9;border-radius:10px;min-width:0;transition:border-color .15s,box-shadow .15s}
body.mz-store .vehicle-quick-grid>a:hover{border-color:#c45a25;box-shadow:0 5px 14px #22302708}
body.mz-store .vehicle-quick-grid img{width:110px;height:85px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:12px}
body.mz-store .vehicle-quick-grid strong{font-size:14px;line-height:1.4;overflow-wrap:anywhere}
body.mz-store .vehicle-quick-grid span{font-size:11px;color:#65736b;margin-top:auto;padding-top:7px}
body.mz-store .vehicle-quick-grid b{position:absolute;right:12px;top:9px;color:#a4401d;font-size:15px}
body.mz-store .vehicle-directory{margin:34px 0 24px;scroll-margin-top:20px}
body.mz-store .vehicle-directory-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:25px}
body.mz-store .vehicle-directory-heading h2{font-size:30px;line-height:1.25;margin:8px 0 10px}
body.mz-store .vehicle-directory-heading p{font-size:13px;color:#65736b;line-height:1.7}
body.mz-store .vehicle-all-products{display:inline-flex;gap:18px;font-size:13px;font-weight:700;flex-shrink:0;align-items:center;min-height:44px;border-bottom:1px solid #cdd6ca}
body.mz-store .vehicle-all-products:hover{color:#a4401d}
body.mz-store .vehicle-directory-tools{display:flex;align-items:end;gap:24px;padding:20px 22px;background:#edf1e9;border:1px solid #dce3d9;border-radius:10px;margin-bottom:26px}
body.mz-store .vehicle-category-search{width:390px;max-width:100%;flex-shrink:1;min-width:0}
body.mz-store .vehicle-category-search label{font-size:12px;font-weight:700;display:block;margin:0 0 7px;color:#202728}
body.mz-store .vehicle-category-search>div{display:flex;align-items:center;background:#fff;border:1px solid #cbd4c7;border-radius:6px;height:47px;padding:0 12px;gap:9px}
body.mz-store .vehicle-category-search .icon{width:19px;height:19px;color:#65736b;flex-shrink:0}
body.mz-store .vehicle-category-search input{display:block;width:100%;min-width:0;border:0;background:transparent;padding:0;box-shadow:none;margin:0;color:#202728;font-size:13px}
body.mz-store .vehicle-category-search input::-webkit-search-cancel-button{-webkit-appearance:none}
body.mz-store .vehicle-category-search input:focus{outline:none}
body.mz-store .vehicle-category-search>div:focus-within{outline:2px solid #bc5221;outline-offset:2px}
body.mz-store .vehicle-category-search button{border:0;background:transparent;font-size:23px;line-height:1;min-width:32px;min-height:40px;padding:0}
body.mz-store .vehicle-stock-form{display:flex;align-items:center;gap:10px;min-height:47px;margin:0;flex-shrink:0}
body.mz-store .vehicle-stock-form label{display:flex;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:600;cursor:pointer}
body.mz-store .vehicle-stock-form input[type=checkbox]{appearance:auto;width:18px;height:18px;accent-color:#b8461e;margin:0;flex-shrink:0}
body.mz-store .vehicle-stock-form small{margin-left:5px;border-radius:12px;background:#fff;padding:3px 7px;font-size:11px;color:#53665a}
body.mz-store .vehicle-stock-submit{font-size:12px;padding:8px;border:1px solid #cbd4c7;border-radius:4px}
body.mz-store .vehicle-directory-count{margin-left:auto;align-self:center;font-size:12px;color:#627166;text-align:right}
body.mz-store .vehicle-parts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
body.mz-store .vehicle-parts-group{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #dce3d9;border-radius:10px;padding:20px 18px 15px}
body.mz-store .vehicle-parts-heading{display:flex;gap:13px;align-items:center;min-height:77px;margin-bottom:17px;padding-bottom:16px;border-bottom:1px solid #edf0e9}
body.mz-store .vehicle-parts-photo{width:75px;height:65px;flex-shrink:0;display:grid;place-items:center;border-radius:7px;background:#f7f8f4}
body.mz-store .vehicle-parts-photo img{width:72px;height:61px;object-fit:contain;mix-blend-mode:multiply}
body.mz-store .vehicle-parts-heading>span:last-child{min-width:0}
body.mz-store .vehicle-parts-heading h3{font-size:16px;line-height:1.4;letter-spacing:-.025em;overflow-wrap:anywhere}
body.mz-store .vehicle-parts-heading small{display:block;margin-top:4px;font-size:11px;color:#647366}
body.mz-store .vehicle-parts-group ul{padding:0;margin:0 0 18px;list-style:none;display:grid;gap:2px}
body.mz-store .vehicle-parts-group li{padding:0;margin:0;min-width:0}
body.mz-store .vehicle-parts-group li>a{display:flex;justify-content:space-between;gap:12px;padding:6px 0;align-items:baseline;font-size:12px;line-height:1.55}
body.mz-store .vehicle-parts-group li>a span{min-width:0;overflow-wrap:anywhere}
body.mz-store .vehicle-parts-group li>a small{flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;color:#65776a;background:#f3f5f0;border-radius:4px;min-width:27px;text-align:center;padding:1px 4px}
body.mz-store .vehicle-parts-group a:hover{color:#a4401d}
body.mz-store .vehicle-parts-group li>a:hover span{text-decoration:underline;text-underline-offset:3px}
body.mz-store .vehicle-parts-all{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:12px;border-top:1px solid #edf0e9;min-height:39px;font-size:12px;font-weight:700;color:#a4401d}
body.mz-store .vehicle-directory-note{font-size:11px;line-height:1.7;color:#65736b;margin-top:18px}
body.mz-store .vehicle-directory-empty{padding:28px;border:1px dashed #cbd4c7;border-radius:10px;background:#fff}
body.mz-store .vehicle-directory-empty h3{font-size:20px;margin-bottom:10px}
body.mz-store .vehicle-directory-empty p{font-size:13px;color:#65736b;margin-bottom:15px}
body.mz-store .vehicle-directory-empty .textlink{font-size:13px;min-height:44px;margin-right:16px;background:transparent;border:0;padding:0;color:#a4401d}
@media(max-width:1200px){body.mz-store .finder-fields{grid-template-columns:1fr 1fr 1.25fr 1fr}body.mz-store .finder-fields>.button{grid-column:1/-1;width:100%}body.mz-store .vehicle-parts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.mz-store .vehicle-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.mz-store .vehicle-directory-count{font-size:11px}}
@media(max-width:900px){body.mz-store .vehicle-parts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.mz-store .vehicle-directory-heading{align-items:start;flex-direction:column;gap:8px}body.mz-store .vehicle-directory-tools{flex-wrap:wrap;gap:14px}body.mz-store .vehicle-category-search{width:auto;flex:1 1 300px}body.mz-store .vehicle-directory-count{flex-basis:100%;text-align:left}body.mz-store .vehicle-selected{flex-wrap:wrap}body.mz-store .vehicle-selected>div{flex:1 1 75%}body.mz-store .vehicle-selected>.textlink{margin-left:0}}
@media(max-width:600px){body.mz-store .finder-fields{grid-template-columns:1fr 1fr;gap:14px 10px}body.mz-store .finder-fields>label:nth-child(3){grid-column:1/-1}body.mz-store .finder-fields>label:nth-child(4){grid-column:1/-1}body.mz-store .finder-fields .smart-select-trigger{font-size:13px}body.mz-store .vehicle-quick{margin:28px 0 36px}body.mz-store .vehicle-quick .section-head>span{display:none}body.mz-store .vehicle-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.mz-store .vehicle-quick-grid>a{padding:14px 12px}body.mz-store .vehicle-quick-grid strong{font-size:13px}body.mz-store .vehicle-quick-grid img{width:94px;height:72px}body.mz-store .vehicle-directory-heading h2{font-size:25px}body.mz-store .vehicle-directory-tools{padding:16px;gap:16px}body.mz-store .vehicle-category-search input{font-size:16px}body.mz-store .vehicle-parts-grid{grid-template-columns:1fr;gap:14px}body.mz-store .vehicle-parts-group{padding:18px}body.mz-store .vehicle-parts-heading h3{font-size:18px}body.mz-store .vehicle-parts-heading{margin-bottom:9px}body.mz-store .vehicle-parts-group li>a{font-size:14px;min-height:42px;padding:9px 0}body.mz-store .vehicle-parts-group li>a small{font-size:12px}body.mz-store .vehicle-parts-all{min-height:45px;font-size:13px}body.mz-store .vehicle-selected{padding:16px;gap:12px}body.mz-store .vehicle-selected strong{font-size:15px}body.mz-store .vehicle-selected small{font-size:11px}body.mz-store .vehicle-directory-note{font-size:11px}}

body.mz-store .vehicle-related{border-top:1px dashed #dce3d9;padding-top:12px;margin-top:auto}
body.mz-store .vehicle-related>strong{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#68746a}
body.mz-store .vehicle-related ul{margin:6px 0 12px}
body.mz-store .vehicle-related li>a{font-size:11px;color:#617369}
body.mz-store .vehicle-related+.vehicle-parts-all{margin-top:0}
body.mz-store .group-related-links{margin:25px 0;padding:22px;background:#eef2ea;border-radius:10px}
body.mz-store .group-related-links h3{font-size:19px;margin-bottom:8px}
body.mz-store .group-related-links p{font-size:13px;color:#617369;margin-bottom:15px}
body.mz-store .group-related-links>div{display:flex;gap:12px;flex-wrap:wrap}
body.mz-store .group-related-links a{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dce3d9;padding:10px 16px;border-radius:7px;font-size:13px;min-height:64px}
body.mz-store .group-related-links img{object-fit:contain;mix-blend-mode:multiply}
body.mz-store .group-related-links b{color:#a4401d;margin-left:12px}
@media(max-width:600px){body.mz-store .mz-breadcrumb{position:relative}body.mz-store .mz-crumb{position:static}body.mz-store .mz-crumb-menu,body.mz-store .mz-crumb-menu.align-right{left:0;right:0;top:100%;width:auto;max-width:100%}body.mz-store .vehicle-related li>a{font-size:13px}body.mz-store .group-related-links a{width:100%;min-width:0}body.mz-store .group-related-links a span{flex:1}}

/* catalog-location.css */
/* Persistent shop navigation and explicit category / vehicle context. */
.mz-store .nav{gap:clamp(12px,1.6vw,25px)}
.mz-store .nav>a[aria-current=page]{color:#b94414;box-shadow:inset 0 -3px #b94414}
.mz-store .mz-breadcrumb [aria-current=page]{font-weight:700;color:#242e2b}
.catalog-location{border:1px solid #d4ded7;border-left:4px solid #b94414;border-radius:10px;background:#fff;margin:0 0 24px;overflow:hidden}
.location-category{display:flex;align-items:center;gap:18px;padding:18px 22px}
.location-category>img,.location-icon{width:80px;height:64px;object-fit:contain;flex-shrink:0;border-radius:6px;background:#f6f7f2}
.location-icon{display:grid;place-items:center}
.location-copy{min-width:0;flex:1}
.location-copy>small{display:block;color:#5a6b64;font-size:10px;font-weight:700;letter-spacing:.09em;margin-bottom:5px}
.location-copy>h2{font-size:24px;line-height:1.25;margin:0;overflow-wrap:anywhere}
.location-change{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:12px;font-weight:700;color:#b94414;min-height:44px}
.location-change .icon{width:16px}
.location-vehicle{display:flex;gap:14px;align-items:center;padding:17px 22px;background:#f2f5f0;border-top:1px solid #e1e6de}
.location-vehicle>.icon{flex-shrink:0;width:23px}
.location-copy>strong{font-size:16px;overflow-wrap:anywhere;display:block}
.location-copy>p{font-size:11px;line-height:1.6;color:#5a6b64;margin:4px 0 0}
.location-vehicle-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}
.location-vehicle-actions>a{display:flex;align-items:center;gap:7px;font-size:12px;min-height:44px;text-decoration:underline;text-underline-offset:3px}
.location-vehicle-actions .icon{width:16px;height:16px}
.facet-location{padding:16px 20px;background:#f2f5f0;border-bottom:1px solid #dbe3db}
.facet-location small{display:block;color:#627268;font-size:10px;margin-bottom:5px}
.facet-location strong{font-size:14px;line-height:1.5;display:block;overflow-wrap:anywhere}
.catalog-recovery{padding:32px;border:1px solid #e1dfd4;border-radius:10px;background:#f1efe8}
.catalog-recovery h2{font-size:25px;line-height:1.35;max-width:780px;margin:14px 0;overflow-wrap:anywhere}
.catalog-recovery>p{max-width:760px;color:#5a6b64;line-height:1.8;font-size:13px}
.recovery-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:25px 0 16px}
.recovery-choice{padding:20px;background:#fff;border:1px solid #d6ded5;border-radius:8px;transition:border-color .15s}
.recovery-choice:hover{border-color:#b94414}
.recovery-choice strong{display:flex;justify-content:space-between;gap:14px;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.recovery-choice .icon{width:18px;flex-shrink:0}
.recovery-choice span{display:block;color:#647269;font-size:11px;line-height:1.6;margin-top:8px}
.recovery-footer{display:flex;gap:24px;flex-wrap:wrap}
.recovery-footer>a{font-size:12px;min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}
@media(min-width:761px) and (max-width:1150px){.mz-store .nav{gap:17px;flex-wrap:wrap}.mz-store .nav>a,.mz-store .nav>button{font-size:12px}.mz-store .nav .helpnav{display:none}}
@media(max-width:1000px){.location-vehicle{flex-wrap:wrap}.location-vehicle-actions{margin-left:37px;width:100%}.location-copy>h2{font-size:21px}}
@media(max-width:600px){.location-category{padding:16px;gap:12px;flex-wrap:wrap}.location-category>img,.location-icon{width:62px;height:55px}.location-category .location-copy{flex-basis:calc(100% - 74px)}.location-copy>h2{font-size:20px}.location-change{margin-left:74px;min-height:34px;flex-basis:calc(100% - 74px)}.location-vehicle{padding:16px}.location-vehicle .location-copy{flex-basis:calc(100% - 40px)}.location-vehicle-actions{gap:20px;flex-wrap:wrap}.catalog-recovery{padding:22px 18px}.catalog-recovery h2{font-size:22px}.recovery-choices{grid-template-columns:1fr}.recovery-footer{gap:0;flex-direction:column}.mz-store .nav.open>a{min-height:44px}}

/* catalog-readability.css */
/* Strong department / category hierarchy and readable supporting catalog text. */
body.mz-store{--muted:#4b5b52;--line:#ccd5ca}
body.mz-store .tree-card{border:1px solid #c4cec1;border-radius:12px;margin-bottom:26px;box-shadow:0 3px 12px #20332808}
body.mz-store .tree-card>summary{background:#24332d;color:#fff;border-left:5px solid #da632e;padding:22px 24px;gap:22px;min-height:132px}
body.mz-store .tree-card>summary:hover{background:#2d4037}
body.mz-store .tree-card>summary:focus-visible{outline:3px solid #ffbd8f;outline-offset:-5px}
body.mz-store .tree-card .tree-group-photo{background:#f5f7f1;width:108px;height:86px;border:1px solid #fff;border-radius:8px}
body.mz-store .tree-card .tree-group-photo img{width:96px;height:76px}
body.mz-store .department-kicker{display:block;color:#ffd3b6;font-size:10px;line-height:1.5;font-weight:750;letter-spacing:.11em;text-transform:uppercase;margin-bottom:6px}
body.mz-store .tree-group-title h2{color:#fff;font-size:27px;line-height:1.25;letter-spacing:-.025em;font-weight:750}
body.mz-store .tree-group-title p{color:#dce7de;font-size:14px;font-weight:450;line-height:1.6;margin-top:6px}
body.mz-store .tree-group-count{color:#f2f6f1;font-size:12px;font-weight:600;background:#34483c;border:1px solid #718172;border-radius:6px;padding:6px 10px}
body.mz-store .tree-toggle{width:34px;height:34px;background:#f5f7f1;border-color:#f5f7f1;color:#24332d}
body.mz-store .tree-toggle:after{font-size:22px}
body.mz-store .tree-links{background:#eef2ea;border-top:0;padding:20px;gap:12px}
body.mz-store .tree-links>a{min-height:96px;padding:14px;border:1px solid #c8d2c4;gap:14px;border-radius:8px}
body.mz-store .tree-links>a:hover{border-color:#a43d19;background:#fffaf6;box-shadow:0 2px 8px #20332808}
body.mz-store .tree-links>a:focus-visible{outline:3px solid #a43d19;outline-offset:2px}
body.mz-store .tree-leaf-copy strong{font-size:15px;font-weight:650;color:#202b25;line-height:1.45}
body.mz-store .tree-leaf-copy small{font-size:12px;color:#4b5b52;line-height:1.5;margin-top:5px}
body.mz-store .tree-leaf-arrow{color:#a43d19;font-size:20px}
body.mz-store .tree-total{font-size:13px;font-weight:600;color:#4b5b52}
body.mz-store .tree-tools input{border-color:#aab9a8;font-size:15px;color:#202b25}
body.mz-store .tree-tools input::placeholder{color:#526256;opacity:1}
body.mz-store .small-note{color:#4b5b52;font-size:12px;line-height:1.7}

/* The same hierarchy in the vehicle's category directory. */
body.mz-store .vehicle-parts-group{padding:0 18px 16px;border-color:#c4cec1;overflow:hidden}
body.mz-store .vehicle-parts-heading{margin:0 -18px 15px;padding:18px 14px;border:0;border-left:4px solid #da632e;background:#24332d;min-height:135px;gap:12px}
body.mz-store .vehicle-parts-heading:hover{background:#2d4037}
body.mz-store .vehicle-parts-heading:focus-visible{outline:3px solid #ffbd8f;outline-offset:-5px}
body.mz-store .vehicle-parts-heading h3{font-size:19px;color:#fff;font-weight:750;line-height:1.35}
body.mz-store .vehicle-parts-heading small{color:#dce7de;font-size:12px}
body.mz-store .vehicle-parts-heading .department-kicker{font-size:9px;color:#ffd3b6;margin-bottom:4px}
body.mz-store .vehicle-parts-photo{width:62px;height:60px;background:#f5f7f1}
body.mz-store .vehicle-parts-photo img{width:58px;height:55px}
body.mz-store .vehicle-parts-group li>a{font-size:14px;color:#25372b;line-height:1.55;padding:8px 0}
body.mz-store .vehicle-parts-group li>a small{font-size:12px;color:#4b5b52;background:#eef2ea}
body.mz-store .vehicle-parts-all{font-size:13px;color:#a43d19}
body.mz-store .vehicle-related>strong{font-size:11px;color:#4b5b52}
body.mz-store .vehicle-related li>a{font-size:13px;color:#4b5b52}
body.mz-store .vehicle-directory-heading p,body.mz-store .vehicle-directory-note,body.mz-store .vehicle-directory-count,body.mz-store .group-related-links p{color:#4b5b52;font-size:13px}
body.mz-store .vehicle-quick-grid span{color:#4b5b52;font-size:12px}

/* Supporting text on light surfaces; dark hero / navigation text stays light. */
body.mz-store .intro p{color:#4b5b52;font-size:15px;line-height:1.75}
body.mz-store .crumb,body.mz-store .mz-breadcrumb{color:#4b5b52;font-size:12px}
body.mz-store .category-tile small,body.mz-store .category-tile p{color:#4b5b52;font-size:12px}
body.mz-store .catalog-title-row p,body.mz-store .catalog-row-description{color:#43554a;font-size:14px;line-height:1.7}
body.mz-store .catalog-row-facts dt,body.mz-store .catalog-toolbar small,body.mz-store .location-copy>small,body.mz-store .location-copy>p,body.mz-store .facet-location small{color:#4b5b52;font-size:12px}
body.mz-store .catalog-facets>summary small,body.mz-store .catalog-facets .facet-option>small,body.mz-store .catalog-facets .facet-prices label,body.mz-store .facet-apply>small{color:#4b5b52;font-size:12px}
body.mz-store .catalog-facets label.facet-option{font-size:13px;color:#2e4134}
body.mz-store .catalog-facets input::placeholder{color:#526256;opacity:1}
body.mz-store .active-filters>span{font-size:12px;color:#4b5b52}
body.mz-store .catalog-recovery>p,body.mz-store .recovery-choice span{color:#4b5b52;font-size:13px}
body.mz-store .mega-column>h3{color:#43554a}
body.mz-store .mega-copy small{color:#4b5b52;font-size:12px}
@media(max-width:1150px){body.mz-store .vehicle-parts-heading h3{font-size:18px}}
@media(max-width:760px){
  body.mz-store .tree-card>summary{display:grid;grid-template-columns:64px minmax(0,1fr) 30px;gap:12px;padding:18px 14px;border-left-width:4px;min-height:132px}
  body.mz-store .tree-card .tree-group-photo{width:64px;height:64px;align-self:start;margin-top:4px}
  body.mz-store .tree-card .tree-group-photo img{width:58px;height:58px}
  body.mz-store .tree-group-title h2{font-size:22px;line-height:1.3;overflow-wrap:normal}
  body.mz-store .tree-group-title p{font-size:13px;line-height:1.6}
  body.mz-store .tree-group-count{display:none}
  body.mz-store .tree-toggle{width:30px;height:30px;align-self:start;margin-top:5px}
  body.mz-store .tree-links{padding:12px;gap:10px}
  body.mz-store .tree-links>a{padding:12px 10px;gap:12px;min-height:92px}
  body.mz-store .tree-leaf-copy strong{font-size:14px;line-height:1.5}
  body.mz-store .tree-leaf-copy small{font-size:12px}
  body.mz-store .tree-tools input{font-size:16px}
  body.mz-store .tree-tools input::placeholder{font-size:14px}
  body.mz-store .tree-total{font-size:12px}
  body.mz-store .vehicle-parts-heading h3{font-size:21px}
  body.mz-store .vehicle-parts-heading{min-height:119px}
  body.mz-store .vehicle-parts-photo{width:70px;height:65px}
  body.mz-store .vehicle-parts-photo img{width:66px;height:61px}
}
@media(max-width:380px){body.mz-store .tree-card>summary{grid-template-columns:52px minmax(0,1fr) 28px;gap:10px;padding:16px 10px}body.mz-store .tree-card .tree-group-photo{width:52px;height:58px}body.mz-store .tree-card .tree-group-photo img{width:48px;height:53px}body.mz-store .tree-group-title h2{font-size:20px}body.mz-store .tree-toggle{width:28px;height:28px}body.mz-store .tree-group-title p{font-size:12px}}

/* Manufacturer marks get an independent, responsive display area. */
body.mz-store .home-brands{display:block;padding:35px 0 40px;margin:10px 0 28px;border-bottom:1px solid #ccd5ca}
body.mz-store .home-brands-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}
body.mz-store .home-brands-heading h2{font-size:27px;line-height:1.3;margin-top:7px}
body.mz-store .home-brands-heading .eyebrow{color:#4b5b52}
body.mz-store .home-brands-heading .textlink{font-size:13px;min-height:44px;display:flex;align-items:center;white-space:nowrap}
body.mz-store .home-brands-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.mz-store .home-brand-card{display:flex;flex-direction:column;min-width:0;padding:22px;background:#fff;border:1px solid #cbd5c6;border-radius:10px;transition:border-color .15s,box-shadow .15s}
body.mz-store .home-brand-card:hover{border-color:#a43d19;box-shadow:0 5px 15px #24332d0b}
body.mz-store .home-brand-logo{display:flex;align-items:center;justify-content:center;width:100%;height:88px;margin-bottom:18px}
body.mz-store .home-brand-logo img{width:170px;max-width:100%;height:80px;max-height:80px;object-fit:contain;mix-blend-mode:normal}
body.mz-store .home-brand-logo>span{font-size:25px;font-weight:750;text-align:center;overflow-wrap:anywhere}
body.mz-store .home-brand-name{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e2e7de;padding-top:13px;font-size:15px;font-weight:700;color:#24332d}
body.mz-store .home-brand-name b{font-weight:500;color:#a43d19}
body.mz-store .account-register-shortcut{display:flex;justify-content:flex-end;align-items:center;gap:7px;flex-wrap:wrap;margin:12px 0 0;font-size:13px;line-height:1.6;color:#43554a}
body.mz-store .account-register-shortcut a{display:inline-flex;align-items:center;min-height:44px;color:#0754a3;font-weight:700;text-decoration:underline;text-underline-offset:4px}
body.mz-store .account-register-shortcut a:hover{color:#003e80}
body.mz-store .account-register-shortcut a:focus-visible{outline:2px solid #0754a3;outline-offset:4px;border-radius:2px}
body.mz-store .account-entry-form .account-guest{margin-top:14px}
body.mz-store .account-story>.eyebrow,body.mz-store .account-story-sign{color:#c5d2ca}
@media(max-width:760px){body.mz-store .home-brands-heading{align-items:flex-start;flex-direction:column;gap:8px}.mz-store .home-brands-heading h2{font-size:24px}body.mz-store .home-brands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.mz-store .home-brand-card{padding:17px 14px}body.mz-store .home-brand-logo{height:76px;margin-bottom:12px}body.mz-store .home-brand-logo img{width:145px;height:70px;max-height:70px}body.mz-store .home-brand-name{font-size:14px}body.mz-store .account-register-shortcut{justify-content:center}}
@media(max-width:380px){body.mz-store .home-brand-card{padding:14px 10px}body.mz-store .home-brand-logo{height:67px}body.mz-store .home-brand-logo img{height:61px;max-height:61px}body.mz-store .home-brand-name{font-size:13px}}

/* store-refinement.css */
/* Compact brands, practical guides and assistance. Native scrolling; no autoplay. */
body.mz-store .brand-ribbon{display:grid;grid-template-columns:210px minmax(0,1fr);gap:26px;background:#fff;border:1px solid #d2dbd1;border-radius:12px;padding:20px 24px;margin:32px 0 52px;align-items:center;min-width:0}
.brand-ribbon-heading{min-width:0}.brand-ribbon-heading .eyebrow{font-size:9px;color:#5b675f;letter-spacing:.12em}
body.mz-store .brand-ribbon-heading h2{font-size:20px;line-height:1.25;letter-spacing:-.025em;margin:7px 0 10px}.brand-ribbon-heading>a{font-size:12px;font-weight:700;color:#ad421b}
.brand-ribbon-body{min-width:0;border-left:1px solid #e0e5dd;padding-left:24px}.brand-ribbon-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;font-size:11px;color:#4b5b52}
.brand-ribbon-controls>div{display:flex;gap:6px}.brand-ribbon-controls button{width:32px;height:32px;border:1px solid #cbd5c9;border-radius:50%;background:#fff;color:#24332d;font-family:inherit;font-weight:700;font-size:18px;cursor:pointer}.brand-ribbon-controls button:disabled{opacity:.3;cursor:default}
.brand-rail{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#a8b8a8 transparent;padding:4px 2px 10px;min-width:0}
.brand-rail:focus-visible,.brand-ribbon-controls button:focus-visible{outline:2px solid #a63e19;outline-offset:3px}
body.mz-store .brand-rail-item{flex:0 0 150px;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:10px;scroll-snap-align:start;padding:11px 14px;background:#fafbf8;border:1px solid #e1e7df;border-radius:7px;min-height:90px}
.brand-rail-item img{width:122px;max-width:100%;height:46px;object-fit:contain}.brand-rail-item>span{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;color:#34483c}.brand-rail-item b{color:#b44720}.brand-rail-item:hover{border-color:#bd6846;background:#fff}
.home-guides .guide-cards>a{background:#fff;border:1px solid #d5ded2;border-radius:12px;overflow:hidden;padding:0 0 22px;min-width:0;display:flex;flex-direction:column}.home-guides .guide-cards>a>img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;border-radius:0}.home-guides .guide-cards h3{font-size:21px;line-height:1.35;margin:20px 22px 10px}.home-guides .guide-cards p{font-size:14px;color:#4b5b52;line-height:1.65;margin:0 22px 22px}.home-guides .guide-cards .textlink{margin:auto 22px 0;font-size:12px}
body[data-page=guides] .page-top h1{font-size:clamp(29px,3.3vw,46px);max-width:850px;line-height:1.18}body[data-page=guides] .editorial-guides{row-gap:42px}.editorial-guides .guide-card{padding:18px;background:#fff;border:1px solid #d5ded2;border-radius:13px}.editorial-guides .guide-card>p{color:#4b5b52}
.guide-products{margin:32px 0;padding:24px;background:#eef2e9;border:1px solid #d6dfd0;border-radius:12px}.guide-products h2{font-size:25px!important;margin:10px 0}.guide-products>p{font-size:13px!important;line-height:1.7!important;color:#4b5b52;margin:0 0 20px!important}
.guide-product-list{display:grid;gap:10px}.guide-product{display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;background:white;border:1px solid #d3ddce;border-radius:8px}.guide-product img{width:90px;height:80px;object-fit:contain}.guide-product>span{min-width:0}.guide-product strong{display:block;font-size:14px;line-height:1.5}.guide-product>span small{display:block;margin-top:8px;font-size:11px}.guide-product .in-stock{color:#00653f}.guide-product .out-stock{color:#af1e3c}.guide-product>b{font-size:19px;white-space:nowrap;text-align:right}.guide-product>b small{display:block;font-size:10px;color:#4b5b52;margin-top:5px;font-weight:500}.guide-product:hover{border-color:#ba542b}
.article-sidebar{max-height:calc(100vh - 50px);overflow:auto}.editorial-article>section>p{color:#34483c}.editorial-article .article-meta{color:#53624f}
body.mz-store .assistance-intro{padding-top:26px;padding-bottom:26px}.assistance-intro .breadcrumb{margin-bottom:25px}.assistance-intro>.eyebrow{font-size:10px;color:#945039}
body.mz-store .assistance-intro h1{font-size:clamp(28px,3vw,42px);line-height:1.15;letter-spacing:-.035em;margin:12px 0}.assistance-intro>p{max-width:700px;font-size:15px;line-height:1.7;color:#4b5b52;margin:0 0 25px}
.assistance-quick{display:grid;grid-template-columns:1fr 1.15fr .85fr;gap:12px}.assistance-quick>a{display:flex;align-items:center;gap:14px;border:1px solid #d7dfd3;background:#fff;border-radius:9px;padding:16px 18px;min-width:0}.assistance-quick .icon{color:#b44720;width:22px;height:22px;flex-shrink:0}.assistance-quick>a>span{font-size:11px;color:#53624f}.assistance-quick strong{display:block;font-size:15px;line-height:1.5;color:#24332d;overflow-wrap:anywhere}.assistance-quick>a:hover{border-color:#b44720}
.assistance-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:26px;align-items:start;padding-bottom:60px}.assistance-form-card{min-width:0;background:#fff;border:1px solid #d0dbce;border-radius:14px;padding:30px}.assistance-form-heading{padding-bottom:22px;border-bottom:1px solid #e1e7dc}.assistance-form-heading h2{font-size:27px;letter-spacing:-.025em;margin:9px 0}.assistance-form-heading>p{font-size:12px;line-height:1.6;color:#53624f;margin:0}
.assistance-form{display:grid;gap:22px;margin-top:25px}.assistance-form fieldset{border:0;padding:0;margin:0;min-width:0}.assistance-form legend{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:750;line-height:1.5;padding:0;margin-bottom:16px}.assistance-form legend>span{display:inline-grid;place-items:center;font-size:10px;background:#eaf0e6;color:#465c47;border-radius:7px;width:30px;height:30px;flex-shrink:0}.assistance-form legend>small{font-size:10px;font-weight:500;color:#58674f}
.assistance-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.assistance-form label{font-size:12px;font-weight:600;display:block;margin:0;min-width:0}.assistance-form input:not([type=checkbox]),.assistance-form select,.assistance-form textarea{font-family:inherit;font-weight:400;font-size:14px;line-height:1.5;width:100%;min-width:0;max-width:100%;border:1px solid #c8d3c2;border-radius:7px;background:#fcfdfa;color:#24332d;padding:12px 14px;margin-top:8px;min-height:47px;box-shadow:none}.assistance-form input:focus,.assistance-form select:focus,.assistance-form textarea:focus{outline:2px solid #b44b23;outline-offset:2px;background:white}.assistance-form textarea{resize:vertical;min-height:130px}.assistance-fields .field-wide{grid-column:1/-1}.assistance-form .field-hint{font-size:11px;color:#53624f;margin:12px 0 0;line-height:1.65}
.assistance-form .assistance-consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;font-weight:400;line-height:1.6}.assistance-consent input{flex:0 0 18px;width:18px;height:18px;margin:2px 0 0;accent-color:#b44720}.assistance-consent a{text-decoration:underline}.assistance-submit{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.assistance-submit .button{min-height:48px;padding:13px 23px;font-size:13px}.assistance-submit>span{font-size:11px;color:#53624f}.assistance-form .form-feedback:empty{display:none}.assistance-sidebar{display:grid;gap:18px;min-width:0}.assistance-how{background:#24332d;color:#fff;border-radius:12px;padding:28px}.assistance-how>.eyebrow{color:#ffd3b6;font-size:9px}.assistance-how h2{font-size:25px;letter-spacing:-.03em;line-height:1.25;margin:13px 0 23px}.assistance-how ol{list-style:none;padding:0;margin:0;display:grid;gap:22px}.assistance-how li{display:flex;gap:13px;align-items:start}.assistance-how li>span{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;background:#3b4f41;color:#ffd3b6;border-radius:50%;font-size:12px}.assistance-how strong{font-size:14px}.assistance-how li p{font-size:12px;line-height:1.7;color:#dde6dc;margin:6px 0 0}.assistance-how>a{display:flex;gap:12px;justify-content:space-between;align-items:center;border-top:1px solid #ffffff35;padding-top:20px;margin-top:25px;font-size:12px;color:white}.assistance-how>a .icon{width:18px;flex-shrink:0}
.assistance-reading,.assistance-hours{border:1px solid #d4ded0;border-radius:12px;padding:23px;background:#fff}.assistance-reading>.eyebrow{font-size:9px}.assistance-reading h3,.assistance-hours h3{font-size:18px;margin:7px 0 15px}.assistance-reading a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid #e7ece2;font-size:13px}.assistance-reading a span{color:#b44720}.assistance-hours dl{margin:0}.assistance-hours dl>div{display:flex;justify-content:space-between;gap:14px;font-size:12px;margin:12px 0}.assistance-hours dt{color:#4b5b52}.assistance-hours dd{font-weight:700;margin:0;white-space:nowrap}
body[data-page=contact] .contact-map-section h2{font-size:28px}body[data-page=contact] .contact-map{height:280px}
@media(max-width:1000px){.assistance-layout{grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);gap:18px}.assistance-form-card,.assistance-how{padding:23px}.assistance-fields{gap:13px}.assistance-quick{gap:8px}.assistance-quick>a{padding:14px 12px;gap:9px}.assistance-quick strong{font-size:13px}.brand-ribbon-heading{padding-right:0}body.mz-store .brand-ribbon{grid-template-columns:180px minmax(0,1fr);gap:16px}.brand-ribbon-body{padding-left:16px}.guide-product{grid-template-columns:70px minmax(0,1fr)}.guide-product img{width:70px;height:70px;grid-row:span 2}.guide-product>b{grid-column:2;text-align:left;font-size:18px}.guide-product>b small{display:inline;margin-left:8px}}
@media(max-width:760px){body.mz-store .brand-ribbon{display:block;padding:17px 16px;margin:25px 0 35px}.brand-ribbon-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 8px}.brand-ribbon-heading .eyebrow{grid-column:1/-1;font-size:8px}body.mz-store .brand-ribbon-heading h2{font-size:18px;margin:3px 0}.brand-ribbon-heading h2 br{display:none}.brand-ribbon-heading>a{font-size:10px;white-space:nowrap}.brand-ribbon-body{border:0;padding:10px 0 0}.brand-ribbon-controls{margin-bottom:0}.brand-rail{gap:9px}.brand-ribbon-controls button{width:34px;height:34px}body.mz-store .brand-rail-item{flex-basis:134px;min-height:85px;padding:10px 12px}.brand-rail-item img{height:42px}.assistance-quick{grid-template-columns:1fr}.assistance-quick>a{padding:13px 16px}.assistance-quick>a>span{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px}.assistance-quick strong{font-size:14px}.assistance-layout{grid-template-columns:1fr;gap:22px;padding-bottom:38px}.assistance-form-card{padding:21px}.assistance-form-heading h2{font-size:25px}.assistance-fields{grid-template-columns:1fr}.assistance-form input:not([type=checkbox]),.assistance-form select,.assistance-form textarea{font-size:16px}.assistance-submit .button{width:100%;justify-content:space-between}.assistance-submit{gap:10px}.assistance-form legend{font-size:14px;flex-wrap:wrap;gap:8px}.assistance-sidebar{grid-template-columns:1fr}.assistance-intro>.eyebrow{font-size:9px}body.mz-store .assistance-intro h1{font-size:31px}.assistance-intro>p{font-size:14px}.guide-products{padding:18px}.guide-product{padding:13px;gap:10px}.guide-product strong{font-size:13px}.guide-product>b small{display:block;margin-left:0}.article-sidebar{max-height:none;overflow:visible}.home-guides .guide-cards h3{font-size:21px}.home-guides .guide-cards p{font-size:14px}}
@media(max-width:380px){.brand-ribbon-heading{grid-template-columns:1fr}.brand-ribbon-heading>a{justify-self:start}.assistance-form-card{padding:17px}.assistance-how{padding:22px}body.mz-store .assistance-intro h1{font-size:28px}}

body.mz-store .assistance-how>.eyebrow{color:#ffd3b6}.assistance-fields .smart-select{margin-top:8px}.assistance-fields .smart-select-trigger{min-height:47px;background:#fcfdfa;border-color:#c8d3c2;font-size:14px}

/* catalog-menu.css */
/* One inventory-backed mega menu on every storefront page. */
body.mz-store #mega.catalog-menu{
 --menu-ink:#15233d;--menu-muted:#718099;--menu-line:#e6ebf1;--menu-accent:#ff5100;
 position:absolute;inset:calc(100% + 1px) auto auto 50%;transform:translateX(-50%);
 width:calc(100% - 48px);max-width:1440px;height:min(600px,var(--mzcat-height,calc(100dvh - 190px)));
 max-height:none;padding:0;border:1px solid var(--menu-line);border-radius:14px;
 background:#fff;color:var(--menu-ink);box-shadow:0 16px 42px #14243a24;overflow:hidden;
 z-index:60;font-family:'DM Sans',Arial,sans-serif;overscroll-behavior:contain;
}
body.mz-store #mega[hidden],body.mz-store #mega [hidden]{display:none!important}
body.mz-store #mega *,body.mz-store #mega *:before,body.mz-store #mega *:after{box-sizing:border-box}
body.mz-store #mega .mega-shell{display:flex;flex-direction:column;width:100%;max-width:none;height:100%;padding:0;margin:0}
body.mz-store #mega .mega-heading{height:0;flex:none;padding:0;border:0}
body.mz-store #mega .mega-heading>h2,body.mz-store #mega .mzcat-all{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
body.mz-store #mega .mzcat-all:focus-visible{clip-path:none;width:auto;height:auto;padding:10px;background:#fff;z-index:4;left:320px;top:10px}
body.mz-store #mega .mega-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;min-height:0;width:38px;height:38px;padding:0;border:1px solid var(--menu-line);border-radius:50%;background:#fff;color:var(--menu-ink);box-shadow:none;z-index:4}
body.mz-store #mega .mega-close:hover{background:#f3f6f9}
body.mz-store #mega .mega-close .icon{width:18px;height:18px}
body.mz-store #mega .mzcat-layout{display:grid;grid-template-columns:292px minmax(0,1fr);height:100%;min-height:0}
body.mz-store #mega .mzcat-sidebar{display:flex;flex-direction:column;min-width:0;min-height:0;padding:18px 14px 12px;background:#fbfcfd;border-right:1px solid var(--menu-line)}
body.mz-store #mega .mzcat-search{display:flex;align-items:center;gap:10px;flex:none;min-height:44px;padding:0 12px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;margin:0 3px 12px}
body.mz-store #mega .mzcat-search>.icon{width:19px;height:19px;flex:none;color:var(--menu-accent)}
body.mz-store #mega .mzcat-search input{min-width:0;width:100%;height:42px;margin:0;padding:8px 0;border:0;border-radius:0;box-shadow:none;background:transparent;color:var(--menu-ink);font:400 12px/1.5 'DM Sans',Arial,sans-serif}
body.mz-store #mega .mzcat-search input::placeholder{color:#78869a;opacity:1}
body.mz-store #mega .mzcat-search input::-webkit-search-cancel-button{display:none}
body.mz-store #mega .mzcat-search button{flex:none;width:25px;min-height:30px;padding:0;border:0;border-radius:4px;background:transparent;color:var(--menu-muted);font-size:22px;box-shadow:none}
body.mz-store #mega .mzcat-groups{flex:1;min-height:0;overflow:auto;overflow-x:hidden;padding:0 3px 0 0;overscroll-behavior:contain}
body.mz-store #mega a.mzcat-group{display:flex;align-items:center;gap:11px;width:100%;min-height:47px;padding:5px 10px;margin:0;border:0;border-left:2px solid transparent;border-radius:6px;background:transparent;text-decoration:none;color:var(--menu-ink);font:450 13px/1.4 'DM Sans',Arial,sans-serif}
body.mz-store #mega .mzcat-group img{flex:none;object-fit:contain;width:36px;height:36px;mix-blend-mode:multiply;border:0;border-radius:3px;background:#fff}
body.mz-store #mega .mzcat-group>span:not(.mzcat-chevron){flex:1;min-width:0}
body.mz-store #mega .mzcat-chevron{display:flex;align-items:center;color:#718099;flex:none}
body.mz-store #mega .mzcat-chevron .icon{width:15px;height:15px}
body.mz-store #mega a.mzcat-group:hover{background:#f3f6fa;color:var(--menu-ink)}
body.mz-store #mega a.mzcat-group[data-active]{background:#fff2eb;border-left-color:var(--menu-accent);color:#e94b00;font-weight:750}
body.mz-store #mega .mzcat-group[data-active] .mzcat-chevron{color:var(--menu-accent)}
body.mz-store #mega .mzcat-scroll-hint{flex:none;margin:0;padding:11px 4px 0;font:400 10px/1.4 'DM Sans',Arial,sans-serif;color:var(--menu-muted)}
body.mz-store #mega .mzcat-content{min-width:0;min-height:0;overflow:auto;overflow-x:hidden;padding:22px 22px 14px;background:#fff;overscroll-behavior:contain}
body.mz-store #mega .mzcat-panel{display:flex;flex-direction:column;min-height:100%}
body.mz-store #mega .mzcat-detail-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;flex:none;margin:0 54px 18px 0}
body.mz-store #mega .mzcat-detail-heading>div{min-width:0}
body.mz-store #mega .mzcat-eyebrow{margin:0 0 5px;color:var(--menu-muted);font:750 9px/1.5 'DM Sans',Arial,sans-serif;letter-spacing:1.65px;text-transform:uppercase}
body.mz-store #mega h3{margin:0 0 5px;color:var(--menu-ink);font:800 27px/1.2 'Manrope',Arial,sans-serif;letter-spacing:-.7px}
body.mz-store #mega .mzcat-description{margin:0;color:var(--menu-muted);font:400 12px/1.5 'DM Sans',Arial,sans-serif}
body.mz-store #mega a.mzcat-view-group{display:inline-flex;align-items:center;justify-content:center;gap:14px;flex:none;min-height:38px;padding:9px 14px;border:1px solid #ffb795;border-radius:6px;color:#eb4b00;background:white;text-decoration:none;white-space:nowrap;font:650 12px/1.4 'DM Sans',Arial,sans-serif}
body.mz-store #mega .mzcat-view-group .icon{width:17px;height:17px}
body.mz-store #mega a.mzcat-view-group:hover{background:#fff6f0;border-color:var(--menu-accent)}
body.mz-store #mega .mzcat-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}
body.mz-store #mega a.mzcat-card{display:flex;align-items:center;gap:12px;min-width:0;min-height:110px;padding:13px 12px;border:1px solid var(--menu-line);border-radius:10px;background:#fff;box-shadow:0 3px 12px #263b5405;color:var(--menu-ink);text-decoration:none}
body.mz-store #mega .mzcat-image{display:grid;place-items:center;flex:0 0 80px;width:80px;height:80px;overflow:hidden;border-radius:5px;background:#fff}
body.mz-store #mega .mzcat-image img{display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain;border:0}
body.mz-store #mega .mzcat-card-copy{display:flex;flex:1;flex-direction:column;min-width:0;gap:6px}
body.mz-store #mega .mzcat-card strong{font:750 13px/1.35 'DM Sans',Arial,sans-serif;overflow-wrap:break-word;color:var(--menu-ink)}
body.mz-store #mega .mzcat-card small{color:var(--menu-muted);font:400 11px/1.4 'DM Sans',Arial,sans-serif}
body.mz-store #mega .mzcat-card-arrow{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#f4f6f8;color:#34425a}
body.mz-store #mega .mzcat-card-arrow .icon{width:15px;height:15px}
body.mz-store #mega a.mzcat-card:hover{border-color:#ffa16f!important;background:#fffaf6!important}
body.mz-store #mega .mzcat-card:hover .mzcat-card-arrow{background:#ffede1;color:var(--menu-accent);transform:translateX(2px)}
body.mz-store #mega [data-density=dense] .mzcat-card{min-height:88px;padding:10px 12px;gap:10px}
body.mz-store #mega [data-density=dense] .mzcat-image{flex-basis:62px;width:62px;height:62px}
body.mz-store #mega [data-density=sparse] .mzcat-card{min-height:152px}
body.mz-store #mega [data-density=sparse] .mzcat-image{flex-basis:100px;width:100px;height:112px}
body.mz-store #mega [data-category-count="1"] .mzcat-cards{grid-template-columns:minmax(0,1fr)}
body.mz-store #mega [data-category-count="2"] .mzcat-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
body.mz-store #mega [data-density=sparse] .mzcat-card strong{font-size:15px}
body.mz-store #mega .mzcat-panel-bottom{margin-top:auto;padding-top:18px}
body.mz-store #mega .mzcat-related{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;margin:0 0 10px;padding:10px 0 0;border-top:1px solid var(--menu-line);font:400 11px/1.5 'DM Sans',Arial,sans-serif;color:var(--menu-muted)}
body.mz-store #mega .mzcat-related a{padding:0;color:#465975;font:500 11px/1.5 'DM Sans',Arial,sans-serif;text-decoration:underline;text-underline-offset:3px}
body.mz-store #mega .mzcat-help{display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:8px;background:#f5f7fa}
body.mz-store #mega .mzcat-help-icon{display:flex;color:#728296}
body.mz-store #mega .mzcat-help-icon .icon{width:29px;height:29px}
body.mz-store #mega .mzcat-help>div{flex:1;min-width:0}
body.mz-store #mega .mzcat-help strong{display:block;margin-bottom:3px;font:750 11px/1.35 'DM Sans',Arial,sans-serif;color:var(--menu-ink)}
body.mz-store #mega .mzcat-help>div>span{display:block;font:400 10px/1.4 'DM Sans',Arial,sans-serif;color:var(--menu-muted)}
body.mz-store #mega .mzcat-help a{display:flex;align-items:center;gap:12px;padding:0;color:#ed4b00;font:700 11px/1.4 'DM Sans',Arial,sans-serif}
body.mz-store #mega .mzcat-help a .icon{width:18px;height:18px;flex:none}
body.mz-store #mega .mzcat-back{display:none}
body.mz-store #mega .mzcat-results{padding-top:5px}
body.mz-store #mega .mzcat-results h3{padding-right:48px}
body.mz-store #mega .mzcat-result-count{margin:8px 0 20px;font-size:12px;color:var(--menu-muted)}
body.mz-store #mega .mzcat-empty{padding:25px 20px;border:1px dashed #d9e1e9;border-radius:8px;background:#f8fafc;font-size:13px}
body.mz-store #mega .mzcat-empty p{color:var(--menu-muted);font-size:12px;line-height:1.6}
body.mz-store #mega .mzcat-empty button{padding:10px 0;border:0;background:transparent;box-shadow:none;color:#e74a00;font-size:12px;text-align:left;white-space:normal}
body.mz-store #mega :is(.mzcat-groups,.mzcat-content){scrollbar-width:thin;scrollbar-color:#c4ccd4 transparent;scroll-behavior:auto}
body.mz-store #mega :is(.mzcat-groups,.mzcat-content)::-webkit-scrollbar{width:5px}
body.mz-store #mega :is(.mzcat-groups,.mzcat-content)::-webkit-scrollbar-thumb{background:#c4ccd4;border-radius:6px}
body.mz-store #mega :is(a,button,input):focus-visible{outline:2px solid #087e9e;outline-offset:2px}
body.mz-store #mega .mzcat-search:focus-within{border-color:#ff9c6b}
@media(min-width:981px) and (max-width:1250px){
 body.mz-store #mega .mzcat-layout{grid-template-columns:264px minmax(0,1fr)}
 body.mz-store #mega .mzcat-content{padding:20px 18px 14px}
 body.mz-store #mega .mzcat-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.mz-store #mega .mzcat-detail-heading{align-items:flex-start;flex-direction:column;gap:12px}
 body.mz-store #mega [data-density=sparse] .mzcat-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.mz-store #mega [data-density=sparse] .mzcat-card{flex-wrap:wrap;min-height:170px}
 body.mz-store #mega [data-density=sparse] .mzcat-image{flex-basis:100%;width:100%;height:80px}
 body.mz-store #mega [data-category-count="1"] .mzcat-cards{grid-template-columns:minmax(0,1fr)}
 body.mz-store #mega [data-category-count="2"] .mzcat-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
 body.mz-store #mega.catalog-menu{position:fixed;inset:0 0 0 auto;transform:none;width:100%;max-width:560px;height:100dvh;max-height:100dvh;border:0;border-radius:0;z-index:100;box-shadow:-10px 0 40px #15233d24}
 body.mz-store #mega .mega-heading{position:relative;display:flex;align-items:center;height:70px;flex:none;padding:16px 66px 16px 18px;border-bottom:1px solid var(--menu-line)}
 body.mz-store #mega .mega-heading>h2{position:static;clip-path:none;overflow:visible;width:auto;height:auto;margin:0;padding:0;white-space:normal;font:800 20px/1.2 'Manrope',Arial,sans-serif;color:var(--menu-ink)}
 body.mz-store #mega .mega-close{top:15px;right:16px;width:40px;height:40px}
 body.mz-store #mega .mzcat-layout{display:flex;flex:1;min-height:0;height:auto}
 body.mz-store #mega .mzcat-sidebar{flex:1;min-height:0;border:0;padding:16px}
 body.mz-store #mega .mzcat-search{margin:0 0 12px;min-height:46px}
 body.mz-store #mega .mzcat-search input{font-size:16px}
 body.mz-store #mega .mzcat-group{min-height:54px!important;font-size:14px!important;padding:7px 10px!important}
 body.mz-store #mega .mzcat-group img{width:40px;height:40px}
 body.mz-store #mega .mzcat-scroll-hint{font-size:10px;padding-top:12px}
 body.mz-store #mega .mzcat-content{display:none;flex:1;padding:16px 16px 24px;min-height:0}
 body.mz-store #mega.mzcat-detail-open .mzcat-sidebar{display:none}
 body.mz-store #mega.mzcat-detail-open .mzcat-content{display:block}
 body.mz-store #mega.mzcat-searching .mzcat-layout{flex-direction:column}
 body.mz-store #mega.mzcat-searching .mzcat-sidebar{flex:none;padding-bottom:0}
 body.mz-store #mega.mzcat-searching .mzcat-groups,body.mz-store #mega.mzcat-searching .mzcat-scroll-hint{display:none}
 body.mz-store #mega.mzcat-searching .mzcat-content{display:block}
 body.mz-store #mega .mzcat-back{display:flex;align-items:center;gap:9px;margin:0 0 14px;padding:5px 0;min-height:36px;border:0;border-radius:4px;background:transparent;color:#e94b00;box-shadow:none;font:650 12px/1.5 'DM Sans',Arial,sans-serif}
 body.mz-store #mega .mzcat-back .icon{width:17px;height:17px}
 body.mz-store #mega .mzcat-panel{min-height:100%}
 body.mz-store #mega .mzcat-detail-heading{display:block;margin:0 0 18px}
 body.mz-store #mega h3{font-size:25px}
 body.mz-store #mega .mzcat-description{font-size:12px}
 body.mz-store #mega .mzcat-view-group{margin-top:13px;min-height:42px!important}
 body.mz-store #mega .mzcat-cards,body.mz-store #mega [data-density=sparse] .mzcat-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 body.mz-store #mega a.mzcat-card,body.mz-store #mega [data-density=dense] .mzcat-card,body.mz-store #mega [data-density=sparse] .mzcat-card{position:relative;flex-direction:column;align-items:stretch;gap:9px;padding:12px;min-height:164px}
 body.mz-store #mega .mzcat-image,body.mz-store #mega [data-density=dense] .mzcat-image,body.mz-store #mega [data-density=sparse] .mzcat-image{flex:none;width:100%;height:83px}
 body.mz-store #mega .mzcat-card-copy{flex:1;gap:5px}
 body.mz-store #mega .mzcat-card strong,body.mz-store #mega [data-density=sparse] .mzcat-card strong{font-size:12px;line-height:1.4;padding-right:0}
 body.mz-store #mega .mzcat-card small{font-size:10px;padding-right:23px}
 body.mz-store #mega .mzcat-card-arrow{position:absolute;right:9px;bottom:9px;width:22px;height:22px}
 body.mz-store #mega .mzcat-card-arrow .icon{width:13px;height:13px}
 body.mz-store #mega [data-category-count="1"] .mzcat-cards{grid-template-columns:minmax(0,1fr)}
 body.mz-store #mega [data-category-count="1"] .mzcat-card{flex-direction:row;align-items:center;min-height:145px}
 body.mz-store #mega [data-category-count="1"] .mzcat-image{width:120px;height:110px;flex:0 0 120px}
 body.mz-store #mega .mzcat-panel-bottom{padding-top:18px}
 body.mz-store #mega .mzcat-help{flex-wrap:wrap;padding:13px;gap:10px}
 body.mz-store #mega .mzcat-help a{width:100%;padding-left:39px;min-height:32px}
 body.mz-store #mega .mzcat-related{gap:10px 16px}
 body.mz-store #mega .mzcat-related>span{width:100%}
 body.mz-store #mega .mzcat-results h3{padding-right:0;font-size:22px}
}
@media(prefers-reduced-motion:no-preference){
 body.mz-store #mega :is(.mzcat-card,.mzcat-group,.mzcat-view-group,.mzcat-card-arrow){transition:background .14s,border-color .14s,transform .14s}
}

body.mz-store #mega .mzcat-arrow-back{transform:rotate(180deg)}
/* Neutralize legacy page-level .wrap and input overrides only inside the menu. */
body.mz-store #mega.catalog-menu .mega-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.mz-store #mega .mzcat-search input:focus{outline:0!important;box-shadow:none!important}


/* Large photographic category tiles, isolated from legacy page styles. */
body.mz-store #mega a.mzcat-group{min-height:52px;gap:12px;padding-top:4px;padding-bottom:4px}
body.mz-store #mega .mzcat-group>.mzcat-photo{flex:0 0 48px;min-width:48px;max-width:48px;width:48px;height:42px}
body.mz-store #mega .mzcat-image{display:grid;place-items:center;flex-basis:104px;width:104px;height:92px;overflow:hidden;background:transparent;border-radius:0}
body.mz-store #mega [data-density=dense] .mzcat-image{flex-basis:84px;width:84px;height:74px}
body.mz-store #mega [data-density=sparse] .mzcat-image{flex-basis:120px;width:120px;height:108px}
body.mz-store #mega a.mzcat-card{min-height:116px;padding:12px}
body.mz-store #mega [data-density=dense] .mzcat-card{min-height:94px}
body.mz-store #mega .mzcat-help-icon{display:grid;place-items:center;width:48px;height:44px;flex:0 0 48px}
body.mz-store #mega .mzcat-help strong{font-size:12px;line-height:1.4}
body.mz-store #mega .mzcat-help a.mzcat-help-guide{display:inline;padding:0;min-height:0;color:#546d83;font-size:10px;font-weight:600;text-decoration:underline;text-underline-offset:2px}
body.mz-store #mega .mzcat-help a.mzcat-help-cta{white-space:nowrap;flex:none}
@media(min-width:981px) and (max-width:1250px){
 body.mz-store #mega [data-density=sparse] .mzcat-image{flex-basis:100%;width:110px;height:96px}
}
@media(max-width:980px){
 body.mz-store #mega .mzcat-image,body.mz-store #mega [data-density=dense] .mzcat-image,body.mz-store #mega [data-density=sparse] .mzcat-image{flex:none;width:120px;max-width:100%;height:106px;align-self:center}
 body.mz-store #mega [data-category-count="1"] .mzcat-image{flex:0 0 112px;width:112px;height:98px}
 body.mz-store #mega .mzcat-help a.mzcat-help-cta{padding-left:58px;width:100%}
 body.mz-store #mega .mzcat-help a.mzcat-help-guide{display:inline;width:auto;padding:0}
}
/* Real photographs, packed once and preloaded before opening the menu. */
body.mz-store #mega .mzcat-photo{display:block;flex:none;width:100%;aspect-ratio:8/7;background-repeat:no-repeat;background-color:#fff;mix-blend-mode:multiply}
body.mz-store #mega [data-mzcat-photo="department-silnik"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-paliwo"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-naped"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-hamulce"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-akumulatory"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-elektryka"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-oswietlenie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-liczniki"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-zawieszenie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-kola"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="department-sterowanie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-nadwozie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-montaz"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-filtry"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-chlodzenie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-wydech"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-uszczelnienia"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-czesci-pozostale"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-oleje"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-opony"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="department-kaski"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-odziez"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-turystyka"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-bagaz"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-warsztat"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-rower"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-hulajnogi"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-podroze"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-gadzety"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-pojazdy"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="department-woda"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="department-ogrod"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="department-pozostale"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-cylindry-i-zestawy"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-tloki-i-pierscienie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-glowice-cylindra"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-wal-korbowy-i-lozyskowanie"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-glowice-i-rozrzad"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-obudowy-silnika-i-pokrywy"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-korki-i-uszczelnienia-silnika"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-gumy-i-uszczelnienia-silnika"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-cylindry-tloki-i-waly"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-pompy-oleju"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-odpowietrzanie-silnika"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-silniki-kompletne"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-czesci-silnika"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-gazniki-i-dolot"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-kraniki-paliwa"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-pompy-paliwa"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-zbiorniki-i-akcesoria-paliwa"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-uklad-wtryskowy-i-czujniki"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-przewody-i-zlacza-paliwa"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-lancuchy-i-akcesoria-napedu"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-zebatki-napedowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-paski-napedowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-rolki-wariatora"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-wariatory-i-elementy"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-sprzeglo-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-skrzynia-biegow-i-sprzeglo"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-skrzynia-biegow-i-rozruch"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-oslony-napedu"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-klocki-hamulcowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-szczeki-hamulcowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-elementy-hamulcow-bebnowych"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-hamulce-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-czujniki-swiatla-stop"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-akumulatory"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-ladowarki-i-akcesoria-akumulatorow"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-rozruszniki"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-elektryka-i-zaplon"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-swiece-zaplonowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-instalacje-elektryczne"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-czujniki-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-bezpieczniki"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-stacyjki-i-zamki"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-materialy-elektryczne"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-oswietlenie-motocykla"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-zarowki"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-sygnaly-dzwiekowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-odblaski-i-elementy-odblaskowe"]{background-image:url("/assets/menu-photos-20260925/photos-0-630e56d1048c.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-liczniki-i-napedy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-amortyzatory"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-naprawa-przedniego-zawieszenia"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-oslony-i-gumy-zawieszenia"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-lozyska-glowki-ramy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-zawieszenie-i-kierownica"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-lozyskowanie-wahacza"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-elementy-zawieszenia-atv"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-obrecze-i-akcesoria-kol"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-piasty-i-osie-kol"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-zabieraki-kola"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-osie-tylne-atv"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-kierownice-i-mocowania"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-manetki-i-dzwignie"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-linki-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-oslony-dloni-i-mufki"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-sterowanie-i-linki"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-lusterka-i-mocowania"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-blotniki-i-oslony"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-siedzenia-i-pokrowce"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-podnozki-i-gumy-podnozkow"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-nadwozie-i-elementy-ramy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-podnozki-i-podstawy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-szyby-i-owiewki"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-gmole-i-crash-pady"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-uchwyty-pasazera"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-uchwyty-tablic-rejestracyjnych"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-ramki-tablic-rejestracyjnych"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-ramy-pojazdow"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-zestawy-gum-pojazdu"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-mocowania-i-elementy-montazowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-filtry-powietrza"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-filtry-oleju"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-filtry-paliwa"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-filtry-chlodzenia-napedu"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-filtry-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-chlodzenie-silnika"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-pompy-wody"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-uklad-wydechowy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-uszczelnienia-i-lozyska"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-czesci-oryginalne"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-silnikowe-2t"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-silnikowe-4t"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-do-skuterow-2t"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-do-skuterow-4t"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-samochodowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-do-pojazdow-zabytkowych"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-do-kosiarek-i-pil"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-silnikowe-specjalistyczne"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-przekladniowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-do-zawieszen"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-hydrauliczne"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-do-lancuchow-pil"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-i-smary-przemyslowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-plyny-hamulcowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-plyny-i-preparaty-do-chlodnic"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-plyny-do-spryskiwaczy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-pielegnacja-napedu"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-kleje-techniczne"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-silikony-i-masy-uszczelniajace"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-smary-i-pasty-montazowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-odrdzewiacze-i-preparaty-wielofunkcyjne"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-zmywacze-hamulcowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-czyszczenie-gaznikow-i-dolotu"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-chemia-do-elektryki"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-odtluszczacze-i-zmywacze"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-pielegnacja-filtrow-powietrza"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-dodatki-i-preparaty-do-silnika"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-lakiery-podklady-i-szpachle"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-zabezpieczenie-antykorozyjne"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-chemia-warsztatowa"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-mycie-pojazdow"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-pasty-polerskie-i-woski"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-pielegnacja-plastikow-i-gumy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-pielegnacja-kaskow-i-wizjerow"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-pielegnacja-skory-i-odziezy"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-czyszczenie-szyb-i-odmrazacze"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-mycie-i-ochrona-rak"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-do-konserwacji"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-oleje-silnikowe"]{background-image:url("/assets/menu-photos-20260925/photos-1-fc0b9903d427.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-chemia-i-pielegnacja"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-opony-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-detki-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-naprawa-opon-i-detek"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-kaski-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-do-kaskow"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-gogle"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-do-gogli"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-interkomy-i-komunikacja"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-kaski-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-kaskow-rowerowych"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-kurtki-i-koszule-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-spodnie-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-rekawice-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-buty-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-crossowa"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-ochronna"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-ochraniacze-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-ochraniacze-ciala"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-odziezy-motocyklowej"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 14.285714%;}
body.mz-store #mega [data-mzcat-photo="category-slidery-kolan"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-termoaktywna"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-przeciwdeszczowa"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-kamizelki-odblaskowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-podgrzewana"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-skarpetki-podgrzewane"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-zabezpieczenia-motocykla"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-pokrowce-na-pojazdy"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-uchwyty-telefonow-i-nawigacji"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-uchwyty-kamer-i-akcesoriow"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 28.571429%;}
body.mz-store #mega [data-mzcat-photo="category-lokalizatory-pojazdow"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-naklejki-i-emblematy"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-oslony-i-pokrowce-akcesoriow"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-torowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-czesci-i-akcesoria-wyciagarek"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-kufry-i-bagaz"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-bagazniki-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-stelaze-i-mocowania-bagazu"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 42.857143%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-do-kufrow-i-toreb"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-pasy-i-siatki-bagazowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-warsztatowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-gwinty-obrobka"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-hamulce-i-plyny"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-klucze-i-zestawy-narzedzi"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-kola-i-opony"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-mycie-czyszczenie"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-organizacja-warsztatu"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-pomiary-diagnostyka"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 57.142857%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-silnik-sprzeglo-wariator"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-wkretaki-szczypce-narzedzia-reczne"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-zawieszenie-kierownica"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-serwis-lancucha"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-sciagacze-i-rozpolawiacze"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-podnosniki-i-stojaki"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-kanistry-i-lejki"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-pompki-i-kompresory"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-rekawice-robocze"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-rekawice-jednorazowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 71.428571%;}
body.mz-store #mega [data-mzcat-photo="category-okulary-i-gogle-robocze"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-ekspozycja-i-wyposazenie-sklepu"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-opakowania-i-zabezpieczenia-transportowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-linki-i-pancerze-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-silniki-rowerowe-i-czesci"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-bidony-i-uchwyty-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-kierownice-chwyty-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-chemia-rowerowa"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-bagaz-i-kosze-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-kola-i-obrecze-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 85.714286%;}
body.mz-store #mega [data-mzcat-photo="category-blotniki-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:0.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-oswietlenie-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:11.111111% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-opony-detki-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:22.222222% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-zabezpieczenia-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:33.333333% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-dzwonki-i-odblaski-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:44.444444% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-czesci-rowerow-elektrycznych"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:55.555556% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-hamulce-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:66.666667% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-naped-rowerowy"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:77.777778% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:88.888889% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-foteliki-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-2-be8f97dcd736.webp?v=df9564b22239");background-size:1000% 800%;background-position:100.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-stery-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-siodelka-sztyce-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-liczniki-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:33.333333% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-okulary-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:44.444444% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-plyny-hamulcowe-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:55.555556% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-lusterka-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:66.666667% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-rowerowa"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:77.777778% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-lozyska-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:88.888889% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-widelce-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:100.000000% 0.000000%;}
body.mz-store #mega [data-mzcat-photo="category-korby-i-suporty-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-szprychy-nyple-i-osie-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-obejmy-i-sztyce-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-przerzutki-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:33.333333% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-pedaly-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:44.444444% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-piasty-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:55.555556% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-podporki-rowerowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:66.666667% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-czesci-do-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:77.777778% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-elektryka-i-oswietlenie-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:88.888889% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-blotniki-i-podesty-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:100.000000% 16.666667%;}
body.mz-store #mega [data-mzcat-photo="category-opony-i-detki-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-kierownice-i-skladanie-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-hamulce-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-bagaz-i-akcesoria-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:33.333333% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-kola-i-zawieszenie-hulajnog"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:44.444444% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-naczynia-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:55.555556% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-grille-i-kuchenki-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:66.666667% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-wyprawowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:77.777778% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-nocleg-i-meble-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:88.888889% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-narzedzia-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:100.000000% 33.333333%;}
body.mz-store #mega [data-mzcat-photo="category-lodowki-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-zasilanie-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akcesoria-do-latarek"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-pojemniki-i-wklady-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:33.333333% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akumulatory-do-pracy-cyklicznej"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:44.444444% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-urzadzenia-na-komary"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:55.555556% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-akumulatory-do-urzadzen"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:66.666667% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-rekawice-turystyczne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:77.777778% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-breloki-motoryzacyjne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:88.888889% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-kubki-motoryzacyjne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:100.000000% 50.000000%;}
body.mz-store #mega [data-mzcat-photo="category-dekoracje-motoryzacyjne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-zegary-i-termometry"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-skarbonki-i-pojemniki"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-gadzety-motoryzacyjne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:33.333333% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-notesy-i-pismiennictwo"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:44.444444% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-odziez-codzienna"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:55.555556% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-puszki-i-dekoracje"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:66.666667% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-maszty-i-mocowania-flag"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:77.777778% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-rekawice-codzienne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:88.888889% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-mietowki-i-upominki"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:100.000000% 66.666667%;}
body.mz-store #mega [data-mzcat-photo="category-literatura-motocyklowa"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-kalendarze-motocyklowe"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-motocykle-i-quady"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-paliwo-silnikow-zaburtowych"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:33.333333% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-chlodzenie-silnikow-zaburtowych"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:44.444444% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-sterowanie-silnikow-zaburtowych"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:55.555556% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-sruby-i-serwis-silnikow-zaburtowych"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:66.666667% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-filtry-silnikow-zaburtowych"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:77.777778% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-czesci-silnikow-ogrodowych"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:88.888889% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-uprawa-roslin"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:100.000000% 83.333333%;}
body.mz-store #mega [data-mzcat-photo="category-hulajnogi-kompletne"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:0.000000% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-rowery-biegowe-i-jezdziki"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:11.111111% 100.000000%;}
body.mz-store #mega [data-mzcat-photo="category-dzial-rower"]{background-image:url("/assets/menu-photos-20260925/photos-3-4825f92b0050.webp?v=df9564b22239");background-size:1000% 700%;background-position:22.222222% 100.000000%;}

/* auth-journey.css */
/* Complete account journey. Scoped to account entry and onboarding screens. */
body.mz-store .account-entry{max-width:1060px;grid-template-columns:.88fr 1.12fr;border-radius:24px;border-color:#dce4de;box-shadow:0 18px 65px #17352a08}
body.mz-store .account-story{padding:44px 38px;background:#19372e}
body.mz-store .account-story-logo{width:210px;height:48px;object-fit:contain;object-position:left;max-width:100%;margin:0 0 38px}
body.mz-store .account-story h2{font-size:35px;line-height:1.16;letter-spacing:-1px;color:#fff;margin:19px 0}
body.mz-store .account-story>p{font-size:14px;color:#d3dfd7;line-height:1.8}
body.mz-store .account-benefits{margin-top:34px;gap:26px}
body.mz-store .account-benefits>div>.icon{width:42px;height:42px;padding:10px;background:#ffffff08;border:1px solid #ffffff24;border-radius:12px;color:#eea276}
body.mz-store .account-benefits strong{font-size:14px;color:#fff}body.mz-store .account-benefits small{font-size:12px;color:#c3d3c9}
body.mz-store .account-entry-form{padding:32px 42px 34px;min-width:0}
body.mz-store .auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border:1px solid #e1e7e2;border-radius:12px;background:#f3f6f3;margin-bottom:28px}
body.mz-store .auth-tabs button{border:0;border-radius:8px;margin:0;padding:11px;font-size:13px;color:#596c61;min-height:42px}
body.mz-store .auth-tabs button.active{color:#19382b;background:white;box-shadow:0 2px 7px #20372b12}
body.mz-store .account-entry-form .mz-auth-heading{margin:0 0 22px}
body.mz-store .account-entry-form .mz-auth-heading h2,.auth-popup-panel .mz-auth-heading h2{font-size:31px;line-height:1.2;letter-spacing:-1px;margin:8px 0 9px}
body.mz-store .account-entry-form .mz-auth-heading p,.auth-popup-panel .mz-auth-heading p{font-size:14px;line-height:1.7}
.account-entry-form .mz-auth-symbol,.auth-popup-panel #auth-modal-form .mz-auth-symbol{display:none}
.social-signin{display:block;margin:0 0 23px;gap:0}
body.mz-store .social-signin .social-intro{font-size:12px;font-weight:650;color:#41574b;margin:0 0 10px}
.social-options{display:grid;gap:10px}
.social-options button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;background:#fff;border:1px solid #747775;border-radius:10px;color:#1f1f1f;font:600 14px/20px Arial,sans-serif;cursor:pointer;transition:background .15s,box-shadow .15s}
.social-options button:hover{background:#f6f8f7;box-shadow:0 3px 9px #1834270b}.social-options button:disabled{opacity:.65;cursor:wait}
.social-brand{display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;line-height:0}
body.mz-store .social-brand img,.social-brand svg{display:block;width:20px;height:20px;max-width:20px;object-fit:contain}
body.mz-store .social-signin .social-reassurance{font-size:11px;line-height:1.6;color:#607369;text-align:center;margin:11px 0 19px}
.auth-divider{display:flex;align-items:center;gap:13px;color:#708277;font-size:11px}.auth-divider:before,.auth-divider:after{content:'';flex:1;height:1px;background:#e0e6e1}
.social-error-card,.social-start-error{background:#fff3ed;border:1px solid #efd3c4;border-radius:12px;padding:14px;color:#813d26;font-size:13px;line-height:1.65;margin:0 0 18px}.social-error-card p{margin:5px 0 0;font-size:12px}
body.mz-store .account-entry-form .mz-auth-input{height:48px;border-radius:10px;margin-bottom:17px}
body.mz-store .account-entry-form .mz-auth-form>label:not(.check){margin-top:15px}
body.mz-store #register-form>label>input{background:#fff;border-radius:10px;font-size:16px}
body.mz-store .account-entry-form .mz-auth-submit{height:50px;min-height:50px;font-size:14px;border-radius:10px}
body.mz-store .account-guest{padding-top:18px;margin-top:23px}body.mz-store .account-guest p{margin:5px 0 8px}
body.mz-store .account-register-shortcut{font-size:12px;text-align:center;margin-top:20px}
.auth-journey{max-width:700px;margin:12px auto 32px;background:white;border:1px solid #dce5de;border-radius:24px;box-shadow:0 18px 65px #17352a08;overflow:hidden}
.auth-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:23px 28px;background:#f6f8f5;border-bottom:1px solid #dfe7e0;gap:12px}
.auth-progress li{display:flex;gap:9px;align-items:center;min-width:0;color:#76867c}
.auth-progress li>span{display:grid;place-items:center;width:27px;height:27px;flex-shrink:0;border-radius:50%;background:#e7ede7;color:#6a7b70;font-size:12px;font-weight:700}
.auth-progress strong{font-size:11px;font-weight:600;line-height:1.5}.auth-progress .icon{width:14px;height:14px}
.auth-progress .is-done{color:#345d46}.auth-progress .is-done>span{background:#deecdf;color:#2c6140}
.auth-progress .is-current{color:#9f3d1b}.auth-progress .is-current>span{background:#bc481d;color:white;box-shadow:0 0 0 4px #bc481d13}
.auth-journey-body{padding:38px 44px 34px;text-align:left}
body.mz-store .auth-journey-body h2{font-size:32px;line-height:1.2;letter-spacing:-.9px;color:#1c392c;margin:12px 0 15px}
body.mz-store .auth-journey-body>p{font-size:14px;line-height:1.8;color:#586e60;margin:0 0 22px}
body.mz-store .auth-journey-body .eyebrow{font-size:10px;color:#8c472a;letter-spacing:.09em}
.journey-symbol{display:grid;place-items:center;width:58px;height:58px;margin-bottom:23px;border:1px solid #e8d2c3;background:#fcf2e9;border-radius:17px;color:#af471f}.journey-symbol>.icon{width:26px;height:26px}.journey-symbol.success{color:#2b6343;background:#eaf5e9;border-color:#cddfcc}
body.mz-store .journey-primary{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:52px;padding:14px 18px;border-radius:11px;background:#b6471d;border:1px solid #b6471d;color:white;font-size:14px;font-weight:700;line-height:1.5;text-align:center;margin:20px 0 0;box-shadow:0 5px 14px #b6471d12}
body.mz-store .journey-primary:hover{background:#9f3813}.journey-primary:disabled{opacity:.6;cursor:wait}
.verification-destination{display:grid;gap:9px;background:#f1f6ee;border:1px solid #d5e4d2;border-left:4px solid #366343;border-radius:12px;padding:20px 22px;margin:22px 0}
.verification-destination>span{font-size:12px;line-height:1.6;color:#506a56}.verification-destination strong{font-size:18px;overflow-wrap:anywhere;color:#23432d}
#verification-delivery{font-size:12px;color:#366343}#verification-delivery[data-state=failed],#verification-delivery[data-state=expired]{color:#99411e}
.mail-checklist{list-style:none;padding:0;margin:24px 0;display:grid;gap:12px}.mail-checklist li{display:flex;align-items:flex-start;gap:14px;padding:12px 0}.mail-checklist li>span{flex:0 0 28px;height:28px;display:grid;place-items:center;border:1px solid #d7e0d9;border-radius:50%;font-size:12px;font-weight:700;color:#52705b}
.mail-checklist strong{font-size:14px;color:#284b35}body.mz-store .mail-checklist p{font-size:12px;line-height:1.8;color:#5b7162;margin:5px 0 0}
.mail-checklist .is-highlighted{padding:17px;background:#fff7ed;border:1px solid #f0d9c3;border-radius:12px}.mail-checklist .is-highlighted>span{border-color:#b84d22;color:white;background:#b84d22}
.journey-help{font-size:12px;line-height:1.8;color:#596f60;padding-top:23px;margin-top:25px;border-top:1px solid #e2e9e2}.journey-help>p{margin:5px 0 12px;font-size:12px}.journey-help a,.social-terms a{text-decoration:underline;text-underline-offset:3px}.journey-help .button.secondary{width:100%;min-height:44px;border-radius:9px;justify-content:center;font-size:12px}
.journey-links{display:flex;gap:24px;justify-content:space-between;font-size:12px;margin-top:24px}.journey-links button{font-size:12px}
.auth-journey .form-feedback:empty{display:none}.auth-journey .form-feedback:not(:empty){font-size:13px;line-height:1.7;padding:13px 15px;background:#eef5eb;border:1px solid #d6e5d1;border-radius:10px;margin:15px 0}.auth-journey .form-feedback.error{background:#fff0ed;color:#933d26;border-color:#edcdc5}
.journey-note{display:flex;gap:12px;align-items:flex-start;background:#f0f6ed;border:1px solid #d6e4d1;border-radius:12px;padding:16px;margin:10px 0 22px;color:#426141;font-size:12px;line-height:1.8}.journey-note>.icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}
.social-terms{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.8;font-weight:400;margin:24px 0!important}.social-terms input{width:19px;height:19px;min-height:19px;flex-shrink:0;accent-color:#375e43;margin-top:2px}
.social-privacy{font-size:11px;line-height:1.7;text-align:center;color:#617465;margin:14px 0 24px}
.social-confirmed{display:flex;gap:10px;align-items:center;padding:12px 14px;border:1px solid #dce6da;border-radius:10px;background:#f4f8f1;font-size:12px;font-weight:600;color:#36563c;margin-bottom:28px}.social-confirmed>.icon{margin-left:auto;width:17px;height:17px}
body.mz-store .social-setup{max-width:760px;margin:30px auto 65px}.social-page-title{font-size:16px!important;font-weight:600;margin:24px 0!important;text-align:center}.social-back{display:block;text-align:center;font-size:12px;color:#55705f;margin-top:25px}
.social-connections{display:grid;gap:12px;margin:26px 0}.social-connection{display:flex;gap:14px;align-items:center;padding:17px;border:1px solid #dce5db;border-radius:12px}.social-connection>span:nth-child(2){flex:1;min-width:0}.social-connection strong,.social-connection small{display:block}.social-connection small{font-size:11px;color:#627768;line-height:1.6;margin-top:5px}.social-connection .button{min-height:38px;font-size:12px;padding:9px 13px;border-radius:8px}
.social-options button:focus-visible,.journey-primary:focus-visible,.auth-tabs button:focus-visible{outline:3px solid #709d83;outline-offset:3px}
@media(max-width:760px){body.mz-store .account-entry{display:block;max-width:550px;border-radius:18px}body.mz-store .account-story{padding:24px 26px}body.mz-store .account-story-logo{width:164px;height:37px;margin-bottom:18px}body.mz-store .account-story>.eyebrow,body.mz-store .account-story>p,body.mz-store .account-benefits,body.mz-store .account-story-sign{display:none}body.mz-store .account-story h2{font-size:25px;margin:0}body.mz-store .account-story h2 br{display:none}body.mz-store .account-entry-form{padding:25px}body.mz-store .account-entry-form .mz-auth-heading h2{font-size:27px}.auth-journey{border-radius:18px}.auth-journey-body{padding:28px 24px}.auth-progress{padding:19px 17px;gap:10px}.auth-progress li{flex-direction:column;align-items:flex-start;gap:8px}.auth-progress strong{font-size:10px}body.mz-store .auth-journey-body h2{font-size:28px}.verification-destination{padding:17px}.verification-destination strong{font-size:16px}.journey-links{gap:14px;flex-wrap:wrap}.social-connection{gap:10px;padding:13px}.social-connection small{font-size:10px}.social-setup .breadcrumb{font-size:11px}body.mz-store .social-setup{margin-top:18px}.auth-popup-panel{padding-top:28px}}
@media(prefers-reduced-motion:reduce){.social-options button{transition:none}}
body.mz-store .mz-auth-form>.social-terms{display:flex;font-weight:400}body.mz-store .journey-links #logout{border:0;margin:0;padding:0}
body.mz-store #register-form>.check{display:flex;gap:10px;align-items:flex-start;font-weight:400}body.mz-store #register-form>.check input{margin-top:2px}

/* store-discovery.css */
/* Wider search, compact tools and an inventory-backed directory. */
body.mz-store .headmain{gap:28px;min-height:104px}
body.mz-store .headmain .logo{width:204px;flex:0 0 204px}
body.mz-store .headtools{gap:5px;flex-shrink:0}
body.mz-store .headtools>a,body.mz-store .headtools>.menu-toggle{position:relative;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:8px;color:#292d2c}
body.mz-store .headtools>a:hover{background:#f7f3ee;color:#b8421b}
body.mz-store .headtools #cart-count{position:absolute;top:0;right:-1px;min-width:17px;background:#bd451c;color:white;text-align:center;border:2px solid white;line-height:16px;padding:0 3px}
body.mz-store .headtools>.menu-toggle{display:none}
body.mz-store .header-search.search{height:58px;border:1px solid #d9d7d1;background:#f8f7f4;border-radius:9px;transition:border-color .15s,box-shadow .15s}
body.mz-store .header-search.search:focus-within{background:white;border-color:#bc451d;box-shadow:0 0 0 3px #bd451c0c}
body.mz-store .header-search.search>input{font-size:14px;padding:17px 20px}
body.mz-store .header-search.search>input:focus{outline:none;box-shadow:none}
body.mz-store .header-search.search>button{width:56px;color:#b8421b}
body.mz-store .nav{gap:0;justify-content:space-between}
body.mz-store .nav .mega-trigger{min-height:54px;padding:0 8px;font-size:13px;font-weight:650;gap:6px;white-space:nowrap;border-radius:0}
body.mz-store .nav .nav-parts{padding-left:0;font-weight:800;gap:10px}
body.mz-store .nav .nav-parts>.icon{width:18px;height:18px;color:#b8421b}
body.mz-store .nav .mega-trigger .arrow{font-size:12px;color:#84837e}
body.mz-store .nav .mega-trigger:hover,body.mz-store .nav .mega-trigger[aria-expanded=true]{color:#b8421b}
body.mz-store .nav .helpnav{margin-left:0;padding-left:16px;font-size:12px}
body.mz-store .header-search .suggestions{border:1px solid #e2dfd8;box-shadow:0 20px 55px #181c1b24;border-radius:12px;max-height:min(690px,calc(100dvh - 190px));overflow:auto;background:white;width:100%;min-width:610px;right:0;left:auto;color:#252b29;padding:0}
body.mz-store .search-panel-title{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid #ebe9e3;font-size:14px;letter-spacing:0}
body.mz-store .header-search .suggestions button{width:auto;padding:6px;background:transparent;border-radius:5px;min-height:0}
body.mz-store .search-panel-title>button .icon{width:18px;height:18px}
body.mz-store .discovery-layout{display:grid;grid-template-columns:210px minmax(0,1fr)}
body.mz-store .discovery-categories{padding:19px 16px;background:#f8f7f4;border-right:1px solid #ebe9e3}
body.mz-store .discovery-layout h3{font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;color:#747772;margin:0 0 13px}
body.mz-store .discovery-categories h3:not(:first-child){margin-top:26px}
body.mz-store .discovery-category{display:flex;align-items:center;gap:7px;padding:10px 0;border-bottom:1px solid #e8e5df;font-size:12px;line-height:1.4;text-decoration:none;color:#333936}
body.mz-store .discovery-category>span{flex:1;min-width:0;overflow-wrap:anywhere}
body.mz-store .discovery-category small{font-size:10px;color:#737971}
body.mz-store .discovery-category .icon{width:13px;height:13px;flex:none}
body.mz-store .discovery-category:hover,body.mz-store .discovery-directory:hover{color:#b8421b}
body.mz-store .discovery-directory{display:flex;gap:8px;align-items:center;font-size:11px;margin-top:20px;font-weight:700}
body.mz-store .discovery-directory .icon{width:14px;height:14px}
body.mz-store .discovery-products{padding:19px 16px;min-width:0}
body.mz-store .discovery-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
body.mz-store .discovery-section-title button{color:#747772;font-size:10px;text-decoration:underline}
body.mz-store .discovery-products .search-product{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #efede8;color:#252b29}
body.mz-store .search-product-image{height:58px;width:58px;background:white;border:1px solid #efede8;border-radius:6px;display:grid;place-items:center;flex:none}
body.mz-store .search-product-image img{width:50px;height:50px;object-fit:contain}
body.mz-store .search-product-copy{min-width:0;display:grid;gap:5px}
body.mz-store .search-product-copy>strong{font-size:12px;line-height:1.5;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body.mz-store .search-product-copy small{color:#787c78;font-size:10px;overflow-wrap:anywhere}
body.mz-store .search-product-price{text-align:right;max-width:108px;padding:0;display:flex;flex-direction:column;gap:4px;align-self:center}
body.mz-store .search-product-price>strong{font-size:13px;white-space:nowrap;font-weight:800}
body.mz-store .search-product-price>span{font-size:9px;color:#747772}
body.mz-store .search-product-price>.in-stock{color:#487248}
body.mz-store .search-product-price .promotion-note{font-size:9px}
body.mz-store .suggestions mark{background:#fff0e5;color:#9b3917}
body.mz-store .discovery-empty{padding:25px 12px;text-align:center;display:grid;justify-items:center;gap:10px}
body.mz-store .discovery-empty>.icon{width:32px;height:32px;color:#be7654}
body.mz-store .discovery-empty strong{font-size:14px;line-height:1.5}
body.mz-store .discovery-empty p{font-size:12px;line-height:1.6;color:#727970;margin:0;max-width:270px}
body.mz-store .discovery-empty a{font-size:12px;color:#b8421b;font-weight:700;margin-top:6px}
body.mz-store .discovery-queries{padding:12px 20px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;border-bottom:1px solid #ebe9e3}
body.mz-store .discovery-queries>span{font-size:10px;color:#747772;margin-right:4px}
body.mz-store .header-search .discovery-queries button{display:flex;gap:5px;align-items:center;font-size:11px;max-width:100%;overflow-wrap:anywhere;border:1px solid #e6e1d9;border-radius:20px;padding:6px 10px}
body.mz-store .discovery-queries .icon{width:12px;height:12px}
body.mz-store .discovery-bottom{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #ebe9e3}
body.mz-store .discovery-bottom>span{font-size:9px;color:#747772}
body.mz-store .discovery-all{display:flex;gap:12px;align-items:center;color:#b8421b;font-size:12px;font-weight:800}
body.mz-store .discovery-all .icon{width:15px;height:15px}
body.mz-store .catalog-menu [hidden]{display:none!important}
body.mz-store .catalog-menu .mzcat-sidebar{background:#f8f7f4}
body.mz-store .catalog-menu .mzcat-content{background:#fff}
body.mz-store .catalog-menu .mzcat-group img{background:#f8f7f4}
body.mz-store .mz-footer-v2{background:#18241f}
body.mz-store .mz-payment-strip{background:transparent;border:0;border-bottom:1px solid #35483d;border-radius:0;margin-top:0;padding:25px 0;gap:36px}
body.mz-store .mz-payment-strip>span{color:#dbe4dd;font-weight:650;font-size:13px}
body.mz-store .mz-payment-strip>span .icon{color:#a8bcae;width:19px;height:19px}
body.mz-store .mz-payment-strip>a{width:535px;max-width:65%}
@media(max-width:1150px){body.mz-store .headmain{gap:20px}body.mz-store .headmain .logo{width:180px;flex-basis:180px}body.mz-store .nav .mega-trigger{font-size:12px;padding:0 7px;gap:4px}body.mz-store .nav .helpnav{display:none}body.mz-store .header-search .suggestions{min-width:min(660px,calc(100vw - 48px))}}
@media(max-width:900px){body.mz-store .nav{flex-wrap:wrap;justify-content:flex-start;gap:0 10px}body.mz-store .nav .mega-trigger{min-height:42px}body.mz-store .headtools>a{width:38px}}
@media(max-width:980px){
 body.mz-store .headmain{min-height:0;gap:12px;padding-block:14px}
 body.mz-store .headmain .logo{flex-basis:150px;width:150px}
 body.mz-store .headtools{gap:0}
 body.mz-store .headtools>a,body.mz-store .headtools>.menu-toggle{width:38px;height:38px}
 body.mz-store .headtools>.menu-toggle{display:flex}
 body.mz-store .headtools .account{display:flex}
 body.mz-store .headtools .head-favourites{display:none}
 body.mz-store .header-search.search{height:49px;width:100%;flex-basis:100%}
 body.mz-store .header-search.search>input{font-size:16px;padding:12px}
 body.mz-store .nav{display:none;gap:0}
 body.mz-store .nav.open{display:grid;grid-template-columns:1fr 1fr}
 body.mz-store .nav .mega-trigger{font-size:13px;padding:10px;justify-content:space-between;white-space:normal}
 body.mz-store .nav .nav-parts{grid-column:1/-1;justify-content:flex-start;font-size:15px}
 body.mz-store .header-search .suggestions{width:100%;min-width:0;max-height:calc(100dvh - 176px);left:0;right:auto;border-radius:8px}
 body.mz-store .search-panel-title{font-size:12px;padding:12px}
 body.mz-store .discovery-layout{display:flex;flex-direction:column}
 body.mz-store .discovery-categories{padding:14px 12px;border-right:0;border-bottom:1px solid #ebe9e3;display:flex;flex-wrap:wrap;gap:6px 12px}
 body.mz-store .discovery-categories h3{width:100%;margin:0 0 4px}
 body.mz-store .discovery-category{padding:6px 0;font-size:11px;border:0}
 body.mz-store .discovery-category small,body.mz-store .discovery-category .icon{display:none}
 body.mz-store .discovery-directory{margin:0;padding:6px 0}
 body.mz-store .discovery-products{padding:14px 12px}
 body.mz-store .discovery-products .search-product{grid-template-columns:48px minmax(0,1fr) auto;gap:9px;padding:10px 0}
 body.mz-store .search-product-image{width:48px;height:48px}
 body.mz-store .search-product-image img{width:42px;height:42px}
 body.mz-store .search-product-copy>strong{font-size:11px}
 body.mz-store .search-product-price>strong{font-size:12px}
 body.mz-store .search-product-price{max-width:85px}
 body.mz-store .discovery-bottom{padding:12px;justify-content:flex-end}
 body.mz-store .discovery-bottom>span{display:none}
 body.mz-store .discovery-queries{padding:12px}
 body.mz-store .mz-payment-strip{display:grid;padding:24px 0;gap:20px}
 body.mz-store .mz-payment-strip>a{width:100%;max-width:100%}
}
@media(prefers-reduced-motion:reduce){body.mz-store .header-search.search{transition:none}}
/* Fluid navigation uses the available desktop width; compact screens use the drawer. */
body.mz-store :is(.topbar>.wrap,.headmain.wrap,.nav.wrap,.catalog-menu .mega-shell){max-width:1640px;width:calc(100% - 64px)}
body.mz-store .catalog-menu .mzcat-section{margin:0 0 26px}
body.mz-store .catalog-menu .mzcat-section h4{font-size:13px;letter-spacing:.02em;margin:4px 0 14px;padding-bottom:10px;border-bottom:1px solid #e4e8e1;color:#9f401e}
.chemistry-jumps{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 32px}.chemistry-jumps a{border:1px solid #d5dfd2;padding:12px 17px;border-radius:25px;font-size:13px;background:white}.chemistry-jumps a:hover{border-color:#b54c22;color:#a63d1a}.chemistry-section{scroll-margin-top:30px;margin:36px 0 48px}.chemistry-section>h3{font-size:25px;letter-spacing:-.025em;margin:0 0 22px}
@media(min-width:981px) and (max-width:1250px){body.mz-store .nav .mega-trigger{font-size:11px;padding-inline:5px;gap:4px}body.mz-store .nav .helpnav{display:none}body.mz-store .nav .nav-parts{gap:6px}}
@media(max-width:980px){body.mz-store .headmain{display:flex;flex-wrap:wrap;justify-content:space-between}body.mz-store .headmain .headtools{margin-left:auto}body.mz-store .header-search.search{order:3}body.mz-store :is(.topbar>.wrap,.headmain.wrap,.nav.wrap){width:calc(100% - 32px)}body.mz-store .catalog-menu .mega-shell{width:100%;max-width:none}.chemistry-section>h3{font-size:22px}.chemistry-jumps{gap:7px}.chemistry-jumps a{font-size:12px;padding:10px 13px}}

/* One breakpoint owns both the horizontal menu and its mobile toggle. */
@media(min-width:981px){body.mz-store .nav{display:flex;flex-wrap:wrap}}
@media(max-width:980px){body.mz-store.catalog-open{overflow:hidden}}
@media(max-width:380px){body.mz-store .headmain{gap:8px}body.mz-store .headmain .logo{width:116px;flex-basis:116px}body.mz-store .headtools>a,body.mz-store .headtools>.menu-toggle{width:36px;height:40px}}

/* catalog-variants.css */
/* The selectors share the card's space; no additional product requests on load. */
body.mz-store .catalog-product-list{grid-auto-rows:auto}
.catalog-row-variants{margin:16px 0;min-width:0;display:grid;gap:10px}
.catalog-variant-label{display:flex;flex-wrap:wrap;gap:5px 10px;font-size:12px;line-height:1.5;color:#66756d;margin-bottom:7px}
.catalog-variant-label strong{color:#26342e;font-weight:650;overflow-wrap:anywhere}
.catalog-variant-chips{display:flex;flex-wrap:wrap;gap:6px}
body.mz-store .catalog-variant-chip{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:38px;min-height:36px;max-width:100%;padding:7px 10px;border:1px solid #d6ded6;border-radius:7px;background:#fff;color:#34453b;font-size:12px;line-height:1.3;text-decoration:none;overflow-wrap:anywhere;transition:border-color .15s,background .15s}
body.mz-store .catalog-variant-chip:hover{border-color:#a84420;background:#fff9f5}
body.mz-store .catalog-variant-chip.is-selected{border-color:#b94414;background:#fff2e9;color:#9d3917;box-shadow:inset 0 0 0 1px #b94414;font-weight:700}
.catalog-variant-chip.is-unavailable{opacity:.65;text-decoration:line-through!important}
.catalog-variant-chip:focus-visible,.catalog-variant-axis select:focus-visible{outline:3px solid #b94414;outline-offset:3px}
.catalog-variant-axis select{display:block;width:100%;max-width:360px;min-width:0;font-size:13px;min-height:40px;padding:8px 28px 8px 10px;border-radius:7px;background-color:#fff}
body.mz-store .catalog-variant-status{font-size:11px;line-height:1.5;color:#657269;margin:0;min-height:17px}
body.mz-store .catalog-variant-status.is-error{color:#a83420}
.catalog-product-row[data-selection-loading] .catalog-row-image{opacity:.55}
.catalog-product-row[data-selection-loading] .catalog-row-purchase{opacity:.6;pointer-events:none}
.catalog-product-row[data-selection-loading] .catalog-variant-status{color:#9d3917}
.catalog-row-image{transition:opacity .15s}
.catalog-selected-summary{font-size:12px;line-height:1.6;color:#546459;margin-bottom:8px;overflow-wrap:anywhere}
@media(max-width:600px){
  .catalog-row-variants{margin:14px 0 8px;gap:12px}
  body.mz-store .catalog-variant-chip{min-height:42px;padding:8px 10px}
  .catalog-variant-axis select{font-size:16px;max-width:100%;min-height:44px}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-info{display:contents}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-meta,
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .product-social{display:none}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) h2{grid-column:2;grid-row:1;align-self:center;margin:0;font-size:15px}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-image{grid-column:1;grid-row:1}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-description{display:none}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-variants{grid-column:1/-1;grid-row:2}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-purchase{grid-column:1/-1;grid-row:auto}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .catalog-row-facts{grid-column:1/-1;margin:0}
  body.mz-store .catalog-product-row:has(.catalog-row-variants) .compare-add{grid-column:1/-1;justify-self:start}
  body.mz-store .catalog-product-row:has(.catalog-row-variants){row-gap:8px}
}
@media(prefers-reduced-motion:reduce){.catalog-row-image,body.mz-store .catalog-variant-chip{transition:none}}

/* product-studio.css */
/* First-product presentation. The existing storefront outside this scope is unchanged. */
body.product-studio{--studio-ink:#101827;--studio-muted:#637087;--studio-line:#e1e6ed;--studio-orange:#ff4b00;--accent:#ff4b00;--primary:#ff4b00;background:#fff!important;color:var(--studio-ink)!important;font-family:"DM Sans",Arial,sans-serif;font-size:14px;line-height:1.5}
.product-studio .studio-page h1,.product-studio .studio-page h2,.product-studio .studio-page h3{color:var(--studio-ink);font-family:"DM Sans",Arial,sans-serif;letter-spacing:-.035em}
.product-studio .mz-header .wrap,.product-studio .container.studio-page{width:calc(100% - 80px)!important;max-width:1328px!important;margin-inline:auto!important;padding:0!important}
.product-studio .mz-header{position:relative!important;top:auto!important;border-bottom:1px solid var(--studio-line);box-shadow:0 2px 12px #20304d04;background:#fff!important;z-index:25}
.product-studio .headmain{display:grid!important;grid-template-columns:245px minmax(240px,1fr) 245px!important;gap:40px!important;min-height:66px!important;padding:10px 0!important;align-items:center}
.product-studio .headmain .logo{width:220px!important}.product-studio .headmain .logo img{width:220px!important;height:46px!important;object-fit:contain}
.product-studio .header-search{width:100%!important;max-width:none!important;margin:0!important;border:1px solid #d8e0eb!important;background:#f8f9fb!important;border-radius:6px!important;height:42px!important;box-shadow:0 1px 3px #20304d04}
.product-studio .header-search input{height:40px!important;font-size:12px!important;padding:0 60px 0 18px!important;border:0!important;background:transparent!important;color:var(--studio-ink)}
.product-studio .header-search>button{right:0!important;top:0!important;width:54px!important;height:40px!important;border-radius:0 5px 5px 0!important;background:var(--studio-orange)!important;color:#fff!important;display:grid;place-items:center}
.product-studio .headtools{display:flex!important;justify-content:flex-end;gap:22px!important;min-width:0!important}.product-studio .headtools>a{position:relative;display:flex!important;align-items:center;gap:9px;width:auto!important;color:var(--studio-ink)!important;font-size:12px}.product-studio .headtools>a+a{border-left:1px solid var(--studio-line);padding-left:20px}.product-studio .headtools .icon{width:25px;height:25px}.product-studio #cart-count{position:absolute;top:-10px;left:37px;background:var(--studio-orange)!important;color:#fff;border-radius:50%;font-size:10px;width:18px;height:18px;display:grid;place-items:center}
.product-studio .menu-toggle{display:none!important}.product-studio #mz-nav{display:flex!important;justify-content:space-between!important;gap:12px!important;flex-wrap:nowrap!important;min-height:42px!important;height:auto!important;padding:0!important;border-top:1px solid #f1f3f6}
.product-studio #mz-nav>a,.product-studio #mz-nav>button{flex-shrink:0;min-height:40px!important;padding:10px 0!important;color:var(--studio-ink)!important;font-size:12px!important;font-weight:500!important;position:relative;background:transparent!important;border:0!important;border-radius:0!important;white-space:nowrap}
.product-studio #mz-nav>[aria-current=page]{font-weight:750!important;box-shadow:inset 0 -4px var(--studio-orange)}.product-studio .nav-parts>.icon{display:none}.product-studio #mz-nav .arrow{font-size:10px!important}
.product-studio .breadcrumb{font-size:11px!important;display:flex!important;align-items:center;gap:12px!important;flex-wrap:wrap;line-height:1.5;padding:14px 0!important;margin:0!important;color:#4a5366}.product-studio .breadcrumb>a{color:#344055}.product-studio .breadcrumb>span:last-child{max-width:500px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.product-studio .studio-detail{display:grid!important;grid-template-columns:minmax(0,1.14fr) minmax(0,1fr)!important;grid-template-rows:auto auto;gap:0 26px!important;padding:0!important;margin:0!important;align-items:start!important}
.product-studio .studio-gallery{grid-column:1!important;grid-row:1!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:13px!important;width:auto!important;min-width:0;position:static!important;top:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
.product-studio .studio-thumbnails{display:flex!important;flex-direction:column!important;gap:6px!important;padding:0!important;margin:0!important;border:0!important;max-height:510px;overflow-y:auto;scrollbar-width:thin}
.product-studio .studio-thumbnails>button{flex:0 0 79px!important;width:88px!important;height:79px!important;min-height:0!important;padding:5px!important;margin:0;border:1px solid #dce2eb!important;border-radius:5px!important;background:#f6f7f9!important;box-shadow:none!important;overflow:hidden}
.product-studio .studio-thumbnails>button[aria-pressed=true]{border:2px solid var(--studio-orange)!important;padding:4px!important;background:#fff!important}.product-studio .studio-thumbnails img{width:100%!important;height:100%!important;object-fit:contain!important;mix-blend-mode:multiply}
.product-studio .studio-film-missing{height:68px;flex:0 0 68px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #cad2dd;border-radius:5px;color:#697487;background:#fafbfc;text-align:center}.product-studio .studio-film-missing>span{font-size:22px;line-height:1}.product-studio .studio-film-missing small{font-size:8px;line-height:1.3;padding-top:4px}
.product-studio .studio-image{height:504px!important;aspect-ratio:auto!important;min-height:0!important;max-height:none!important;display:flex!important;align-items:center;justify-content:center;position:relative!important;background:linear-gradient(135deg,#eef1f5,#fff 65%,#f2f4f7)!important;border:0!important;border-radius:7px!important;padding:25px 15px!important;overflow:hidden}
.product-studio #product-main-image{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;mix-blend-mode:multiply;transition:opacity .18s}
.product-studio .gallery-open{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:transparent!important;border:0!important;z-index:2;cursor:zoom-in;padding:0!important}
.product-studio .studio-brand-missing{position:absolute;top:14px;right:16px;z-index:3;pointer-events:none;text-align:right;color:#657185;font-size:12px;line-height:1.3}.product-studio .studio-brand-missing small{display:block;font-size:8px;color:#8791a0}
.product-studio .studio-image-counter{position:absolute;bottom:18px;left:20px;z-index:3;color:#738094;font-size:10px;font-variant-numeric:tabular-nums}
.product-studio #image-zoom{position:absolute!important;right:14px!important;bottom:14px!important;z-index:4;display:grid!important;place-items:center;width:38px!important;height:38px!important;background:#fffffff0!important;border:1px solid #e0e5ed!important;border-radius:50%!important;color:var(--studio-ink);padding:0!important;box-shadow:0 2px 8px #20304d08}.product-studio #image-zoom .icon{display:none}.product-studio #image-zoom>span{font-size:27px;line-height:1}
.product-studio .gallery-step{position:absolute!important;z-index:4;top:50%!important;transform:translateY(-50%)!important;border:1px solid #e0e5ed!important;background:#ffffffdf!important;width:30px!important;height:38px!important;border-radius:4px!important;padding:7px!important;opacity:0;transition:opacity .15s}.product-studio .gallery-step.prev{left:8px!important}.product-studio .gallery-step.next{right:8px!important}.product-studio .gallery-step.prev .icon{transform:rotate(180deg)}.product-studio .studio-image:hover .gallery-step,.product-studio .studio-image:focus-within .gallery-step{opacity:1}
.product-studio .studio-purchase{grid-column:2;grid-row:1 / span 2;min-width:0;margin:0;padding:0;position:static}
.product-studio .studio-meta{display:flex;align-items:center;gap:12px;min-height:27px;font-size:10px;color:#526077;margin:0 0 9px}.product-studio .studio-meta>div{display:flex;align-items:center;gap:8px}.product-studio .studio-meta>div>a{background:#f3f5f8;border:1px solid #e7ebf0;border-radius:6px;font-size:10px;padding:4px 10px;color:#344055;white-space:nowrap}.product-studio .studio-meta>span{margin-left:auto;white-space:nowrap}.product-studio .studio-promo,.product-studio .studio-discount{padding:4px 9px;background:var(--studio-orange);border-radius:5px;color:#fff;font-weight:650;font-size:12px}
.product-studio .studio-heart{border:1px solid #dbe2ea;background:#fff;border-radius:5px;display:grid;place-items:center;width:29px;height:29px;padding:4px;flex:none;color:var(--studio-ink)}.product-studio .studio-heart .icon{width:20px;height:20px}
.product-studio .studio-product-heading h1{font-size:28px!important;line-height:1.17!important;font-weight:750!important;margin:0 0 5px!important;letter-spacing:-.038em!important;max-width:none!important}
.product-studio .studio-rating{display:flex;align-items:center;gap:16px;font-size:12px;margin-bottom:12px}.product-studio .studio-stars{color:#9aa7ba;font-size:21px;letter-spacing:1px;line-height:1.1}.product-studio .studio-rating>button{border:0;background:none;padding:0;font-size:12px;color:var(--studio-ink);text-decoration:underline;text-underline-offset:3px}
.product-studio .studio-price-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px 18px;background:#fff4ed;border-radius:8px;min-height:80px}.product-studio .studio-price-line{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.product-studio #product-price{font-size:34px!important;line-height:1.15!important;font-weight:750!important;letter-spacing:-.04em!important;color:var(--studio-orange)!important;white-space:nowrap}.product-studio .studio-price-caption{display:flex;gap:14px;align-items:baseline;font-size:11px;color:#758092}.product-studio .studio-price-caption del{font-size:16px;color:#bf5a2e}.product-studio .studio-lowest{display:flex;gap:10px;border-left:1px solid #ffcfb7;padding-left:18px;font-size:10px;max-width:220px}.product-studio .studio-lowest .icon{flex:none;color:#d44409}.product-studio .studio-lowest strong{display:block;color:var(--studio-ink);font-size:13px}
.product-studio .studio-stock-line{display:flex;align-items:center;gap:18px;padding:12px 0;min-height:49px;font-size:13px}.product-studio #product-availability{display:flex!important;align-items:center;gap:8px;white-space:nowrap;padding:0!important;background:none!important;border:0!important;border-radius:0!important;color:#078512!important;font-size:13px!important}.product-studio #product-availability i{width:12px;height:12px;border-radius:50%;background:#10a511}.product-studio #product-availability.unavailable{color:#8b6170!important}.product-studio #product-availability.unavailable i{background:#b1a6ac}.product-studio .studio-stock-line>div{display:flex;align-items:center;gap:10px;border-left:1px solid #dce3ec;padding-left:20px}.product-studio .studio-stock-line>div .icon{width:24px;height:24px}.product-studio .studio-stock-line small{display:block;color:var(--studio-muted);font-size:9px}
.product-studio .studio-buybox{padding:12px 13px 9px;border:1px solid var(--studio-line);border-radius:6px;background:linear-gradient(#fff,#fafbfd)}
.product-studio .product-family{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.product-studio .family-heading{display:flex;justify-content:space-between;align-items:center;margin:0 0 9px!important}.product-studio .family-heading>strong{font-size:15px;color:var(--studio-ink);font-weight:700}.product-studio .family-heading>span{font-size:11px;color:#647084}
.product-studio .family-axis{margin:0!important;padding:0!important;border:0!important;min-width:0}.product-studio .studio-colors{display:flex;gap:7px;overflow-x:auto;padding:0 0 7px;scrollbar-width:thin;scrollbar-color:#ccd4df transparent}.product-studio .studio-color{flex:0 0 67px;max-width:67px;display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none!important;line-height:1.15;font-size:9px;color:#475268!important;text-align:center;outline-offset:3px}.product-studio .studio-color-photo{width:61px;height:60px;padding:4px;background:#fff;border:1px solid #dce2eb;border-radius:5px;display:flex;align-items:center;justify-content:center}.product-studio .studio-color-photo img{width:100%;height:100%;object-fit:contain}.product-studio .studio-color.selected .studio-color-photo{border:2px solid var(--studio-orange);padding:3px;box-shadow:0 0 0 1px #ff4b000a}.product-studio .studio-color:hover .studio-color-photo{border-color:var(--studio-orange)}.product-studio .studio-color.selected{font-weight:700;color:var(--studio-ink)!important}
.product-studio .studio-choice-row{display:grid;grid-template-columns:minmax(90px,.6fr) minmax(0,1fr);gap:15px;align-items:start;padding-top:2px}.product-studio .studio-choice-row>p{font-size:11px;margin:0!important;padding-top:1px}.product-studio .studio-size-axis>legend{font-size:11px!important;color:var(--studio-ink)!important;margin:0 0 5px!important;line-height:1.5;float:none;display:block;width:100%}.product-studio .family-chips{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important}.product-studio .family-chip{flex:0 0 auto;min-width:45px!important;min-height:36px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;padding:6px 12px!important;border:1px solid #d4dce7!important;border-radius:5px!important;font-size:11px!important;line-height:1.2!important;color:#243047!important;background:#f7f8fa!important;text-decoration:none!important;font-weight:500!important;box-shadow:none!important}.product-studio .family-chip.selected{border:2px solid var(--studio-orange)!important;padding:5px 11px!important;background:#fff!important;font-weight:700!important}.product-studio .family-chip.unavailable{color:#8792a4!important;background:#eef1f5!important;border-color:#e8ecf1!important}.product-studio .family-chip small{font-size:9px;margin-top:1px}.product-studio .family-chip:hover{border-color:var(--studio-orange)!important}.product-studio [data-family-status]{font-size:9px!important;line-height:1.4!important;color:#7c8899!important;margin:7px 0 8px!important;min-height:13px}.product-studio [data-family-status].is-error{color:#b52e16!important;font-size:11px!important}
.product-studio #add-to-cart{margin:0!important;padding:0!important;border:0!important;display:block!important}.product-studio .studio-buy-row{display:flex;align-items:stretch;gap:12px}.product-studio .quantity-control{flex:0 0 131px;display:grid!important;grid-template-columns:36px minmax(0,1fr) 36px!important;align-items:stretch;border:1px solid #d5dce7!important;border-radius:5px!important;overflow:hidden;height:42px!important;max-width:none!important;background:#fff!important}.product-studio .quantity-control button{width:auto!important;height:40px!important;min-height:0!important;border:0!important;background:none!important;border-radius:0!important;padding:0!important;color:#303d51!important;font-size:20px!important;box-shadow:none!important}.product-studio .quantity-control button:disabled{color:#b3bdca!important;background:#fafbfd!important}.product-studio #product-quantity{appearance:textfield;-moz-appearance:textfield;width:100%!important;min-width:0!important;height:40px!important;min-height:0!important;border:0!important;border-inline:1px solid #e0e5ed!important;background:none!important;border-radius:0!important;text-align:center;padding:0!important;font-size:13px!important;color:var(--studio-ink)}.product-studio #product-quantity::-webkit-inner-spin-button{appearance:none}
.product-studio .studio-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;min-width:0!important;height:42px!important;min-height:42px!important;padding:9px 15px!important;background:var(--studio-orange)!important;border:1px solid #ee4600!important;border-radius:5px!important;box-shadow:none!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important;color:#fff!important}.product-studio .studio-cart:hover{background:#ed4400!important}.product-studio .studio-cart:disabled{background:#e6eaf0!important;border-color:#e6eaf0!important;color:#8390a3!important;cursor:not-allowed}.product-studio .studio-cart .icon{width:23px;height:23px}.product-studio #add-to-cart .form-feedback:empty{display:none}.product-studio #add-to-cart .form-feedback{font-size:11px;margin:7px 0 0!important}
.product-studio .studio-actions{display:flex;align-items:center;justify-content:space-around;gap:8px;padding:10px 0}.product-studio .studio-actions>button{display:flex!important;align-items:center;justify-content:center;gap:6px;font-size:10px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;color:#344055!important;border:0!important;background:none!important;padding:0 8px!important;line-height:1.25!important}.product-studio .studio-actions>button+button{border-left:1px solid var(--studio-line)!important}.product-studio .studio-actions .icon{width:20px;height:20px;flex:none}.product-studio [aria-pressed=true]{color:#d74200}
.product-studio .studio-benefits{grid-column:1;grid-row:2;display:flex;justify-content:space-between;padding:12px 0 15px;gap:5px}.product-studio .studio-benefits>a{display:flex;align-items:center;justify-content:center;gap:9px;flex:1;font-size:9px;color:#6d798e;line-height:1.35}.product-studio .studio-benefits>a+a{border-left:1px solid var(--studio-line)}.product-studio .studio-benefits .icon{width:23px;height:23px;color:#263246;flex:none}
.product-studio .studio-tabs-shell{border:1px solid #dfe5ed;border-radius:5px;margin:4px 0 0;overflow:hidden;background:#fff}.product-studio .studio-tabs{display:flex;gap:35px;border-bottom:1px solid #e2e7ee;background:linear-gradient(#fff,#fafbfd);padding:0 14px;overflow-x:auto;scrollbar-width:none}.product-studio .studio-tabs>[role=tab]{position:relative;flex:none;min-width:105px;height:38px;padding:9px 7px;border:0;border-radius:0;background:none;color:#4b5870;font-size:12px;font-weight:400;line-height:1.4;white-space:nowrap}.product-studio .studio-tabs>[aria-selected=true]{color:var(--studio-ink);font-weight:700;box-shadow:inset 0 -4px var(--studio-orange)}.product-studio .studio-tabs>[role=tab]>span{margin-left:8px;background:#e7ebf1;border-radius:9px;padding:1px 7px;font-size:10px}.product-studio .studio-tab-panel{padding:19px 25px;font-size:12px;line-height:1.65;outline-offset:-3px}.product-studio .studio-tab-panel[hidden]{display:none!important}.product-studio .studio-tab-panel h2{font-size:18px;font-weight:700;line-height:1.35;margin:0 0 8px}.product-studio .studio-tab-panel p{font-size:12px;line-height:1.6;margin:5px 0;color:#4a5870}.product-studio .studio-overview{display:grid;grid-template-columns:1fr .9fr;gap:35px;align-items:stretch}.product-studio .studio-overview article{min-width:0}.product-studio .studio-banner-missing{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border-radius:4px;border:1px dashed #d4dce6;background:linear-gradient(110deg,#f5f7fa,#e8edf3);color:#77859a;min-height:108px;font-size:12px}.product-studio .studio-banner-missing small{font-size:10px}.product-studio .studio-banner-missing .icon{width:22px;height:22px}.product-studio .studio-description summary{font-size:11px;color:#26354a;cursor:pointer;list-style:none;margin-top:7px;text-decoration:underline;text-underline-offset:3px}.product-studio .studio-description summary::after{content:' +';color:var(--studio-orange);font-size:14px}.product-studio .studio-description[open] summary::after{content:' −'}.product-studio .studio-description>div{padding-top:12px}.product-studio .studio-description h3{font-size:14px;margin:10px 0 4px}.product-studio .studio-specs{display:grid;grid-template-columns:minmax(160px,260px) 1fr;max-width:820px;margin:16px 0 0;font-size:12px}.product-studio .studio-specs dt,.product-studio .studio-specs dd{margin:0;padding:9px 12px;border-bottom:1px solid #e3e7ed}.product-studio .studio-specs dt{background:#f7f9fb;color:#657389}.product-studio .studio-specs dd{font-weight:500}.product-studio .studio-material-note{font-size:10px!important;color:#8993a2!important}.product-studio .studio-inline-link{display:inline-block;font-size:12px;padding:0;background:none;border:0;color:#d24208;font-weight:600}
.product-studio .studio-similar{margin:9px 0 0}.product-studio .studio-similar>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.product-studio .studio-similar h2{font-size:16px;margin:0;font-weight:700}.product-studio .studio-similar>header>a{display:flex;gap:10px;align-items:center;font-size:11px;color:#2c3a50}.product-studio .studio-similar>header .icon{width:16px;height:16px}.product-studio .studio-similar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.product-studio .studio-similar-grid article{position:relative;min-width:0;border:1px solid #e1e7ef;border-radius:5px;display:grid;grid-template-columns:108px 1fr 39px;gap:8px;padding:8px;background:#fff;min-height:94px}.product-studio .studio-similar-image{display:flex;align-items:center;justify-content:center;grid-row:1;min-width:0}.product-studio .studio-similar-image img{width:100%;height:83px;object-fit:contain}.product-studio .studio-similar-grid article>div{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:3px 0;min-width:0}.product-studio .studio-similar-grid article>div>a{font-size:10px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#27364d}.product-studio .studio-similar-grid article p{display:flex;gap:7px;align-items:baseline;flex-wrap:wrap;margin:0}.product-studio .studio-similar-grid article p strong{font-size:18px;letter-spacing:-.03em;white-space:nowrap}.product-studio .studio-similar-grid article p small{color:#7a879a;font-size:9px}.product-studio .studio-similar-grid .studio-heart{position:absolute;right:8px;top:8px;width:25px;height:25px}.product-studio .studio-similar-grid .studio-heart .icon{width:17px;height:17px}.product-studio .studio-similar-go{align-self:end;display:grid;place-items:center;color:white;background:var(--studio-orange);border-radius:4px;height:34px;width:39px}.product-studio .studio-similar-go .icon{width:20px;height:20px}
.product-studio #recent-section[hidden]{display:none!important}.product-studio .studio-preview-note{font-size:9px;color:#9ba3b0;text-align:center;margin:11px 0 10px}
.product-studio .studio-footer{border-top:1px solid #e9edf3;background:#f8f9fb!important;padding:22px 0;color:#1e2a40;margin:0!important}.product-studio .studio-footer-inner{max-width:1328px;width:calc(100% - 80px);margin:auto;display:grid;grid-template-columns:230px 1fr 1.2fr 1.2fr 1.1fr 1.7fr;gap:22px}.product-studio .studio-footer-brand img{width:210px;height:45px;object-fit:contain}.product-studio .studio-footer-brand small{display:block;font-size:9px;line-height:1.45;max-width:220px;color:#8993a4;margin-top:8px}.product-studio .studio-footer nav{border-left:1px solid #dce3ed;padding-left:20px;display:flex;flex-direction:column;gap:2px}.product-studio .studio-footer nav strong{font-size:11px;margin-bottom:3px}.product-studio .studio-footer nav a{font-size:10px;color:#78859a;line-height:1.4}.product-studio .studio-footer-contact{border-left:1px solid #dce3ed;padding-left:22px;display:flex;flex-direction:column;gap:2px;font-size:11px;color:#546279}.product-studio .studio-footer-contact>strong{font-size:15px;font-weight:500;color:#1e2a40;margin-bottom:3px}.product-studio .studio-footer-contact span{font-size:10px;margin-top:8px;color:#8793a7}
.product-studio :focus-visible{outline:2px solid #ff4b00!important;outline-offset:3px!important}.product-studio .studio-color:hover,.product-studio .family-chip:hover{text-decoration:none!important}.product-studio .studio-dialog{max-width:520px;width:calc(100% - 40px);border:1px solid #e1e7ef;border-radius:12px;padding:28px;box-shadow:0 25px 90px #18243f30;color:var(--studio-ink);background:#fff}.product-studio .studio-dialog::backdrop{background:#15203477;backdrop-filter:blur(3px)}.product-studio .studio-dialog h2{font-size:23px;line-height:1.3;margin:0 32px 15px 0}.product-studio .studio-dialog p{font-size:13px;line-height:1.6}.product-studio .studio-dialog-close{position:absolute;top:16px;right:16px;width:30px;height:30px;border:1px solid #e0e6ef;border-radius:50%;background:#fff;font-size:20px;color:#27364d}.product-studio .studio-dialog-options{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.product-studio .studio-dialog-options button{min-height:46px;min-width:56px;border:1px solid #ced8e5;border-radius:5px;background:#fff;padding:8px 13px;color:#27364d}.product-studio .studio-dialog-options button:hover{border-color:#ff4b00}.product-studio .studio-dialog-options small{display:block;color:#8892a2;font-size:9px}.product-studio .studio-question-links{display:flex;flex-direction:column;gap:10px;margin-top:18px}.product-studio .studio-question-links a{display:flex;align-items:center;gap:12px;padding:12px 15px;border:1px solid #e2e7ee;border-radius:6px;color:#26354a;font-size:13px}
.product-studio [data-family-status]:not(.is-updated){position:absolute!important;width:1px;height:1px!important;min-height:0!important;margin:0!important;overflow:hidden;clip-path:inset(50%)}
@media(min-width:1200px){.product-studio .studio-detail{grid-template-columns:minmax(0,1.28fr) minmax(0,1fr)!important}.product-studio .studio-product-heading h1{font-size:28px!important}.product-studio .studio-buy-row{margin-top:9px}}
@media(min-width:1600px){.product-studio .studio-image{height:530px!important}.product-studio .studio-thumbnails{max-height:530px}.product-studio .studio-thumbnails>button{height:84px!important;flex-basis:84px!important}}
@media(max-width:1199px){.product-studio .mz-header .wrap,.product-studio .container.studio-page{width:calc(100% - 40px)!important}.product-studio .headmain{grid-template-columns:205px minmax(200px,1fr) 190px!important;gap:22px!important}.product-studio .headmain .logo img{width:195px!important}.product-studio .headmain .logo{width:195px!important}.product-studio .headtools{gap:15px!important}.product-studio .headtools>a+a{padding-left:13px}.product-studio .headtools>a{font-size:11px}.product-studio #mz-nav{gap:8px!important}.product-studio #mz-nav>a,.product-studio #mz-nav>button{font-size:10px!important}.product-studio .studio-detail{gap:0 20px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.product-studio .studio-gallery{grid-template-columns:67px minmax(0,1fr)!important;gap:9px!important}.product-studio .studio-thumbnails>button{width:67px!important;height:67px!important;flex-basis:67px!important}.product-studio .studio-image{height:449px!important;padding:40px 6px!important}.product-studio .studio-thumbnails{max-height:449px}.product-studio .studio-product-heading h1{font-size:24px!important}.product-studio .studio-stock-line{font-size:11px;gap:12px}.product-studio #product-availability{font-size:11px!important}.product-studio .studio-stock-line>div{padding-left:12px;gap:7px}.product-studio .studio-choice-row{grid-template-columns:1fr;gap:5px}.product-studio .studio-size-axis>legend{float:left;width:auto!important;margin:8px 12px 0 0!important}.product-studio .studio-actions{flex-wrap:wrap}.product-studio .studio-actions>button{font-size:9px!important;padding:0 4px!important}.product-studio .studio-benefits{flex-wrap:wrap;padding-top:14px}.product-studio .studio-benefits>a{gap:5px;font-size:8px}.product-studio .studio-benefits .icon{width:19px;height:19px}.product-studio .studio-similar-grid article{grid-template-columns:85px 1fr 30px;gap:6px}.product-studio .studio-similar-go{width:30px}.product-studio .studio-similar-grid article p strong{font-size:16px}.product-studio .studio-footer-inner{width:calc(100% - 40px);grid-template-columns:185px 1fr 1.2fr 1.2fr 1.1fr;gap:14px}.product-studio .studio-footer-brand img{width:175px}.product-studio .studio-footer nav{padding-left:14px}.product-studio .studio-footer-contact{grid-column:1 / -1;border:0;border-top:1px solid #e1e6ed;padding:12px 0 0;flex-direction:row;gap:18px;align-items:center}.product-studio .studio-footer-contact span{margin:0 0 0 auto}.product-studio .studio-footer-contact strong{margin:0}.product-studio .studio-preview-note{font-size:8px}}
@media(max-width:899px){.product-studio .headmain{grid-template-columns:175px 1fr 160px!important;gap:15px!important}.product-studio .headmain .logo,.product-studio .headmain .logo img{width:165px!important}.product-studio .headtools>a span{display:none}.product-studio .headtools>a+a{border:0;padding-left:0}.product-studio #cart-count{left:16px}.product-studio .headtools{gap:22px!important}.product-studio .menu-toggle{display:block!important;border:0;background:none!important;width:26px;height:30px;padding:0!important;color:var(--studio-ink)}.product-studio #mz-nav{display:none!important}.product-studio #mz-nav.open{display:flex!important;flex-wrap:wrap!important;padding:8px 0!important;justify-content:flex-start!important;gap:4px 24px!important}.product-studio #mz-nav>a,.product-studio #mz-nav>button{font-size:12px!important}.product-studio .studio-detail{grid-template-columns:1fr!important}.product-studio .studio-gallery{grid-column:1!important;grid-row:1!important;grid-template-columns:80px 1fr!important;gap:12px!important;max-width:680px;width:100%!important;margin:0 auto!important}.product-studio .studio-image{height:490px!important;padding:30px!important}.product-studio .studio-thumbnails>button{width:80px!important;height:76px!important;flex-basis:76px!important}.product-studio .studio-thumbnails{max-height:490px}.product-studio .studio-purchase{grid-column:1;grid-row:2;margin-top:20px}.product-studio .studio-product-heading h1{font-size:29px!important}.product-studio .studio-stock-line{font-size:13px}.product-studio #product-availability{font-size:13px!important}.product-studio .studio-buybox{padding:16px}.product-studio .studio-choice-row{grid-template-columns:1fr 1.7fr;gap:20px}.product-studio .studio-size-axis>legend{float:none;margin:0 0 6px!important}.product-studio .studio-actions{justify-content:center;gap:20px;padding:15px 0}.product-studio .studio-actions>button{font-size:11px!important;padding:0 12px!important}.product-studio .studio-benefits{grid-column:1;grid-row:3;padding:8px 0 20px}.product-studio .studio-benefits>a{font-size:10px;gap:10px}.product-studio .studio-tabs{gap:20px}.product-studio .studio-overview{grid-template-columns:1.25fr 1fr;gap:20px}.product-studio .studio-similar-grid{grid-template-columns:1fr}.product-studio .studio-similar-grid article{grid-template-columns:100px 1fr 45px}.product-studio .studio-similar-grid article>div>a{font-size:12px}.product-studio .studio-similar-grid article p strong{font-size:19px}.product-studio .studio-similar-go{width:45px}.product-studio .studio-footer-inner{grid-template-columns:repeat(4,1fr)}.product-studio .studio-footer-brand{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between}.product-studio .studio-footer nav{padding-left:0;border:0}.product-studio .studio-footer-brand small{margin:0}.product-studio .studio-footer-contact{flex-wrap:wrap}.product-studio .studio-footer-contact span{display:none}}
@media(max-width:599px){.product-studio .mz-header .wrap,.product-studio .container.studio-page{width:calc(100% - 32px)!important}.product-studio .headmain{grid-template-columns:1fr auto!important;gap:8px 15px!important;padding:8px 0 10px!important}.product-studio .headmain .logo,.product-studio .headmain .logo img{width:164px!important;height:38px!important}.product-studio .header-search{grid-column:1 / -1;grid-row:2;height:40px!important}.product-studio .header-search input{height:38px!important;font-size:11px!important}.product-studio .header-search>button{height:38px!important;width:46px!important}.product-studio .headtools{grid-column:2;grid-row:1;gap:19px!important}.product-studio .headtools .icon{width:23px;height:23px}.product-studio #cart-count{top:-8px;width:16px;height:16px}.product-studio .breadcrumb{font-size:9px!important;gap:5px 8px!important;padding:11px 0!important}.product-studio .breadcrumb>span:last-child{display:none}.product-studio .breadcrumb>span:nth-last-child(2){display:none}.product-studio .breadcrumb>a:nth-of-type(2),.product-studio .breadcrumb>a:nth-of-type(3){display:none}.product-studio .breadcrumb>span:nth-of-type(2),.product-studio .breadcrumb>span:nth-of-type(3){display:none}.product-studio .studio-gallery{display:flex!important;flex-direction:column!important;gap:8px!important;max-width:none}.product-studio .studio-image{order:0;width:100%;height:auto!important;aspect-ratio:1.08!important;padding:30px 16px!important}.product-studio .studio-thumbnails{order:1;flex-direction:row!important;gap:6px!important;max-height:none;overflow-x:auto;overflow-y:hidden;padding-bottom:2px!important;scrollbar-width:none}.product-studio .studio-thumbnails>button{width:57px!important;height:55px!important;flex:0 0 57px!important;padding:3px!important}.product-studio .studio-thumbnails>button[aria-pressed=true]{padding:2px!important}.product-studio .studio-film-missing{width:57px;height:55px;flex:0 0 57px;font-size:7px}.product-studio .studio-film-missing small{font-size:6px}.product-studio .studio-brand-missing{top:11px;right:13px;font-size:10px}.product-studio .studio-brand-missing small{font-size:7px}.product-studio .studio-image-counter{bottom:14px;left:13px;font-size:9px}.product-studio .gallery-step{opacity:1;width:27px!important;height:33px!important}.product-studio .studio-purchase{margin-top:17px}.product-studio .studio-meta{font-size:9px;gap:7px;margin-bottom:10px}.product-studio .studio-meta>div>a{font-size:9px;padding:4px 7px}.product-studio .studio-product-heading h1{font-size:25px!important;line-height:1.18!important;margin-bottom:8px!important}.product-studio .studio-rating{margin-bottom:14px}.product-studio .studio-price-panel{min-height:82px;padding:13px 16px;flex-wrap:wrap;gap:10px}.product-studio #product-price{font-size:32px!important}.product-studio .studio-price-caption{font-size:10px}.product-studio .studio-lowest{max-width:none;border:0;border-top:1px solid #ffcfb7;width:100%;padding:10px 0 0}.product-studio .studio-stock-line{font-size:11px;gap:13px;padding:12px 0}.product-studio #product-availability{font-size:11px!important}.product-studio #product-availability i{width:10px;height:10px}.product-studio .studio-stock-line>div{padding-left:13px}.product-studio .studio-stock-line small{font-size:8px}.product-studio .studio-stock-line>div .icon{width:21px;height:21px}.product-studio .studio-buybox{padding:13px 11px 11px}.product-studio .family-heading>strong{font-size:15px}.product-studio .studio-colors{gap:6px;padding-bottom:10px}.product-studio .studio-color{flex-basis:64px;max-width:64px;font-size:9px}.product-studio .studio-color-photo{width:61px;height:61px}.product-studio .studio-choice-row{grid-template-columns:1fr;gap:10px}.product-studio .studio-choice-row>p,.product-studio .studio-size-axis>legend{font-size:12px!important}.product-studio .studio-size-axis>legend{margin-bottom:7px!important}.product-studio .family-chip{min-height:42px!important;min-width:52px!important;font-size:12px!important}.product-studio .family-chips{gap:7px!important}.product-studio [data-family-status]{margin:10px 0!important;font-size:9px!important}.product-studio .studio-buy-row{gap:8px}.product-studio .quantity-control{flex-basis:104px!important;grid-template-columns:30px minmax(0,1fr) 30px!important;height:48px!important}.product-studio .quantity-control button,.product-studio #product-quantity{height:46px!important}.product-studio .studio-cart{height:48px!important;min-height:48px!important;font-size:13px!important;padding:10px 8px!important;gap:7px}.product-studio .studio-cart .icon{width:21px;height:21px}.product-studio .studio-actions{gap:0;justify-content:space-between;padding:15px 0}.product-studio .studio-actions>button{flex:1;flex-direction:column;gap:6px;font-size:9px!important;padding:0 5px!important;text-align:center;min-height:44px}.product-studio .studio-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 6px;padding:7px 0 18px}.product-studio .studio-benefits>a{font-size:8px;gap:7px}.product-studio .studio-benefits>a+a{border:0}.product-studio .studio-benefits>a:nth-child(n+4){display:none}.product-studio .studio-tabs-shell{margin-top:4px}.product-studio .studio-tabs{gap:6px;padding:0 6px}.product-studio .studio-tabs>[role=tab]{min-width:0;font-size:11px;flex:1;padding:11px 7px;height:43px}.product-studio .studio-tabs>[role=tab]>span{margin-left:3px;padding:1px 4px;font-size:9px}.product-studio .studio-tab-panel{padding:18px 15px}.product-studio .studio-tab-panel h2{font-size:17px}.product-studio .studio-overview{grid-template-columns:1fr;gap:18px}.product-studio .studio-banner-missing{min-height:92px}.product-studio .studio-specs{grid-template-columns:minmax(110px,1fr) 1.1fr;font-size:11px}.product-studio .studio-specs dt,.product-studio .studio-specs dd{padding:8px}.product-studio .studio-similar{margin-top:18px}.product-studio .studio-similar h2{font-size:17px}.product-studio .studio-similar>header>a{font-size:10px;gap:6px}.product-studio .studio-similar-grid{gap:8px}.product-studio .studio-similar-grid article{grid-template-columns:78px 1fr 32px;gap:8px}.product-studio .studio-similar-image img{height:78px}.product-studio .studio-similar-grid article>div>a{font-size:10px}.product-studio .studio-similar-grid article p strong{font-size:17px}.product-studio .studio-similar-grid article p small{font-size:8px}.product-studio .studio-similar-go{width:32px;height:31px}.product-studio .studio-preview-note{margin:15px 0;line-height:1.6;font-size:8px}.product-studio .studio-footer{padding:22px 0}.product-studio .studio-footer-inner{width:calc(100% - 32px);grid-template-columns:1fr 1fr;gap:23px 20px}.product-studio .studio-footer-brand{display:block}.product-studio .studio-footer-brand img{width:185px}.product-studio .studio-footer-brand small{margin-top:10px;max-width:100%;font-size:10px}.product-studio .studio-footer nav strong{font-size:12px}.product-studio .studio-footer nav a{font-size:11px;line-height:1.8}.product-studio .studio-footer-contact{gap:9px 18px;font-size:11px}.product-studio .studio-footer-contact>strong{width:100%;font-size:16px}.product-studio .studio-dialog{padding:24px 20px}.product-studio .studio-dialog h2{font-size:22px}}
.product-studio .studio-thumbnails{flex-wrap:nowrap!important}
.product-studio .menu-toggle{min-width:0!important}
.product-studio .studio-buy-row{margin-top:10px}
.product-studio [data-family-status].is-updated + form .studio-buy-row{margin-top:0}
.product-studio .studio-overview .studio-banner-missing{min-height:88px}
.product-studio #opis.studio-tab-panel{padding-block:15px}
.product-studio .studio-availability{border-top:1px solid var(--studio-line);padding-top:10px;margin-top:12px;font-size:12px}
.product-studio .studio-availability summary{cursor:pointer;font-weight:600;color:#334155;list-style:none}
.product-studio .studio-availability form{margin-top:12px!important;display:block!important}
.product-studio .studio-availability label{font-size:11px!important;margin:8px 0!important}
.product-studio .studio-availability input{height:40px!important;padding:10px!important;border:1px solid #d5dce7!important;width:100%;border-radius:5px!important}
.product-studio .studio-availability button{min-height:40px;font-size:12px;padding:8px 16px;border:1px solid #d5dce7;border-radius:5px;background:white;color:#253249;margin-top:10px}
.product-studio .studio-availability small{font-size:10px;color:#7b8799;display:block;margin-top:10px}
@media(max-width:359px){.product-studio .headmain .logo,.product-studio .headmain .logo img{width:145px!important}.product-studio .headtools{gap:16px!important}.product-studio .quantity-control{flex-basis:90px!important;grid-template-columns:27px minmax(0,1fr) 27px!important}.product-studio .studio-cart{font-size:12px!important;gap:5px!important;padding-inline:6px!important}}
@media(prefers-reduced-motion:reduce){.product-studio *{scroll-behavior:auto!important;transition:none!important}}

/* product-studio-panels.css */
/* Product photography, compact editorial panels and a native scroll carousel. */
.product-studio .studio-brand-logo{position:absolute;top:20px;right:20px;z-index:3;width:105px!important;height:30px!important;min-height:0!important;padding:0!important;object-fit:contain;filter:brightness(0);pointer-events:none}
.product-studio #product-main-image{padding:0!important}
.product-studio .studio-image .studio-brand-logo{filter:none;mix-blend-mode:multiply;width:115px!important;height:29px!important}
.product-studio .studio-rating{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.product-studio .studio-rating-stars{position:relative;display:inline-block;font-size:18px;line-height:1.2;letter-spacing:1px;color:#dce2ea;white-space:nowrap}
.product-studio .studio-rating-fill{position:absolute;inset:0 auto 0 0;color:#f5a400;overflow:hidden;white-space:nowrap}
.product-studio .studio-rating>strong{font-size:12px;color:#27364a;font-weight:700}.product-studio .studio-rating>strong small{font-size:10px;font-weight:400;color:#718096}
.product-studio .studio-rating .studio-top-demo{font-size:8px;color:#8c98a7;background:#f2f5f9;padding:2px 5px;border-radius:3px}
.product-studio .studio-promo-demo{font-size:9px;color:#80664f;margin:5px 0 0;line-height:1.5}
.product-studio .studio-eyebrow{display:block;letter-spacing:.14em;font-size:9px;color:#5d6d83;font-weight:650;margin-bottom:9px}
.product-studio .studio-overview{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:28px}
.product-studio .studio-overview article{padding:10px 0 8px 5px}
.product-studio .studio-overview h2{font-size:23px;margin:0 0 9px}
.product-studio .studio-overview p{font-size:12px;max-width:510px;line-height:1.7;margin:5px 0}
.product-studio .studio-inline-link{display:inline-flex;gap:7px;align-items:center}
.product-studio .studio-inline-link .icon{width:15px;height:15px}
.product-studio .studio-lifestyle{position:relative;min-height:172px;overflow:hidden;border-radius:5px;background:#263446;color:#fff}
.product-studio .studio-lifestyle>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:70% center}
.product-studio .studio-lifestyle:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#172637c4,transparent 78%)}
.product-studio .studio-lifestyle>div{position:relative;z-index:1;padding:32px 27px}
.product-studio .studio-lifestyle span{font-size:8px;letter-spacing:.22em;color:#e0e5eb}
.product-studio .studio-lifestyle strong{display:block;font-size:23px;line-height:1.2;letter-spacing:-.025em;margin-top:10px;color:#fff}
.product-studio .studio-lifestyle i{display:block;width:50px;height:3px;background:#ff4b00;transform:rotate(-7deg);margin:15px 0 0}
.product-studio .studio-description{margin-top:10px;padding-top:9px;border-top:1px solid #edf0f4}
.product-studio .studio-description>summary{font-size:10px;color:#59667b}
.product-studio .studio-description-body{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-top:10px}
.product-studio .studio-description-body h3{font-size:15px;margin:5px 0}
.product-studio .studio-description-body p{font-size:12px;line-height:1.7}
.product-studio .studio-description-body a{font-size:10px;text-decoration:underline}
.product-studio .studio-spec-layout{display:grid;grid-template-columns:.53fr 1fr 1fr;gap:14px;align-items:start}
.product-studio .studio-spec-layout>header{padding:10px 12px 0 2px}
.product-studio .studio-spec-layout h2{font-size:18px;margin:0 0 8px}
.product-studio .studio-spec-layout>header p{font-size:12px;line-height:1.65;color:#617086;margin:0}
.product-studio .studio-table-card{border:1px solid #e5eaf1;border-radius:5px;padding:12px;background:linear-gradient(135deg,#fff,#fafbfd);min-width:0}
.product-studio .studio-table-card h3{font-size:12px;margin:0 4px 9px;letter-spacing:-.015em}
.product-studio .studio-table-card table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:11px;margin:0;border:0}
.product-studio .studio-table-card tr:nth-child(odd){background:#f2f5f9}
.product-studio .studio-table-card th,.product-studio .studio-table-card td{padding:7px 9px;border:0;text-align:left;vertical-align:middle;overflow-wrap:anywhere;line-height:1.45}
.product-studio .studio-table-card th{font-weight:400;color:#647086;width:47%}
.product-studio .studio-table-card td{border-left:1px solid #eaf0f7;color:#1d2a40}
.product-studio .studio-table-card>small{display:block;color:#8090a3;font-size:8px;margin:7px 3px 0}
.product-studio .studio-table-stock{display:inline-flex;align-items:center;gap:6px;color:#7c8799}
.product-studio .studio-table-stock i{width:8px;height:8px;border-radius:50%;background:currentColor;flex:none}
.product-studio .studio-table-stock.in-stock{color:#168127}
.product-studio .studio-fit-layout{display:grid;grid-template-columns:1.1fr repeat(4,1fr);gap:12px;align-items:stretch}
.product-studio .studio-fit-layout>header{padding:14px 13px 10px 2px}
.product-studio .studio-fit-layout>header h2{font-size:24px;margin:7px 0 16px}
.product-studio .studio-fit-layout p{font-size:11px;line-height:1.55;margin:8px 0 12px;color:#536078}
.product-studio .studio-fit-card{border:1px solid #e5eaf1;background:linear-gradient(135deg,#fff,#fafbfd);border-radius:5px;padding:12px;display:flex;flex-direction:column;min-width:0}
.product-studio .studio-fit-card h3{display:flex;gap:10px;align-items:center;margin:0;font-size:12px;line-height:1.4;letter-spacing:-.01em}
.product-studio .studio-fit-card h3 b{border-radius:50%;width:27px;height:27px;flex:none;display:grid;place-items:center;background:linear-gradient(135deg,#ff7200,#ff3900);color:#fff;font-size:16px;font-weight:500}
.product-studio .studio-measure,.product-studio .studio-help-visual,.product-studio .studio-fit-colors,.product-studio .studio-sku-visual{height:82px;display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;margin:5px 0}
.product-studio .studio-measure svg{width:120px;height:82px}.product-studio .studio-help-visual svg{width:67px;height:67px;color:#12223c}
.product-studio .studio-fit-colors img{width:30%;height:63px;object-fit:contain;mix-blend-mode:multiply}
.product-studio .studio-sku-visual{flex-direction:column;gap:8px}.product-studio .studio-sku-visual>.icon{width:27px;height:27px}
.product-studio .studio-sku-visual strong{background:#eef2f7;border-radius:4px;padding:7px 10px;font-size:12px;max-width:100%;overflow-wrap:anywhere}
.product-studio .studio-fit-action{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #ccd6e4;border-radius:4px;background:#fff;padding:6px;margin-top:auto;color:#263b5b;font-size:10px;min-height:31px;line-height:1.4;text-align:center;cursor:pointer}
.product-studio .studio-fit-action:hover{border-color:#ff4b00;color:#e33f00}.product-studio .studio-fit-action .icon{width:14px;height:14px;flex:none}
.product-studio .studio-fit-caption{font-size:9px;color:#76849a;text-align:center;margin-top:auto;padding:7px 0}
.product-studio .studio-demo-label{font-size:10px;color:#627086;display:flex;gap:9px;align-items:center;margin-bottom:17px;line-height:1.5}
.product-studio .studio-demo-label>span{background:#eef2f7;border-radius:3px;padding:3px 6px;font-size:8px;font-weight:700;letter-spacing:.06em;color:#54647b}
.product-studio .studio-reviews-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:25px}
.product-studio .studio-review-summary{padding-right:20px;border-right:1px solid #e7ecf2;min-width:0}
.product-studio .studio-review-summary h2{font-size:17px;margin:0 0 22px}
.product-studio .studio-review-overview{display:grid;grid-template-columns:1fr 1.1fr;gap:10px}
.product-studio .studio-review-overview>div>strong{display:block;font-size:36px;letter-spacing:-.055em;line-height:1.2;font-weight:750}
.product-studio .studio-review-overview>div>strong small{font-size:20px;font-weight:500}
.product-studio .studio-review-stars{color:#ffab00;font-size:22px;letter-spacing:1px;margin:6px 0}
.product-studio .studio-review-overview p{font-size:10px;line-height:1.5;color:#6c7c91;max-width:120px}
.product-studio .studio-distribution{display:flex;flex-direction:column;gap:7px;padding-top:2px}
.product-studio .studio-distribution button{display:flex;align-items:center;gap:7px;border:0;background:transparent;padding:0;color:#5a687d;font-size:10px;cursor:pointer;height:18px}
.product-studio .studio-distribution button>span:first-child{white-space:nowrap}.product-studio .studio-distribution i{font-style:normal;color:#ffa100}
.product-studio .studio-rating-bar{display:block;background:#e8edf3;border-radius:10px;height:6px;flex:1;overflow:hidden;min-width:35px}
.product-studio .studio-rating-bar>i{display:block;height:100%;border-radius:10px;background:linear-gradient(90deg,#ff6500,#ff3f00)}
.product-studio .studio-distribution small{width:12px;text-align:right;font-size:9px}
.product-studio .studio-review-add{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border:0;border-radius:4px;background:#102d52;color:white;font-size:12px;padding:10px;min-height:39px;margin-top:25px;cursor:pointer}
.product-studio .studio-review-add .icon{width:17px;height:17px}.product-studio .studio-review-summary>small{display:block;text-align:center;margin:8px 0;font-size:9px;color:#76849a}
.product-studio .studio-review-tools{display:flex;gap:9px;align-items:center;min-width:0}
.product-studio .studio-review-search{display:flex!important;align-items:center;gap:7px;flex:1;border:1px solid #dce3ec;border-radius:4px;min-width:0;height:34px;margin:0!important;padding:0 9px;background:#fafbfd}
.product-studio .studio-review-search>.icon{width:15px;height:15px;flex:none;color:#51617a}
.product-studio .studio-review-search input{background:transparent!important;border:0!important;box-shadow:none!important;outline:0;width:100%;min-width:0;font-size:10px!important;height:30px!important;padding:0!important;border-radius:0!important}
.product-studio .studio-review-search:focus-within{outline:2px solid #ffc1a3;outline-offset:1px}
.product-studio .studio-review-tools select{width:auto!important;max-width:145px;margin:0!important;height:34px!important;padding:5px 26px 5px 9px!important;border:1px solid #dce3ec!important;border-radius:4px!important;background-color:#fff;font-size:10px!important;color:#36475e}
.product-studio .studio-review-counter{margin:9px 0 2px;text-align:right;font-size:9px;color:#7a889b}
.product-studio .studio-review-list{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}
.product-studio .studio-review-item{display:flex;gap:10px;padding:15px 0;border-bottom:1px solid #edf0f5;min-width:0}
.product-studio .studio-review-item[hidden]{display:none!important}
.product-studio .studio-review-avatar{width:29px;height:29px;border-radius:50%;background:#eef2f6;color:#98a5b3;display:grid;place-items:center;flex:none}
.product-studio .studio-review-avatar .icon{width:21px;height:21px}
.product-studio .studio-review-item>div{min-width:0;flex:1}
.product-studio .studio-review-item header{display:flex;justify-content:space-between;gap:5px;align-items:center;flex-wrap:wrap}
.product-studio .studio-review-item header strong{font-size:10px;font-weight:650}
.product-studio .studio-review-item-stars{white-space:nowrap;letter-spacing:1px;font-size:10px;line-height:1.5}
.product-studio .studio-review-item-stars i{font-style:normal;color:#d6dce5}.product-studio .studio-review-item-stars i.filled{color:#ffad17}
.product-studio .studio-review-item h3{font-size:11px;line-height:1.5;margin:7px 0 3px;letter-spacing:0}
.product-studio .studio-review-item p{font-size:10px;line-height:1.6;color:#697990;margin:0}
.product-studio .studio-review-item .studio-review-meta{display:flex;justify-content:space-between;gap:6px;flex-wrap:wrap;font-size:8px;color:#8b97a7;margin-top:8px}
.product-studio .studio-review-empty{padding:30px 10px;text-align:center;color:#718096;font-size:12px}
.product-studio .studio-similar{position:relative;padding-top:0}
.product-studio .studio-similar>header{padding-right:90px}
.product-studio .studio-carousel-controls{position:absolute;right:0;top:0;display:flex;gap:7px}
.product-studio .studio-carousel-controls button{width:31px;height:31px;display:grid;place-items:center;border:1px solid #d9e1ea;border-radius:50%;color:#25374e;background:white;cursor:pointer;line-height:1;padding:0;font-size:18px;box-shadow:0 2px 5px #13233b07}
.product-studio .studio-carousel-controls button:hover:enabled{border-color:#ff4b00;color:#ff4b00}.product-studio .studio-carousel-controls button:disabled{opacity:.35;cursor:default}
.product-studio .studio-similar-grid{display:flex!important;gap:12px!important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding:2px 0 4px;scroll-padding:0}
.product-studio .studio-similar-grid::-webkit-scrollbar{display:none}
.product-studio .studio-similar-grid article{flex:0 0 calc((100% - 24px)/3);scroll-snap-align:start;min-width:0;height:104px;box-sizing:border-box}
.product-studio .studio-similar-grid:focus-visible{outline:2px solid #ffad86;outline-offset:3px;border-radius:5px}
@media(max-width:1199px){.product-studio .studio-fit-layout{grid-template-columns:repeat(4,minmax(0,1fr))}.product-studio .studio-fit-layout>header{grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr;gap:0 30px;padding:0}.product-studio .studio-fit-layout>header .studio-eyebrow{grid-column:1;grid-row:1}.product-studio .studio-fit-layout>header h2{grid-column:1;grid-row:2;margin:0}.product-studio .studio-fit-layout>header p{grid-column:2;grid-row:1/span 2;margin:0}.product-studio .studio-reviews-layout{grid-template-columns:250px minmax(0,1fr);gap:18px}.product-studio .studio-review-tools{flex-wrap:wrap}.product-studio .studio-review-search{flex-basis:100%}.product-studio .studio-review-item header strong{font-size:9px}}
@media(max-width:899px){.product-studio .studio-spec-layout{grid-template-columns:1fr 1fr}.product-studio .studio-spec-layout>header{grid-column:1/-1;padding:0}.product-studio .studio-similar-grid article{flex-basis:calc((100% - 12px)/2)}.product-studio .studio-review-list{grid-template-columns:1fr}.product-studio .studio-reviews-layout{grid-template-columns:240px minmax(0,1fr)}.product-studio .studio-fit-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.product-studio .studio-fit-card p{min-height:50px}}
@media(max-width:599px){.product-studio .studio-brand-logo{top:14px;right:14px;width:82px!important;height:25px!important}.product-studio .studio-overview{grid-template-columns:1fr;gap:16px}.product-studio .studio-overview article{padding:0}.product-studio .studio-overview h2{font-size:22px}.product-studio .studio-lifestyle{min-height:162px}.product-studio .studio-lifestyle>div{padding:25px 20px}.product-studio .studio-lifestyle strong{font-size:22px}.product-studio .studio-spec-layout{grid-template-columns:1fr;gap:12px}.product-studio .studio-table-card{padding:10px}.product-studio .studio-table-card th,.product-studio .studio-table-card td{font-size:11px;padding:9px 7px}.product-studio .studio-description-body{grid-template-columns:1fr;gap:8px}.product-studio .studio-fit-layout{grid-template-columns:1fr;gap:10px}.product-studio .studio-fit-layout>header{display:block;margin-bottom:5px}.product-studio .studio-fit-layout>header h2{margin:5px 0 8px}.product-studio .studio-fit-card{display:grid;grid-template-columns:80px minmax(0,1fr);gap:7px 12px;padding:14px}.product-studio .studio-fit-card h3{grid-column:1/-1;font-size:13px}.product-studio .studio-fit-card>div{grid-column:1;grid-row:2;height:80px;margin:0}.product-studio .studio-fit-card p{grid-column:2;grid-row:2;font-size:11px;min-height:0;margin:0;align-self:center}.product-studio .studio-fit-action,.product-studio .studio-fit-caption{grid-column:1/-1;min-height:38px;font-size:11px;margin-top:4px}.product-studio .studio-sku-visual strong{font-size:8px;padding:5px 3px}.product-studio .studio-fit-colors{flex-wrap:wrap!important;gap:0}.product-studio .studio-fit-colors img{width:40px;height:38px}.product-studio .studio-demo-label{align-items:flex-start;font-size:9px;margin-bottom:15px}.product-studio .studio-reviews-layout{grid-template-columns:1fr;gap:20px}.product-studio .studio-review-summary{border:0;border-bottom:1px solid #e8edf3;padding:0 0 14px}.product-studio .studio-review-summary h2{margin-bottom:15px}.product-studio .studio-review-overview{gap:25px}.product-studio .studio-review-add{margin-top:15px;min-height:44px}.product-studio .studio-review-tools{gap:8px}.product-studio .studio-review-tools select{max-width:none;flex:1;min-width:0;height:40px!important;font-size:11px!important}.product-studio .studio-review-search{height:40px;flex-basis:100%}.product-studio .studio-review-search input{font-size:11px!important;height:38px!important}.product-studio .studio-review-item header strong{font-size:11px}.product-studio .studio-review-item h3{font-size:12px}.product-studio .studio-review-item p{font-size:11px}.product-studio .studio-review-list{grid-template-columns:1fr}.product-studio .studio-similar>header{padding-right:85px;align-items:flex-start;flex-direction:column;gap:3px}.product-studio .studio-carousel-controls button{width:34px;height:34px}.product-studio .studio-similar-grid article{flex-basis:calc(100% - 20px);height:110px}.product-studio .studio-similar-grid article p strong{font-size:16px}}

.product-studio .studio-review-search input:focus{outline:0!important;box-shadow:none!important}
.product-studio .studio-color-label{margin:12px 0 7px!important;font-size:12px!important;color:#26354c;line-height:1.5}
.product-studio .studio-color-label strong{font-weight:650}
.product-studio .studio-choice-row{grid-template-columns:minmax(0,1fr)!important;justify-items:start;gap:0!important;margin-top:3px}
.product-studio .studio-size-axis{width:100%;min-width:0}
.product-studio .studio-size-axis>legend{float:none!important;width:100%!important;max-width:none!important;display:block!important}
.product-studio .studio-size-axis>.family-chips{clear:both!important;width:100%!important;display:flex!important}
.product-studio .studio-size-axis>legend{margin-bottom:8px!important;font-size:12px!important}
.product-studio .family-chips{justify-content:flex-start!important;gap:7px!important}
.product-studio .family-chip{min-width:63px!important;min-height:42px!important;font-size:12px!important}
.product-studio .studio-colors{gap:7px;padding-bottom:12px;justify-content:flex-start}
.product-studio .studio-color{flex-basis:65px;max-width:65px}
.product-studio .studio-color-photo{width:65px;height:61px}
.product-studio .studio-color>span:last-child{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}
.product-studio .studio-lifestyle{background:transparent;border-radius:0}
.product-studio .studio-lifestyle>img{-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 43%);mask-image:linear-gradient(to right,transparent 0%,#000 43%);border-radius:4px}
.product-studio .studio-lifestyle:after{background:linear-gradient(0deg,#1022387a,transparent 85%);-webkit-mask-image:linear-gradient(to right,transparent,#000 43%);mask-image:linear-gradient(to right,transparent,#000 43%)}
.product-studio .studio-lifestyle>div{padding:30px 20px 24px 37%;min-height:172px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;box-sizing:border-box}
.product-studio .studio-lifestyle strong{font-size:21px;text-shadow:0 1px 12px #10223830}
.product-studio .studio-similar>header{padding-right:0}
.product-studio .studio-carousel{position:relative;padding:0 27px}
.product-studio .studio-carousel-controls{position:absolute;inset:0;display:block;pointer-events:none}
.product-studio .studio-carousel-controls button{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;pointer-events:auto;z-index:2}
.product-studio .studio-carousel-controls button:first-child{left:-12px}
.product-studio .studio-carousel-controls button:last-child{right:-12px}
@media(max-width:599px){.product-studio .studio-similar>header{flex-direction:row;align-items:center;gap:12px;padding:0}.product-studio .studio-carousel{padding-inline:23px}.product-studio .studio-carousel-controls button{width:28px;height:28px}.product-studio .studio-carousel-controls button:first-child{left:-9px}.product-studio .studio-carousel-controls button:last-child{right:-9px}.product-studio .studio-similar-grid article{flex-basis:100%;grid-template-columns:60px minmax(0,1fr) 27px;padding:7px;gap:6px}.product-studio .studio-similar-image img{width:60px;height:75px}.product-studio .studio-similar-grid article p{display:block}.product-studio .studio-similar-grid article p strong{font-size:14px}.product-studio .studio-similar-grid article p small{display:block}.product-studio .studio-similar-go{width:27px;height:30px}}
@media(max-width:599px){.product-studio .studio-choice-row{margin-top:6px}.product-studio .family-chip{min-width:54px!important}.product-studio .studio-color-photo{width:61px;height:61px}.product-studio .studio-lifestyle>img{-webkit-mask-image:linear-gradient(to bottom,transparent,#000 38%);mask-image:linear-gradient(to bottom,transparent,#000 38%)}.product-studio .studio-lifestyle:after{-webkit-mask-image:linear-gradient(to bottom,transparent,#000 38%);mask-image:linear-gradient(to bottom,transparent,#000 38%)}.product-studio .studio-lifestyle>div{min-height:180px;padding:60px 18px 20px}.product-studio .studio-lifestyle strong{font-size:21px}.product-studio .studio-lifestyle>div>span{display:none}}

.product-studio progress.studio-rating-bar{appearance:none;-webkit-appearance:none;border:0;color:#ff4b00;width:100%;min-width:0}
.product-studio progress.studio-rating-bar::-webkit-progress-bar{background:#e8edf3;border-radius:10px}
.product-studio progress.studio-rating-bar::-webkit-progress-value{background:linear-gradient(90deg,#ff6500,#ff3f00);border-radius:10px}
.product-studio progress.studio-rating-bar::-moz-progress-bar{background:#ff4b00;border-radius:10px}
.product-studio .studio-product-heading h1{text-wrap:balance;margin-bottom:8px!important}
.product-studio .studio-heading-variant{display:flex;align-items:center;flex-wrap:wrap;gap:7px 13px;margin:0 0 12px!important;font-size:13px;line-height:1.6;color:#607088}
.product-studio .studio-heading-size{white-space:nowrap;display:inline-flex;gap:6px;align-items:center;border-left:1px solid #dce3ec;padding-left:13px}.product-studio .studio-heading-size strong{color:#18243b}
.product-studio [data-family-status],.product-studio [data-family-status]:not(.is-updated){position:static!important;width:auto!important;height:auto!important;min-height:28px!important;margin:7px 0 8px!important;clip-path:none!important;overflow:visible!important;font-size:10px!important;line-height:1.35!important}
.product-studio .studio-page[data-variant-loading="true"] .product-gallery{opacity:1}
.product-studio .studio-page[data-variant-loading="true"] .studio-buybox{cursor:progress}
.product-studio .studio-benefits>button{font:inherit;border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:9px;color:#607088;padding:0;cursor:pointer;font-size:10px;text-align:left}
html:has(.product-studio){scrollbar-gutter:stable}html.studio-dialog-open{overflow:hidden}
.product-studio .studio-dialog{max-height:calc(100dvh - 40px);overflow:auto;overscroll-behavior:contain;box-sizing:border-box;scrollbar-gutter:stable;max-width:600px;padding:28px;border-radius:14px}
.product-studio .studio-size-dialog{max-width:730px}
.product-studio .studio-modal-eyebrow{font-size:9px;font-weight:700;letter-spacing:.14em;color:#df4a11;display:block;margin:0 35px 9px 0}
.product-studio .studio-dialog h2{font-size:25px;letter-spacing:-.04em;margin-bottom:8px}
.product-studio .studio-modal-intro{font-size:12px!important;color:#68788e;margin:0 0 20px;line-height:1.7}
.product-studio .studio-size-guide-layout{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.product-studio .studio-guide-illustration{height:135px;background:#f6f8fb;border-radius:8px;display:grid;place-items:center}.product-studio .studio-guide-illustration svg{height:115px;width:160px}
.product-studio .studio-size-advice h3{font-size:15px;margin:16px 0 8px}.product-studio .studio-size-advice p{font-size:12px;color:#63738a}.product-studio .studio-size-advice .studio-fit-action{width:100%;margin-top:17px;padding:9px;min-height:42px}
.product-studio .studio-size-table{border-collapse:separate;border-spacing:0;width:100%;font-size:12px;align-self:start;border:1px solid #e1e7ef;border-radius:8px;overflow:hidden}.product-studio .studio-size-table caption{font-size:11px;color:#758196;text-align:left;margin-bottom:8px}.product-studio .studio-size-table th,.product-studio .studio-size-table td{padding:10px 13px;border:0;text-align:left;font-size:12px;line-height:1.5}.product-studio .studio-size-table thead{background:#eef2f7}.product-studio .studio-size-table tbody tr:nth-child(even){background:#f7f9fc}.product-studio .studio-size-table tbody tr.is-current{background:#fff0e7;color:#c53d00;box-shadow:inset 3px 0 #ff4b00}.product-studio .studio-size-table small{font-size:9px;font-weight:500;margin-left:9px}
.product-studio .studio-modal-source{border-top:1px solid #e8edf3;padding-top:14px;margin:20px 0 0;font-size:10px!important;color:#8290a1}
.product-studio .studio-question-product{display:flex;gap:13px;align-items:center;background:#f7f9fc;border:1px solid #e3e9f1;padding:12px;border-radius:8px;margin-bottom:18px}.product-studio .studio-question-product>img{width:70px;height:70px;object-fit:contain;mix-blend-mode:multiply}.product-studio .studio-question-product>div{min-width:0}.product-studio .studio-question-product strong{font-size:13px;line-height:1.5;display:block}.product-studio .studio-question-product p{font-size:11px;margin:5px 0!important;display:flex;gap:5px 14px;flex-wrap:wrap}.product-studio .studio-question-product p span{white-space:nowrap}.product-studio .studio-question-product small{font-size:10px;color:#73839a;overflow-wrap:anywhere}
.product-studio #product-question-form>label:not(.check){display:block;font-size:12px;font-weight:600;margin-bottom:14px}.product-studio #product-question-form>label>span:not(:last-child){color:#e3490b}.product-studio #product-question-form input[type=email],.product-studio #product-question-form textarea{box-sizing:border-box;width:100%;background:#fff;border:1px solid #d5deea;border-radius:6px;padding:11px 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;color:#172438;margin-top:6px;min-height:44px}.product-studio #product-question-form textarea{resize:vertical;min-height:100px;max-height:240px;font-family:inherit;font-size:13px;line-height:1.6}
.product-studio .studio-question-consent{display:flex;align-items:flex-start;gap:9px;margin:3px 0 15px;font-size:11px;line-height:1.6;color:#65758a;font-weight:400}.product-studio .studio-question-consent input{margin:3px 0 0;width:16px;height:16px;flex:0 0 16px;accent-color:#ff4b00}.product-studio .studio-question-consent a{color:#23354d;text-decoration:underline}
.product-studio .studio-question-submit{width:100%;min-height:46px;margin-top:12px}.product-studio .studio-question-demo{font-size:10px!important;color:#77859a;margin:8px 0 0}.product-studio #product-question-form .field-help,.product-studio #product-question-form .form-feedback{font-size:11px;line-height:1.6}.product-studio #product-question-form .form-feedback:empty{display:none}
.product-studio .studio-question-success{text-align:center;padding:20px 10px}.product-studio .studio-question-success>.icon{width:42px;height:42px;color:#23935e;margin-bottom:13px}.product-studio .studio-question-success h3{font-size:23px;margin:0 0 10px}.product-studio .studio-question-success p{color:#68788e}.product-studio .studio-question-success button{margin-top:15px}
@media(max-width:599px){.product-studio .studio-heading-variant{font-size:12px}.product-studio [data-family-status],.product-studio [data-family-status]:not(.is-updated){min-height:40px!important}.product-studio .studio-dialog{width:calc(100% - 24px);padding:21px 17px;max-height:calc(100dvh - 24px);border-radius:11px}.product-studio .studio-dialog h2{font-size:23px}.product-studio .studio-size-guide-layout{grid-template-columns:1fr;gap:20px}.product-studio .studio-guide-illustration{float:left;width:82px;height:90px;margin:0 13px 6px 0}.product-studio .studio-guide-illustration svg{width:95px;height:76px}.product-studio .studio-size-advice h3{margin-top:0}.product-studio .studio-size-advice .studio-fit-action{clear:both}.product-studio .studio-question-product{padding:8px;gap:8px}.product-studio .studio-question-product>img{width:52px;height:60px}.product-studio #product-question-form input[type=email],.product-studio #product-question-form textarea{font-size:16px}.product-studio .studio-size-table th,.product-studio .studio-size-table td{padding:8px 12px}}
@media(max-width:359px){.product-studio .studio-meta{display:grid;grid-template-columns:minmax(0,1fr) 29px;gap:4px 7px}.product-studio .studio-meta>div{grid-column:1;grid-row:1}.product-studio .studio-meta>span{grid-column:1;grid-row:2;margin:0;font-size:8px}.product-studio .studio-meta>.studio-heart{grid-column:2;grid-row:1/span 2}.product-studio .studio-tabs{gap:0;padding:0 3px}.product-studio .studio-tabs>[role=tab]{font-size:10px;padding:10px 4px}.product-studio .studio-tabs>[role=tab]>span{font-size:8px;margin-left:2px;padding:1px 3px}}

.product-studio .studio-question-submit,.product-studio .studio-question-success .button{background:linear-gradient(115deg,#ff6500,#ff4500)!important;border-color:#ff4b00!important;color:#fff!important;box-shadow:none;font-size:13px}
/* Manufacturer marks use verified assets and a consistent quiet corner. */
.product-studio .studio-image .studio-manufacturer-mark{top:18px;right:18px;width:116px!important;height:46px!important;max-width:24%!important;object-fit:contain;object-position:right top;mix-blend-mode:normal;filter:none}
.product-studio .studio-image .studio-manufacturer-mark[data-brand="ls2"]{height:29px!important}
.product-studio .studio-image .studio-manufacturer-mark[data-brand="naxa"]{width:98px!important}
.product-studio .studio-image .studio-manufacturer-mark[data-brand="mpx"]{width:90px!important;border-radius:3px}
@media(max-width:599px){.product-studio .studio-image .studio-manufacturer-mark{top:14px;right:14px;width:90px!important;height:36px!important}.product-studio .studio-image .studio-manufacturer-mark[data-brand="ls2"]{height:25px!important}}

/* product-studio-sections.css */
/* Scoped product presentation; the shop's original footer keeps its own styles. */
body.product-studio{background:#f4f7fa!important}
.product-studio .studio-detail,.product-studio .studio-tabs-shell,.product-studio .studio-product-section{background:#fff;border:1px solid #e7edf3!important;border-radius:14px!important;box-shadow:0 7px 24px #1a355808}
.product-studio .studio-detail{padding:20px!important;grid-template-rows:auto!important;gap:24px!important}
.product-studio .studio-media{grid-column:1;grid-row:1;min-width:0;align-self:start}
.product-studio .studio-media .studio-gallery{width:100%!important}
.product-studio .studio-purchase{grid-column:2;grid-row:1;margin:0;container-type:inline-size;container-name:studio-purchase}
.product-studio .studio-detail .studio-product-heading h1{font-size:28px!important;line-height:1.2!important;font-weight:750!important;letter-spacing:-.035em!important;margin:0 0 8px!important;text-wrap:balance;max-width:none!important}
.product-studio .studio-heading-variant{font-size:12px;margin-bottom:9px!important}
.product-studio .studio-meta{margin-bottom:10px;gap:8px}.product-studio .studio-meta>span{font-size:9px}
.product-studio .studio-price-panel:not(.with-promotion){background:#f5f7fa;border:1px solid #e8edf3}
.product-studio .studio-price-panel:not(.with-promotion) #product-price{color:var(--studio-ink)!important}
@container studio-purchase (max-width:510px){
 .product-studio .studio-price-panel.with-promotion{flex-wrap:wrap;gap:10px}
 .product-studio .studio-price-panel.with-promotion .studio-lowest{max-width:none;width:100%;border:0;border-top:1px solid #ffcfb7;padding:10px 0 0}
}
.product-studio .studio-media .studio-benefits{margin:16px 0 0;padding:18px 8px;gap:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;min-height:112px;background:#f8fafc;border:1px solid #e9eef4;border-radius:10px}
.product-studio .studio-media .studio-benefits>*{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:0 8px;font-size:12px;font-weight:500;line-height:1.45;text-align:center;color:#40516a;min-width:0;border-radius:0;transition:color .15s}
.product-studio .studio-media .studio-benefits>*+*{border-left:1px solid #dfe6ee;padding-left:8px}
.product-studio .studio-media .studio-benefits .icon{width:30px;height:30px;color:#253750;transition:color .15s}
.product-studio .studio-media .studio-benefits>*:hover,.product-studio .studio-media .studio-benefits>*:hover .icon{color:#e84908}
.product-studio .studio-tabs-shell{margin-top:20px;overflow:hidden}
.product-studio .studio-product-section{margin:20px 0 0;padding:19px 20px 20px}
.product-studio .studio-product-section>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 17px}
.product-studio .studio-product-section>header h2{position:relative;display:flex;align-items:center;gap:10px;font-size:19px!important;line-height:1.3;margin:0;font-weight:700;letter-spacing:-.025em;padding:0 0 9px}
.product-studio .studio-product-section>header h2:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#ff4b00;border-radius:2px}
.product-studio .studio-product-section>header h2 .icon{width:21px;height:21px;color:#ff4b00;flex:none}
.product-studio .studio-product-section>header>a,.product-studio .studio-product-section>header>span{font-size:11px;color:#637087;flex:none}
.product-studio .studio-carousel{padding-inline:18px}
.product-studio .studio-carousel-controls button{width:32px;height:32px;border:1px solid #dce4ee;border-radius:50%;background:#fff;color:#35465d;font-size:21px;box-shadow:0 2px 8px #20304d0a;cursor:pointer}
.product-studio .studio-carousel-controls button:first-child{left:-9px}.product-studio .studio-carousel-controls button:last-child{right:-9px}
.product-studio .studio-carousel-controls button:disabled{color:#bbc4cf;cursor:default;box-shadow:none}
.product-studio .studio-carousel-controls button:not(:disabled):hover{color:#ff4b00;border-color:#ffbda3}
.product-studio .studio-carousel.is-static .studio-carousel-controls{visibility:hidden}
.product-studio .studio-similar-grid article{min-height:132px;padding:12px;border-radius:8px;grid-template-columns:105px minmax(0,1fr) 35px;gap:10px}
.product-studio .studio-similar-image img{height:106px;width:105px}
.product-studio .studio-similar-grid article>div>a{font-size:12px;line-height:1.45;-webkit-line-clamp:3}
.product-studio .studio-similar-grid article p{display:block}.product-studio .studio-similar-grid article p strong{font-size:20px}.product-studio .studio-similar-grid article p small{display:block;font-size:10px}
.product-studio .studio-similar-grid .studio-heart,.product-studio .studio-recent-card .studio-heart{width:28px;height:28px;top:10px;right:10px}
.product-studio .studio-similar-go{width:35px;height:35px;border-radius:5px}
.product-studio .studio-recent-grid{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 0}
.product-studio .studio-recent-grid::-webkit-scrollbar{display:none}
.product-studio .studio-recent-card{position:relative;min-width:0;flex:0 0 calc((100% - 36px)/4);border:1px solid #e1e7ef;border-radius:8px;background:#fff;padding:12px;display:flex;flex-direction:column;scroll-snap-align:start;transition:border-color .15s}
.product-studio .studio-recent-card:hover,.product-studio .studio-similar-grid article:hover{border-color:#bbc9d9}
.product-studio .studio-recent-image{display:flex;align-items:center;justify-content:center;height:166px;margin:0 12px 10px}
.product-studio .studio-recent-image img{width:100%;height:100%;object-fit:contain}
.product-studio .studio-recent-card .studio-heart{position:absolute}
.product-studio .studio-recent-name{font-size:12px;line-height:1.45;color:#25344d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px;margin-bottom:12px}
.product-studio .studio-recent-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto}.product-studio .studio-recent-bottom p{margin:0;min-width:0}.product-studio .studio-recent-bottom strong{font-size:20px;letter-spacing:-.025em;white-space:nowrap;color:#18243b}.product-studio .studio-recent-bottom small{display:block;font-size:10px;color:#738299}
.product-studio .studio-recent-bottom .studio-similar-go{flex:none}
.product-studio .studio-preview-note{margin:17px 0 23px}
.product-studio .mz-footer-v2{margin-top:26px}
@media(max-width:1199px){
 .product-studio .studio-detail{gap:20px!important;padding:16px!important}
 .product-studio .studio-detail .studio-product-heading h1{font-size:25px!important}
 .product-studio .studio-media .studio-benefits{padding:16px 4px;min-height:106px}.product-studio .studio-media .studio-benefits>*{font-size:10px;gap:9px;padding-inline:4px}.product-studio .studio-media .studio-benefits>*+*{padding-left:4px}.product-studio .studio-media .studio-benefits .icon{width:28px;height:28px}
 .product-studio .studio-similar-grid article{grid-template-columns:85px minmax(0,1fr) 33px}.product-studio .studio-similar-image img{width:85px;height:95px}
 .product-studio .studio-recent-card{flex-basis:calc((100% - 24px)/3)}
}
@media(max-width:899px){
 .product-studio .studio-detail{grid-template-columns:1fr!important}
 .product-studio .studio-media{width:100%;max-width:680px;margin:auto}
 .product-studio .studio-purchase{grid-column:1;grid-row:2;margin:0}
 .product-studio .studio-detail .studio-product-heading h1{font-size:27px!important;text-wrap:pretty}
 .product-studio .studio-media .studio-benefits>*{font-size:12px;gap:10px}
 .product-studio .studio-recent-card{flex-basis:calc((100% - 12px)/2)}
 .product-studio .studio-similar-grid article{grid-template-columns:90px minmax(0,1fr) 33px}
}
@media(max-width:599px){
 .product-studio .studio-detail{padding:12px!important;gap:17px!important;border-radius:11px!important}
 .product-studio .studio-detail .studio-product-heading h1{font-size:23px!important;line-height:1.22!important}
 .product-studio .studio-media .studio-benefits{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px;padding:14px 4px;min-height:96px}
 .product-studio .studio-media .studio-benefits>*{font-size:11px;gap:8px;padding:0 4px;justify-content:center}
 .product-studio .studio-media .studio-benefits .icon{width:26px;height:26px}
 .product-studio .studio-media .studio-benefits>:nth-child(n+4){display:none}
 .product-studio .studio-tabs-shell{margin-top:14px;border-radius:11px!important}
 .product-studio .studio-product-section{margin-top:14px;padding:15px 12px;border-radius:11px!important}
 .product-studio .studio-product-section>header{gap:8px;align-items:flex-start;margin-bottom:12px}
 .product-studio .studio-product-section>header h2{font-size:16px!important;gap:7px;max-width:80%}
 .product-studio .studio-product-section>header h2 .icon{width:18px;height:18px}
 .product-studio .studio-product-section>header>a{font-size:9px;gap:4px;margin-top:3px;white-space:nowrap}.product-studio .studio-product-section>header>span{display:none}
 .product-studio .studio-carousel{padding-inline:15px}
 .product-studio .studio-carousel-controls button{width:28px;height:28px;font-size:18px}.product-studio .studio-carousel-controls button:first-child{left:-9px}.product-studio .studio-carousel-controls button:last-child{right:-9px}
 .product-studio .studio-similar-grid article{grid-template-columns:64px minmax(0,1fr) 28px;min-height:116px;padding:8px;gap:7px}.product-studio .studio-similar-image img{width:64px;height:92px}
 .product-studio .studio-similar-grid article>div>a{font-size:11px;line-height:1.4}.product-studio .studio-similar-grid article p strong{font-size:17px}.product-studio .studio-similar-grid article p small{font-size:9px}.product-studio .studio-similar-go{width:28px;height:32px}
 .product-studio .studio-recent-card{flex-basis:80%;padding:12px}.product-studio .studio-recent-image{height:150px}.product-studio .studio-recent-name{font-size:12px}.product-studio .studio-recent-bottom strong{font-size:19px}
}
@media(max-width:359px){.product-studio .studio-similar-grid article{grid-template-columns:46px minmax(0,1fr) 25px;gap:6px}.product-studio .studio-similar-image img{width:46px}.product-studio .studio-similar-grid article p strong{font-size:15px}.product-studio .studio-similar-go{width:25px}.product-studio .studio-product-section>header>a{font-size:8px}.product-studio .studio-product-section>header h2{font-size:14px!important}.product-studio .studio-recent-card{flex-basis:100%}}

/* Real catalogue values can be much longer than the presentation sample. */
.product-studio .studio-meta>span{overflow-wrap:anywhere;min-width:0;text-align:right}
.product-studio .studio-product-heading h1,.product-studio .studio-table-card td,.product-studio .studio-sku-visual strong{overflow-wrap:anywhere}
.product-studio .studio-table-card{min-width:0;align-self:start}.product-studio .studio-table-card table{table-layout:fixed;width:100%}
.product-studio .studio-color-axis legend{margin-bottom:8px;font-size:12px;color:#53627a}.product-studio .studio-color-axis+.studio-color-axis{margin-top:14px}
.product-studio .studio-color-photo:has(:not(img)){font-size:10px}.product-studio .studio-gallery .no-photo{min-height:300px}
.product-studio .studio-overview-bicycle .studio-lifestyle{background:linear-gradient(120deg,#fff,#e7edf2 42%,#102934);min-height:185px}
.product-studio .studio-product-prose p{white-space:pre-line}.product-studio .studio-product-prose ul{padding-left:18px}.product-studio .studio-product-prose li{margin:6px 0}
.product-studio .studio-rating-stars{display:inline-block}.product-studio .studio-overview article h2{overflow-wrap:anywhere}
.product-studio .studio-size-table td{overflow-wrap:anywhere}

/* The legal reference stays next to every advertised reduction, also in rails. */
.product-studio .studio-similar-grid .price-history-note{display:flex;flex-direction:column;gap:3px;font-size:11px;line-height:1.4;color:#566277;overflow-wrap:anywhere}
.product-studio .studio-similar-grid .price-history-note small{font-size:10px;line-height:1.4}
.product-studio .studio-recent-bottom:has(.promotion-note){flex-wrap:wrap}
.product-studio .studio-recent-bottom .promotion-note{order:3;flex-basis:100%;font-size:11px;line-height:1.4}
.product-studio .studio-recent-bottom .promotion-note small{font-size:10px;white-space:normal}

/* department-design.css */
/* Moto-Zbud approved light design, limited to redesigned departments. */
body.department-product{overflow-x:clip}
:is(body.department-catalog,body.department-product) .headmain{grid-template-columns:220px minmax(180px,1fr) 340px!important;gap:28px!important}
:is(body.department-catalog,body.department-product) .headtools>a{white-space:nowrap}
@media(min-width:701px) and (max-width:1199px){:is(body.department-catalog,body.department-product) .headmain{grid-template-columns:190px minmax(160px,1fr) 230px!important;gap:20px!important}:is(body.department-catalog,body.department-product) .dept-wishlist-link span{display:none}}
@media(min-width:701px) and (max-width:900px){:is(body.department-catalog,body.department-product) .headmain{grid-template-columns:160px minmax(150px,1fr) 175px!important;gap:16px!important}:is(body.department-catalog,body.department-product) .headtools>a span{display:none}:is(body.department-catalog,body.department-product) .headmain .logo,:is(body.department-catalog,body.department-product) .headmain .logo img{width:155px!important}}
@media(max-width:700px){:is(body.department-catalog,body.department-product) .headmain{grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}:is(body.department-catalog,body.department-product) .headmain .header-search{grid-column:1/-1;grid-row:2}}
:is(body.department-catalog,body.department-product){--accent:#ff4b00;--dept-ink:#152139;--dept-muted:#5b6c82;--dept-line:#e2e9f1;background:#f3f7fa!important;color:var(--dept-ink)!important}
.dept-page{padding-bottom:12px}.dept-hero{position:relative;isolation:isolate;overflow:hidden;border-radius:14px;background:#fff;border:1px solid white;min-height:256px;box-shadow:0 5px 24px #17324b05}.dept-hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.dept-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fffffff0 24%,#ffffff72 46%,transparent 65%);z-index:-1;pointer-events:none}.dept-hero-copy{padding:30px 32px;width:53%;min-width:530px}.dept-hero-copy .eyebrow{font-size:10px!important;letter-spacing:.15em;color:#db470d!important;font-weight:750!important}.dept-hero h1{font:750 clamp(30px,2.7vw,41px)/1.13 'DM Sans',sans-serif!important;letter-spacing:-.04em!important;color:#111d36!important;margin:9px 0 13px!important;max-width:600px}.dept-hero-copy>p{font-size:14px;line-height:1.6;max-width:480px;color:#4e6077;margin:0 0 23px}.dept-hero-benefits{display:flex;gap:24px;color:#253b59;font-size:11px}.dept-hero-benefits>*{display:flex;align-items:center;gap:8px}.dept-hero-benefits .icon{width:22px;height:22px;flex:none}.dept-hero-products{position:absolute;inset:0 0 0 54%;display:flex;align-items:center;padding:12px 20px;gap:0;overflow:hidden}.dept-hero-products img{width:40%;height:215px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 12px 12px #21354a15)}.dept-hero-products img+img{margin-left:-7%}.dept-hero-products img:nth-child(2){height:260px}
.dept-categories{background:#fff;border:1px solid var(--dept-line);border-radius:13px;padding:16px;margin:19px 0 25px}.dept-section-heading{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px;gap:16px}.dept-section-heading h2{font-size:16px!important;letter-spacing:-.02em!important;margin:0!important}.dept-section-heading>span{font-size:11px;color:var(--dept-muted)}.dept-category-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.dept-category-rail .helmet-type{min-height:78px;border-radius:8px;font-size:12px;padding:8px 10px;gap:10px}.dept-category-rail .helmet-type>span{flex:1}.dept-category-rail .helmet-type>.icon{width:15px;height:15px;flex:none;color:#8390a3}.dept-category-rail .helmet-type img{width:56px;height:56px;mix-blend-mode:multiply}.dept-all-categories{margin-top:12px;font-size:12px}.dept-all-categories summary{display:flex;gap:8px;align-items:center;cursor:pointer;width:fit-content;font-weight:650;padding:7px 2px;color:#213954;list-style:none}.dept-all-categories summary::-webkit-details-marker{display:none}.dept-all-categories summary .icon{width:16px;height:16px}.dept-all-categories summary span{color:#78849a;font-weight:400}.dept-all-categories nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px 20px;padding-top:12px;border-top:1px solid var(--dept-line);margin-top:6px}.dept-all-categories nav a{display:flex;justify-content:space-between;gap:8px;padding:9px 0;font-size:12px}.dept-all-categories nav small{color:#718199}
body.department-catalog .department-catalog-layout{grid-template-columns:232px minmax(0,1fr)!important;gap:22px!important}.dept-page #produkty{scroll-margin-top:18px}.dept-page .helmet-result-heading{align-items:center;margin:0 0 14px;min-height:43px}.dept-page .helmet-result-heading small{font-size:10px;color:#6a7b90;display:block;margin-top:4px}body.department-catalog .helmet-product-grid{gap:13px!important}body.department-catalog .catalog-product-row{padding:13px!important;border-radius:12px!important}body.department-catalog .catalog-row-image{aspect-ratio:1.18!important;position:relative!important;margin-bottom:12px!important;overflow:hidden}body.department-catalog .catalog-row-image:after{content:'';position:absolute;width:45%;height:28px;right:8%;bottom:14%;background:url("/assets/brand/logo-dark.svg?v=df9564b22239") center/contain no-repeat;opacity:.075;pointer-events:none}body.department-catalog .catalog-row-info h2{font-size:14px!important;line-height:1.45!important;min-height:4.35em!important;font-weight:650!important}body.department-catalog .catalog-row-price>strong{font-size:24px!important}.dept-card-facts{display:flex;flex-wrap:wrap;gap:4px 7px;margin:0 0 11px;min-height:25px;align-content:start}.dept-card-facts span{font-size:10px;color:#4c607b;background:#f5f7fa;border-radius:4px;padding:4px 6px;line-height:1.4;max-width:100%;overflow-wrap:anywhere}body.department-catalog .catalog-variant-status{min-height:0;margin-bottom:8px!important}body.department-catalog .catalog-purchase-assurance.is-unavailable{color:#68778a!important}body.department-catalog .catalog-purchase-assurance.is-unavailable>span:before{background:#8d9bab}body.department-catalog .catalog-variant-chip{min-height:34px!important}.dept-help{background:white;border:1px solid var(--dept-line);border-radius:11px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}.dept-help>div{display:flex;align-items:center;gap:16px}.dept-help>div>.icon{width:33px;height:33px;color:#253d5d;flex:none}.dept-help strong{display:block;font-size:16px;line-height:1.3}.dept-help small{display:block;font-size:12px;color:#63758a;margin-top:4px}.dept-help .button{font-size:12px;min-height:42px;white-space:nowrap}.dept-guide-section{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid var(--dept-line);background:#fff;border-radius:14px;margin-top:26px;padding:28px 32px}.dept-guide-section .eyebrow{font-size:10px;color:#d8440b}.dept-guide-section h2{font-size:23px!important;letter-spacing:-.03em!important;margin:8px 0 10px!important}.dept-guide-section p{font-size:13px;color:#63758a;max-width:620px;margin:0}.dept-guide-link{font-size:13px;display:flex;align-items:center;gap:15px;font-weight:650;white-space:nowrap}.dept-mobile-toolbar,.dept-filter-close,.dept-filter-backdrop,.dept-sticky-buy{display:none}
/* Product details reuse the accepted hierarchy, adapting facts and use panels. */
body.department-product .studio-detail{grid-template-columns:minmax(0,1fr) minmax(0,.95fr)!important;align-items:start}body.department-product .studio-product-heading h1{font-size:clamp(23px,2vw,30px)!important;line-height:1.22!important;letter-spacing:-.035em!important;overflow-wrap:break-word}body.department-product .studio-image{aspect-ratio:1.12;min-height:0!important}body.department-product .studio-image #product-main-image{object-fit:contain!important;padding:24px!important}body.department-product .studio-benefits{margin-top:14px!important;min-height:83px!important;padding:13px 10px!important}body.department-product .studio-benefits span{font-size:11px!important}.dept-watermark{position:absolute!important;right:10%;bottom:19%;width:36%!important;height:auto!important;max-height:45px;opacity:.09;pointer-events:none;z-index:2}.dept-heading-facts{display:flex;gap:9px 15px;flex-wrap:wrap;margin:13px 0 15px;font-size:11px;color:#697a90}.dept-heading-facts span{max-width:100%}.dept-heading-facts strong{font-weight:650;color:#233853;margin-left:3px}.dept-spec-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:12px;margin:18px 0 22px}.dept-spec-facts article{border:1px solid #e3eaf2;border-radius:8px;padding:18px;background:#f8fafc;min-width:0}.dept-spec-facts small{display:block;font-size:11px;color:#687c96;margin-bottom:8px}.dept-spec-facts strong{font-size:20px;line-height:1.25;color:#182c4b;overflow-wrap:anywhere}.dept-spec-tables{display:grid;grid-template-columns:1.35fr 1fr;gap:18px;align-items:start}.dept-spec-tables th{width:43%}.dept-spec-tables td{overflow-wrap:anywhere}.dept-panel-heading h2{font-size:24px!important;letter-spacing:-.03em!important;margin:3px 0 8px!important}.dept-panel-heading>p{font-size:13px;color:#60728a;max-width:790px;line-height:1.6;margin:0}.dept-panel-heading .studio-eyebrow{display:block;margin-bottom:8px}.dept-use-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.dept-use-facts .studio-fit-card{min-height:125px}.dept-use-facts .studio-fit-card h3{font-size:13px!important}.dept-use-facts .studio-fit-card>strong{font-size:19px;color:#203450;line-height:1.3;overflow-wrap:anywhere}.dept-fit-guidance{border:1px solid var(--dept-line);padding:22px;border-radius:9px;background:#fafbfd}.dept-fit-guidance h3{font-size:16px!important;margin:0 0 10px!important}.dept-fit-guidance p,.dept-fit-guidance li{font-size:13px;line-height:1.75;color:#526680}.dept-fit-finder{border:1px solid #dae4f0;background:#f7f9fc;border-radius:11px;padding:24px;margin-top:20px}.dept-fit-finder h3{font-size:18px!important;margin:0 0 8px!important}.dept-fit-finder>p{font-size:12px;color:#5e738d;line-height:1.6}.dept-fit-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.dept-fit-fields label{font-size:12px;font-weight:600;display:flex;flex-direction:column;gap:6px}.dept-fit-fields select{width:100%;min-height:44px;background:white;border:1px solid #d4dfeb;border-radius:6px;padding:9px;font-size:12px;min-width:0}.dept-fit-result{margin-top:16px;background:white;border:1px solid #dce5ef;border-left:3px solid #ff4b00;border-radius:7px;padding:18px;font-size:13px;line-height:1.65}.dept-description-body{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(230px,.7fr);gap:30px;border-top:1px solid var(--dept-line);padding-top:22px!important;margin-top:20px}.dept-description-body>aside{background:#f7f9fb;border:1px solid var(--dept-line);padding:20px;border-radius:9px;align-self:start}.dept-lifestyle>img{object-position:right center!important}.dept-lifestyle>div{max-width:65%!important}.dept-lifestyle strong{font-size:24px!important;line-height:1.2!important}.dept-lifestyle-product{object-fit:contain!important;object-position:right!important;background:#f8fafc}.dept-overview{min-height:195px}.dept-overview article h2{font-size:22px!important}.dept-overview article p{line-height:1.75;font-size:13px}.dept-product-page .studio-tab-panel{padding:25px!important}.dept-product-page .studio-tabs button{min-height:49px;font-size:13px!important}.dept-product-page .studio-stock-line{font-size:13px}.dept-product-page .studio-similar{margin-top:24px!important}.dept-product-page .studio-similar-image:after{content:'';position:absolute;width:48%;height:20px;background:url("/assets/brand/logo-dark.svg?v=df9564b22239") center/contain no-repeat;right:5%;bottom:13%;opacity:.08;pointer-events:none}.dept-product-page .studio-similar-image{position:relative}.dept-product-page .studio-description-body{font-size:13px;line-height:1.8}.dept-product-page .studio-product-prose>h2{font-size:21px!important}.dept-product-page .studio-product-prose>h3{font-size:17px!important}.dept-product-page .studio-product-prose{max-width:100%;overflow-wrap:anywhere}.dept-product-page .studio-product-prose table{max-width:100%;display:block;overflow:auto}
@media(min-width:1500px){body.department-catalog .helmet-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:1150px){.dept-hero-copy{min-width:470px;width:57%;padding:27px}.dept-hero-benefits{gap:13px;font-size:10px}.dept-category-rail{grid-template-columns:repeat(4,minmax(0,1fr))}.dept-category-rail .helmet-type{font-size:11px}.dept-category-rail .helmet-type img{width:43px;height:43px}body.department-catalog .helmet-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dept-all-categories nav{grid-template-columns:repeat(3,minmax(0,1fr))}.dept-wishlist-link span{display:none}.dept-spec-facts strong{font-size:17px}.dept-fit-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.dept-use-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){body.department-catalog .department-catalog-layout{grid-template-columns:210px minmax(0,1fr)!important}body.department-catalog .helmet-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dept-hero-copy{min-width:0;width:63%}.dept-hero-copy>p{font-size:13px}.dept-hero-benefits{flex-wrap:wrap;gap:12px}.dept-category-rail{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:5px}.dept-category-rail .helmet-type{flex:0 0 200px;scroll-snap-align:start}.dept-spec-tables{grid-template-columns:1fr}.dept-guide-section{padding:24px;flex-wrap:wrap}.dept-guide-section h2{font-size:21px!important}}
@media(max-width:700px){body.department-catalog .container.helmet-page{width:calc(100% - 24px)!important;margin-bottom:25px!important}.dept-page .helmet-breadcrumb{font-size:10px;gap:8px;padding:12px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dept-hero{min-height:310px;border-radius:11px}.dept-hero-copy{padding:24px 20px 123px;width:100%}.dept-hero h1{font-size:30px!important;max-width:100%;margin-top:10px!important}.dept-hero-copy .eyebrow{font-size:9px!important;letter-spacing:.09em}.dept-hero-copy>p{max-width:88%;font-size:12px;line-height:1.55;margin-bottom:15px}.dept-hero-background{object-position:73% bottom;object-fit:cover;opacity:.65}.dept-hero:after{background:linear-gradient(180deg,#fffffff5 0%,#fffffff0 32%,#ffffff92 63%,#ffffff08)}.dept-hero-benefits{gap:10px 15px;font-size:10px}.dept-hero-benefits .icon{width:19px;height:19px}.dept-hero-products{inset:56% 4% -9% 35%;padding:0}.dept-hero-products img{height:150px}.dept-hero-products img:nth-child(2){height:170px}.dept-categories{padding:12px;margin:14px 0}.dept-section-heading h2{font-size:14px!important}.dept-section-heading>span{font-size:10px}.dept-category-rail .helmet-type{flex-basis:178px;font-size:11px}.dept-all-categories nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 13px}.dept-all-categories nav a{font-size:11px;line-height:1.4;padding:10px 0}.dept-mobile-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:13px 0}.dept-mobile-toolbar button{background:#fff;border:1px solid #d5e0ec;border-radius:6px;min-height:44px;padding:10px 16px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:650}.dept-mobile-toolbar a{font-size:12px}.dept-mobile-toolbar .icon{width:18px;height:18px}body.department-catalog .department-catalog-layout{display:block!important}body.department-catalog .dept-filter-drawer{display:none!important}body.department-catalog .dept-filter-drawer.is-open{display:block!important;position:fixed!important;inset:0 auto 0 0!important;width:min(360px,90vw)!important;max-height:100dvh;background:#fff;overflow-y:auto;padding:55px 16px 30px!important;z-index:1400;box-shadow:15px 0 45px #17283c26}.dept-filter-drawer.is-open .filter-panel{display:block!important}.dept-filter-close{display:block;position:absolute;right:16px;top:9px;width:40px;height:40px;border:0;background:#f2f5f9;border-radius:50%;font-size:26px;color:#20334e}.dept-filter-backdrop:not([hidden]){display:block;position:fixed;inset:0;background:#12253a65;backdrop-filter:blur(3px);z-index:1399}.dept-filter-open{overflow:hidden}.dept-filter-drawer .facet-option{min-height:40px!important}.dept-page .helmet-result-heading{min-height:40px;margin:0 0 12px}.dept-page .helmet-result-heading h2{font-size:15px!important}.dept-page .catalog-sort{font-size:0!important;gap:0!important}.dept-page .catalog-sort select{font-size:11px!important;min-width:132px!important;min-height:42px!important}.dept-page .helmet-result-heading small{font-size:9px}body.department-catalog .helmet-product-grid{gap:9px!important}body.department-catalog .catalog-product-row{padding:10px!important;border-radius:9px!important}body.department-catalog .catalog-row-info h2{font-size:12px!important;min-height:5.8em!important;line-height:1.45!important}body.department-catalog .catalog-row-image{aspect-ratio:1!important;padding:4px!important}body.department-catalog .catalog-row-price>strong{font-size:21px!important}body.department-catalog .catalog-row-actions .button{font-size:11px!important;min-height:42px!important;padding:8px!important}body.department-catalog .catalog-row-actions .button .icon{width:17px!important;height:17px!important}.dept-card-facts{gap:3px;margin-bottom:9px}.dept-card-facts span{font-size:9px;padding:3px 4px}.dept-help{padding:17px;flex-direction:column;align-items:stretch;gap:16px}.dept-help strong{font-size:15px}.dept-help small{font-size:11px}.dept-help .button{justify-content:center}.dept-guide-section{padding:23px 19px;gap:18px}.dept-guide-section h2{font-size:21px!important}.dept-guide-section p{font-size:12px}.dept-wishlist-link{display:none!important}body.department-product .studio-detail{grid-template-columns:1fr!important}body.department-product .studio-product-heading h1{font-size:24px!important}.dept-heading-facts{font-size:11px;gap:7px 10px}.dept-product-page .studio-tab-panel{padding:18px!important}.dept-product-page .studio-tabs button{padding:12px!important;font-size:12px!important;white-space:nowrap}.dept-description-body{grid-template-columns:1fr;gap:18px}.dept-spec-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dept-spec-facts article{padding:15px}.dept-spec-facts strong{font-size:18px}.dept-panel-heading h2{font-size:22px!important}.dept-panel-heading>p{font-size:12px}.dept-use-facts{gap:9px}.dept-use-facts .studio-fit-card{padding:13px;min-height:110px}.dept-use-facts .studio-fit-card>strong{font-size:17px}.dept-fit-finder{padding:18px}.dept-fit-fields{gap:12px}.dept-fit-fields select{font-size:12px}.dept-sticky-buy{position:fixed;inset:auto 0 0;display:flex;justify-content:space-between;align-items:center;gap:14px;background:#fffffff7;border-top:1px solid #dce5ee;padding:10px 16px calc(10px + env(safe-area-inset-bottom));z-index:500;box-shadow:0 -5px 20px #19344e0b;transform:translateY(120%);transition:transform .2s}.dept-sticky-buy.is-visible{transform:translateY(0)}.dept-sticky-buy small{font-size:10px;display:block;color:#62748b}.dept-sticky-buy strong{font-size:20px}.dept-sticky-buy .button{min-height:44px;font-size:12px}.department-product .footer{padding-bottom:75px}.dept-product-page .studio-lifestyle{min-height:180px}.dept-lifestyle strong{font-size:21px!important}.dept-lifestyle>div{max-width:62%!important}}
@media(prefers-reduced-motion:reduce){.dept-sticky-buy{transition:none}}
@media(max-width:700px){.dept-product-page .studio-tabs{display:flex!important;overflow-x:auto!important;gap:3px!important;justify-content:flex-start!important;scrollbar-width:thin}.dept-product-page .studio-tabs>[role=tab]{flex:0 0 auto!important;min-width:max-content!important;padding:13px 15px!important}.dept-product-page .studio-benefits span{font-size:10px!important}}
.dept-spec-facts .is-text strong{font-size:16px;line-height:1.5;overflow-wrap:break-word}@media(max-width:700px){.dept-spec-facts strong{font-size:16px;line-height:1.4}.dept-spec-facts .is-text strong{font-size:14px}}
@media(max-width:700px){.dept-product-page .studio-meta{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;gap:5px 8px!important}.dept-product-page .studio-meta>div{grid-column:1;grid-row:1;min-width:0;flex-wrap:wrap}.dept-product-page .studio-meta>div>a{white-space:normal}.dept-product-page .studio-meta>span{grid-column:1;grid-row:2;margin:0!important;white-space:normal!important;overflow-wrap:anywhere;text-align:left!important}.dept-product-page .studio-meta>.studio-heart{grid-column:2;grid-row:1/span 2}}

/* parts-design.css */
/* Parts use the accepted department palette, header, controls and company footer. */
.mz-store.parts-design{--parts-ink:#101c34!important;--parts-muted:#62718a!important;--parts-line:#e0e7ef!important;background:#f4f7fa!important;color:var(--parts-ink)!important}
.parts-page{padding-top:16px!important;padding-bottom:32px!important}.parts-intro{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:24px 0 25px!important;gap:20px!important}.parts-intro h1{font-size:clamp(29px,3.1vw,40px)!important;line-height:1.15!important;letter-spacing:-1.2px!important;margin:7px 0 10px!important;font-weight:750!important}.parts-intro p{margin:0!important;color:var(--parts-muted)!important;font-size:15px!important}.parts-intro .eyebrow{font-size:10px!important;color:#f54b08!important;letter-spacing:1.65px!important}.parts-intro-symbol{display:grid!important;place-items:center!important;width:70px!important;height:70px!important;background:white!important;border:1px solid var(--parts-line)!important;border-radius:20px!important}.parts-intro-symbol .icon{width:32px!important;height:32px!important}
.parts-search-shell{border:1px solid var(--parts-line)!important;border-radius:14px!important;background:white!important;box-shadow:0 8px 26px #18385706!important;margin-bottom:30px!important;overflow:visible!important}.parts-search-tabs{display:flex!important;border-bottom:1px solid var(--parts-line)!important;padding:0 24px!important;gap:24px!important;overflow:auto!important}.parts-search-tabs button{border:0!important;border-radius:0!important;background:none!important;color:var(--parts-muted)!important;font-size:13px!important;padding:17px 1px!important;display:flex!important;align-items:center!important;gap:9px!important;white-space:nowrap!important;border-bottom:3px solid transparent!important}.parts-search-tabs button[aria-selected=true]{color:var(--parts-ink)!important;border-bottom-color:#ff5100!important;font-weight:750!important}.parts-search-tabs .icon{width:19px!important;height:19px!important}
.parts-finder{padding:24px!important;margin:0!important;border:none!important;background:white!important;border-radius:12px!important}.parts-finder-heading{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:15px!important;margin-bottom:19px!important}.parts-finder-heading h2{font-size:19px!important;margin:0!important}.parts-finder-heading small{font-size:11px!important;color:var(--parts-muted)!important}.parts-finder-fields{display:grid!important;grid-template-columns:1fr 1fr 1.4fr 1fr!important;gap:14px!important}.parts-finder-fields>label{display:block!important;min-width:0!important}.parts-finder-fields>label>span{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important;font-size:12px!important;font-weight:650!important}.parts-finder-fields b{color:#ff5100!important;font-size:10px!important;letter-spacing:1px!important}.parts-finder select,.parts-finder .smart-select-trigger{width:100%!important;min-height:48px!important;background:#fff!important;border:1px solid #cfd9e7!important;border-radius:6px!important;text-align:left!important;font-size:12px!important;color:var(--parts-ink)!important}.parts-finder select:disabled,.parts-finder .smart-select-trigger:disabled{background:#f2f4f7!important;color:#8c96a6!important;border-color:#e3e8ef!important}.parts-finder .smart-select{min-width:0!important;max-width:100%!important}.parts-finder .smart-select-trigger .smart-select-value{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.parts-finder-bottom{display:flex!important;align-items:center!important;gap:15px!important;justify-content:space-between!important;margin-top:18px!important}.parts-finder-bottom p{margin:0!important;color:var(--parts-muted)!important;font-size:11px!important;flex:1!important}.parts-finder-bottom .button{min-width:195px!important;min-height:44px!important}.parts-text-search{padding:26px!important}.parts-text-search form{display:flex!important;gap:12px!important;align-items:end!important}.parts-text-search label{flex:1!important;font-size:12px!important}.parts-text-search input{width:100%!important;height:48px!important;margin-top:8px!important}.parts-text-search p{font-size:12px!important;color:var(--parts-muted)!important;margin-bottom:0!important}
.parts-vehicle-bar{padding:13px 18px!important;border:1px solid #dbe6ed!important;border-left:3px solid #ff5100!important;border-radius:9px!important;background:white!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 18px!important}.parts-vehicle-bar[hidden]{display:none!important}.parts-vehicle-bar>div{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}.parts-vehicle-bar small{display:block!important;font-size:10px!important;color:var(--parts-muted)!important;margin-bottom:3px!important}.parts-vehicle-bar strong{font-size:13px!important;overflow-wrap:anywhere!important}.parts-vehicle-bar button{border:0!important;background:none!important;font-size:11px!important;color:#e94b0a!important;white-space:nowrap!important;padding:8px!important}.parts-vehicle-bar .icon{width:25px!important;height:25px!important;flex-shrink:0!important}.parts-vehicle-bar>p{font-size:11px!important;color:#a04a23!important;margin:0!important}
.parts-groups-section .dept-section-heading{align-items:end!important;margin:0 0 18px!important}.parts-groups-section h2,.parts-quick h2{font-size:23px!important;letter-spacing:-.5px!important;margin:7px 0!important}.parts-groups{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.parts-group{display:grid!important;grid-template-columns:78px 1fr 18px!important;gap:15px!important;align-items:center!important;background:white!important;border:1px solid var(--parts-line)!important;border-radius:11px!important;padding:19px 17px!important;color:var(--parts-ink)!important;transition:border-color .15s,box-shadow .15s!important}.parts-group:hover{border-color:#ff8754!important;box-shadow:0 5px 15px #12294409!important}.parts-group img{width:78px!important;height:78px!important;object-fit:contain!important;mix-blend-mode:multiply!important}.parts-group h3{font-size:14px!important;line-height:1.3!important;margin:0 0 7px!important}.parts-group p{font-size:11px!important;line-height:1.5!important;color:var(--parts-muted)!important;margin:0 0 8px!important}.parts-group small{font-size:10px!important;color:#6e7b8e!important}.parts-group .icon{width:17px!important;height:17px!important;color:#f9510a!important}.parts-quick{margin:30px 0!important}.parts-quick nav{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.parts-quick a,.parts-subcategories a{background:white!important;border:1px solid var(--parts-line)!important;border-radius:7px!important;padding:13px 15px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;font-size:12px!important}.parts-quick .icon,.parts-subcategories .icon{width:16px!important;height:16px!important;flex-shrink:0!important}.parts-subcategories{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:23px!important}.parts-subcategories a{padding:10px 12px!important}.parts-subcategories small{color:var(--parts-muted)!important}
.mz-store.parts-design .parts-catalog-layout{grid-template-columns:240px minmax(0,1fr)!important;gap:22px!important}.mz-store.parts-design .parts-product-list{display:flex!important;flex-direction:column!important;gap:12px!important}.mz-store.parts-design .parts-product-row{display:grid!important;grid-template-columns:150px minmax(0,1fr) 245px!important;padding:20px!important;gap:19px!important;border:1px solid var(--parts-line)!important;border-radius:10px!important;background:white!important;min-height:210px!important;box-shadow:0 3px 13px #20395503!important}.mz-store.parts-design .parts-product-row .catalog-row-image{height:145px!important;max-height:none!important;padding:5px!important;width:auto!important;align-self:start!important;position:relative!important}.mz-store.parts-design .parts-product-row .catalog-row-image img{max-height:135px!important;object-fit:contain!important}.mz-store.parts-design .parts-product-row .catalog-row-image:after{content:''!important;position:absolute!important;bottom:10px!important;right:4px!important;width:100px!important;height:24px!important;background:url("/assets/brand/logo-dark.svg?v=df9564b22239") center/contain no-repeat!important;opacity:.12!important;pointer-events:none!important}.mz-store.parts-design .parts-product-row .catalog-row-info{padding:0!important}.mz-store.parts-design .parts-product-row h2{font-size:15px!important;line-height:1.42!important;font-weight:700!important;margin:7px 0 8px!important}.mz-store.parts-design .parts-product-row .catalog-row-meta .eyebrow{font-size:9px!important;letter-spacing:1px!important}.mz-store.parts-design .parts-product-row .catalog-row-description{display:none!important}.mz-store.parts-design .parts-product-row .catalog-row-facts{display:flex!important;flex-direction:column!important;gap:6px!important;margin:10px 0!important;font-size:10px!important}.mz-store.parts-design .parts-product-row .catalog-row-facts>div{display:flex!important;flex-wrap:wrap!important;gap:5px!important}.mz-store.parts-design .parts-product-row .catalog-row-facts dt{color:var(--parts-muted)!important;font-size:10px!important}.mz-store.parts-design .parts-product-row .catalog-row-facts dd{font-size:11px!important;margin:0!important;overflow-wrap:anywhere!important;max-width:100%!important;white-space:normal!important}.mz-store.parts-design .parts-product-row .catalog-row-purchase{border-left:1px solid var(--parts-line)!important;padding:0 0 0 18px!important;display:flex!important;flex-direction:column!important}.mz-store.parts-design .parts-product-row .catalog-row-price{display:block!important;margin:3px 0 12px!important}.mz-store.parts-design .parts-product-row .catalog-row-price>strong{font-size:24px!important;color:var(--parts-ink)!important;line-height:1.15!important}.mz-store.parts-design .parts-product-row .catalog-row-price>small{display:block!important;font-size:10px!important;margin-top:4px!important}.mz-store.parts-design .parts-product-row .catalog-row-price .price-note{font-size:10px!important}.mz-store.parts-design .parts-product-row .catalog-purchase-assurance{padding:5px 0!important;border:0!important;background:none!important;font-size:10px!important}.mz-store.parts-design .parts-product-row .catalog-purchase-assurance a{display:none!important}.mz-store.parts-design .parts-product-row .catalog-row-actions{display:flex!important;align-items:center!important;gap:6px!important;margin-top:auto!important;padding-top:14px!important}.mz-store.parts-design .parts-product-row .catalog-quick-cart{display:grid!important;grid-template-columns:72px 1fr!important;gap:7px!important;flex:1!important}.mz-store.parts-design .parts-product-row .catalog-quantity{display:flex!important;width:72px!important;min-width:0!important;height:38px!important}.mz-store.parts-design .parts-product-row .catalog-quantity button{width:21px!important;padding:0!important}.mz-store.parts-design .parts-product-row .catalog-quantity input{width:28px!important;padding:0!important;font-size:11px!important}.mz-store.parts-design .parts-product-row .catalog-row-actions .button{font-size:11px!important;padding:9px 8px!important;min-height:38px!important;white-space:nowrap!important}.mz-store.parts-design .parts-product-row .catalog-save{width:31px!important;min-width:31px!important;height:38px!important;padding:5px!important}.mz-store.parts-design .parts-product-row .catalog-save .icon{width:19px!important;height:19px!important}.mz-store.parts-design .parts-product-row .compare-button{font-size:10px!important}.mz-store.parts-design .parts-product-row .dept-card-facts{display:flex!important;flex-wrap:wrap!important;font-size:10px!important}.mz-store.parts-design .parts-product-row .dept-card-facts span{padding:4px 7px!important;background:#f4f6fa!important;color:#455571!important}.parts-fit-badge{display:flex!important;align-items:center!important;gap:6px!important;font-size:11px!important;padding:7px 0!important;color:#8c682e!important}.parts-fit-badge .icon{width:15px!important;height:15px!important}.parts-fit-badge.fits{color:#20723e!important}.parts-fit-badge.not-found{color:#96514d!important}
.parts-help{display:flex!important;align-items:center!important;gap:20px!important;background:white!important;border:1px solid var(--parts-line)!important;border-radius:12px!important;padding:27px!important;margin-top:30px!important}.parts-help-icon{background:#fff3eb!important;color:#ff5100!important;border-radius:50%!important;display:grid!important;place-items:center!important;flex-shrink:0!important;width:58px!important;height:58px!important}.parts-help h2{font-size:23px!important;margin:5px 0 7px!important}.parts-help p{margin:0!important;color:var(--parts-muted)!important;font-size:12px!important;line-height:1.6!important}.parts-help>a{margin-left:auto!important;flex-shrink:0!important}.parts-empty{padding:35px!important;background:white!important;border:1px solid var(--parts-line)!important;border-radius:10px!important}.parts-empty h2{font-size:20px!important}.parts-empty p{font-size:13px!important;color:var(--parts-muted)!important}
.parts-identifiers{display:flex!important;flex-wrap:wrap!important;gap:6px 16px!important;margin:10px 0!important;color:var(--parts-muted)!important;font-size:10px!important}.parts-identifiers b{color:var(--parts-ink)!important;font-weight:600!important}.parts-fit-summary{padding:14px 16px!important;border:1px solid #eadfc9!important;border-radius:8px!important;background:#fffaf2!important;margin:12px 0!important}.parts-fit-summary>div{display:flex!important;align-items:center!important;gap:8px!important}.parts-fit-summary h2{font-size:13px!important;line-height:1.4!important;margin:0!important;font-weight:750!important}.parts-fit-summary .icon{width:18px!important;height:18px!important;flex-shrink:0!important}.parts-fit-summary>strong{font-size:12px!important;display:block!important;margin:9px 0 3px!important}.parts-fit-summary p{font-size:10px!important;color:#62718a!important;line-height:1.6!important;margin:0 0 7px!important}.parts-fit-summary button{display:flex!important;align-items:center!important;gap:6px!important;padding:0!important;background:none!important;border:0!important;color:#e84d08!important;font-size:11px!important}.parts-fit-summary.fits,.parts-fit-live.fits{background:#f0f9f4!important;border-color:#d0e7d7!important;color:#226d3c!important}.parts-fit-summary.not-found,.parts-fit-live.not-found{background:#fcf6f6!important;border-color:#ecd8d8!important;color:#975454!important}.parts-product-page .studio-image{max-height:520px!important}.parts-product-page .studio-product-heading h1{font-size:clamp(22px,2.2vw,29px)!important;line-height:1.22!important}.parts-product-page .studio-detail{align-items:start!important}.parts-product-page .dept-spec-facts{grid-template-columns:repeat(3,minmax(0,1fr))!important}.parts-product-page .dept-spec-facts strong{font-size:17px!important;overflow-wrap:anywhere!important}.parts-product-page .parts-finder{border:1px solid var(--parts-line)!important;margin:16px 0 23px!important}.parts-fit-live{padding:18px!important;background:#fffaf2!important;border:1px solid #eadfc9!important;border-radius:8px!important;margin-bottom:24px!important}.parts-fit-live strong{font-size:15px!important}.parts-fit-live p{font-size:12px!important;margin-bottom:0!important}.parts-fitment-table{margin-top:24px!important}.parts-fitment-table h3{font-size:17px!important}.parts-table-scroll{overflow:auto!important;border:1px solid var(--parts-line)!important;border-radius:8px!important;max-height:500px!important}.parts-table-scroll table{border-collapse:collapse!important;width:100%!important;font-size:12px!important}.parts-table-scroll th,.parts-table-scroll td{padding:12px 15px!important;border-bottom:1px solid var(--parts-line)!important;text-align:left!important;line-height:1.5!important}.parts-table-scroll th{background:#f1f4f8!important;position:sticky!important;top:0!important;white-space:nowrap!important}.parts-table-scroll tr:nth-child(even){background:#f9fafc!important}.parts-table-scroll td:last-child{font-size:11px!important;color:var(--parts-muted)!important;min-width:155px!important}.parts-table-search{display:flex!important;align-items:center!important;gap:15px!important;font-size:12px!important;margin-bottom:15px!important}.parts-table-search input{width:310px!important;max-width:100%!important;font-size:12px!important}.parts-fit-help{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin-top:23px!important;padding:20px!important;background:#f6f8fb!important;border-radius:10px!important}.parts-fit-help h3{font-size:16px!important;margin:0 0 7px!important}.parts-fit-help p{font-size:12px!important;color:var(--parts-muted)!important;margin:0!important}.parts-fit-empty{display:flex!important;gap:12px!important;padding:25px!important;border:1px solid var(--parts-line)!important;border-radius:8px!important}.parts-fit-empty strong{font-size:15px!important}.parts-fit-empty p{font-size:12px!important;color:var(--parts-muted)!important}.parts-oem{margin:0 0 25px!important;padding:20px!important;background:#f6f8fb!important;border-radius:9px!important}.parts-oem h3{font-size:17px!important;margin:0!important}.parts-oem p{font-size:12px!important;color:var(--parts-muted)!important}.parts-oem>div{display:flex!important;gap:10px!important;flex-wrap:wrap!important}.parts-oem button{display:grid!important;grid-template-columns:1fr 20px!important;gap:4px 16px!important;max-width:100%!important;text-align:left!important;background:white!important;border:1px solid var(--parts-line)!important;padding:11px 15px!important;border-radius:6px!important}.parts-oem small{grid-column:1!important;font-size:9px!important;color:var(--parts-muted)!important}.parts-oem b{grid-column:1!important;font-size:13px!important;overflow-wrap:anywhere!important}.parts-oem .icon{grid-column:2!important;grid-row:1/3!important;width:17px!important;align-self:center!important}.parts-oem button.is-copied{border-color:#94bda1!important}
.mz-store.parts-design .catalog-menu .mzcat-card:hover{border-color:#ffa16f!important;background:#fffbf8!important}.mz-store.parts-design .catalog-menu .mzcat-group[aria-pressed=true]{background:#fff2e9!important;border-color:#ff5100!important;color:#17223a!important}
@media(min-width:1100px){.parts-product-page .studio-detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:26px!important}.parts-product-page .studio-gallery{grid-template-columns:75px minmax(0,1fr)!important}.parts-product-page .studio-image{aspect-ratio:1.05!important}.parts-product-page .studio-media{position:sticky!important;top:20px!important}}
@media(max-width:1150px){.mz-store.parts-design .parts-product-row{grid-template-columns:110px minmax(0,1fr) 213px!important;gap:13px!important;padding:15px!important}.mz-store.parts-design .parts-product-row .catalog-row-purchase{padding-left:13px!important}.mz-store.parts-design .parts-catalog-layout{grid-template-columns:215px minmax(0,1fr)!important;gap:15px!important}.parts-groups{grid-template-columns:repeat(2,minmax(0,1fr))!important}.parts-quick nav{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:800px){.mz-store.parts-design .parts-catalog-layout{display:block!important}.mz-store.parts-design .parts-catalog-layout .dept-filter-drawer{display:none!important}.mz-store.parts-design .parts-catalog-layout .dept-filter-drawer.is-open{display:block!important}.parts-finder-fields{grid-template-columns:1fr 1fr!important}.parts-finder-heading small{display:none!important}.mz-store.parts-design .dept-mobile-toolbar{display:flex!important}.mz-store.parts-design .parts-product-row{grid-template-columns:115px minmax(0,1fr) 215px!important}.parts-vehicle-bar{flex-wrap:wrap!important}.parts-vehicle-bar>div:first-child{flex:1!important}.parts-help{padding:20px!important}.parts-help-icon{display:none!important}}
@media(max-width:600px){.parts-page{padding-top:6px!important}.parts-intro{padding:20px 0!important}.parts-intro h1{font-size:28px!important}.parts-intro p{font-size:13px!important;line-height:1.6!important}.parts-intro-symbol{display:none!important}.parts-search-tabs{gap:18px!important;padding:0 15px!important}.parts-search-tabs button{font-size:11px!important;padding:14px 0!important}.parts-search-tabs .icon{display:none!important}.parts-finder{padding:18px!important}.parts-finder-heading h2{font-size:17px!important}.parts-finder-fields{grid-template-columns:1fr!important;gap:12px!important}.parts-finder-fields>label>span{margin-bottom:5px!important}.parts-finder-bottom{flex-wrap:wrap!important;gap:12px!important}.parts-finder-bottom p{flex-basis:100%!important}.parts-finder-bottom .button{width:100%!important}.parts-search-shell{margin-bottom:23px!important}.parts-text-search{padding:18px!important}.parts-text-search form{display:block!important}.parts-text-search .button{margin-top:12px!important;width:100%!important}.parts-vehicle-bar{padding:10px 12px!important;position:sticky!important;top:0!important;z-index:20!important;box-shadow:0 4px 12px #11284108!important}.parts-vehicle-bar>div{gap:8px!important}.parts-vehicle-bar strong{font-size:11px!important}.parts-vehicle-bar button{padding:4px!important;font-size:10px!important}.parts-vehicle-bar .icon{display:none!important}.parts-groups{gap:10px!important;grid-template-columns:1fr!important}.parts-group{padding:14px!important;grid-template-columns:68px 1fr 20px!important}.parts-group img{width:68px!important;height:68px!important}.parts-groups-section h2,.parts-quick h2{font-size:20px!important}.parts-quick nav{grid-template-columns:1fr 1fr!important;gap:7px!important}.parts-quick a{font-size:11px!important;padding:11px!important}.parts-subcategories{flex-wrap:nowrap!important;overflow:auto!important;padding-bottom:5px!important}.parts-subcategories a{flex-shrink:0!important;font-size:11px!important}.mz-store.parts-design .parts-product-row{grid-template-columns:85px minmax(0,1fr)!important;gap:10px!important;padding:14px!important}.mz-store.parts-design .parts-product-row .catalog-row-image{height:90px!important;grid-row:1!important;grid-column:1!important}.mz-store.parts-design .parts-product-row .catalog-row-image img{height:80px!important;width:100%!important}.mz-store.parts-design .parts-product-row .catalog-row-image:after{width:68px!important;height:18px!important;bottom:0!important}.mz-store.parts-design .parts-product-row .catalog-row-info{grid-column:2!important;grid-row:1!important}.mz-store.parts-design .parts-product-row h2{font-size:13px!important}.mz-store.parts-design .parts-product-row .catalog-row-purchase{grid-column:1/-1!important;border-left:0!important;border-top:1px solid var(--parts-line)!important;padding:12px 0 0!important;margin:3px 0 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px 10px!important}.mz-store.parts-design .parts-product-row .catalog-row-price{grid-column:1!important;margin:0!important}.mz-store.parts-design .parts-product-row .catalog-row-price>strong{font-size:23px!important}.mz-store.parts-design .parts-product-row .catalog-row-actions{grid-column:1/-1!important;grid-row:auto!important;padding-top:5px!important}.mz-store.parts-design .parts-product-row .catalog-purchase-assurance{display:none!important}.mz-store.parts-design .parts-product-row .catalog-row-facts{font-size:10px!important}.mz-store.parts-design .parts-product-row .catalog-quick-cart{grid-template-columns:90px 1fr!important}.mz-store.parts-design .parts-product-row .catalog-quantity{width:90px!important;height:40px!important}.mz-store.parts-design .parts-product-row .catalog-quantity button{width:28px!important}.mz-store.parts-design .parts-product-row .catalog-row-actions .button{min-height:40px!important}.mz-store.parts-design .parts-product-row .catalog-save{height:40px!important;width:40px!important}.mz-store.parts-design .parts-product-row .catalog-selected-summary{grid-column:1/-1!important}.parts-help{display:block!important;margin-top:23px!important}.parts-help>a{margin-top:15px!important;width:100%!important}.parts-help h2{font-size:22px!important}.parts-product-page .studio-product-heading h1{font-size:23px!important}.parts-product-page .dept-spec-facts{grid-template-columns:1fr 1fr!important}.parts-product-page .dept-spec-facts strong{font-size:14px!important}.parts-product-page .parts-fit-summary{padding:13px!important}.parts-product-page .parts-finder{padding:14px!important}.parts-fit-help{display:block!important}.parts-fit-help .button{margin-top:15px!important;width:100%!important}.parts-table-search{display:block!important}.parts-table-search input{display:block!important;width:100%!important;margin-top:8px!important}.parts-product-page .parts-vehicle-bar{top:0!important}.parts-fit-empty{padding:17px!important}.mz-store.parts-design .helmet-result-heading{align-items:start!important}.mz-store.parts-design .helmet-result-heading h2{font-size:17px!important}.mz-store.parts-design .helmet-result-heading small{font-size:10px!important}.mz-store.parts-design .catalog-sort{font-size:10px!important}.mz-store.parts-design .catalog-sort select{max-width:130px!important}}
@media(prefers-reduced-motion:reduce){.mz-store.parts-design *{scroll-behavior:auto!important;transition:none!important}}

.mz-store.parts-design .helmet-breadcrumb{display:flex!important;align-items:center!important;gap:12px!important;font-size:11px!important;color:#65728a!important}.mz-store.parts-design .parts-product-row .catalog-row-info h2{min-height:0!important}.mz-store.parts-design .parts-product-row .catalog-row-facts{display:flex!important}.mz-store.parts-design .parts-product-row .catalog-row-image{aspect-ratio:auto!important}.mz-store.parts-design .parts-finder-bottom .form-feedback{min-height:0!important}.mz-store.parts-design .parts-finder-bottom{margin-top:18px!important}.mz-store.parts-design .parts-page .catalog-product-row .catalog-quick-cart{display:grid!important}@media(max-width:800px){body.mz-store.parts-design .parts-catalog-layout{display:block!important}}

body.mz-store.parts-design .helmet-result-heading{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:0 0 14px!important}body.mz-store.parts-design .helmet-result-heading h2{font-size:20px!important;letter-spacing:-.4px!important;margin:0 0 5px!important}body.mz-store.parts-design .helmet-result-heading small{font-size:11px!important;color:#70819a!important}body.mz-store.parts-design .catalog-sort{display:flex!important;align-items:center!important;gap:8px!important;font-size:11px!important;flex-shrink:0!important}body.mz-store.parts-design .catalog-sort select{font-size:12px!important;width:158px!important;min-height:38px!important}.mz-store.parts-design .parts-search-shell .parts-finder{padding:22px!important}.mz-store.parts-design .parts-finder .parts-finder-bottom{padding-top:0!important;gap:12px!important;margin-top:16px!important}.mz-store.parts-design .parts-finder .parts-finder-bottom .button{min-height:42px!important}
@media(max-width:600px){body.mz-store.parts-design .catalog-sort{flex-direction:column!important;align-items:end!important}body.mz-store.parts-design .catalog-sort select{width:127px!important}.mz-store.parts-design .parts-search-shell .parts-finder{padding:17px!important}}
body.mz-store.parts-design .parts-product-row .catalog-row-facts>div{flex:0 0 auto!important;align-items:baseline!important;min-height:0!important}
body.mz-store.parts-design .parts-product-row .catalog-row-info{min-width:0!important}
body.mz-store.parts-design .parts-product-row .catalog-quick-cart{min-width:0!important;grid-template-columns:62px minmax(0,1fr)!important;width:auto!important}
body.mz-store.parts-design .parts-product-row .catalog-quantity{width:62px!important}
body.mz-store.parts-design .parts-product-row .catalog-quantity input{width:22px!important}
body.mz-store.parts-design .parts-product-row .catalog-row-actions{width:100%!important;min-width:0!important}
body.mz-store.parts-design .parts-product-row .catalog-row-actions .button{min-width:0!important;padding:8px 5px!important}
body.mz-store.parts-design .parts-product-row .catalog-row-actions .button .icon{width:15px!important;height:15px!important}
.parts-search-shell.is-compact #parts-search-vehicle{display:none!important}

body.mz-store.parts-design .parts-page .button{background:#ff5100!important;border-color:#ff5100!important;color:white!important}body.mz-store.parts-design .parts-page .button:disabled{background:#c4ccd4!important;border-color:#c4ccd4!important}body.mz-store.parts-design .parts-product-row .catalog-row-facts>div{flex:0 0 auto!important;}
@media(max-width:600px){.parts-vehicle-bar>div:first-child{flex-basis:100%!important}.parts-vehicle-bar>div:last-of-type{justify-content:space-between!important;width:100%!important}.parts-vehicle-bar small{display:inline!important;margin-right:7px!important}.parts-vehicle-bar strong{display:inline!important}.parts-vehicle-bar>div:first-child>div{display:flex!important;gap:5px!important;align-items:baseline!important}.parts-groups-section .dept-section-heading{gap:10px!important}.parts-groups-section .dept-section-heading small{white-space:nowrap!important}.parts-search-tabs{scrollbar-width:none!important}.parts-search-tabs::-webkit-scrollbar{display:none!important}}

body.mz-store.parts-design .parts-product-page .parts-finder .button,body.mz-store.parts-design .parts-product-page .parts-fit-help .button{background:#ff5100!important;border-color:#ff5100!important;color:white!important}body.mz-store.parts-design .parts-product-page .parts-finder .button:disabled{background:#c4ccd4!important;border-color:#c4ccd4!important}
body.mz-store.parts-design .parts-product-page .studio-image{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}body.mz-store.parts-design .parts-product-page .studio-image #product-main-image{min-width:0!important;max-width:100%!important}body.mz-store.parts-design .parts-product-page .studio-gallery .studio-thumbnails{min-width:0!important}body.mz-store.parts-design .parts-product-page .studio-thumbnails button{max-width:100%!important;width:100%!important;min-width:0!important}
@media(max-width:700px){body.mz-store.parts-design .parts-product-page .studio-thumbnails button{width:68px!important;min-width:68px!important}}

@media(min-width:701px) and (max-width:800px){body.mz-store.parts-design .dept-filter-drawer.is-open{position:fixed!important;inset:0 auto 0 0!important;width:360px!important;max-height:100dvh!important;background:white!important;overflow:auto!important;padding:55px 16px 30px!important;z-index:1400!important}.dept-filter-close{display:block!important;position:absolute!important;right:16px!important;top:9px!important}.dept-filter-backdrop:not([hidden]){display:block!important;position:fixed!important;inset:0!important;background:#12253a65!important;z-index:1399!important}}

/* Vehicle choice narrows products, never the department navigation. */
.parts-category-overview{margin:16px 0;border:1px solid #dce6ed;border-radius:12px;background:#fff;overflow:hidden}
.parts-category-overview>summary{display:flex;align-items:center;gap:10px;padding:14px 18px;font-weight:700;cursor:pointer;list-style:none}
.parts-category-overview>summary>span{font-size:12px;color:#64748b}.parts-category-overview>summary>.icon{margin-left:auto;width:16px;height:16px}
.parts-category-switcher{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:0 14px 14px}
.parts-category-switcher>a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;border:1px solid #e6edf2;border-radius:7px;font-size:12px;line-height:1.4}
.parts-category-switcher small{white-space:nowrap;color:#64748b;font-size:10px}.parts-category-switcher>a:hover,.parts-category-switcher>a[aria-current]{border-color:#ff5a00;background:#fff6ef;color:#c94300}
@media(max-width:1050px){.parts-category-switcher{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.parts-category-switcher{grid-template-columns:repeat(2,minmax(0,1fr))}.parts-category-switcher>a{align-items:flex-start;flex-direction:column;gap:3px}}
@media(max-width:380px){.parts-category-switcher{grid-template-columns:1fr}}

/* store-unified.css */
/* Shared storefront chrome; product configuration and company footer remain intact. */
.mz-store{--mz-orange:#ff5000;--mz-ink:#111b2f;--mz-muted:#687891;--mz-border:#e1e9f2;--mz-surface:#f4f8fb;color:var(--mz-ink);background:#f5f8fb}.mz-store main{background:linear-gradient(120deg,#f6f9fc,#f0f6f9 50%,#f7fafc)}.mz-store .h26-top{display:block;background:linear-gradient(105deg,#23313e,#354654);color:#f3f6fa;font-size:11px}.mz-store .h26-top>.wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:33px}.mz-store .h26-top>.wrap>div{display:flex;align-items:center;gap:27px}.mz-store .h26-top a{display:flex;align-items:center;gap:7px;color:inherit}.mz-store .h26-top .icon{width:15px;height:15px}.mz-store .h26-top b{color:#ff641d;margin-left:4px}body.mz-store .mz-header{background:white!important;box-shadow:0 2px 12px #2945670a!important;border-bottom:1px solid #e4ebf3!important;color:#111b2f!important}body.mz-store .mz-header .headmain{display:grid!important;grid-template-columns:220px minmax(200px,1fr) auto!important;gap:36px!important;align-items:center!important;min-height:80px!important;padding-top:13px!important;padding-bottom:13px!important}body.mz-store .mz-header .logo{width:210px!important;display:block!important}body.mz-store .mz-header .logo img{width:100%!important;height:48px!important;object-fit:contain!important}body.mz-store .mz-header .header-search{display:flex!important;max-width:680px!important;height:43px!important;position:relative!important;margin:0!important;width:100%!important;border:1px solid #dce5ef!important;background:#f7f9fc!important;border-radius:6px!important;overflow:visible!important}body.mz-store .mz-header .header-search>input{width:100%!important;min-width:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:6px 0 0 6px!important;padding:0 15px!important;font-size:12px!important;color:#21304b!important}body.mz-store .mz-header .header-search>button{width:52px!important;flex-shrink:0!important;display:grid!important;place-items:center!important;border:0!important;border-radius:0 5px 5px 0!important;background:#ff5000!important;color:white!important}body.mz-store .mz-header .headtools{display:flex!important;gap:0!important;align-items:center!important}body.mz-store .mz-header .headtools>a{display:flex!important;align-items:center!important;gap:8px!important;position:relative!important;border-left:1px solid #edf0f6!important;padding:6px 15px!important;white-space:nowrap!important;color:#14213b!important;font-size:12px!important}body.mz-store .mz-header .headtools>a:first-child{border:0!important}body.mz-store .mz-header .headtools .icon{width:23px!important;height:23px!important}body.mz-store .mz-header #cart-count{font-size:10px!important;min-width:17px!important;height:17px!important;display:grid!important;place-items:center!important;border-radius:50%!important;color:#fff!important;background:#ff5000!important;position:absolute!important;right:1px!important;top:-3px!important}body.mz-store .mz-header .nav{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:42px!important;border-top:1px solid #f0f3f7!important;overflow:visible!important}body.mz-store .mz-header .nav>a,body.mz-store .mz-header .nav>button{position:relative!important;background:transparent!important;border:0!important;border-radius:0!important;color:#182139!important;font-size:12px!important;min-height:42px!important;font-weight:650!important;padding:11px 5px!important;white-space:nowrap!important}body.mz-store .mz-header .nav>.nav-parts>.icon{display:none!important}body.mz-store .mz-header .nav [aria-current=page]:after{content:''!important;height:3px!important;position:absolute!important;bottom:0!important;left:3px!important;right:3px!important;background:#ff5000!important}body.mz-store .mz-header .nav .arrow{font-size:12px!important;margin-left:5px!important}body.mz-store .mz-header .headtools .menu-toggle{display:none!important}body.mz-store .mz-header :is(a,button):focus-visible{outline:2px solid #ff5000!important;outline-offset:3px!important}.mz-store .button{border-radius:6px}.mz-store .button:not(.secondary):not(.dark){background:#ff5000}.mz-store :is(.breadcrumb,.crumb){color:#65758e}.mz-store[data-page=directory] :is(.directory-intro h1,.intro h1),.mz-store[data-page=guides] h1,.mz-store[data-page=company] h1{font-size:clamp(29px,3.3vw,44px);line-height:1.15;letter-spacing:-1.3px}.mz-store :is(.directory-entry,.tree-card,.group-card,.category-tile){border-color:#e2eaf2;border-radius:10px;background:#fff;box-shadow:0 3px 14px #20385908}.mz-store :is(.directory-entry,.category-tile):hover{border-color:#ffba9c}.mz-store .directory-intro{padding-top:24px}.mz-store .directory-toolbar input{border-radius:6px}.mz-store .directory-content{padding-bottom:36px}.mz-store .unified-parts-intro{position:relative;isolation:isolate;overflow:hidden;background:#f5f8fb;border:1px solid #e2eaf3;border-radius:10px;min-height:166px;padding:26px 28px;margin-bottom:18px}.mz-store .unified-parts-intro>div{position:relative;z-index:1;max-width:67%}.mz-store .unified-parts-intro h1{font-size:clamp(27px,3vw,40px);line-height:1.16;margin:8px 0 10px}.mz-store .unified-parts-intro p{font-size:14px;max-width:550px}.unified-parts-art{position:absolute;right:0;top:0;width:62%;height:100%;object-fit:cover;z-index:-1;mask-image:linear-gradient(90deg,transparent,#000 55%)}.unified-parts-children{background:#fff;border:1px solid #e2eaf3;border-radius:10px;margin:18px 0;padding:16px}.unified-parts-children>summary{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;cursor:pointer;list-style:none}.unified-parts-children>summary>span{color:#718098;font-size:12px;font-weight:400}.unified-parts-children>summary>.icon{margin-left:auto;width:17px;height:17px;transform:rotate(90deg)}.unified-parts-children[open]>summary>.icon{transform:rotate(-90deg)}.mz-store .unified-parts-children .parts-subcategories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;border:0;margin:14px 0 0;padding:0;max-height:none;background:transparent}.mz-store .unified-parts-children .parts-subcategories>a{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:8px;border:1px solid #e7edf4;border-radius:7px;padding:10px;font-size:11px;line-height:1.4;background:#fff;min-width:0;position:relative}.unified-parts-children .parts-subcategories img{width:100%;height:70px;object-fit:contain;mix-blend-mode:multiply}.unified-parts-children .parts-subcategories>a>span{width:100%}.unified-parts-children .parts-subcategories small{display:block;margin-top:4px;color:#7b879b;font-size:10px}.unified-parts-children .parts-subcategories .icon{position:absolute;right:7px;bottom:10px;width:12px;height:12px}.mz-store .parts-page .parts-search-shell{border-radius:9px}.mz-store .parts-page .parts-search-tabs{background:#f8fafc}
@media(max-width:1180px){body.mz-store .mz-header .headmain{grid-template-columns:185px minmax(180px,1fr) auto!important;gap:20px!important}body.mz-store .mz-header .logo{width:185px!important}body.mz-store .mz-header .headtools>a{padding:6px 11px!important}body.mz-store .mz-header .headtools>a span{display:none!important}body.mz-store .mz-header .nav{gap:6px!important}body.mz-store .mz-header .nav>a,body.mz-store .mz-header .nav>button{font-size:11px!important}.mz-store .unified-parts-children .parts-subcategories{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:760px){.mz-store .h26-top>.wrap{min-height:28px;justify-content:center;padding:0 14px}.mz-store .h26-top>.wrap>span,.mz-store .h26-top a:nth-child(2),.mz-store .h26-top a:nth-child(3){display:none}.mz-store .h26-top>.wrap>div{gap:22px;font-size:10px}body.mz-store .mz-header .headmain{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;padding:10px 0 12px!important;min-height:108px!important}body.mz-store .mz-header .logo{width:160px!important}body.mz-store .mz-header .logo img{height:36px!important}body.mz-store .mz-header .header-search{grid-column:1/-1!important;grid-row:2!important;width:100%!important;max-width:none!important;height:40px!important}body.mz-store .mz-header .headtools{grid-column:2!important;grid-row:1!important;gap:2px!important}body.mz-store .mz-header .headtools>a{padding:4px 7px!important;border:0!important}body.mz-store .mz-header .headtools>a span{display:none!important}body.mz-store .mz-header .headtools .icon{width:21px!important;height:21px!important}body.mz-store .mz-header .headtools .menu-toggle{display:grid!important;place-items:center!important;padding:6px!important;border:0!important;background:white!important;color:#15233c!important}body.mz-store .mz-header .nav{display:none!important}body.mz-store .mz-header .nav.open{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:8px 0!important}body.mz-store .mz-header .nav>a,body.mz-store .mz-header .nav>button{font-size:13px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:12px!important}body.mz-store .mz-header #cart-count{right:-1px!important;top:-5px!important}.mz-store .unified-parts-intro{padding:22px 18px;min-height:150px}.mz-store .unified-parts-intro>div{max-width:90%}.mz-store .unified-parts-intro h1{font-size:28px}.mz-store .unified-parts-intro p{font-size:12px}.unified-parts-art{opacity:.4;width:85%}.mz-store .unified-parts-children .parts-subcategories{grid-template-columns:repeat(3,minmax(0,1fr))}.unified-parts-children{padding:12px}.unified-parts-children .parts-subcategories img{height:60px}.mz-store .unified-parts-children .parts-subcategories>a{font-size:10px;padding:9px}}

body.mz-store .mz-header .headtools>a{width:auto!important;min-width:0!important;height:auto!important;flex:0 0 auto!important}
body.mz-store .mz-header .header-search{max-width:none!important;min-width:0!important}
body.mz-store .mz-header .headtools{min-width:0!important;width:auto!important;gap:0!important}
body.mz-store:not(.home-reference) #main .button:not(.secondary):not(.dark):not(:disabled){background:#ff5000!important;border-color:#ff5000!important;color:#fff!important}
body.mz-store:not(.home-reference) #main .button:not(.secondary):not(.dark):not(:disabled):hover{background:#e84700!important;border-color:#e84700!important}
body.mz-store #main .button:disabled{cursor:not-allowed}
body.mz-store #main .eyebrow{color:#ec4c13}
body.mz-store[data-page=category-hub] #main,body.mz-store[data-page=contact] #main{padding-bottom:0}
@media(max-width:760px){body.mz-store .mz-header .headtools>a{padding:4px 7px!important}.mz-store .mz-header .nav.is-open{display:flex!important;flex-direction:column!important;align-items:stretch!important}}

/* footer-reference.css */
/* One footer across the public store. */
body.mz-store .mz-footer-reference{position:relative;margin-top:56px;padding:0;background:#111b20 url("/assets/footer/footer-moto-v1.webp?v=df9564b22239") center top/cover no-repeat;color:#bac9d4;font-size:14px;border-top:1px solid #49505a;isolation:isolate}
.mz-footer-reference::before{content:'';position:absolute;top:-1px;right:0;width:40%;height:2px;background:linear-gradient(90deg,transparent,#ff5b13 60%,#ff9a56,transparent)}
.mz-footer-reference .footer-ref-layout{display:grid;grid-template-columns:minmax(210px,1.5fr) .7fr 1fr 1fr 1.15fr 1.2fr;column-gap:clamp(20px,2.3vw,46px);row-gap:36px;padding-top:50px;padding-bottom:28px;max-width:1840px}
.footer-ref-layout>*{min-width:0}.mz-footer-reference .footer-ref-brand{grid-row:span 2}.mz-footer-reference .footer-ref-brand>a{display:inline-block;margin-bottom:20px}.mz-footer-reference .footer-ref-brand img{width:265px;max-width:100%;height:auto;display:block}
.mz-footer-reference p{color:#bac9d4;font-size:14px;line-height:1.7;margin:0 0 15px}.mz-footer-reference .footer-ref-slogan{font-size:18px;font-weight:650;color:#fff;margin-bottom:4px}
.mz-footer-reference address{font-style:normal;line-height:1.7}.footer-ref-brand address{border-top:1px solid #ffffff24;margin-top:26px;padding-top:16px}.footer-ref-brand address a{display:flex;gap:14px;align-items:flex-start;margin:16px 0;font-size:14px;overflow-wrap:anywhere}.footer-ref-brand address .icon{flex:0 0 24px;color:#ff5b13;width:24px;height:24px}.footer-ref-brand strong{font-weight:550;color:#f5f7f8}.footer-ref-brand small{display:block;font-size:12px;line-height:1.65;color:#bac9d4}
.mz-footer-reference h2{font-size:17px;line-height:1.25;letter-spacing:-.02em;color:#fff;margin:7px 0 22px;font-weight:700}.mz-footer-reference h2::after{content:'';display:block;width:28px;height:4px;border-radius:9px;background:#ff5b13;margin-top:13px}
.mz-footer-reference .footer-ref-nav a,.mz-footer-reference .footer-ref-nav button{display:block;width:fit-content;margin:0 0 12px;font-size:14px;line-height:1.5;font-weight:400;color:#bac9d4;text-align:left}.mz-footer-reference .footer-ref-nav button{padding:0;border:0;background:transparent;cursor:pointer;font-family:inherit}.mz-footer-reference a:hover,.mz-footer-reference .footer-ref-nav button:hover{color:#ff8847}.mz-footer-reference :is(a,button):focus-visible{outline:2px solid #ff8847;outline-offset:5px;border-radius:3px}
.footer-ref-seller{border-left:1px solid #ffffff20;padding-left:26px}.mz-footer-reference .footer-ref-company{font-size:13px;color:#f0f3f6;line-height:1.8}.footer-ref-seller address{margin:18px 0;font-size:14px}.footer-ref-signature{display:block;color:white;font-size:clamp(20px,1.7vw,30px);font-family:Georgia,serif;font-style:italic;transform:rotate(-7deg);margin:35px 0 8px;text-align:center}.footer-ref-signature::after{content:'';display:block;margin:6px auto;width:100px;height:4px;background:#ff5b13;border-radius:100%}
.footer-ref-trust{grid-column:2/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ffffff26;padding-top:22px;align-items:center;gap:18px}.footer-ref-trust a{display:flex;align-items:center;gap:15px;padding:0 15px;border-right:1px solid #ffffff26}.footer-ref-trust a:first-child{padding-left:0}.footer-ref-trust a:last-child{border:0}.footer-ref-trust .icon{width:33px;height:33px;flex-shrink:0;color:#ff5b13}.footer-ref-trust strong{display:block;color:#fff;font-size:15px;font-weight:550;line-height:1.5}.footer-ref-trust small{display:block;font-size:12px;line-height:1.5}
.footer-ref-bottom{border-top:1px solid #ffffff24;background:#09121699}.footer-ref-bottom>.container{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:27px;padding-bottom:27px;max-width:1840px;font-size:12px;line-height:1.6}.footer-ref-copyright{flex:0 1 260px}.footer-ref-methods{display:flex;justify-content:center;align-items:center;gap:clamp(20px,3vw,60px);flex:1;flex-wrap:wrap}.footer-ref-methods>a:not(.footer-ref-payment-image){display:flex;gap:11px;align-items:center}.footer-ref-methods .icon{width:27px;height:27px;color:#e6edf3}.footer-ref-methods strong{font-size:13px;font-weight:550;color:#fff}.footer-ref-payment-image{width:440px;max-width:100%;display:block}.mz-footer-reference .footer-ref-payment-image img{width:100%;height:auto;max-width:100%;display:block}.footer-ref-currency{display:flex;align-items:center;gap:15px;white-space:nowrap}.footer-ref-flag{width:22px;height:22px;border-radius:50%;background:linear-gradient(#fff 50%,#dd1743 50%);box-shadow:0 0 0 1px #ffffff20}
@media(min-width:1650px){.mz-footer-reference .footer-ref-layout{padding-top:65px;padding-bottom:32px}.mz-footer-reference p,.mz-footer-reference .footer-ref-nav a,.mz-footer-reference .footer-ref-nav button,.footer-ref-seller address{font-size:16px}.mz-footer-reference h2{font-size:20px}.mz-footer-reference .footer-ref-company{font-size:15px}}
@media(max-width:1199px){.mz-footer-reference .footer-ref-layout{grid-template-columns:1.3fr 1fr 1.2fr;gap:32px}.mz-footer-reference .footer-ref-brand{grid-row:span 2}.footer-ref-seller{grid-column:2/-1;display:grid;grid-template-columns:1.4fr 1fr;gap:10px 30px;border-left:0;border-top:1px solid #ffffff20;padding:18px 0 0}.footer-ref-seller h2{grid-column:1/-1;margin:0}.footer-ref-seller h2::after{display:none}.footer-ref-seller address{margin:0}.footer-ref-seller p{margin:0}.footer-ref-signature{margin:0;font-size:23px}.footer-ref-trust{grid-column:1/-1}.footer-ref-bottom>.container{flex-wrap:wrap}.footer-ref-methods{justify-content:flex-start}.footer-ref-currency{margin-left:auto}}
@media(max-width:700px){body.mz-store .mz-footer-reference{margin-top:36px;background-position:right top;background-size:auto 100%}.mz-footer-reference .footer-ref-layout{grid-template-columns:1fr 1fr;gap:24px 20px;padding-top:30px;padding-bottom:25px}.mz-footer-reference .footer-ref-brand{grid-column:1/-1;grid-row:auto}.mz-footer-reference .footer-ref-brand img{width:220px}.footer-ref-brand address{display:grid;grid-template-columns:1fr;gap:2px;margin-top:20px}.footer-ref-brand address a{margin:8px 0}.mz-footer-reference h2{font-size:16px;margin-bottom:20px}.mz-footer-reference .footer-ref-nav a,.mz-footer-reference .footer-ref-nav button{font-size:13px;margin-bottom:12px;min-height:28px}.footer-ref-seller{grid-column:1/-1;grid-template-columns:1fr}.mz-footer-reference .footer-ref-company{max-width:42ch}.footer-ref-signature{text-align:right;font-size:24px}.footer-ref-signature::after{margin-right:10px}.footer-ref-trust{grid-template-columns:1fr;gap:18px}.footer-ref-trust a{border:0;padding:0}.footer-ref-bottom>.container{display:grid;gap:22px}.footer-ref-methods{gap:22px;justify-content:flex-start}.footer-ref-methods>a{min-width:120px}.footer-ref-copyright{order:2}.footer-ref-currency{margin-left:0;order:3}.footer-ref-copyright br{display:none}}

/* Compact, transparent marks integrated into the dark footer. */
.mz-footer-reference .footer-ref-bottom{background:linear-gradient(110deg,#091217e6,#111d23e6);border-top-color:#ffffff18}
.mz-footer-reference .footer-ref-bottom>.container{gap:24px;padding-top:18px;padding-bottom:18px}
.mz-footer-reference .footer-ref-copyright{flex-basis:215px}
.mz-footer-reference .footer-ref-methods{gap:20px;flex-wrap:nowrap;min-width:0}
.mz-footer-reference .footer-ref-payment-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px;min-width:0;min-height:40px;background:transparent;padding:0;border:0;flex-shrink:0}
.mz-footer-reference .footer-ref-payment-logos>img{display:block;object-fit:contain;max-width:none;flex-shrink:0;opacity:1;transition:opacity .2s}
.mz-footer-reference .footer-ref-payment-logos:hover>img{opacity:1}
.mz-footer-reference .footer-ref-sprite{display:block;position:relative;overflow:hidden;flex-shrink:0}
.mz-footer-reference .footer-ref-sprite img{position:absolute;display:block;max-width:none;height:auto;top:0}
.mz-footer-reference .footer-ref-p24{width:84px;height:32px}
.mz-footer-reference .footer-ref-p24 img{width:353px;left:0}
.mz-footer-reference .footer-ref-blik{width:45px;height:27px;border-radius:3px}
.mz-footer-reference .footer-ref-blik img{width:332px;left:-174px;top:-3px}
.mz-footer-reference .footer-ref-shipping-image{display:flex;align-items:center;justify-content:center;width:78px;height:38px;min-width:0;padding:0;background:transparent;border:0;border-radius:0;flex-shrink:0}
.mz-footer-reference .footer-ref-shipping-image img{display:block;width:100%;height:100%;object-fit:contain}
.mz-footer-reference .footer-ref-orlen{width:36px;height:36px}
.footer-ref-method-divider{width:1px;height:26px;background:#ffffff24;flex-shrink:0}
@media(max-width:1200px){.mz-footer-reference .footer-ref-methods{order:-1;flex:1 0 100%;justify-content:center}.mz-footer-reference .footer-ref-copyright{flex:1}}
@media(max-width:700px){.mz-footer-reference .footer-ref-bottom>.container{gap:18px;padding-top:20px;padding-bottom:20px}.mz-footer-reference .footer-ref-methods{flex-wrap:wrap;gap:12px 20px;justify-content:flex-start}.mz-footer-reference .footer-ref-payment-logos{flex-basis:100%;justify-content:space-between;gap:10px}.mz-footer-reference .footer-ref-p24{width:74px;height:28px}.mz-footer-reference .footer-ref-p24 img{width:311px}.mz-footer-reference .footer-ref-payment-logos>img{max-width:40px}.mz-footer-reference .footer-ref-method-divider{display:none}.mz-footer-reference .footer-ref-shipping-image{height:34px;width:72px}.mz-footer-reference .footer-ref-orlen{width:34px}.mz-footer-reference .footer-ref-copyright{order:2}}

/* account-reference.css */
/* Customer area: retains all existing data and event contracts. */
body.mz-store:is([data-page=account],[data-page=wishlist],[data-page=garage],[data-page=order]){background:#f5f8fb}body.mz-store:is([data-page=account],[data-page=wishlist],[data-page=garage],[data-page=order]) .page-top{padding-top:24px;padding-bottom:22px}body.mz-store:is([data-page=account],[data-page=wishlist],[data-page=garage],[data-page=order]) .page-top h1{font-size:30px;line-height:1.25;margin:12px 0 0}body.mz-store .account-layout{grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start;margin-bottom:25px}body.mz-store .account-sidebar{background:#fff;border:1px solid #e0e7ef;border-radius:12px;padding:22px 13px;box-shadow:0 5px 25px #18334f05;position:sticky;top:18px}body.mz-store .account-identity{padding:0 10px 20px;border-color:#e2e8ef}body.mz-store .account-identity .avatar{width:56px;height:56px;font-size:26px;border-radius:50%;background:#f0eae1;color:#694421;margin-bottom:14px}body.mz-store .account-identity>strong{font-size:17px;line-height:1.4;color:#101d31}body.mz-store .account-identity>small{font-size:12px;color:#65758d;overflow-wrap:anywhere}.account-verified{font-size:11px;color:#64748b!important;display:flex;gap:7px;align-items:center;margin-top:12px}.account-verified .icon{background:#28b975;color:#fff;border-radius:50%;width:15px;height:15px;padding:2px}body.mz-store .account-sidebar nav{gap:4px;margin-top:12px}body.mz-store .account-sidebar nav :is(a,button){font-size:12px;line-height:1.5;border-radius:6px;color:#53637c;padding:12px 10px;min-height:44px;background:transparent}body.mz-store .account-sidebar nav a.active{color:#eb4900;background:#fff2eb;box-shadow:inset 2px 0 #ff602a}body.mz-store .account-sidebar nav a:hover{background:#f3f6fa;color:#142137}body.mz-store .account-sidebar .icon{width:19px;height:19px}body.mz-store .account-sidebar #logout{border-top:1px solid #e1e7ef;border-radius:0;margin-top:13px;padding-top:20px}body.mz-store .account-main{background:none;border:0;padding:0;min-width:0}body.mz-store .account-main:focus{outline:none}body.mz-store .account-main>h2{font-size:28px;margin:0 0 10px}body.mz-store .account-welcome h2{font-size:34px;letter-spacing:-.04em;margin:9px 0;color:#111c30}body.mz-store .account-welcome p{color:#65758d;font-size:15px;margin-bottom:20px}body.mz-store .account-shortcuts{gap:15px;margin:20px 0 28px}body.mz-store .account-shortcuts>a{padding:21px;background:#fff;border:1px solid #dfe7ef;border-radius:9px;display:grid;gap:11px;color:#111c30;box-shadow:none}body.mz-store .account-shortcuts>a>.icon{color:#ff5100;width:24px;height:24px}body.mz-store .account-shortcuts>a>strong{font-size:29px;line-height:1.1}body.mz-store .account-shortcuts>a>span{font-size:12px;display:flex;justify-content:space-between;align-items:center;color:#56647a}body.mz-store .account-section{margin:24px 0;border:0;padding:0}.account-main .section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px}.account-main .section-heading h2,.account-quick h2{font-size:20px;margin:0 0 5px}.account-main .section-heading .text-link{font-size:12px;color:#e34800}.account-main .section-heading p{font-size:13px;color:#65758d;margin:5px 0}body.mz-store .account-main .empty-state{background:linear-gradient(120deg,#fff,#f5f7fa);border:1px dashed #cfd9e4;border-radius:10px;padding:34px 20px;text-align:center}body.mz-store .account-main .empty-state h2{font-size:21px}body.mz-store .account-main .empty-state>.icon{width:38px;height:38px;color:#869080}body.mz-store .account-main .empty-state p{font-size:13px;color:#65758d}.account-main .empty-state .button{background:#18252f!important;border-color:#18252f!important;box-shadow:none!important}.account-quick{margin:22px 0}.account-quick>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.account-quick>div>a{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dfe7ef;border-radius:9px;padding:19px 15px}.account-quick>div>a>.icon:first-child{width:34px;height:34px;padding:7px;background:#f0f4f8;border-radius:50%;flex-shrink:0}.account-quick>div>a>.icon:last-child{width:13px;flex-shrink:0;margin-left:auto}.account-quick strong{font-size:12px;display:block}.account-quick small{display:block;font-size:11px;line-height:1.6;color:#65758d;margin-top:5px}.account-order-tools{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;margin:22px 0}.account-order-tools label{font-size:12px;font-weight:600;color:#465a73}.account-order-tools input,.account-order-tools select{margin-top:8px;background:#fff;border:1px solid #d4deea;border-radius:7px;min-height:44px}.account-order-count{background:#fff;border:1px solid #dfe7ef;padding:8px 12px;border-radius:20px;font-size:12px;color:#60718a}body.mz-store .account-order{display:grid;grid-template-columns:40px 1.2fr 1fr auto auto;align-items:center;gap:17px;padding:20px;background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-bottom:12px;transition:border-color .15s}body.mz-store .account-order:hover{border-color:#ff7436}.account-order-name strong{font-size:14px}.account-order-name small,.account-order-status>small{display:block;font-size:11px;margin-top:5px;color:#69798e}.account-order-symbol{display:grid;place-items:center;background:#f2f5f9;border-radius:9px;width:40px;height:40px;color:#293e58}.account-order-open{display:flex;align-items:center;gap:9px;color:#d74400;font-size:12px}.account-order-open .icon{width:16px}.account-main .badge{font-size:10px;font-weight:600;padding:6px 10px;border-radius:20px;background:#eaf1fa;color:#35537a}.account-main .badge:is(.status-completed,.payment-paid){background:#e7f5ed;color:#177343}.account-main .badge:is(.status-cancelled,.payment-refunded){background:#f5eaea;color:#a24848}.account-main .badge.status-shipped{background:#fff1e3;color:#a45719}.account-filter-empty{padding:40px;background:#fff;border:1px dashed #cfd9e4;border-radius:10px;text-align:center;color:#65758d}body.mz-store .account-profile-grid{gap:20px;margin:22px 0}body.mz-store .account-profile-grid .form-card,body.mz-store .account-card{padding:26px;background:#fff;border:1px solid #dfe7ef;border-radius:11px;box-shadow:none}body.mz-store .account-profile-grid h3{font-size:19px;margin:0 0 20px}body.mz-store .account-profile-grid label{font-size:12px;color:#44536a}body.mz-store .account-profile-grid input{border-color:#d5dfeb;border-radius:7px;min-height:44px;background:#fff}.account-profile-grid input[readonly]{background:#f2f5f8!important;color:#6d7b8d}.account-card h3{font-size:18px}.account-card p{font-size:13px;line-height:1.8;color:#566982}.account-card .address-actions{display:flex;gap:20px;border-top:1px solid #e3e9ef;padding-top:17px;margin-top:20px}.account-main .garage-intro,.account-main .garage-card,.account-main .garage-builder,.account-main .garage-addition{border-color:#dfe7ef!important;border-radius:12px;background:#fff}.account-main .garage-intro h2{font-size:25px}.account-main .garage-card.selected{border-color:#ff6320!important;background:#fff9f5!important}.account-main .product-card{border-color:#dfe7ef!important;background:#fff}.account-main .product-card h3{font-size:14px}.account-main .product-grid{gap:16px}
.order-reference-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0}.order-reference-heading h2{font-size:27px;line-height:1.3;margin:9px 0}.order-reference-heading p{font-size:12px;color:#65758d;margin:0}.order-reference-progress{list-style:none;padding:18px 22px;display:flex;justify-content:space-between;gap:12px;background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin:20px 0}.order-reference-progress li{display:flex;align-items:center;gap:8px;font-size:11px;color:#8693a4}.order-reference-progress li>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f1f4f7}.order-reference-progress li.done{color:#137044}.order-reference-progress li.done>span{background:#e5f3ea;color:#137044;font-weight:700}.order-reference .cart-layout{grid-template-columns:minmax(0,1.7fr) minmax(240px,1fr);gap:20px}.order-reference-card{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:22px;margin-bottom:18px}.order-reference-card h3{font-size:16px;display:flex;gap:9px;align-items:center;margin:0 0 16px}.order-reference-card h3 .icon{width:20px}.order-reference-card p{font-size:13px;line-height:1.8;color:#5f6f86;margin-bottom:0}.order-reference-item{display:flex;gap:15px;align-items:center;padding:16px 0;border-top:1px solid #e5ebf1}.order-reference-item img{width:65px;height:65px;object-fit:contain;border:1px solid #e2e8ee;border-radius:7px;background:#fff}.order-reference-item>div{flex:1;min-width:0}.order-reference-item>div>strong{font-size:13px;line-height:1.6;display:block}.order-reference-item small{display:block;font-size:11px;color:#687a90;margin-top:6px}.order-reference-item>strong{font-size:14px;white-space:nowrap}.order-reference-data{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-reference-help{padding:20px;border:1px solid #dfe7ef;border-radius:10px;background:#fff}.order-reference-help h3{font-size:16px;margin:0 0 7px}.order-reference-help p{font-size:12px;color:#687a90}.order-reference-help .button{font-size:12px;margin-top:10px}.order-company{border-top:1px solid #e5ebf1;margin-top:18px;padding-top:18px;font-size:13px}.order-tracking{overflow-wrap:anywhere}.order-bank-details{overflow-wrap:anywhere;font-size:12px;line-height:1.8}.order-reference .summary-card{border:1px solid #dfe7ef;border-radius:10px;background:white;padding:24px;position:sticky;top:18px;align-self:start}.order-reference .summary-card h2{font-size:23px;margin:12px 0 22px}.order-reference .summary-line{font-size:13px;padding:12px 0}.order-reference .summary-line.total{font-size:20px;color:#0e5c45;background:#eef8f2;padding:18px 12px;border-radius:8px;margin-top:12px}.order-reference .summary-card .muted{font-size:11px}.account-back{font-size:12px}
/* Login, registration and their dialogs */
body.mz-store:has(.auth-reference) .page-top{display:none}body.mz-store .account-entry.auth-reference{display:grid;grid-template-columns:.82fr 1fr;max-width:1060px;margin:35px auto 5px;border:1px solid #dce5ee;border-radius:19px;overflow:hidden;background:#fff;box-shadow:0 15px 45px #233e5710;align-items:stretch}body.mz-store .auth-reference .account-story{position:relative;background:linear-gradient(180deg,#06141e00 0%,#07131ca1 31%,#07131ce8 100%),url("/assets/auth-scenes/login.webp?v=df9564b22239") center top/cover no-repeat;padding:180px 44px 40px;display:flex;flex-direction:column;color:#fff}body.mz-store .auth-reference-register .account-story{background-image:linear-gradient(180deg,#06141e00 0%,#07131ca1 31%,#07131ce8 100%),url("/assets/auth-scenes/register.webp?v=df9564b22239")}body.mz-store .auth-reference .account-story>.eyebrow{font-size:10px;color:#ff691c;letter-spacing:.15em}body.mz-store .auth-reference .account-story h2{font-size:35px;line-height:1.15;letter-spacing:-.035em;color:white;margin:18px 0}body.mz-store .auth-reference .account-story>p{font-size:14px;line-height:1.8;color:#d9e1e7;max-width:29ch}.auth-reference .account-benefits{display:grid;gap:26px;margin:28px 0 35px}.auth-reference .account-benefits>div{display:flex;align-items:center;gap:18px}.auth-reference .account-benefits .icon{width:31px;height:31px;color:#ff6515;border:0;padding:0;flex-shrink:0}.auth-reference .account-benefits strong{font-size:13px;color:#fff;display:block;font-weight:500}.auth-reference .account-benefits small{font-size:12px;color:#c6d1da;display:block;margin-top:4px;line-height:1.6}body.mz-store .auth-reference .account-story-sign{font-family:Georgia,serif;font-style:italic;font-size:29px;text-transform:none;letter-spacing:-.03em;transform:rotate(-6deg);color:#fff;margin:24px 0 5px;border:0;padding:0;margin-top:auto}.account-story-sign::after{content:'';display:block;height:4px;width:135px;border-radius:100%;background:#ff580e;margin:9px 0 0 18px}body.mz-store .auth-reference .account-entry-form{padding:45px 45px 26px;background:linear-gradient(130deg,#fff,#fbfcfe)}body.mz-store .auth-reference .mz-auth-form{padding:0;border:0;background:none;box-shadow:none;max-width:none;border-radius:0}.auth-reference .mz-auth-heading{margin-bottom:23px}body.mz-store .auth-reference .mz-auth-heading h2{font-size:32px;letter-spacing:-.045em;line-height:1.2;margin:13px 0;color:#13202c}.auth-reference .mz-auth-heading>p{font-size:14px;line-height:1.7;color:#61728a}.auth-reference .mz-auth-form label,.auth-reference-form>label{font-size:12px;line-height:1.6;color:#172336;font-weight:600}.auth-reference .mz-auth-form>label,.auth-reference-form>label{margin:17px 0 7px;display:block}.auth-reference .mz-auth-input,.auth-reference-form .mz-auth-input{display:flex;align-items:center;position:relative;margin:6px 0 15px}.auth-reference .mz-auth-input>.icon,.auth-reference-form .mz-auth-input>.icon{position:absolute;left:13px;width:18px;height:18px;color:#4b5b70;pointer-events:none}.auth-reference .mz-auth-input input,.auth-reference-form .mz-auth-input input{width:100%;min-width:0;height:44px;min-height:44px;border:1px solid #cdd9e6;background:#fff;border-radius:7px;padding:10px 64px 10px 41px;font-size:13px;box-shadow:none;margin:0;color:#142239}.auth-reference .mz-auth-input input:focus,.auth-reference-form .mz-auth-input input:focus{border-color:#ff7436;outline:2px solid #ff60131a;outline-offset:1px}.auth-reference .mz-auth-input button,.auth-reference-form .mz-auth-input button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:0;color:#4c6078;padding:9px 4px;font-size:10px;cursor:pointer}.auth-name-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.auth-name-fields .mz-auth-input input{padding-right:10px}.auth-reference .auth-name-fields label{margin:0}.auth-reference-options{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:18px 0}.auth-reference-options .check{display:flex!important;align-items:flex-start;gap:7px;margin:0;font-size:11px!important;font-weight:400!important}.auth-reference-options small{display:block;font-size:10px;color:#718197}.auth-reference-options button{background:none;border:0;padding:0;color:#da4000;font-size:11px;cursor:pointer;text-decoration:underline}.auth-reference-form .check{display:flex!important;align-items:flex-start;gap:8px;font-size:11px!important;font-weight:400!important;line-height:1.7!important}.auth-reference-form .check input{margin-top:3px;accent-color:#ff5100;width:14px;height:14px;min-height:0}.auth-reference-form .check a{color:#d94300;text-decoration:underline}.auth-password-guidance{font-size:11px;color:#738296;display:flex;align-items:center;gap:7px;line-height:1.6;margin:0 0 14px}.auth-password-guidance .icon{width:14px;height:14px}.auth-password-guidance.valid{color:#208951}.auth-activation-note{font-size:11px;color:#69798e;line-height:1.7;margin:14px 0}.auth-reference .mz-auth-submit,.auth-reference-form .mz-auth-submit{width:100%;min-height:44px;background:#ff5100!important;border-color:#ff5100!important;border-radius:7px;box-shadow:0 5px 14px #ff510018;color:#fff!important;font-size:14px}.auth-reference .account-register-shortcut{font-size:12px;text-align:center;margin:24px 0;color:#5a6e86}.auth-reference .account-register-shortcut a{color:#e04500;font-weight:650;text-decoration:underline}.auth-reference .account-guest{border-top:1px solid #e3e9ef;margin-top:24px;padding-top:15px;text-align:center;background:transparent}.auth-reference .account-guest .text-link{font-size:11px;color:#64758c}.auth-reference .social-options{display:grid;grid-template-columns:1fr;gap:8px}.auth-reference .social-options button{width:100%;height:43px;background:#fff;border:1px solid #aebdce;border-radius:6px;font-size:12px;justify-content:center;color:#152230}.auth-reference :is(.social-intro,.social-reassurance){display:none}.auth-reference .auth-divider{margin:21px 0;font-size:10px;color:#5d6f86}.auth-reference .form-feedback:empty{display:none}.auth-reference .form-feedback{font-size:12px;line-height:1.7;border-radius:6px;padding:12px}.auth-reference .form-feedback.error{color:#a52624;background:#fff0ef}.mz-store .form-shield{padding:12px;background:#f7f9fc;border:1px solid #dce4ed;border-radius:8px;margin:16px 0;max-width:100%;min-width:0}.mz-store .form-shield>div{min-height:65px;max-width:100%}.mz-store .form-shield .field-help{font-size:10px;line-height:1.6;color:#61718a;margin:7px 0 0}.mz-store .form-shield>.text-link{font-size:11px;margin-top:8px}.auth-popup-story{background:linear-gradient(#09151d88,#09151def),url("/assets/auth-scenes/login.webp?v=df9564b22239") center top/cover no-repeat!important}.auth-popup-story li>.icon{color:#ff6926!important;border:0!important;padding:4px!important}.auth-popup-story .eyebrow{color:#ff7a35!important}.auth-popup-panel{background:#fff}.auth-popup-panel .mz-auth-form .mz-auth-symbol{display:none}.auth-popup-panel .mz-auth-heading h2{font-size:29px;color:#172334}.auth-popup-panel .mz-auth-submit{background:#ff5100!important;border-color:#ff5100!important}.auth-journey{border-color:#dce5ed!important;background:#fff!important}.auth-journey-body{background:#fff}.auth-progress{background:#f2f6fa!important;border-color:#dce5ed!important}.auth-journey-body h2{color:#172334!important}.auth-journey .journey-primary{background:#ff5100!important;border-color:#ff5100!important}.journey-note{background:#f1f6fa!important;border-color:#dce5ed!important;color:#516882!important}
@media(max-width:1100px){body.mz-store .account-layout{grid-template-columns:225px minmax(0,1fr);gap:22px}.account-quick>div{grid-template-columns:1fr}.account-quick>div>a{padding:14px}.account-order-open{font-size:0}.account-order-open .icon{width:18px}body.mz-store .account-order{gap:12px;grid-template-columns:34px 1fr 1fr auto auto;padding:16px}.order-reference .cart-layout{grid-template-columns:1fr}.order-reference .summary-card{position:static}.order-reference-data{grid-template-columns:1fr 1fr}body.mz-store .auth-reference .account-entry-form{padding:36px 30px 24px}body.mz-store .auth-reference .account-story{padding:165px 30px 32px}}
@media(max-width:760px){body.mz-store .account-layout{grid-template-columns:1fr;gap:22px}body.mz-store .account-sidebar{position:static;padding:16px}.account-identity{display:grid!important;grid-template-columns:42px 1fr;column-gap:12px;padding-bottom:12px!important}.account-identity .avatar{grid-row:span 3;width:42px!important;height:42px!important;margin:0!important;font-size:20px!important}.account-identity>strong{font-size:15px!important}.account-identity .account-verified{margin-top:3px!important;font-size:10px}.account-sidebar nav{display:grid!important;grid-template-columns:1fr 1fr;gap:3px!important}.account-sidebar nav :is(a,button){font-size:11px!important;min-width:0;padding:10px 7px!important}.account-sidebar nav #logout{margin:0!important;border:0!important}.account-sidebar nav a>small{margin-left:auto}.account-welcome h2{font-size:29px!important}.account-shortcuts{gap:8px!important}.account-shortcuts>a{padding:15px 12px!important}.account-shortcuts>a>strong{font-size:25px!important}.account-shortcuts>a>span{font-size:10px!important}.account-shortcuts>a>span>.icon{display:none}.account-main .section-heading{align-items:flex-start}.account-main .section-heading h2{font-size:18px}.account-main .section-heading .text-link{font-size:11px;max-width:120px}.account-main .account-profile-grid{grid-template-columns:1fr}.account-order-tools{grid-template-columns:1fr;gap:12px}.account-order-symbol{display:none!important}body.mz-store .account-order{grid-template-columns:1fr auto;gap:15px}.account-order-open{font-size:11px;justify-content:flex-end}.account-order-status{text-align:right}.account-order-count{white-space:nowrap;font-size:10px}.order-reference-heading{align-items:flex-start}.order-reference-heading h2{font-size:23px}.order-reference-heading>.badge{flex-shrink:0}.order-reference-progress{padding:15px 10px;gap:6px}.order-reference-progress li{font-size:9px;display:grid;justify-items:center;text-align:center;gap:7px}.order-reference-data{grid-template-columns:1fr;gap:0}.order-reference-card{padding:18px}.order-reference-item{flex-wrap:wrap;gap:12px}.order-reference-item>strong{margin-left:auto}.order-reference-item img{width:52px;height:52px}.order-reference-item>div{min-width:160px}.order-reference-help .button{width:100%}body.mz-store .account-entry.auth-reference{display:flex;flex-direction:column;max-width:540px;margin:22px auto;border-radius:14px}body.mz-store .auth-reference .account-story{padding:26px;background-position:center 24%;min-height:150px}body.mz-store .auth-reference .account-story>.eyebrow{display:block}body.mz-store .auth-reference .account-story h2{font-size:27px;max-width:none;margin:12px 0 0}body.mz-store .auth-reference .account-story h2 br{display:none}body.mz-store .auth-reference .account-story h2 br::after{content:' '}body.mz-store .auth-reference .account-story>p,body.mz-store .auth-reference .account-benefits,body.mz-store .auth-reference .account-story-sign{display:none}body.mz-store .auth-reference .account-entry-form{padding:27px 23px 22px}.auth-reference .mz-auth-heading h2{font-size:28px!important}.auth-name-fields{gap:12px}.auth-reference .mz-auth-input input{font-size:16px}.auth-reference .mz-auth-heading>p{font-size:13px}.auth-reference-options{gap:10px}.auth-reference-options button{font-size:10px}.account-main .account-grid{grid-template-columns:1fr}.account-main .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-main .product-card .product-image{height:150px}.account-main .product-card .product-price strong{font-size:18px}.account-main .product-card-copy{padding:12px}.account-main .product-card h3{font-size:12px}}
@media(prefers-reduced-motion:reduce){body.mz-store .account-order{transition:none}}

body.mz-store[data-page=account]:has(.auth-reference) .page-top{display:block!important;position:absolute!important;width:1px;height:1px;padding:0!important;overflow:hidden;clip-path:inset(50%);white-space:nowrap}

/* Order detail: shared account navigation, four connected states, clear totals. */
body[data-page=order] .page-top{padding-bottom:8px}body[data-page=order] .page-top h1{font-size:24px;margin:10px 0}body[data-page=order] .account-back{display:inline-flex;align-items:center;gap:10px;color:#263a54;font-weight:600;margin:3px 0 5px}.order-reference-heading{justify-content:flex-start;align-items:center;gap:18px;margin:14px 0 24px}.order-reference-heading h2{font-size:29px;letter-spacing:-.035em;margin:0 0 10px}.order-reference-heading h3{font-size:19px;margin:0 0 8px;color:#122644}.order-reference-heading>.badge{border-radius:25px;background:#e5f0ff;color:#225591;padding:6px 15px;font-size:12px;font-weight:600}.order-reference-progress{border:0;padding:0 12px;background:none;margin:28px 0 30px;gap:0}.order-reference-progress li{position:relative;display:flex;flex-direction:column;flex:1;gap:10px;text-align:center;font-size:12px}.order-reference-progress li::before{content:'';position:absolute;height:2px;left:-50%;right:50%;top:14px;background:#dce4ec;z-index:0}.order-reference-progress li:first-child::before{display:none}.order-reference-progress li.done::before{background:#20b678}.order-reference-progress li>span{position:relative;z-index:1;width:29px;height:29px;border:4px solid #f5f8fb;background:#e8edf3;color:#607087;font-size:11px;font-weight:650}.order-reference-progress li.done>span{color:#fff;background:#03985c}.order-reference-progress li.done{color:#00804c;font-weight:600}.order-reference .cart-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(260px,1fr);gap:18px;align-items:stretch}.order-reference-card-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.order-reference-card-title small{font-size:11px;color:#73839a;white-space:nowrap}.order-reference-card-title h3{margin-bottom:0}.order-reference-card-title{margin-bottom:16px}.order-reference-data .order-reference-card{margin-bottom:0}.order-reference-item{padding-bottom:0}.order-reference-item>div>strong{color:#142a48}.order-reference-item img{width:70px;height:70px;padding:5px}.order-reference .summary-card{position:static;align-self:stretch;padding:24px 22px}.order-reference .summary-card h2{display:flex;align-items:center;gap:12px;font-size:18px;margin:0 0 24px}.order-reference .summary-card h2 .icon{width:22px;height:22px}.order-reference .summary-line.total{margin:20px 0;color:#065247;background:#edf8f2;font-size:19px;gap:10px;padding:20px 14px;border:0}.order-reference .summary-line.total>span:last-child{font-weight:750}.order-reference-back{display:flex!important;width:100%;margin-top:24px;gap:9px;font-size:12px!important;color:#f34e08!important;border:1px solid #ff641f!important;background:#fff8f2!important;box-shadow:none!important}.order-reference-help{margin-top:18px;display:flex;align-items:center;gap:18px;padding:20px}.order-reference-help>.icon{width:40px;height:40px;padding:8px;background:#fff0e7;color:#ff5708;border-radius:50%;flex-shrink:0}.order-reference-help>div{flex:1}.order-reference-help h3{font-size:15px;margin:0 0 5px}.order-reference-help p{margin:0}.order-reference-help .button{margin:0;flex-shrink:0}.order-reference-item small{overflow-wrap:anywhere}.order-reference-data p{overflow-wrap:anywhere}
@media(max-width:1200px){.order-reference .cart-layout{grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr)}.order-reference-data{grid-template-columns:1fr}.order-reference-data .order-reference-card{margin-bottom:0}.order-reference-help{flex-wrap:wrap}.order-reference-help .button{margin-left:auto}}
@media(max-width:1000px){.order-reference .cart-layout{grid-template-columns:1fr}.order-reference-data{grid-template-columns:1fr 1fr}.order-reference .summary-card{width:100%}}
@media(max-width:600px){.order-reference-heading{gap:10px;align-items:flex-start;flex-wrap:wrap}.order-reference-heading h2{font-size:25px}.order-reference-heading h3{font-size:15px;overflow-wrap:anywhere}.order-reference-progress{padding:0;margin:22px 0}.order-reference-progress li{font-size:10px;gap:8px}.order-reference-data{grid-template-columns:1fr;gap:14px}.order-reference-card,.order-reference .summary-card{padding:18px}.order-reference-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px}.order-reference-item img{width:58px;height:58px;grid-row:span 2}.order-reference-item>div{min-width:0}.order-reference-item>strong{grid-column:2;font-size:15px;margin-left:0}.order-reference-card h3{font-size:14px}.order-reference-help{padding:18px;gap:12px}.order-reference-help .button{width:100%}.order-reference-help>div{min-width:170px}}

body.mz-store[data-page=order] .page-top h1,body.mz-store[data-page=order] .page-top>.eyebrow{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.mz-store[data-page=order] .page-top{padding-bottom:22px}.order-reference-progress li>span{flex-shrink:0}

/* header-standard.css */
/* One header contract for every public page. Matches the catalog-menu.js breakpoint. */
body.mz-store #store-header{font-family:'DM Sans',Arial,sans-serif!important;position:relative!important;inset:auto!important;padding:0!important;width:100%!important}
body.mz-store #store-header>.wrap,body.mz-store .h26-top>.wrap{width:calc(100% - 64px)!important;max-width:1440px!important;margin:0 auto!important;padding-inline:0!important;box-sizing:border-box}
body.mz-store #store-header .headmain{display:grid!important;grid-template-columns:210px minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;gap:32px!important;height:80px!important;min-height:80px!important;padding-block:13px!important}
body.mz-store #store-header .logo{width:210px!important;grid-column:1!important;grid-row:1!important}
body.mz-store #store-header .logo img{width:210px!important;height:48px!important;max-width:100%!important}
body.mz-store #store-header .header-search{grid-column:2!important;grid-row:1!important;height:43px!important;width:100%!important;max-width:none!important}
body.mz-store #store-header .headtools{grid-column:3!important;grid-row:1!important;gap:0!important;justify-content:flex-end!important}
body.mz-store #store-header .headtools>a{display:flex!important;padding:6px 13px!important;width:auto!important;min-width:0!important;height:auto!important}
body.mz-store #store-header .headtools>a span{display:inline!important}
body.mz-store #store-header #mz-nav{display:flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:44px!important;height:44px!important;padding-block:0!important;position:static!important}
body.mz-store #store-header #mz-nav>:is(a,button){display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;min-height:44px!important;height:44px!important;margin:0!important;padding:0 5px!important;font:650 12px/1.3 'DM Sans',Arial,sans-serif!important;letter-spacing:0!important;white-space:nowrap!important}
body.mz-store #store-header #mz-nav .arrow{margin:0!important;line-height:1!important}
body.mz-store #store-header #mz-nav>:is(a,button):hover,body.mz-store #store-header #mz-nav>[aria-expanded=true]{color:#e74600!important}
body.mz-store #store-header #mz-menu-toggle{display:none!important}
@media(min-width:981px) and (max-width:1200px){
 body.mz-store #store-header .headmain{grid-template-columns:185px minmax(0,1fr) auto!important;gap:24px!important}
 body.mz-store #store-header .logo,body.mz-store #store-header .logo img{width:185px!important}
 body.mz-store #store-header .headtools>a span{display:none!important}
 body.mz-store #store-header #mz-nav{gap:4px!important}
 body.mz-store #store-header #mz-nav>:is(a,button){font-size:11px!important;padding-inline:2px!important;gap:4px!important}
}
@media(max-width:980px){
 body.mz-store #store-header>.wrap,body.mz-store .h26-top>.wrap{width:calc(100% - 32px)!important}
 body.mz-store .h26-top>.wrap{justify-content:center!important;min-height:28px!important}
 body.mz-store .h26-top>.wrap>span,body.mz-store .h26-top a:nth-child(2),body.mz-store .h26-top a:nth-child(3){display:none!important}
 body.mz-store .h26-top>.wrap>div{display:flex!important;gap:22px!important;font-size:10px!important}
 body.mz-store #store-header .headmain{grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:36px 40px!important;height:108px!important;min-height:108px!important;gap:10px!important;padding-block:10px 12px!important}
 body.mz-store #store-header .logo,body.mz-store #store-header .logo img{width:160px!important;height:36px!important}
 body.mz-store #store-header .header-search{grid-column:1/-1!important;grid-row:2!important;height:40px!important}
 body.mz-store #store-header .headtools{grid-column:2!important;gap:2px!important}
 body.mz-store #store-header .headtools>a{padding:4px 7px!important;border:0!important}
 body.mz-store #store-header .headtools>a span{display:none!important}
 body.mz-store #store-header .headtools .icon{width:21px!important;height:21px!important}
 body.mz-store #store-header #mz-menu-toggle{display:grid!important;place-items:center!important;padding:6px!important;border:0!important;background:#fff!important;color:#14213b!important;min-width:32px!important;min-height:32px!important}
 body.mz-store #store-header #mz-nav{display:none!important;height:auto!important;min-height:0!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:6px 0 12px!important}
 body.mz-store #store-header #mz-nav.open,body.mz-store #store-header #mz-nav.is-open{display:flex!important}
 body.mz-store #store-header #mz-nav>:is(a,button){width:100%!important;justify-content:space-between!important;font-size:13px!important;padding:0 12px!important;border-bottom:1px solid #edf1f6!important}
}
@media(max-width:370px){body.mz-store #store-header .logo,body.mz-store #store-header .logo img{width:136px!important}body.mz-store #store-header .headtools>a{padding:4px 5px!important}}

/* The counter belongs to the bag icon; its own width never covers the label. */
body.mz-store #store-header .headtools>a[href="/koszyk"]{gap:7px!important;align-items:center!important}
body.mz-store #store-header .cart-icon-wrap{position:relative!important;display:inline-flex!important;align-items:center!important;flex:0 0 35px!important;width:35px!important;height:28px!important;font-style:normal}
body.mz-store #store-header .cart-icon-wrap>.icon{flex:none!important}
body.mz-store #store-header .headtools #cart-count{position:absolute!important;inset:-5px 0 auto auto!important;display:grid!important;place-items:center!important;min-width:18px!important;width:auto!important;height:18px!important;padding:0 4px!important;border:2px solid #fff!important;border-radius:20px!important;background:#ff5300!important;color:#fff!important;font:750 10px/1 'DM Sans',Arial,sans-serif!important;box-sizing:border-box!important;transform:none!important;box-shadow:0 2px 6px #ff530024;white-space:nowrap!important;z-index:1}
@media(max-width:980px){body.mz-store #store-header .cart-icon-wrap{flex-basis:32px!important;width:32px!important;height:26px!important}}

/* search-premium.css */
/* One search language across the storefront. */
#search-suggestions.suggestions{width:min(960px,calc(100vw - 40px));left:0;right:auto;top:calc(100% + 9px);padding:20px;border:1px solid #e1e8ee;border-radius:14px;background:#fff;box-shadow:0 20px 55px #122c4933;max-height:min(690px,calc(100dvh - 130px));overflow:auto;color:#14213b}
.sx-suggest-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px}.sx-suggest-head button{border:0;background:#f2f6f8;border-radius:50%;width:32px;height:32px}.sx-suggest-columns{display:grid;grid-template-columns:1fr 1.05fr 1.5fr;gap:20px}.sx-suggest-columns section+section{border-left:1px solid #edf1f5;padding-left:20px}.sx-suggest-columns h3{font-size:14px;margin:0 0 12px}.sx-suggest-columns a,.sx-suggest-columns button{display:flex;align-items:center;gap:10px;text-decoration:none;color:#173053;min-height:44px;text-align:left}.sx-suggest-columns a:hover,.sx-suggest-columns a:focus-visible,.sx-suggest-columns button:hover{background:#fff4eb;color:#f50;outline-color:#ff6400;border-radius:7px}.sx-suggest-columns button{border:0;background:none;width:100%;font-size:13px;padding:8px 0}.sx-suggest-columns a .icon{width:23px;flex:0 0 23px}.sx-suggest-columns a span{display:grid;gap:4px}.sx-suggest-columns small{font-size:11px;color:#71819a;line-height:1.45}.sx-suggest-columns strong{font-size:13px}.sx-suggest-cat{padding:9px 0}.sx-suggest-product{padding:9px 0;border-bottom:1px solid #edf1f5}.sx-suggest-product:last-child{border:0}.sx-suggest-product img{width:64px;height:64px;object-fit:contain;border:1px solid #e8edf3;border-radius:8px;background:#fff;flex:0 0 64px}.sx-suggest-product b{font-size:14px;color:#112441}.sx-suggest-price{display:flex!important;align-items:center;gap:12px!important}.sx-suggest-price small{color:#087b48}.sx-suggest-all{display:flex;justify-content:center;align-items:center;gap:20px;background:linear-gradient(110deg,#ff4b00,#ff7100);border-radius:7px;color:white!important;font-size:14px;font-weight:750;min-height:45px;margin-top:15px;padding:10px;text-decoration:none}.sx-suggest-foot{display:flex;justify-content:space-between;margin-top:9px;font-size:10px;color:#738299}.sx-suggest-empty{font-size:13px;line-height:1.6}.sx-suggest-vehicle{margin-top:12px;padding:10px;background:#f3f7f9}.sx-suggest-columns mark{background:transparent;color:#f50;font-weight:750}.sx-search-loading{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:18px}.sx-search-loading i{height:150px;border-radius:8px;background:linear-gradient(100deg,#f4f7fa,#e8eef4,#f4f7fa);background-size:200% 100%;animation:sx-pulse 1.2s infinite}@keyframes sx-pulse{to{background-position:200% 0}}
.sx-page{padding-top:22px;padding-bottom:28px;max-width:1480px}.sx-heading h1{font-size:clamp(24px,2.5vw,36px);letter-spacing:-1.1px;margin:20px 0 5px}.sx-heading>p{color:#61708a;margin:0 0 14px}.sx-correction{padding:10px 14px;background:#fff2e8;border-radius:7px}.sx-exact{display:inline-flex;gap:6px;align-items:center;color:#087346;font-size:12px}.sx-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:20px 0}.sx-categories a{display:flex;gap:12px;align-items:center;border:1px solid #e1e9f0;border-radius:9px;padding:13px;background:#fff;text-decoration:none;color:#152849}.sx-categories a>span{flex:1;display:grid;gap:5px}.sx-categories strong{font-size:13px}.sx-categories small{font-size:12px;color:#718199}.sx-categories .icon{width:26px;height:26px}.sx-categories a[aria-current=page]{border-color:#ff5b00;background:#fff8f1}.sx-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:22px}.sx-filters .catalog-facets{background:white;border:1px solid #e2eaf0;border-radius:10px;box-shadow:0 8px 30px #25395604}.sx-filter-help{display:grid;gap:12px;background:linear-gradient(140deg,#fff,#eaf3f8);border:1px solid #e2eaf0;border-radius:10px;padding:22px;margin-top:15px;text-decoration:none;color:#162d47;font-size:13px}.sx-toolbar{display:flex;align-items:center;gap:15px;min-height:52px;margin-bottom:10px;font-size:12px;color:#61748e}.sx-toolbar>label{display:flex;align-items:center;gap:10px;margin-left:auto}.sx-toolbar select{min-height:36px;max-width:190px;padding:6px 28px 6px 10px;border-radius:7px;border:1px solid #dce5ee;background:#fff}.sx-view{display:flex;gap:5px}.sx-view a{display:grid;place-items:center;min-width:34px;height:34px;background:white;border-radius:5px;text-decoration:none;font-size:23px;color:#263e5e}.sx-view a[aria-current=true]{background:#ff5900;color:white}.sx-products{min-width:0}.sx-product{position:relative;background:white;border:1px solid #e0e8ef;border-radius:9px;min-width:0;overflow:hidden}.sx-image{position:relative;display:grid;place-items:center;min-width:0}.sx-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.sx-badge{position:absolute;top:10px;left:10px;z-index:1;background:#ff5700;color:#fff;border-radius:4px;font-size:11px;padding:4px 7px}.sx-copy{min-width:0}.sx-copy h2{font-size:14px;line-height:1.4;letter-spacing:-.2px;margin:0 0 5px}.sx-copy h2 a{text-decoration:none;color:#112743}.sx-copy p{font-size:11px;margin:4px 0;color:#6e8196}.sx-code{font-size:10px;color:#7c8ca0;overflow-wrap:anywhere}.sx-copy dl{display:flex;flex-wrap:wrap;gap:5px 10px;margin:9px 0;font-size:10px;color:#6f8098}.sx-copy dl>div{display:flex;gap:4px}.sx-copy dt{font-weight:400}.sx-copy dd{margin:0;color:#425978}.sx-rating{font-size:12px;color:#f79000;text-decoration:none}.sx-rating span{color:#76859b}.sx-purchase{display:flex;flex-direction:column;gap:6px}.sx-price{font-size:19px;letter-spacing:-.5px;color:#102743}.sx-purchase del{font-size:11px;color:#8794a5}.sx-omnibus{font-size:10px;color:#6d7d90}.sx-stock{display:flex;align-items:center;gap:5px;font-size:11px;color:#85909f}.sx-stock i{height:7px;width:7px;border-radius:50%;background:currentColor}.sx-stock.available{color:#00894e}.sx-delivery{display:flex;align-items:center;gap:5px;font-size:10px;color:#526982}.sx-delivery .icon{width:17px;height:17px}.sx-actions{display:flex;align-items:center;gap:8px}.sx-actions .button{font-size:12px;min-height:38px;padding:8px 14px;white-space:nowrap;gap:8px;border-radius:5px;width:100%}.sx-actions .icon-button{width:36px;height:36px;border:1px solid #dce5ee;border-radius:6px;flex:0 0 36px;background:#fff}.sx-actions form{flex:1}.sx-actions .form-feedback:empty{display:none}.sx-list{display:grid;gap:8px}.sx-list .sx-product{display:grid;grid-template-columns:115px minmax(180px,1fr) 165px 172px;gap:16px;padding:17px;align-items:center}.sx-list .sx-image{height:112px}.sx-list .sx-purchase{border-left:1px solid #ecf0f5;padding-left:18px}.sx-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.sx-grid .sx-product{display:flex;flex-direction:column;padding:12px}.sx-grid .sx-image{height:180px;margin:-5px -5px 12px}.sx-grid .sx-copy h2{min-height:40px}.sx-grid .sx-code{display:none}.sx-grid .sx-copy dl{display:none}.sx-grid .sx-purchase{margin-top:auto;padding-top:12px;padding-bottom:9px}.sx-grid .sx-actions>.icon-button{position:absolute;top:9px;right:9px;border:0;background:#ffffffd9}.sx-grid .sx-actions{display:block}.sx-grid .sx-actions .form-feedback{font-size:11px}.sx-empty{grid-column:1/-1;text-align:center;border:1px solid #e1e8ef;border-radius:12px;padding:60px 20px;background:#fff}.sx-empty>.icon{width:46px;height:46px;color:#fa5b00}.sx-empty .button{margin:8px}.sx-assistance{display:flex;align-items:center;gap:20px;background:white;border:1px solid #e1e9f0;border-radius:10px;margin:28px 0 0;padding:20px}.sx-assistance>span{display:flex;align-items:center;gap:12px;font-weight:700;margin-right:auto}.sx-assistance a{font-size:13px;color:#f50}
@media(min-width:1600px){.sx-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1200px){.sx-layout{grid-template-columns:210px minmax(0,1fr)}.sx-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sx-list .sx-product{grid-template-columns:90px 1fr 150px;gap:12px}.sx-list .sx-actions{grid-column:2/4;justify-self:end}.sx-list .sx-image{height:95px}.sx-suggest-columns{gap:12px}.sx-suggest-columns section+section{padding-left:12px}#search-suggestions.suggestions{left:-100px}}
@media(max-width:760px){#search-suggestions.suggestions{position:fixed;left:10px;right:10px;top:112px;width:auto;max-height:calc(100dvh - 125px);padding:16px}.sx-suggest-columns{grid-template-columns:1fr;gap:14px}.sx-suggest-columns section+section{border-left:0;border-top:1px solid #edf1f5;padding-left:0;padding-top:14px}.sx-suggest-columns h3{margin-bottom:6px}.sx-suggest-columns a,.sx-suggest-columns button{min-height:44px}.sx-suggest-columns section:first-child{display:flex;flex-wrap:wrap;gap:4px}.sx-suggest-columns section:first-child h3{width:100%}.sx-suggest-columns section:first-child button{width:auto;padding:6px 10px;background:#f4f7fa;border-radius:5px}.sx-suggest-product img{width:58px;height:58px}.sx-suggest-head{position:sticky;top:-16px;background:white;padding:8px 0;z-index:2}.sx-suggest-foot{display:none}.sx-layout{display:block}.sx-filters{margin-bottom:16px}.sx-filter-help{display:none}.sx-filters .catalog-facets>summary{min-height:48px}.sx-categories{display:flex;overflow:auto;padding-bottom:5px}.sx-categories a{flex:0 0 190px}.sx-toolbar{flex-wrap:wrap;gap:10px}.sx-toolbar>label{margin-left:0}.sx-toolbar>span{flex:1}.sx-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sx-grid .sx-image{height:155px}.sx-grid .sx-product{padding:10px}.sx-copy h2{font-size:13px}.sx-grid .sx-copy h2{min-height:54px}.sx-price{font-size:18px}.sx-list .sx-product{grid-template-columns:80px 1fr;gap:10px;padding:12px}.sx-list .sx-purchase{grid-column:2;border:0;padding:0}.sx-list .sx-actions{grid-column:1/3;justify-self:stretch}.sx-actions .button{min-height:44px}.sx-list .sx-copy dl{max-height:45px;overflow:hidden}.sx-list .sx-code{font-size:10px}.sx-assistance{flex-wrap:wrap;padding:18px}.sx-assistance>span{width:100%}.sx-empty{padding:30px 12px}.sx-heading h1{letter-spacing:-.6px}.sx-search-loading{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.sx-search-loading i{animation:none}}
#search-suggestions [data-query]{font:500 13px/1.5 'DM Sans',sans-serif;justify-content:flex-start;height:auto;min-height:43px;padding:8px 0;color:#193453;background:none;border:0;width:100%}#search-suggestions [data-query] span{font:inherit;line-height:1.5}#search-suggestions mark{background:transparent;color:#f50}#search-suggestions .sx-suggest-product>span>strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#search-suggestions .sx-suggest-columns a{justify-content:flex-start}#search-suggestions .sx-suggest-all{padding:12px!important}
@media(max-width:760px){#search-suggestions [data-query]{width:auto;font-size:12px;padding:7px 10px;background:#f3f7fa;border-radius:5px}}

/* Category artwork is shared with the full category pages. */
#search-suggestions .sx-suggest-cat .sx-category-image{display:block;width:56px;height:56px;flex:0 0 56px;object-fit:contain;background:#f6f9fc;border:1px solid #e7edf4;border-radius:8px;padding:4px}
#search-suggestions .sx-suggest-cat>span{min-width:0;line-height:1.4}
.sx-categories{grid-template-columns:repeat(4,minmax(0,1fr))}
.sx-categories a{min-width:0;min-height:108px;gap:12px;padding:12px}
.sx-categories a>span{min-width:0}
.sx-categories .sx-category-image{width:70px;height:70px;flex:0 0 70px;object-fit:contain;background:#f6f9fc;border-radius:7px;padding:4px}
.sx-categories a>.icon{width:18px;height:18px;flex:0 0 18px}
.sx-categories a:hover{border-color:#ff6800;box-shadow:0 5px 18px #233b5009}
/* Keep intrinsic bitmap dimensions inside the image area, above the title. */
.sx-page .sx-image{display:flex;align-items:center;justify-content:center;overflow:hidden}
.sx-page .sx-image img{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain}
.sx-page .sx-grid .sx-image{height:180px;flex:0 0 180px;margin:0 0 12px;padding:10px}
.sx-page .sx-list .sx-image img{height:100%;width:100%}
.sx-page .sx-grid .sx-copy h2{min-height:59px;line-height:1.4}
body.mz-store .sx-page .catalog-facets{border-color:#e1e9f0}
.sx-page .facet-group>summary{color:#142b47}
.sx-page .catalog-facets .facet-apply{position:static;margin-top:0;box-shadow:none;border-color:#e1e9f0}
.sx-page .catalog-facets .facet-group{border-color:#e8eef4}
.sx-page .facet-option>small{color:#607591}
@media(max-width:1200px) and (min-width:761px){.sx-categories{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
 .sx-categories a{flex-basis:240px;min-height:94px}
 .sx-categories .sx-category-image{width:60px;height:60px;flex-basis:60px}
 .sx-page .sx-grid .sx-image{height:155px;flex-basis:155px;padding:6px}
 .sx-page .sx-grid .sx-copy h2{min-height:55px}
}

/* parts-vehicle.css */
/* Shared selection summary: loaded by both department hubs and parts listings. */
body.mz-store .parts-vehicle-bar {
 display:flex!important; flex-wrap:wrap!important; align-items:center!important;
 justify-content:space-between!important; gap:14px 24px!important;
 padding:18px 20px!important; margin:0 0 22px!important;
 border:1px solid #dce6ef!important; border-left:4px solid #ff5100!important;
 border-radius:12px!important; background:#fff!important; color:#12223c!important;
 box-shadow:0 3px 14px #20385808!important; position:static!important;
}
body.mz-store .parts-vehicle-bar[hidden] { display:none!important; }
body.mz-store .parts-vehicle-bar .parts-vehicle-identity {
 display:flex!important; align-items:center!important; gap:14px!important;
 flex:1 1 320px!important; min-width:0!important;
}
body.mz-store .parts-vehicle-identity>.icon {
 display:block!important; width:30px!important; height:30px!important;
 flex:0 0 30px!important; color:#f4510b!important;
}
body.mz-store .parts-vehicle-identity>span { min-width:0; }
body.mz-store .parts-vehicle-bar small {
 display:block!important; margin:0 0 4px!important; font-size:11px!important;
 line-height:1.4!important; color:#6a7b91!important;
}
body.mz-store .parts-vehicle-bar strong {
 display:block!important; font-size:14px!important; line-height:1.55!important;
 font-weight:750!important; overflow-wrap:anywhere!important;
}
body.mz-store .parts-vehicle-bar .parts-vehicle-actions {
 display:flex!important; flex-wrap:wrap!important; align-items:center!important;
 gap:8px!important; width:auto!important; min-width:0!important;
}
body.mz-store .parts-vehicle-bar button {
 display:inline-flex!important; align-items:center!important; justify-content:center!important;
 padding:10px 14px!important; min-height:42px!important; margin:0!important;
 border:1px solid #dce6ef!important; border-radius:8px!important;
 background:#fff!important; color:#263c59!important; font:inherit!important;
 font-size:12px!important; font-weight:650!important; line-height:1.4!important;
 white-space:normal!important; cursor:pointer!important; transition:background .15s,border-color .15s;
}
body.mz-store .parts-vehicle-bar button[data-parts-change] {
 background:#fff5ee!important; border-color:#ffcfb5!important; color:#d94907!important;
}
body.mz-store .parts-vehicle-bar button[data-parts-clear] {
 width:42px!important; padding:0!important; font-size:23px!important; font-weight:400!important;
}
body.mz-store .parts-vehicle-bar button:hover { background:#f3f7fa!important; border-color:#aebfce!important; }
body.mz-store .parts-vehicle-bar button:focus-visible { outline:3px solid #ff9866; outline-offset:3px; }
body.mz-store .parts-vehicle-bar button:disabled { cursor:default!important; opacity:.65; }
body.mz-store .parts-vehicle-bar>p { flex-basis:100%; margin:0!important; font-size:12px!important; }
@media(max-width:600px) {
 body.mz-store .parts-vehicle-bar { padding:14px!important; gap:12px!important; }
 body.mz-store .parts-vehicle-bar .parts-vehicle-identity { flex-basis:100%!important; gap:10px!important; }
 body.mz-store .parts-vehicle-bar .parts-vehicle-actions { width:100%!important; justify-content:flex-start!important; }
 body.mz-store .parts-vehicle-bar strong { font-size:13px!important; }
 body.mz-store .parts-vehicle-bar button { min-height:44px!important; padding:10px!important; }
 body.mz-store .parts-vehicle-bar button[data-parts-clear] { width:44px!important; margin-left:auto!important; }
}
@media(prefers-reduced-motion:reduce) { body.mz-store .parts-vehicle-bar button { transition:none; } }
