html{scroll-padding-top:calc(var(--of-header-offset) + var(--of-page-title-bar))}body,html{height:100%;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}:root{--of-blue-950:#0a1628;--of-blue-900:#0c2340;--of-blue-800:#123a6b;--of-blue-700:#1a5084;--of-primary:#1a5fb4;--of-primary-dark:#154a8c;--of-blue-100:#e3eefc;--of-blue-50:#f0f6ff;--of-surface:#f0f4fa;--of-orange-600:#e85d1a;--of-orange-500:#f26c22;--of-orange-400:#ff8a3d;--of-price:#f26c22;--of-text:#1a2332;--of-muted:#5a6b7d;--of-border:#d0ddee;--of-radius-lg:10px;--of-radius:10px;--of-shadow:0 10px 40px rgba(10,35,64,0.1);--of-shadow-sm:0 4px 20px rgba(10,35,64,0.06);--of-brand-mint:#0d9488;--of-ink:#0a1628;--of-strip-gradient:linear-gradient(90deg,#1a5fb4,#2f7bd8 25%,#5a92d8 45%,#f26c22 75%,#ff8a3d);--of-cta:linear-gradient(135deg,var(--of-orange-600) 0%,var(--of-orange-400) 100%);--of-header-offset:calc(76px + env(safe-area-inset-top, 0px));--of-page-title-bar:46px}body{background:var(--of-surface);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--of-text);-webkit-font-smoothing:antialiased}.page{width:min(1200px,95%);max-width:100%;margin:0 auto;padding-top:var(--of-header-offset);box-sizing:border-box}.header{position:fixed;top:0;left:0;width:100%;min-height:56px;background:linear-gradient(180deg,#ffffff,#fafdff);backdrop-filter:blur(12px);border-bottom:1px solid var(--of-border);box-shadow:0 4px 24px rgba(10,35,64,.07);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;z-index:999}.header-accent-bar{height:3px;width:100%;background:var(--of-strip-gradient);flex-shrink:0}.header-inner{width:min(1200px,95%);max-width:100%;margin:0 auto;align-items:center;min-height:52px;box-sizing:border-box;padding:6px 0}.header-inner,.logo{display:flex;min-width:0}.logo{flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;flex:0 1 auto;max-width:min(220px,32vw)}.logo .logo-img,.logo img{max-height:40px;width:auto;height:auto;display:block}.logo-text{font-size:10px;color:var(--of-muted);margin-top:2px;line-height:1.2;text-align:left;max-width:100%;word-wrap:break-word;font-weight:600;letter-spacing:.02em}.menu{display:flex;gap:4px;margin-left:32px;flex:1 1 auto;min-width:0;align-items:center}.menu-link{font-size:14px;font-weight:600;color:var(--of-blue-800);cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease;text-decoration:none;padding:8px 14px;border-radius:var(--of-radius)}.menu-link:hover{color:var(--of-primary);background:var(--of-blue-50);box-shadow:inset 0 0 0 1px rgba(26,95,180,.12)}.menu-link-muted{color:var(--of-muted)}.menu-link-muted:hover{color:var(--of-primary)}.header-right{margin-left:auto;display:flex;align-items:center;flex:0 0 auto;min-width:0;gap:10px}.shop-login-btn{text-decoration:none;background:var(--of-cta);color:#fff;margin-right:10px;padding:9px 16px;border-radius:6px;font-size:13px;font-weight:800;border:none;box-shadow:0 4px 14px rgba(242,108,34,.32);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.shop-login-btn:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 8px 22px rgba(242,108,34,.42)}.home-hero{margin:0 0 7px;border-radius:var(--of-radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--of-blue-900) 0,var(--of-blue-800) 45%,var(--of-blue-700) 100%);box-shadow:var(--of-shadow);border:1px solid rgba(255,255,255,.08)}.home-hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:stretch;padding:14px 16px 16px 18px;min-height:0}.home-hero-copy{min-width:0}.home-hero-kicker{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--of-orange-400);margin-bottom:5px}.home-hero-title{font-size:clamp(1.2rem,2.1vw,1.72rem);font-weight:800;line-height:1.22;color:#fff;letter-spacing:-.03em;margin:0 0 6px;max-width:36ch}.home-hero-desc{font-size:14px;line-height:1.55;color:rgba(255,255,255,.88);margin:0 0 8px;max-width:52ch}.home-hero-ctas{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:var(--of-radius);font-size:14px;font-weight:800;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease}.hero-cta-primary{background:var(--of-cta);color:#fff;box-shadow:0 8px 24px rgba(242,108,34,.45)}.hero-cta-primary:hover{transform:translateY(-2px);filter:brightness(1.05)}.hero-cta-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.35)}.hero-cta-secondary:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}.home-hero-badges{list-style:none;display:flex;flex-wrap:wrap;gap:5px;margin:0;padding:0}.home-hero-badges li{font-size:12px;font-weight:600;color:var(--of-blue-100);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);padding:4px 9px;border-radius:var(--of-radius)}.home-hero-panel{display:flex;align-items:stretch;min-width:0}.home-hero-panel-inner{width:100%;border-radius:var(--of-radius);padding:12px 12px 10px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:5px}.home-hero-panel-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--of-orange-400)}.home-hero-panel-title{font-size:17px;font-weight:800;color:#fff;margin:0;line-height:1.3}.home-hero-panel-sub{font-size:13px;line-height:1.5;color:rgba(255,255,255,.82);margin:0;flex:1}.home-hero-panel-stat{display:flex;align-items:baseline;gap:8px;margin-top:4px;padding-top:8px;border-top:1px solid rgba(255,255,255,.15)}.home-hero-stat-num{font-size:28px;font-weight:800;color:var(--of-orange-400);line-height:1}.home-hero-stat-txt{font-size:12px;font-weight:600;color:rgba(255,255,255,.85);max-width:16ch;line-height:1.35}.vehicle-clear-inline{border:none;background:transparent;color:#b91c1c;font-size:12px;font-weight:700;cursor:pointer;padding:2px 0;margin-left:auto;flex-shrink:0;transition:all .15s ease}.vehicle-clear-inline:hover{color:#991b1b;text-decoration:underline}@media (max-width:900px){.home-hero-inner{grid-template-columns:1fr;padding:12px 14px 14px}.home-hero-panel{display:none}.home-hero-title{max-width:none}}.container{width:100%;margin:4px 0;display:grid;grid-template-columns:360px minmax(0,1fr);gap:5px;min-height:0}.car-left{position:sticky;display:flex;flex-direction:column;top:var(--of-header-offset);height:calc(100vh - var(--of-header-offset));min-height:0;background:#fff;padding:8px;border-radius:var(--of-radius-lg);border:1px solid var(--of-border);box-shadow:var(--of-shadow-sm)}.car-left h4{margin-top:5px;margin-bottom:5px;font-size:15px}.car-box{flex:none;min-height:0;display:flex;flex-direction:column;background:var(--of-blue-50);border-radius:var(--of-radius);border:1px solid var(--of-border);margin-bottom:6px;overflow:hidden}.car-header{display:flex;justify-content:space-between;align-items:center}.car-info-text{flex:1}.car-header .car-info{display:flex;align-items:center;gap:12px;width:100%}.car-icon{font-size:26px;background:linear-gradient(145deg,var(--of-blue-100),#fff);width:48px;height:48px;border-radius:var(--of-radius);display:flex;align-items:center;justify-content:center;border:1px solid var(--of-border)}.car-header h4{margin:0;font-size:16px;font-weight:800;color:var(--of-blue-900)}.car-header p{font-size:12px;color:var(--of-muted)}.arrow{font-size:26px;transition:.3s}.rotate{transform:rotate(180deg)}.car-content{margin-top:5px;border-top:1px solid #eee}.car-panel-shell{position:relative;z-index:5;max-height:240px;display:flex;flex-direction:column;overflow:hidden;margin-left:-1px;margin-right:-1px;margin-bottom:-1px;padding:0 8px 8px;border-radius:0 0 var(--of-radius) var(--of-radius);background:linear-gradient(180deg,#fbfdff 0,var(--of-blue-50) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.car-panel-shell:not(:has(.vehicle-quick-root)){overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(26,95,180,.35) transparent}.car-panel-shell:not(:has(.vehicle-quick-root))::-webkit-scrollbar{width:5px}.car-panel-shell:not(:has(.vehicle-quick-root))::-webkit-scrollbar-thumb{background:rgba(26,95,180,.38);border-radius:999px}.car-panel-shell:not(:has(.vehicle-quick-root))::-webkit-scrollbar-track{background:transparent}.car-panel-shell .vehicle-quick-root{display:flex;flex-direction:column;min-height:0;flex:1}.car-panel-shell .vehicle-quick-body{flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding:4px 2px 10px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(26,95,180,.35) transparent}.car-panel-shell .vehicle-quick-body::-webkit-scrollbar{width:5px}.car-panel-shell .vehicle-quick-body::-webkit-scrollbar-thumb{background:rgba(26,95,180,.38);border-radius:999px}.car-panel-shell .vehicle-quick-body::-webkit-scrollbar-thumb:hover{background:rgba(26,95,180,.55)}.car-panel-shell .vehicle-quick-body::-webkit-scrollbar-track{background:transparent}.car-panel-shell .vehicle-quick-actions{flex-shrink:0;margin-top:auto;padding-top:8px;border-top:1px solid rgba(208,221,238,.85);background:linear-gradient(180deg,transparent,rgba(255,255,255,.65))}.car-panel-shell .vehicle-pick-chips{gap:6px 8px}.car-panel-shell .vehicle-pick-chips--year{gap:6px;grid-template-columns:repeat(auto-fill,minmax(44px,1fr))}.car-panel-shell .vehicle-chip--pick.vehicle-chip--brand{min-height:28px;padding:3px 10px;font-size:12px;line-height:1.2}.car-panel-shell .vehicle-chip--pick.vehicle-chip--model{min-height:26px;padding:2px 9px;font-size:12px;line-height:1.2}.car-panel-shell .vehicle-chip--pick.vehicle-chip--brand.vehicle-chip--selected,.car-panel-shell .vehicle-chip--pick.vehicle-chip--model.vehicle-chip--selected,.car-panel-shell .vehicle-chip--pick.vehicle-chip--year.vehicle-chip--selected{padding:2px 8px}.car-panel-shell .vehicle-chip--year{min-height:26px;padding:3px 5px;font-size:11px}.car-panel-shell .vehicle-breadcrumb-chips{display:flex;align-items:center;gap:5px;padding:5px 2px 4px}.car-panel-shell .vehicle-quick-advanced-row{padding:4px 2px 8px}.car-panel-shell .vehicle-quick-advanced-btn{padding:4px 10px;font-size:11px}.vehicle-advanced-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 2px 8px;padding:8px 10px;border-radius:var(--of-radius);background:linear-gradient(135deg,rgba(26,95,180,.06),rgba(242,108,34,.06));border:1px solid rgba(208,221,238,.95)}.vehicle-advanced-head-label{font-size:13px;font-weight:800;color:var(--of-blue-900);letter-spacing:-.02em}.vehicle-quick-root{display:flex;flex-direction:column;gap:0;min-height:0}.vehicle-quick-advanced-row{display:flex;justify-content:flex-end;padding:6px 2px 10px;border-bottom:1px solid rgba(208,221,238,.65)}.vehicle-quick-advanced-btn{flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:700;color:var(--of-blue-900);background:#fff;border:1px solid var(--of-border);border-radius:var(--of-radius);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.vehicle-quick-advanced-btn:hover{border-color:rgba(26,95,180,.45);color:var(--of-primary);box-shadow:0 2px 10px rgba(26,95,180,.12)}.vehicle-breadcrumb-chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 2px 5px}.vehicle-chip{box-sizing:border-box;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease}.vehicle-chip:focus-visible{outline:2px solid var(--of-primary);outline-offset:2px}.vehicle-chip--pick{margin:0;border-radius:999px;letter-spacing:-.02em;border:1px solid rgba(26,95,180,.35);color:var(--of-text);line-height:1.2}.vehicle-chip--pick,.vehicle-chip--pick.vehicle-chip--brand{padding:7px 14px;font-size:13px;font-weight:600;background:#fff}.vehicle-chip--pick.vehicle-chip--brand{min-height:36px;border:1px solid #fed7aa;color:#333}.vehicle-chip--pick.vehicle-chip--model{min-height:32px;padding:5px 11px;font-weight:500;font-size:12.5px;border-radius:999px;background:#f8f9fa;border:1px solid #e5e7eb;color:#444}.vehicle-chip--pick.vehicle-chip--brand:hover:not(.vehicle-chip--selected){border-color:#fdba74;background:#fff7ed;color:#ea580c}.vehicle-chip--pick.vehicle-chip--model:hover:not(.vehicle-chip--selected){border-color:#fed7aa;background:#fff7ed;color:#ea580c}.vehicle-chip--pick.vehicle-chip--brand.vehicle-chip--selected{background:#f97316;border:1px solid #f97316;color:#fff;font-weight:600;padding:6px 12px}.vehicle-chip--pick.vehicle-chip--brand.vehicle-chip--selected:hover{background:#ea580c;border-color:#ea580c;color:#fff}.vehicle-chip--pick.vehicle-chip--model.vehicle-chip--selected{background:#fff7ed;border:1px solid #f97316;color:#ea580c;font-weight:600}.vehicle-chip--pick.vehicle-chip--model.vehicle-chip--selected:hover{background:#ffedd5;border-color:#ea580c;color:#c2410c}.vehicle-chip--pick.vehicle-chip--year.vehicle-chip--selected{background:#f97316;border:1px solid #f97316;color:#fff;font-weight:700}.vehicle-chip--pick.vehicle-chip--year.vehicle-chip--selected:hover{background:#ea580c;border-color:#ea580c;color:#fff}.vehicle-pick-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.vehicle-pick-chips--year{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.vehicle-chip--year{padding:6px 4px;min-height:32px;font-size:12px;font-variant-numeric:tabular-nums;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#555;cursor:pointer;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.vehicle-chip--year:hover{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.vehicle-chip--year.vehicle-chip--selected{background:#f97316;border-color:#f97316;color:#fff;font-weight:700;box-shadow:0 2px 6px rgba(249,115,22,.25)}.vehicle-chip--crumb{margin:0;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid #e5e7eb;background:#f9fafb;color:#666}.vehicle-chip--crumb:hover{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.vehicle-chip--crumb-active{border-color:#f97316;background:#fff7ed;color:#f97316}.vehicle-chip--crumb-year{font-variant-numeric:tabular-nums}.vehicle-quick-body{padding-top:0}.vehicle-quick-loading{display:flex;align-items:center;gap:8px;padding:12px 0;font-size:13px;color:var(--of-muted);font-weight:500}.vehicle-quick-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(26,95,180,.2);border-top:2px solid var(--of-primary);animation:otofine-spin .7s linear infinite}@keyframes otofine-spin{to{transform:rotate(1turn)}}.vehicle-quick-empty{padding:12px 0;font-size:13px;color:var(--of-muted)}.vehicle-quick-done{margin:0;padding:12px 6px;font-size:13px;line-height:1.55;color:var(--of-muted)}.vehicle-quick-done strong{color:var(--of-blue-800)}.vin-wrap{position:relative;margin:5px 2px;font-size:15px}.vin-input{width:100%;min-height:36px;padding-left:10px;padding-right:34px;border:1px solid var(--of-border);border-radius:var(--of-radius);text-transform:uppercase;outline:none}.vin-input:focus{border-color:var(--of-primary);box-shadow:0 0 0 2px rgba(26,95,180,.12)}.vin-search{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#999;font-size:16px;cursor:pointer;padding:0}.vin-search:hover{color:var(--of-primary)}.filters{display:grid;grid-template-columns:1fr 1fr;padding:0;gap:6px;font-size:12px}.filters select{width:100%;padding:6px 8px;margin:0;border:1px solid var(--of-border);border-radius:var(--of-radius);color:#999;font-weight:400;outline:none;background:#fff}.filters select:focus{border-color:var(--of-primary);box-shadow:0 0 0 2px rgba(26,95,180,.12)}.filters select.active-filter{color:var(--of-primary);font-weight:700}.filters select.placeholder{color:#999;font-weight:400}.filters select option{color:#222;font-weight:400}.filters select option[value=""]{color:#999}.search-btn{margin:5px auto;width:96px;height:32px;background:linear-gradient(135deg,var(--of-primary) 0,var(--of-primary-dark) 100%);color:white;border:none;border-radius:6px;font-size:14px;font-weight:800;box-shadow:0 6px 16px rgba(26,95,180,.28);cursor:pointer;display:block;padding:0;transition:transform .2s ease,filter .2s ease}.search-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.btn{background:#1f5fae;color:#fff;border:none;width:88px;height:24px;border-radius:var(--of-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;margin:8px auto 0;padding:0;line-height:1;font-size:12px;font-weight:500}.left input,.left select{width:100%;padding:2px;margin-bottom:5px;border:1px solid #ddd}.category{margin-top:5px;list-style:none}.category-box,.category.category-scroll{flex:1;min-height:0;overflow-y:auto}.category-box{display:flex;flex-direction:column;height:calc(50dvh - 20px)}.category-box.sidebar-category-box{height:calc(50dvh - 20px);overflow-y:auto;min-height:0}.search-panel-wrap{flex:0 1 auto;min-height:0;display:flex;flex-direction:column}.sidebar-category-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(26,95,180,.35) transparent}.sidebar-category-body::-webkit-scrollbar{width:6px}.sidebar-category-body::-webkit-scrollbar-thumb{background:rgba(26,95,180,.38);border-radius:999px}.sidebar-category-body::-webkit-scrollbar-thumb:hover{background:rgba(26,95,180,.52)}.sidebar-category-body::-webkit-scrollbar-track{background:transparent}.sidebar-category-body .category.category-scroll{flex:none;min-height:0;overflow:visible}.category-box h2{flex-shrink:0;margin:0 0 6px;padding:6px 10px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:linear-gradient(90deg,var(--of-blue-800) 0,var(--of-primary) 100%);border-radius:var(--of-radius);border-left:4px solid var(--of-orange-500)}.category::-webkit-scrollbar{width:6px}.category::-webkit-scrollbar-thumb{background:rgba(26,95,180,.38);border-radius:999px}.category::-webkit-scrollbar-thumb:hover{background:rgba(26,95,180,.52)}.category li{padding:4px 8px;font-size:14px;cursor:pointer;transition:.22s ease;border-radius:var(--of-radius)}.category li:hover{font-weight:650}.category li.category-active,.category li:hover{background:var(--of-blue-50);color:var(--of-primary-dark)}.category li.category-active{font-weight:700;border:1px solid rgba(242,108,34,.65);padding-left:9px}.category-search-wrap{position:relative;flex-shrink:0}.search-inline-wrap{position:relative;width:calc(100% - 2px);margin:2px 4px}.measure-text{visibility:hidden;white-space:pre;font-size:13px;left:8px}.clear-inline,.measure-text{position:absolute;top:50%;transform:translateY(-50%)}.clear-inline{right:42px;cursor:pointer;color:#9aa4b2;font-size:18px;line-height:1;z-index:3}.clear-inline:hover{color:#e53935}.clear-search{position:absolute;right:26px;top:50%;transform:translateY(-50%);cursor:pointer;color:#999;font-size:12px;line-height:1;padding:0 2px}.clear-search:hover{color:#e53935}.category-search{width:100%;min-height:38px;padding-left:12px;padding-right:72px;border:1px solid var(--of-border);border-radius:var(--of-radius);font-size:15px;outline:none}.category-search:focus{border-color:var(--of-primary);box-shadow:0 0 0 2px rgba(26,95,180,.15)}.category-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#999;font-size:16px;cursor:pointer;z-index:3}.search-combo{position:relative;z-index:5}.search-sidebar-combo{flex:0 0 auto;min-height:0;display:flex;flex-direction:column}@keyframes search-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.search-suggest-dropdown{position:absolute;left:4px;right:4px;top:calc(100% + 4px);max-height:min(320px,52vh);overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid rgba(208,221,238,.95);border-radius:var(--of-radius);box-shadow:0 12px 40px rgba(10,35,64,.12),0 4px 14px rgba(10,35,64,.06);z-index:20;scrollbar-width:thin;scrollbar-color:rgba(26,95,180,.3) transparent}.search-suggest-dropdown::-webkit-scrollbar{width:5px}.search-suggest-dropdown::-webkit-scrollbar-thumb{background:rgba(26,95,180,.35);border-radius:999px}.search-suggest-dropdown--smart,.search-suggest-wrap{animation:search-dropdown-in .2s ease-out}.search-suggest-wrap{margin-top:8px;display:block;flex-shrink:0;max-height:min(38vh,320px);overflow-x:hidden;overflow-y:auto;border:1px solid rgba(208,221,238,.95);border-radius:var(--of-radius);background:#fff;scrollbar-width:thin;scrollbar-color:rgba(26,95,180,.3) transparent}.search-suggest-category-list{list-style:none;margin:0;padding:0 6px 10px}.search-suggest-category-item{display:block;width:100%;text-align:left;padding:7px 10px;margin:2px 0;border:1px solid transparent;border-radius:var(--of-radius);background:transparent;font:inherit;font-size:13px;cursor:pointer;color:var(--of-blue-900);line-height:1.35;pointer-events:auto;transition:background .18s ease,color .18s ease,border-color .18s ease;-webkit-tap-highlight-color:transparent}.search-suggest-category-item:focus-visible,.search-suggest-category-item:hover{background:var(--of-blue-50);outline:none}.search-suggest-category-item:active{background:rgba(26,95,180,.12)}.search-suggest-category-item--active{background:var(--of-blue-50);font-weight:700;border-color:rgba(242,108,34,.65)}.search-suggest-category-empty{padding:10px 12px 12px;font-size:12px;color:var(--of-muted);line-height:1.45}.search-suggest-list--in-split{padding:6px 4px 8px}.search-suggest-wrap .search-suggest-item{padding:6px 8px}.search-suggest-wrap .search-suggest-thumb{width:36px;height:36px}.search-panel-section{padding:12px 12px 14px}.search-panel-section--popular{border-bottom:1px solid rgba(238,242,247,.95)}.search-panel-section--recent{background:linear-gradient(180deg,rgba(240,246,255,.65),#fff)}.search-panel-title{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px}.search-panel-title--popular{color:var(--of-blue-900)}.search-panel-title--recent-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--of-muted)}.search-panel-title-left{display:inline-flex;align-items:center;gap:6px;min-width:0}.search-panel-recent-icon{flex-shrink:0;width:14px;height:14px;color:var(--of-primary);opacity:.85}.search-panel-clear-history{flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:700;color:var(--of-muted);background:transparent;border:1px solid transparent;border-radius:var(--of-radius);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.search-panel-clear-history:hover{color:#b91c1c;border-color:rgba(239,68,68,.35);background:#fef2f2}.search-chip-row--panel{gap:8px}.search-chip--quick-popular{font-weight:600;background:#fff;border:1px solid rgba(242,108,34,.38);color:var(--of-orange-600)}.search-chip--quick-popular:hover{background:rgba(242,108,34,.1);border-color:var(--of-orange-500);color:#c2410c}.search-chip--quick-anchor{border-width:2px;border-color:rgba(232,93,26,.55);font-weight:700;box-shadow:0 1px 0 rgba(242,108,34,.12)}.search-chip--quick-recent{font-weight:600;background:rgba(255,255,255,.95);border:1px solid rgba(26,95,180,.28);color:var(--of-blue-800)}.search-chip--quick-recent:hover{background:var(--of-blue-50);border-color:var(--of-primary);color:var(--of-primary-dark)}.search-panel-typing{padding:14px 14px 16px}.search-panel-typing-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.search-panel-typing-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--of-muted)}.search-panel-typing-q{font-size:14px;font-weight:700;color:var(--of-blue-900)}.search-panel-typing-hint{margin:10px 0 0;font-size:12px;color:var(--of-muted);line-height:1.45}.search-suggest-loading{display:flex;flex-direction:column;gap:8px;padding:10px 12px}.search-suggest-shimmer{display:block;height:12px;border-radius:4px;background:linear-gradient(90deg,#eef2f7,#f6f8fb 45%,#eef2f7 90%);background-size:200% 100%;animation:otofine-shimmer 1s ease-in-out infinite}.search-suggest-list{list-style:none;margin:0;padding:4px 0}.search-suggest-item{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;cursor:pointer;font:inherit;color:var(--of-text);transition:background .15s ease;pointer-events:auto}.search-suggest-item:focus-visible,.search-suggest-item:hover{background:var(--of-blue-50);outline:none}.search-suggest-item:active{background:rgba(26,95,180,.14)}.search-suggest-thumb{width:40px;height:40px;border-radius:var(--of-radius);-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1px solid #e8edf4;background:#f8fafc}.search-suggest-thumb--empty{display:inline-block}.search-suggest-text{display:flex;flex-direction:column;gap:2px;min-width:0}.search-suggest-title{font-size:13px;font-weight:700;color:var(--of-blue-900);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-suggest-meta{font-size:11px;color:var(--of-muted)}.search-suggest-empty{padding:12px 14px;font-size:13px;color:var(--of-muted);line-height:1.45}.search-chip-row{display:flex;flex-wrap:wrap;gap:8px}.search-chip{display:inline-flex;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;color:var(--of-primary-dark);background:var(--of-blue-50);border:1px solid rgba(26,95,180,.2);border-radius:var(--of-radius);cursor:pointer;transition:background .15s ease,border-color .15s ease}.search-chip:hover:not(.search-chip--quick-popular):not(.search-chip--quick-recent){background:#fff;border-color:var(--of-orange-500);color:var(--of-orange-600)}.content-right{display:flex;flex-direction:column;min-width:0;min-height:0}.product-list-scroll-anchor{height:0;scroll-margin-top:var(--of-header-offset)}.list-error-banner{color:#991b1b;padding:8px 10px;margin-bottom:7px;background:#fef2f2;border-radius:var(--of-radius);border:1px solid #fecaca;border-left:4px solid #ef4444;font-size:14px;line-height:1.5}.list-error-banner span{color:#6b7280;font-size:13px}.content-grid{display:grid;grid-template-columns:minmax(0,690px) 240px;gap:8px;align-items:start;min-width:0;width:100%}.content-grid-primary{display:flex;flex-direction:column;min-width:0;width:100%}.page-title{position:sticky;top:var(--of-header-offset);z-index:998;background:linear-gradient(180deg,#fff 0,var(--of-blue-50) 100%);padding:6px 12px;margin:0 0 6px;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:800;line-height:1.3;color:var(--of-blue-900);border-radius:var(--of-radius);border:1px solid var(--of-border);border-left:5px solid var(--of-orange-500);box-shadow:var(--of-shadow-sm);scroll-margin-top:var(--of-header-offset)}.right{display:block}@media (min-width:769px){.content-grid>.right{position:sticky;top:calc(var(--of-header-offset) + 6px);align-self:start;max-height:calc(100vh - var(--of-header-offset) - 12px);overflow-y:auto;overscroll-behavior:contain;padding-right:2px}}.center{background:#fff;padding:8px;border-radius:var(--of-radius-lg);border:1px solid var(--of-border);box-shadow:var(--of-shadow-sm);min-width:0}.center h4{margin-top:5px;margin-bottom:5px;font-size:15px}.product{--product-radius:var(--of-radius);position:relative;display:block;height:auto;margin-bottom:8px;border:1px solid #e4eaf3;border-radius:var(--product-radius);background:#fff;overflow:hidden;box-shadow:0 4px 18px rgba(18,38,63,.07);transition:all .22s ease}.product:active,.product:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(18,38,63,.12);border-color:#cfe0f7}.product:active .product-image img,.product:hover .product-image img{transform:scale(1.04)}.product:focus-visible{outline:2px solid var(--of-primary);outline-offset:2px}.product--skeleton{pointer-events:none;position:relative;min-height:200px;border:none;border-radius:var(--product-radius);background:#f1f5f9;box-shadow:inset 0 0 0 1px rgba(226,232,240,.9);overflow:hidden}.product--skeleton:before{top:12px;height:14px;border-radius:7px;background:linear-gradient(90deg,#e8ecf2 20%,#f8fafc 50%,#e8ecf2 80%);background-size:200% 100%}.product--skeleton:after,.product--skeleton:before{content:"";position:absolute;left:10px;right:10px;animation:otofine-shimmer 1.2s ease-in-out infinite}.product--skeleton:after{top:36px;bottom:12px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0 15%,#f1f5f9 45%,#e2e8f0 75%);background-size:200% 100%}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fafcff,#fff 55%);min-width:0}.product-top h3{flex:1;min-width:0;margin:0;font-size:15px;font-weight:700;color:#1a2d4a;line-height:1.4;letter-spacing:-.015em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.product-price{flex-shrink:0;font-size:18px;font-weight:800;color:var(--of-orange-500);letter-spacing:-.02em;line-height:1.25;white-space:nowrap;padding:2px 0 0 8px;text-align:right}.mobile-price{display:none}.product-body{display:grid;grid-template-columns:132px minmax(0,1fr) 188px;gap:10px;align-items:stretch;padding:8px 10px;min-width:0;height:auto;min-height:unset}.product-body>*{min-width:0}.product-image{position:relative;width:132px;height:132px;aspect-ratio:1/1;align-self:start;overflow:hidden;border-radius:var(--of-radius);border:1px solid #e2e9f2;background:#f8fafc}.product-image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .35s ease;z-index:2}.no-image-box{position:absolute;inset:0;z-index:1;display:none;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7f7f7,#eee);color:#999;font-size:12px;text-align:center;padding:8px}.no-image-icon{font-size:28px;margin-bottom:6px;opacity:.75}.product-content{display:block;align-self:start;height:auto;min-height:unset}.product-content p{margin:0;font-size:13px;line-height:1.5;color:#4a5568;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-clamp:7;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.product-content .seo-product-subtitle--l1{font-weight:600;color:#2d3748;-webkit-line-clamp:2;line-clamp:2}.product-content .seo-product-subtitle--l2{font-size:12px;color:#718096;-webkit-line-clamp:2;line-clamp:2;margin-top:2px}.product-content .seo-product-subtitle--l3{font-size:11.5px;color:#64748b;-webkit-line-clamp:1;line-clamp:1;margin-top:2px}.product-right{display:flex;flex-direction:column;gap:6px;align-self:stretch;height:auto;min-height:unset;justify-content:flex-start;padding:0 0 0 10px;border-left:1px solid #eef2f7;font-size:13px;line-height:1.45;color:#3d4a5c}.product-right p{margin:0;color:#4b596d;font-weight:500;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}.product-right p strong{font-weight:600;color:#2d3a4d}.product-right h4{margin:0;font-size:14px;font-weight:700;color:#1f2f45;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}@media (min-width:769px){.product-right .phone{margin-top:auto;padding:5px 10px;gap:6px}}.location-row{display:flex;align-items:flex-start;justify-content:flex-start;gap:6px;margin:0;color:#5a6b7d;font-size:12px;line-height:1.35;text-align:left}.location-row span{line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}.location-icon{font-size:15px;color:#718096;flex-shrink:0;margin-top:2px}.phone{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:8px 12px;width:100%;max-width:100%;box-sizing:border-box;border-radius:6px;background:linear-gradient(135deg,#fff5ee,#fff 50%);border:1px solid rgba(242,108,34,.45);color:var(--of-orange-600);font-size:13px;font-weight:700;cursor:pointer;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .2s ease,color .2s ease;touch-action:manipulation}.phone:active,.phone:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ee4d2d,#ff6b35);border-color:transparent;color:#fff;box-shadow:0 8px 22px rgba(238,77,45,.3)}.phone:active .phone-icon,.phone:hover .phone-icon{color:#fff}.phone-icon{font-size:15px;color:#ee4d2d;flex-shrink:0;transition:color .2s ease}.phone-label{font-size:13px;font-weight:600;flex-shrink:0}.phone-number{font-size:14px;font-weight:800;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media (max-width:1200px) and (min-width:769px){.product-price{font-size:17px}}@media (max-width:1024px) and (min-width:769px){.content-grid{grid-template-columns:minmax(0,1fr) 200px;gap:8px}.product-top h3{font-size:14px}}.contact-modal{position:fixed;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:9999}.contact-box{width:260px;background:#fff;border-radius:var(--of-radius-lg);padding:18px;box-shadow:var(--of-shadow);border:1px solid var(--of-border)}.contact-box h4{margin:0 0 14px;text-align:center}.contact-box a{display:block;padding:10px;margin-bottom:8px;border:1px solid var(--of-border);border-radius:var(--of-radius);text-decoration:none;color:#222}.contact-box a:hover{background:#f5f8ff}.contact-box button{width:100%;padding:11px;border:none;background:var(--of-cta);color:#fff;border-radius:6px;cursor:pointer;font-weight:800;font-size:14px;box-shadow:0 6px 16px rgba(242,108,34,.35)}.product-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:2px 0 4px;padding:6px 6px 2px;justify-content:center;width:100%;box-sizing:border-box}.page-btn{min-width:40px;height:40px;padding:0 10px;border:1px solid var(--of-border);background:#fff;border-radius:var(--of-radius);color:var(--of-primary);font-size:14px;font-weight:600;line-height:1;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.page-btn:hover:not(:disabled){background:var(--of-blue-50);border-color:rgba(26,95,180,.35);color:var(--of-primary-dark)}.page-btn:disabled{opacity:.45;cursor:not-allowed}.page-btn.active{background:var(--of-orange-500);color:#fff;border-color:var(--of-orange-500);font-weight:800}.page-btn-nav{min-width:44px;font-size:16px;font-weight:700}.box{background:#fff;border-radius:var(--of-radius);border:1px solid var(--of-border);box-shadow:var(--of-shadow-sm);padding:9px 10px 10px;margin-bottom:8px}.box-trust{border-top:4px solid var(--of-primary)}.sidebar-trust-card{margin:0;padding:8px;border-radius:10px;border:1px solid rgba(26,95,180,.18)!important;background:linear-gradient(165deg,#fff,rgba(240,246,255,.92))!important;box-shadow:0 4px 22px rgba(10,35,64,.07)}.sidebar-trust-title{margin:0 0 8px;font-size:16px;font-weight:800;color:var(--of-blue-900);letter-spacing:-.02em;line-height:1.25}.sidebar-trust-list{list-style:none;margin:0 0 12px;padding:0}.sidebar-trust-list li{position:relative;padding:0 0 0 1.1em;margin:0 0 4px;font-size:12px;line-height:1.45;font-weight:600;color:var(--of-text)}.sidebar-trust-list li:last-child{margin-bottom:0}.sidebar-trust-list li:before{content:"✓";position:absolute;left:0;top:.05em;color:#16a34a;font-weight:800;font-size:.85em}.sidebar-cta--register{min-height:48px;display:flex!important;align-items:center;justify-content:center;padding:12px 14px!important;font-size:15px!important;font-weight:800!important;letter-spacing:.01em;border-radius:8px;line-height:1.2;box-shadow:0 8px 24px rgba(242,108,34,.38)}.sidebar-cta--register:focus-visible,.sidebar-cta--register:hover{filter:brightness(1.04);transform:translateY(-1px);outline:none}.sidebar-vehicle{border-top:3px solid rgba(26,95,180,.35);background:linear-gradient(180deg,#fff,#fafcff)}.sidebar-vehicle .sidebar-title{margin-bottom:6px;font-size:14px;line-height:1.3}.sidebar-vehicle .seo-internal-sub{margin:8px 0 6px;font-size:10.5px}.sidebar-vehicle .seo-internal-sub:first-of-type{margin-top:2px}.sidebar-vehicle .seo-internal-grid{gap:5px 6px;margin-bottom:0}.sidebar-vehicle .seo-internal-link{font-size:12px;padding:5px 9px}.sidebar-title{margin:0 0 5px;font-size:15px;font-weight:800;color:var(--of-blue-900);letter-spacing:-.02em}.sidebar-lead{font-size:13px;line-height:1.45;color:var(--of-muted);margin:0 0 7px}.sidebar-cta{display:block;text-align:center;padding:8px 10px;border-radius:6px;font-size:14px;font-weight:800;text-decoration:none;color:#fff;background:var(--of-cta);box-shadow:0 6px 18px rgba(242,108,34,.35);transition:transform .2s ease,filter .2s ease}.sidebar-cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.sidebar-list{margin:0 0 7px;padding-left:16px;font-size:13px;line-height:1.45;color:var(--of-muted)}.sidebar-list li{margin-bottom:3px}.sidebar-cta-outline{display:block;text-align:center;padding:7px 10px;border-radius:var(--of-radius);font-size:13px;font-weight:800;text-decoration:none;color:var(--of-primary);border:2px solid var(--of-primary);background:#fff;transition:background .2s ease,color .2s ease}.sidebar-cta-outline:hover{background:var(--of-blue-50);color:var(--of-primary-dark)}.box-popular-cats{border-top:3px solid rgba(242,108,34,.55);background:linear-gradient(180deg,#fff,#fffcf8)}.popular-cats-title{color:var(--of-primary)}.popular-cats-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}.popular-cat-link{display:inline;padding:0;border:0;background:transparent;color:var(--of-blue-800);font:inherit;font-size:13px;font-weight:600;line-height:inherit;text-align:left;cursor:pointer;text-decoration:none;text-underline-offset:2px;transition:color .2s ease,font-weight .2s ease}.popular-cat-link:hover,.popular-cat-link[aria-pressed=true]{color:var(--of-orange-600);font-weight:750;text-decoration:underline}.popular-cat-link:focus-visible{outline:2px solid var(--of-primary);outline-offset:2px;border-radius:3px}.popular-cat-sep{color:var(--of-muted)}a.popular-cat-chip,button.popular-cat-chip{display:inline-flex;align-items:center;padding:5px 9px;font-size:12px;font-weight:700;line-height:1.3;color:var(--of-blue-800);text-decoration:none;border:1px solid rgba(26,95,180,.3);border-radius:6px;background:#fff;font-family:inherit;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}a.popular-cat-chip.popular-cat-chip--active,a.popular-cat-chip:hover,button.popular-cat-chip.popular-cat-chip--active,button.popular-cat-chip:hover{background:var(--of-primary);color:#fff;border-color:var(--of-primary);box-shadow:0 4px 12px rgba(26,95,180,.2)}a.popular-cat-chip:focus-visible,button.popular-cat-chip:focus-visible{outline:2px solid var(--of-primary);outline-offset:2px}.right .box h4{margin-top:0}.seo-content{background:#fff;margin-top:5px;padding:9px 10px 10px;border-radius:var(--of-radius-lg);border:1px solid var(--of-border);box-shadow:var(--of-shadow-sm);line-height:1.65}.seo-content h2{font-size:1.35rem;color:var(--of-blue-900);margin-bottom:7px;font-weight:800;letter-spacing:-.02em}.seo-content p{font-size:15px;color:var(--of-text)}.site-info{background:#fff;margin-top:5px;padding:9px 10px 10px;border-radius:var(--of-radius-lg);border:1px solid var(--of-border);box-shadow:var(--of-shadow-sm);line-height:1.65}.site-info h2{font-size:1.35rem;color:var(--of-blue-900);margin-bottom:7px;font-weight:800;letter-spacing:-.02em}.site-info p{font-size:15px;color:var(--of-text);margin-bottom:6px}.site-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.site-links a{text-decoration:none;color:var(--of-primary-dark);font-size:13px;font-weight:600;padding:8px 14px;background:var(--of-blue-50);border:1px solid var(--of-border);border-radius:var(--of-radius);transition:background .2s ease,border-color .2s ease}.site-links a:hover{background:#fff;border-color:var(--of-orange-500);color:var(--of-orange-600)}.site-links .site-links-btn{text-decoration:none;color:var(--of-primary-dark);font-size:13px;font-weight:600;padding:8px 14px;background:var(--of-blue-50);border:1px solid var(--of-border);border-radius:var(--of-radius);font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease}.site-links .site-links-btn:hover{background:#fff;border-color:var(--of-orange-500);color:var(--of-orange-600)}.footer-main{margin-top:8px;background:linear-gradient(180deg,var(--of-blue-950) 0,var(--of-blue-900) 55%,#0a1524 100%);border-radius:var(--of-radius-lg) var(--of-radius-lg) 0 0;overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:0 -8px 40px rgba(10,22,40,.35)}.footer-top-strip{height:4px;background:var(--of-strip-gradient)}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:16px 14px 14px}.footer-brand-mark{font-size:22px;font-weight:800;letter-spacing:-.03em;color:#fff;margin-bottom:5px}.footer-col h3{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--of-orange-400);margin-bottom:7px}.footer-col p{font-size:14px;color:rgba(255,255,255,.78);line-height:1.65}.footer-col a{display:block;text-decoration:none;color:rgba(255,255,255,.82);font-size:14px;margin-bottom:5px;transition:color .2s ease}.footer-col a:hover{color:var(--of-orange-400)}.footer-col button.footer-link{display:block;width:100%;text-align:left;text-decoration:none;color:rgba(255,255,255,.82);font-size:14px;margin-bottom:5px;padding:0;background:none;border:none;font-family:inherit;cursor:pointer;transition:color .2s ease}.footer-col button.footer-link:hover{color:var(--of-orange-400)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:10px 14px;text-align:center;font-size:13px;color:rgba(255,255,255,.55);background:rgba(0,0,0,.2)}.mobile-topbar{display:none}.page-dots{padding:0 6px;color:#666;font-size:14px}.hot-option{background:rgba(255,145,0,.18);color:#cc5a00;font-weight:700}.choose-wrap{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:5px}.choose-wrap .clear-filter-btn,.choose-wrap .search-btn{width:80px;height:28px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;line-height:1}.choose-wrap .search-btn{border-radius:6px;background:linear-gradient(135deg,var(--of-primary) 0,var(--of-primary-dark) 100%);color:#fff;border:none}.choose-wrap .clear-filter-btn{border-radius:var(--of-radius);background:#fff;color:#5c6b82;border:1px solid #d8e0ec}.choose-wrap .clear-filter-btn:hover{color:#f26c22;border-color:#f26c22;background:#fff7f2}@media (max-width:768px){body{background:#fff}:root{--of-header-offset:calc(100px + env(safe-area-inset-top, 0px));--of-page-title-bar:42px}.header{min-height:auto;height:auto;box-shadow:0 2px 12px rgba(10,35,64,.06)}.header-inner{display:none}.mobile-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:2px 6px 4px}.mobile-topbar .mobile-btn:first-child{justify-self:start;margin-left:2px}.mobile-topbar .mobile-btn:last-child{justify-self:end;margin-right:2px}.mobile-logo{text-align:center}.mobile-logo .logo-img-priority,.mobile-logo img{height:32px}.mobile-slogan{font-size:8px;color:#777;margin-top:0;line-height:1.1;white-space:nowrap}.mobile-logo:after{content:"";display:block;width:36px;height:2px;background:#f26c22;margin:2px auto 0;border-radius:var(--of-radius)}.mobile-btn{border:none;background:none;color:#1f5fae;font-weight:700;font-size:16px;margin-top:0;line-height:1.2}.mobile-logo .logo-img-priority,.mobile-logo img{display:block;margin:0 auto;max-height:34px;width:auto;height:auto}.page{width:100%;max-width:100%;margin:0;padding-top:0;background:#fff;overflow-x:visible}.home-hero:not(.home-hero--v2026){display:none!important;margin:0;padding:0;height:0;min-height:0;overflow:hidden;border:0;visibility:hidden}.home-hero.home-hero--v2026{display:block!important;height:auto;min-height:0;overflow:visible;margin:10px 0 6px;visibility:visible;border-radius:var(--of-radius-lg)}.home-hero-inner{padding:12px 14px 14px}.home-hero-ctas{flex-direction:column;align-items:stretch}.hero-cta{width:100%;justify-content:center}.page-title{position:sticky;top:var(--of-header-offset);z-index:998;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);left:auto;right:auto;background:linear-gradient(180deg,#fff 0,var(--of-blue-50) 100%);border-radius:0;border:none;border-bottom:1px solid var(--of-border);border-left:4px solid var(--of-orange-500);box-shadow:none;padding:8px 12px 8px 10px;box-sizing:border-box}.mobile-btn-primary{color:#fff!important;background:var(--of-cta)!important;padding:6px 12px!important;border-radius:6px!important;font-size:13px!important;box-shadow:0 4px 12px rgba(242,108,34,.35)}.container{width:100%;max-width:100%;margin:0;padding:0;display:block}.content-grid{grid-template-columns:1fr}.content-right{width:100%;margin:0;padding:0;overflow-x:visible}.right{order:2}.center{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;margin:0;box-sizing:border-box;overflow-x:hidden;max-width:100%}.product{width:100%;min-width:0;margin-bottom:8px;box-shadow:0 2px 10px rgba(18,38,63,.08);transition:all .22s ease;-webkit-tap-highlight-color:transparent}.product,.product--skeleton{border-radius:var(--product-radius)}.product--skeleton{min-height:200px}.product-top{display:none}.product-body{display:flex;flex-direction:column;min-width:0;padding:0;gap:0}.product-image{order:1;flex-shrink:0;position:relative;width:100%;max-width:none;aspect-ratio:1/1;height:auto;align-self:stretch;border-radius:var(--product-radius) var(--product-radius) 0 0;border:none;border-bottom:1px solid #f0f3f8;background:#f8fafc;overflow:hidden}.product-image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-content{display:none}.product-right{min-width:0;order:2;padding:8px 10px 10px;display:flex;flex-direction:column;border-left:none;gap:4px}.product-right:before{content:attr(data-title);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;font-size:13px;font-weight:700;color:#1a2d4a;line-height:1.38;margin-bottom:4px;letter-spacing:-.02em;min-height:calc(1.38em * 2);max-height:calc(1.38em * 2);word-break:break-word}.product-right .mobile-price{display:block;order:2;text-align:left;font-size:16px;font-weight:800;color:var(--of-orange-500);letter-spacing:-.02em;margin-bottom:2px}.product-right>h4,.product-right>p:nth-of-type(2){display:none!important}.product-right>p:first-of-type{order:3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0 0 4px;font-size:11px;line-height:1.35;color:#5a6b7d;font-weight:500;word-break:break-word}.product-right>p:first-of-type strong{font-weight:700;color:#3d4d62}.product-right .location-row{order:6}.location-row{order:6;font-size:11px;margin:0 0 4px;justify-content:flex-start;text-align:left;color:#718096}.location-row span{-webkit-line-clamp:2;line-clamp:2;text-align:left}.product-right .phone{order:7;margin-top:6px}.phone{order:7;width:100%;min-width:0;min-height:36px;height:auto;padding:6px 10px;border-radius:6px;gap:6px;box-sizing:border-box;white-space:nowrap;overflow:hidden;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.phone-label{font-size:13px;font-weight:700}.phone-number{font-size:13px;font-weight:800;flex:1;min-width:0;text-align:center}.product-pagination{gap:5px;padding:5px 4px 3px;margin:0 0 2px}.product-pagination .page-btn{min-width:36px;height:38px;padding:0 6px;font-size:13px}.product-pagination .page-btn-nav{min-width:40px}.phone-icon{font-size:14px;flex-shrink:0}@media (max-width:360px){.center{gap:8px;padding:6px}.product-right{padding:6px 8px 8px}.product-right .mobile-price{font-size:15px}}.seo-content,.site-info{padding:8px 10px}.seo-content h2,.site-info h2{font-size:18px}.seo-content p,.site-info p{font-size:14px;line-height:1.6}.mobile-drawer{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:3000}.mobile-panel{position:fixed;inset:0;width:100vw;height:100vh;max-height:100dvh;background:#fff;overflow-x:hidden;overflow-y:auto;font-size:15px;display:flex;flex-direction:column;padding:0;box-shadow:0 -12px 48px rgba(10,35,64,.14)}.mobile-panel .search-suggest-dropdown{left:0;right:0;max-height:min(50vh,300px);box-shadow:var(--of-shadow)}.mobile-menu-body .search-suggest-wrap{max-height:min(50vh,300px)}.mobile-cat-item{padding:12px 0;border-bottom:1px solid #eee}.mobile-head{flex-shrink:0;position:relative;min-height:56px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:12px 14px 12px 16px;background:linear-gradient(180deg,#fafcff,#fff);border-bottom:1px solid var(--of-border)}.mobile-head:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--of-strip-gradient)}.mobile-head-title{font-size:16px;font-weight:800;color:var(--of-blue-900);letter-spacing:-.02em}.mobile-head-close{flex-shrink:0;width:60px;height:40px;border:1px solid var(--of-border);border-radius:var(--of-radius);background:var(--of-blue-50);color:var(--of-primary);font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.mobile-head-close:hover{background:#e3eefc;border-color:rgba(26,95,180,.35)}.right-panel{left:0;right:0}.mobile-panel .category-search,.mobile-panel .vin-input,.mobile-panel input,.mobile-panel select{height:44px;font-size:16px;padding:0 10px;border-radius:var(--of-radius);border:1px solid var(--of-border)}.mobile-panel .category-search:focus,.mobile-panel .vin-input:focus,.mobile-panel select:focus{border-color:var(--of-primary);box-shadow:0 0 0 2px rgba(26,95,180,.12);outline:none}.mobile-panel input::-moz-placeholder{font-size:15px}.mobile-panel input::placeholder{font-size:15px}.mobile-panel .filters{gap:10px}.mobile-panel .filters select{height:42px;font-size:15px}.mobile-panel .category li{font-size:16px;line-height:1.45;padding:10px 6px}.mobile-panel .search-btn{min-height:44px;font-size:16px;font-weight:700;border-radius:6px;padding:0 18px}.mobile-copy{height:calc(100vh - 60px);display:flex;flex-direction:column}.mobile-copy .category{flex:1;overflow:auto}.mobile-filter-body{padding:12px 0}.mobile-filter-body--vehicle{flex:1;display:flex;flex-direction:column;min-height:0;padding:0;overflow:hidden}.mobile-panel .vehicle-quick-root{flex:1;min-height:0;padding:0 14px}.mobile-panel .vehicle-quick-advanced-row{padding-top:2px;padding-bottom:8px}.mobile-panel .vehicle-chip--pick.vehicle-chip--brand{font-size:13px;min-height:32px;padding:6px 12px;border:1px solid #e5e7eb;background:#fff;color:#333}.mobile-panel .vehicle-chip--pick.vehicle-chip--model{font-size:13px;min-height:30px;padding:4px 10px;background:#f5f5f5;border:1px solid #e5e7eb;color:#333}.mobile-panel .vehicle-chip--pick.vehicle-chip--brand.vehicle-chip--selected{background:#f97316;border:1px solid #f97316;color:#fff;padding:6px 12px}.mobile-panel .vehicle-chip--pick.vehicle-chip--model.vehicle-chip--selected{background:#f97316;border:1px solid #f97316;color:#fff;padding:4px 10px}.mobile-panel .vehicle-chip--pick.vehicle-chip--year.vehicle-chip--selected{color:#f97316;font-weight:600;background:none;border:none;padding:0}.mobile-panel .vehicle-chip--pick.vehicle-chip--year{font-size:13px;min-height:auto;padding:0;border:none;background:none;color:#666}.mobile-panel .vehicle-chip--crumb{font-size:12px;min-height:auto;padding:4px 10px;border:1px solid #e5e7eb;background:#f9fafb;color:#666}.mobile-panel .vehicle-pick-chips--year{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));flex-wrap:wrap;gap:12px}.mobile-panel .vehicle-quick-body{flex:1;max-height:none;overflow-y:auto;min-height:160px;padding-bottom:12px;-webkit-overflow-scrolling:touch}.mobile-panel .vehicle-quick-actions{position:sticky;bottom:0;z-index:2;padding:12px 14px calc(14px + env(safe-area-inset-bottom, 0px));margin:0 -14px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 35%);border-top:1px solid var(--of-border);box-shadow:0 -8px 24px rgba(10,35,64,.06)}.mobile-panel .vehicle-quick-actions.choose-wrap{gap:12px;justify-content:stretch}.mobile-panel .vehicle-quick-actions .clear-filter-btn,.mobile-panel .vehicle-quick-actions .search-btn{flex:1;width:auto;min-height:48px;font-size:16px;border-radius:var(--of-radius)}.mobile-panel .vehicle-advanced-head{margin:8px 14px 10px}.mobile-panel .vin-wrap{margin-left:14px;margin-right:14px}.mobile-panel .filters{padding-left:14px;padding-right:14px}.mobile-panel .choose-wrap:not(.vehicle-quick-actions){padding-left:14px;padding-right:14px;padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px))}.mobile-filter-body .filters{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-filter-body .search-btn{margin:14px auto 0}.mobile-panel.right-panel{overflow:hidden;min-height:0}.mobile-menu-body{flex:1;min-height:0;height:auto;overflow:hidden;display:flex;flex-direction:column}.mobile-menu-body .category-box,.mobile-menu-body .sidebar-category-box{height:calc(50dvh - 20px);overflow-y:auto;min-height:0;flex:1;display:flex;flex-direction:column}.mobile-menu-body .sidebar-category-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.mobile-menu-body .category-search-wrap{padding-right:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:10px;padding:10px}.footer-col h3{font-size:15px;margin-bottom:4px}.footer-col a,.footer-col p{font-size:14px;line-height:1.6}.footer-bottom{font-size:13px;padding:8px 10px}.choose-wrap{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;align-items:stretch;margin-top:7px}.choose-wrap .clear-filter-btn,.choose-wrap .search-btn{width:100%!important;height:44px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;font-size:17px;font-weight:700;line-height:1;box-sizing:border-box}.choose-wrap .search-btn{border:none;border-radius:6px}.choose-wrap .clear-filter-btn{border:1px solid #d9e1ec;border-radius:var(--of-radius)}}@keyframes otofine-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.of-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}.of-home-page{padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px))}@media (max-width:768px){.of-home-page{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}}.of-top-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:white;border-bottom:1px solid var(--of-border);box-shadow:var(--of-shadow-sm)}.of-top-header__accent{height:1.5px;background:var(--of-strip-gradient)}.of-top-header__mobile-actions{display:none;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:6px 10px 8px;min-height:48px}.of-icon-btn{background:none;border:none;font-weight:700;font-size:15px;color:var(--of-primary);cursor:pointer;padding:8px 4px;border-radius:var(--of-radius);transition:background .2s ease}.of-icon-btn:hover{background:var(--of-blue-50)}.of-icon-btn--primary{color:var(--of-brand-mint)}.of-mobile-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none}.of-mobile-logo__img{max-height:34px;width:auto;height:auto}.of-top-header__desktop{display:block!important}.of-top-header__inner{width:min(1280px,96%);margin:0 auto;display:flex;align-items:center;gap:12px;padding:8px 16px 10px;min-height:60px}.of-brand{flex:0 0 auto;min-width:140px;display:flex;align-items:center}.of-header-search--desktop{flex:1 1 0%;min-width:0;max-width:620px}.of-header-search--mobile{display:none;position:sticky;top:calc(48px + env(safe-area-inset-top, 0px));z-index:999;padding:8px 12px 10px;background:#fff;border-bottom:1px solid #e8eef6}.of-header-search--mobile .search-panel-wrap{max-width:100%}.of-header-search .search-inline-wrap{border-radius:var(--of-radius);box-shadow:var(--of-shadow-sm)}.of-header-search .category-search{font-size:16px;min-height:48px}.of-top-nav{display:flex;align-items:center;gap:6px;flex-shrink:0;flex:0 1 auto}.of-top-nav__link{padding:8px 12px;border-radius:var(--of-radius);font-size:14px;font-weight:600;color:var(--of-blue-800);text-decoration:none;transition:background .2s ease,color .2s ease}.of-top-nav__link:hover{background:var(--of-blue-50);color:var(--of-primary)}.of-top-nav__link--muted{color:var(--of-muted);cursor:default}.of-top-header__ctas{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}.of-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:var(--of-radius);border:1px solid var(--of-border);background:#fff;color:var(--of-blue-900);font-weight:600;font-size:13px;text-decoration:none;transition:border-color .2s ease,background .2s ease}.of-btn-ghost:hover{border-color:var(--of-orange-400);background:#fffdfb}.of-btn-ghost--sm{padding:7px 12px;font-size:13px}.of-btn-ghost--lg{padding:12px 20px;font-size:15px}.of-btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:var(--of-radius);font-weight:800;font-size:14px;text-decoration:none;color:#fff;background:var(--of-cta);box-shadow:0 6px 18px rgba(242,108,34,.35);border:none;cursor:pointer;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.of-btn-cta:hover{filter:brightness(1.04);transform:translateY(-1px)}.of-btn-cta--lg{padding:12px 22px;font-size:15px}.of-cta-seller{white-space:nowrap}@media (max-width:1100px){.of-top-header__inner:not(.of-top-header__inner--no-search) .of-top-nav{display:none}.of-header-search--desktop{max-width:none}}.of-header__inner{overflow:visible!important}.of-brand{min-width:-moz-max-content;min-width:max-content;z-index:2}.of-brand__img{display:block;height:40px;width:auto;-o-object-fit:contain;object-fit:contain;position:relative;z-index:3}@media (max-width:768px){.of-top-header__desktop{display:none}.of-header-search--desktop{display:none!important}.of-header-search--mobile{display:block}}@media (min-width:769px){.of-header-search--mobile{display:none!important}}.of-section{margin:20px 0 18px;padding:20px 18px;background:#fff;border:1px solid var(--of-border);border-radius:var(--of-radius-lg);box-shadow:var(--of-shadow-sm)}.of-section__head{margin-bottom:14px}.of-section__title{margin:0 0 6px;font-size:clamp(1.15rem,1.5vw,1.35rem);font-weight:800;letter-spacing:-.02em;color:var(--of-blue-900)}.of-section__sub{margin:0;font-size:14px;color:var(--of-muted);line-height:1.5}.of-section__subhead{margin:16px 0 8px;font-size:14px;font-weight:700;color:var(--of-blue-800)}.of-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.of-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:var(--of-radius);border:1px solid var(--of-border);background:var(--of-blue-50);font-size:13px;font-weight:600;color:var(--of-blue-900);cursor:pointer;font-family:inherit;transition:background .2s ease,border-color .2s ease,transform .2s ease}.of-chip:hover{border-color:var(--of-orange-400);background:#fffdfb;transform:translateY(-1px)}.of-chip--secondary{background:#fff}.of-popular-wrap .box-popular-cats{margin:0;border:none;box-shadow:none;padding:0}.of-why__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.of-why__card{padding:14px 14px 16px;border-radius:var(--of-radius);border:1px solid #e8eef6;background:linear-gradient(180deg,#fbfdff,#fff);transition:box-shadow .25s ease}.of-why__card:hover{box-shadow:var(--of-shadow-sm)}.of-why__card-title{margin:0 0 6px;font-size:15px;font-weight:800;color:var(--of-blue-900)}.of-why__card-text{margin:0;font-size:14px;line-height:1.55;color:var(--of-muted)}.of-seller-cta{margin:0;padding:0;border:none;background:transparent}.of-seller-cta__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:22px 20px;border-radius:var(--of-radius-lg);background:linear-gradient(135deg,#0c2340,#123a6b 50%,#1a5084);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:var(--of-shadow)}.of-seller-cta__title{margin:0 0 6px;font-size:1.25rem;font-weight:800}.of-seller-cta__text{margin:0;font-size:14px;line-height:1.55;opacity:.92;max-width:46ch}.of-seller-cta__actions{display:flex;flex-wrap:wrap;gap:10px}.of-seller-cta .of-btn-ghost{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff}.of-seller-cta .of-btn-ghost:hover{background:rgba(255,255,255,.15);border-color:var(--of-orange-400)}.of-page-h1{scroll-margin-top:var(--of-header-offset)}.content-grid{grid-template-columns:minmax(0,1fr);gap:5px}.of-home-container{grid-template-columns:320px minmax(0,1fr);gap:5px}.of-three-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,280px);gap:5px;align-items:start}@media (max-width:1100px){.of-three-col{grid-template-columns:1fr}.of-right-rail{order:2}}.listing-hero{margin:0 0 5px;padding:10px 12px;border-radius:var(--of-radius-lg);background:linear-gradient(135deg,#f0f6ff,#fff 60%);border:1px solid var(--of-border);box-shadow:var(--of-shadow-sm)}.listing-hero__breadcrumb{margin:0 0 6px;font-size:.8125rem;font-weight:500;color:var(--of-muted);line-height:1.4}.listing-hero__breadcrumb a{color:var(--of-primary-dark);text-decoration:none}.listing-hero__breadcrumb a:hover{text-decoration:underline}.listing-hero__breadcrumb-sep{opacity:.75}.listing-hero__h1{margin:0 0 6px;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:800;letter-spacing:-.02em;color:var(--of-blue-900);line-height:1.25}.listing-hero__sub{margin:0;font-size:14px;color:var(--of-muted);line-height:1.45}.listing-hero--premium{padding:10px 12px;background:linear-gradient(135deg,#f0f6ff,#fff 45%,#fff7f0);border:1px solid rgba(26,95,180,.14);box-shadow:var(--of-shadow)}.listing-hero__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px 20px;margin-bottom:12px}.listing-hero__cta-row{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0}.listing-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:var(--of-radius);font-size:13px;font-weight:800;text-decoration:none;font-family:inherit;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease;white-space:nowrap}.listing-hero__cta--buyer{color:#fff;background:var(--of-cta);box-shadow:0 4px 14px rgba(232,93,26,.28);border:none;cursor:pointer}.listing-hero__cta--buyer:hover{filter:brightness(1.04);box-shadow:0 6px 18px rgba(232,93,26,.35)}.listing-hero__cta--buyer:focus-visible{outline:2px solid var(--of-orange-500);outline-offset:2px}.listing-hero__cta--seller{color:var(--of-blue-800);background:#fff;border:1px solid var(--of-border);box-shadow:0 2px 8px rgba(10,35,64,.06)}.listing-hero__cta--seller:hover{border-color:var(--of-primary);background:var(--of-blue-50)}.listing-hero__badges{list-style:none;display:flex;flex-wrap:wrap;gap:6px 8px;margin:0;padding:0}.listing-hero__badges li{display:inline-flex;align-items:center;font-size:12px;font-weight:600;color:var(--of-blue-800);background:rgba(255,255,255,.85);border:1px solid rgba(208,221,238,.95);padding:5px 10px;border-radius:999px;line-height:1.2}@media (max-width:600px){.listing-hero--premium{padding:14px}.listing-hero__top{flex-direction:column}.listing-hero__cta-row{width:100%}.listing-hero__cta{flex:1 1 auto;min-width:0;justify-content:center}}.of-trust-market{margin:14px 0 0;padding:14px;border-radius:10px;background:#fff;border:1px solid #e8eef6;box-shadow:0 1px 4px rgba(18,38,63,.04)}.of-trust-market__title{margin:0 0 10px;font-size:15px;font-weight:800;color:var(--of-blue-900);letter-spacing:-.02em}.of-trust-market__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.of-trust-market__item{margin:0;padding:10px 12px;border-radius:8px;background:#fff;border:1px solid #e8eef6;min-width:0}.of-trust-market__h3{margin:0 0 3px;font-size:13px;font-weight:700;color:var(--of-blue-900);line-height:1.3}.of-trust-market__p{margin:0;font-size:12px;line-height:1.45;color:var(--of-muted)}@media (max-width:700px){.of-trust-market__grid{grid-template-columns:1fr}}.listing-sort{display:flex;flex-wrap:wrap;gap:3px;margin:3px}.listing-sort__btn{padding:3px 8px;border-radius:var(--of-radius);border:1px solid var(--of-border);background:#fff;font-size:13px;font-weight:700;color:var(--of-blue-800);cursor:pointer;font-family:inherit;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.listing-sort__btn:hover{border-color:#cbd5e1;background:#f8fafc}.listing-sort__btn.is-active{border-color:var(--of-orange-500);background:#fff7f0;color:var(--of-orange-600);box-shadow:inset 0 1px 3px rgba(249,115,22,.08)}.of-right-rail{display:flex;flex-direction:column;gap:6px;position:sticky;top:calc(var(--of-header-offset) + 8px);align-self:start;max-height:calc(100vh - var(--of-header-offset) - 16px);overflow-y:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.of-right-rail::-webkit-scrollbar{width:2px}.of-right-rail::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:10px}.of-right-rail::-webkit-scrollbar-track{background:transparent}.of-rail-card{flex:2;min-height:0;display:flex;flex-direction:column;overflow:hidden;margin:0;background:#fff;border:1px solid #e8eef6;border-radius:10px;padding:10px;box-shadow:0 1px 4px rgba(18,38,63,.04)}.of-rail-card__h{margin:0;font-size:14px;font-weight:800;color:var(--of-blue-900)}.of-request-card{display:flex;flex-direction:column;gap:8px;padding:14px;background:#fff7ed;border-color:#fed7aa;box-shadow:0 2px 8px rgba(249,115,22,.06)}.of-request-title{margin:0;font-size:15px;font-weight:800;color:#1f2937}.of-request-subtitle{margin:-2px 0 0;font-size:12px;color:#4b5563;line-height:1.35}.of-request-trust{list-style:none;margin:2px 0 0;padding:0;display:flex;flex-direction:column;gap:1px}.of-request-trust li{font-size:11px;color:#4b5563;line-height:1.4}.of-request-form{display:flex;flex-direction:column;gap:8px}.of-request-input{width:100%;height:38px;padding:7px 10px;border:1px solid #e8eef6;border-radius:6px;font-size:13px;color:#374151;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.of-request-input:focus{outline:none;border-color:#fdba74;box-shadow:0 0 0 2px rgba(249,115,22,.08)}.of-request-input::-moz-placeholder{color:#9ca3af}.of-request-input::placeholder{color:#9ca3af}.of-request-upload-mini{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:6px 10px;border:1px dashed #d1d5db;border-radius:6px;background:#f9fafb;font-size:12px;color:#6b7280;cursor:pointer;transition:all .15s ease;font-family:inherit}.of-request-upload-mini:hover{border-color:#f97316;background:#fff7ed;color:#ea580c}.of-request-submit{width:100%;height:39px;padding:0 12px;background:#f97316;border:none;border-radius:6px;font-size:13px;font-weight:700;color:#ffffff;cursor:pointer;box-shadow:0 2px 6px rgba(249,115,22,.18);transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.of-request-submit:hover{background:#ea580c;transform:translateY(-1px);box-shadow:0 4px 10px rgba(249,115,22,.25)}.of-request-submit:active{transform:translateY(0)}@media (max-width:768px){.of-request-card{padding:12px;gap:6px}.of-request-title{font-size:14px}.of-request-input{height:34px;font-size:12px}.of-request-upload-mini{font-size:11px;padding:5px 8px}.of-request-submit{height:34px;font-size:12px}}.of-maintenance-card{display:flex;flex-direction:column;gap:6px;padding:14px;background:#fff;border-color:#e5e7eb}.of-maintenance-title{margin:0;font-size:15px;font-weight:700;color:#1f2937}.of-maintenance-desc{margin:0;font-size:12px;color:#6b7280;line-height:1.4}.of-maintenance-list{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.of-maintenance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.of-maintenance-chip{padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:11.5px;font-weight:600;color:#374151;cursor:pointer;transition:all .15s ease;font-family:inherit;text-align:center;white-space:nowrap}.of-maintenance-chip:hover{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.of-maintenance-chip.is-selected{background:#f97316;border-color:#f97316;color:#fff;font-weight:700}.of-maintenance-chip:active{transform:scale(.98)}.of-maintenance-sep{color:#d1d5db;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:768px){.of-maintenance-card{padding:12px;gap:5px}.of-maintenance-title{font-size:14px}.of-maintenance-desc{font-size:11px}.of-maintenance-chip{font-size:11px;padding:3px 8px}.of-maintenance-sep{font-size:11px}}.of-rail-links{flex:0 0 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.of-rail-links__p{flex:1;min-height:0;overflow-y:auto;margin:0 0 8px;font-size:13px;line-height:1.75}.of-rail-link{display:inline;padding:0;border:none;background:none;color:var(--of-primary);font-weight:600;font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.of-rail-link--muted{color:var(--of-blue-800);font-weight:500;text-decoration:none}.of-rail-link:hover{color:var(--of-orange-600)}.of-rail-sep{margin:0 1px;color:#9ca3af;-webkit-user-select:none;-moz-user-select:none;user-select:none}.of-rail-cats .box-popular-cats{flex:1;min-height:0;display:flex;overflow:hidden;border:1px solid var(--of-border);padding:8px;box-shadow:var(--of-shadow-sm)}.of-rail-cats .box-popular-cats,.popular-cats-links{flex-direction:column;margin:0;max-height:none;overflow:visible}.popular-cats-links{display:block;height:auto;font-size:13px;line-height:1.8}.of-rail-cats .popular-cat-link{color:var(--of-blue-800);font-size:inherit;font-weight:500;line-height:inherit;text-decoration:none}.of-rail-cats .popular-cat-link:hover,.of-rail-cats .popular-cat-link[aria-pressed=true]{color:var(--of-orange-600);font-weight:600;text-decoration:underline}.of-seller-cta--rail{padding:14px;border-radius:var(--of-radius-lg);background:linear-gradient(145deg,#fff7f0,#fff);border:1px solid rgba(242,108,34,.25)}.of-seller-cta--rail__title{margin:0 0 4px;font-size:15px;font-weight:800;color:var(--of-blue-900)}.of-seller-cta--rail__text{margin:0 0 10px;font-size:13px;color:var(--of-muted);line-height:1.45}.of-btn-cta--block{display:block;width:100%;text-align:center;text-decoration:none;padding:10px 14px;border-radius:var(--of-radius);font-weight:800;font-size:14px;color:#fff;background:var(--of-cta);box-shadow:0 4px 16px rgba(242,108,34,.35)}.of-top-header__inner--no-search{display:flex;align-items:center;gap:16px}.of-top-header__inner--no-search .of-top-nav{margin-left:0}.of-top-header__inner--no-search .of-top-header__ctas{margin-left:auto}.home-search-container,.home-search-container .search-panel-wrap{position:relative}.home-search-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1100;background:#fff;border:1px solid var(--of-border);border-radius:var(--of-radius);box-shadow:0 8px 32px rgba(18,38,63,.13);margin-top:4px;max-height:calc(100dvh - 120px);display:flex;flex-direction:column;overflow:hidden}.home-search-dropdown .search-suggest-wrap,.home-search-dropdown .search-suggest-wrap--split{flex:1 1 50%;min-height:0;overflow-y:auto;overflow-x:hidden;border:none;border-radius:0;box-shadow:none;border-bottom:1px solid var(--of-border);margin:0}.home-search-dropdown .search-suggest-split__products{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}.home-search-dropdown .search-suggest-list--in-split{max-height:none;overflow:visible}.home-search-dropdown .category-box,.home-search-dropdown .category-box.sidebar-category-box{flex:0 0 40dvh;height:40dvh;max-height:40dvh;min-height:4cap;overflow:hidden;display:flex;flex-direction:column;border:none;border-radius:0;box-shadow:none;margin:0}.home-search-dropdown .sidebar-category-body{flex:1;min-height:0;overflow-y:auto}.home-search-dropdown .category.category-scroll{flex:none;min-height:auto;overflow:visible}.home-search-dropdown .of-left-quick--dropdown{flex:0 0 auto;margin:0;padding:4px 0}.of-top-header,.of-top-header__desktop,.of-top-header__inner{overflow:visible!important}.of-side-label{margin:0 0 6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--of-muted)}.of-side-search{width:100%;min-width:0;margin-top:4px}.of-left-quick{margin-top:8px;display:flex;flex-direction:column;gap:4px}.of-side-fold__btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border:1px solid var(--of-border);border-radius:var(--of-radius);background:#fbfdff;font-size:13px;font-weight:700;color:var(--of-blue-900);font-family:inherit;cursor:pointer;transition:background .2s ease}.of-side-fold__btn:hover{background:var(--of-blue-50)}.of-side-fold__panel{padding:6px 0 2px 4px}.search-suggest-wrap--split{display:flex;flex-direction:column;max-height:min(70vh,420px);border:1px solid var(--of-border);border-radius:var(--of-radius);background:#fff;box-shadow:var(--of-shadow-sm);overflow:hidden}.search-suggest-split__products{flex:0 0 auto;max-height:200px;overflow-y:auto;border-bottom:1px solid #eef2f7}.search-suggest-split__categories{flex:1 1 auto;min-height:120px;display:flex;flex-direction:column;overflow:hidden}.search-suggest-split__sub{font-size:11px;font-weight:800;text-transform:uppercase;padding:8px 10px 4px;color:var(--of-muted)}.search-suggest-cat-list{list-style:none;margin:0;padding:4px 8px 8px;overflow-y:auto;max-height:200px}.search-suggest-cat-pill{display:block;width:100%;text-align:left;padding:6px 8px;margin-bottom:2px;border:none;border-radius:6px;background:var(--of-blue-50);color:var(--of-blue-900);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer}.search-suggest-cat-pill:hover{background:#e3eefc}.search-suggest-wrap--cats-only{max-height:min(50vh,320px);overflow-y:auto;border:1px solid var(--of-border);border-radius:var(--of-radius);background:#fff;padding:4px 0}.search-suggest-cat-list--solo{max-height:280px;overflow-y:auto;padding:4px 8px;margin:0;list-style:none}.car-header__eyebrow{margin:0 0 2px;font-size:9px;font-weight:800;letter-spacing:.1em;color:var(--of-muted)}.car-header__pick{margin:2px 0 0;font-size:12px;font-weight:700;color:var(--of-primary);line-height:1.3;word-break:break-word}.car-header__hint{margin:2px 0 0;font-size:11px;color:var(--of-muted);line-height:1.3}.car-header-top{display:flex;width:100%;align-items:center}.car-header-top h4{margin:0;font-size:16px;font-weight:800;line-height:1.1;color:#0f172a}.car-header__eyebrow{margin:3px 0 0;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#64748b}.car-advanced-btn{margin-left:auto;height:26px;padding:0 10px;border-radius:6px;border:1px solid #d1d5db;background:#f9fafb;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.car-advanced-btn:hover{border-color:#94a3b8;background:#f1f5f9;color:#334155}.of-sidebar-cat-heading{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--of-muted);margin:0 0 8px;padding:0 4px}.of-category-compact{padding-top:4px}.of-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1100;padding:8px 10px calc(8px + env(safe-area-inset-bottom, 0px));background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-top:1px solid #e8eef6;box-shadow:0 -4px 24px rgba(10,35,64,.08);justify-content:space-around;gap:4px}@media (max-width:768px){.of-bottom-nav{display:flex}}.of-bottom-nav__item{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center;padding:10px 6px;border:none;border-radius:var(--of-radius);background:transparent;font-size:11px;font-weight:700;color:var(--of-blue-800);text-decoration:none;cursor:pointer;font-family:inherit;transition:background .2s ease}.of-bottom-nav__item:focus-visible,.of-bottom-nav__item:hover{background:var(--of-blue-50);outline:none}.of-bottom-nav__item--accent{color:var(--of-orange-600)}.center{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:640px){.center{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.center{grid-template-columns:repeat(2,minmax(0,1fr))}}.of-product{display:flex;flex-direction:column;border-radius:var(--of-radius-lg);border:1px solid #e4eaf3;background:#fff;overflow:hidden;box-shadow:var(--of-shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.of-product:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(18,38,63,.1);border-color:#cfe0f7}.of-product__link{display:flex;flex-direction:column;flex:1;min-height:0;text-decoration:none;color:inherit}.of-product__media{position:relative;aspect-ratio:4/3;background:#f1f5f9;overflow:hidden}.of-product__media-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:12px;color:#94a3b8;z-index:0}.of-product__media .product-image-next{z-index:1}.of-product__body{padding:10px 12px 8px;display:flex;flex-direction:column;gap:4px;flex:1}.of-product__row--top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.of-product__title{margin:0;font-size:15px;font-weight:700;line-height:1.35;color:var(--of-ink);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;flex:1;min-width:0}.of-product__price{margin:0;font-size:18px;font-weight:800;color:var(--of-price);white-space:nowrap;flex-shrink:0}.of-product__summary{margin:0;font-size:13px;line-height:1.3;color:var(--of-muted);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.of-product__highlights{display:flex;flex-direction:column;gap:3px;min-width:0;margin:0 0 2px}.of-product__highlight{margin:0;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}.of-product__highlight--r1{font-size:13px;font-weight:700;color:var(--of-blue-900);letter-spacing:-.02em}.of-product__highlight--r2{font-size:12.5px;font-weight:600;color:#334155;-webkit-line-clamp:2;line-clamp:2}.of-product__highlight--r3{font-size:12px;font-weight:500;color:var(--of-muted);-webkit-line-clamp:1;line-clamp:1}.of-product__meta{font-size:12px;color:#64748b}.of-product__shop-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:4px}.of-product__shop{display:flex;flex-direction:column;gap:4px;min-width:0}.of-product__badge{display:inline-flex;align-self:flex-start;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,var(--of-brand-mint) 0,#0f766e 100%);padding:3px 8px;border-radius:6px}.of-product__shop-name{margin:0;font-size:14px;font-weight:700;color:var(--of-blue-900);line-height:1.3;word-break:break-word}.of-product__location{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#64748b}.of-product__location-icon{flex-shrink:0;font-size:16px}.of-product__actions{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #eef2f7}.of-product__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 10px;font-size:14px;font-weight:800;font-family:inherit;border:none;cursor:pointer;text-decoration:none;transition:background .2s ease}.of-product__cta--primary{background:var(--of-blue-50);color:var(--of-primary);border-right:1px solid #eef2f7}.of-product__cta--primary:hover{background:#e3eefc}.of-product__cta--phone{background:linear-gradient(135deg,#fff7f0,#fff);color:var(--of-orange-600)}.of-product__cta--phone:hover{background:#fff0e5}.of-product__phone-ic{font-size:16px}.of-product--skeleton{min-height:360px;background:#f1f5f9;box-shadow:inset 0 0 0 1px #e2e8f0;animation:otofine-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#e8ecf2 20%,#f8fafc 50%,#e8ecf2 80%);background-size:200% 100%;pointer-events:none}.of-product.of-product--row{display:block;overflow:hidden}.of-product--row .of-product__row-inner{display:flex;flex-direction:row;align-items:stretch;min-height:0}.of-product--row .of-product__main-link{display:flex;flex:1 1 auto;min-width:0;text-decoration:none;color:inherit;align-items:stretch}.of-product--row .of-product__media--row{position:relative;width:148px;min-width:148px;height:132px;flex-shrink:0;aspect-ratio:auto;border-right:1px solid #eef2f7}.of-product--row .of-product__body--row{flex:1 1 auto;padding:10px 12px 10px 14px;gap:4px}.of-product--row .of-product__title{font-size:16px;font-weight:800;margin:0 0 4px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.of-product--row .of-product__highlights{margin:0 0 4px}.of-product--row .of-product__shopline{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px}.of-product--row .of-product__shopline-name{font-size:13px;font-weight:700;color:var(--of-blue-900)}.of-product--row .of-product__location--row{margin-top:2px;font-size:12px}.of-product--row .of-product__side{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:128px;max-width:150px;padding:10px 12px;background:linear-gradient(180deg,#fafcff,#fff);border-left:1px solid #eef2f7;flex-shrink:0}.of-product--row .of-product__price{font-size:17px;font-weight:800;color:var(--of-price);margin:0 0 8px;text-align:right;white-space:normal;word-break:break-word}.of-product--row .of-product__side-cta{display:flex;flex-direction:column;gap:6px;width:100%}.of-product--row .of-product__cta{width:100%;padding:8px 10px;font-size:12px;border-radius:var(--of-radius);text-align:center;line-height:1.2;justify-content:center;box-sizing:border-box;font-weight:800;font-family:inherit;cursor:pointer;border:none;text-decoration:none;transition:filter .2s ease,background .2s ease}.of-product--row .of-product__cta--detail{background:#fff;color:var(--of-primary);border:1px solid #cfe0f7}.of-product--row .of-product__cta--call{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:var(--of-cta);color:#fff;border:none;box-shadow:0 2px 10px rgba(242,108,34,.35)}.of-product--row .of-product__cta--zalo{background:transparent;color:var(--of-orange-600);font-weight:700;border:1px solid rgba(242,108,34,.4)}.of-product--row .of-product__media--row .product-image-next,.of-product--row .of-product__media--row img{-o-object-fit:cover;object-fit:cover}.of-product--row:hover{transform:translateY(-2px)}.of-product--row:hover .of-product__media--row .product-image-next{transform:scale(1.03);transition:transform .25s ease}.center.of-product-list{display:flex;flex-direction:column;gap:10px}.of-recent-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;padding:0 2px}.of-recent-hint{font-size:11px;color:var(--of-muted);font-weight:600}.search-chip-row--side{flex-wrap:wrap;gap:4px}@media (max-width:768px){.of-mobile-logo__img{max-height:28px}.listing-hero--premium{padding:10px 12px;margin:0;border-radius:0;border-left:none;border-right:none}.listing-hero__h1{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;margin:0}.listing-hero__badges,.listing-hero__cta-row,.listing-hero__sub{display:none}.of-header-search--mobile{position:sticky;top:calc(44px + env(safe-area-inset-top, 0px));z-index:999;padding:5px;background:#fff;border-bottom:1px solid #eef2f7}.of-header-search--mobile .search-inline-wrap{border-radius:24px;min-height:48px;box-shadow:0 2px 8px rgba(18,38,63,.06);border:1px solid #e8eef6}.of-header-search--mobile .category-search{font-size:14px;min-height:42px;padding-left:12px}.center.of-product-list{display:flex;flex-direction:column;gap:0;padding:0}.of-product.of-product--row{border-radius:0;border:none;border-bottom:1px solid #f0f3f8;box-shadow:none;margin:0}.of-product--row:hover{transform:none;box-shadow:none}.of-product--row .of-product__row-inner{display:grid;grid-template-columns:100px 1fr;grid-template-rows:auto auto;gap:0;min-height:0}.of-product--row .of-product__main-link{display:contents}.of-product--row .of-product__media--row{grid-column:1;grid-row:1;width:100%;min-width:0;height:96px;border-right:none;border-radius:8px;margin:8px;overflow:hidden;aspect-ratio:1/1}.of-product--row .of-product__body--row{grid-column:1/-1;grid-row:2;display:flex;flex-direction:column;padding:0 10px 8px;gap:0}.of-product--row .of-product__title{font-size:13px;font-weight:600;margin:0;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;color:#1f2937}.of-product--row .of-product__highlights{display:none}.of-product--row .of-product__side{grid-column:2;grid-row:1;min-width:0;max-width:none;width:auto;border-left:none;border-top:none;padding:10px 10px 6px 4px;background:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.of-product--row .of-product__price{font-size:16px;font-weight:800;color:var(--of-price);margin:0;text-align:left;white-space:nowrap}.of-product--row .of-product__side-cta{flex-direction:row;width:auto;gap:6px;flex-wrap:wrap}.of-product--row .of-product__cta--detail{display:none}.of-product--row .of-product__cta--call{padding:6px 12px;font-size:12px;font-weight:700;border-radius:6px;width:auto;flex:none}.of-product--row .of-product__cta--zalo{padding:6px 10px;font-size:11px;border-radius:6px;width:auto;flex:none;display:inline-flex;background:transparent;border:1px solid #d1d5db;color:#475569;font-weight:600}.car-left,.of-right-rail{display:none}.of-bottom-nav{height:64px;padding:4px 8px calc(4px + env(safe-area-inset-bottom, 0px));background:#fff;border-top:1px solid #eef2f7;box-shadow:0 -2px 12px rgba(10,35,64,.06);backdrop-filter:none;align-items:stretch;gap:0}.of-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;font-size:11px;font-weight:500;color:#6b7280;border:none;background:transparent;border-radius:0;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .15s ease}.of-bottom-nav__icon{font-size:20px;line-height:1}.of-bottom-nav__label{font-size:11px;line-height:1.2;white-space:nowrap}.of-bottom-nav__item--home{color:var(--of-primary)}.of-bottom-nav__item--accent{color:var(--of-orange-600)}.mobile-panel--quote{background:#fff7ed}.mobile-head--quote{background:linear-gradient(180deg,#fff7ed,#fff);border-bottom:1px solid #fed7aa}.mobile-quote-body{flex:1;overflow-y:auto;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));display:flex;flex-direction:column;gap:14px}.mobile-quote-subtitle{margin:0;font-size:14px;color:#4b5563;line-height:1.45}.mobile-quote-form{display:flex;flex-direction:column;gap:10px}.mobile-quote-label{font-size:13px;font-weight:700;color:#1f2937;margin:0}.mobile-quote-input{width:100%;height:48px;padding:0 14px;border:1px solid #e8eef6;border-radius:10px;font-size:16px;color:#1f2937;background:#fff;box-sizing:border-box;transition:border-color .15s ease}.mobile-quote-input:focus{outline:none;border-color:#fdba74;box-shadow:0 0 0 3px rgba(249,115,22,.08)}.mobile-quote-input::-moz-placeholder{color:#9ca3af;font-size:15px}.mobile-quote-input::placeholder{color:#9ca3af;font-size:15px}.mobile-quote-upload{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:12px 14px;border:2px dashed #fed7aa;border-radius:10px;background:#fff;font-size:14px;font-weight:600;color:#92400e;cursor:pointer;font-family:inherit;transition:all .15s ease}.mobile-quote-upload:active,.mobile-quote-upload:hover{background:#fff7ed;border-color:#f97316}.mobile-quote-submit{width:100%;min-height:52px;padding:0 16px;background:#f97316;border:none;border-radius:12px;font-size:16px;font-weight:800;color:#fff;cursor:pointer;box-shadow:0 4px 14px rgba(249,115,22,.3);transition:background .15s ease,transform .15s ease;font-family:inherit}.mobile-quote-submit:active{transform:scale(.98);background:#ea580c}.mobile-quote-trust{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.mobile-quote-trust li{font-size:13px;color:#4b5563;font-weight:500;line-height:1.4}.mobile-menu-body .category-list,.mobile-menu-body .sidebar-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:8px 12px}.mobile-menu-body .category-list li,.mobile-menu-body .sidebar-category-list li{padding:10px 8px;border:1px solid #e8eef6;border-radius:8px;background:#fff;font-size:13px;text-align:center;cursor:pointer}.site-info{max-height:120px;overflow:hidden;position:relative}.site-info:after{content:"Xem thêm ▾";position:absolute;bottom:0;left:0;right:0;height:48px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px;background:linear-gradient(180deg,transparent,#fff 60%);font-size:13px;font-weight:700;color:var(--of-primary);cursor:pointer;pointer-events:none}.of-trust-market{margin:8px 10px 0;padding:10px;border-radius:8px}.of-trust-market__title{font-size:14px;margin-bottom:8px}.of-trust-market__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.of-trust-market__item{padding:8px 10px;border-radius:6px}.of-trust-market__h3{font-size:12px;margin-bottom:2px}.of-trust-market__p{font-size:11px;line-height:1.35}.of-home-page{padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px))}.content-grid-primary,.content-right.of-home-content,.of-home-container{padding:0}.listing-sort{padding:6px 10px;gap:4px;margin:0;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.listing-sort::-webkit-scrollbar{display:none}.listing-sort__btn{flex-shrink:0;padding:6px 10px;font-size:12px;white-space:nowrap;border-radius:20px}.product-pagination{padding:10px;margin:0}.product-pagination .page-btn{min-width:34px;height:36px;font-size:13px;border-radius:8px}.footer{margin:0;border-radius:0;padding:12px 10px}.footer-grid{grid-template-columns:1fr;gap:8px}.footer-bottom{font-size:12px;padding:8px}.of-product--skeleton{min-height:110px;border-radius:0}.of-top-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #eaeff5;box-shadow:none}.of-top-header__accent{display:none}.of-top-header__desktop{display:none!important}.of-top-header__mobile-actions{display:flex;align-items:center;height:25px;padding:0 3px;gap:4px;border-bottom:1px solid #e2e8f0}.of-top-header__mobile-actions .listing-hero__title,.of-top-header__mobile-actions h1{margin:0;font-size:12px;font-weight:700;line-height:1;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a}.of-top-header__mobile-actions .of-icon-btn{max-width:0;padding:0;margin-bottom:0;overflow:hidden;border:none;font-size:0}.of-mobile-logo{flex-shrink:0;display:flex;align-items:center;height:22px}.of-mobile-logo__img{max-height:20px}.listing-hero.listing-hero--premium{position:fixed;top:0;left:0;right:0;z-index:1001;height:38px;margin:0;padding:0 44px 0 90px;display:flex;align-items:center;background:transparent;border:none;box-shadow:none;pointer-events:none;overflow:hidden}.listing-hero__top{margin:0;flex:1;min-width:0}.listing-hero__badges,.listing-hero__cta-row,.listing-hero__sub{display:none}.listing-hero__h1{display:none;font-size:14px;font-weight:600;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;line-height:38px}.of-mobile-search-h1{display:flex;align-items:flex-end;padding-bottom:1px}.of-mobile-search-h1__text{margin:0;font-size:12px;line-height:1;font-weight:600;color:#374151;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.of-header-search--mobile{position:sticky;top:calc(38px + env(safe-area-inset-top, 0px));z-index:999;padding:2px 12px 3px;background:#fff;border-bottom:none}.of-header-search--mobile .of-side-label{max-height:0;overflow:hidden;margin:0;padding:0}.of-header-search--mobile .search-inline-wrap{border-radius:999px;min-height:36px;background:#f4f6f8;border:1px solid #e5e7eb;box-shadow:none}.of-header-search--mobile .category-search{min-height:36px;font-size:14px;padding-left:12px;border-radius:999px;background:transparent;color:#1e293b}}@media (max-width:768px){.of-header-search--mobile .category-search::-moz-placeholder{color:#9ca3af;font-size:12px}.of-header-search--mobile .category-search::placeholder{color:#9ca3af;font-size:12px}.of-header-search--mobile .category-icon{font-size:15px;right:12px;color:#64748b}.of-header-search--mobile .clear-inline{font-size:12px;right:36px;color:#94a3b8;gap:4px}:root{--of-header-offset:calc(76px + env(safe-area-inset-top, 0px))}.listing-sort{gap:8px!important;padding:4px 12px!important;margin:0;overflow-x:clip;overflow-y:visible;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid #f0f0f0;background:#fff;position:relative;z-index:100}.listing-sort::-webkit-scrollbar{display:none}.listing-sort__btn{height:30px;padding:0 8px;font-size:13px;font-weight:400;border-radius:6px;border:1px solid transparent;background:#f9fafb;color:#6b7280;white-space:nowrap;flex-shrink:0;line-height:1;transition:all .15s ease}.listing-sort__btn:last-child{flex-shrink:1;min-width:70px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.listing-sort__btn:hover{background:#f3f4f6}.listing-sort__btn.is-active{color:#ea580c;font-weight:500;border-color:rgba(234,88,12,.2);background:#fff7f0}.center.of-product-list{display:flex;flex-direction:column;gap:0;padding:0}.of-product.of-product--row{border-radius:0;border:none;border-bottom:1px solid #f0f3f7;box-shadow:none;margin:0;padding:10px;overflow:visible;background:#fff}.of-product.of-product--row:hover{transform:none;box-shadow:none}.of-product--row .of-product__row-inner{display:grid;grid-template-columns:140px 1fr;grid-template-rows:auto auto;gap:0}.of-product--row .of-product__main-link{display:contents}.of-product--row .of-product__media--row{grid-column:1;grid-row:1;width:130px;height:130px;min-width:0;margin:0;border-radius:12px;border-right:none;overflow:hidden;aspect-ratio:1/1}.of-product--row .of-product__media--row img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.of-product--row .of-product__side{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:flex-start;gap:3px;padding:0 0 0 12px;background:none;border:none;min-width:0;max-width:none;width:auto;align-items:flex-start}.of-product--row .of-product__price{font-size:17px;font-weight:800;color:#dc2626;margin:0 0 2px;white-space:nowrap;line-height:1.1;text-align:left}.of-product--row .of-product__meta{display:flex;align-items:center;gap:0;font-size:11px;line-height:1.2;flex-wrap:nowrap;margin-top:2px}.of-product--row .of-product__code{color:#9ca3af;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.of-product--row .of-product__code:after{content:"·";margin:0 5px;color:#d1d5db;font-weight:400}.of-product--row .of-product__origin{color:#16a34a;font-weight:600;white-space:nowrap;font-size:11px}.of-product--row .of-product__meta--l3{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:2px;margin-top:2px;line-height:1.3}.of-product--row .of-product__shop{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;width:100%;font-size:13px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;margin-bottom:2px}.of-product--row .of-product__shop:before{content:"🏪";font-size:12px;flex-shrink:0;line-height:1;display:inline-flex;align-items:center}.of-product--row .of-product__location,.of-product--row .of-product__stock{display:inline;font-size:11px;font-weight:400;white-space:nowrap;line-height:1.2}.of-product--row .of-product__location{color:#9ca3af}.of-product--row .of-product__location:before{content:"📍";margin-right:3px}.of-product--row .of-product__location:after{content:" · ";color:#e5e7eb}.of-product--row .of-product__stock{color:#16a34a;font-weight:600}.of-product--row .of-product__stock:before{content:none}.of-product--row .of-product__side-cta{display:flex;width:auto;margin-top:6px}.of-product--row .of-product__cta--call{height:34px;padding:0 14px;font-size:13px;font-weight:600;border-radius:8px;background:#eef6ff;color:#1677ff;border:1px solid #d9eaff;box-shadow:none;display:inline-flex;align-items:center;gap:4px;min-width:90px;cursor:pointer;flex:none;transition:all .18s ease}.of-product--row .of-product__cta--call .of-product__phone-ic{color:#1677ff;width:14px;height:14px;opacity:.92}.of-product--row .of-product__cta--detail,.of-product--row .of-product__cta--zalo{display:none}.of-product--row .of-product__body--row{grid-column:1/-1;grid-row:2;padding:6px 0 0;gap:0;display:flex;flex-direction:column}.of-product--row .of-product__title{font-size:13px;font-weight:500;line-height:1.4;color:#374151;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;margin:0}.of-product--row .of-product__highlights{display:none}.of-bottom-nav{height:56px;padding:2px 0 calc(2px + env(safe-area-inset-bottom, 0px));background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid #e5e7eb;box-shadow:none;align-items:stretch;justify-content:space-around;gap:0}.of-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;gap:1px;padding:2px 0;background:transparent;border:none;border-radius:0}.of-bottom-nav__icon{font-size:20px;line-height:1}.of-bottom-nav__label{font-size:11px;font-weight:500;white-space:nowrap}.of-bottom-nav__item--home{color:#111827}.of-bottom-nav__item--home .of-bottom-nav__label{font-weight:600}.of-bottom-nav__item--quote{position:relative;flex:none;width:66px;height:66px;min-width:66px;border-radius:999px;background:linear-gradient(135deg,#ff7a00,#ff5a00);color:#fff;transform:translateY(-14px);margin:0 8px;padding:0;border:2px solid rgba(59,130,246,.16);box-shadow:0 12px 28px rgba(255,106,0,.3),0 0 0 6px rgba(255,255,255,.96);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;z-index:5}.of-bottom-nav__item--quote .of-bottom-nav__icon{font-size:30px;font-weight:800;color:#ffffff;line-height:1;transform:translateY(1px)}.of-bottom-nav__item--quote .of-bottom-nav__label{font-size:11px;font-weight:700;color:#ffffff;line-height:1;transform:translateY(-1px)}.of-bottom-nav__item--accent{color:#f97316}@media (max-width:768px){.of-seller-float-cta{display:flex;position:fixed;right:12px;top:calc(118px + env(safe-area-inset-top, 0px));z-index:90;align-items:center;gap:5px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#ff7a00,#ff5a00);color:#fff;font-size:13px;font-weight:600;text-decoration:none;box-shadow:0 10px 28px rgba(255,106,0,.22);animation:seller-float-pulse 6s ease-in-out infinite}.of-seller-float-cta__icon{font-size:16px;line-height:1;color:#ffffff}.of-seller-float-cta__text{font-size:13px;font-weight:600;line-height:1;white-space:nowrap;color:#ffffff}}@keyframes seller-float-pulse{0%,to{transform:translateY(0);box-shadow:0 4px 48px rgba(23,59,103,.1)}50%{transform:translateY(-1px);box-shadow:0 5px 52px rgba(23,59,103,.15)}}.of-home-page{padding-bottom:calc(60px + env(safe-area-inset-bottom, 0px))}.content-grid-primary,.content-right.of-home-content,.of-home-container{padding:0}.of-section{margin:6px 0;padding:10px;border-radius:8px}.of-section__head{margin-bottom:6px}.of-section__title{font-size:14px;margin:0 0 2px}.of-section__sub{font-size:13px;line-height:1.4}.of-section__subhead{margin:8px 0 4px;font-size:13px}.of-section p{line-height:1.45;margin-bottom:4px}.of-section ol,.of-section ul{padding-left:16px;margin:4px 0}.of-section li{padding:2px 0;line-height:1.4;font-size:13px}.of-rail-card{padding:8px 10px;border-radius:8px;margin:0}.of-rail-card__h{font-size:13px}.of-rail-links__p{line-height:1.5;font-size:13px}.of-rail-link{font-size:13px}.of-rail-cats .box-popular-cats,.of-rail-cats .popular-cat-link{font-size:13px;line-height:1.5}.product-pagination{padding:10px;margin:0}.product-pagination .page-btn{min-width:34px;height:36px;font-size:13px;border-radius:8px}.footer{margin:0;border-radius:0;padding:10px}.footer-grid{grid-template-columns:1fr 1fr;gap:6px 10px}.footer-col.footer-brand{grid-column:1/-1}.footer-col h3{font-size:12px;margin-bottom:3px}.footer-col .footer-link,.footer-col p{font-size:12px;line-height:1.5}.footer-col .footer-link,.footer-col a{font-size:12px;line-height:1.6}.footer-bottom{font-size:11px;padding:6px}.of-product--skeleton{min-height:100px;border-radius:0}.of-trust-market{margin:6px 10px 0;padding:10px;border-radius:8px}.of-trust-market__title{font-size:14px;margin-bottom:6px}.of-trust-market__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.of-trust-market__item{padding:8px 10px;border-radius:6px}.of-trust-market__h3{font-size:12px;margin-bottom:2px}.of-trust-market__p{font-size:11px;line-height:1.35}.car-left,.of-right-rail{display:none}.site-info{max-height:120px;overflow:hidden;position:relative}.site-info:after{content:"Xem thêm ▾";position:absolute;bottom:0;left:0;right:0;height:48px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px;background:linear-gradient(180deg,transparent,#fff 60%);font-size:13px;font-weight:700;color:var(--of-primary);cursor:pointer;pointer-events:none}.seo-ab-root *,.seo-ab-root :after,.seo-ab-root :before{box-sizing:border-box}.seo-ab-root article,.seo-ab-root div,.seo-ab-root figure,.seo-ab-root h1,.seo-ab-root h2,.seo-ab-root h3,.seo-ab-root h4,.seo-ab-root h5,.seo-ab-root h6,.seo-ab-root li,.seo-ab-root ol,.seo-ab-root p,.seo-ab-root section,.seo-ab-root ul{margin-top:0!important}.seo-ab-root{padding:8px 0 24px!important}.seo-ab-unified-card,.seo-article-block,.seo-article-card,.seo-bc-card,.seo-bc-section,.seo-content-section{margin-bottom:8px!important;padding:10px!important}.seo-bc-section:last-child{margin-bottom:0!important}.seo-ab-hero-intro{margin:0 auto 8px!important;padding:10px!important}.seo-ab-hero-intro :global(p){margin:0!important}.seo-article-content{padding:0 3px!important;gap:8px!important}.seo-article-content>*{margin-bottom:6px!important}.seo-article-content>:last-child{margin-bottom:0!important}.seo-article-content section{padding:8px!important;margin:0!important}.seo-article-content article{padding:0!important;margin:0!important}.seo-article-content p{margin-bottom:6px!important;padding:0!important;line-height:1.58}.seo-article-content h2{margin:8px 0 6px!important;padding:0!important}.seo-article-content h3{margin:8px 0 5px!important;padding:0!important}.seo-article-content ol,.seo-article-content ul{margin:6px 0!important;padding-left:12px!important;padding-right:0!important}.seo-article-content li{margin-bottom:4px!important;padding:0!important}.seo-article-content figure,.seo-article-content img,.seo-article-content picture,.seo-article-inline-fig{margin:8px 0!important;padding:0!important}.seo-article-inline-fig__inner{padding:0!important}.seo-bc-faq-accordion{gap:4px!important}.seo-bc-faq-item{margin-bottom:4px!important;padding:0!important}.seo-bc-faq-item summary{min-height:32px!important;padding:6px 8px!important;margin:0!important}.seo-bc-faq-answer{padding:4px 8px 6px!important;margin:0!important}.seo-bc-shop-list{gap:4px!important}.seo-bc-shop-list,.seo-bc-shop-list li{padding:0!important;margin:0!important}.seo-bc-shop-layout{padding:4px!important;gap:6px!important}.seo-bc-shop-left{padding:0!important}.seo-bc-shop-left>*{margin-bottom:2px!important}.seo-bc-shop-left>:last-child{margin-bottom:0!important}.seo-bc-shop-actions{padding:0!important}.seo-article-content .seo-commerce-block,.seo-commerce-block{margin:0 0 8px!important;padding:8px!important}.seo-article-content .seo-top-products,.seo-top-products{margin:0 0 8px!important;padding:0!important;gap:8px!important}.seo-article-content .seo-top-products li,.seo-top-products li{padding:8px!important;gap:8px!important;margin:0!important}.seo-product-card,.seo-product-item,.seo-related-item,.seo-related-product-card,.seo-top-product-card{padding:8px!important;margin-bottom:6px!important;gap:4px!important}.seo-product-card h3,.seo-related-product-card h3,.seo-top-product-card h3{margin:0 0 4px!important}.seo-product-card p,.seo-related-product-card p,.seo-top-product-card p{margin:0 0 3px!important}.vehicle-seo-count{padding:8px 10px!important;margin-bottom:8px!important}.vehicle-seo-part-list{gap:8px!important}.vehicle-seo-part-link{padding:10px!important;gap:6px!important}.vehicle-fault-item{padding:8px!important;margin-bottom:8px!important}.vehicle-fault-item:last-child{margin-bottom:0!important}.seo-bc-related-grid{gap:6px!important}.seo-bc-related-grid,.seo-bc-related-grid li{margin:0!important;padding:0!important}.seo-bc-related-grid li a{padding:6px 8px!important;margin:0!important}.vehicle-related-grid{gap:8px!important;padding:0!important}.vehicle-related-grid a{padding:8px 10px!important}.seo-article-content table{margin:6px 0!important;padding:0!important}.seo-article-content td,.seo-article-content th,.vehicle-maintenance-table td,.vehicle-maintenance-table th,.vehicle-price-table td,.vehicle-price-table th{padding:6px 8px!important}.seo-bc-shop-btn,.seo-btn,.seo-product-btn,.seo-top-products__cta{min-height:32px!important;padding:0 10px!important}.seo-bc-heading{margin:0 0 8px!important}.seo-ab-root>div,.seo-ab-root>section,.seo-article-content>div,.seo-article-content>section,.seo-bc-section>div{padding-left:0!important;padding-right:0!important}}