/* 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 */
@charset "UTF-8";
: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') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/fonts/manrope.woff2') 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}
.variant-swatch.is-unavailable img{opacity:.45}
.variant-swatch-unavailable{position:absolute;top:2px;right:3px;color:#6e7771;background:#fff;border-radius:4px;font-size:14px;padding:0 3px}
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}}
