:root{--navy:#12344d;--navy2:#0b2538;--green:#2e6b3c;--bg:#f6f8fa;--text:#17212b;--muted:#667085;--border:#e5e7eb}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.wrap{max-width:1380px;margin:auto;padding:0 24px}.topbar{background:var(--navy2);color:white;font-size:12px}.topbar .wrap{height:34px;display:flex;align-items:center;justify-content:space-between}.mainhead{background:white;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--border)}.headrow{min-height:80px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px}.brandmark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--green);color:#fff;font-weight:900}.brand b{font-size:22px;color:var(--navy)}.brand small{display:block;font-size:10px;color:var(--green);text-transform:uppercase;letter-spacing:.08em}.search{display:flex;flex:1;max-width:640px}.search input{flex:1;border:1px solid #cbd5e1;border-right:0;border-radius:8px 0 0 8px;padding:13px}.search button{border:0;background:var(--green);color:white;padding:0 20px;border-radius:0 8px 8px 0}.headrow nav{display:flex;gap:18px;font-weight:700;font-size:14px}.nav2{background:var(--navy);color:#fff}.nav2 .wrap{height:46px;display:flex;align-items:center;gap:22px;overflow:auto}.nav2 a{white-space:nowrap;font-size:13px}.hero{background:linear-gradient(115deg,#eef5f0,#fff)}.heroGrid{min-height:390px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px}.hero h1{font-size:48px;line-height:1.05;margin:12px 0;max-width:800px}.hero p{font-size:18px;color:var(--muted);max-width:650px}.eyebrow,.sectionTitle span{color:var(--green);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.heroCard{height:270px;background:white;border:1px solid var(--border);border-radius:24px;display:grid;place-items:center;text-align:center;box-shadow:0 20px 60px #12344d12}.machineIcon{font-size:100px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:#e9eef2;color:var(--navy);padding:12px 18px;font-weight:800;cursor:pointer}.btn.primary{background:var(--green);color:#fff}.btn.full{width:100%}.btn.danger{background:#fee2e2;color:#b91c1c}.btn.mini{padding:8px 10px;font-size:12px}.trust{background:white;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:18px;padding-bottom:18px;text-align:center;font-weight:800;color:var(--navy)}.section{padding-top:44px;padding-bottom:44px}.sectionTitle{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.sectionTitle h1,.sectionTitle h2{margin:3px 0 0}.catgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.catcard,.productcard,.categoryBlock,.summary,.checkoutForm,.orderCard,.adminForm{background:#fff;border:1px solid var(--border);border-radius:14px}.catcard{padding:20px;min-height:130px}.catcard b,.catcard small{display:block}.catcard small{margin-top:6px;color:var(--muted)}.caticon{font-size:30px;margin-bottom:14px}.productgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.productcard{padding:14px;display:flex;flex-direction:column;gap:10px}.productimg{height:190px;border-radius:10px;background:#f8fafc;display:grid;place-items:center;overflow:hidden;font-size:60px}.productimg img,.detailimg img{width:100%;height:100%;object-fit:contain}.productcard h3{font-size:16px;margin:7px 0}.productcard p,.productcard small{color:var(--muted);font-size:12px}.productcard strong{display:block;font-size:20px;color:var(--navy);margin:10px 0}.categoryLayout{display:grid;grid-template-columns:280px 1fr;gap:24px}.sidecats{background:white;border:1px solid var(--border);border-radius:12px;padding:10px;height:max-content}.sidecats a{display:block;padding:11px;border-radius:8px;font-weight:700;font-size:13px}.sidecats a.active,.sidecats a:hover{background:#eaf4ec;color:var(--green)}.categoryBlock{padding:22px;margin-bottom:18px}.subgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.subgrid a{padding:12px;background:#f8fafc;border-radius:8px;font-size:13px}.productdetail{display:grid;grid-template-columns:1fr 1fr;gap:50px}.detailimg{background:white;border:1px solid var(--border);border-radius:16px;min-height:420px;display:grid;place-items:center;font-size:110px}.price{font-size:32px;font-weight:900;color:var(--navy);margin:20px 0}.specs{white-space:pre-wrap;background:#fff;border:1px solid var(--border);padding:16px;border-radius:10px}.cartlist{background:white;border:1px solid var(--border);border-radius:12px;margin:20px 0}.cartrow{display:grid;grid-template-columns:1fr 100px 150px 90px;gap:15px;align-items:center;padding:15px;border-bottom:1px solid var(--border)}.cartrow small{display:block;color:var(--muted)}.cartrow input,input,select,textarea{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:8px;background:white}.linkbtn{border:0;background:transparent;color:#b91c1c;cursor:pointer}.carttotal{display:flex;justify-content:flex-end;gap:25px;font-size:24px;margin:20px 0}.checkoutGrid{display:grid;grid-template-columns:1fr 360px;gap:24px}.checkoutForm{padding:24px}.checkoutForm label,.adminForm label,.loginbox label{display:block;font-weight:700;font-size:13px;margin-bottom:14px}.checkoutForm input,.checkoutForm textarea,.adminForm input,.adminForm select,.adminForm textarea,.loginbox input{margin-top:6px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.paymentBox{background:#f8fafc;padding:15px;border-radius:10px;margin:18px 0}.paymentBox label{display:flex;gap:8px;align-items:center}.paymentBox input{width:auto}.summary{padding:20px;height:max-content}.summary div{display:flex;justify-content:space-between;padding:9px 0;font-size:13px}.note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px;border-radius:8px}.center{text-align:center}.successMark{width:80px;height:80px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:42px;margin:20px auto}.paybox{max-width:520px;margin:25px auto;background:#fff;border:1px solid var(--border);padding:30px;border-radius:14px}.spinner{width:40px;height:40px;border:4px solid #ddd;border-top-color:var(--green);border-radius:50%;margin:auto;animation:s 1s linear infinite}@keyframes s{to{transform:rotate(360deg)}}footer{background:var(--navy2);color:#fff;padding:40px 0;margin-top:40px}.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.adminbg{background:#eef2f5}.loginbox{max-width:420px;margin:8vh auto;background:white;padding:28px;border-radius:16px;border:1px solid var(--border);box-shadow:0 15px 60px #12344d16}.muted{color:var(--muted);font-size:12px}.alert{background:#fee2e2;color:#b91c1c;padding:10px;border-radius:8px;margin-bottom:12px}.adminShell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.adminShell aside{background:var(--navy2);color:#fff;padding:24px;display:flex;flex-direction:column;gap:8px}.adminShell aside .brand{margin-bottom:20px}.adminShell aside a{padding:12px;border-radius:8px;color:#dbe5ea}.adminShell aside a.active,.adminShell aside a:hover{background:#ffffff18;color:white}.adminMain{padding:30px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stats>div{background:white;border:1px solid var(--border);padding:20px;border-radius:12px}.stats span,.stats b{display:block}.stats b{font-size:30px;color:var(--navy);margin-top:7px}.adminForm{padding:20px;margin:20px 0}.adminForm textarea{min-height:100px}.adminTable{background:white;border:1px solid var(--border);border-radius:12px}.adminRow{display:grid;grid-template-columns:1fr 120px 70px 70px;gap:10px;align-items:center;padding:12px;border-bottom:1px solid var(--border)}.adminRow small{display:block;color:var(--muted)}.orderCard{padding:20px;margin-bottom:16px}.orderHead{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:14px}.orderHead small{display:block;color:var(--muted)}.badge{background:#eaf4ec;color:var(--green);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.ordergrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:16px 0}.ordergrid>div{background:#f8fafc;padding:14px;border-radius:10px}.statusbar{display:flex;gap:8px;flex-wrap:wrap}.empty{background:white;border:1px dashed #cbd5e1;padding:40px;border-radius:12px;text-align:center;color:var(--muted)}@media(max-width:1000px){.headrow{flex-wrap:wrap}.search{order:3;flex-basis:100%}.heroGrid,.productdetail,.checkoutGrid{grid-template-columns:1fr}.catgrid{grid-template-columns:repeat(3,1fr)}.productgrid{grid-template-columns:repeat(2,1fr)}.categoryLayout{grid-template-columns:1fr}.sidecats{display:flex;overflow:auto}.subgrid{grid-template-columns:repeat(2,1fr)}.adminShell{grid-template-columns:1fr}.adminShell aside{flex-direction:row;overflow:auto}.stats{grid-template-columns:repeat(2,1fr)}.ordergrid{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.wrap{padding:0 14px}.topbar span{display:none}.headrow{min-height:68px;gap:10px}.brand b{font-size:18px}.brand small{display:none}.headrow nav{font-size:12px;gap:10px}.nav2{display:none}.heroGrid{min-height:auto;padding:45px 14px}.hero h1{font-size:34px}.heroCard{display:none}.trustgrid{grid-template-columns:1fr 1fr;font-size:12px;gap:10px}.catgrid{grid-template-columns:repeat(2,1fr)}.productgrid{grid-template-columns:1fr 1fr;gap:10px}.productimg{height:130px}.subgrid{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}.cartrow{grid-template-columns:1fr 70px}.cartrow strong,.cartrow .linkbtn{grid-column:auto}.stats{grid-template-columns:1fr 1fr}.adminMain{padding:14px}.footergrid{grid-template-columns:1fr}.orderHead{align-items:flex-start;gap:8px;flex-direction:column}}

.heroPhoto{padding:18px}.heroPhoto img{width:100%;height:210px;object-fit:contain;display:block}.heroPhoto b{display:block;margin-top:8px}

/* 2026 professional account/admin enhancements */
.brandimg img{width:190px;height:64px;object-fit:contain;object-position:left center}.footerlogo{width:180px;max-height:100px;object-fit:contain}.authcard{max-width:480px;margin:20px auto;background:#fff;border:1px solid #dce3ea;border-radius:18px;padding:28px;box-shadow:0 12px 35px rgba(9,39,59,.08)}.authlogo,.adminlogo{display:block;width:230px;max-height:150px;object-fit:contain;margin:0 auto 16px}.authcard label,.loginbox label,.panel label{display:block;font-weight:700;margin:12px 0}.authcard input,.loginbox input,.panel input,.panel select,.panel textarea{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbd5e1;border-radius:9px;padding:12px;background:#fff}.authlinks{display:flex;justify-content:space-between;gap:15px;margin-top:16px}.successbox{padding:12px;border-radius:9px;background:#eaf8ee;color:#176c34;margin:10px 0}.accounthead{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.ordercard{display:flex;justify-content:space-between;gap:20px;padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:12px 0}.ordercard>div:last-child{display:flex;align-items:center;gap:18px}.badge{background:#e9f7ed;color:#26763b;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.sideLogo{width:150px;max-height:105px;object-fit:contain;background:#fff;border-radius:10px;padding:5px;margin-bottom:10px}.adminGrid{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:20px}.panel{background:#fff;border:1px solid #dbe3ea;border-radius:14px;padding:20px;margin-top:18px}.tablewrap{overflow:auto}.tablewrap table{width:100%;border-collapse:collapse}.tablewrap th,.tablewrap td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.tablewrap small{display:block;color:#64748b;margin-top:3px}.linkdanger{background:none;border:0;color:#b91c1c;cursor:pointer}.btn.small{padding:7px 10px;font-size:12px}@media(max-width:900px){.headrow{flex-wrap:wrap}.brandimg img{width:145px;height:55px}.headrow .search{order:3;width:100%}.headrow nav{overflow:auto;white-space:nowrap;width:100%}.adminGrid{grid-template-columns:1fr}.adminShell{display:block}.adminShell aside{position:static;width:auto;display:flex;flex-wrap:wrap;gap:8px}.adminMain{margin:0}.accounthead{align-items:flex-start;flex-direction:column}}

/* V5 hardening: logo sizing and clean hero */
.brandimg{flex:0 0 170px;max-width:170px;overflow:hidden}.brandimg img{display:block!important;width:170px!important;height:64px!important;max-width:170px!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important}.heroMachine{padding:28px;display:flex;gap:22px;align-items:center;justify-content:center}.heroGear{width:96px;height:96px;border-radius:24px;background:#eaf4ec;display:grid;place-items:center;font-size:56px;color:#2e6b3c}.heroMachine strong,.heroMachine span{display:block}.heroMachine strong{font-size:22px;color:#12344d}.heroMachine span{margin-top:7px;color:#667085}.mainhead{overflow:visible}@media(max-width:640px){.brandimg{flex-basis:130px;max-width:130px}.brandimg img{width:130px!important;height:50px!important;max-width:130px!important;max-height:50px!important}.heroMachine{display:none}}

/* V6 direct product-photo upload */
input[type="file"]{display:block;width:100%;padding:12px;border:1px dashed #b7c4cf;border-radius:10px;background:#fff;cursor:pointer}
input[type="file"]::file-selector-button{border:0;border-radius:8px;padding:10px 14px;margin-right:12px;background:#2f7a40;color:#fff;font-weight:700;cursor:pointer}
.currentPhoto{margin:12px 0;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;max-width:180px}
.productimg img,.detailimg img{width:100%;height:100%;object-fit:contain;display:block}

.codAdvanceBox{display:grid;gap:5px;margin:10px 0 0 24px;padding:12px;border:1px solid #f3c88d;border-radius:9px;background:#fff7ed;color:#7c2d12}.codAdvanceBox span{display:block;font-size:13px}.productimg img,.detailimg img{background:#fff}

/* V10 admin quick price editor, Facebook, and Mill Bazaar AI Assistant */
.priceRow{grid-template-columns:minmax(250px,1fr) minmax(220px,300px) auto auto auto auto;gap:12px}.quickPriceForm{display:flex;gap:8px;align-items:end}.quickPriceForm label{font-size:12px;font-weight:800;margin:0;min-width:120px}.quickPriceForm input{margin-top:4px;padding:9px}.socialLink{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:3px}.mbChat{position:fixed;right:20px;bottom:20px;z-index:9999}.mbChatToggle{width:60px;height:60px;border:0;border-radius:50%;background:#2e6b3c;color:#fff;font-weight:900;font-size:18px;box-shadow:0 12px 30px #0b25384d;cursor:pointer}.mbChatPanel{position:absolute;right:0;bottom:72px;width:min(380px,calc(100vw - 28px));height:520px;max-height:72vh;background:#fff;border:1px solid #d9e1e7;border-radius:18px;box-shadow:0 22px 60px #0b25383d;overflow:hidden}.mbChatHead{background:#12344d;color:#fff;padding:15px;display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.mbChatHead b,.mbChatHead small{display:block}.mbChatHead small{opacity:.82;margin-top:3px;font-size:11px;line-height:1.35}.mbChatHead button{background:transparent;border:0;color:#fff;font-size:26px;cursor:pointer;line-height:1}.mbChatMessages{height:calc(100% - 128px);overflow:auto;padding:14px;background:#f7f9fb;display:flex;flex-direction:column;gap:9px}.chatMsg{max-width:88%;padding:10px 12px;border-radius:13px;white-space:pre-wrap;font-size:13px;line-height:1.45}.chatMsg.bot{background:#fff;border:1px solid #e1e7ec;align-self:flex-start}.chatMsg.user{background:#2e6b3c;color:#fff;align-self:flex-end}.chatMsg.waiting{opacity:.65}.mbChatForm{height:62px;padding:10px;border-top:1px solid #e5e7eb;display:flex;gap:8px}.mbChatForm input{flex:1;margin:0;padding:10px}.mbChatForm button{border:0;border-radius:9px;background:#2e6b3c;color:#fff;padding:0 14px;font-weight:800;cursor:pointer}@media(max-width:1000px){.priceRow{grid-template-columns:1fr 1fr;align-items:start!important}.quickPriceForm{grid-column:2}.priceRow>form:not(.quickPriceForm),.priceRow>a{justify-self:start}}@media(max-width:640px){.priceRow{grid-template-columns:1fr}.quickPriceForm{grid-column:auto}.mbChat{right:12px;bottom:12px}.mbChatPanel{right:0;bottom:68px;height:65vh}.mbChatToggle{width:54px;height:54px}}

/* ============================================================
   V11 PREMIUM MOBILE-FIRST STOREFRONT + SUPPORT ASSISTANT
   ============================================================ */
:root{--navy:#0c2f46;--navy2:#071f30;--green:#2f7a40;--green2:#3d9150;--gold:#c9943d;--bg:#f4f7f9;--card:#fff;--text:#15222c;--muted:#657381;--border:#dfe6eb;--shadow:0 12px 35px rgba(7,31,48,.08)}
html{scroll-behavior:smooth}body{overflow-x:hidden;padding-bottom:0}.wrap{width:min(100% - 32px,1380px);padding:0}.topbarInner{height:32px}.topbar a{color:#fff}.mainhead{box-shadow:0 3px 18px rgba(7,31,48,.06)}
.headrow{min-height:82px;gap:20px}.brandimg{flex:0 0 170px!important;max-width:170px!important}.brandimg img{width:170px!important;height:62px!important;max-width:170px!important;max-height:62px!important;object-fit:contain!important}.headActions{display:flex;align-items:center;gap:10px;margin-left:auto}.headIcon{position:relative;width:42px;height:42px;border:1px solid var(--border);border-radius:12px;display:grid;place-items:center;background:#fff}.headIcon b{position:absolute;right:-6px;top:-7px;background:var(--green);color:#fff;font-size:10px;min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;padding:0 5px}.headAccount{font-size:13px;font-weight:800;color:var(--navy);padding:11px 14px;border:1px solid var(--border);border-radius:10px}.desktopNav{height:42px;display:flex;align-items:center;gap:24px;border-top:1px solid #f0f3f5}.desktopNav a{font-size:13px;font-weight:800;color:#314554}.desktopNav a:hover{color:var(--green)}.mobileMenuBtn,.mobileMenu{display:none}.nav2 .wrap{height:42px}
.search{max-width:720px}.search input{height:46px;border-radius:12px 0 0 12px;padding-left:15px;font-size:14px}.search button{border-radius:0 12px 12px 0;font-weight:800}.btn{border-radius:11px;min-height:42px;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg,var(--green),var(--green2));box-shadow:0 8px 20px rgba(47,122,64,.18)}.btn.ghost{background:#fff;border:1px solid var(--border)}
.modernHero{background:radial-gradient(circle at 85% 10%,rgba(201,148,61,.12),transparent 28%),linear-gradient(135deg,#edf5ef 0%,#fff 48%,#f6f0e5 100%);border-bottom:1px solid var(--border)}.modernHero .heroGrid{min-height:470px;grid-template-columns:1.08fr .92fr}.heroCopy h1{font-size:54px;letter-spacing:-.035em}.heroCopy h1 em{font-style:normal;color:var(--green)}.heroButtons{display:flex;gap:10px;margin-top:24px}.heroStats{display:flex;gap:26px;margin-top:28px;flex-wrap:wrap}.heroStats span{font-size:12px;color:var(--muted)}.heroStats b{display:block;font-size:18px;color:var(--navy);margin-bottom:2px}.heroShowcase{position:relative;background:#fff;border:1px solid var(--border);border-radius:28px;padding:18px;box-shadow:0 30px 80px rgba(12,47,70,.12)}.heroShowcase img{width:100%;height:330px;object-fit:contain;display:block;border-radius:20px}.heroBadge{position:absolute;top:28px;left:28px;z-index:2;background:rgba(12,47,70,.92);color:#fff;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.04em}.heroProductName{padding:14px 8px 4px}.heroProductName b,.heroProductName span{display:block}.heroProductName b{color:var(--navy);font-size:17px}.heroProductName span{color:var(--muted);font-size:12px;margin-top:4px}.trustgrid span{padding:5px 8px}.featuredSection{background:#edf2f5}.textLink{font-size:13px;font-weight:800;color:var(--green)}
.catgrid{grid-template-columns:repeat(4,1fr)}.catcard{position:relative;min-height:144px;padding:20px 42px 20px 20px;box-shadow:0 4px 18px rgba(7,31,48,.04);transition:.2s}.catcard:hover{transform:translateY(-3px);border-color:#bfd1c2;box-shadow:var(--shadow)}.catArrow{position:absolute;right:16px;bottom:17px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf5ef;color:var(--green);font-weight:900}.caticon{width:44px;height:44px;border-radius:12px;background:#edf5ef;display:grid;place-items:center;font-size:23px}.productgrid{grid-template-columns:repeat(4,1fr)}.productcard{border-radius:18px;padding:12px;box-shadow:0 4px 20px rgba(7,31,48,.045);transition:.2s;background:#fff}.productcard:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.productimg{height:220px;background:linear-gradient(#fff,#f8fafb);border:1px solid #eef2f4;border-radius:14px}.productimg img{padding:8px;object-fit:contain}.productMeta{display:inline-flex;width:max-content;max-width:100%;background:#edf5ef;color:var(--green);padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productcard h3{min-height:40px;line-height:1.28}.productcard strong{font-size:19px}.supportStrip{background:linear-gradient(110deg,var(--navy2),var(--navy));color:#fff;border-radius:22px;padding:24px 28px!important;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:35px;margin-bottom:45px}.supportStrip>div{display:flex;gap:14px;align-items:center}.supportStrip p{margin:4px 0 0;color:#d4e0e6}.supportIcon{font-size:30px}
footer{background:var(--navy2);color:#d7e2e8;padding-top:42px}.footergrid{grid-template-columns:1.4fr 1fr 1fr 1.1fr}.footergrid h4{color:#fff}.footergrid a:hover{color:#fff}.footerlogo{background:#fff;border-radius:12px;padding:6px}.facebookBtn{display:inline-flex!important;padding:9px 12px;border-radius:9px;background:#1877f2;color:#fff!important;text-decoration:none!important}.footerBottom{margin-top:30px;border-top:1px solid rgba(255,255,255,.1);padding:14px 0;font-size:11px;color:#9fb2bd}
.mobileBottomNav{display:none}

/* Premium MillBot */
.mbChat{right:18px;bottom:18px}.mbChatToggle{width:auto;height:58px;border-radius:18px;padding:7px 14px 7px 10px;display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#123f5d,#2f7a40);box-shadow:0 16px 38px rgba(7,31,48,.28);position:relative}.chatPulse{position:absolute;left:8px;top:6px;width:10px;height:10px;background:#4ade80;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 5px rgba(74,222,128,.16)}.botIcon{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:19px}.chatToggleText{text-align:left}.chatToggleText b,.chatToggleText small{display:block}.chatToggleText b{font-size:13px}.chatToggleText small{font-size:9px;opacity:.86;margin-top:2px}.mbChatPanel{width:min(410px,calc(100vw - 24px));height:610px;max-height:78vh;border-radius:22px;border:1px solid #d5e0e6;box-shadow:0 26px 80px rgba(7,31,48,.32)}.mbChatHead{background:linear-gradient(135deg,#0b2f47,#164d68);padding:14px 15px;align-items:center}.botAvatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#fff,#dcebe0);color:var(--green);display:grid;place-items:center;font-weight:1000}.botTitle{flex:1}.botTitle b{font-size:15px}.botTitle small{font-size:10px}.botTitle small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4ade80;margin-right:5px}.chatIntro{padding:9px 14px;background:#edf5ef;color:#47604f;font-size:11px;border-bottom:1px solid #dfe9e1}.mbChatMessages{height:calc(100% - 230px);padding:14px;background:linear-gradient(#f8fafb,#f2f6f7)}.chatMsg{border-radius:15px;padding:11px 12px;font-size:12.5px}.chatMsg.bot{box-shadow:0 4px 14px rgba(7,31,48,.05)}.chatMsg.user{background:linear-gradient(135deg,var(--green),#3b8d4d)}.chatProductLink{display:inline-block;margin:4px 3px 0 0;padding:5px 8px;border-radius:7px;background:#edf5ef;color:var(--green);font-weight:900}.chatQuick{display:flex;gap:6px;overflow-x:auto;padding:8px 10px;background:#fff;border-top:1px solid var(--border);scrollbar-width:none}.chatQuick::-webkit-scrollbar{display:none}.chatQuick button{white-space:nowrap;border:1px solid #dce5e9;background:#f8fafb;color:#365066;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}.mbChatForm{height:58px;padding:8px 10px}.mbChatForm input{border-radius:12px}.mbChatForm button{width:42px;border-radius:12px;font-size:18px}.chatSupportBar{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);height:34px}.chatSupportBar a{display:grid;place-items:center;font-size:10px;font-weight:900;color:#355068}.chatSupportBar a+a{border-left:1px solid var(--border)}

@media(max-width:1100px){.desktopNav{gap:15px;overflow:auto;white-space:nowrap}.headAccount{display:none}.productgrid{grid-template-columns:repeat(3,1fr)}.catgrid{grid-template-columns:repeat(3,1fr)}.modernHero .heroGrid{grid-template-columns:1fr 1fr}.heroCopy h1{font-size:44px}}
@media(max-width:760px){
 body{padding-bottom:66px}.wrap{width:min(100% - 24px,1380px)}.topbarInner{font-size:10px}.topContact{display:inline!important}.topbar .wrap{gap:8px}.headrow{min-height:68px;display:grid;grid-template-columns:126px 1fr auto;gap:8px;padding:8px 0}.brandimg{flex-basis:auto!important;max-width:126px!important}.brandimg img{width:126px!important;height:48px!important;max-width:126px!important;max-height:48px!important}.search{grid-row:2;grid-column:1/-1;order:unset;max-width:none;width:100%}.search input{height:42px;font-size:12px}.search button{padding:0 14px}.desktopNav,.nav2{display:none}.headActions{margin-left:0;justify-self:end}.headIcon{width:39px;height:39px}.mobileMenuBtn{display:grid;width:39px;height:39px;border:1px solid var(--border);border-radius:11px;background:#fff;place-items:center;font-size:21px;color:var(--navy)}.mobileMenu{position:absolute;left:12px;right:12px;top:118px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 60px rgba(7,31,48,.22);padding:8px;z-index:99}.mobileMenu:not([hidden]){display:grid}.mobileMenu a{padding:11px 12px;border-radius:10px;font-size:13px;font-weight:800}.mobileMenu a:hover{background:#edf5ef;color:var(--green)}
 .modernHero .heroGrid{grid-template-columns:1fr;gap:16px;padding:34px 0}.heroCopy h1{font-size:37px}.heroCopy p{font-size:15px}.heroButtons{margin-top:18px}.heroStats{gap:16px;margin-top:20px}.heroShowcase{border-radius:20px;padding:10px}.heroShowcase img{height:230px}.heroBadge{top:17px;left:17px}.trustgrid{grid-template-columns:1fr 1fr;font-size:11px;padding:13px 0}.section{padding-top:30px;padding-bottom:30px}.sectionTitle{align-items:center}.sectionTitle h2{font-size:22px}.textLink{font-size:11px}.catgrid{grid-template-columns:1fr 1fr;gap:10px}.catcard{padding:14px 35px 14px 14px;min-height:128px}.catcard b{font-size:13px}.productgrid{grid-template-columns:1fr 1fr;gap:9px}.productcard{padding:8px;border-radius:14px;gap:6px}.productimg{height:145px}.productcard h3{font-size:13px;min-height:34px;margin:3px 0}.productcard p{display:none}.productcard strong{font-size:15px;margin:5px 0}.productMeta{font-size:8.5px}.productcard .btn{font-size:11px;padding:9px 7px;min-height:36px}.productdetail{gap:20px}.detailimg{min-height:280px}.price{font-size:26px}.supportStrip{margin:18px 12px 28px;padding:18px!important;display:block}.supportStrip .btn{margin-top:12px;width:100%}.footergrid{grid-template-columns:1fr 1fr;gap:20px}.footergrid>div:first-child{grid-column:1/-1}.mobileBottomNav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:62px;background:#fff;border-top:1px solid #dfe6eb;z-index:800;box-shadow:0 -8px 25px rgba(7,31,48,.08);padding-bottom:env(safe-area-inset-bottom)}.mobileBottomNav a{position:relative;display:grid;place-items:center;align-content:center;gap:1px;color:#536875}.mobileBottomNav span{font-size:18px;line-height:1}.mobileBottomNav small{font-size:8.5px;font-weight:800}.mobileCart b{position:absolute;top:5px;right:23%;background:var(--green);color:#fff;border-radius:999px;min-width:17px;height:17px;display:grid;place-items:center;font-size:8px}.mbChat{right:10px;bottom:72px}.mbChatToggle{height:50px;border-radius:16px;padding:6px 9px}.botIcon{width:36px;height:36px}.chatToggleText{display:none}.mbChatPanel{position:fixed;left:8px;right:8px;bottom:70px;width:auto;height:min(650px,calc(100vh - 105px));max-height:none;border-radius:20px}.mbChatMessages{height:calc(100% - 230px)}
 .adminShell aside{position:sticky;top:0;z-index:10;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;white-space:nowrap;padding:10px 12px!important}.adminShell aside img,.adminShell aside>b{display:none!important}.adminShell aside a{padding:9px 10px!important;font-size:11px}.adminMain{padding:12px!important}.adminRow,.priceRow{grid-template-columns:1fr!important;gap:8px!important}.quickPriceForm{grid-column:auto!important;width:100%;display:grid;grid-template-columns:1fr auto}.adminForm{padding:14px}.stats{grid-template-columns:1fr 1fr}.ordergrid{grid-template-columns:1fr}.orderHead{flex-direction:column;align-items:flex-start}.checkoutGrid{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}
}
@media(max-width:420px){.productgrid{grid-template-columns:1fr 1fr}.productimg{height:128px}.catgrid{grid-template-columns:1fr 1fr}.footergrid{grid-template-columns:1fr}.heroCopy h1{font-size:33px}.topbarInner>span:first-child{max-width:52%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
.productGallery{min-width:0}.thumbGallery{display:flex;gap:9px;overflow-x:auto;padding:10px 2px 2px}.productThumb{width:78px;height:70px;flex:0 0 78px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:4px;cursor:pointer}.productThumb img{width:100%;height:100%;object-fit:contain}.productThumb:hover,.productThumb.active{border-color:var(--green)}.productInfoPanel h1{font-size:34px;line-height:1.15;margin:10px 0 16px}.productFacts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.productFacts span{padding:10px;border:1px solid var(--border);border-radius:10px;background:#fff;font-size:12px}.productFacts b{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;margin-bottom:4px}.productDescription{line-height:1.7;color:#425666}.productActions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.buyTrust{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 22px}.buyTrust span{font-size:11px;padding:7px 9px;background:#edf5ef;color:#2f6e3d;border-radius:999px;font-weight:800}@media(max-width:760px){.productInfoPanel h1{font-size:26px}.productFacts{grid-template-columns:1fr 1fr}.productFacts span:last-child{grid-column:1/-1}.productActions .btn,.productActions form{flex:1}.productActions form .btn{width:100%}.thumbGallery{padding-bottom:6px}}
.adminProductCell{display:flex;align-items:center;gap:10px;min-width:0}.adminProductThumb{width:62px;height:56px;flex:0 0 62px;object-fit:contain;border:1px solid var(--border);border-radius:10px;background:#fff;padding:3px}.adminProductCell>div{min-width:0}.adminProductCell b{display:block}.adminProductCell small{display:block}@media(max-width:760px){.adminProductThumb{width:54px;height:50px;flex-basis:54px}.priceRow .productAdminInfo{grid-column:1/-1}}

/* ==========================================================
   V12 - CLEAN INDUSTRIAL ECOMMERCE THEME
   ========================================================== */
:root{--mb-navy:#0d2f44;--mb-navy-2:#082638;--mb-green:#27743c;--mb-green-2:#31924c;--mb-ink:#12212c;--mb-soft:#f4f7f8;--mb-line:#dfe7eb;--mb-muted:#687a86;--mb-gold:#c58a2c}
body{background:#f7f9fa;color:var(--mb-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.wrap{max-width:1440px;padding-left:28px;padding-right:28px}
.topbar{background:var(--mb-navy-2);font-size:11px}.topbar .wrap{height:30px}.topbar a{color:#fff;font-weight:800}
.mainhead{position:sticky;top:0;background:#fff;z-index:900;box-shadow:0 1px 0 rgba(15,47,68,.10)}
.headrow{min-height:76px;gap:26px}.brandimg{flex:0 0 178px;max-width:178px}.brandimg img{display:block;width:174px!important;height:62px!important;max-width:174px!important;max-height:62px!important;object-fit:contain!important}
.search{max-width:720px;border:2px solid #d9e3e8;border-radius:12px;overflow:hidden;background:#fff}.search input{border:0!important;border-radius:0!important;height:46px;padding:0 16px;font-size:13px;outline:0}.search button{border-radius:0!important;background:var(--mb-green);height:46px;padding:0 24px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.headActions{display:flex;align-items:center;gap:10px}.headIcon,.headAccount{border:1px solid var(--mb-line);border-radius:10px;background:#fff;color:var(--mb-navy);font-weight:800}.headIcon{width:44px;height:44px;display:grid;place-items:center;position:relative}.headIcon b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--mb-green);color:#fff;font-size:9px}.headAccount{padding:12px 15px;font-size:12px}.mobileMenuBtn{display:none}
.desktopNav{height:44px;display:flex;align-items:center;gap:28px;font-size:12px;font-weight:850}.desktopNav a{color:#2f4554}.desktopNav a:hover{color:var(--mb-green)}
.nav2{background:var(--mb-navy);border:0}.nav2 .wrap{height:38px;gap:0;padding-left:28px;padding-right:28px}.nav2 a{height:38px;display:flex;align-items:center;padding:0 14px;border-right:1px solid rgba(255,255,255,.09);font-size:11px;font-weight:700}.nav2 a:first-child{background:var(--mb-green);font-weight:900}

.marketHero{background:linear-gradient(120deg,#f0f7f2 0%,#fff 50%,#f3f6f7 100%);border-bottom:1px solid var(--mb-line)}
.marketHeroGrid{min-height:470px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:46px;align-items:center;padding-top:52px;padding-bottom:52px}
.heroKicker,.sectionKicker{display:inline-block;color:var(--mb-green);font-size:11px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.marketHeroCopy h1{max-width:780px;margin:12px 0 16px;font-size:58px;line-height:1.02;letter-spacing:-.045em;color:#13232e}.marketHeroCopy h1 span{color:var(--mb-green)}.marketHeroCopy>p{max-width:720px;margin:0;color:#607580;font-size:17px;line-height:1.65}
.heroSearch{margin-top:28px;max-width:760px;display:flex;border:1px solid #cddbe1;border-radius:13px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(8,38,56,.07)}.heroSearch input{height:54px;border:0;border-radius:0;padding:0 17px;font-size:14px;outline:0}.heroSearch button{border:0;background:var(--mb-navy);color:#fff;padding:0 24px;font-weight:900;font-size:12px;white-space:nowrap;cursor:pointer}.heroCtas{display:flex;gap:10px;margin-top:18px}.btn.outline{background:#fff;color:var(--mb-navy);border:1px solid #ccd9df}.heroProof{display:grid;grid-template-columns:repeat(4,max-content);gap:34px;margin-top:30px}.heroProof div{display:grid;gap:1px}.heroProof strong{font-size:19px;color:var(--mb-navy)}.heroProof span{font-size:10px;color:var(--mb-muted);text-transform:uppercase;letter-spacing:.06em}
.heroFinder{background:#fff;border:1px solid #d7e2e6;border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(8,38,56,.10)}.finderTop{padding:4px 4px 18px}.finderBadge{display:inline-block;background:#edf6ef;color:var(--mb-green);padding:6px 9px;border-radius:999px;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.finderTop b{display:block;margin-top:13px;font-size:22px}.finderTop p{margin:5px 0 0;color:var(--mb-muted);font-size:12px}.finderLinks{display:grid;border-top:1px solid var(--mb-line)}.finderLinks a{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:15px 5px;border-bottom:1px solid var(--mb-line)}.finderLinks a>span{width:30px;height:30px;border-radius:9px;background:#eef4f6;display:grid;place-items:center;color:var(--mb-navy);font-size:10px;font-weight:950}.finderLinks b,.finderLinks small{display:block}.finderLinks b{font-size:13px;color:#183140}.finderLinks small{margin-top:2px;color:#7b8b95;font-size:10px}.finderLinks i{font-style:normal;color:var(--mb-green);font-weight:950}.finderLinks a:hover{background:#f8fbf9}.finderHelp{padding:14px 5px 0;color:#647984;font-size:11px}.finderHelp button{border:0;background:none;color:var(--mb-green);font-weight:900;cursor:pointer;padding:0}

.serviceBar{background:#fff;border-bottom:1px solid var(--mb-line)}.serviceBarGrid{display:grid;grid-template-columns:repeat(4,1fr)}.serviceBarGrid>div{padding:18px 22px;border-right:1px solid var(--mb-line)}.serviceBarGrid>div:first-child{padding-left:0}.serviceBarGrid>div:last-child{border-right:0}.serviceBarGrid b,.serviceBarGrid span{display:block}.serviceBarGrid b{font-size:12px;color:var(--mb-navy)}.serviceBarGrid span{margin-top:3px;font-size:10px;color:#83919a}

.commerceSection{padding-top:52px;padding-bottom:52px}.commerceHead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.commerceHead h2{margin:5px 0 0;font-size:30px;letter-spacing:-.02em}.commerceHead p{margin:5px 0 0;color:var(--mb-muted);font-size:12px}.commerceHead>a{font-size:11px;font-weight:900;color:var(--mb-green);white-space:nowrap}
.categoryCommerceGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.categoryCommerceCard{position:relative;min-height:110px;background:#fff;border:1px solid var(--mb-line);border-radius:14px;padding:18px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;transition:.18s ease}.categoryCommerceCard:hover{transform:translateY(-2px);border-color:#b8d3c0;box-shadow:0 12px 30px rgba(8,38,56,.07)}.categoryNumber{width:38px;height:38px;border-radius:10px;background:#eef6f0;color:var(--mb-green);display:grid;place-items:center;font-size:10px;font-weight:950}.categoryText b,.categoryText small{display:block}.categoryText b{font-size:13px;line-height:1.3}.categoryText small{margin-top:5px;color:#81909a;font-size:10px}.categoryCommerceCard>span{font-size:19px;color:#8aa099}

.productShowcaseSection{background:#fff;border-top:1px solid var(--mb-line);border-bottom:1px solid var(--mb-line)}.marketProductGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.marketProductCard{overflow:hidden;background:#fff;border:1px solid var(--mb-line);border-radius:15px;transition:.18s ease}.marketProductCard:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(8,38,56,.08);border-color:#ccdce2}.marketProductImage{height:190px;display:grid;place-items:center;background:#f7f9fa;border-bottom:1px solid #edf1f3;overflow:hidden}.marketProductImage img{display:block;width:100%;height:100%;object-fit:contain;padding:12px}.marketProductBody{padding:13px}.marketProductBrand{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 7px;border-radius:999px;background:#edf6ef;color:var(--mb-green);font-size:8.5px;font-weight:900}.marketProductBody h3{height:38px;overflow:hidden;margin:8px 0 4px;font-size:13px;line-height:1.45}.marketProductBody p{height:17px;overflow:hidden;margin:0;color:#80909a;font-size:10px}.marketProductFoot{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:12px}.marketProductFoot strong{font-size:15px;color:var(--mb-navy)}.miniView{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:6px 8px;border:1px solid var(--mb-line);border-radius:8px;font-size:9px;font-weight:900;color:var(--mb-navy)}.productCartBtn{margin-top:10px;padding:9px 10px;font-size:10px;border-radius:8px;background:var(--mb-navy);color:#fff}.noProductPhoto{background:#f7f9fa}.noPhotoMessage{padding:18px;text-align:center;color:#92a0a9}.noPhotoMessage b,.noPhotoMessage small{display:block}.noPhotoMessage b{font-size:12px;color:#667984}.noPhotoMessage small{margin-top:5px;font-size:9px}.catalogHero{background:#eef4f6;border-bottom:1px solid var(--mb-line);padding:34px 0}.catalogHero h1{margin:5px 0;font-size:38px}.catalogHero p{margin:0;color:var(--mb-muted)}.catalogSearch{display:flex;max-width:620px;margin-top:17px}.catalogSearch input{border-radius:10px 0 0 10px}.catalogSearch button{border:0;border-radius:0 10px 10px 0;background:var(--mb-green);color:#fff;padding:0 20px;font-weight:900}.catalogCount{margin-bottom:15px;color:#738690;font-size:11px}.catalogCount b{color:var(--mb-navy);font-size:15px}.allProductsGrid{grid-template-columns:repeat(5,minmax(0,1fr))}

.whySection{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.whyCopy h2{margin:8px 0 12px;font-size:34px;line-height:1.15}.whyCopy p{color:var(--mb-muted);line-height:1.7}.whyActions{display:flex;gap:10px;margin-top:20px}.whyCards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.whyCards>div{padding:20px;background:#fff;border:1px solid var(--mb-line);border-radius:14px}.whyCards span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--mb-navy);color:#fff;font-size:9px;font-weight:900}.whyCards b{display:block;margin-top:13px;font-size:14px}.whyCards p{margin:6px 0 0;color:var(--mb-muted);font-size:11px;line-height:1.5}

.detailimg{background:#fff}.noDetailPhoto{max-width:290px;padding:30px;text-align:center;color:#78909b}.noDetailPhoto b,.noDetailPhoto span{display:block}.noDetailPhoto b{color:#516a76;font-size:16px}.noDetailPhoto span{margin-top:7px;font-size:11px;line-height:1.5}
footer{margin-top:0}

@media(max-width:1180px){.marketHeroCopy h1{font-size:50px}.marketProductGrid,.allProductsGrid{grid-template-columns:repeat(4,1fr)}.categoryCommerceGrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.marketHeroGrid{grid-template-columns:1fr;min-height:auto}.heroFinder{max-width:700px}.heroProof{grid-template-columns:repeat(4,1fr)}.marketProductGrid,.allProductsGrid{grid-template-columns:repeat(3,1fr)}.whySection{grid-template-columns:1fr}.serviceBarGrid{grid-template-columns:1fr 1fr}.serviceBarGrid>div:nth-child(2){border-right:0}.serviceBarGrid>div:nth-child(-n+2){border-bottom:1px solid var(--mb-line)}}
@media(max-width:760px){
 body{padding-bottom:64px}.wrap{width:100%;padding-left:14px;padding-right:14px}.topbar .wrap{height:27px}.topbarInner>span:first-child{max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headrow{display:grid;grid-template-columns:132px 1fr auto;gap:8px;min-height:68px;padding-top:7px;padding-bottom:7px}.brandimg{max-width:132px!important;flex-basis:132px!important}.brandimg img{width:128px!important;height:48px!important;max-width:128px!important;max-height:48px!important}.search{grid-column:1/-1;grid-row:2;width:100%;border-width:1px}.search input,.search button{height:42px}.search button{padding:0 14px;font-size:10px}.headAccount{display:none}.mobileMenuBtn{display:grid}.desktopNav,.nav2{display:none}.mobileMenu{top:118px}
 .marketHeroGrid{padding-top:28px;padding-bottom:30px;gap:22px}.heroKicker{font-size:9px}.marketHeroCopy h1{font-size:36px;line-height:1.04;margin:9px 0 12px}.marketHeroCopy>p{font-size:14px;line-height:1.55}.heroSearch{margin-top:20px;border-radius:11px}.heroSearch input{height:48px;font-size:12px}.heroSearch button{height:48px;padding:0 14px;font-size:10px}.heroCtas .btn{flex:1;font-size:11px;padding:11px 10px}.heroProof{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.heroProof div{padding:10px 12px;background:rgba(255,255,255,.65);border:1px solid #dce7e1;border-radius:10px}.heroProof strong{font-size:15px}.heroProof span{font-size:8px}.heroFinder{padding:16px;border-radius:16px}.finderTop b{font-size:18px}.finderLinks a{padding:12px 3px}.finderLinks b{font-size:12px}.finderLinks small{font-size:9px}
 .serviceBarGrid{grid-template-columns:1fr 1fr}.serviceBarGrid>div{padding:12px!important}.serviceBarGrid b{font-size:10px}.serviceBarGrid span{font-size:8.5px}.commerceSection{padding-top:32px;padding-bottom:32px}.commerceHead{align-items:center;margin-bottom:16px}.commerceHead h2{font-size:23px}.commerceHead p{display:none}.commerceHead>a{font-size:9px}.sectionKicker{font-size:8px}.categoryCommerceGrid{grid-template-columns:1fr 1fr;gap:8px}.categoryCommerceCard{min-height:94px;padding:12px;grid-template-columns:32px 1fr auto;gap:8px;border-radius:12px}.categoryNumber{width:30px;height:30px}.categoryText b{font-size:11px}.categoryText small{font-size:8.5px}.marketProductGrid,.allProductsGrid{grid-template-columns:1fr 1fr;gap:8px}.marketProductCard{border-radius:12px}.marketProductImage{height:142px}.marketProductImage img{padding:7px}.marketProductBody{padding:9px}.marketProductBrand{font-size:7.5px}.marketProductBody h3{font-size:11.5px;height:34px;margin-top:6px}.marketProductBody p{font-size:8.5px}.marketProductFoot strong{font-size:13px}.miniView{font-size:8px;padding:5px 6px;min-width:40px}.productCartBtn{font-size:9px;padding:8px 5px}.noPhotoMessage{padding:10px}.noPhotoMessage b{font-size:10px}.noPhotoMessage small{font-size:8px}.catalogHero{padding:24px 0}.catalogHero h1{font-size:28px}.catalogHero p{font-size:11px}.catalogSearch{margin-top:13px}.whySection{gap:22px}.whyCopy h2{font-size:25px}.whyCopy p{font-size:12px}.whyCards{grid-template-columns:1fr 1fr;gap:8px}.whyCards>div{padding:14px}.whyCards b{font-size:11px}.whyCards p{font-size:9px}.whyActions .btn{flex:1;font-size:10px}.mobileBottomNav{display:grid}
}
@media(max-width:390px){.marketHeroCopy h1{font-size:32px}.marketProductImage{height:128px}.categoryCommerceCard{grid-template-columns:28px 1fr auto}.categoryNumber{width:27px;height:27px}.whyCards{grid-template-columns:1fr}}

/* ============================================================
   V13 STOREFRONT REBUILD
   ============================================================ */
html,body{max-width:100%;overflow-x:hidden}
body{background:#f5f7f8}
.wrap{max-width:1260px}
.mainhead{box-shadow:0 1px 0 #e4eaee}
.headrow{min-height:76px;gap:24px}
.brandimg img{width:156px!important;height:58px!important;max-width:156px!important;max-height:58px!important;object-fit:contain!important}
.search{max-width:none;border:1px solid #cfdbe1;border-radius:11px;overflow:hidden;background:#fff}
.search input{border:0!important;height:46px;padding:0 15px;font-size:13px}
.search button{height:46px;border-radius:0;padding:0 24px;font-weight:900;background:#2e6b3c}
.desktopNav{height:42px;gap:24px;font-size:12px}
.nav2 .wrap{overflow-x:auto;scrollbar-width:none}.nav2 .wrap::-webkit-scrollbar{display:none}

.storefrontHero{background:linear-gradient(120deg,#0b2538 0%,#12344d 58%,#18475f 100%);color:#fff;border-bottom:0}
.storefrontHeroGrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:42px;align-items:center;min-height:470px;padding-top:48px;padding-bottom:48px}
.heroBadge{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.07);font-size:10px;font-weight:900;letter-spacing:.12em}
.storefrontHeroCopy h1{margin:14px 0 16px;font-size:54px;line-height:1.03;letter-spacing:-.045em}.storefrontHeroCopy h1 em{font-style:normal;color:#8bd19a}
.storefrontHeroCopy>p{max-width:720px;margin:0;color:#d4e1e7;font-size:16px;line-height:1.65}
.storefrontSearch{display:grid;grid-template-columns:44px 1fr auto;align-items:center;max-width:760px;margin-top:24px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.storefrontSearch>span{color:#69808d;text-align:center;font-size:22px}.storefrontSearch input{height:56px;border:0!important;border-radius:0;padding:0 8px;font-size:13px}.storefrontSearch button{height:56px;border:0;background:#3c8c4c;color:#fff;padding:0 24px;font-weight:900;cursor:pointer}
.storefrontTrust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px;max-width:720px}.storefrontTrust>div{padding:11px 12px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.06)}.storefrontTrust b,.storefrontTrust small{display:block}.storefrontTrust b{font-size:14px}.storefrontTrust small{margin-top:3px;color:#bfd0d7;font-size:9px}
.heroShopPanel{background:#fff;color:#18303e;border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.20)}.heroShopHead span{color:#2e6b3c;font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.heroShopHead h2{margin:6px 0 17px;font-size:23px}.heroShopGrid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.heroShopGrid a{min-height:86px;padding:14px;border:1px solid #e1e8ec;border-radius:12px;background:#f8fafb;transition:.15s}.heroShopGrid a:hover{border-color:#bad0c0;background:#f0f7f2;transform:translateY(-1px)}.heroShopGrid b,.heroShopGrid small{display:block}.heroShopGrid b{font-size:12px}.heroShopGrid small{margin-top:5px;color:#7c8d97;font-size:9px;line-height:1.4}.heroHelpRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #e7edf0;font-size:10px;color:#71838e}.heroHelpRow button{border:0;background:none;color:#2e6b3c;font-weight:900;cursor:pointer}

.storeBenefits{background:#fff;border-bottom:1px solid #e2e8ec}.storeBenefitsGrid{display:grid;grid-template-columns:repeat(4,1fr)}.storeBenefitsGrid>div{position:relative;padding:18px 18px 18px 48px;border-right:1px solid #e6ecef}.storeBenefitsGrid>div:last-child{border-right:0}.storeBenefitsGrid>div>span{position:absolute;left:15px;top:19px;width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#edf6ef;color:#2e6b3c;font-weight:950}.storeBenefitsGrid b,.storeBenefitsGrid small{display:block}.storeBenefitsGrid b{font-size:12px}.storeBenefitsGrid small{margin-top:3px;color:#80909a;font-size:9px}
.storefrontSection{padding-top:46px;padding-bottom:46px}.storefrontHeading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.storefrontHeading>div>span{color:#2e6b3c;font-size:9px;font-weight:950;letter-spacing:.12em}.storefrontHeading h2{margin:5px 0 0;font-size:29px}.storefrontHeading p{margin:5px 0 0;color:#758893;font-size:11px}.storefrontHeading>a{color:#2e6b3c;font-size:10px;font-weight:900;white-space:nowrap}
.storeCategoryGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.storeCategoryCard{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;min-height:96px;padding:16px;background:#fff;border:1px solid #dde5e9;border-radius:14px;transition:.15s}.storeCategoryCard:hover{border-color:#b9d4c0;box-shadow:0 10px 24px rgba(17,46,62,.07);transform:translateY(-1px)}.storeCatNo{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eef6f0;color:#2e6b3c;font-size:9px;font-weight:950}.storeCategoryCard b,.storeCategoryCard small{display:block}.storeCategoryCard b{font-size:12px}.storeCategoryCard small{margin-top:4px;color:#82929b;font-size:9px}.storeCategoryCard>strong{font-size:20px;color:#9aa8af}
.topProductsSection{background:#fff;border-top:1px solid #e5eaed;border-bottom:1px solid #e5eaed}.storefrontProducts{grid-template-columns:repeat(5,minmax(0,1fr))}
.marketProductCard{display:flex;flex-direction:column}.marketProductBody{display:flex;flex:1;flex-direction:column}.marketProductBody h3{height:auto;min-height:38px}.marketProductFoot{margin-top:auto;padding-top:10px}.marketProductFoot strong{font-size:16px}.noPhotoPlain{height:110px;display:grid;place-items:center;padding:12px;background:#f3f5f6;border-bottom:1px solid #e4eaed;color:#8b9aa2;text-align:center;font-size:9px;font-weight:800}.productCardNoImage .marketProductBody{padding-top:14px}
.productActionPair{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}.productActionPair form{margin:0}.cardBtn{width:100%;min-height:34px;border:0;border-radius:8px;padding:8px 7px;font-size:9px;font-weight:900;cursor:pointer}.cartBtn{background:#e8f1f5;color:#0b3348}.buyBtn{background:#2e6b3c;color:#fff}.cardBtn:hover{filter:brightness(.97)}
.detailActionPair{max-width:430px;grid-template-columns:1fr 1fr;gap:10px}.detailActionPair .cardBtn{min-height:46px;font-size:12px}
.brandStripSection{padding-bottom:52px}.brandStrip{display:flex;flex-wrap:wrap;gap:10px}.brandStrip a{padding:12px 18px;background:#fff;border:1px solid #dfe6ea;border-radius:999px;font-size:11px;font-weight:900;color:#254252}.brandStrip a:hover{border-color:#a9c8b2;color:#2e6b3c}
.businessCta{background:#eaf3ed;border-top:1px solid #d7e5db}.businessCtaGrid{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:34px;padding-bottom:34px}.businessCta span{color:#2e6b3c;font-size:9px;font-weight:950;letter-spacing:.12em}.businessCta h2{margin:6px 0 5px;font-size:26px}.businessCta p{margin:0;color:#667b86;font-size:11px}.businessCtaActions{display:flex;gap:9px;white-space:nowrap}.btn.outline{background:#fff;border:1px solid #cfdcdf}

@media(max-width:1100px){.storefrontHeroGrid{grid-template-columns:1fr;min-height:auto}.heroShopPanel{max-width:820px}.storefrontProducts{grid-template-columns:repeat(4,1fr)}.storeCategoryGrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){
 .headrow{grid-template-columns:116px 1fr auto}.brandimg{max-width:116px!important;flex-basis:116px!important}.brandimg img{width:112px!important;height:43px!important;max-width:112px!important;max-height:43px!important}
 .storefrontHeroGrid{padding-top:28px;padding-bottom:28px;gap:20px}.storefrontHeroCopy h1{font-size:35px}.storefrontHeroCopy>p{font-size:13px}.storefrontSearch{grid-template-columns:34px 1fr auto;margin-top:18px}.storefrontSearch input,.storefrontSearch button{height:48px}.storefrontSearch button{padding:0 14px;font-size:10px}.storefrontTrust{grid-template-columns:1fr 1fr}.heroShopPanel{padding:16px;border-radius:16px}.heroShopGrid{grid-template-columns:1fr 1fr}.heroShopGrid a{min-height:74px;padding:11px}.heroShopHead h2{font-size:19px}.storeBenefitsGrid{grid-template-columns:1fr 1fr}.storeBenefitsGrid>div:nth-child(2){border-right:0}.storeBenefitsGrid>div:nth-child(-n+2){border-bottom:1px solid #e6ecef}.storeBenefitsGrid>div{padding:13px 10px 13px 41px}.storeBenefitsGrid>div>span{left:10px;top:14px}.storefrontSection{padding-top:30px;padding-bottom:30px}.storefrontHeading{align-items:center}.storefrontHeading h2{font-size:22px}.storefrontHeading p{display:none}.storeCategoryGrid{grid-template-columns:1fr 1fr;gap:8px}.storeCategoryCard{min-height:84px;padding:11px;grid-template-columns:30px 1fr auto;gap:8px}.storeCatNo{width:29px;height:29px}.storeCategoryCard b{font-size:10px}.storeCategoryCard small{font-size:8px}.storefrontProducts,.marketProductGrid,.allProductsGrid{grid-template-columns:1fr 1fr!important;gap:8px}.marketProductImage{height:135px}.marketProductBody{padding:9px}.marketProductBody h3{font-size:11px;min-height:34px}.marketProductFoot strong{font-size:13px}.productActionPair{gap:5px}.cardBtn{min-height:32px;padding:7px 4px;font-size:8px}.businessCtaGrid{display:block}.businessCtaActions{margin-top:16px}.businessCtaActions .btn{flex:1}.businessCta h2{font-size:22px}.brandStrip{gap:7px}.brandStrip a{padding:9px 12px;font-size:9px}
}
@media(max-width:390px){.storefrontHeroCopy h1{font-size:31px}.heroShopGrid{grid-template-columns:1fr}.storefrontSearch>span{display:none}.storefrontSearch{grid-template-columns:1fr auto}.storeCategoryCard>strong{display:none}.storeCategoryCard{grid-template-columns:28px 1fr}.marketProductImage{height:122px}}
.adminForm input[type=file][multiple], .panel input[type=file][multiple]{padding:12px;background:#f8fafc;border:1px dashed #94a3b8;border-radius:10px;width:100%}.thumbGallery{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.productThumb{border:2px solid transparent;border-radius:10px;background:#fff;padding:3px;cursor:pointer}.productThumb img{width:76px;height:76px;object-fit:contain;display:block}.productThumb:hover,.productThumb.active{border-color:#2e6b3c}
