:root{--bg:#fff;--panel:#fff;--soft:#f8fafc;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--line2:#f1f5f9;--brand:#111827;--ok:#16a34a;--danger:#dc2626;--shadow:0 8px 24px rgba(15,23,42,.055);--radius:16px;--header:62px;--bottom:68px}*{box-sizing:border-box}html{width:100%;min-height:100%;background:#fff;-webkit-text-size-adjust:100%}body{margin:0;width:100%;min-height:100%;background:#fff;color:var(--text);font:14px/1.42 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.front-body{min-height:100dvh;display:flex;flex-direction:column;background:#fff}.front-body *{max-width:100%}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}button{cursor:pointer}textarea{resize:vertical}.ui-icon{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wa-icon,.wa-icon path{fill:currentColor;stroke:none}.site-header{position:sticky;top:0;z-index:70;min-height:var(--header);display:grid;grid-template-columns:auto minmax(220px,520px) minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px clamp(10px,2.5vw,26px);background:#fff;border-bottom:1px solid var(--line);box-shadow:0 3px 18px rgba(15,23,42,.045)}.brand{display:flex;align-items:center;gap:8px;min-width:0;font-weight:950;letter-spacing:-.02em;white-space:nowrap}.brand img{width:38px;height:38px;object-fit:contain;flex:0 0 auto}.brand span{max-width:190px;overflow:hidden;text-overflow:ellipsis}.icon-button{width:40px;height:40px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);display:flex;align-items:center;justify-content:center;position:relative}.icon-button:hover{background:var(--soft)}.header-search{display:flex;gap:6px;min-width:0}.header-search input{width:100%;height:40px;border:1px solid var(--line);border-radius:14px;padding:0 12px;background:#fff;color:var(--text);outline:0}.header-search input:focus,.front-form input:focus,.front-form textarea:focus,.front-form select:focus{border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.07)}.btn,.header-search button{border:0;border-radius:14px;background:var(--brand);color:#fff;font-weight:900;min-height:40px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn:hover,.header-search button:hover{background:#000}.btn.small{min-height:32px;border-radius:12px;padding:8px 11px;font-size:12px}.btn.secondary,.btn.ghost{background:#fff;color:var(--text);border:1px solid var(--line)}.btn.secondary:hover,.btn.ghost:hover{background:var(--soft)}.btn.danger{background:var(--danger);color:#fff}.header-nav{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;overflow:hidden;font-weight:850;font-size:13px}.header-nav a{padding:9px 10px;border-radius:12px;white-space:nowrap}.header-nav a:hover{background:var(--soft)}.header-cart{justify-self:end}.header-cart b,.bottom-nav b{position:absolute;right:4px;top:4px;width:10px;height:10px;min-width:10px;border-radius:999px;background:var(--danger);border:2px solid #fff;color:transparent;font-size:0;line-height:0;overflow:hidden}.header-cart b[hidden],.bottom-nav b[hidden]{display:none!important}.site-main{width:min(1180px,100%);margin:0 auto;padding:14px clamp(10px,2.4vw,22px) 30px;flex:1 0 auto;min-width:0}.panel,.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px}.flash{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;font-weight:850}.flash.err{background:#fef2f2;color:#991b1b;border-color:#fecaca}.muted{color:var(--muted)}.eyebrow{margin:0 0 5px;text-transform:uppercase;letter-spacing:.1em;font-weight:950;font-size:11px;color:var(--muted)}.section{margin:16px 0}.section-head,.cart-panel-head,.panel-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.section-head h2,.cart-panel-head h2,.panel-title h2{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.04em}.hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px;align-items:stretch;margin:14px 0 18px}.hero-card{border:1px solid var(--line);border-radius:24px;padding:24px;background:linear-gradient(180deg,#fff,#fbfbfb);box-shadow:var(--shadow);min-height:220px;display:flex;flex-direction:column;justify-content:center}.hero-card h1{margin:0;max-width:760px;font-size:clamp(30px,5.4vw,56px);line-height:.96;letter-spacing:-.065em}.hero-card p:not(.eyebrow){margin:12px 0 0;color:var(--muted);max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-side{display:grid;gap:10px}.logo-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;min-height:220px}.logo-panel img{width:82px;height:82px;object-fit:contain}.logo-panel strong{font-size:22px;letter-spacing:-.04em}.logo-panel span{color:var(--muted);font-weight:750}.layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:12px;align-items:start}.page-hero{margin:14px 0}.page-hero.compact{border:1px solid var(--line);border-radius:20px;padding:16px;background:#fff;box-shadow:var(--shadow)}.page-hero h1{margin:0;font-size:clamp(26px,4vw,42px);letter-spacing:-.055em}.back-link{display:inline-flex;align-items:center;gap:5px;margin-bottom:8px;color:var(--muted);font-weight:850}.back-link:hover{color:var(--text)}.sidebar{position:sticky;top:calc(var(--header) + 12px);max-height:calc(100dvh - var(--header) - 24px);overflow:auto}.sidebar h3{margin:0 0 10px;font-size:16px;display:flex;align-items:center;gap:7px}.tree{display:grid;gap:5px}.tree details{border:1px solid var(--line2);border-radius:14px;background:#fff;overflow:hidden}.tree summary{list-style:none;display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;font-weight:850}.tree summary::-webkit-details-marker{display:none}.tree summary.active,.tree-self.active,.tree-child.active,.tree-all.active{background:#fff;color:var(--text);box-shadow:inset 0 0 0 1px rgba(17,24,39,.12)}.tree-row{display:flex;align-items:center;gap:8px;min-width:0}.tree-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-thumb{width:32px;height:32px;border-radius:11px;flex:0 0 auto;background:#fff;border:1px solid var(--line);object-fit:cover}.tree-self,.tree-child,.tree-all{display:block;margin:4px 6px 6px;padding:8px 10px;border-radius:11px;font-weight:800;color:var(--muted)}.tree-child{margin-left:14px}.tree-self:hover,.tree-child:hover,.tree-all:hover{background:var(--soft);color:var(--text)}.category-grid,.subcategory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.category-card{display:grid;gap:8px;min-width:0;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .15s ease;content-visibility:auto;contain-intrinsic-size:220px}.category-card:hover{transform:translateY(-1px);box-shadow:0 12px 34px rgba(15,23,42,.075)}.category-img{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--line);object-fit:cover}.category-img img{width:100%;height:100%;object-fit:cover}.category-card strong{font-size:14px;letter-spacing:-.02em;line-height:1.18}.category-card span{font-size:12px;color:var(--muted);font-weight:780}.category-card.small{padding:9px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:11px}.product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);content-visibility:auto;contain-intrinsic-size:280px}.product-img{display:block;aspect-ratio:1/1;background:#fff;border-bottom:1px solid var(--line2);overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-info{display:grid;gap:6px;padding:10px}.product-title{font-weight:930;line-height:1.25;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.product-meta{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price{font-size:15px;font-weight:950;letter-spacing:-.02em}.product-add{width:100%;margin-top:2px}.product-detail{display:grid;grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:12px;margin:14px 0}.gallery,.detail-info{align-self:start}.main-img{aspect-ratio:1/1;border-radius:16px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}.main-img img{width:100%;height:100%;object-fit:contain}.thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;margin-top:10px}.thumbs img{aspect-ratio:1/1;border:1px solid var(--line);border-radius:12px;object-fit:cover;cursor:pointer;background:#fff}.detail-info h1{margin:0 0 8px;font-size:clamp(26px,4.6vw,42px);letter-spacing:-.055em;line-height:1}.detail-info p{color:var(--muted)}.detail-tier-section{display:grid;gap:9px;margin-top:12px}.detail-tier-title,.mini-title{font-weight:950}.tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tier-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px;text-align:left;display:grid;gap:4px;min-height:86px;color:var(--text);touch-action:manipulation}.tier-card.active{border-color:#111827;box-shadow:inset 0 0 0 1px #111827}.tier-card span{font-size:12px;color:var(--muted);font-weight:850}.tier-card strong{font-size:18px}.tier-card small{font-size:11px;color:var(--muted)}.tier-empty,.empty,.cart-empty{border:1px dashed var(--line);border-radius:16px;padding:18px;color:var(--muted);text-align:center;background:#fff}.qty-row{display:grid;grid-template-columns:44px minmax(0,90px) 44px;gap:6px;align-items:center;margin:12px 0}.qty-row button,.qty-row input{height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:center;font-weight:900}.detail-total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff}.detail-actions{display:flex;flex-wrap:wrap;gap:8px}.detail-actions .btn{flex:1 1 170px}.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:12px;align-items:start}.cart-items{display:grid;gap:8px}.cart-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:8px;background:#fff}.cart-row img{width:58px;height:58px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}.cart-row strong{display:block;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-row span{display:block;color:var(--muted);font-size:12px}.cart-row input{width:74px;height:32px;border:1px solid var(--line);border-radius:10px;text-align:center}.front-form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.front-form label{display:grid;gap:5px;font-weight:850;color:var(--muted);font-size:12px}.front-form input,.front-form textarea,.front-form select{width:100%;border:1px solid var(--line);border-radius:12px;min-height:40px;padding:8px 10px;outline:0;background:#fff;color:var(--text)}.full{grid-column:1/-1}.form-card{align-self:start}.is-added{opacity:.78}.site-footer{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px clamp(12px,2.4vw,26px);border-top:1px solid var(--line);background:#fff;overflow:hidden}.footer-brand{display:flex;align-items:center;gap:8px;min-width:0}.footer-brand img{width:38px;height:38px;object-fit:contain;flex:0 0 auto}.footer-brand div{min-width:0}.footer-brand strong,.footer-brand span,.footer-info a,.footer-info span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-brand span,.footer-info{color:var(--muted);font-size:12px}.footer-info{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.bottom-nav{display:none}.front-floating-actions{position:fixed;right:max(14px,env(safe-area-inset-right));top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.front-floating-actions .front-floating-btn{pointer-events:auto;width:54px;height:54px;min-width:54px;min-height:54px;border-radius:999px;border:1px solid rgba(229,231,235,.98);display:flex;align-items:center;justify-content:center;padding:0;margin:0;text-decoration:none;box-shadow:0 12px 30px rgba(15,23,42,.18);touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}.front-floating-actions .front-floating-btn span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.front-floating-back{background:#fff;color:#111827}.front-floating-whatsapp{background:#16a34a;color:#fff;border-color:#16a34a}.front-floating-whatsapp.is-missing{opacity:.72}.front-floating-actions .ui-icon{width:25px;height:25px}.front-floating-actions .wa-icon{width:27px;height:27px}.mobile-top-category{display:none}.mobile-category-toggle{display:none}.category-dropdown-body{display:block}.mobile-category-grid{display:grid}.mobile-category-item{min-width:0;color:var(--text)}@media(max-width:900px){:root{--header:58px;--bottom:68px}body{font-size:13px}.site-header{grid-template-columns:minmax(0,1fr) 38px;grid-template-areas:"brand cart" "search search";gap:6px;padding:6px 7px;min-height:auto;background:#fff;box-shadow:0 3px 12px rgba(15,23,42,.04)}.site-header .brand{grid-area:brand;overflow:hidden}.site-header .brand img{width:32px;height:32px}.site-header .brand span{max-width:170px;font-size:13px}.header-search{grid-area:search;display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:6px}.header-search input{height:38px;font-size:12.5px;border-radius:12px}.header-search button{width:40px;min-width:40px;height:38px;min-height:38px;border-radius:12px;padding:0}.header-search button span,.header-nav{display:none}.header-cart{grid-area:cart;width:38px;height:38px;min-width:38px;justify-self:end}.site-main{width:100%;padding:8px 7px calc(82px + env(safe-area-inset-bottom));overflow-x:hidden}.hero{grid-template-columns:1fr;margin:8px 0 10px}.hero-card{min-height:auto;padding:14px;border-radius:18px}.hero-card h1{font-size:clamp(24px,8vw,34px)}.home-page .home-eyebrow,.home-page .home-hero-title,.home-page .logo-side{display:none}.layout,.catalog-page-layout,.product-detail,.quote-layout{grid-template-columns:minmax(0,1fr);gap:8px}.sidebar{position:relative;top:auto;max-height:none;overflow:visible;padding:9px;border-radius:14px}.page-hero.compact{padding:11px;border-radius:15px;margin:8px 0}.page-hero h1{font-size:24px}.panel,.form-card{padding:10px;border-radius:14px;box-shadow:0 4px 14px rgba(15,23,42,.045)}.section{margin:10px 0}.section-head,.cart-panel-head,.panel-title,.detail-actions,.hero-actions{align-items:stretch}.category-grid,.subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.category-card{padding:7px;border-radius:13px;contain-intrinsic-size:160px}.category-card strong{font-size:12px}.category-card span{font-size:10.5px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-card{border-radius:14px;contain-intrinsic-size:240px}.product-info{padding:7px;gap:4px}.product-title{font-size:12px;min-height:30px}.product-meta{font-size:10.5px}.price{font-size:13px}.product-add{min-height:32px;font-size:11.5px}.tier-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.tier-card{padding:7px;min-height:72px}.tier-card strong{font-size:15px}.qty-row{grid-template-columns:42px minmax(0,1fr) 42px;width:100%}.cart-row{grid-template-columns:50px minmax(0,1fr);position:relative;padding-right:72px}.cart-row img{width:50px;height:50px}.cart-row .btn{position:absolute;right:7px;top:50%;transform:translateY(-50%);min-height:30px}.front-form{grid-template-columns:minmax(0,1fr);gap:7px}.front-form input,.front-form textarea,.front-form select{min-height:38px;font-size:12px;border-radius:11px}.site-footer{min-height:54px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));gap:8px}.footer-brand{max-width:58%}.footer-brand img{width:32px;height:32px}.footer-brand strong{font-size:12px}.footer-brand span{font-size:10.5px}.footer-info{max-width:42%;flex-direction:column;align-items:flex-end;gap:1px;font-size:10.5px}.footer-info span:nth-child(n+2){display:none}.bottom-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));position:fixed;left:0;right:0;bottom:0;z-index:90;height:calc(var(--bottom) + env(safe-area-inset-bottom));padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 18px rgba(15,23,42,.07)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:14px;font-weight:850;font-size:10.5px;color:#111827;position:relative;min-width:0}.bottom-nav a:active{background:var(--soft)}.bottom-nav .ui-icon{width:22px;height:22px}.front-floating-actions{right:max(8px,env(safe-area-inset-right));gap:8px;z-index:100}.front-floating-actions .front-floating-btn{width:46px;height:46px;min-width:46px;min-height:46px}.front-floating-actions .ui-icon{width:22px;height:22px}.front-floating-actions .wa-icon{width:23px;height:23px}}@media(max-width:420px){.site-header .brand span{max-width:120px}.category-grid,.subcategory-grid,.product-grid{gap:6px}.product-title{font-size:11.5px}.btn,.header-search button{font-size:11.5px}.front-floating-actions{right:6px}.front-floating-actions .front-floating-btn{width:42px;height:42px;min-width:42px;min-height:42px}.front-floating-actions .ui-icon{width:20px;height:20px}.front-floating-actions .wa-icon{width:21px;height:21px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* v96 compact mobile footer + 5-column category layout */
html,body{min-height:100%;}
.front-body{min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;}
.site-main{flex:1 0 auto;min-height:0;}
.site-footer{height:60px;min-height:60px;max-height:60px;flex:0 0 60px;margin-top:auto;overflow:hidden;}
.footer-brand,.footer-info{min-width:0;}

/* Explorar / category pages: exactly 5 per row; extra categories wrap to row 2 */
.home-page .category-grid,
.category-page .category-grid,
.subcategory-page .subcategory-grid,
.category-grid.category-dropdown-body,
.mobile-category-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:8px!important;
}
.category-card,
.mobile-category-item{
  min-width:0!important;
  padding:8px!important;
  gap:5px!important;
  border-radius:14px!important;
  box-shadow:none!important;
  contain-intrinsic-size:110px!important;
}
.category-card:hover{transform:none!important;box-shadow:none!important;}
.category-img{border-radius:10px!important;}
.category-card strong,
.mobile-category-item b{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  font-size:12px!important;
  line-height:1.12!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.category-card span{display:none!important;}

@media(max-width:900px){
  .site-main{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important;}
  .site-footer{height:56px!important;min-height:56px!important;max-height:56px!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;}
  .footer-brand img{width:30px!important;height:30px!important;}
  .footer-brand strong{font-size:11.5px!important;line-height:1.1!important;}
  .footer-brand span,.footer-info{font-size:10px!important;line-height:1.1!important;}
  .home-page .category-grid,
  .category-page .category-grid,
  .subcategory-page .subcategory-grid,
  .category-grid.category-dropdown-body,
  .mobile-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;}
  .category-card,
  .mobile-category-item{padding:4px!important;border-radius:10px!important;gap:3px!important;contain-intrinsic-size:72px!important;}
  .category-img{border-radius:8px!important;}
  .category-card strong,
  .mobile-category-item b{font-size:9.5px!important;line-height:1.08!important;}
}
@media(max-width:380px){
  .home-page .category-grid,
  .category-page .category-grid,
  .subcategory-page .subcategory-grid,
  .category-grid.category-dropdown-body,
  .mobile-category-grid{gap:4px!important;}
  .category-card,.mobile-category-item{padding:3px!important;}
  .category-card strong,.mobile-category-item b{font-size:8.8px!important;}
}


