:root{--nav:#7d1717;--nav2:#5f1010;--red:#8f1f1f;--soft:#f7eeee;--text:#202124;--muted:#6f7277;--line:#e1e1e1;--bg:#f6f6f5;--card:#fff;--green:#128c4a;--dark:#151515;--grey:#34363a;--shadow:0 12px 34px rgba(70,20,20,.12);--r:12px;--font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--title:'Barlow Condensed','Inter',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:var(--font);color:var(--text)}button,input,select{font-family:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.top-line{height:28px;background:#121315;color:#d9d9d9;display:flex;gap:24px;align-items:center;justify-content:center;font-size:12px}.top-line a{color:#fff}.site-top{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.08)}.header-main{height:92px;display:grid;grid-template-columns:250px minmax(300px,1fr) 230px 170px;gap:22px;align-items:center;padding:0 6%;max-width:1500px;margin:auto}.brand{display:flex;align-items:center;gap:12px;border:0;background:transparent;color:var(--nav);text-align:left;min-width:0}.brand img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);background:#fff}.brand strong{display:block;font-size:28px;line-height:.92;font-weight:900;letter-spacing:.4px}.brand small{display:block;margin-top:6px;text-transform:uppercase;letter-spacing:2px;font-weight:800;font-size:10px;color:#53545a}.search-area{position:relative}.search-box{height:52px;display:flex;border:1.5px solid #1984ff;border-radius:5px;box-shadow:0 0 9px rgba(0,92,255,.28);background:#fff;overflow:hidden}.search-box input{flex:1;border:0;outline:0;padding:0 18px;font-size:15px}.search-box button{width:52px;border:0;background:#fff;color:#777}.head-action{height:58px;border:0;background:#fff;display:flex;align-items:center;gap:10px;color:var(--nav);text-align:left}.head-action svg{width:50px;height:50px;border:2px solid var(--nav);border-radius:50%;padding:11px;flex-shrink:0}.head-action span{font-size:13px;line-height:1.25}.head-action small{display:block;color:var(--nav);margin-top:2px}.head-action b{font-weight:400}.category-nav{height:52px;background:var(--nav);display:flex;justify-content:center;align-items:stretch;padding:0 3%;overflow:visible}.nav-item{position:relative;display:flex}.nav-btn{border:0;background:transparent;color:#fff;text-transform:uppercase;font-weight:900;font-size:12px;line-height:1.05;padding:0 16px;min-width:105px;transition:.2s}.nav-item:hover .nav-btn,.nav-btn:hover{background:var(--nav2)}.mega{display:none;position:absolute;top:52px;left:0;background:#fff;min-width:260px;border:1px solid var(--line);box-shadow:var(--shadow);z-index:80;padding:10px 0}.nav-item:hover .mega{display:block;animation:drop .16s ease}.mega button{display:flex;justify-content:space-between;gap:18px;width:100%;border:0;background:#fff;padding:10px 16px;text-align:left;color:#333;font-weight:700}.mega button:hover{background:var(--soft);color:var(--nav)}@keyframes drop{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.wrap{max-width:1450px;margin:auto;padding:34px 5%}.hero{position:relative;height:290px;overflow:hidden;background:var(--nav)}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;display:grid;grid-template-columns:28% 44% 28%;align-items:stretch;background:#243f70}.hero-slide.active{opacity:1}.hero-img{height:100%;position:relative;overflow:hidden}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.18),transparent)}.hero-center{position:relative;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#2d3035,#111317);padding:20px}.hero-center .brand-small{font-weight:800;letter-spacing:2px;font-size:12px;opacity:.8;margin-bottom:8px;text-transform:uppercase}.hero h1{margin:0;font-size:42px;line-height:1.05}.hero p{font-size:18px;margin:12px 0 20px;color:#e7e7e7}.hero-list{display:grid;gap:8px;font-size:22px;text-align:left;margin-bottom:22px}.hero-list span:before{content:"✓";color:#8fd0ff;margin-right:12px}.hero-cta{border:0;border-radius:8px;background:#5eafd4;color:#fff;font-weight:800;padding:10px 40px;font-size:14px}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;border:0;background:rgba(255,255,255,.18);color:#fff;width:44px;height:60px;font-size:42px}.hero-prev{left:18px}.hero-next{right:18px}.dots{position:absolute;z-index:5;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dots button{width:13px;height:13px;border-radius:50%;border:0;background:#ffffff88}.dots button.active{background:#fff}.benefits{background:#fff;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.benefit{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 10px;color:var(--nav);font-weight:900;text-transform:uppercase}.benefit span{display:block;font-size:11px;color:#777;font-weight:700;text-transform:none}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-title h2{margin:0;font-size:28px;text-transform:uppercase;color:#202124}.section-title p{margin:6px 0 0;color:var(--muted)}.layout{display:grid;grid-template-columns:270px 1fr;gap:24px}.filters{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;align-self:start;position:sticky;top:172px;max-height:calc(100vh - 190px);overflow:auto}.filters h3{margin:0 0 8px;text-transform:uppercase}.filter-group{border-top:1px solid var(--line);padding:14px 0}.filter-group h4{margin:0 0 10px;text-transform:uppercase;font-size:13px}.check{display:flex;justify-content:space-between;align-items:center;padding:7px 0;color:#444;font-size:14px}.check span{display:flex;gap:8px;align-items:center}.check input{accent-color:var(--nav)}.count{background:#eee;border-radius:20px;padding:1px 8px;font-size:12px;color:#777}.clear{width:100%;border:1px solid var(--nav);background:#fff;color:var(--nav);padding:10px;border-radius:8px;font-weight:800}.tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;background:#fff;border:1px solid var(--line);padding:12px 14px;border-radius:var(--r)}.tools select{padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.chips button{border:0;background:#e9eef7;color:var(--nav);padding:7px 10px;border-radius:20px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.card,.product{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 3px 9px rgba(0,0,0,.05);transition:.18s;cursor:pointer}.card:hover,.product:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#93a8c9}.imgbox{height:178px;background:#f1f1f1;display:flex;align-items:center;justify-content:center;overflow:hidden}.imgbox img{width:100%;height:100%;object-fit:cover;transition:.25s}.card:hover img,.product:hover img{transform:scale(1.04)}.body{padding:14px}.body small{display:block;color:var(--blue);font-weight:900;text-transform:uppercase;font-size:11px}.body h3{font-size:18px;margin:5px 0 6px}.body p{margin:0 0 12px;color:#666;font-size:13px;line-height:1.4}.badge{position:absolute;top:10px;left:10px;background:#0d7f41;color:#fff;border-radius:4px;font-size:11px;padding:4px 8px;font-weight:800}.price{font-weight:900;color:#222;margin:10px 0}.actions{display:flex;gap:8px}.btn{border:0;background:var(--nav);color:#fff;padding:10px 12px;border-radius:7px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn svg{width:18px}.btn.buy{background:#0d6efd}.btn.green{background:var(--green)}.btn.light{background:#eef2f7;color:var(--nav)}.btn.full{width:100%}.breadcrumb{max-width:1450px;margin:auto;padding:14px 5%;background:#fff;border-bottom:1px solid var(--line);color:#777}.breadcrumb button{border:0;background:transparent;color:var(--nav);font-weight:800}.vehicle-layout,.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:26px}.gallery,.info,.buy-panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:16px}.gallery-main{height:420px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.gallery-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.thumbs button{height:74px;border:2px solid transparent;border-radius:7px;overflow:hidden;background:#f5f5f5}.thumbs button.active{border-color:var(--blue)}.thumbs img{width:100%;height:100%;object-fit:cover}.info small{color:var(--blue);font-weight:900;text-transform:uppercase}.info h1{font-size:32px;margin:8px 0}.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.spec{background:#f7f8fa;border:1px solid var(--line);border-radius:8px;padding:11px}.stock{display:inline-flex;align-items:center;gap:8px;background:#e8f8ef;color:#08723a;border-radius:30px;font-weight:900;padding:8px 12px}.category-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.cat-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px;text-align:left;transition:.18s}.cat-card:hover{border-color:var(--blue);box-shadow:var(--shadow)}.cat-card b{display:block;font-size:18px}.cat-card span{color:#777;font-size:13px}.product-detail-title{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;margin-bottom:18px}.product-detail-title h1{margin:4px 0;font-size:30px}.buy-panel{position:sticky;top:172px}.qty{display:flex;gap:8px;align-items:center;margin:18px 0}.qty button{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:7px;font-size:20px}.qty span{min-width:30px;text-align:center;font-weight:900}.checkout-steps{display:grid;gap:14px}.checkout-box{border:1px solid var(--line);border-radius:10px;background:#fff;padding:16px}.checkout-box label{display:grid;gap:6px;margin-bottom:10px;font-size:13px;color:#555}.checkout-box input,.checkout-box select{height:42px;border:1px solid var(--line);border-radius:7px;padding:0 10px}.cart-list{display:grid;gap:10px;margin:14px 0}.cart-item{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px}.seller-strip{max-width:1450px;margin:26px auto;padding:0 5%;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.seller-strip article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;gap:12px;align-items:center}.seller-strip img{width:56px;height:56px;border-radius:50%;object-fit:cover}.seller-strip span{display:block;color:#777;font-size:13px}.footer{background:#151515;color:#ddd;padding:28px 5%;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:90;border:0;background:#118c4f;color:#fff;border-radius:40px;padding:14px 18px;font-weight:900;box-shadow:var(--shadow)}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;align-items:center;justify-content:center;padding:18px}.modal.active{display:flex}.modal-card{background:#fff;border-radius:14px;max-width:580px;width:100%;max-height:90vh;overflow:auto;padding:24px;position:relative}.modal-close{position:absolute;top:10px;right:12px;border:0;background:#eee;width:34px;height:34px;border-radius:50%;font-size:24px}.seller-options{display:grid;gap:10px}.seller-option{display:block;border:1px solid var(--line);border-radius:10px;padding:14px}.seller-option:hover{border-color:var(--green);background:#f0fbf4}.seller-option b{display:block;color:#111}.seller-option span,.seller-option small{display:block;color:#666;margin-top:3px}.auth-tabs{display:flex;gap:8px;margin-bottom:12px}.auth-tabs button{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:8px;font-weight:800}.auth-tabs button.active{background:var(--nav);color:#fff}.auth-form label{display:grid;gap:6px;margin:10px 0}.auth-form input{height:42px;border:1px solid var(--line);border-radius:7px;padding:0 10px}.fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;background:#eeeeee;color:#777;font-weight:800}.no-results{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px;text-align:center;color:#666}@media(max-width:1180px){.header-main{grid-template-columns:210px 1fr 160px 140px;padding:0 3%;gap:12px}.brand strong{font-size:24px}.nav-btn{min-width:auto;padding:0 12px;font-size:11px}.vehicle-layout,.detail-layout{grid-template-columns:1fr}.buy-panel{position:static}}@media(max-width:880px){.top-line{display:none}.header-main{height:auto;grid-template-columns:1fr;gap:10px;padding:12px 4%}.head-action{height:45px}.head-action svg{width:40px;height:40px}.category-nav{justify-content:flex-start;overflow-x:auto;padding:0}.layout{grid-template-columns:1fr}.filters{position:static;max-height:none}.hero{height:520px}.hero-slide{grid-template-columns:1fr}.hero-img{display:none}.benefits,.seller-strip{grid-template-columns:1fr}.gallery-main{height:300px}}


:root{--nav:#071d55;--blue:#0b3d86;--green:#16a34a;--motion:cubic-bezier(.2,.8,.2,1);--soft-shadow:0 14px 34px rgba(8,25,60,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',Arial,sans-serif;background:#f4f5f7;color:#1d2430;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.site-top{position:sticky;top:0;z-index:80;background:#fff;box-shadow:0 3px 18px rgba(0,0,0,.08)}
.top-line{height:34px;background:#202020;color:#f2f2f2;display:flex;align-items:center;justify-content:center;gap:36px;font-size:13px;font-weight:700;letter-spacing:.1px;padding:0 4%}.top-line a{color:#fff;text-decoration:none}.top-line span:nth-child(2){color:#27c764;font-weight:900}.top-line span:nth-child(2)::before{content:'WhatsApp: ';color:#27c764}
.header-main{height:92px;display:grid;grid-template-columns:245px minmax(300px,620px) 220px 175px;align-items:center;justify-content:center;gap:26px;padding:0 5%;background:#fff}.brand{height:76px;display:flex;align-items:center;gap:12px;border:0;background:transparent;color:var(--nav);cursor:pointer;min-width:0}.brand img{width:62px;height:62px;object-fit:contain;border:0}.brand strong{font-family:'Barlow Condensed',Arial,sans-serif;display:block;font-size:35px;line-height:.82;font-weight:900;letter-spacing:.6px}.brand small{display:block;margin-top:5px;font-size:10px;font-weight:900;letter-spacing:2.2px;text-transform:uppercase;color:#555}.search-box{height:50px;border:1.5px solid #1a77ff;border-radius:5px;background:#fff;box-shadow:0 0 10px rgba(0,92,255,.22);display:flex;align-items:center;overflow:hidden;transition:box-shadow .28s var(--motion),transform .28s var(--motion),border-color .28s var(--motion)}.search-box:focus-within{transform:translateY(-1px);box-shadow:0 9px 24px rgba(0,92,255,.18);border-color:#0047b7}.search-box input{height:100%;font-size:15px;color:#333}.search-box button svg{width:22px;height:22px;stroke:#777;stroke-width:2.8;fill:none}.head-action{height:58px;background:#fff;border:0;color:var(--nav);display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .25s var(--motion),opacity .25s var(--motion)}.head-action:hover{transform:translateY(-2px)}.head-action svg{width:50px;height:50px;border:3px solid var(--nav);border-radius:50%;padding:10px;stroke:var(--nav);stroke-width:2.2;fill:none}.head-action span{font-size:13px;font-weight:700;text-align:left;line-height:1.2}.head-action small{display:block;color:var(--blue);font-size:12px;font-weight:500;margin-top:3px}.cart-action b{font-weight:800;color:var(--blue)}
.category-nav{height:54px;background:var(--nav);display:flex;align-items:stretch;justify-content:center;overflow:visible;padding:0 3%;position:relative;z-index:90}.nav-item{position:relative;height:54px;display:flex;align-items:stretch}.nav-btn{height:54px;min-width:112px;padding:0 15px;border:0;background:transparent;color:#fff;font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:15px;line-height:.92;text-transform:uppercase;letter-spacing:.15px;cursor:pointer;transition:background .22s var(--motion),color .22s var(--motion),transform .22s var(--motion);display:flex;align-items:center;justify-content:center;text-align:center}.nav-item:hover .nav-btn{background:#0b2a73;color:#fff}.nav-btn:after{content:'';position:absolute;left:16px;right:16px;bottom:0;height:3px;background:#fff;transform:scaleX(0);transform-origin:center;transition:transform .26s var(--motion)}.nav-item:hover .nav-btn:after{transform:scaleX(1)}
.mega{position:absolute;top:54px;left:0;width:460px;max-width:min(92vw,560px);background:#fff;color:#17315f;border:1px solid #e5e8ef;border-top:0;box-shadow:0 26px 48px rgba(4,17,47,.18);padding:16px 10px 18px;display:grid;grid-template-columns:1fr 1fr;gap:0 26px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .24s var(--motion),transform .28s var(--motion),visibility 0s linear .25s;will-change:opacity,transform}.nav-item:hover .mega,.nav-item:focus-within .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.nav-item:nth-last-child(-n+4) .mega{left:auto;right:0}.mega button{height:38px;border:0;background:transparent;color:#17315f;text-align:left;font-size:14px;font-weight:600;text-transform:uppercase;padding:0 8px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:background .18s var(--motion),color .18s var(--motion),padding-left .18s var(--motion)}.mega button:hover{background:#eef4ff;color:#071d55;padding-left:14px}.mega button b{min-width:24px;height:20px;border-radius:20px;background:#eef1f5;color:#667084;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.mega button:hover b{background:#071d55;color:#fff}
.hero{box-shadow:0 6px 22px rgba(6,23,55,.08);overflow:hidden}.hero-slide{transition:opacity .7s var(--motion),transform .7s var(--motion)}.hero-img img{transition:transform 4.5s var(--motion)}.hero-slide.active .hero-img img{transform:scale(1.04)}.hero-center{background:linear-gradient(135deg,#2e3339 0%,#11141a 100%)}.hero h1{font-family:'Montserrat',Arial,sans-serif;font-weight:900;letter-spacing:-.8px}.hero-cta,.btn{transition:transform .25s var(--motion),box-shadow .25s var(--motion),background .25s var(--motion)}.hero-cta:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(7,29,85,.22)}
.card,.product,.cat-card,.seller-strip article,.checkout-box,.filters,.tools,.gallery,.info,.buy-panel{transition:transform .28s var(--motion),box-shadow .28s var(--motion),border-color .28s var(--motion)}.card:hover,.product:hover,.cat-card:hover{transform:translateY(-5px);box-shadow:var(--soft-shadow);border-color:#b7c8e8}.imgbox img{transition:transform .45s var(--motion)}.card:hover .imgbox img,.product:hover .imgbox img{transform:scale(1.055)}.section-title h2,.body h3,.info h1,.product-detail-title h1{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;letter-spacing:.2px}.seller-strip{grid-template-columns:repeat(5,1fr)}.seller-strip article:hover{transform:translateY(-3px);box-shadow:var(--soft-shadow);border-color:#c7d5ef}.seller-strip span{font-weight:600}.whatsapp-float{transition:transform .25s var(--motion),box-shadow .25s var(--motion),background .25s var(--motion)}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(22,163,74,.25)}.modal.active .modal-card{animation:modalIn .26s var(--motion)}@keyframes modalIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:1260px){.header-main{grid-template-columns:220px minmax(260px,1fr) 190px 155px;gap:16px;padding:0 3%}.nav-btn{min-width:100px;font-size:13px;padding:0 10px}.seller-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:920px){.top-line{display:none}.site-top{position:relative}.header-main{grid-template-columns:1fr;height:auto;padding:12px 4%}.brand{justify-content:center}.category-nav{justify-content:flex-start;overflow-x:auto;overflow-y:visible}.nav-item{position:static}.mega{left:0!important;right:auto!important;width:100vw;max-width:100vw;top:100%;grid-template-columns:1fr 1fr}.seller-strip{grid-template-columns:1fr}.head-action{justify-content:center}.search-area{width:100%}}



:root{
  --nav:#2a2a2d;
  --nav2:#7f161f;
  --blue:#8b1d26;
  --soft:#fff1f2;
  --red:#8b1d26;
  --red2:#621219;
  --green:#128c4a;
  --soft-shadow:0 18px 42px rgba(90,15,22,.16);
}
.top-line{background:#191919;color:#efefef}.top-line span:nth-child(2){color:#22c55e;font-weight:900}.top-line a:hover{color:#e94552}.search-box{border-color:var(--red);box-shadow:0 0 10px rgba(139,29,38,.22)}.category-nav{background:#2a2a2d}.nav-item:hover .nav-btn{background:#7f161f}.nav-btn:after{background:#d52b38}.mega button{color:#292d33}.mega button:hover{background:#fff1f2;color:#7f161f}.mega button:hover b{background:#7f161f}.head-action,.brand{color:#2a2a2d}.head-action svg{border-color:#2a2a2d;stroke:#2a2a2d}.head-action small,.cart-action b{color:#8b1d26}.hero-center{background:linear-gradient(135deg,#3a3a3d 0%,#171719 100%)}.hero-cta,.btn.buy,.buy{background:#8b1d26!important;color:#fff!important;border-color:#8b1d26!important}.hero-cta:hover,.btn.buy:hover,.buy:hover{background:#64141b!important}.stock{background:#fff1f2!important;color:#7f161f!important;border-color:#efb5bc!important}.card:hover,.product:hover,.cat-card:hover{border-color:#bd4b55;box-shadow:0 18px 42px rgba(90,15,22,.18)}.whatsapp-float{background:#128c4a}.footer strong{color:#fff}.brand img{border:none;background:#111;border-radius:2px}.seller-strip article{border-top:3px solid #8b1d26}.fallback{background:#fff;border:1px solid #e3e3e3;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:180px}.fallback strong{color:#8b1d26;font-family:'Barlow Condensed',Arial,sans-serif;font-size:24px}.fallback span{font-size:13px;color:#777}.imgbox{background:#fff}.imgbox img,.gallery-main img,.thumbs img{object-fit:contain;background:#fff}.product .imgbox img,.card .imgbox img{padding:10px}.hero-img img{object-fit:cover}.benefit{color:#8b1d26}.filter-group input,.check input{accent-color:#8b1d26}.suggestions button:hover{background:#fff1f2;color:#7f161f}.modal-close{background:#8b1d26;color:white}.seller-option:hover{border-color:#8b1d26;background:#fff1f2}


:root{
  --font:'Montserrat',Arial,sans-serif;
  --nav:#242427;
  --nav2:#821823;
  --red:#8b1d26;
  --red2:#64141b;
  --text:#202124;
  --muted:#6f737b;
  --line:#e2e5ea;
  --bg:#f6f7f9;
  --card:#fff;
  --shadow:0 14px 34px rgba(22,22,24,.10);
  --soft-shadow:0 20px 48px rgba(90,15,22,.14);
}
body{font-family:var(--font);letter-spacing:-.01em;background:#f6f7f9;color:#202124;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.top-line{height:34px;gap:34px;font-size:12px;font-weight:700;letter-spacing:.01em;background:#202020;border-bottom:1px solid rgba(255,255,255,.06)}.top-line span:nth-child(2){color:#22c55e;font-weight:900}.site-top{box-shadow:0 3px 18px rgba(0,0,0,.08)}.header-main{height:86px;grid-template-columns:190px minmax(360px,1fr) 220px 170px;gap:30px;padding:0 5%;max-width:1440px}.brand{justify-content:flex-start;gap:0}.brand img{width:64px;height:64px;object-fit:contain;background:#111;border:0;border-radius:2px;box-shadow:0 4px 14px rgba(0,0,0,.12)}.brand span{display:none}.search-box{height:50px;border:1.5px solid var(--red);border-radius:6px;box-shadow:0 4px 16px rgba(139,29,38,.16)}.search-box input{font-size:15px;font-weight:500;color:#333}.head-action{height:54px;gap:12px}.head-action svg{width:48px;height:48px;padding:10px;border-color:#242427;stroke:#242427}.head-action span{font-size:13px;font-weight:700;color:#243049;line-height:1.25}.head-action small{font-weight:500;color:#8b1d26}.category-nav{height:56px;background:#242427;gap:2px;padding:0 3%;box-shadow:inset 0 -1px rgba(255,255,255,.06)}.nav-btn{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:14px;line-height:.95;letter-spacing:.1px;min-width:122px;padding:0 16px}.nav-item:hover .nav-btn,.nav-btn:hover{background:#821823}.nav-btn:after{height:3px;background:#d8404d}.mega{top:56px;width:470px;padding:18px 14px 20px;gap:2px 34px;border-radius:0 0 4px 4px;box-shadow:0 26px 54px rgba(0,0,0,.18)}.mega button{height:40px;font-size:13px;font-weight:700;letter-spacing:.02em;padding:0 10px}.wrap{max-width:1380px;padding:42px 5%}.hero{height:285px}.section-title{margin-bottom:24px}.section-title h2{font-family:'Barlow Condensed',Arial,sans-serif;font-size:34px;letter-spacing:.1px}.section-title p{font-size:14px;max-width:680px}.layout{grid-template-columns:260px 1fr;gap:34px}.filters{top:180px;padding:20px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.tools{margin-bottom:22px;padding:14px 18px;border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,.04)}.grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:28px}.card,.product{border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.045);cursor:pointer}.card:hover,.product:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(90,15,22,.13);border-color:#be6a72}.imgbox{height:155px;background:#fff;padding:14px}.imgbox img{object-fit:contain;padding:0;max-width:100%;max-height:100%}.body{padding:15px 16px 17px}.body small{font-size:10px;letter-spacing:.08em;color:#8b1d26}.body h3{font-family:'Barlow Condensed',Arial,sans-serif;font-size:19px;line-height:1.08;margin:7px 0 7px;letter-spacing:.1px}.body p{font-size:12px;line-height:1.45;color:#6b6f77;margin-bottom:13px}.price{font-size:15px;margin:11px 0}.actions{gap:10px}.btn{min-height:39px;border-radius:8px;font-size:12px;letter-spacing:.02em}.btn.buy{background:#8b1d26!important}.badge{font-size:10px;padding:5px 9px;border-radius:999px}.vehicle-layout,.detail-layout{gap:34px}.gallery,.info,.buy-panel,.product-detail-title{border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.045)}.seller-strip{gap:20px;padding:28px 5%;max-width:1380px;margin:auto}.seller-strip article{border-radius:14px;padding:14px 16px;box-shadow:0 6px 20px rgba(0,0,0,.045)}.seller-strip article img{width:54px;height:54px}.footer{padding:30px 5%;margin-top:34px}.whatsapp-float{right:22px;bottom:22px;border-radius:999px;padding:14px 20px;font-weight:900;box-shadow:0 14px 34px rgba(18,140,74,.24)}
@media(max-width:1260px){.header-main{grid-template-columns:150px minmax(260px,1fr) 190px 150px;gap:18px;padding:0 3%}.nav-btn{min-width:108px;font-size:13px;padding:0 10px}.grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:24px}}
@media(max-width:920px){.header-main{grid-template-columns:1fr;height:auto;gap:12px;padding:14px 4%}.brand{justify-content:center}.category-nav{justify-content:flex-start;overflow-x:auto}.nav-btn{min-width:118px}.mega{top:100%;width:100vw;max-width:100vw}.layout{grid-template-columns:1fr}.filters{position:static;max-height:none}.grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px}.imgbox{height:140px}.body h3{font-size:17px}.seller-strip{grid-template-columns:1fr}.top-line{display:none}}



:root{
  --font-body:'Inter', Arial, sans-serif !important;
  --font-title:'Barlow Condensed', Arial, sans-serif !important;
}
html, body{
  font-family:var(--font-body) !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}
button,input,select,textarea,a,span,p,small,li,label,div{
  font-family:var(--font-body) !important;
}
.brand strong,
.nav-btn,
.section-title h2,
.hero h1,
.body h3,
.product h3,
.info h1,
.product-detail-title h1,
h1,h2,h3,h4{
  font-family:var(--font-title) !important;
  font-weight:700 !important;
  letter-spacing:.15px !important;
}
.brand strong{
  font-size:30px !important;
  line-height:.9 !important;
  font-weight:700 !important;
}
.brand small{
  font-size:9.5px !important;
  font-weight:600 !important;
  letter-spacing:1.8px !important;
}
.nav-btn{
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.35px !important;
}
.mega button{
  font-family:var(--font-body) !important;
  font-size:13px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.top-line,
.head-action span,
.head-action small,
.search-box input{
  font-family:var(--font-body) !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.head-action span{
  font-size:12.5px !important;
  font-weight:500 !important;
}
.head-action small{
  font-size:12px !important;
  font-weight:400 !important;
}
.section-title h2{
  font-size:31px !important;
  font-weight:700 !important;
}
.section-title p,
.body p,
.product p,
.info p{
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.55 !important;
  color:#666b73 !important;
}
.body h3,
.product h3{
  font-size:17px !important;
  font-weight:600 !important;
  line-height:1.12 !important;
}
.body small,
.badge,
.btn{
  font-family:var(--font-body) !important;
  font-weight:600 !important;
  letter-spacing:.15px !important;
}
.btn{
  font-size:12px !important;
}
.price{
  font-family:var(--font-body) !important;
  font-weight:600 !important;
}



body{font-family:var(--font);font-weight:400;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,.brand strong,.nav-btn,.section-title h2,.vehicle-info h1,.product-detail-title h1{font-family:var(--title);font-weight:650;letter-spacing:.02em}
.top-line{background:#111;border-bottom:1px solid rgba(255,255,255,.08)}
.top-line span:nth-child(2){color:#42b66b;font-weight:700}.top-line a{font-weight:600}
.header-main{gap:28px}.brand strong{font-size:25px;line-height:.95}.brand small{letter-spacing:1.6px;font-weight:700}
.search-box{border-color:#b83131;box-shadow:0 5px 16px rgba(125,23,23,.14)}
.category-nav{background:var(--nav);box-shadow:0 4px 14px rgba(0,0,0,.12)}
.nav-btn{font-size:12px;font-weight:700;line-height:1.08;letter-spacing:.03em;min-width:116px;padding:0 18px}.nav-item:hover .nav-btn,.nav-btn:hover{background:var(--nav2)}
.mega{display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;box-shadow:0 18px 38px rgba(0,0,0,.16);border-radius:0 0 10px 10px;overflow:hidden}.nav-item:hover .mega{opacity:1;visibility:visible;pointer-events:auto;animation:none;transform:translateY(0)}.mega button{font-weight:500;letter-spacing:.01em;padding:11px 18px}.mega button:hover{background:#fff3f3;color:var(--nav)}
.hero-center{background:linear-gradient(135deg,#27272a,#151515)}.hero-cta,.btn.buy{background:#8f1f1f}.hero-cta:hover,.btn.buy:hover{background:#6f1616}.hero-list span:before{color:#c85b5b}.head-action{transition:transform .18s ease,color .18s ease}.head-action:hover{transform:translateY(-1px);color:#7d1717}.head-action svg{border-color:currentColor}
.product-grid{gap:24px}.card,.vehicle-card,.product-card{transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .26s ease,border-color .26s ease}.card:hover,.vehicle-card:hover,.product-card:hover{transform:translateY(-5px)}
.product-card h3,.vehicle-card h3{font-family:var(--font);font-size:15px;font-weight:600;line-height:1.28;letter-spacing:-.01em}.product-card p,.vehicle-card p{font-size:13px;color:var(--muted);line-height:1.45}.product-card img{object-fit:contain;background:#fff;padding:12px}.btn{font-family:var(--font);font-weight:650;letter-spacing:.01em;border-radius:8px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.10)}
.checkout-note{color:var(--muted);margin-top:-4px}.order-summary{display:grid;gap:8px;margin:8px 0 16px}.order-summary div,.order-summary strong{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:7px 0}.order-summary strong{font-size:16px;border-bottom:0}.mp-help{display:block;color:var(--muted);line-height:1.4;margin-top:9px}.mp-status{margin-top:12px;padding:10px 12px;border-radius:8px;background:#fff4f4;color:#6f1616;font-size:13px;line-height:1.45;min-height:0}.mp-status:empty{display:none}.btn:disabled{opacity:.65;cursor:wait;transform:none;box-shadow:none}


.admin-photo-overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(192,57,43,0.92);
  color: #fff;
  padding: 5px 9px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  z-index: 10;
  user-select: none;
  transition: background .2s;
}
.admin-photo-overlay:hover { background: #c0392b; }

.admin-pencil {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0 2px;
  vertical-align: middle;
  opacity: .7;
  transition: opacity .15s;
  line-height: 1;
}
.admin-pencil:hover { opacity: 1; }


.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.admin-table th {
  padding: 10px 8px;
  background: #f5f5f5;
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
}
.admin-table td {
  border-bottom: 1px solid #f0f0f0;
}
.admin-table tr:hover td {
  background: #fafafa;
}


.admin-wrap .section-title{align-items:center}
.admin-new{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:18px;margin:16px 0 22px;box-shadow:0 10px 28px rgba(0,0,0,.06)}
.admin-new h3{margin:0 0 12px;font-family:'Barlow Condensed',sans-serif;font-size:28px}
.admin-new-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:10px;margin-bottom:10px}
.admin-new input,.admin-new select,.admin-new textarea,.admin-table input,.admin-table select,.admin-table textarea{width:100%;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:10px;padding:10px;font-family:Inter,Arial,sans-serif;font-size:14px;background:#fff;color:#111}
.admin-new textarea{min-height:80px;margin-bottom:10px;resize:vertical}
.admin-scroll{overflow-x:auto;background:#fff;border-radius:18px;border:1px solid #eee;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.admin-table{width:100%;border-collapse:collapse;min-width:1040px}
.admin-table th{background:#111;color:#fff;text-align:left;padding:12px;font-size:13px;font-weight:600}
.admin-table td{border-bottom:1px solid #eee;padding:10px;vertical-align:middle}
.admin-table textarea{height:76px;resize:vertical}
.admin-table small{display:block;margin-top:5px;color:#777;font-size:11px}
.admin-table .btn{margin:3px 0;width:100%;justify-content:center}
.admin-imgbox{position:relative;width:94px;height:74px}
.admin-imgbox img{width:94px;height:74px;object-fit:cover;border-radius:10px;border:1px solid #ddd;display:block;background:#f4f4f4}
.admin-imgbox label{position:absolute;right:4px;bottom:4px;background:#c0392b;color:#fff;width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:800;box-shadow:0 6px 14px rgba(0,0,0,.25)}
.admin-imgbox input{display:none}
@media(max-width:800px){.admin-new-grid{grid-template-columns:1fr}.admin-table{min-width:900px}}

.admin-help{margin:0 0 14px;color:#666;font-size:14px}
.admin-head{border-color:#111;background:#111;color:#fff}
.admin-head svg{stroke:#fff}


.eco-impact{
  position:relative;
  overflow:hidden;
  margin:34px 0 18px;
  padding:74px 20px 82px;
  background:
    radial-gradient(circle at 18% 24%, rgba(180,18,18,.26), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg,#050505 0%,#121212 45%,#250000 100%);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 24px 90px rgba(0,0,0,.42);
}
.eco-impact::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(140,0,0,.22),transparent 28%,transparent 72%,rgba(140,0,0,.18)),
    radial-gradient(circle at center,rgba(255,0,0,.10),transparent 62%);
  pointer-events:none;
}
.eco-pattern{
  position:absolute;
  inset:0;
  opacity:.10;
  background-image:
    linear-gradient(60deg, transparent 42%, rgba(255,255,255,.22) 43%, rgba(255,255,255,.22) 46%, transparent 47%),
    linear-gradient(-60deg, transparent 42%, rgba(255,255,255,.22) 43%, rgba(255,255,255,.22) 46%, transparent 47%);
  background-size:135px 115px;
  transform:scale(1.18);
}
.eco-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;text-align:center}
.eco-kicker{margin:0 0 12px;text-transform:uppercase;font-size:20px;letter-spacing:.10em;font-weight:800;color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.35)}
.eco-impact h2{margin:0 0 48px;font-family:'Barlow Condensed',sans-serif;font-size:46px;line-height:.95;text-transform:uppercase;color:#e31b23;text-shadow:0 8px 32px rgba(227,27,35,.26)}
.eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;align-items:start}
.eco-grid article{padding:4px 6px}
.eco-counter{display:block;font-family:'Barlow Condensed',sans-serif;font-size:72px;line-height:.88;font-weight:900;letter-spacing:.02em;color:#e31b23;text-shadow:0 12px 38px rgba(227,27,35,.28)}
.eco-grid span{display:block;margin-top:20px;font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;color:#fff;font-size:23px;line-height:1;font-weight:900;letter-spacing:.02em}
.eco-grid small{display:block;margin-top:8px;text-transform:uppercase;color:#d7d7d7;font-size:16px;font-weight:800;letter-spacing:.02em}
@media(max-width:900px){
  .eco-impact{padding:54px 16px 60px}
  .eco-grid{grid-template-columns:repeat(2,1fr);gap:34px 20px}
  .eco-counter{font-size:58px}
  .eco-impact h2{font-size:38px;margin-bottom:34px}
}
@media(max-width:520px){
  .eco-grid{grid-template-columns:1fr;gap:28px}
  .eco-counter{font-size:64px}
  .eco-kicker{font-size:15px}
  .eco-impact h2{font-size:34px}
}



.modal-card{
  border:1px solid rgba(143,31,31,.18);
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.seller-modal-head{
  padding-right:38px;
  margin-bottom:16px;
}
.seller-kicker{
  display:inline-flex;
  color:#8b1d26;
  background:#fff1f2;
  border:1px solid #f2c4c9;
  border-radius:999px;
  padding:5px 10px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.seller-modal-head h2{
  font-family:var(--title);
  font-size:32px;
  line-height:1;
  margin:12px 0 8px;
  color:#111;
}
.seller-modal-head p{
  margin:0;
  color:#60636a;
}
.seller-options-premium{
  gap:12px;
}
.seller-option-premium{
  display:grid;
  grid-template-columns:76px 1fr auto;
  align-items:center;
  gap:14px;
  padding:12px;
  border:1px solid #e4e4e4;
  border-radius:16px;
  background:linear-gradient(135deg,#ffffff 0%,#fff 58%,#fff5f5 100%);
  transition:.18s ease;
  position:relative;
  overflow:hidden;
}
.seller-option-premium:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#8b1d26;
  opacity:0;
  transition:.18s ease;
}
.seller-option-premium:hover{
  border-color:#8b1d26;
  background:linear-gradient(135deg,#fff 0%,#fff1f2 100%);
  transform:translateY(-2px);
  box-shadow:0 16px 35px rgba(90,15,22,.16);
}
.seller-option-premium:hover:before{opacity:1}
.seller-photo{
  width:76px;
  height:76px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  border:3px solid #fff;
  box-shadow:0 0 0 2px #8b1d26, 0 10px 25px rgba(0,0,0,.16);
  background:#eee;
}
.seller-info b{
  display:block;
  color:#111;
  font-size:17px;
  line-height:1.1;
}
.seller-info span{
  display:block;
  color:#60636a;
  margin-top:4px;
  font-size:13px;
}
.seller-info small{
  display:block;
  color:#8b1d26;
  margin-top:4px;
  font-weight:900;
}
.seller-whats{
  background:#128c4a;
  color:#fff;
  border-radius:999px;
  padding:9px 12px;
  font-size:12px;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(18,140,74,.22);
}
.seller-strip{grid-template-columns:repeat(4,1fr)}
.seller-strip article{
  transition:.18s ease;
}
.seller-strip article:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(90,15,22,.12);
}
.seller-strip img{
  box-shadow:0 0 0 2px #8b1d26;
}
@media(max-width:720px){
  .seller-option-premium{grid-template-columns:64px 1fr;}
  .seller-photo{width:64px;height:64px;}
  .seller-whats{grid-column:1/-1;text-align:center;}
}


.price-block{display:flex;flex-direction:column;gap:2px;margin:10px 0}
.price-old{font-size:13px;color:#999;text-decoration:line-through;font-weight:500}
.price-now{font-size:20px;font-weight:900;color:#8b1d26}
.price-now small{font-size:12px;font-weight:500;color:#666}
.price-parcel{font-size:12px;color:#128c4a;font-weight:700;background:#e8f8ef;border-radius:20px;padding:3px 10px;display:inline-block;margin-top:2px}
.buy-panel .price-now{font-size:28px}
.buy-panel .price-old{font-size:16px}
.buy-panel .price-parcel{font-size:13px}


.seller-strip img{object-position:top center;}


.hero{min-height:310px;border-bottom:1px solid rgba(0,0,0,.08)}
.hero-center{background:linear-gradient(145deg,#111 0%,#202024 48%,#390507 100%)!important;box-shadow:inset 0 0 70px rgba(0,0,0,.35)}
.hero h1{font-size:46px!important;text-transform:uppercase;text-shadow:0 12px 35px rgba(0,0,0,.35)}
.hero p{max-width:520px;line-height:1.45;color:#f2f2f2!important}.hero-cta{background:#a71922!important;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 30px rgba(167,25,34,.28);text-transform:uppercase;letter-spacing:.04em}.hero-cta:hover{background:#cf2430!important;transform:translateY(-1px)}
.benefits-premium{grid-template-columns:repeat(3,1fr);background:#111;color:#fff;border:0;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.benefits-premium .benefit{padding:20px 14px;color:#fff;border-right:1px solid rgba(255,255,255,.08);flex-direction:column;gap:5px;text-align:center;text-transform:none}.benefits-premium .benefit:last-child{border-right:0}.benefits-premium .benefit b{font-family:var(--title);font-size:22px;text-transform:uppercase;letter-spacing:.04em}.benefits-premium .benefit span{font-size:12.5px;color:#d7d7d7;font-weight:500}
.trust-ribbon{max-width:1380px;margin:28px auto 0;padding:0 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-ribbon article{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px 16px;box-shadow:0 8px 24px rgba(0,0,0,.045);position:relative;overflow:hidden}.trust-ribbon article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#8b1d26}.trust-ribbon strong{display:block;font-family:var(--title);font-size:30px;line-height:.95;color:#8b1d26;text-transform:uppercase}.trust-ribbon span{display:block;margin-top:8px;font-size:12.5px;color:#636770;line-height:1.35}
.sales-callout{padding-top:28px!important;padding-bottom:0!important}.sales-card{display:flex;justify-content:space-between;align-items:center;gap:24px;background:linear-gradient(135deg,#fff 0%,#fff 55%,#fff0f1 100%);border:1px solid #ead3d5;border-radius:22px;padding:26px 28px;box-shadow:0 18px 44px rgba(90,15,22,.10)}.sales-card h2{font-family:var(--title);font-size:36px;line-height:1;margin:10px 0 8px;text-transform:uppercase;color:#151515}.sales-card p{margin:0;color:#5f646c;max-width:760px}.mini-tag{display:inline-flex;background:#111;color:#fff;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sales-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:300px}.sales-actions .btn{padding:12px 16px;white-space:nowrap}
.product .imgbox,.card .imgbox{background:linear-gradient(180deg,#fff,#fafafa)}.product:after,.card:after{content:"";display:block;height:3px;background:linear-gradient(90deg,#8b1d26,transparent);opacity:0;transition:.18s}.product:hover:after,.card:hover:after{opacity:1}.btn.buy{box-shadow:0 8px 18px rgba(139,29,38,.18)}.btn.green{background:#128c4a!important;color:#fff!important;box-shadow:0 8px 18px rgba(18,140,74,.16)}
.modal.active{backdrop-filter:blur(5px)}.modal-card{border-radius:22px!important;background:linear-gradient(180deg,#fff,#fffafa)!important}.seller-options-premium{display:grid!important}.seller-modal-head h2{font-size:36px!important}.seller-option-premium{text-decoration:none;color:inherit}.seller-whats{font-weight:900}
@media(max-width:920px){.hero{height:auto;min-height:420px}.hero-slide{grid-template-columns:1fr}.hero-img{display:none}.hero-center{min-height:420px;padding:54px 22px}.hero h1{font-size:40px!important}.benefits-premium{grid-template-columns:1fr}.benefits-premium .benefit{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.trust-ribbon{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.sales-card{flex-direction:column;align-items:flex-start;padding:22px}.sales-card h2{font-size:30px}.sales-actions{width:100%;min-width:0;justify-content:stretch}.sales-actions .btn{flex:1;min-width:180px}.product-grid,.grid{gap:16px!important}.whatsapp-float{left:14px;right:14px;width:auto;text-align:center}}
@media(max-width:560px){.trust-ribbon{grid-template-columns:1fr}.trust-ribbon strong{font-size:28px}.sales-card h2{font-size:27px}.sales-actions .btn{width:100%;flex:auto}.hero h1{font-size:34px!important}.section-title{align-items:flex-start;flex-direction:column}.section-title h2{font-size:28px!important}.modal-card{width:calc(100vw - 24px)!important;max-height:88vh;overflow:auto}}


.footer{background:#111;color:#ccc;padding:0}
.footer-main{max-width:1380px;margin:0 auto;padding:32px 5%;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.footer-brand{display:flex;flex-direction:column;gap:4px}
.footer-brand strong{font-size:20px;color:#fff;font-family:var(--title)}
.footer-brand span{font-size:13px;color:#aaa}
.footer-seals{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);text-align:center;padding:14px 5%;font-size:12px;color:#666}
@media(max-width:720px){.footer-main{flex-direction:column;align-items:flex-start}.footer-seals{width:100%;justify-content:flex-start}}


.cart-btn{
  position:relative;
  background:none;
  border:none;
  cursor:pointer;
  padding:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b1d26;
}
.cart-btn svg{
  width:28px;
  height:28px;
  stroke:#8b1d26;
  stroke-width:2;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-badge{
  position:absolute;
  top:2px;
  right:2px;
  background:#8b1d26;
  color:#fff;
  font-size:10px;
  font-weight:900;
  min-width:18px;
  height:18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 4px;
  line-height:1;
}
.cart-badge:empty,.cart-badge[data-count="0"]{display:none}


.toast{
  position:fixed;
  bottom:90px;
  right:20px;
  background:#111;
  color:#fff;
  padding:14px 20px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  z-index:9999;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .3s,transform .3s;
  pointer-events:none;
  max-width:300px;
}
.toast.show{opacity:1;transform:translateY(0)}
.toast .toast-icon{color:#22c55e;margin-right:8px;font-size:16px}


.pay-methods-title{font-weight:600;font-size:14px;margin:16px 0 8px;color:#222}
.pay-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}
@media(max-width:500px){.pay-methods{grid-template-columns:repeat(2,1fr)}}
.pay-method-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 6px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s;gap:3px;font-family:inherit;width:100%}
.pay-method-btn:hover,.pay-method-btn:focus{border-color:#c8102e;background:#fff5f5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(200,16,46,.12);outline:none}
.pm-icon{font-size:20px;line-height:1}
.pm-label{font-size:12px;font-weight:700;color:#111;line-height:1.2}
.pm-sub{font-size:11px;color:#6b7280;line-height:1.2}
.checkout-input{width:100%;border:1px solid #ddd;border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit;margin-top:4px;outline:none;transition:border-color .2s}
.checkout-input:focus{border-color:#c8102e}




.pay-err{background:#fff1f2;color:#7f1616;border-radius:8px;padding:10px 12px;font-size:13px;margin:0}
.pay-loading{color:#555;font-size:13px;margin:0}


.pix-result{text-align:center;padding:10px 0}
.pix-label{font-weight:700;margin-bottom:6px;font-size:14px}
.pix-qr{width:180px;height:180px;display:block;margin:10px auto;border-radius:10px;border:1px solid var(--line)}
.pix-copy-area{display:flex;flex-direction:column;gap:8px;margin:10px 0}
.pix-code-input{font-size:11px;padding:8px 10px;border:1px solid var(--line);border-radius:7px;background:#f7f7f7;width:100%;word-break:break-all}
.pix-info{font-size:12px;color:#555;margin:4px 0}


.boleto-result{padding:10px 0}
.barcode-code{display:block;font-size:11px;background:#f4f4f4;padding:10px;border-radius:7px;word-break:break-all;margin-top:4px}


.card-form label{display:grid;gap:5px;margin-bottom:10px;font-size:13px;color:#555}


.order-done{text-align:center;padding:16px 0}
.order-check{width:64px;height:64px;background:#e6f9ef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#0d7f41;margin:0 auto 14px}
.order-done h2{margin:0 0 10px;font-size:24px}
.order-sellers{display:flex;flex-direction:column;gap:10px;margin:16px 0}


.login-tabs{display:flex;gap:8px;margin-bottom:14px}
.tab-btn{border:1.5px solid var(--line);background:#fff;color:#555;padding:9px 18px;border-radius:8px;font-weight:800;transition:.2s}
.tab-btn.active{background:var(--nav);color:#fff;border-color:var(--nav)}


.seller-modal-list{display:grid;gap:10px;margin-top:10px}
.seller-modal-card{display:flex;align-items:center;gap:12px;border:1.5px solid var(--line);border-radius:12px;padding:12px;text-decoration:none;color:inherit;transition:.2s}
.seller-modal-card:hover{border-color:var(--green);background:#f0fbf4}
.seller-modal-card img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}
.smc-info{flex:1}
.smc-info b{display:block;font-size:15px}
.smc-info span{display:block;font-size:13px;color:#666}
.smc-wa{font-weight:900;color:var(--green);font-size:13px;white-space:nowrap}


.pay-methods{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}
.pay-method-btn{border:1.5px solid var(--line);background:#fff;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px;text-align:left;transition:.2s}
.pay-method-btn:hover{border-color:#0d6efd;background:#f0f5ff}
.pm-icon{font-size:20px}
.pm-label{font-weight:900;font-size:14px}
.pm-sub{color:#777;font-size:12px}


.checkout-note{color:var(--muted);font-size:14px;margin:-6px 0 8px}


.price-block{margin:10px 0}
.price-old{display:block;text-decoration:line-through;color:#aaa;font-size:13px}
.price-now{display:block;font-size:22px;font-weight:900;color:#222}
.price-parcel{display:block;font-size:12px;color:#0d7f41;font-weight:700;margin-top:2px}


.admin-head{color:var(--nav)!important}
.admin-pencil{border:0;background:#fff3cd;color:#856404;border-radius:5px;padding:3px 7px;font-size:12px;cursor:pointer;margin-left:6px}
.admin-photo-overlay{position:absolute;top:6px;right:6px;background:rgba(0,0,0,.55);color:#fff;border-radius:6px;padding:4px 7px;font-size:13px;cursor:pointer;z-index:3}
.admin-new{background:#f8f9fa;border:1px dashed #adb5bd;border-radius:12px;padding:20px;margin-bottom:22px}
.admin-help{color:#666;font-size:13px;margin:6px 0 14px}
.admin-new-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:12px}
.admin-new-grid input,.admin-new-grid select{height:42px;border:1px solid var(--line);border-radius:7px;padding:0 10px}
.admin-new textarea,.admin-wrap textarea{min-height:60px;border:1px solid var(--line);border-radius:7px;padding:8px 10px;width:100%;resize:vertical}
.admin-scroll{overflow-x:auto}
.admin-table{width:100%;border-collapse:collapse;background:#fff}
.admin-table th{background:#2a2a2d;color:#fff;padding:11px 12px;text-align:left;font-size:12px;white-space:nowrap}
.admin-table td{border-bottom:1px solid var(--line);padding:10px 12px;vertical-align:top}
.admin-imgbox{width:70px;position:relative}
.admin-imgbox img{width:70px;height:70px;object-fit:cover;border-radius:6px}
.admin-imgbox label{position:absolute;bottom:0;right:0;background:#fff;border-radius:4px;padding:2px 5px;font-size:11px;cursor:pointer;border:1px solid var(--line)}
.admin-table input,.admin-table select{border:1px solid var(--line);border-radius:5px;padding:5px 7px;font-size:13px;max-width:140px}


.suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:60;display:none}
.suggestions.active{display:block}
.suggestions button{display:flex;flex-direction:column;width:100%;text-align:left;border:0;background:#fff;padding:10px 14px;gap:2px}
.suggestions button:hover{background:var(--soft)}
.suggestions button b{font-size:14px}
.suggestions button span{font-size:12px;color:#888}


.footer-main{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;max-width:1200px;margin:auto;flex-wrap:wrap}
.footer-brand strong{display:block;font-size:22px;font-weight:900;color:#fff;margin-bottom:6px}
.footer-brand span{display:block;font-size:13px;color:#bbb}
.footer-seals{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.footer-seal img{display:block}
.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;margin-top:20px;font-size:12px;color:#888}


.eco-impact{position:relative;overflow:hidden;background:#11141a;color:#fff;padding:52px 5%}
.eco-pattern{position:absolute;inset:0;opacity:.03;background:radial-gradient(circle at 20% 50%,#fff 1px,transparent 1px) 0 0 / 32px 32px}
.eco-inner{max-width:1100px;margin:auto;position:relative}
.eco-kicker{font-size:12px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:#aaa;margin:0 0 8px}
.eco-inner h2{margin:0 0 32px;font-size:36px;color:#fff}
.eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.eco-grid article{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:22px}
.eco-grid strong{display:block;font-size:38px;font-weight:900;color:#5eafd4;font-family:var(--title)}
.eco-grid span{display:block;margin-top:6px;font-size:14px;color:#ccc}
.eco-grid small{display:block;margin-top:4px;font-size:12px;color:#777}


.trust-ribbon{background:#1d2027;display:grid;grid-template-columns:repeat(4,1fr);border-top:3px solid #8b1d26}
.trust-ribbon article{padding:22px 24px;color:#fff;border-right:1px solid rgba(255,255,255,.07)}
.trust-ribbon article:last-child{border-right:0}
.trust-ribbon strong{display:block;font-size:36px;font-weight:900;font-family:var(--title);color:#fff}
.trust-ribbon span{display:block;font-size:13px;color:#aaa;margin-top:4px}


.sales-callout{padding-top:0;padding-bottom:0}
.sales-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.sales-card h2{font-size:26px;margin:6px 0 10px}
.mini-tag{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:2px;color:var(--nav);background:var(--soft);padding:4px 10px;border-radius:20px}
.sales-actions{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}


.benefits-premium{background:#fff;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}
.benefits-premium .benefit{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 14px;gap:4px;text-align:center}
.benefits-premium .benefit b{font-weight:900;color:var(--nav);font-size:14px;text-transform:uppercase;font-family:var(--title);font-size:15px}
.benefits-premium .benefit span{color:#777;font-size:13px;font-weight:500}

@media(max-width:880px){
  .eco-grid{grid-template-columns:repeat(2,1fr)}
  .trust-ribbon{grid-template-columns:repeat(2,1fr)}
  .pay-methods{grid-template-columns:1fr}
  .admin-new-grid{grid-template-columns:1fr 1fr}
  .seller-strip{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:560px){
  .eco-grid{grid-template-columns:1fr 1fr}
  .admin-new-grid{grid-template-columns:1fr}
  .header-main{grid-template-columns:1fr auto auto!important}
  .search-area{display:none}
}


.frete-list{display:grid;gap:6px;margin:8px 0}
.frete-option{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;border:1.5px solid var(--line);border-radius:10px;padding:10px 12px;cursor:pointer;transition:.18s;font-size:13px}
.frete-option:hover{border-color:#0d6efd;background:#f0f5ff}
.frete-option input[type=radio]{accent-color:#0d6efd;width:16px;height:16px;flex-shrink:0}
.frete-option.frete-menor{border-color:#0d7f41}
.frete-menor::after{content:'Mais barato';background:#e8f8ef;color:#0d7f41;font-size:10px;font-weight:900;padding:2px 7px;border-radius:20px;white-space:nowrap}
.fo-name{font-weight:600;color:#222}
.fo-name b{font-weight:900}
.fo-prazo{color:#777;font-size:12px}
.fo-price{font-weight:900;color:#222;white-space:nowrap}
.order-summary .frete-row{color:#0d6efd}


.smart-field{position:relative;width:100%}
.smart-field>span{position:absolute;left:12px;top:11px;font-weight:900;color:#27324a;z-index:2;font-size:18px;line-height:1}
.admin-new .smart-field input[type="text"],.admin-new .smart-field input:not([type]){padding-left:38px;height:42px}
.smart-results{position:absolute;z-index:50;top:48px;left:0;right:0;background:#fff;border:1px solid #d9dee8;border-radius:12px;box-shadow:0 16px 34px rgba(15,23,42,.18);max-height:280px;overflow:auto;padding:6px;display:grid;gap:4px}
.smart-results:empty{display:none}
.smart-results button{border:0;background:#fff;text-align:left;padding:10px 12px;border-radius:9px;cursor:pointer;color:#1f2937;display:flex;justify-content:space-between;gap:12px;align-items:center;width:100%}
.smart-results button:hover{background:#eff6ff}
.smart-results b{font-size:14px}
.smart-results small{color:#667085;font-size:12px;white-space:nowrap}
.smart-results em{padding:10px 12px;color:#667085;font-size:13px}


.photo-count{
  position:absolute;
  left:10px;
  bottom:10px;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-size:12px;
  font-weight:800;
  padding:5px 8px;
  border-radius:999px;
  backdrop-filter:blur(8px);
}
.admin-imgbox small,
.admin-table td small{
  display:block;
  margin-top:4px;
  color:#6b7280;
  font-size:11px;
}
#newPhoto,
#editPhotosInput{
  cursor:pointer;
}



.category-nav{
  justify-content:flex-start !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  padding:0 8px !important;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
.category-nav::-webkit-scrollbar{height:6px}
.category-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.32);border-radius:20px}
.nav-item{flex:0 0 auto !important}
.nav-btn{
  min-width:98px !important;
  padding:0 8px !important;
  font-size:11px !important;
  white-space:normal !important;
}
@media(min-width:1180px){
  .category-nav{padding:0 10px !important}
  .nav-btn{min-width:92px !important;font-size:10.8px !important;padding:0 7px !important}
}
@media(min-width:1420px){
  .category-nav{justify-content:center !important}
  .nav-btn{min-width:104px !important;font-size:11.5px !important;padding:0 10px !important}
}



:root{--blue:#0d6efd}
.category-nav{
  height:auto !important;
  min-height:56px !important;
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:stretch !important;
  justify-content:center !important;
  gap:0 !important;
  padding:0 6px !important;
  overflow:visible !important;
}
.category-nav .nav-item{
  flex:1 1 86px !important;
  min-width:78px !important;
  max-width:118px !important;
  display:flex !important;
}
.category-nav .nav-btn{
  width:100% !important;
  min-width:0 !important;
  padding:8px 5px !important;
  min-height:56px !important;
  font-size:10.3px !important;
  line-height:1.05 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.category-nav .nav-item[data-cat="Mangueiras"] .nav-btn,
.category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  background:#313136;
}
.category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  box-shadow:inset 0 -3px #d8404d;
}
.category-nav .mega{
  top:100% !important;
  max-height:420px;
  overflow:auto;
}
@media(min-width:1200px){
  .category-nav .nav-btn{font-size:10px !important;padding-left:4px !important;padding-right:4px !important;}
  .category-nav .nav-item{flex-basis:82px !important;max-width:112px !important;}
}
@media(max-width:760px){
  .category-nav{justify-content:flex-start !important;flex-wrap:nowrap !important;overflow-x:auto !important;overflow-y:hidden !important;}
  .category-nav .nav-item{flex:0 0 112px !important;max-width:none !important;}
  .category-nav .mega{position:fixed !important;left:0 !important;right:0 !important;top:auto !important;width:100vw !important;}
}
.admin-field{display:flex;flex-direction:column;gap:5px;margin:0;font-weight:700;color:#374151}
.admin-field small{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}
.admin-field em{font-size:11px;color:#6b7280;font-style:normal;margin-top:2px}
.admin-new-grid .admin-field input{height:42px}
.admin-photo-field input{padding:8px;background:#fff}
.smart-field input{width:100%;padding-left:38px !important}
.smart-results button small{font-size:11px;color:#6b7280;font-weight:500}


.vehicle-card .imgbox{position:relative;}
.vehicle-admin-tools{position:absolute;right:10px;top:10px;display:flex;gap:7px;z-index:8;}
.vehicle-admin-tools button,.vehicle-admin-tools label{width:34px;height:34px;border:0;border-radius:10px;background:rgba(10,10,10,.82);color:#fff;display:grid;place-items:center;cursor:pointer;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.22);}
.vehicle-admin-tools button:hover,.vehicle-admin-tools label:hover{background:#991b1f;transform:translateY(-1px);}
.vehicle-admin-tools input{display:none;}
.vehicle-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;}
.vehicle-edit-grid label{font-size:13px;font-weight:800;color:#333;}
@media(max-width:720px){.vehicle-edit-grid{grid-template-columns:1fr}.vehicle-admin-tools{right:8px;top:8px}.vehicle-admin-tools button,.vehicle-admin-tools label{width:31px;height:31px}}


.payment-safe-badge{background:#f0fdf4;border:1px solid #bbf7d0;color:#14532d;border-radius:10px;padding:9px 11px;font-size:12px;font-weight:800;line-height:1.35;margin:8px 0}
.pix-qr{width:220px;height:220px;object-fit:contain;background:#fff;padding:8px}
.pix-qr-fallback{width:220px;min-height:120px;margin:10px auto;border:1px dashed #bbb;border-radius:12px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px;color:#555}
.pix-qr-fallback b{color:#222;margin-bottom:4px}
.pix-copy-area .btn{width:100%}
.card-form{border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;margin-top:8px}
@media(max-width:700px){.pay-methods{grid-template-columns:1fr!important}.pix-qr,.pix-qr-fallback{width:190px;height:190px}}


.modal.closing{animation:modalBackdropOut .24s ease forwards}
.modal.closing .modal-card{animation:modalOut .24s ease forwards!important}
@keyframes modalBackdropOut{from{opacity:1}to{opacity:0}}
@keyframes modalOut{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.97)}}
.pay-ok{background:#ecfdf3;border:1px solid #b7ebc6;color:#0f7a37;border-radius:10px;padding:10px 12px;font-weight:800}
.head-action{cursor:pointer}


.admin-table{min-width:1280px}
.admin-table input,.admin-table select,.admin-table textarea{max-width:none!important;width:100%!important}
.admin-table td:nth-child(3){min-width:210px}
.admin-table td:nth-child(4){min-width:260px}
.admin-table .mini-label{display:block;font-size:11px;color:#666;font-weight:700;margin:0 0 4px}
.admin-table .mini-label:not(:first-child){margin-top:8px}
.admin-only-note{display:block;margin-top:5px;color:#777;font-size:11px;line-height:1.25}
.admin-table td:last-child{min-width:120px}
.admin-table td:last-child .btn{display:flex;min-height:34px;padding:7px 10px;font-size:12px}

/* ===== BOTÃO COMPRAMOS SUA VAN ===== */
.compra-van-float{position:fixed;right:22px;bottom:82px;z-index:95;border:0;background:#8b1d26;color:#fff;border-radius:999px;padding:13px 20px;font-weight:900;font-size:14px;box-shadow:0 14px 34px rgba(139,29,38,.35);transition:transform .25s,box-shadow .25s,background .25s;cursor:pointer;letter-spacing:.02em}
.compra-van-float:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(139,29,38,.45);background:#6e161e}
@media(max-width:920px){.compra-van-float{left:14px;right:14px;bottom:82px;width:auto;text-align:center}}


/* FIX DEFINITIVO — BOTÃO COMPRAMOS SUA VAN */
#jpCompraVanFloat,.compra-van-float{position:fixed!important;right:22px!important;bottom:82px!important;z-index:2147483000!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border:0!important;background:#8b1d26!important;color:#fff!important;border-radius:999px!important;padding:14px 22px!important;font-weight:900!important;font-size:14px!important;box-shadow:0 16px 36px rgba(139,29,38,.38)!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
#jpCompraVanFloat:hover,.compra-van-float:hover{background:#6e161e!important;transform:translateY(-2px)!important}
@media(max-width:920px){#jpCompraVanFloat,.compra-van-float{left:14px!important;right:14px!important;bottom:82px!important;width:auto!important}}

/* AÇÕES DE ADMIN NO MENU DE CATEGORIAS */
.category-nav .mega .mega-row{display:flex;align-items:center;gap:6px;padding:0 8px}
.category-nav .mega .mega-row + .mega-row{margin-top:2px}
.category-nav .mega .mega-main{flex:1 1 auto;min-width:0}
.category-nav .mega .mega-main span{display:block;flex:1 1 auto;min-width:0;white-space:normal;line-height:1.15}
.category-nav .mega .mega-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}
.category-nav .mega .mega-action{width:30px;height:30px;border:1px solid #e4c5c8;background:#fff6f7;color:#8b1d26;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:14px;font-weight:900;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.category-nav .mega .mega-action:hover{background:#8b1d26;color:#fff;border-color:#8b1d26;transform:translateY(-1px)}
.category-nav .mega .mega-action.delete{background:#fff1f2;border-color:#efb5bc;color:#a61e2a}
.category-nav .mega .mega-action.delete:hover{background:#a61e2a;color:#fff;border-color:#a61e2a}
@media(max-width:920px){
  .category-nav .mega .mega-row{padding:0 10px}
  .category-nav .mega .mega-action{width:32px;height:32px}
}
.category-nav .mega .mega-action,.category-nav .mega .mega-action:hover{padding-left:0!important;text-transform:none!important;letter-spacing:0!important;gap:0!important;justify-content:center!important}

/* PEDIDOS DO ADMIN */
.admin-orders{display:grid;gap:12px;max-height:70vh;overflow:auto;padding-right:4px}
.admin-order-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:14px;box-shadow:0 6px 16px rgba(0,0,0,.05)}
.admin-order-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:10px}
.admin-order-card small{color:#777;font-size:12px}
.admin-order-card p{font-size:13px;line-height:1.45;margin:8px 0;color:#333}
.admin-order-card ul{margin:8px 0 10px 18px;padding:0;color:#333;font-size:13px}
.admin-order-total{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid #eee;padding-top:10px}

/* PEDIDOS NO PAINEL ADMIN — HISTÓRICO OFICIAL DO SITE */
.order-status-pill{display:inline-flex;align-items:center;border-radius:999px;background:#fff1f2;color:#991b1f;border:1px solid #efb5bc;padding:2px 8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.admin-order-status{border-top:1px solid #eee;padding-top:10px;margin-top:8px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.admin-order-status label{font-size:12px;color:#555;font-weight:800;display:grid;gap:4px;min-width:210px}
.admin-order-status select{height:38px;border:1px solid #ddd;border-radius:10px;background:#fff;padding:0 10px;font-weight:800;color:#222;outline:none}
.admin-order-status select:focus{border-color:#991b1f;box-shadow:0 0 0 3px rgba(153,27,31,.12)}
.admin-order-card[data-order]{position:relative}
.admin-order-card[data-order]::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:0 8px 8px 0;background:#991b1f;opacity:.85}

/* AJUSTE VISUAL DO MENU SUPERIOR - letras mais legíveis e menos estouradas */
.category-nav{
  background:#1f2024 !important;
  border-top:1px solid rgba(255,255,255,.05) !important;
  border-bottom:1px solid rgba(0,0,0,.35) !important;
}
.category-nav .nav-btn{
  color:#f2f0ed !important;
  font-size:12.4px !important;
  line-height:1.12 !important;
  font-weight:800 !important;
  letter-spacing:.018em !important;
  text-shadow:none !important;
  filter:none !important;
  min-height:58px !important;
  padding:8px 7px !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}
.category-nav .nav-item:hover .nav-btn,
.category-nav .nav-btn:hover{
  background:#2b2c31 !important;
  color:#fffaf5 !important;
}
.category-nav .nav-item[data-cat="Mangueiras"] .nav-btn,
.category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  background:#27282d !important;
  color:#fff3f3 !important;
}
.category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  box-shadow:inset 0 -3px #b8323d !important;
}
@media(min-width:1200px){
  .category-nav .nav-btn{
    font-size:11.8px !important;
    padding-left:6px !important;
    padding-right:6px !important;
  }
  .category-nav .nav-item{
    flex-basis:88px !important;
    max-width:122px !important;
  }
}
@media(min-width:1420px){
  .category-nav .nav-btn{
    font-size:12.4px !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  .category-nav .nav-item{
    flex-basis:96px !important;
    max-width:132px !important;
  }
}
@media(max-width:760px){
  .category-nav .nav-btn{
    font-size:11.8px !important;
    min-height:54px !important;
  }
}

/* AJUSTE FINAL DA FONTE DA FAIXA SUPERIOR — maior e mais visível */
.category-nav{
  min-height:62px !important;
  height:auto !important;
  background:#242427 !important;
  align-items:stretch !important;
}
.category-nav .nav-item{
  flex:1 1 104px !important;
  min-width:96px !important;
  max-width:145px !important;
}
.category-nav .nav-btn{
  font-family:'Barlow Condensed',Arial,sans-serif !important;
  font-size:15.2px !important;
  font-weight:900 !important;
  line-height:.92 !important;
  letter-spacing:.12px !important;
  min-height:62px !important;
  padding:8px 9px !important;
  color:#f4f1ee !important;
  text-transform:uppercase !important;
  text-shadow:none !important;
  filter:none !important;
}
.category-nav .nav-item:hover .nav-btn,
.category-nav .nav-btn:hover{
  background:#7f161f !important;
  color:#fff !important;
}
.category-nav .nav-btn:after{
  background:#c93542 !important;
}
.category-nav .nav-item[data-cat="Mangueiras"] .nav-btn,
.category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  background:#2b2b30 !important;
  color:#fff4f4 !important;
}
.category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  box-shadow:inset 0 -3px #c93542 !important;
}
@media(min-width:1200px){
  .category-nav .nav-item{flex-basis:102px !important;max-width:142px !important;}
  .category-nav .nav-btn{font-size:14.5px !important;padding-left:8px !important;padding-right:8px !important;}
}
@media(min-width:1420px){
  .category-nav .nav-item{flex-basis:112px !important;max-width:152px !important;}
  .category-nav .nav-btn{font-size:15.4px !important;padding-left:10px !important;padding-right:10px !important;}
}
@media(max-width:760px){
  .category-nav{min-height:58px !important;}
  .category-nav .nav-item{flex:0 0 126px !important;max-width:none !important;}
  .category-nav .nav-btn{font-size:13.8px !important;min-height:58px !important;}
}

/* ===== CORREÇÃO DEFINITIVA DA FONTE DA FAIXA DE CATEGORIAS =====
/* mais forte que os ajustes antigos; feito para ficar perceptivelmente maior */
html body .site-top .category-nav{
  min-height:70px !important;
  height:70px !important;
  background:#202126 !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:center !important;
  align-items:stretch !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  padding:0 8px !important;
  gap:0 !important;
}
html body .site-top .category-nav .nav-item{
  flex:0 1 128px !important;
  min-width:112px !important;
  max-width:150px !important;
  display:flex !important;
}
html body .site-top .category-nav .nav-btn{
  width:100% !important;
  min-width:0 !important;
  min-height:70px !important;
  height:70px !important;
  padding:9px 10px !important;
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif !important;
  font-size:17.6px !important;
  font-weight:800 !important;
  line-height:.95 !important;
  letter-spacing:.18px !important;
  color:#ebe6df !important;
  text-transform:uppercase !important;
  text-shadow:none !important;
  filter:none !important;
  opacity:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:normal !important;
  overflow-wrap:normal !important;
}
html body .site-top .category-nav .nav-item:hover .nav-btn,
html body .site-top .category-nav .nav-btn:hover{
  background:#7d171f !important;
  color:#fff !important;
}
html body .site-top .category-nav .nav-item[data-cat="Mangueiras"] .nav-btn,
html body .site-top .category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  background:#28292f !important;
  color:#f3ece6 !important;
}
html body .site-top .category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  box-shadow:inset 0 -4px #c53a46 !important;
}
html body .site-top .category-nav .mega{
  top:70px !important;
}
@media(max-width:1180px){
  html body .site-top .category-nav{justify-content:flex-start !important;}
  html body .site-top .category-nav .nav-item{flex:0 0 126px !important;max-width:none !important;}
  html body .site-top .category-nav .nav-btn{font-size:16.4px !important;}
}
@media(max-width:760px){
  html body .site-top .category-nav{height:64px !important;min-height:64px !important;}
  html body .site-top .category-nav .nav-item{flex:0 0 124px !important;}
  html body .site-top .category-nav .nav-btn{height:64px !important;min-height:64px !important;font-size:15.4px !important;}
  html body .site-top .category-nav .mega{top:auto !important;}
}

/* ===== AJUSTE FINAL: MENU MÉDIO, SEM EXAGERO ===== */
html body .site-top .category-nav{
  height:58px !important;
  min-height:58px !important;
  background:#202126 !important;
  padding:0 8px !important;
}
html body .site-top .category-nav .nav-item{
  flex:0 1 116px !important;
  min-width:94px !important;
  max-width:132px !important;
}
html body .site-top .category-nav .nav-btn{
  height:58px !important;
  min-height:58px !important;
  padding:6px 8px !important;
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif !important;
  font-size:13.8px !important;
  font-weight:800 !important;
  line-height:1.02 !important;
  letter-spacing:.12px !important;
  color:#eee8df !important;
  text-shadow:none !important;
  filter:none !important;
}
html body .site-top .category-nav .nav-item[data-cat="Acabamentos"] .nav-btn{
  box-shadow:inset 0 -3px #c53a46 !important;
}
html body .site-top .category-nav .mega{
  top:58px !important;
}
@media(max-width:1180px){
  html body .site-top .category-nav .nav-item{flex:0 0 110px !important;max-width:none !important;}
  html body .site-top .category-nav .nav-btn{font-size:13.2px !important;}
}
@media(max-width:760px){
  html body .site-top .category-nav{height:56px !important;min-height:56px !important;}
  html body .site-top .category-nav .nav-item{flex:0 0 112px !important;}
  html body .site-top .category-nav .nav-btn{height:56px !important;min-height:56px !important;font-size:12.8px !important;}
  html body .site-top .category-nav .mega{top:auto !important;}
}

/* ===== FIX RESPONSIVO FINAL — MOBILE + MENU HOVER SEM SCROLL ===== */
html,body{max-width:100%!important;overflow-x:hidden!important}
img,video,iframe{max-width:100%!important}

/* Desktop/tablet largo: dropdown abre no hover, sem caixa interna com scroll */
@media (min-width: 921px){
  html body .site-top{overflow:visible!important}
  html body .site-top .category-nav{
    position:relative!important;
    height:56px!important;
    min-height:56px!important;
    overflow:visible!important;
    flex-wrap:nowrap!important;
    justify-content:center!important;
    padding:0 6px!important;
  }
  html body .site-top .category-nav .nav-item{
    position:relative!important;
    flex:0 1 118px!important;
    min-width:98px!important;
    max-width:136px!important;
  }
  html body .site-top .category-nav .nav-btn{
    height:56px!important;
    min-height:56px!important;
    font-size:13.2px!important;
    line-height:1.04!important;
    padding:6px 8px!important;
  }
  html body .site-top .category-nav .mega{
    display:none!important;
    position:absolute!important;
    top:56px!important;
    left:0!important;
    right:auto!important;
    width:520px!important;
    max-width:calc(100vw - 24px)!important;
    max-height:none!important;
    overflow:visible!important;
    padding:12px!important;
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    border-radius:0 0 12px 12px!important;
    box-shadow:0 24px 60px rgba(0,0,0,.22)!important;
    z-index:999999!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:4px 10px!important;
  }
  html body .site-top .category-nav .nav-item:hover .mega,
  html body .site-top .category-nav .nav-item:focus-within .mega{
    display:grid!important;
  }
  html body .site-top .category-nav .nav-item:nth-last-child(-n+3) .mega{
    left:auto!important;
    right:0!important;
  }
  html body .site-top .category-nav .mega button,
  html body .site-top .category-nav .mega .mega-main{
    min-height:34px!important;
    height:auto!important;
    padding:8px 10px!important;
    font-size:12.5px!important;
    line-height:1.18!important;
    white-space:normal!important;
  }
}

/* Celular: cabeçalho vira blocos limpos e não cria largura fantasma */
@media (max-width: 920px){
  html body .top-line{
    display:flex!important;
    height:auto!important;
    min-height:34px!important;
    flex-wrap:wrap!important;
    gap:8px 14px!important;
    padding:7px 10px!important;
    font-size:11px!important;
    line-height:1.2!important;
    text-align:center!important;
  }
  html body .site-top{position:relative!important;overflow:visible!important}
  html body .header-main{
    height:auto!important;
    display:grid!important;
    grid-template-columns:72px 1fr 54px 54px!important;
    grid-template-areas:
      "logo search login cart"
      "logo search login cart"!important;
    gap:8px!important;
    align-items:center!important;
    padding:10px!important;
    max-width:100%!important;
  }
  html body .brand{grid-area:logo!important;justify-content:flex-start!important;min-width:0!important}
  html body .brand img{width:62px!important;height:62px!important}
  html body .brand span{display:none!important}
  html body .search-area{grid-area:search!important;width:100%!important;min-width:0!important}
  html body .search-box{height:48px!important;min-width:0!important}
  html body .search-box input{font-size:14px!important;padding:0 12px!important;min-width:0!important}
  html body .head-action{
    grid-area:login!important;
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
    padding:0!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  html body .head-action svg{width:42px!important;height:42px!important;padding:9px!important;margin:0!important}
  html body .head-action span{display:none!important}
  html body .cart-action,
  html body .header-main>button:last-child{
    grid-area:cart!important;
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
    padding:0!important;
    justify-content:center!important;
  }
  html body .cart-action span,
  html body .cart-action small{display:none!important}

  html body .site-top .category-nav{
    height:54px!important;
    min-height:54px!important;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    flex-wrap:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    padding:0 6px!important;
  }
  html body .site-top .category-nav::-webkit-scrollbar{display:none!important}
  html body .site-top .category-nav .nav-item{
    flex:0 0 112px!important;
    min-width:112px!important;
    max-width:112px!important;
    position:relative!important;
  }
  html body .site-top .category-nav .nav-btn{
    height:54px!important;
    min-height:54px!important;
    font-size:12.2px!important;
    line-height:1.02!important;
    padding:5px 7px!important;
  }
  /* No celular o clique abre a categoria; não deixa dropdown gigante quebrar layout */
  html body .site-top .category-nav .mega,
  html body .site-top .category-nav .nav-item:hover .mega{
    display:none!important;
  }

  html body .wrap{padding:20px 12px!important;max-width:100%!important}
  html body .hero{height:auto!important;min-height:0!important}
  html body .hero-slide{position:relative!important;display:none!important;grid-template-columns:1fr!important;min-height:360px!important}
  html body .hero-slide.active{display:grid!important}
  html body .hero-img{height:150px!important}
  html body .hero-center{padding:22px 14px!important}
  html body .hero h1{font-size:30px!important;line-height:1!important}
  html body .hero p{font-size:15px!important}
  html body .benefits{grid-template-columns:1fr!important}
  html body .layout,
  html body .vehicle-layout,
  html body .detail-layout{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  html body .filters{position:static!important;max-height:none!important;overflow:visible!important}
  html body .tools{flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  html body .grid,
  html body .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  html body .imgbox{height:132px!important;padding:10px!important}
  html body .body{padding:11px!important}
  html body .body h3{font-size:16px!important;line-height:1.05!important}
  html body .actions{flex-direction:column!important}
  html body .gallery-main{height:270px!important}
  html body .thumbs{grid-template-columns:repeat(4,1fr)!important}
  html body .footer{padding:22px 14px!important;text-align:left!important}
  html body .footer>div{display:block!important;max-width:100%!important}
  html body .whatsapp-float{right:12px!important;left:12px!important;bottom:12px!important;width:auto!important;justify-content:center!important}
  html body #jpCompraVanFloat,
  html body .compra-van-float{left:12px!important;right:12px!important;bottom:72px!important;width:auto!important}
}

@media (max-width: 420px){
  html body .header-main{grid-template-columns:64px 1fr 48px 48px!important;padding:8px!important;gap:6px!important}
  html body .brand img{width:56px!important;height:56px!important}
  html body .search-box{height:44px!important}
  html body .head-action,html body .cart-action,html body .header-main>button:last-child{width:48px!important;min-width:48px!important;height:48px!important}
  html body .head-action svg{width:38px!important;height:38px!important}
  html body .site-top .category-nav .nav-item{flex-basis:104px!important;min-width:104px!important;max-width:104px!important}
  html body .site-top .category-nav .nav-btn{font-size:11.5px!important}
  html body .grid,html body .product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  html body .imgbox{height:118px!important}
}

/* =========================================================
   REVISÃO GERAL V7 — MOBILE REAL + MENU HOVER VISÍVEL
   Mantém desktop com hover e celular sem estouro lateral.
   ========================================================= */
*,*::before,*::after{box-sizing:border-box!important}
html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
#app,.site-top,.header-main,.category-nav,.footer{max-width:100%!important}

/* Rodapé: informações principais em coluna, sem embolar */
.footer .footer-brand{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}
.footer .footer-brand p,.footer .footer-brand span,.footer .footer-brand a{max-width:100%!important;word-break:normal!important;overflow-wrap:anywhere!important}

@media (min-width:921px){
  html body .site-top{overflow:visible!important;z-index:80!important}
  html body .category-nav{overflow:visible!important;z-index:90!important}
  html body .category-nav .nav-item{position:relative!important;overflow:visible!important}
  html body .category-nav .nav-btn{font-family:'Barlow Condensed',Inter,Arial,sans-serif!important;font-size:13.4px!important;font-weight:800!important;letter-spacing:.035em!important;text-shadow:none!important;color:#f7f7f7!important}
  html body .category-nav .mega{
    display:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;animation:none!important;
    position:absolute!important;top:56px!important;left:0!important;width:min(760px,calc(100vw - 28px))!important;max-height:none!important;overflow:visible!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px 8px!important;background:#fff!important;color:#2b2f36!important;
    border:1px solid #e7e7e7!important;border-top:3px solid #8b1d26!important;border-radius:0 0 14px 14px!important;
    box-shadow:0 28px 70px rgba(0,0,0,.24)!important;padding:12px!important;z-index:2147482000!important;
  }
  html body .category-nav .nav-item:hover .mega,
  html body .category-nav .nav-item:focus-within .mega{display:grid!important}
  html body .category-nav .nav-item:nth-last-child(-n+4) .mega{left:auto!important;right:0!important}
  html body .category-nav .mega .mega-row{display:flex!important;align-items:center!important;gap:4px!important;padding:0!important;margin:0!important;min-width:0!important}
  html body .category-nav .mega button,
  html body .category-nav .mega .mega-main{
    width:100%!important;min-width:0!important;min-height:32px!important;height:auto!important;padding:7px 9px!important;font-size:12.2px!important;line-height:1.15!important;
    white-space:normal!important;text-align:left!important;border-radius:8px!important;background:#fff!important;color:#3f444b!important;border:0!important;
  }
  html body .category-nav .mega button:hover,
  html body .category-nav .mega .mega-main:hover{background:#fff1f2!important;color:#8b1d26!important}
  html body .category-nav .mega b{flex:0 0 auto!important;margin-left:6px!important;background:#f0f2f5!important;color:#6b7280!important}
}

@media (max-width:920px){
  body{min-width:0!important}
  html body .top-line{justify-content:center!important;align-items:center!important;white-space:normal!important;overflow:hidden!important}
  html body .top-line span,html body .top-line a{white-space:normal!important;max-width:100%!important}
  html body .header-main{width:100%!important;min-width:0!important;overflow:hidden!important}
  html body .search-area,html body .search-box,html body .search-box input{min-width:0!important;max-width:100%!important}
  html body .category-nav{width:100%!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:hidden!important;touch-action:pan-x!important}
  html body .category-nav .nav-btn{font-family:'Barlow Condensed',Inter,Arial,sans-serif!important;text-shadow:none!important;color:#f7f7f7!important}
  html body .category-nav .mega{display:none!important}
  html body .wrap,html body section,html body .modal-card{max-width:100%!important}
  html body .modal-card{width:calc(100vw - 22px)!important;margin:10px auto!important}
  html body .checkout-steps{grid-template-columns:1fr!important}
  html body .checkout-box{min-width:0!important}
  html body .pay-methods{grid-template-columns:1fr!important}
  html body .footer-main{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;text-align:left!important}
  html body .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
}

@media (max-width:520px){
  html body .header-main{grid-template-columns:58px 1fr 46px 46px!important;gap:6px!important;padding:8px!important}
  html body .brand img{width:52px!important;height:52px!important}
  html body .search-box{height:42px!important;border-radius:8px!important}
  html body .search-box input{font-size:13px!important}
  html body .head-action,html body .cart-action,html body .header-main>button:last-child{width:46px!important;min-width:46px!important;height:46px!important}
  html body .site-top .category-nav .nav-item{flex:0 0 104px!important;min-width:104px!important;max-width:104px!important}
  html body .site-top .category-nav .nav-btn{font-size:11.4px!important;line-height:1.02!important;padding:5px 6px!important}
  html body .grid,html body .product-grid{grid-template-columns:1fr!important;gap:12px!important}
  html body .imgbox{height:160px!important}
  html body .hero h1{font-size:27px!important}
  html body .footer{padding-bottom:140px!important}
}
