:root{color-scheme:light;--ink:#24272b;--muted:#747980;--line:#e6e8eb;--accent:#d74721;--soft:#f7f8fa;--font:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:#fff;font-family:var(--font);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;color:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button:disabled{opacity:.6;cursor:wait}[hidden]{display:none!important}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin-top:0}.container{width:calc(100% - 96px);max-width:1216px;margin-inline:auto}.topbar{background:var(--soft);border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.topbar>.container{display:flex;align-items:center;justify-content:space-between;padding-block:8px}.topbar a{color:#555d65}.header{background:#fffc;backdrop-filter:blur(16px);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;gap:45px;min-height:93px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap}.brand-mark{display:block;position:relative;background:#25282c;color:white;font-size:19px;font-weight:800;letter-spacing:-1px;border-radius:10px;padding:9px 10px}.brand-mark>span{color:#ff724a;position:absolute;right:5px;top:-2px;font-size:18px}.brand-name{font-size:17px;line-height:1.15;letter-spacing:-.03em;font-weight:800}.brand-name>span{display:block;font-size:12px;font-weight:600;letter-spacing:.01em;margin-top:4px}.header nav{display:flex;gap:30px;margin-left:auto;font-size:14px}.header nav a{color:#737981}.header nav a:hover,.header nav .nav-current{color:var(--ink)}.header-phone{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.header-phone svg{width:17px;height:17px;color:var(--accent)}.menu-toggle{display:none;border:0;background:none;padding:8px}.intro{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:63px;padding-bottom:49px}.eyebrow{font-size:11px;letter-spacing:.105em;font-weight:700;color:var(--muted);margin-bottom:19px}h1{font-size:clamp(38px,4.3vw,59px);letter-spacing:-.055em;font-weight:700;line-height:1.14;margin-bottom:19px}h1>span{color:var(--accent)}.intro-description{font-size:14px;color:var(--muted);margin-bottom:0}.intro-contact{margin-top:25px;border-left:1px solid var(--line);padding-left:31px}.intro-contact>span{font-size:12px;color:var(--muted)}.intro-contact>a{display:block;font-size:20px;font-weight:600;margin-top:7px;white-space:nowrap}.intro-contact>a span{font-size:19px;margin-left:19px;color:var(--accent)}.intro-contact p{font-size:11px;color:var(--muted);margin:9px 0 0}h2{font-size:31px;font-weight:700;letter-spacing:-.04em;line-height:1.25;margin:0}.catalog-top{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:31px;margin-bottom:27px}.catalog-top h2{font-size:25px}.search{display:flex;align-items:center;gap:10px;padding:11px 15px;background:var(--soft);border:1px solid var(--line);border-radius:8px;width:430px}.search>svg{color:#8a9098;width:19px;height:19px;flex:none}.search input{background:transparent;border:0;width:100%;min-width:0;font-size:13px;outline:0;color:var(--ink)}.search input::placeholder{color:#8a9098}.search:focus-within{border-color:#a5adb7}.search button{background:transparent;border:0;padding:0 3px;color:#7c858f;line-height:1}.vehicle-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:23px}.vehicle-tabs button{display:flex;align-items:center;gap:25px;border:1px solid #e3e6ea;background:white;border-radius:7px;padding:12px 18px;font-size:14px;transition:border-color .16s,background .16s}.vehicle-tabs button>span{font-size:11px;color:#828a93;background:#f0f2f4;border-radius:4px;min-width:21px;text-align:center;padding:1px 4px}.vehicle-tabs button.active{background:var(--ink);border-color:var(--ink);color:white}.vehicle-tabs button.active>span{color:#dadfe5;background:#41454b}.vehicle-tabs button:hover{border-color:#979fa9}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding-top:18px;border-top:1px solid var(--line)}.part-filters{display:flex;gap:22px;flex-wrap:wrap}.part-filters button{background:none;border:0;padding:2px 0 7px;font-size:13px;color:#737b84;border-bottom:2px solid transparent}.part-filters button.active{color:var(--ink);border-bottom-color:var(--accent);font-weight:600}#result-count{font-size:12px;color:var(--muted);text-align:right}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:border-color .18s,box-shadow .18s;animation:appear .25s both}.product-card:hover{border-color:#c3c9d0;box-shadow:0 7px 21px #25304408}.product-image{display:block;position:relative;width:100%;height:190px;overflow:hidden;border:0;border-bottom:1px solid var(--line);background:#f3f4f6;padding:0}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.image-count{position:absolute;bottom:10px;left:10px;background:#fffe;padding:2px 6px;border-radius:4px;font-size:10px;color:#535c65}.product-body{padding:17px}.product-meta{font-size:10px;color:#808892;letter-spacing:.025em}.product-body h3{font-size:14px;font-weight:600;line-height:1.5;margin:7px 0 19px;min-height:42px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price{font-size:17px;font-weight:800;letter-spacing:-.02em;line-height:1.35}.product-price small{font-size:10px;font-weight:500;color:#7d858f;letter-spacing:0;margin-left:4px}.product-open{border:1px solid #e2e6eb;border-radius:5px;background:white;width:31px;height:31px;flex:none;font-size:20px;line-height:1;color:#5f6871}.product-open:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-message{grid-column:1/-1;padding:38px 22px;background:var(--soft);border-radius:9px;text-align:center;color:var(--muted);font-size:14px}.catalog-message strong{display:block;font-size:18px;margin-bottom:8px;color:var(--ink)}.catalog-message button{display:block;margin:18px auto 0;background:white;border:1px solid #d6dbe1;border-radius:6px;padding:9px 16px;font-size:13px}.currency-line{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);margin-top:24px}.currency-line>span{display:flex;align-items:center;gap:14px}.currency-line strong{font-size:12px;font-weight:600}.currency-line small{font-size:11px;color:var(--muted)}.currency-line button{background:none;border:0;display:flex;align-items:center;gap:7px;font-size:11px;color:#67717b;padding:3px}.currency-line button svg{width:15px;height:15px}.about{padding-top:72px;padding-bottom:67px;display:grid;grid-template-columns:1fr 1.1fr;gap:100px;border-bottom:1px solid var(--line)}.about-heading h2{font-size:37px}.about-heading>p:last-child{font-size:14px;color:var(--muted);max-width:360px;margin:22px 0 0}.service-list{display:flex;flex-direction:column;gap:23px}.service-list article{display:flex;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--line)}.service-list article:last-child{border:0;padding-bottom:0}.service-number{font-size:12px;color:var(--accent);padding-top:3px}.service-list h3{font-size:15px;font-weight:700;margin:0 0 6px}.service-list p{font-size:13px;color:var(--muted);margin:0}.contact{padding-top:62px;padding-bottom:50px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:29px}.section-title .eyebrow{margin-bottom:12px}.section-title>span{font-size:12px;color:var(--muted)}.branches{display:grid;grid-template-columns:1fr 1fr;gap:24px}.branches article{border:1px solid var(--line);border-radius:9px;padding:27px}.branches .eyebrow{color:var(--accent);font-size:10px;margin-bottom:13px}.branches h3{font-size:19px;letter-spacing:-.03em;margin:0 0 8px}.branches p:not(.eyebrow){font-size:13px;color:var(--muted);margin-bottom:20px}.branches a{display:block;font-size:16px;font-weight:600;line-height:1.8;max-width:235px}.branches a span{float:right;color:#8a929b;font-size:14px}.branches a:hover{color:var(--accent)}.social{margin-top:25px;padding:27px 0;display:flex;align-items:center;justify-content:space-between;gap:35px;border-bottom:1px solid var(--line)}.social h3{font-size:17px;letter-spacing:-.02em;margin:0 0 20px}.social-links{display:flex;gap:40px}.social-links>a{font-size:14px;font-weight:600}.social-links>a>span{color:var(--accent);margin-left:20px}.social-links small{display:block;font-size:11px;color:var(--muted);font-weight:400;margin-top:3px}.qr-link{display:flex;align-items:center;gap:15px}.qr-link img{display:block;background:white;border:1px solid var(--line);border-radius:8px;padding:5px}.qr-link>span{font-size:13px;font-weight:600}.qr-link small{font-size:11px;display:block;color:var(--muted);font-weight:400;max-width:130px;margin-top:4px}footer{display:flex;justify-content:space-between;gap:20px;color:#828a93;font-size:11px;padding-bottom:30px}footer>a:hover{color:var(--ink)}dialog{padding:0;border:1px solid #e1e5e9;border-radius:13px;width:min(860px,calc(100% - 32px));max-height:90vh;color:var(--ink);background:white;box-shadow:0 30px 100px #18202833;overscroll-behavior:contain}dialog::backdrop{background:#11182080;backdrop-filter:blur(5px)}dialog[open]{animation:appear .18s both}.dialog-close{position:absolute;right:14px;top:14px;z-index:2;width:33px;height:33px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:24px;line-height:1}.product-detail{display:grid;grid-template-columns:1fr 1fr}.detail-gallery{padding:27px;background:#f4f6f8;display:flex;flex-direction:column;justify-content:center;gap:13px}.detail-image{width:100%;height:275px;object-fit:cover;border-radius:6px}.detail-thumbs{display:flex;gap:8px}.detail-thumbs button{background:white;border:2px solid transparent;padding:0;border-radius:4px;overflow:hidden;opacity:.65}.detail-thumbs button[aria-pressed=true]{border-color:var(--accent);opacity:1}.detail-thumbs img{display:block;object-fit:cover;width:65px;height:55px}.detail-info{padding:55px 30px 35px}.detail-info .eyebrow{font-size:10px;color:var(--accent);margin-bottom:12px}.detail-info h2{font-size:27px;line-height:1.3}.detail-description{font-size:14px;color:var(--muted);margin:20px 0}.detail-price{font-size:26px;font-weight:800;margin:22px 0 5px;letter-spacing:-.035em}.detail-price small{font-size:12px;color:var(--muted);font-weight:500}.detail-rate-note{font-size:11px;color:var(--muted);margin-bottom:23px}.detail-actions{display:flex;flex-direction:column;gap:13px}.primary-button{border:0;background:var(--ink);color:white;padding:12px 16px;border-radius:6px;font-size:13px;display:flex;justify-content:space-between;gap:15px}.primary-button:hover{background:#42474f}.detail-actions>a:last-child{font-size:12px;color:#636e79}.skip-link{position:fixed;top:-70px;left:20px;padding:10px 18px;background:var(--ink);color:white;z-index:30}.skip-link:focus{top:10px}.noscript{padding:25px;background:#f8efeb;text-align:center}@keyframes appear{from{opacity:0}to{opacity:1}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.header-inner{gap:28px}.header nav{gap:22px}.intro{gap:30px}.intro-contact{padding-left:25px}.intro-contact>a{font-size:17px}.intro-contact p{max-width:190px}.product-grid{gap:17px}.product-image{height:170px}.product-body{padding:14px}.product-price{font-size:15px}.about{gap:60px}}
@media(max-width:800px){.container{width:calc(100% - 40px)}.header-inner{gap:18px;min-height:79px;flex-wrap:wrap}.brand{flex:1}.header nav{order:4;width:100%;display:none;justify-content:space-between;margin:0;padding:0 0 17px}.header nav.open{display:flex}.menu-toggle{display:block}.header-phone{font-size:12px}.header-phone svg{display:none}.brand-mark{font-size:17px;padding:8px 9px}.brand-name{font-size:16px}.intro{padding-top:39px;padding-bottom:34px}.intro-contact{display:none}h1{font-size:45px}.intro .eyebrow{font-size:10px}.intro-description{font-size:13px}.catalog-top{padding-top:25px;gap:20px}.catalog-top h2{font-size:23px;white-space:nowrap}.search{width:360px}.search input{font-size:12px}.vehicle-tabs{gap:7px}.vehicle-tabs button{font-size:13px;padding:10px 13px;gap:15px}.catalog-toolbar{align-items:flex-start}.part-filters{gap:15px}.part-filters button{font-size:12px}#result-count{font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}.product-image{height:230px}.product-body{padding:18px}.product-meta{font-size:11px}.product-body h3{font-size:15px;min-height:44px}.product-price{font-size:20px}.product-open{width:34px;height:34px}.currency-line>span{align-items:flex-start;flex-direction:column;gap:4px}.about{grid-template-columns:1fr 1fr;gap:35px;padding-top:49px;padding-bottom:45px}.about-heading h2{font-size:29px}.about-heading>p:last-child{font-size:13px}.service-list{gap:18px}.service-list article{gap:12px;padding-bottom:16px}.service-list p{font-size:12px}.service-list h3{font-size:14px}.contact{padding-top:45px;padding-bottom:30px}.contact h2{font-size:28px}.section-title>span{font-size:11px}.branches{gap:16px}.branches article{padding:20px}.branches h3{font-size:17px}.branches a{font-size:14px}.branches p:not(.eyebrow){font-size:12px}.social{gap:20px;align-items:flex-start}.social h3{font-size:15px}.social-links{gap:24px}.qr-link{gap:10px}.qr-link>span{display:none}.qr-link img{width:96px;height:96px}.product-detail{grid-template-columns:1fr}.detail-info{padding:25px}.detail-gallery{padding:25px}.detail-image{height:250px}footer{font-size:10px}}
@media(max-width:500px){.topbar{font-size:10px}.header-inner{gap:10px}.header-phone{font-size:11px}.brand-name{font-size:14px}.brand-name>span{font-size:10px}.brand-mark{font-size:16px;padding:7px 8px}.menu-toggle{padding:5px}.menu-toggle svg{width:20px;height:20px}h1{font-size:38px}.intro{padding-top:32px;padding-bottom:31px}.intro-description{max-width:285px;font-size:12px}.intro .eyebrow{font-size:9px;letter-spacing:.07em}.catalog-top{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:20px}.catalog-top h2{font-size:23px}.search{width:100%;padding:11px 12px}.search input{font-size:14px}.vehicle-tabs{display:flex;gap:7px}.vehicle-tabs button{font-size:12px;padding:9px 11px;gap:11px}.vehicle-tabs button>span{font-size:10px;min-width:18px}.catalog-toolbar{flex-direction:column;gap:10px;padding-top:15px;margin-bottom:17px}.part-filters{gap:16px}.part-filters button{font-size:11px}.product-grid{gap:12px}.product-image{height:155px}.product-body{padding:12px}.product-meta{font-size:9px}.product-body h3{font-size:13px;min-height:39px;margin-top:6px;margin-bottom:14px}.product-price{font-size:16px}.product-price small{font-size:9px;display:block;margin:1px 0 0}.product-open{width:29px;height:29px;font-size:19px}.image-count{font-size:9px;padding:2px 5px;bottom:8px;left:8px}.currency-line{gap:12px;margin-top:18px;padding-block:16px}.currency-line strong{font-size:10px}.currency-line small{font-size:9px}.currency-line button{font-size:10px;max-width:97px}.currency-line button svg{flex:none}.about{grid-template-columns:1fr;gap:30px}.about-heading h2{font-size:31px}.about-heading>p:last-child{font-size:13px;max-width:300px;margin-top:17px}.service-list p{font-size:13px}.service-list h3{font-size:14px}.section-title{align-items:flex-start;flex-direction:column;gap:11px}.contact h2{font-size:27px}.branches{grid-template-columns:1fr}.branches article{padding:23px}.branches h3{font-size:18px}.branches a{font-size:16px}.social{gap:12px;align-items:center}.social h3{font-size:14px;max-width:185px;margin-bottom:14px}.social-links{flex-direction:column;gap:14px}.social-links>a{font-size:13px}.qr-link img{width:105px;height:105px}.social-links small{font-size:10px}footer{flex-wrap:wrap;gap:13px}footer>span{width:100%}.detail-info h2{font-size:25px}.detail-image{height:220px}.detail-thumbs img{width:59px;height:51px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* One floating control follows the product dialog into the top layer. */
.theme-dock{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:calc(20px + env(safe-area-inset-bottom));z-index:20}
.theme-switch{display:flex;align-items:center;gap:11px;min-height:56px;padding:9px 16px 9px 10px;border:1px solid #dce3eb;border-radius:40px;background:#ffffffed;color:#313e50;box-shadow:0 5px 24px #1829401a;font-size:12px;font-weight:700;backdrop-filter:blur(12px);transition:background .35s,border-color .35s,box-shadow .25s,transform .25s}
.theme-switch:hover{transform:translateY(-2px);box-shadow:0 9px 28px #18294026}.theme-switch:active{transform:translateY(0) scale(.97)}.theme-switch:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.theme-label{min-width:25px;text-align:center}
.theme-track{position:relative;display:block;width:66px;height:34px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#72bdf2,#bcdef7);box-shadow:inset 0 1px 5px #214f6b24;transition:background .4s}
.theme-orb{position:absolute;left:5px;top:5px;width:24px;height:24px;border-radius:50%;background:#ffcc50;box-shadow:0 0 10px #ffefaf;transition:transform .55s cubic-bezier(.22,1,.36,1),background .4s,box-shadow .4s}
.theme-orb::before{content:"";position:absolute;inset:-4px;border:2px dotted #fff0b1;border-radius:50%;animation:sun-turn 18s linear infinite;transition:opacity .3s}.theme-orb::after{content:"";position:absolute;width:23px;height:23px;left:8px;top:-6px;border-radius:50%;background:#223652;opacity:0;transform:translate(10px,-10px);transition:opacity .35s,transform .55s cubic-bezier(.22,1,.36,1)}
.theme-cloud{position:absolute;right:5px;bottom:7px;width:21px;height:6px;background:#fff;border-radius:10px;opacity:.85;box-shadow:-4px -3px 0 -1px #fff,-9px 1px 0 -1px #fff;transition:transform .4s,opacity .3s}
.theme-stars{position:absolute;top:8px;left:13px;width:3px;height:3px;border-radius:50%;background:#f5f2dc;box-shadow:12px 5px #f5f2dc,3px 15px #f5f2dc,18px 17px 0 -1px #f5f2dc;opacity:0;transform:translateY(8px);transition:opacity .4s .1s,transform .5s}
.theme-switch[aria-checked=true] .theme-track{background:#223652}.theme-switch[aria-checked=true] .theme-orb{transform:translateX(32px);background:#eee9ce;box-shadow:0 0 9px #edf0ff45}.theme-switch[aria-checked=true] .theme-orb::before{opacity:0}.theme-switch[aria-checked=true] .theme-orb::after{opacity:1;transform:translate(0,0)}.theme-switch[aria-checked=true] .theme-cloud{transform:translateX(25px);opacity:0}.theme-switch[aria-checked=true] .theme-stars{opacity:1;transform:translateY(0)}
@keyframes sun-turn{to{transform:rotate(360deg)}}
body,.header,.product-card,.search,.branches article,.order-contact,#product-dialog,.product-page-bar{transition:background-color .3s,color .3s,border-color .3s}
body>footer{padding-bottom:100px}#product-dialog .product-detail{padding-bottom:110px}
html[data-theme=dark]{color-scheme:dark;--ink:#e9eef5;--muted:#a6b2c2;--line:#344051;--accent:#ff986e;--soft:#1c2735}
html[data-theme=dark] body{background:#111821;color:var(--ink)}
html[data-theme=dark] .header{background:#111821ed}html[data-theme=dark] .brand-mark{background:#2b3849}
html[data-theme=dark] :is(.product-card,.branches article,.vehicle-tabs button,.product-open,.catalog-message button){background:#1a2431;border-color:var(--line);color:var(--ink)}
html[data-theme=dark] :is(.product-image,.detail-enlarge){background:#151e29;border-color:var(--line)}
html[data-theme=dark] :is(.header nav a,.topbar a,.part-filters button,.product-meta,.currency-line button,.social-links small,footer,.gallery-caption,.gallery-help){color:#aab7c8}
html[data-theme=dark] :is(.header nav a:hover,.header nav .nav-current,.part-filters button.active){color:#f1f5fb}
html[data-theme=dark] .vehicle-tabs button>span{background:#2d3a4c;color:#c3cddd}html[data-theme=dark] .vehicle-tabs button.active{background:#ff986e;border-color:#ff986e;color:#17202b}html[data-theme=dark] .vehicle-tabs button.active>span{background:#17202b25;color:#17202b}
html[data-theme=dark] .search input{color:#eef3fa}html[data-theme=dark] .search input::placeholder{color:#a6b2c2}
html[data-theme=dark] :is(.product-price .price-usd,.detail-price .price-usd){color:#afbdce}
html[data-theme=dark] .image-count{background:#17202be8;color:#e3eaf3}
html[data-theme=dark] #product-dialog{background:#111821;color:var(--ink)}html[data-theme=dark] .product-page-bar{background:#111821f5}
html[data-theme=dark] :is(.enlarge-hint,.gallery-caption button,.order-phone button,.copy-fallback input){background:#263345;color:var(--ink);border-color:#435269}
html[data-theme=dark] #product-dialog .detail-thumbs button{background:#253243}
html[data-theme=dark] .order-contact{background:#1a2431}html[data-theme=dark] .order-contact #copy-status{color:#86dbad}
html[data-theme=dark] #product-dialog .primary-button{background:#ff986e;color:#17202b}html[data-theme=dark] #product-dialog .primary-button:hover{background:#ffae8c}html[data-theme=dark] .detail-actions>a:last-child{color:#b7c7db}
html[data-theme=dark] .theme-switch{background:#1c2735ed;border-color:#435269;color:#e6edf7;box-shadow:0 7px 26px #0005}
@media(max-width:500px){.theme-dock{right:max(14px,env(safe-area-inset-right));bottom:calc(14px + env(safe-area-inset-bottom))}.theme-switch{min-height:52px;padding:8px 12px 8px 8px;gap:8px;font-size:11px}}
body.product-overlay-open{overflow:hidden}
#product-dialog{inset:0;margin:0;width:100%;max-width:100vw;height:100vh;height:100dvh;max-height:100dvh;border:0;border-radius:0;overflow-y:auto;background:white;scroll-padding-top:100px}
.product-page-bar{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px max(24px,calc((100vw - 1216px)/2));border-bottom:1px solid var(--line);background:#fffffff5;backdrop-filter:blur(12px)}
.product-page-bar .dialog-close{position:static;width:auto;height:auto;min-height:44px;display:flex;align-items:center;gap:12px;border:0;border-radius:6px;font-size:22px;padding:7px 12px 7px 0;background:transparent}
.product-page-bar .dialog-close span{font-size:13px;font-weight:600}.product-page-brand{font-size:17px;font-weight:800;letter-spacing:-.04em}.product-page-brand>span{color:var(--accent);margin-left:3px}.product-page-hours{font-size:11px;color:var(--muted)}
#product-dialog .product-detail{max-width:1264px;margin:auto;padding:45px 24px 65px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:60px;align-items:start}
#product-dialog .detail-gallery{background:none;padding:0;gap:13px;min-width:0}
.detail-enlarge{position:relative;border:1px solid var(--line);border-radius:14px;background:#f6f7f9;overflow:hidden;width:100%;height: min(57vh,520px);min-height:320px;padding:20px;cursor:zoom-in;display:grid;place-items:center}
#product-dialog .detail-image{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:0}
.enlarge-hint{position:absolute;bottom:16px;right:16px;background:white;border:1px solid var(--line);border-radius:7px;padding:7px 11px;font-size:12px;color:#414950;box-shadow:0 2px 6px #00000006}
.gallery-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;color:#727b85;font-size:12px}.gallery-caption>div{display:flex;gap:7px}.gallery-caption button{height:44px;width:44px;border:1px solid var(--line);background:white;border-radius:6px;font-size:20px}
#product-dialog .detail-thumbs{gap:10px;flex-wrap:wrap}#product-dialog .detail-thumbs button{opacity:.8;border-radius:8px;padding:4px;background:#f4f6f8}#product-dialog .detail-thumbs button[aria-pressed=true]{opacity:1}#product-dialog .detail-thumbs img{width:86px;height:65px;object-fit:contain}.gallery-help{font-size:11px;color:var(--muted);margin:0}.detail-image-error{max-width:250px;font-size:14px;color:var(--muted)}
#product-dialog .detail-info{padding:8px 0 0;min-width:0}#product-dialog .detail-info h2{font-size:clamp(28px,3vw,42px);line-height:1.18;overflow-wrap:anywhere}#product-dialog .detail-info .eyebrow{margin-bottom:17px}#product-dialog .detail-price{font-size:28px;margin-top:25px;line-height:1.5}#product-dialog .detail-rate-note{margin:7px 0 25px}#product-dialog .detail-description{white-space:pre-line;overflow-wrap:anywhere;margin:10px 0 25px;font-size:14px}
.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 27px;padding-block:19px;border-block:1px solid var(--line)}.product-specs dt{font-size:11px;color:var(--muted);margin-bottom:5px}.product-specs dd{margin:0;font-size:14px;font-weight:600;overflow-wrap:anywhere}.product-description h3{font-size:14px;font-weight:700;margin:0}
#product-dialog .detail-actions{gap:16px}#product-dialog .primary-button{width:100%;font-family:var(--font);font-weight:600;min-height:51px;align-items:center;padding:14px 19px;font-size:14px}
.order-contact{border:1px solid var(--line);border-radius:10px;padding:19px;background:#fafbfc}.order-contact h3{font-size:14px;margin:0 0 8px}.order-contact>p{font-size:11px;line-height:1.7;color:var(--muted);margin:0 0 15px}.order-phone{display:flex;gap:12px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:14px 0}.order-phone>div{min-width:0}.order-phone span{font-size:10px;color:var(--muted);display:block;margin-bottom:3px}.order-phone a{font-size:16px;font-weight:700;white-space:nowrap}.order-phone a:hover{color:var(--accent)}.order-phone button{background:white;border:1px solid #d6dce2;border-radius:5px;padding:10px 9px;min-height:44px;font-size:11px}.order-contact #copy-status{color:#286043;margin:4px 0 0}.copy-fallback{font-size:11px;display:block;margin-top:12px}.copy-fallback input{display:block;width:100%;padding:10px;margin-top:7px;border:1px solid #cbd2d9;border-radius:6px;background:white;color:var(--ink);font-size:16px}
#image-viewer{inset:0;margin:0;width:100%;max-width:100vw;height:100vh;height:100dvh;max-height:100dvh;border:0;border-radius:0;padding:0;background:#101316;color:white;overflow:hidden;animation:none}
#image-viewer[open]{display:flex;flex-direction:column}#image-viewer::backdrop{background:#101316}
.viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:25px;flex:none;padding:17px 28px;border-bottom:1px solid #ffffff20}.viewer-toolbar>div:first-child{min-width:0}#viewer-title{font-size:17px;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#viewer-counter{margin:5px 0 0;color:#a6adb5;font-size:12px}.viewer-tools{display:flex;gap:9px;flex:none}.viewer-tools button,#image-viewer .viewer-footer button{background:#23282e;border:1px solid #3f4650;color:white;border-radius:7px;min-width:44px;min-height:44px;padding:8px 13px;font-size:20px}.viewer-tools button>span{font-size:12px;vertical-align:middle;margin-left:5px}#viewer-close{font-size:27px;padding-block:0}
.viewer-stage{position:relative;flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;touch-action:pan-x pan-y pinch-zoom}.viewer-canvas{width:100%;height:100%;display:grid;place-items:center;padding:20px}.viewer-canvas.zoomed{width:200%;height:200%;padding:0;cursor:move}#viewer-image{width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;user-select:none}.viewer-error{font-size:14px;color:#c0c6cc;max-width:360px;text-align:center;padding:20px}
#image-viewer .viewer-footer{flex:none;width:100%;margin:0;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #ffffff20;color:#a6adb5;font-size:11px}#image-viewer .viewer-footer button{font-size:18px;display:flex;align-items:center;gap:9px}#image-viewer .viewer-footer button span{font-size:12px}#image-viewer button:focus-visible{outline:2px solid #ff9c80;outline-offset:3px}
@media(max-width:800px){.product-page-bar{padding:10px 20px}.product-page-hours{display:none}.product-page-brand{font-size:14px}#product-dialog .product-detail{grid-template-columns:1fr;gap:30px;padding:24px 20px 40px;max-width:650px}.detail-enlarge{height:42vh;min-height:260px;max-height:420px}#product-dialog .detail-info{padding:0}#product-dialog .detail-info h2{font-size:31px}#product-dialog .detail-price{font-size:25px}.viewer-toolbar{padding:12px 15px;gap:14px}#viewer-title{font-size:14px}#image-viewer .viewer-footer{padding:12px 15px}#image-viewer .viewer-footer>span{display:none}.viewer-canvas{padding:10px}}
@media(max-width:420px){.product-page-bar{gap:10px;padding-inline:16px}.product-page-bar .dialog-close{gap:7px}.product-page-bar .dialog-close span{font-size:11px}.product-page-brand{font-size:12px}#product-dialog .product-detail{padding-inline:16px}.detail-enlarge{height:34vh;min-height:240px;padding:12px}#product-dialog .detail-thumbs img{width:70px;height:55px}.enlarge-hint{right:10px;bottom:10px;font-size:10px}#product-dialog .detail-price{font-size:22px}.order-contact{padding:14px}.order-phone{gap:8px}.order-phone a{font-size:14px}.order-phone button{font-size:10px;padding-inline:7px}.viewer-tools{gap:6px}.viewer-tools button{padding-inline:9px}.viewer-tools button>span{margin-left:0}}

/* Alibaba-uslubidagi mahsulot oynasi: kompyuterda katta modal, telefonda to‘liq ekran. */
#product-dialog{inset:auto;width:min(1160px,calc(100vw - 48px));height:auto;max-width:1160px;max-height:min(88vh,880px);margin:auto;border:1px solid var(--line);border-radius:16px;overflow:auto;box-shadow:0 28px 90px #0b172840;scroll-padding-top:76px}
#product-dialog::backdrop{background:#0c18266e;backdrop-filter:blur(5px)}
.product-page-bar{padding:12px 22px;min-height:68px}.product-page-hours{font-size:12px}.product-page-bar .dialog-close{margin-left:auto;padding:8px 0 8px 12px;font-size:26px}.product-page-bar .dialog-close span{font-size:12px}
#product-dialog .product-detail{padding:30px 34px 40px;gap:38px;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)}
.detail-enlarge{height:min(50vh,440px);min-height:280px}.product-specs{gap:12px}.order-contact{max-height:360px;overflow:auto}
@media(max-width:800px){#product-dialog{inset:0;width:100%;max-width:100vw;height:100vh;height:100dvh;max-height:100dvh;border:0;border-radius:0;margin:0}.product-page-bar{padding:10px 20px}#product-dialog .product-detail{grid-template-columns:1fr;gap:30px;padding:24px 20px 40px;max-width:650px}.detail-enlarge{height:42vh;min-height:260px;max-height:420px}}
.product-bottom{flex-wrap:wrap;align-items:flex-end}.product-price{flex:1 1 150px;min-width:0;font-size:16px;line-height:1.6}.price-uzs{display:block}.product-price .price-usd,.detail-price .price-usd{display:block;margin:5px 0 0;font-size:12px;color:#69727c;letter-spacing:0;font-weight:500}.detail-price{font-size:23px;line-height:1.5}.detail-price .price-usd{font-size:16px}.vehicle-tabs button{max-width:100%;overflow-wrap:anywhere}.vehicle-tabs button>span{flex:none}.product-meta,.product-body h3{overflow-wrap:anywhere}.part-filters button{overflow-wrap:anywhere;max-width:100%}@media(max-width:500px){.product-price{font-size:13px;flex-basis:100%}.product-price .price-usd{font-size:10px}.product-open{margin-left:auto}.detail-price{font-size:20px}.vehicle-tabs button{gap:10px}}
.intro{position:relative;isolation:isolate;min-height:355px;padding:63px 54px 49px;border-radius:0 0 22px 22px;background:linear-gradient(90deg,#090c0fef 0%,#10151ae6 50%,#1014177d 100%),url('autoparts-hero-v2.png') center/cover no-repeat;color:white;box-shadow:0 20px 42px #10182022}.intro::after{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(115deg,transparent 35%,#ff4e1f12 100%)}.intro .eyebrow,.intro-description,.intro-contact>span,.intro-contact p{color:#d4d8dc}.intro-contact{border-color:#ffffff3d}.intro-contact>a span{color:#ff8c68}.currency-actions{display:flex;align-items:center;gap:15px}.currency-picker{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);background:white;border-radius:7px}.currency-picker>span{font-size:10px;color:var(--muted);padding:0 7px}.currency-picker button{border:0;background:transparent;border-radius:4px;padding:6px 9px;font-size:11px;font-weight:800;color:#68727c}.currency-picker button.active{background:var(--ink);color:white}.price-usd-main{display:block}.product-price .price-uzs-alt,.detail-price .price-uzs-alt{display:block;margin:5px 0 0;font-size:12px;color:#69727c;letter-spacing:0;font-weight:500}.detail-price .price-uzs-alt{font-size:16px}@media(max-width:800px){.intro{padding:45px 34px 38px}.currency-line{align-items:flex-start}.currency-actions{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:500px){.intro{min-height:0;padding:37px 22px 33px;border-radius:0 0 16px 16px;background-position:62% center}.currency-line{flex-direction:column}.currency-actions{width:100%;justify-content:space-between}.currency-picker>span{display:none}.currency-picker button{padding:7px 12px}.product-price .price-uzs-alt{font-size:9px}.detail-price .price-uzs-alt{font-size:14px}}