/* v97 footer fixed height + global Explorar 5 columns */
:root{--front-footer-h:60px;--front-footer-h-mobile:56px;--explore-gap:8px;}
html,body{height:100%;min-height:100%;overflow-x:hidden;}
body.front-body,.front-body{min-height:100vh;min-height:100dvh;display:flex!important;flex-direction:column!important;}
.site-header{flex:0 0 auto;}
.site-main{flex:1 0 auto!important;min-height:0!important;width:min(1180px,100%)!important;}
.site-footer{flex:0 0 var(--front-footer-h)!important;height:var(--front-footer-h)!important;min-height:var(--front-footer-h)!important;max-height:var(--front-footer-h)!important;margin-top:auto!important;display:flex!important;align-items:center!important;overflow:hidden!important;}
.site-footer *{min-width:0;}
.footer-brand{height:100%;overflow:hidden;}
.footer-brand img{flex:0 0 auto;}
.footer-brand strong,.footer-brand span,.footer-info a,.footer-info span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.front-explore{margin:10px 0 12px!important;padding:0!important;}
.front-explore-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px!important;}
.front-explore-head h2{margin:0;font-size:20px;line-height:1.05;letter-spacing:-.04em;}
.front-explore-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--explore-gap)!important;width:100%!important;align-items:stretch;}
.front-explore-item{min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;padding:8px 9px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;color:var(--text)!important;box-shadow:none!important;overflow:hidden!important;min-height:46px!important;}
.front-explore-thumb{width:28px!important;height:28px!important;min-width:28px!important;border:1px solid var(--line)!important;border-radius:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#fff!important;}
.front-explore-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;}
.front-explore-item b{display:block!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important;line-height:1.1!important;font-weight:900!important;}
/* Any old Explorar/category blocks still render 5 per row */
.category-grid,.subcategory-grid,.mobile-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
.category-grid>.category-card,.subcategory-grid>.category-card,.mobile-category-grid>.mobile-category-item{min-width:0!important;}
@media(max-width:900px){
  :root{--front-footer-h:var(--front-footer-h-mobile);--explore-gap:5px;}
  .site-main{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;}
  .site-footer{height:var(--front-footer-h-mobile)!important;min-height:var(--front-footer-h-mobile)!important;max-height:var(--front-footer-h-mobile)!important;flex-basis:var(--front-footer-h-mobile)!important;margin-bottom:calc(var(--bottom) + env(safe-area-inset-bottom))!important;padding:6px 8px!important;}
  .front-explore{margin:7px 0 9px!important;}
  .front-explore-head{margin-bottom:6px!important;}
  .front-explore-head .eyebrow{font-size:9px!important;margin-bottom:2px!important;}
  .front-explore-head h2{font-size:16px!important;}
  .front-explore-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;}
  .front-explore-item{display:grid!important;grid-template-rows:28px auto!important;grid-template-columns:1fr!important;justify-items:center!important;gap:3px!important;padding:5px 3px!important;min-height:58px!important;border-radius:11px!important;}
  .front-explore-thumb{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;}
  .front-explore-item b{font-size:9.5px!important;line-height:1.05!important;text-align:center!important;width:100%!important;}
  .category-grid,.subcategory-grid,.mobile-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;}
  .category-grid>.category-card,.subcategory-grid>.category-card,.mobile-category-grid>.mobile-category-item{padding:4px!important;border-radius:10px!important;}
  .category-grid>.category-card strong,.subcategory-grid>.category-card strong,.mobile-category-grid>.mobile-category-item b{font-size:9.5px!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
}
@media(max-width:380px){
  :root{--explore-gap:4px;}
  .front-explore-grid{gap:4px!important;}
  .front-explore-item{padding:4px 2px!important;min-height:54px!important;}
  .front-explore-thumb{width:24px!important;height:24px!important;min-width:24px!important;}
  .front-explore-item b{font-size:8.8px!important;}
  .category-grid,.subcategory-grid,.mobile-category-grid{gap:4px!important;}
}

/* 3-level category navigation */
.tree-grandchild{margin-left:18px;font-size:12px;}
.tree-grandchild .tree-thumb{width:26px;height:26px;border-radius:8px;}
