@font-face{font-family:Barlow;src:url('/assets/barlow-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Barlow;src:url('/assets/barlow-500.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Barlow;src:url('/assets/barlow-600.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Barlow;src:url('/assets/barlow-700.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Barlow;src:url('/assets/barlow-800.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Barlow;src:url('/assets/barlow-900.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap}
:root{--primary:oklch(.527 .202 22.7);--primary-hover:oklch(.46 .18 22.7);--ink:oklch(.235 .008 22.7);--muted:oklch(.48 .008 22.7);--bg:oklch(1 0 0);--surface:oklch(.974 0 0);--line:oklch(.895 0 0);--green:oklch(.43 .113 151);--green-hover:oklch(.36 .1 151);--dark:oklch(.205 .006 22.7);--radius:6px;--z-sticky:10;--z-floating:20;--z-toast:30}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:18px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Barlow,'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{touch-action:manipulation}button{color:inherit}input,select,textarea{max-width:100%}input:not([type=checkbox]):not([type=hidden]),select,textarea{border:1px solid var(--line);border-radius:var(--radius);padding:11px 13px;background:var(--bg);color:var(--ink)}input::placeholder,textarea::placeholder{color:var(--muted)}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:2px}a:focus-visible,button:focus-visible{outline:3px solid var(--primary);outline-offset:4px}button:disabled{opacity:.55;cursor:not-allowed}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.15;text-wrap:balance}p{text-wrap:pretty}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}form{margin:0}.icon{width:22px;height:22px;vertical-align:middle}.container{width:min(1280px,calc(100% - 80px));margin-inline:auto}.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}.skip-link{position:fixed;top:-100px;left:16px;padding:12px;background:var(--bg);z-index:var(--z-toast)}.skip-link:focus{top:8px}.topbar{background:var(--dark);color:oklch(.94 0 0);font-size:12px}.topbar>.container{display:flex;justify-content:space-between;align-items:center;min-height:34px;gap:20px}.topbar span,.topbar a{display:flex;align-items:center;gap:8px}.topbar .icon{width:16px;height:16px}.topbar .container>div{display:flex;gap:30px}.topbar a:hover{color:oklch(1 0 0);text-decoration:underline}.header-main{display:flex;align-items:center;gap:34px;min-height:112px}.brand{display:inline-flex;align-items:center;flex-shrink:0;gap:10px}.brand-mark{position:relative;display:grid;place-items:center;font-size:46px;font-weight:900;line-height:1;color:var(--primary);font-style:italic;width:49px;height:50px;transform:skew(-7deg);border:4px solid var(--primary);border-right:0;border-radius:11px 0 0 11px;overflow:hidden}.brand-mark>span{position:absolute;width:19px;height:8px;background:var(--primary);right:-3px;top:20px}.brand-type{font-size:26px;font-weight:850;letter-spacing:-1.05px;line-height:1}.brand-type>span{color:var(--primary)}.brand-type small{display:block;font-size:10px;font-weight:600;letter-spacing:3.8px;margin-top:7px}.search-form{display:flex;flex:1;min-width:180px;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.search-form input[type=search]{width:100%;min-width:0;border:0;border-radius:0;background:transparent;padding:14px 18px;font-size:14px;outline-offset:-3px}.search-form button{border:0;background:transparent;padding:12px 16px;color:var(--primary)}.search-form button:hover{background:var(--line)}.header-help{display:flex;gap:10px;align-items:center;font-size:12px;flex-shrink:0;color:var(--muted)}.header-help>.icon{color:var(--green);width:28px;height:28px}.header-help strong{display:block;font-size:14px;color:var(--ink);font-weight:650}.header-cart{position:relative;display:flex;align-items:center;gap:10px;font-size:13px;padding-left:20px;border-left:1px solid var(--line);min-height:38px;flex-shrink:0}.header-cart>.icon{width:27px;height:27px}.cart-count{position:absolute;left:38px;top:-5px;width:18px;height:18px;border-radius:50%;background:var(--primary);color:var(--bg);font-size:10px;display:grid;place-items:center}.category-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-nav>.container{display:flex;align-items:stretch;justify-content:space-between;gap:16px;min-height:51px}.category-nav a{font-weight:550;font-size:14px;display:flex;align-items:center;gap:10px;white-space:nowrap;transition:color .18s}.category-nav a:hover{color:var(--primary)}.category-nav .all-categories{font-weight:700;border-right:1px solid var(--line);padding-right:26px}.category-nav .nav-contact{color:var(--primary);font-size:13px;margin-left:20px}.nav-contact .icon{width:18px}.hero{background:var(--dark) url('/assets/hero.jpg') center center/cover no-repeat;color:var(--bg);position:relative;min-height:480px;isolation:isolate}.hero:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,oklch(.13 0 0 / .84),oklch(.13 0 0 / .52) 37%,transparent 76%)}.hero-inner{min-height:480px;display:flex;align-items:center;justify-content:space-between;position:relative}.hero-copy{padding:52px 0 57px;max-width:610px}.hero-label{font-size:12px;letter-spacing:2.1px;font-weight:600;display:flex;align-items:center;gap:10px;margin-bottom:23px}.hero-label>span{width:18px;height:3px;background:oklch(.66 .215 25)}.hero h1{font-size:clamp(44px,4.8vw,68px);line-height:1.03;letter-spacing:-1.8px;font-weight:780;margin-bottom:21px}.hero h1 em{font-style:normal;color:oklch(.68 .22 25)}.hero p{font-size:17px;line-height:1.6;color:oklch(.91 0 0);margin-bottom:28px}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:46px;border:1px solid transparent;border-radius:var(--radius);padding:12px 20px;font-size:14px;line-height:1.4;font-weight:650;transition:background .18s,color .18s,transform .18s}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button .icon{width:19px;height:19px}.button-primary{background:var(--primary);color:var(--bg)}.button-primary:hover{background:var(--primary-hover)}.button-primary>.icon:last-child{margin-left:10px}.button-whatsapp{background:var(--green);color:var(--bg)}.button-whatsapp:hover{background:var(--green-hover)}.button-outline{border-color:var(--line);background:var(--bg);color:var(--ink)}.button-outline:hover{border-color:var(--ink);background:var(--surface)}.button-white{background:var(--bg);color:var(--ink)}.button-white:hover{background:oklch(.94 0 0)}.hero-secondary{display:inline-flex;align-items:center;gap:8px;font-size:13px;margin-left:22px;color:oklch(.94 0 0)}.hero-secondary:hover{text-decoration:underline}.hero-secondary .icon{width:20px}.hero-signature{position:absolute;right:0;bottom:26px;text-align:right;display:flex;flex-direction:column;letter-spacing:1.6px;font-size:9px;line-height:1.6;color:oklch(.9 0 0)}.hero-signature strong{font-size:12px;font-weight:650}.benefits{border-bottom:1px solid var(--line);background:var(--surface)}.benefits>.container{display:grid;grid-template-columns:repeat(4,1fr);padding-block:25px;gap:28px}.benefits .container>div{display:flex;align-items:center;gap:13px}.benefits .icon{color:var(--primary);width:30px;height:30px}.benefits strong{display:block;font-size:14px;font-weight:650}.benefits span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px}.section-heading h2{font-size:29px;font-weight:750;letter-spacing:-.65px}.section-heading p{font-size:14px;color:var(--muted);margin-top:8px}.text-link{display:inline-flex;align-items:center;gap:12px;color:var(--primary);font-size:14px;font-weight:650}.text-link:hover{text-decoration:underline}.text-link .icon{width:18px}.category-section{padding-top:48px;padding-bottom:47px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-tile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 8px 19px;border:1px solid var(--line);border-radius:var(--radius);transition:border-color .2s,background .2s;position:relative;gap:13px}.category-tile:hover{border-color:var(--primary);background:oklch(.98 .006 22.7)}.category-visual{height:59px;display:grid;place-items:center;color:var(--ink)}.category-visual .icon{width:47px;height:47px;stroke-width:1.1;transition:transform .2s}.category-tile:hover .category-visual .icon{transform:translateY(-3px);color:var(--primary)}.category-tile strong{font-size:14px;font-weight:600}.category-tile>.icon{position:absolute;right:10px;top:12px;width:13px;height:13px;color:var(--muted)}.featured-section{padding-block:8px 58px}.heading-dot{color:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--bg);display:flex;flex-direction:column;transition:border-color .2s}.product-card:hover{border-color:oklch(.64 0 0)}.product-photo{height:218px;position:relative;display:block;background:var(--bg)}.product-photo img{width:100%;height:100%;object-fit:contain;padding:17px;transition:transform .3s}.product-card:hover .product-photo img{transform:scale(1.035)}.condition{position:absolute;top:12px;left:12px;font-size:10px;font-weight:600;padding:3px 8px;background:var(--surface);border:1px solid var(--line);border-radius:3px}.demo-badge{position:absolute;right:10px;bottom:7px;font-size:9px;color:var(--muted);background:var(--bg);padding:2px 5px}.product-content{padding:17px 17px 8px;display:flex;flex-direction:column;flex:1;border-top:1px solid oklch(.95 0 0)}.product-meta{display:flex;justify-content:space-between;gap:6px;font-size:10px;text-transform:uppercase;font-weight:650;color:var(--muted);margin-bottom:9px;letter-spacing:.3px}.product-meta>span{font-size:9px;font-weight:400;text-transform:none;letter-spacing:0}.product-card h3{font-size:17px;font-weight:650;line-height:1.3;min-height:44px;margin-bottom:6px}.product-card h3 a:hover{color:var(--primary)}.application{font-size:12px;color:var(--muted);margin-bottom:19px;min-height:35px}.product-price{font-size:26px;font-weight:750;letter-spacing:-.5px;margin-top:auto;line-height:1.2}.price-caption{font-size:11px;color:var(--muted);margin-top:5px;margin-bottom:17px}.card-buy{font-size:12px;min-height:41px;padding:10px 7px;gap:7px}.card-buy .icon{width:18px;height:18px}.add-cart{border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:7px;width:100%;font-size:11px;padding:12px 3px;color:var(--muted)}.add-cart .icon{width:14px;height:14px}.add-cart:hover{color:var(--primary)}.unavailable{font-size:13px;padding:12px;text-align:center;background:var(--surface);color:var(--muted);margin-bottom:10px}.assistance{background:var(--primary);color:var(--bg);border-radius:var(--radius);display:flex;align-items:center;gap:30px;padding:35px 42px}.assistance-icon{border:1px solid oklch(1 0 0 / .35);border-radius:50%;width:78px;height:78px;display:grid;place-items:center;flex-shrink:0}.assistance-icon .icon{width:42px;height:42px;stroke-width:1.3}.assistance h2{font-size:29px;letter-spacing:-.5px;margin-bottom:10px}.assistance p{font-size:14px;color:oklch(.97 .006 22.7);line-height:1.5}.assistance .button{margin-left:auto;flex-shrink:0;font-size:13px}.assistance .button>.icon:first-child{color:var(--green)}.brand-section{text-align:center;padding-block:48px 49px}.brand-section>p{font-size:13px;color:var(--muted);margin-bottom:26px}.truck-brands{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 20px;flex-wrap:wrap}.truck-brands span{font-size:22px;font-weight:750;letter-spacing:-.6px;color:oklch(.45 0 0)}.truck-brands .brand-volvo{font-family:Georgia,serif;font-weight:700;letter-spacing:2px}.truck-brands .brand-scania{letter-spacing:1.7px}.truck-brands .brand-iveco{font-style:italic;font-size:27px}.brand-section>small{font-size:10px;color:var(--muted);display:block;margin-top:23px}.site-footer{background:var(--surface);border-top:1px solid var(--line)}.footer-main{display:grid;grid-template-columns:1.25fr .8fr .85fr 1.2fr;gap:42px;padding-block:48px 40px}.footer-company .brand-mark{width:38px;height:40px;font-size:36px;border-width:3px;border-radius:8px 0 0 8px}.footer-company .brand-mark>span{top:16px;height:6px}.footer-company .brand-type{font-size:22px}.footer-company .brand-type small{font-size:8px;letter-spacing:3.2px}.footer-company p{font-size:13px;color:var(--muted);margin-block:21px 16px}.footer-company>span{font-size:11px;color:var(--muted);line-height:1.8;display:block}.footer-main h2{font-size:15px;font-weight:700;margin:6px 0 18px}.footer-main>div>a:not(.brand){display:block;font-size:12px;color:var(--muted);margin-bottom:10px}.footer-main>div>a:hover{color:var(--primary)}.footer-main .footer-whatsapp{display:flex!important;align-items:center;gap:8px;color:var(--green)!important;font-weight:650;font-size:12px}.footer-whatsapp .icon{width:19px}.footer-whatsapp .icon:last-child{width:15px}.footer-contact p{display:flex;gap:8px;font-size:12px;color:var(--muted);margin-block:14px;align-items:flex-start}.footer-contact p .icon{width:16px;height:16px;margin-top:2px}.footer-trust{border-top:1px solid var(--line);padding-block:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-trust>p{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.trust-badges{display:flex;gap:12px;flex-wrap:wrap}.trust-seal{display:flex;align-items:center;gap:10px;padding:10px 15px;border:1px solid oklch(.77 .032 151);border-radius:4px;background:var(--bg);color:var(--green)}.trust-seal>.icon:first-child{width:26px;height:26px}.trust-seal>.icon:last-child{width:15px;height:15px;stroke-width:2.5}.trust-seal strong{display:block;font-size:10px;letter-spacing:1px}.trust-seal small{display:block;font-size:9px;color:var(--muted);margin-top:2px}.detran-seal{color:var(--ink);border-color:var(--line)}.footer-bottom{border-top:1px solid var(--line);padding-block:16px;font-size:10px;color:var(--muted)}.footer-bottom>.container{display:flex;justify-content:space-between;gap:20px}.footer-bottom a{display:flex;align-items:center;gap:6px}.footer-bottom .icon{width:12px;height:12px}.floating-whatsapp{position:fixed;right:24px;bottom:22px;z-index:var(--z-floating);width:53px;height:53px;border-radius:50%;background:var(--green);color:var(--bg);display:grid;place-items:center;box-shadow:0 3px 8px oklch(.2 0 0 / .2);transition:transform .2s}.floating-whatsapp:hover{transform:translateY(-3px);background:var(--green-hover)}.floating-whatsapp .icon{width:29px;height:29px}.page-content{padding-block:25px 70px;min-height:55vh}.breadcrumb{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;margin-bottom:32px}.breadcrumb .icon{width:13px;height:13px}.breadcrumb a:hover{color:var(--primary)}.page-content h1{font-size:36px;letter-spacing:-.8px}.notice{display:flex;align-items:center;gap:12px;background:oklch(.96 .028 151);border:1px solid oklch(.82 .06 151);padding:16px 20px;color:oklch(.32 .07 151);border-radius:var(--radius);font-size:14px;margin-block:20px}.notice.error{background:oklch(.97 .015 22.7);border-color:oklch(.8 .08 22.7);color:var(--primary)}.notice.demo-notice{background:var(--surface);border-color:var(--line);color:var(--muted);font-size:13px}.dismiss-notice{margin-left:auto;display:grid;place-items:center;background:transparent;border:0;padding:5px}.dismiss-notice .icon{width:18px}.catalog-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px}.catalog-title p{color:var(--muted);font-size:15px;margin-top:10px}.result-count{font-size:12px;color:var(--muted);white-space:nowrap}.catalog-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:30px}.filters h2{font-size:18px;margin-bottom:25px}.filters label{font-size:13px;font-weight:650;display:block;margin-block:20px 8px}.filters select{width:100%;font-size:13px;min-height:44px}.filters .button{width:100%;margin-top:24px;font-size:13px}.clear-filters{display:block;text-align:center;font-size:12px;margin-top:13px;color:var(--muted)}.clear-filters:hover{text-decoration:underline}.filter-help{margin-top:35px;border-top:1px solid var(--line);padding-top:24px}.filter-help>.icon{color:var(--green);width:28px;height:28px;display:block;margin-bottom:13px}.filter-help strong{display:block;font-size:15px;line-height:1.4}.filter-help p{font-size:13px;color:var(--muted);margin-block:8px 15px}.filter-help a{font-size:13px;font-weight:650;color:var(--green)}.filter-help a .icon{width:16px;margin-left:8px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalog-grid .product-photo{height:200px}.catalog-grid .product-content{padding-inline:14px}.empty-state{min-height:360px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:50px 24px;gap:18px}.empty-state>.icon{width:52px;height:52px;color:var(--primary);stroke-width:1.2;margin-bottom:8px}.empty-state h2,.empty-state h3{font-size:26px;max-width:500px}.empty-state p{font-size:15px;color:var(--muted);max-width:500px}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:35px}.pagination a{min-width:40px;height:40px;border:1px solid var(--line);border-radius:4px;display:grid;place-items:center}.pagination a[aria-current]{background:var(--primary);color:var(--bg);border-color:var(--primary)}.product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;margin-block:26px 50px}.detail-image{position:relative;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);align-self:start}.detail-image img{width:100%;aspect-ratio:1.1;object-fit:contain;padding:32px}.detail-image>span{position:absolute;top:20px;left:20px;background:var(--surface);padding:5px 13px;border-radius:3px;font-size:12px}.detail-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-bottom:16px;text-transform:uppercase}.detail-meta>span{text-transform:none}.detail-info h1{font-size:36px;line-height:1.15}.detail-application{margin-top:13px;color:var(--muted);font-size:15px}.stock-status{color:var(--green);font-size:12px;display:flex;align-items:center;gap:7px;margin-block:20px}.stock-status .icon{width:15px;height:15px}.stock-status.out{color:var(--muted)}.detail-price{font-size:40px;font-weight:750;line-height:1.2;letter-spacing:-.7px}.detail-purchase{display:flex;flex-direction:column;gap:12px;margin-top:22px}.detail-purchase>label{font-size:13px;font-weight:600}.quantity-control{display:flex;align-items:center;width:136px;margin-bottom:8px}.quantity-control button{background:var(--surface);border:1px solid var(--line);height:41px;width:40px}.quantity-control input[type=number]{width:56px;border-radius:0;height:41px;text-align:center;padding:5px;appearance:textfield;border-inline:0}.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none}.detail-purchase .button{min-height:48px}.detail-purchase .button-whatsapp>.icon:last-child{margin-left:auto}.detail-purchase .button-whatsapp>.icon:first-child{margin-right:auto}.purchase-note{display:flex;gap:10px;font-size:12px;color:var(--muted);margin-top:22px;align-items:flex-start}.purchase-note .icon{width:19px;height:19px}.product-description{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;border-top:1px solid var(--line);padding-top:32px}.product-description h2{font-size:23px;margin-bottom:20px}.product-description p{font-size:15px;color:var(--muted);line-height:1.8;max-width:70ch;overflow-wrap:anywhere}.product-description dl{margin:0}.product-description dl>div{display:flex;justify-content:space-between;gap:20px;font-size:13px;padding:12px;border-bottom:1px solid var(--line)}.product-description dl>div:nth-child(odd){background:var(--surface)}.product-description dd{text-align:right;margin:0}.product-description dt{color:var(--muted);flex-shrink:0}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:38px;align-items:start;margin-top:34px}.cart-items{border-top:1px solid var(--line)}.cart-item{display:flex;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.cart-item>a{width:105px;flex-shrink:0}.cart-item img{width:100%;height:100px;object-fit:contain}.cart-item-info{flex:1}.cart-item-info>span{font-size:11px;color:var(--muted)}.cart-item h2{font-size:17px;margin:6px 0 8px}.cart-item-info p{font-size:12px;color:var(--muted)}.remove-item{display:inline-flex;gap:5px;align-items:center;border:0;background:transparent;padding:8px 0 0;font-size:11px;color:var(--primary)}.remove-item .icon{width:13px;height:13px}.cart-item-total{text-align:right;display:flex;align-items:flex-end;flex-direction:column;gap:8px;min-width:115px}.cart-item-total label{font-size:11px;color:var(--muted)}.cart-item-total input[type=number]{width:68px;font-size:14px;padding:7px 8px}.cart-item-total strong{font-size:18px}.cart-items>.button{margin-top:24px;font-size:13px}.cart-items>.small{margin-top:12px}.cart-summary{background:var(--surface);padding:26px;border-radius:var(--radius)}.cart-summary h2{font-size:23px;margin-bottom:27px}.cart-summary>div{display:flex;justify-content:space-between;gap:16px;font-size:14px;margin-bottom:18px}.summary-total{border-top:1px solid var(--line);padding-top:22px;margin-top:25px}.summary-total strong{font-size:24px;line-height:1.1}.cart-summary>.button{width:100%;font-size:12px;padding:12px 9px;gap:6px}.cart-summary>p{font-size:12px;color:var(--muted);margin-block:16px 22px}.cart-summary>.text-link{font-size:12px}.muted{color:var(--muted)}.small{font-size:12px}.information-layout{display:grid;grid-template-columns:minmax(0,750px) 300px;justify-content:space-between;gap:65px;align-items:start}.information h1{margin-bottom:28px}.information h2{font-size:24px;margin:28px 0 14px}.information p,.information li{font-size:16px;line-height:1.8;color:var(--muted);margin-bottom:18px;max-width:70ch;overflow-wrap:anywhere}.information p .icon{margin-right:7px}.information .button{margin-block:10px 22px}.information p strong{color:var(--ink)}.information ol{padding-left:22px}.information-aside{background:var(--surface);padding:28px;border-radius:var(--radius)}.information-aside>.icon{color:var(--green);width:36px;height:36px;margin-bottom:20px}.information-aside h2{font-size:25px;margin-bottom:12px}.information-aside p{color:var(--muted);font-size:14px;margin-bottom:22px}.information-aside .button{font-size:12px}.security-emblem .icon{width:65px;height:65px;color:var(--green);stroke-width:1.2}.error-number{font-size:82px;color:var(--primary);font-weight:800}
@media(min-width:1550px){.hero,.hero-inner{min-height:520px}.hero{background-position:center 53%}}
@media(max-width:1200px){.container{width:calc(100% - 48px)}.header-main{gap:24px}.header-help{display:none}.category-nav .nav-contact{display:none}.product-grid{gap:16px}.product-meta{flex-wrap:wrap}.benefits>.container{gap:18px}.benefits span{font-size:11px}.footer-main{gap:25px}.catalog-layout{grid-template-columns:205px minmax(0,1fr);gap:23px}.catalog-grid{gap:12px}.catalog-grid .card-buy{font-size:11px}.catalog-grid .product-price{font-size:24px}.assistance{padding:30px}.assistance-icon{display:none}.footer-company .brand-type{font-size:20px}.product-detail,.product-description{gap:38px}.cart-layout{gap:24px;grid-template-columns:minmax(0,1fr) 320px}}
@media(max-width:960px){.category-nav>.container{overflow:auto;gap:25px;justify-content:flex-start;scrollbar-width:none}.category-nav a{font-size:13px;min-height:48px}.hero,.hero-inner{min-height:440px}.hero{background-position:60% center}.hero h1{font-size:57px}.hero:before{background:linear-gradient(90deg,oklch(.13 0 0 / .91),oklch(.13 0 0 / .62) 45%,oklch(.13 0 0 / .1))}.hero p{font-size:15px}.hero-signature{display:none}.benefits>.container{grid-template-columns:repeat(2,1fr);gap:22px;padding-block:23px}.category-grid{gap:10px}.category-tile strong{font-size:12px}.category-visual .icon{width:38px;height:38px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid>.product-card:nth-child(7),.product-grid>.product-card:nth-child(8){display:none}.catalog-grid>.product-card{display:flex!important}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assistance h2{font-size:26px}.assistance .button{font-size:12px}.truck-brands{justify-content:center;gap:23px 35px}.truck-brands span{font-size:19px}.footer-main{grid-template-columns:1.1fr 1fr 1fr}.footer-contact{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:15px 25px;align-items:center}.footer-contact h2,.footer-contact p,.footer-contact a{margin:0!important}.footer-contact h2{font-size:15px}.footer-trust{align-items:flex-start;flex-direction:column}.product-detail{grid-template-columns:1fr 1fr;gap:30px}.detail-info h1{font-size:30px}.detail-price{font-size:34px}.detail-image img{padding:15px}.product-description{gap:30px}.cart-layout{grid-template-columns:1fr}.cart-summary{max-width:100%}.information-layout{grid-template-columns:1fr;gap:30px}.information-aside{max-width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:15px}.information-aside p,.information-aside h2,.information-aside>.icon{margin:0}.information-aside .button{margin-left:auto}.page-content h1{font-size:32px}}
@media(max-width:700px){.container{width:calc(100% - 32px)}.topbar>.container{justify-content:center;min-height:29px;font-size:10px}.topbar .container>div{display:none}.topbar .icon{width:14px;height:14px}.header-main{flex-wrap:wrap;justify-content:space-between;gap:15px;min-height:unset;padding-block:19px 16px}.brand-mark{width:39px;height:40px;font-size:37px;border-width:3px;border-radius:8px 0 0 8px}.brand-mark>span{top:16px;height:6px}.brand-type{font-size:24px}.brand-type small{font-size:8px;letter-spacing:3.9px}.header-cart{border:0;padding:0;gap:0;margin-right:7px}.header-cart>span:last-child{display:none}.cart-count{left:19px;top:0}.search-form{order:3;flex-basis:100%}.search-form input[type=search]{font-size:13px;padding:12px 14px}.search-form button{padding:10px 14px}.category-nav .all-categories{padding-right:18px}.category-nav>.container{gap:23px}.category-nav a{font-size:12px;min-height:45px}.category-nav .icon{width:19px;height:19px}.hero,.hero-inner{min-height:425px}.hero{background-position:66% center}.hero:before{background:linear-gradient(90deg,oklch(.13 0 0 / .94),oklch(.13 0 0 / .7) 55%,oklch(.13 0 0 / .27))}.hero-copy{padding-block:38px}.hero-label{font-size:9px;letter-spacing:1.5px;margin-bottom:22px}.hero h1{font-size:50px;letter-spacing:-1.5px;line-height:1.03;margin-bottom:20px}.hero p{font-size:14px;line-height:1.7;margin-bottom:26px}.hero .button{font-size:13px;padding:12px 17px;min-height:45px}.hero-secondary{display:flex;width:fit-content;margin:17px 0 0;font-size:12px;gap:7px}.hero-secondary .icon{width:17px;height:17px}.benefits>.container{gap:19px 12px;padding-block:21px}.benefits .container>div{gap:9px;align-items:flex-start}.benefits .icon{width:24px;height:24px;margin-top:2px}.benefits strong{font-size:11px;line-height:1.4}.benefits span{font-size:10px;line-height:1.5;margin-top:3px;max-width:140px}.category-section{padding-block:32px}.section-heading{gap:12px;margin-bottom:22px;align-items:flex-end}.section-heading h2{font-size:24px;letter-spacing:-.4px}.section-heading p{font-size:12px;margin-top:6px}.section-heading>.text-link{font-size:11px;gap:4px;flex-shrink:0;max-width:100px;line-height:1.5}.section-heading .text-link .icon{width:15px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.category-tile{padding:15px 5px 14px;gap:8px}.category-visual{height:43px}.category-visual .icon{width:34px;height:34px}.category-tile strong{font-size:12px}.category-tile>.icon{top:7px;right:6px;width:10px;height:10px}.featured-section{padding-block:7px 32px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-grid>.product-card:nth-child(7),.product-grid>.product-card:nth-child(8){display:flex}.product-photo{height:160px}.product-photo img{padding:12px}.product-content{padding:13px 11px 4px}.product-meta{font-size:9px;letter-spacing:0;gap:5px;margin-bottom:8px}.product-meta>span{font-size:8px}.product-card h3{font-size:14px;min-height:54px;line-height:1.3;margin-bottom:7px}.application{font-size:10px;min-height:30px;margin-bottom:15px;line-height:1.5}.product-price{font-size:22px}.price-caption{font-size:9px;margin-top:4px;margin-bottom:12px}.card-buy{font-size:10px;gap:5px;padding:10px 5px;min-height:40px}.card-buy .icon{width:16px;height:16px}.add-cart{font-size:10px;padding:10px 0;gap:4px}.add-cart .icon{width:12px;height:12px}.condition{font-size:8px;top:8px;left:8px;padding:2px 6px}.demo-badge{font-size:8px;right:6px;bottom:4px}.assistance{padding:25px 23px;display:block}.assistance h2{font-size:26px}.assistance p{font-size:12px;line-height:1.7}.assistance .button{margin-top:22px;font-size:12px;min-height:44px;padding:10px 16px}.brand-section{padding-block:30px}.brand-section>p{margin-bottom:22px;font-size:12px}.truck-brands{gap:20px 28px;padding:0}.truck-brands span{font-size:18px}.truck-brands .brand-iveco{font-size:22px}.brand-section>small{font-size:9px;max-width:270px;margin-inline:auto}.footer-main{grid-template-columns:1fr 1fr;gap:29px 24px;padding-block:32px}.footer-company{grid-column:1/-1}.footer-company p{margin-block:17px 12px;font-size:12px}.footer-company>span{font-size:10px}.footer-main h2{font-size:14px;margin-bottom:16px}.footer-main>div>a:not(.brand){font-size:12px}.footer-contact{display:block}.footer-contact h2{margin-bottom:15px!important}.footer-contact a{margin-bottom:10px!important}.footer-contact p{margin-top:13px!important}.footer-trust>p{font-size:11px}.trust-seal{padding:9px 12px}.trust-seal strong{font-size:9px}.footer-bottom>.container{flex-wrap:wrap;gap:8px 15px}.footer-bottom>.container>span:first-child{width:100%}.floating-whatsapp{width:46px;height:46px;right:15px;bottom:15px}.floating-whatsapp .icon{width:27px;height:27px}.page-content{padding-block:20px 40px}.breadcrumb{font-size:11px;margin-bottom:24px;flex-wrap:wrap}.page-content h1{font-size:30px}.catalog-title{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:23px}.catalog-title p{font-size:13px;margin-top:9px}.result-count{font-size:11px}.catalog-layout{grid-template-columns:1fr;gap:25px}.filters form{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;padding:17px;background:var(--surface);border-radius:var(--radius)}.filters h2{grid-column:1/-1;font-size:16px;margin-bottom:7px}.filters label{font-size:11px;margin:5px 0 0}.filters label[for=brand-filter]{grid-column:2;grid-row:2}.filters #brand-filter{grid-column:2;grid-row:3}.filters select{font-size:12px;padding:10px;min-height:40px}.filters label[for=sort-filter]{grid-column:1;grid-row:4}.filters #sort-filter{grid-column:1;grid-row:5}.filters .button{grid-column:2;grid-row:5;margin:0;font-size:12px;min-height:40px;padding:9px}.clear-filters{grid-column:1/-1;margin-top:3px;font-size:11px;padding-top:6px}.filter-help{display:none}.catalog-grid{gap:12px}.catalog-grid .product-photo{height:155px}.catalog-grid .product-content{padding:13px 11px 4px}.catalog-grid .card-buy{font-size:10px}.catalog-grid .product-price{font-size:22px}.empty-state{min-height:320px;padding:35px 15px}.empty-state h2,.empty-state h3{font-size:23px}.empty-state p{font-size:13px}.empty-state>.icon{width:45px;height:45px}.notice{padding:13px 14px;font-size:12px;gap:9px}.notice.demo-notice{font-size:11px}.notice>.icon{width:19px;height:19px}.product-detail{grid-template-columns:1fr;gap:27px;margin-bottom:32px}.detail-image img{aspect-ratio:1.25;max-height:380px;padding:25px}.detail-image>span{font-size:11px;top:15px;left:15px}.detail-info h1{font-size:30px}.detail-meta{font-size:11px;margin-bottom:13px}.detail-application{font-size:14px;margin-top:11px}.stock-status{margin-block:17px}.detail-price{font-size:36px}.detail-info .price-caption{font-size:11px}.detail-purchase{margin-top:20px}.detail-purchase .button{font-size:14px;min-height:49px}.product-description{grid-template-columns:1fr;gap:30px;padding-top:25px}.product-description h2{font-size:22px;margin-bottom:17px}.product-description p{font-size:14px}.product-description dl>div{font-size:12px;padding:11px 9px}.product-description dt{flex-shrink:1}.cart-layout{margin-top:25px;gap:27px}.cart-item{gap:12px;padding-block:20px;flex-wrap:wrap}.cart-item>a{width:78px}.cart-item img{height:80px}.cart-item h2{font-size:15px}.cart-item-info>span{font-size:10px}.cart-item-info p{font-size:11px}.cart-item-total{flex-direction:row;align-items:center;justify-content:flex-end;width:100%;gap:12px}.cart-item-total input[type=number]{width:60px;padding:5px 8px}.cart-item-total strong{font-size:17px;margin-left:auto}.cart-item-total label{font-size:11px}.cart-summary{padding:23px}.cart-summary h2{font-size:23px}.cart-summary>.button{font-size:13px}.information h1{margin-bottom:25px}.information h2{font-size:22px;margin-top:25px}.information p,.information li{font-size:14px}.information-aside{padding:24px;display:block}.information-aside h2{margin-block:15px 10px}.information-aside p{margin-bottom:18px}.information-aside .button{font-size:13px}.error-number{font-size:65px}}
@media(max-width:370px){.container{width:calc(100% - 24px)}.brand-type{font-size:22px}.hero h1{font-size:44px}.hero p{font-size:12px}.product-grid{gap:8px}.product-content,.catalog-grid .product-content{padding-inline:8px}.product-price,.catalog-grid .product-price{font-size:20px}.card-buy,.catalog-grid .card-buy{font-size:9px;gap:3px}.card-buy .icon{width:14px}.product-photo,.catalog-grid .product-photo{height:140px}.section-heading h2{font-size:21px}.category-tile strong{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
