:root{--ink:#222;--text:#333;--muted:#717680;--line:#e4e6e9;--surface:#fff;--bg:#f4f5f6;--red:#991915;--red-bright:#b92520;--blue:#536688;--green:#2d8064;--amber:#a86f1d;--shadow:0 18px 50px rgba(22,29,37,.09)}
*{box-sizing:border-box}html{font-family:Roboto,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg)}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}.is-hidden{display:none!important}.prototype-bar{height:34px;background:#161616;color:#eee;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;letter-spacing:.035em;position:relative;z-index:50}.prototype-dot{width:7px;height:7px;border-radius:50%;background:#e05a54;box-shadow:0 0 0 4px rgba(224,90,84,.15)}
.login-view{min-height:calc(100vh - 34px);display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,560px);grid-template-rows:auto 1fr auto;padding:48px 6vw;background:linear-gradient(90deg,rgba(255,255,255,.96) 0 50%,rgba(25,25,25,.88) 50%),url("https://www.iotuning.com/images/product_images/original_images/IOBOX_Verpackung_Produkt_1920x1920px.jpg") right center/50% auto no-repeat}.login-brand{grid-column:1;display:flex;align-items:center;gap:18px}.login-brand img{width:230px;height:auto}.login-brand span{padding-left:18px;border-left:1px solid #bbb;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.login-card{grid-column:1;align-self:center;max-width:500px;padding:48px;background:white;box-shadow:var(--shadow)}.eyebrow{margin:0 0 10px;color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.login-card h1{font-size:38px;line-height:1.12;margin:0 0 16px;font-weight:500}.login-intro{color:var(--muted);line-height:1.6;margin:0 0 32px}.login-card label{display:block;font-size:13px;font-weight:700;margin:0 0 8px}.login-card input{width:100%;height:50px;border:1px solid #d9dce0;border-radius:3px;padding:0 14px;margin-bottom:20px;outline:none}.login-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(83,102,136,.12)}.password-row{display:flex;justify-content:space-between}.password-row a{color:var(--blue);font-size:12px;text-decoration:none}.login-note{font-size:11px;color:#8b8f96;text-align:center;margin:20px 0 0;line-height:1.5}.login-feature{grid-column:2;grid-row:2;align-self:end;color:white;padding:0 5vw 30px}.feature-index{color:#c14a45;font-size:12px;font-weight:800;border-bottom:2px solid #c14a45;padding-bottom:7px}.login-feature p{font-size:24px;line-height:1.45;font-weight:300}.login-feature strong{font-weight:600}.btn{border:0;border-radius:4px;min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-weight:700;transition:.2s ease}.btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.btn-primary,.btn-secondary{background:var(--blue);color:white}.btn-red{background:var(--red);color:white}.btn-full{width:100%}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
.app-shell{min-height:calc(100vh - 34px);display:grid;grid-template-columns:245px 1fr}.sidebar{background:var(--ink);color:#ddd;display:flex;flex-direction:column;position:sticky;top:0;height:calc(100vh - 34px);z-index:20}.sidebar-brand{height:86px;background:#f4f4f4;display:flex;align-items:center;padding:0 22px;gap:12px}.sidebar-brand img{width:165px}.sidebar-brand span{color:#555;border-left:1px solid #bbb;padding-left:12px;font-weight:800;font-size:12px;letter-spacing:.12em}.sidebar nav{padding:22px 14px}.nav-item{width:100%;height:48px;border:0;border-radius:4px;background:transparent;color:#bfc1c5;display:flex;align-items:center;gap:13px;padding:0 14px;text-align:left;margin:3px 0}.nav-item:hover{background:#2d2d2d;color:white}.nav-item.active{background:var(--red);color:white}.nav-item b{margin-left:auto;background:rgba(255,255,255,.17);min-width:22px;height:22px;display:grid;place-items:center;border-radius:12px;font-size:11px}.nav-icon{width:20px;text-align:center;font-size:18px}.sidebar-support{margin:auto 18px 16px;padding:18px;background:#2b2b2b;border-left:2px solid var(--red)}.sidebar-support small,.sidebar-support strong{display:block}.sidebar-support small{color:#999;font-size:11px}.sidebar-support strong{margin:5px 0 12px;color:#fff}.sidebar-support a{color:#c8cfdd;text-decoration:none;font-size:12px}.logout{margin:0 14px 18px;width:calc(100% - 28px)}
.main-area{min-width:0}.topbar{height:86px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 32px;gap:24px;position:sticky;top:0;z-index:15}.menu-toggle{display:none;border:0;background:none;font-size:22px}.global-search{height:44px;max-width:600px;flex:1;background:#f5f6f7;border-radius:4px;display:flex;align-items:center;padding:0 14px;color:#8b8f96;gap:10px}.global-search input{border:0;outline:0;background:transparent;flex:1;min-width:0}.global-search kbd{font-size:10px;background:white;border:1px solid #ddd;border-radius:3px;padding:4px 6px}.top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.icon-button,.cart-button,.account-button{height:44px;border:0;background:white}.icon-button{width:40px;font-size:20px;position:relative}.icon-button i{position:absolute;width:7px;height:7px;background:var(--red);border-radius:50%;right:6px;top:8px}.cart-button{display:flex;align-items:center;gap:10px;padding:0 12px}.cart-button strong{background:var(--red);color:white;border-radius:10px;min-width:21px;height:21px;display:grid;place-items:center;font-size:11px}.account-button{display:flex;align-items:center;gap:10px;border-left:1px solid var(--line);padding-left:18px}.avatar{width:36px;height:36px;border-radius:50%;background:#e8eaee;display:grid;place-items:center;font-size:12px;font-weight:800}.account-button>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start}.account-button small{color:#8a8e95;font-size:10px}.account-button b{font-size:12px}.account-button em{font-style:normal;color:#999}.content{padding:38px 40px 60px;max-width:1600px;margin:auto}.welcome-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.welcome-row h1{font-size:32px;font-weight:500;margin:0}.welcome-row>div>p:last-child{color:var(--muted);margin:8px 0 0}.finder-card{position:relative;overflow:hidden;background:linear-gradient(115deg,#202020 0%,#292929 66%,#3a2020 100%);color:white;display:grid;grid-template-columns:320px 1fr;padding:34px 38px;gap:40px;box-shadow:var(--shadow)}.finder-card:after{content:"IO";position:absolute;right:-15px;bottom:-70px;font-size:240px;font-weight:900;color:rgba(255,255,255,.025);pointer-events:none}.finder-copy{border-right:1px solid rgba(255,255,255,.13);padding-right:38px}.eyebrow.light{color:#d5615d}.finder-copy h2{font-size:27px;line-height:1.22;margin:0 0 14px;font-weight:500}.finder-copy>p:last-child{color:#bfc1c5;font-size:13px;line-height:1.55}.vehicle-form{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-content:center;position:relative;z-index:1}.vehicle-form label{font-size:11px;color:#bfc1c5;font-weight:700}.vehicle-form select{display:block;width:100%;height:48px;margin-top:7px;background:#fff;color:#333;border:0;border-radius:3px;padding:0 12px}.vehicle-form .btn{grid-column:3}.finder-shortcuts{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;z-index:1}.finder-shortcuts button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:white;min-height:60px;text-align:left;padding:10px 13px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:1fr 1fr}.finder-shortcuts button:hover{background:rgba(255,255,255,.09)}.finder-shortcuts span{grid-row:1/3;font-size:20px;color:#d56c67;align-self:center}.finder-shortcuts b{font-size:12px}.finder-shortcuts small{color:#999}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.stats-grid article{background:#fff;border:1px solid var(--line);min-height:112px;padding:20px;display:flex;align-items:center;gap:15px}.stat-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:700}.stat-icon.red{background:#faeaea;color:var(--red)}.stat-icon.blue{background:#edf0f6;color:var(--blue)}.stat-icon.green{background:#e8f3ef;color:var(--green)}.stat-icon.amber{background:#f8f0e4;color:var(--amber)}.stats-grid article>div{display:flex;flex-direction:column}.stats-grid small{color:#73777e;font-size:11px}.stats-grid strong{font-size:24px;margin:3px 0}.stats-grid em{font-style:normal;font-size:10px;color:#9a9da3}.stats-grid article>button{margin-left:auto;border:0;background:none;color:#999}.lower-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:18px}.panel{background:white;border:1px solid var(--line)}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.panel-heading h2{font-size:18px;margin:0;font-weight:600}.panel-heading button{border:0;background:none;color:var(--blue);font-size:12px;font-weight:700}.order-row{display:grid;grid-template-columns:44px minmax(170px,1fr) 120px 105px 20px;gap:14px;align-items:center;padding:16px 22px;border-bottom:1px solid #eee}.order-row:last-child{border:0}.product-mark{width:40px;height:40px;border-radius:4px;display:grid;place-items:center;font-weight:900;font-size:12px}.iobox{background:#2e3033;color:#fff}.iopedal{background:#f0ecec;color:var(--red)}.mixed{background:var(--blue);color:#fff}.order-row>div{display:flex;flex-direction:column}.order-row b{font-size:13px}.order-row small,.order-row time{color:#888;font-size:11px;margin-top:5px}.status{width:max-content;border-radius:12px;padding:5px 9px;font-size:10px;font-weight:700}.processing{background:#edf0f6;color:var(--blue)}.open{background:#faeaea;color:var(--red)}.shipped{background:#e8f3ef;color:var(--green)}.order-row>button{border:0;background:none;font-size:20px;color:#999}.news-panel{padding-bottom:8px}.news-item{display:grid;grid-template-columns:45px 1fr auto;gap:12px;align-items:center;padding:16px 22px;border-bottom:1px solid #eee}.news-item time{font-size:11px;color:var(--red);font-weight:800;text-transform:uppercase}.news-item div{display:flex;flex-direction:column}.news-item b{font-size:12px}.news-item small{font-size:10px;color:#888;margin-top:5px}.news-item>span{font-size:9px;color:white;background:var(--red);padding:4px 6px;border-radius:2px}.toast{position:fixed;right:28px;bottom:28px;background:#202020;color:#fff;padding:14px 20px;border-left:3px solid var(--red);box-shadow:var(--shadow);font-size:13px;transform:translateY(120px);opacity:0;transition:.25s;z-index:100}.toast.show{transform:translateY(0);opacity:1}
@media(max-width:1100px){.app-shell{grid-template-columns:76px 1fr}.sidebar-brand{padding:0 13px}.sidebar-brand img{width:50px;object-fit:cover;object-position:left}.sidebar-brand span,.nav-item span:not(.nav-icon),.sidebar-support,.logout span:not(.nav-icon){display:none}.nav-item{justify-content:center}.nav-item b{position:absolute;margin:0 0 25px 28px}.finder-card{grid-template-columns:260px 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.lower-grid{grid-template-columns:1fr}.top-actions .cart-button span{display:none}}
@media(max-width:760px){.prototype-bar{font-size:10px;padding:0 10px;text-align:center}.login-view{display:block;padding:28px 18px;background:#f3f4f5}.login-brand{margin-bottom:28px}.login-brand img{width:190px}.login-card{padding:28px 24px}.login-card h1{font-size:30px}.login-feature{display:none}.app-shell{display:block}.sidebar{position:fixed;left:-260px;width:245px;height:calc(100vh - 34px);transition:.25s}.sidebar.open{left:0;box-shadow:20px 0 50px rgba(0,0,0,.25)}.sidebar-brand img{width:165px;object-fit:initial}.sidebar-brand span,.nav-item span:not(.nav-icon),.sidebar-support,.logout span:not(.nav-icon){display:block}.nav-item{justify-content:flex-start}.menu-toggle{display:block}.topbar{padding:0 15px;height:68px}.global-search{max-width:none}.global-search kbd,.top-actions>.icon-button,.account-button>span:nth-child(2),.account-button em{display:none}.account-button{padding-left:8px}.content{padding:24px 16px 45px}.welcome-row{align-items:flex-start}.welcome-row .btn{width:46px;padding:0;font-size:0}.welcome-row .btn span{font-size:18px}.finder-card{display:block;padding:28px 22px}.finder-copy{border:0;padding:0}.vehicle-form{grid-template-columns:1fr}.vehicle-form .btn{grid-column:1}.finder-shortcuts{grid-column:auto;grid-template-columns:1fr;margin-top:20px}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid article{padding:14px;min-height:96px}.stats-grid article>button,.stats-grid em{display:none}.order-row{grid-template-columns:40px 1fr auto}.order-row .status{grid-column:2}.order-row time,.order-row>button{display:none}}
@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.global-search{background:transparent;padding:0}.global-search input{font-size:12px}.cart-button{padding:0}.login-brand span{display:none}}

/* Interactive catalogue views */
.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.page-heading h1{font-size:32px;font-weight:500;margin:0}.page-heading p:last-child{color:var(--muted);margin:8px 0 0}.btn-outline{background:#fff;color:var(--blue);border:1px solid #cdd2dc}.vehicle-summary{background:#242424;color:#fff;padding:24px 28px;display:flex;align-items:center;gap:22px;box-shadow:var(--shadow)}.vehicle-badge{width:72px;height:72px;border-radius:50%;background:#f5f5f5;color:#222;display:grid;place-items:center;font-weight:900;font-size:14px}.vehicle-summary small{color:#aaa;text-transform:uppercase;letter-spacing:.12em;font-size:9px}.vehicle-summary h2{margin:5px 0 7px;font-size:21px}.vehicle-summary p{margin:0;color:#b9bbc0;font-size:12px}.favorite-button{margin-left:auto;width:46px;height:46px;border:1px solid #555;background:transparent;color:white;border-radius:50%;font-size:24px}.favorite-button.saved{background:var(--red);border-color:var(--red)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin:25px 0 14px}.catalog-toolbar>div{display:flex;flex-direction:column}.catalog-toolbar span{font-size:10px;color:#888;margin-top:4px}.catalog-toolbar label{font-size:11px;color:#777}.catalog-toolbar select{margin-left:8px;height:36px;border:1px solid var(--line);background:#fff;padding:0 10px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.product-card{position:relative;background:white;border:1px solid var(--line);padding:24px;display:flex;flex-direction:column;min-height:530px}.product-card.featured{border-top:3px solid var(--red);padding-top:22px}.recommendation{position:absolute;right:18px;top:18px;background:#f8e9e9;color:var(--red);font-size:9px;text-transform:uppercase;font-weight:800;padding:5px 8px;border-radius:2px}.product-visual{width:78px;height:78px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:900;font-size:23px;letter-spacing:-.08em;margin-bottom:22px}.product-visual small{font-size:10px;letter-spacing:.15em}.product-visual.dark,.modal-visual{background:#242424;color:#fff}.product-visual.red{background:#f6e8e8;color:var(--red)}.product-visual.blue{background:#e9edf4;color:var(--blue)}.product-type{font-size:10px;color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin:0}.product-card h2{margin:7px 0;font-size:24px}.product-description{color:#73777f;font-size:12px;line-height:1.55;min-height:56px}.power-values{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f3f4f5;padding:14px;margin:12px 0}.power-values span{display:flex;flex-direction:column}.power-values span:last-child{text-align:right}.power-values small,.price-row small{font-size:9px;color:#888;text-transform:uppercase}.power-values b{font-size:16px;margin:3px 0}.power-values em{font-size:11px;font-style:normal;color:#666}.power-values i{font-style:normal;color:var(--red)}.feature-list{display:flex;flex-direction:column;gap:8px;background:#f6f7f8;padding:15px;margin:12px 0;font-size:11px;color:#565a61}.price-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--line);padding-top:18px;margin-top:auto}.price-row span{display:flex;flex-direction:column}.price-row span:last-child{text-align:right}.price-row strong{font-size:21px;margin-top:4px}.price-row b{font-size:13px;margin-top:5px}.product-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:8px;margin-top:18px}.product-actions .btn{padding:0 12px;font-size:12px}.category-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:18px;overflow:auto}.category-tabs button{border:0;background:none;padding:13px 18px;color:#777;white-space:nowrap}.category-tabs button.active{color:var(--red);border-bottom:2px solid var(--red);font-weight:700}.simple-product-list{display:grid;gap:10px}.simple-product-list article{display:grid;grid-template-columns:48px 1fr 120px 150px;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);padding:18px 22px}.simple-product-list h3{margin:0 0 5px}.simple-product-list p{margin:0;color:#888;font-size:12px}.order-filters{display:flex;gap:5px;align-items:center;margin-bottom:18px}.order-filters button{height:38px;border:1px solid var(--line);background:white;padding:0 13px;color:#666}.order-filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.order-filters b{margin-left:5px;font-size:10px}.order-filters input{margin-left:auto;height:38px;width:230px;border:1px solid var(--line);padding:0 12px}.orders-head,.orders-line{display:grid;grid-template-columns:1.3fr .7fr .65fr .75fr .9fr 20px;align-items:center;gap:12px;padding:15px 20px}.orders-head{background:#f5f6f7;color:#7a7d83;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.orders-line{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;color:#444}.orders-line:hover{background:#fafafb}.orders-line>span:first-child{display:flex;flex-direction:column}.orders-line small{color:#92959b;margin-top:4px}.orders-line time,.orders-line>span,.orders-line strong{font-size:12px}.orders-line em{font-style:normal}.orders-line i{font-size:20px;font-style:normal;color:#999}.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.download-grid button{background:#fff;border:1px solid var(--line);padding:20px;display:grid;grid-template-columns:48px 1fr 25px;gap:15px;align-items:center;text-align:left}.download-grid button:hover{border-color:#b8beca}.download-grid button>span{width:45px;height:45px;background:#f5e9e9;color:var(--red);display:grid;place-items:center;font-size:10px;font-weight:900}.download-grid div{display:flex;flex-direction:column}.download-grid small{color:#8b8e94;margin-top:6px}.download-grid i{font-style:normal;font-size:20px;color:var(--blue)}
.cart-drawer{position:fixed;z-index:110;right:-480px;top:0;height:100vh;width:min(460px,100vw);background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.2);display:flex;flex-direction:column;transition:right .28s ease}.cart-drawer.open{right:0}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:105;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.show{opacity:1;pointer-events:auto}.drawer-head{padding:25px 28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-head h2{margin:0}.drawer-head>button,.modal-close{border:0;background:none;font-size:28px;color:#777}.cart-items{padding:8px 28px;overflow:auto}.cart-items article{display:grid;grid-template-columns:44px 1fr auto;gap:13px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-items article>div{display:flex;flex-direction:column}.cart-items small{color:#888;margin:5px 0 10px}.cart-items label{font-size:10px;color:#777}.cart-items input{width:45px;height:27px;margin-left:6px;border:1px solid var(--line)}.cart-items article>strong{font-size:13px}.cart-summary{margin-top:auto;padding:24px 28px;background:#f5f6f7}.cart-summary>div{display:flex;justify-content:space-between;margin:8px 0;font-size:12px}.cart-total{padding:16px 0;margin-top:15px!important;border-top:1px solid #d4d6da;font-size:14px!important}.cart-total strong{font-size:20px}.cart-summary>small{display:block;text-align:center;color:#8c8f94;margin-top:13px}.product-modal{width:min(880px,calc(100vw - 30px));padding:0;border:0;box-shadow:0 30px 90px rgba(0,0,0,.3);grid-template-columns:280px 1fr}.product-modal[open]{display:grid}.product-modal::backdrop{background:rgba(0,0,0,.55)}.modal-close{position:absolute;right:17px;top:12px;z-index:2}.modal-visual{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:70px;font-weight:900;letter-spacing:-.1em}.modal-visual small{font-size:19px;letter-spacing:.22em}.modal-content{padding:45px}.modal-content h2{font-size:27px;margin:0 0 15px}.modal-content>p:nth-of-type(2){color:#71757c;line-height:1.6}.modal-specs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line);margin:24px 0}.modal-specs span{padding:14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.modal-specs small{color:#888;font-size:9px;text-transform:uppercase}.modal-specs b{font-size:13px;margin-top:5px}.modal-docs{display:flex;gap:6px;flex-wrap:wrap}.modal-docs button{border:0;background:#edf0f5;color:var(--blue);font-size:10px;padding:9px}.modal-buy{display:flex;align-items:flex-end;justify-content:space-between;margin-top:28px}.modal-buy>span{display:flex;flex-direction:column}.modal-buy small{color:#888}.modal-buy strong{font-size:24px}.modal-buy em{font-style:normal;color:#888;font-size:10px;margin-top:4px}
@media(max-width:1100px){.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/3}.simple-product-list article{grid-template-columns:48px 1fr 120px}.simple-product-list .btn{grid-column:2/4;width:max-content}.orders-head,.orders-line{grid-template-columns:1.3fr .7fr .65fr .75fr .9fr 15px}}
@media(max-width:760px){.page-heading{align-items:flex-start}.page-heading h1{font-size:27px}.vehicle-summary{padding:20px}.vehicle-badge{width:50px;height:50px}.vehicle-summary h2{font-size:16px}.vehicle-summary p{display:none}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.simple-product-list article{grid-template-columns:44px 1fr}.simple-product-list article>b{grid-column:2}.simple-product-list .btn{grid-column:2;width:100%}.order-filters{overflow:auto}.order-filters input{display:none}.orders-head{display:none}.orders-line{grid-template-columns:1.2fr .7fr 1fr;padding:15px}.orders-line>span:nth-child(3),.orders-line>strong,.orders-line>i{display:none}.download-grid{grid-template-columns:1fr}.product-modal[open]{display:block}.modal-visual{min-height:150px}.modal-content{padding:28px 22px}.modal-specs{grid-template-columns:1fr 1fr}.modal-buy{align-items:stretch;flex-direction:column;gap:18px}.cart-drawer{top:34px;height:calc(100vh - 34px)}}

.login-view{background:linear-gradient(90deg,#f6f7f8 0 50%,#1c1c1d 50% 100%);position:relative;overflow:hidden}.login-view:after{content:"IO";position:absolute;right:-3vw;top:8vh;color:rgba(255,255,255,.035);font-size:min(38vw,600px);font-weight:900;letter-spacing:-.12em;line-height:1;pointer-events:none}.login-brand,.login-card,.login-feature{position:relative;z-index:1}@media(max-width:760px){.login-view:after{display:none}}

/* Fast vehicle workspace inspired by the desktop workflow */
.compact-heading{margin-bottom:20px}.workspace-actions{display:flex;align-items:flex-end;gap:10px}.workspace-actions label{font-size:10px;color:#777;display:flex;flex-direction:column;gap:6px}.workspace-actions select{height:42px;border:1px solid var(--line);background:#fff;padding:0 35px 0 12px}.tree-workbench{display:grid;grid-template-columns:.72fr 1.35fr 1.35fr;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);min-height:430px}.tree-column{min-width:0;border-right:1px solid var(--line);display:flex;flex-direction:column}.tree-column:last-child{border:0}.tree-title{height:66px;padding:0 16px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.tree-title>span{width:26px;height:26px;border-radius:50%;background:#eee;color:#777;display:grid;place-items:center;font-size:10px;font-weight:800}.tree-title small{display:block;color:#94979d;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.tree-title h2{font-size:16px;margin:2px 0 0}.tree-title>img{margin-left:auto;width:72px;height:38px;object-fit:contain}.tree-search{height:43px;display:flex;align-items:center;gap:8px;padding:0 13px;background:#f7f8f9;border-bottom:1px solid var(--line);color:#888}.tree-search input{border:0;outline:0;background:transparent;min-width:0;width:100%;font-size:11px}.tree-list{height:320px;overflow:auto;padding:7px}.tree-list button{width:100%;min-height:31px;border:0;background:transparent;display:flex;align-items:center;text-align:left;padding:4px 9px;color:#3d4045;font-size:11px}.tree-list button:hover{background:#f0f1f3}.tree-list button.selected{background:#dde3ed;color:#293a59;font-weight:700;box-shadow:inset 3px 0 var(--blue)}.manufacturer-tree button{gap:9px}.manufacturer-tree img,.generic-make{width:27px;height:22px;object-fit:contain}.generic-make{display:grid;place-items:center;background:#eceef1;border-radius:3px;font-size:8px;color:#777;font-weight:800}.tree-group>.tree-parent i{font-style:normal;font-size:16px;margin-right:7px;transition:.15s}.tree-group.open>.tree-parent i{transform:rotate(90deg)}.tree-children{display:none;padding-left:18px;border-left:1px solid #cbd0d8;margin-left:15px}.tree-group.open>.tree-children{display:block}.tree-children button{position:relative}.tree-children button:before{content:"";position:absolute;left:-18px;width:13px;border-top:1px solid #cbd0d8}.engine-tree button{border-left:1px solid #cbd0d8;margin-left:6px;width:calc(100% - 6px)}.engine-tree button:before{content:"";width:9px;border-top:1px solid #cbd0d8;margin-right:7px}.engine-details,.workspace-products{background:#fff;border:1px solid var(--line);border-top:0;padding:20px}.section-label{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}.section-label h2{font-size:17px;margin:0}.section-label h2 span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#eee;color:#777;font-size:9px;margin-left:6px}.section-label>small{color:#888}.favorite-inline{border:0;background:none;color:var(--blue);font-size:11px}.engine-detail-grid{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid var(--line)}.engine-detail-grid span{display:flex;flex-direction:column;padding:12px 13px;border-right:1px solid var(--line)}.engine-detail-grid span:last-child{border:0}.engine-detail-grid small{font-size:9px;text-transform:uppercase;color:#8c8f95}.engine-detail-grid b{font-size:12px;margin-top:5px}.product-work-area{display:grid;grid-template-columns:minmax(0,1fr) 290px;border:1px solid var(--line)}.compact-table-wrap{overflow:auto}.compact-product-table{width:100%;border-collapse:collapse;min-width:940px}.compact-product-table th{height:42px;background:#f1f2f4;color:#686c73;font-size:9px;text-transform:uppercase;letter-spacing:.05em;text-align:left;padding:7px 9px;border-right:1px solid #dfe2e6}.compact-product-table td{height:58px;padding:7px 9px;border-right:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb;font-size:11px}.group-row td{height:30px;background:#f8f8f9;color:#60646b;font-weight:700;padding:5px 10px}.group-row td:before{content:"⌄";margin-right:7px}.product-table-row{cursor:pointer}.product-table-row:hover td{background:#fafbfc}.product-table-row.selected td{background:#f0f3f8}.product-table-row.selected td:first-child{box-shadow:inset 3px 0 var(--blue)}.product-table-row td:first-child{display:flex;align-items:center;gap:8px}.product-table-row td:first-child img{width:42px;height:42px;object-fit:contain;background:#fff}.product-table-row td:nth-child(6){white-space:nowrap}.product-table-row td:nth-child(6) small{display:block;color:#777;margin-top:3px}.dealer-price{color:var(--red)}.muted-cell{color:#aaa}.doc-button{border:0;background:#edf0f4;color:var(--blue);font-size:8px;font-weight:800;padding:5px;margin:1px}.table-cart{border:0;background:var(--blue);color:#fff;border-radius:3px;height:31px;padding:0 9px;font-size:9px;font-weight:700;white-space:nowrap}.inline-product-preview{border-left:1px solid var(--line);padding:17px;display:flex;flex-direction:column}.preview-heading{display:flex;justify-content:space-between;align-items:flex-start}.preview-heading h3{margin:0;font-size:20px}.preview-heading button{border:0;background:none;color:var(--blue);font-size:10px}.preview-main{height:205px;display:grid;place-items:center;margin:8px 0}.preview-main img{width:100%;height:100%;object-fit:contain}.preview-thumbs{display:flex;gap:6px;justify-content:center}.preview-thumbs button{width:54px;height:48px;border:1px solid var(--line);background:#fff;padding:2px}.preview-thumbs button.selected{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.preview-thumbs img{width:100%;height:100%;object-fit:contain}.inline-product-preview>p{font-size:9px;color:#92959a;line-height:1.5;text-align:center;margin-top:auto}.tree-list button.is-filtered{display:none}
@media(max-width:1200px){.tree-workbench{grid-template-columns:.8fr 1.2fr 1.2fr}.product-work-area{grid-template-columns:1fr}.inline-product-preview{border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:180px 1fr;gap:15px}.preview-heading{grid-column:1/3}.preview-main{height:150px;margin:0}.preview-thumbs{align-self:center;justify-content:flex-start}.inline-product-preview>p{text-align:left;margin:auto 0}.engine-detail-grid{grid-template-columns:repeat(4,1fr)}.engine-detail-grid span:nth-child(4){border-right:0}.engine-detail-grid span:nth-child(-n+4){border-bottom:1px solid var(--line)}}
@media(max-width:760px){.workspace-actions label{display:none}.tree-workbench{display:block;min-height:0}.tree-column{border:0;border-bottom:1px solid var(--line)}.tree-list{height:220px}.tree-title>img{width:56px}.engine-detail-grid{grid-template-columns:repeat(2,1fr)}.engine-detail-grid span{border-bottom:1px solid var(--line)}.engine-detail-grid span:nth-child(even){border-right:0}.product-work-area{display:block}.inline-product-preview{display:block}.preview-heading{display:flex}.preview-main{height:220px}.preview-thumbs{justify-content:center}.inline-product-preview>p{text-align:center;margin-top:14px}.workspace-products,.engine-details{padding:15px}.compact-heading{display:flex}.compact-heading .btn{font-size:0;width:44px;padding:0}.compact-heading .btn:after{content:"⌂";font-size:17px}}
