*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f7f7fb;color:#171717;padding-top:78px;padding-bottom:86px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:fixed;top:0;left:0;right:0;z-index:50;height:72px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #e8e8ef;display:flex;align-items:center;gap:18px;padding:12px clamp(16px,4vw,46px)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;white-space:nowrap}.brand-mark{width:42px;height:42px;border-radius:16px;background:#111827;color:#fff;display:grid;place-items:center}.search{flex:1;max-width:580px;background:#f0f2f7;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 16px;height:44px}.search input{border:0;background:transparent;outline:0;width:100%;font-size:15px}.top-actions{display:flex;gap:10px}.top-actions a{display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:14px;background:#f3f4f6;font-weight:700}.site-main{max-width:1180px;margin:auto;padding:24px clamp(14px,3vw,30px)}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:24px;align-items:stretch;margin-bottom:24px}.hero-copy,.hero-card,.page-hero,.form-card,.admin-card,.empty-state{background:#fff;border:1px solid #ececf3;border-radius:28px;box-shadow:0 16px 45px rgba(17,24,39,.07)}.hero-copy{padding:44px}.hero h1,.page-hero h1{font-size:clamp(32px,5vw,62px);line-height:1;margin:14px 0}.hero p,.page-hero p,.lead,.muted{color:#626777;line-height:1.65}.pill,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#7c3aed;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.hero-actions,.product-actions,.form-actions,.card-foot{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;background:#111827;color:#fff;padding:13px 18px;font-weight:900;cursor:pointer}.btn.secondary,.ghost-btn{background:#fff;color:#111827;border:1px solid #dadde7}.btn.small{padding:9px 13px;border-radius:12px}.hero-card{display:grid;place-items:center;text-align:center;padding:36px}.hero-card i{font-size:58px;color:#7c3aed}.hero-card strong{font-size:24px}.section{margin-top:32px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:16px}.section h2{font-size:30px;margin:4px 0}.category-grid,.subcategory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.category-tile,.subcategory-tile{background:#fff;border:1px solid #ececf3;border-radius:24px;padding:16px;display:grid;gap:12px;box-shadow:0 10px 30px rgba(17,24,39,.05);transition:.2s}.category-tile:hover,.subcategory-tile:hover,.product-card:hover{transform:translateY(-3px)}.tile-image{height:118px;border-radius:20px;background:linear-gradient(135deg,#f3f4f6,#e9d5ff);display:grid;place-items:center;overflow:hidden}.tile-image i{font-size:38px;color:#7c3aed}.tile-image img{width:100%;height:100%;object-fit:cover}.category-tile strong,.subcategory-tile strong{font-size:18px}.category-tile small{color:#6b7280}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.product-card{background:#fff;border:1px solid #ececf3;border-radius:26px;overflow:hidden;box-shadow:0 12px 35px rgba(17,24,39,.06);transition:.2s}.product-image{height:220px;background:#f3f4f6;display:block}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px}.product-body h3{margin:6px 0 8px;font-size:18px}.desc{color:#626777;min-height:48px}.price{font-weight:900;color:#111827}.page-hero{padding:28px}.page-hero.compact h1{font-size:42px}.back-link,.text-link{display:inline-flex;align-items:center;gap:8px;color:#7c3aed;font-weight:900}.empty-state{text-align:center;padding:38px}.empty-state i{font-size:50px;color:#a78bfa}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gallery,.product-info{background:#fff;border:1px solid #ececf3;border-radius:28px;padding:20px;box-shadow:0 16px 45px rgba(17,24,39,.07)}.main-image{aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:#f3f4f6}.main-image img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.thumbs button{border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:4px;cursor:pointer}.thumbs img{width:72px;height:72px;object-fit:cover;border-radius:10px}.product-info h1{font-size:42px;line-height:1.05}.tier-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.tier-card{border:2px solid #e5e7eb;background:#fff;border-radius:18px;padding:14px;text-align:left;cursor:pointer}.tier-card.selected{border-color:#7c3aed;background:#f5f3ff}.tier-card span,.tier-card small{display:block;color:#6b7280}.tier-card strong{font-size:21px}.qty-row{display:flex;align-items:center;gap:10px;background:#f9fafb;border-radius:18px;padding:10px;margin:20px 0}.qty-row button{width:42px;height:42px;border:0;border-radius:13px;background:#111827;color:#fff;font-size:22px}.qty-row input{width:90px;height:42px;text-align:center;border:1px solid #e5e7eb;border-radius:13px}.qty-row span{margin-left:auto;font-weight:900;font-size:22px}.front-form{display:grid;gap:15px}.front-form label{display:grid;gap:7px;font-weight:800}.front-form input,.front-form textarea{border:1px solid #dde1ea;border-radius:16px;padding:13px;font:inherit}.form-card{padding:24px;max-width:760px}.bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:#111827;border-radius:26px;padding:10px;display:none;grid-template-columns:repeat(4,1fr);box-shadow:0 18px 45px rgba(0,0,0,.25)}.bottom-nav a{color:#fff;text-align:center;display:grid;gap:3px;font-size:12px}.bottom-nav i{font-size:18px}.footer{text-align:center;color:#6b7280;padding:24px}@media(max-width:780px){body{padding-top:70px}.topbar{height:64px;padding:10px 12px}.brand span:last-child,.top-actions span{display:none}.search{height:40px}.top-actions a{padding:10px}.hero,.product-detail{grid-template-columns:1fr}.hero-copy{padding:28px}.category-grid,.subcategory-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image{height:160px}.product-body{padding:12px}.product-body h3{font-size:15px}.desc{font-size:13px;min-height:40px}.tier-list{grid-template-columns:1fr}.bottom-nav{display:grid}.footer{padding-bottom:96px}.site-main{padding:14px}.page-hero.compact h1,.product-info h1{font-size:32px}}

.product-grid{align-items:stretch}.product-card{height:100%;min-height:520px;display:flex;flex-direction:column}.product-image{position:relative;flex:0 0 220px}.product-body{display:flex;flex-direction:column;flex:1}.product-body h3{min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.desc{min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wholesale-badge{position:absolute;left:12px;top:12px;z-index:2;background:#111827;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.18)}.tier-price-table{margin:12px 0 14px;border:1px solid #e7e9f1;border-radius:16px;overflow:hidden;background:#fbfcff}.tier-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-bottom:1px solid #edf0f6}.tier-price-row:last-child{border-bottom:0}.tier-price-row span{color:#626777;font-size:13px;font-weight:800;white-space:nowrap}.tier-price-row strong{font-size:15px;color:#111827;white-space:nowrap}.card-foot{margin-top:auto;justify-content:space-between}.card-foot .price{margin-right:auto}.floating-contact{position:fixed;right:18px;bottom:92px;z-index:70;display:grid;gap:10px}.float-whatsapp,.float-quote{box-shadow:0 18px 40px rgba(17,24,39,.22);transition:.2s}.float-whatsapp{display:flex;align-items:center;gap:10px;background:#16a34a;color:#fff;border-radius:999px;padding:12px 16px;font-weight:900}.float-whatsapp i{font-size:24px}.float-whatsapp span{display:grid;line-height:1.1}.float-whatsapp small{font-weight:700;opacity:.9}.float-quote{width:52px;height:52px;border-radius:18px;background:#111827;color:#fff;display:grid;place-items:center;justify-self:end}.floating-contact a:hover{transform:translateY(-2px)}.hero-card{background:linear-gradient(135deg,#ffffff,#f5f3ff)}.hero-card span{font-weight:800;color:#626777}.top-actions a:first-child{background:#ecfdf5;color:#166534}.tier-card{min-height:118px}.tier-card strong{display:block;margin:6px 0;color:#111827}.product-actions .btn{min-height:48px}@media(max-width:780px){.product-card{min-height:430px}.product-image{height:155px;flex-basis:155px}.product-body h3{min-height:38px}.tier-price-row{padding:7px 8px}.tier-price-row span{font-size:11px}.tier-price-row strong{font-size:12px}.card-foot{gap:7px}.card-foot .btn.small{padding:8px 9px}.floating-contact{right:12px;bottom:88px}.float-whatsapp{width:54px;height:54px;border-radius:18px;justify-content:center;padding:0}.float-whatsapp span{display:none}.float-quote{display:none}.bottom-nav{display:grid}}

.product-grid{align-items:stretch}.product-card{height:100%;display:flex;flex-direction:column}.product-card .product-image{flex:0 0 220px}.product-card .product-body{display:flex;flex-direction:column;flex:1;min-height:0}.product-card .eyebrow{min-height:16px}.product-card .product-body h3{min-height:48px}.product-card .desc{min-height:44px}.product-card .tier-price-table{min-height:124px;display:flex;flex-direction:column}.product-card .tier-price-row{min-height:41px}.product-card .card-foot{margin-top:auto;display:grid;grid-template-columns:1fr;gap:10px;align-items:end;flex-wrap:nowrap;padding-top:12px;border-top:1px solid #eef0f5;min-height:98px}.product-card .card-foot .price{display:flex;align-items:center;min-height:24px;margin:0;font-size:15px;line-height:1.25}.product-card .card-buttons{display:grid;grid-template-columns:1fr 48px;gap:10px;width:100%}.product-card .card-buttons .btn{height:42px;width:100%;padding:0 12px;border-radius:14px;white-space:nowrap}.product-card .card-whatsapp{font-size:20px;padding:0}@media(max-width:780px){.product-card{min-height:455px}.product-card .product-image{flex-basis:155px}.product-card .eyebrow{font-size:10px;min-height:14px}.product-card .product-body h3{min-height:38px}.product-card .desc{min-height:38px}.product-card .tier-price-table{min-height:103px}.product-card .tier-price-row{min-height:34px}.product-card .card-foot{min-height:88px;gap:8px;padding-top:9px}.product-card .card-foot .price{font-size:13px}.product-card .card-buttons{grid-template-columns:1fr 42px;gap:7px}.product-card .card-buttons .btn{height:38px;border-radius:12px;font-size:12px}.product-card .card-whatsapp{font-size:18px}}

body{padding-top:62px}.topbar{height:58px;padding:8px clamp(12px,3vw,28px);gap:10px}.brand-mark{width:34px;height:34px;border-radius:12px}.brand{gap:8px;font-size:15px}.search{height:36px;max-width:480px;padding:0 12px}.top-actions{gap:6px}.top-actions a{padding:8px 10px;border-radius:11px;font-size:13px}.site-main{max-width:1240px;padding:18px clamp(10px,2vw,22px)}.hero{gap:16px;margin-bottom:16px}.hero-copy{padding:26px}.hero h1,.page-hero h1{font-size:clamp(28px,4vw,48px)}.hero-card{padding:24px}.section{margin-top:24px}.section-head{margin-bottom:12px}.section h2{font-size:24px}.category-grid,.subcategory-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.category-tile,.subcategory-tile{border-radius:18px;padding:10px;gap:8px}.tile-image{height:92px;border-radius:14px}.category-tile strong,.subcategory-tile strong{font-size:15px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.product-card{min-height:435px;border-radius:18px}.product-card .product-image{flex-basis:168px;height:168px}.product-body{padding:11px}.product-body h3{font-size:15px;margin:4px 0 5px;min-height:38px;line-height:1.25}.product-card .eyebrow{font-size:10px;min-height:13px;letter-spacing:.04em}.product-card .desc{font-size:12px;line-height:1.35;min-height:33px;margin:4px 0 7px}.stock-line{display:inline-flex;align-items:center;gap:6px;margin:0 0 6px;color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900;width:max-content;max-width:100%}.detail-stock{font-size:14px;margin:2px 0 10px}.tier-price-table{margin:7px 0 8px;border-radius:12px}.product-card .tier-price-table{min-height:92px}.tier-price-row{padding:6px 8px}.product-card .tier-price-row{min-height:30px}.tier-price-row span{font-size:11px}.tier-price-row strong{font-size:12px}.product-card .card-foot{min-height:80px;gap:7px;padding-top:8px}.product-card .card-foot .price{font-size:13px;min-height:18px}.product-card .card-buttons{grid-template-columns:1fr 38px;gap:7px}.product-card .card-buttons .btn{height:36px;border-radius:11px;font-size:12px}.wholesale-badge{left:8px;top:8px;padding:5px 8px;font-size:10px}.floating-contact{right:14px;bottom:78px}.float-whatsapp{padding:10px 13px}.bottom-nav{left:10px;right:10px;bottom:10px;border-radius:20px;padding:8px}@media(max-width:780px){body{padding-top:58px}.topbar{height:54px;padding:7px 9px}.search{height:34px}.site-main{padding:10px}.hero-copy{padding:18px}.hero-card{display:none}.category-grid,.subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.category-tile,.subcategory-tile{padding:8px;border-radius:14px}.tile-image{height:70px;border-radius:11px}.category-tile strong,.subcategory-tile strong{font-size:12px}.category-tile small{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{min-height:392px;border-radius:15px}.product-card .product-image{flex-basis:132px;height:132px}.product-body{padding:8px}.product-card .product-body h3{font-size:13px;min-height:34px}.product-card .desc{font-size:11px;min-height:30px}.stock-line{font-size:10px;padding:3px 6px}.product-card .tier-price-table{min-height:84px}.product-card .tier-price-row{min-height:28px}.tier-price-row{padding:5px 6px}.product-card .card-foot{min-height:74px}.product-card .card-buttons{grid-template-columns:1fr 34px}.product-card .card-buttons .btn{height:34px;font-size:11px;padding:0 8px}.floating-contact{bottom:76px}.page-hero.compact h1,.product-info h1{font-size:26px}}

.product-card .product-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#ffffff!important;
  border-bottom:1px solid #eef0f5!important;
  padding:10px!important;
}
.product-card .product-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#ffffff!important;
  border-radius:12px!important;
}
.product-detail .main-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#ffffff!important;
  border:1px solid #eef0f5!important;
  padding:14px!important;
}
.product-detail .main-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#ffffff!important;
  border-radius:14px!important;
}
.product-detail .thumbs button{
  width:82px;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-detail .thumbs img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:#ffffff!important;
}
.tile-image.ecommerce-icon{
  background:linear-gradient(135deg,#f8fbff,#efe7ff)!important;
  border:1px solid #ecedf5;
  position:relative;
}
.tile-image.ecommerce-icon:after{
  content:"";
  position:absolute;
  width:48px;
  height:48px;
  right:-14px;
  bottom:-14px;
  border-radius:999px;
  background:rgba(124,58,237,.08);
}
.tile-image.ecommerce-icon i{
  position:relative;
  z-index:1;
  font-size:40px!important;
  color:#7c3aed!important;
}
.subcategory-tile .tile-image.ecommerce-icon i{font-size:34px!important}
@media(max-width:780px){
  .product-card .product-image{padding:7px!important}
  .product-card .product-image img{border-radius:10px!important}
  .product-detail .main-image{padding:10px!important}
  .tile-image.ecommerce-icon i{font-size:30px!important}
  .subcategory-tile .tile-image.ecommerce-icon i{font-size:28px!important}
}

.product-card.no-tiers .tier-price-table{display:none!important}
.product-card.no-tiers{min-height:340px}
.product-card.no-tiers .card-foot{min-height:70px}
.product-card.has-tiers .tier-price-table{min-height:auto!important}
.wholesale-only .tier-price-row span:before{content:'Mayoreo ';font-weight:900;color:#7c3aed}.wholesale-box{border:1px solid #edf0f6;background:#fbfcff;border-radius:18px;padding:12px;margin:14px 0}.wholesale-title{display:flex;align-items:center;gap:8px;font-weight:900;margin-bottom:10px;color:#111827}.wholesale-title i{color:#7c3aed}.product-detail{grid-template-columns:minmax(280px,.9fr) 1.05fr;align-items:start}.product-detail .main-image{height:clamp(280px,38vw,430px)!important;aspect-ratio:auto!important}.product-info h1{font-size:clamp(28px,3vw,38px);margin:8px 0 10px}.product-info .lead{margin:8px 0 10px;line-height:1.55}.product-info,.gallery{padding:16px;border-radius:22px}.thumbs{gap:8px}.product-detail .thumbs button{width:66px;height:66px;border-radius:12px}.tier-list{margin:10px 0 0}.tier-card{min-height:auto;padding:11px;border-radius:14px}.tier-card strong{font-size:18px}.qty-row{margin:12px 0}.category-grid,.subcategory-grid,.product-grid{content-visibility:auto;contain-intrinsic-size:900px}.product-card{content-visibility:auto;contain-intrinsic-size:420px}.category-tile,.subcategory-tile,.product-card{will-change:auto}
@media(max-width:780px){
  html{scroll-behavior:auto}body{padding-top:54px;background:#f8f9fc}.topbar{backdrop-filter:none!important;background:#fff!important;box-shadow:0 1px 8px rgba(17,24,39,.05)}.site-main{padding:8px}.hero{margin-bottom:10px}.hero-copy{padding:14px 15px;border-radius:18px;box-shadow:0 6px 18px rgba(17,24,39,.04)}.hero h1{font-size:24px;margin:6px 0}.hero p{font-size:13px;line-height:1.45;margin:6px 0}.hero-actions{gap:7px}.hero-actions .btn{padding:10px 12px;border-radius:12px;font-size:13px}.section{margin-top:16px}.section-head{margin-bottom:8px}.section h2{font-size:20px}.eyebrow{font-size:10px;letter-spacing:.05em}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.category-tile,.subcategory-tile{padding:6px!important;border-radius:12px!important;gap:5px!important;box-shadow:0 4px 12px rgba(17,24,39,.04)!important}.category-tile:hover,.subcategory-tile:hover,.product-card:hover{transform:none!important}.tile-image{height:48px!important;border-radius:10px!important}.tile-image.ecommerce-icon i{font-size:22px!important}.subcategory-tile .tile-image.ecommerce-icon i{font-size:21px!important}.category-tile strong,.subcategory-tile strong{font-size:11px!important;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-tile small{display:none!important}.product-grid{gap:7px!important}.product-card{border-radius:13px!important;box-shadow:0 5px 14px rgba(17,24,39,.05)!important;min-height:350px!important}.product-card.no-tiers{min-height:292px!important}.product-card .product-image{flex-basis:118px!important;height:118px!important;padding:6px!important}.product-body{padding:7px!important}.product-card .eyebrow{font-size:9px;min-height:12px;letter-spacing:.02em}.product-card .product-body h3{font-size:12px!important;min-height:30px!important;line-height:1.22!important;margin:3px 0!important}.product-card .desc{font-size:10.5px!important;min-height:28px!important;line-height:1.3!important;margin:3px 0 5px!important}.wholesale-badge{font-size:9px!important;padding:4px 6px!important;left:6px!important;top:6px!important}.tier-price-table{margin:5px 0!important;border-radius:10px!important}.product-card .tier-price-row{min-height:24px!important}.tier-price-row{padding:4px 5px!important}.tier-price-row span{font-size:10px!important}.tier-price-row strong{font-size:11px!important}.wholesale-only .tier-price-row span:before{content:''}.product-card .card-foot{min-height:64px!important;gap:5px!important;padding-top:6px!important}.product-card.no-tiers .card-foot{min-height:60px!important}.product-card .card-foot .price{font-size:11.5px!important;min-height:16px!important}.product-card .card-buttons{grid-template-columns:1fr 32px!important;gap:5px!important}.product-card .card-buttons .btn{height:32px!important;border-radius:10px!important;font-size:10.5px!important}.product-detail{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.gallery,.product-info{padding:10px!important;border-radius:16px!important;box-shadow:0 6px 18px rgba(17,24,39,.05)!important}.product-detail .main-image{height:min(68vw,300px)!important;border-radius:14px!important;padding:8px!important}.product-detail .thumbs{margin-top:8px;gap:6px}.product-detail .thumbs button{width:52px!important;height:52px!important;border-radius:10px!important}.product-info h1{font-size:23px!important;line-height:1.08!important;margin:6px 0 8px!important}.product-info .lead{font-size:13px;line-height:1.45;margin:6px 0 8px}.wholesale-box{padding:9px;border-radius:14px;margin:9px 0}.wholesale-title{font-size:13px;margin-bottom:7px}.tier-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin:7px 0 0!important}.tier-card{padding:8px 6px!important;border-radius:12px!important;border-width:1px!important}.tier-card span{font-size:11px!important}.tier-card strong{font-size:13px!important}.tier-card small{display:none!important}.qty-row{padding:7px!important;margin:9px 0!important;border-radius:13px!important}.qty-row button{width:34px!important;height:34px!important;border-radius:10px!important}.qty-row input{height:34px!important;width:62px!important}.qty-row span{font-size:15px!important}.product-actions{gap:7px}.product-actions .btn{min-height:40px!important;padding:10px 12px!important;border-radius:12px!important;font-size:13px}.page-hero{padding:12px!important;border-radius:16px!important;box-shadow:0 6px 18px rgba(17,24,39,.05)!important}.page-hero.compact h1{font-size:24px!important;margin:5px 0!important}.page-hero p{font-size:13px;line-height:1.45;margin:5px 0}.floating-contact{bottom:72px!important;right:10px!important}.float-whatsapp{width:48px!important;height:48px!important;border-radius:16px!important}.bottom-nav{padding:7px!important;border-radius:18px!important}.bottom-nav a{font-size:11px!important}.bottom-nav i{font-size:16px!important}
}
@media(max-width:380px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tile-image{height:44px!important}.category-tile strong,.subcategory-tile strong{font-size:10px!important}.product-card .product-image{flex-basis:108px!important;height:108px!important}.product-card{min-height:340px!important}.product-card.no-tiers{min-height:282px!important}.tier-list{grid-template-columns:1fr!important}.tier-card{display:grid;grid-template-columns:1fr auto;align-items:center}.tier-card strong{margin:0!important}}

.category-strip{position:sticky;top:72px;z-index:49;background:rgba(255,255,255,.98);border-bottom:1px solid #eceef5;box-shadow:0 6px 18px rgba(17,24,39,.05);backdrop-filter:blur(10px)}
.category-strip-inner{max-width:1180px;margin:0 auto;padding:7px clamp(10px,3vw,30px);display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.category-strip-inner::-webkit-scrollbar{display:none}
.category-strip a{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border-radius:999px;background:#f7f8fb;border:1px solid #e7eaf2;font-size:13px;font-weight:900;color:#111827;white-space:nowrap}.category-strip a i{color:#7c3aed;font-size:13px}.category-strip a:hover{background:#f5f3ff;border-color:#ddd6fe}
.product-card .tier-price-table{display:none!important}.product-card{min-height:395px!important}.product-card.no-card-price{min-height:350px!important}.product-card.has-wholesale{min-height:382px!important}.card-wholesale-price{margin:6px 0 8px;border:1px solid #e9ecf4;background:linear-gradient(135deg,#fbfcff,#f5f3ff);border-radius:13px;padding:8px 9px;display:grid;grid-template-columns:1fr auto;gap:2px 8px;align-items:center;min-height:54px}.card-wholesale-price span{font-size:11px;font-weight:900;color:#7c3aed}.card-wholesale-price strong{font-size:15px;color:#111827;white-space:nowrap}.card-wholesale-price small{grid-column:1/-1;color:#6b7280;font-size:11px;font-weight:800}.product-card .card-foot{min-height:0!important;padding-top:8px!important;border-top:1px solid #edf0f6!important;margin-top:auto!important}.product-card .card-buttons.equal-card-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}.product-card .card-buttons.equal-card-buttons .btn{width:100%!important;height:38px!important;min-height:38px!important;padding:0 8px!important;border-radius:12px!important;font-size:12px!important;line-height:1!important;white-space:nowrap}.product-card .card-add.added{background:#ecfdf5!important;color:#166534!important;border-color:#bbf7d0!important}.product-card .card-whatsapp{background:#16a34a!important;color:#fff!important;border:1px solid #16a34a!important}.tier-card .tier-name{color:#111827!important;font-weight:900}.tier-card small{font-weight:800}.wholesale-box .tier-list{align-items:stretch}.wholesale-box .tier-card{display:flex;flex-direction:column;justify-content:space-between;gap:4px}
@media(max-width:780px){body{padding-top:54px!important}.category-strip{top:54px;z-index:48}.category-strip-inner{padding:5px 8px;gap:6px}.category-strip a{height:30px;padding:0 9px;font-size:11px;gap:5px}.category-strip a i{font-size:11px}.product-card{min-height:292px!important}.product-card.has-wholesale{min-height:322px!important}.product-card.no-card-price{min-height:276px!important}.card-wholesale-price{min-height:42px;margin:4px 0 6px;padding:6px 7px;border-radius:10px}.card-wholesale-price span{font-size:9.5px}.card-wholesale-price strong{font-size:12px}.card-wholesale-price small{font-size:9.5px}.product-card .card-foot{padding-top:5px!important}.product-card .card-buttons.equal-card-buttons{grid-template-columns:1fr 1fr!important;gap:5px!important}.product-card .card-buttons.equal-card-buttons .btn{height:31px!important;min-height:31px!important;font-size:10px!important;border-radius:9px!important;padding:0 4px!important}.product-card .card-buttons.equal-card-buttons .btn i{font-size:12px}.product-card .card-buttons.equal-card-buttons .btn span{display:inline!important}.wholesale-box .tier-card strong{font-size:13px!important}.wholesale-box .tier-card .tier-name{font-size:10.5px!important;line-height:1.1}}
@media(max-width:380px){.category-strip a span{max-width:58px;overflow:hidden;text-overflow:ellipsis}.product-card .card-buttons.equal-card-buttons .btn{font-size:9.5px!important}.product-card .card-buttons.equal-card-buttons .btn i{display:none}.card-wholesale-price{grid-template-columns:1fr}.card-wholesale-price strong{justify-self:start}.product-card.has-wholesale{min-height:316px!important}.product-card.no-card-price{min-height:268px!important}}

.category-strip{display:none!important}
.category-sidebar{position:fixed;left:0;top:72px;bottom:0;width:224px;z-index:55;background:#fff;border-right:1px solid #e7eaf2;box-shadow:8px 0 24px rgba(17,24,39,.06);display:flex;flex-direction:column;overflow:hidden}.category-sidebar-head{height:58px;padding:10px 12px;border-bottom:1px solid #eef1f7;display:flex;align-items:center;justify-content:space-between;gap:10px}.category-sidebar-head strong{display:block;font-size:15px;font-weight:950;color:#111827}.category-sidebar-head span{display:block;font-size:11px;color:#6b7280;font-weight:800}.side-close{display:none;border:0;background:#f3f4f6;border-radius:10px;width:34px;height:34px;color:#111827}.category-sidebar-list{padding:8px;overflow:auto;overscroll-behavior:contain}.side-category-item{border-radius:14px;margin-bottom:6px}.side-category-main{width:100%;border:0;background:#f8fafc;border:1px solid #edf0f6;border-radius:14px;min-height:40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;color:#111827;font-weight:900;text-align:left}.side-category-main span{display:flex;align-items:center;gap:8px;min-width:0}.side-category-main span i{width:18px;color:#7c3aed;text-align:center}.side-category-main .arrow{font-size:11px;color:#8b90a0;transition:.18s}.side-category-item.open .side-category-main{background:#f5f3ff;border-color:#ddd6fe}.side-category-item.open .arrow{transform:rotate(180deg);color:#7c3aed}.side-submenu{display:none;padding:6px 4px 4px}.side-category-item.open .side-submenu{display:grid;gap:4px}.side-submenu a,.side-empty{min-height:34px;border-radius:12px;padding:7px 9px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:850;color:#374151}.side-submenu a:hover{background:#f6f7fb;color:#111827}.side-submenu a i{width:16px;text-align:center;color:#7c3aed}.side-all-products{background:#ecfdf5!important;color:#166534!important}.side-all-products i{color:#16a34a!important}.side-empty{color:#9ca3af;background:#fafafa}.side-category-tab{display:none}.side-category-overlay{display:none}.site-main{margin-left:224px;max-width:calc(1180px + 224px);padding-left:24px}.footer{margin-left:224px}.floating-contact{right:18px}.bottom-nav{left:236px}
@media(max-width:980px){.category-sidebar{width:206px}.site-main{margin-left:206px;max-width:calc(100% - 206px);padding-left:14px}.footer{margin-left:206px}.bottom-nav{left:218px}}
@media(max-width:780px){.category-sidebar{top:54px;width:238px;transform:translateX(-105%);transition:transform .2s ease;z-index:90;border-right:1px solid #e5e7eb;box-shadow:18px 0 40px rgba(17,24,39,.22)}body.sidebar-open .category-sidebar{transform:translateX(0)}.category-sidebar-head{height:50px;padding:8px 10px}.side-close{display:grid;place-items:center}.side-category-tab{position:fixed;left:8px;top:62px;z-index:80;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid #ddd6fe;border-radius:999px;background:#fff;color:#7c3aed;font-size:12px;font-weight:950;box-shadow:0 8px 22px rgba(17,24,39,.14)}.side-category-tab i{font-size:12px}body.sidebar-open .side-category-overlay{display:block;position:fixed;inset:54px 0 0 0;z-index:85;background:rgba(17,24,39,.32);backdrop-filter:blur(1px)}.site-main{margin-left:0!important;max-width:none!important;padding-left:8px!important}.footer{margin-left:0}.bottom-nav{left:12px}.floating-contact{right:10px}.side-submenu a,.side-empty{min-height:32px;font-size:12px}.side-category-main{min-height:38px;font-size:13px}}

.float-cart{width:52px;height:52px;border-radius:18px;background:#7c3aed;color:#fff;display:grid;place-items:center;justify-self:end;box-shadow:0 18px 40px rgba(124,58,237,.28);position:relative;font-size:20px}
.float-cart em{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:950;line-height:1}.float-cart em[hidden]{display:none!important}
.card-add{border-color:#d8dce8!important}.card-add i,.card-add span{pointer-events:none}.product-card .card-buttons.equal-card-buttons .btn{font-weight:950;letter-spacing:0;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important}.product-card .card-whatsapp,.product-card .card-add{min-width:0!important}
.quote-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,0.92fr);gap:18px;align-items:start}.quote-form-card{max-width:none}.cart-panel{background:#fff;border:1px solid #ececf3;border-radius:24px;box-shadow:0 12px 35px rgba(17,24,39,.06);padding:16px}.cart-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cart-panel-head h2{font-size:22px;margin:3px 0 0}.cart-empty{display:grid;place-items:center;text-align:center;gap:6px;padding:30px 16px;color:#6b7280;background:#f8fafc;border:1px dashed #d9deea;border-radius:18px}.cart-empty i{font-size:34px;color:#a78bfa}.cart-empty strong{font-size:17px;color:#111827}.cart-empty span{font-size:13px;line-height:1.45}.cart-items{display:grid;gap:10px}.cart-row{display:grid;grid-template-columns:74px 1fr;gap:11px;align-items:center;border:1px solid #edf0f6;border-radius:18px;padding:8px;background:#fbfcff}.cart-row-img{width:74px;height:74px;border-radius:14px;background:#f3f4f6;overflow:hidden;display:block}.cart-row-img img{width:100%;height:100%;object-fit:contain}.cart-row-info{min-width:0;display:grid;gap:5px}.cart-row-title{font-weight:950;color:#111827;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-row-price{color:#7c3aed;font-size:13px;font-weight:950}.cart-row-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cart-row-controls button{border:1px solid #dfe3ec;background:#fff;color:#111827;border-radius:10px;height:30px;min-width:30px;font-weight:950;cursor:pointer}.cart-row-controls strong{min-width:28px;text-align:center}.cart-row-controls .cart-delete{color:#dc2626;border-color:#fecaca;padding:0 9px;font-size:12px}.front-form textarea#quickOrderMessage{min-height:190px}.bottom-nav [data-cart-count]{display:inline-grid!important;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:950;place-items:center;margin-left:2px}
@media(max-width:780px){.side-category-tab{top:auto!important;left:10px!important;bottom:76px!important;height:46px!important;padding:0 13px!important;border-radius:17px!important;background:#7c3aed!important;color:#fff!important;border:0!important;box-shadow:0 14px 34px rgba(124,58,237,.35)!important}.side-category-tab span{display:inline!important}.side-category-tab i{font-size:15px!important;color:#fff!important}.category-sidebar{top:54px!important;width:min(82vw,286px)!important}.category-sidebar-head{height:48px!important}.category-sidebar-list{padding:7px!important}.side-category-main{min-height:36px!important;border-radius:12px!important;font-size:12.5px!important}.side-submenu{padding-top:4px!important}.side-submenu a,.side-empty{min-height:30px!important;font-size:11.5px!important;padding:6px 8px!important}.quote-layout{grid-template-columns:1fr;gap:12px}.cart-panel{padding:12px;border-radius:18px}.cart-panel-head h2{font-size:18px}.cart-row{grid-template-columns:58px 1fr;padding:7px;border-radius:14px}.cart-row-img{width:58px;height:58px;border-radius:12px}.cart-row-title{font-size:13px}.cart-row-controls button{height:28px;min-width:28px;border-radius:9px}.cart-row-controls .cart-delete{font-size:11px}.front-form textarea#quickOrderMessage{min-height:150px}.floating-contact{right:10px!important;bottom:76px!important;grid-auto-flow:row}.float-cart{width:48px;height:48px;border-radius:16px}.float-quote{display:none!important}.bottom-nav a[data-sidebar-open]{background:#2a3346;border-radius:14px;padding:4px 0}.product-card .card-buttons.equal-card-buttons{gap:6px!important}.product-card .card-buttons.equal-card-buttons .btn{height:33px!important;min-height:33px!important;font-size:10.5px!important}.product-card .card-buttons.equal-card-buttons .btn i{font-size:12px!important}}
@media(max-width:380px){.side-category-tab{height:42px!important;padding:0 10px!important;font-size:11px!important}.float-cart{width:44px;height:44px}.product-card .card-buttons.equal-card-buttons .btn{font-size:10px!important}.product-card .card-buttons.equal-card-buttons .btn span{display:inline!important}}

.top-floating-cart{position:fixed;right:18px;top:86px;z-index:79;width:58px;height:58px;border-radius:999px;background:linear-gradient(135deg,#111827,#7c3aed);color:#fff;display:grid;place-items:center;box-shadow:0 18px 42px rgba(17,24,39,.28);border:3px solid rgba(255,255,255,.92);transition:transform .18s ease,box-shadow .18s ease}.top-floating-cart:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 22px 50px rgba(124,58,237,.32)}.top-floating-cart i{font-size:22px}.top-floating-cart span{position:absolute;right:64px;top:50%;transform:translateY(-50%);height:28px;padding:0 10px;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:950;display:inline-flex;align-items:center;white-space:nowrap;box-shadow:0 10px 24px rgba(17,24,39,.18);opacity:0;pointer-events:none;transition:.16s}.top-floating-cart:hover span{opacity:1}.top-floating-cart em{position:absolute;right:-5px;top:-5px;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:950;line-height:1}.top-floating-cart em[hidden]{display:none!important}body.sidebar-open .top-floating-cart{opacity:.18;pointer-events:none}@media(max-width:780px){.top-floating-cart{top:64px;right:10px;width:48px;height:48px;border-width:2px;box-shadow:0 14px 34px rgba(124,58,237,.30)}.top-floating-cart i{font-size:18px}.top-floating-cart span{display:none}.top-floating-cart em{min-width:20px;height:20px;font-size:10.5px;right:-4px;top:-4px}.top-actions a[href="quick-order.php"]{display:none!important}}@media(max-width:380px){.top-floating-cart{width:44px;height:44px;right:8px;top:62px}.top-floating-cart i{font-size:17px}}

.brand-mark{overflow:hidden;background:#111827}.brand-logo-img{width:100%;height:100%;object-fit:contain;padding:4px;background:#fff;border-radius:inherit}.brand-logo-fallback::before{content:'\f54e';font-family:'Font Awesome 6 Free';font-weight:900;color:#fff}.top-floating-cart{display:none!important}.bottom-nav{grid-template-columns:repeat(3,1fr)!important}.bottom-nav a[data-sidebar-open]{display:none!important}.side-category-tab{display:none!important}.side-category-tab span{display:none!important}
@media(max-width:780px){.side-category-tab{display:grid!important;place-items:center!important;position:fixed!important;left:10px!important;top:64px!important;bottom:auto!important;width:48px!important;height:48px!important;padding:0!important;border:2px solid rgba(255,255,255,.92)!important;border-radius:999px!important;background:linear-gradient(135deg,#111827,#7c3aed)!important;color:#fff!important;box-shadow:0 14px 34px rgba(17,24,39,.28)!important;z-index:82!important}.side-category-tab i{font-size:18px!important;color:#fff!important}.side-category-tab:hover{transform:translateY(-1px)}body.sidebar-open .side-category-tab{opacity:.18;pointer-events:none}.search{padding-left:46px}.brand-mark{width:36px!important;height:36px!important}.bottom-nav{grid-template-columns:repeat(3,1fr)!important}.bottom-nav a{min-width:0}.floating-contact{bottom:76px!important}.category-sidebar{top:54px!important}.site-main{padding-top:10px!important}}
@media(max-width:380px){.side-category-tab{width:44px!important;height:44px!important;top:62px!important;left:8px!important}.side-category-tab i{font-size:17px!important}.search{padding-left:42px}}

.side-global-products{
  display:flex;align-items:center;gap:9px;min-height:40px;margin:0 0 7px;
  padding:9px 10px;border-radius:14px;background:linear-gradient(135deg,#111827,#4c1d95);
  color:#fff!important;font-weight:950;box-shadow:0 10px 24px rgba(17,24,39,.16)
}
.side-global-products i{width:18px;text-align:center;color:#fff!important}
.side-global-products span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.side-all-products{background:#eef2ff!important;color:#4338ca!important}
.side-all-products i{color:#4f46e5!important}
.floating-contact{right:18px!important;bottom:22px!important;display:grid!important;gap:10px!important}
.float-whatsapp{
  width:58px!important;height:58px!important;padding:0!important;border-radius:999px!important;
  display:grid!important;place-items:center!important;background:#16a34a!important;color:#fff!important;
  box-shadow:0 18px 42px rgba(22,163,74,.32)!important;border:3px solid rgba(255,255,255,.95)!important
}
.float-whatsapp i{font-size:28px!important}
.float-whatsapp span{display:none!important}
.float-cart,.float-quote{display:none!important}
.bottom-nav{grid-template-columns:repeat(3,1fr)!important}
@media(min-width:781px){
  .floating-contact .float-cart,.floating-contact .float-quote{display:none!important}
}
@media(max-width:780px){
  .side-category-tab{
    display:grid!important;place-items:center!important;position:fixed!important;
    left:8px!important;top:86px!important;bottom:auto!important;width:42px!important;height:42px!important;
    padding:0!important;border:2px solid rgba(255,255,255,.95)!important;border-radius:999px!important;
    background:linear-gradient(135deg,#111827,#7c3aed)!important;color:#fff!important;
    box-shadow:0 14px 32px rgba(17,24,39,.24)!important;z-index:82!important
}
  .side-category-tab i{font-size:16px!important;color:#fff!important}
  .side-category-tab span{display:none!important}
  body.sidebar-open .side-category-tab{opacity:.18!important;pointer-events:none!important}
  .site-main{padding-top:58px!important}
  .category-sidebar{top:54px!important;width:min(84vw,292px)!important;z-index:92!important}
  body.sidebar-open .side-category-overlay{inset:54px 0 0 0!important;z-index:88!important}
  .floating-contact{right:10px!important;bottom:76px!important}
  .float-whatsapp{width:48px!important;height:48px!important;border-radius:999px!important;border-width:2px!important}
  .float-whatsapp i{font-size:22px!important}
  .floating-contact .float-cart{
    display:grid!important;width:48px!important;height:48px!important;border-radius:999px!important;
    background:#7c3aed!important;color:#fff!important;border:2px solid rgba(255,255,255,.95)!important
}
}
@media(max-width:380px){
  .side-category-tab{top:82px!important;left:7px!important;width:40px!important;height:40px!important}
  .site-main{padding-top:54px!important}
  .float-whatsapp,.floating-contact .float-cart{width:44px!important;height:44px!important}
}

.quote-form-card .btn[type="submit"]{gap:8px;justify-content:center;background:linear-gradient(135deg,#111827,#16a34a)}
.quote-form-card .btn[type="submit"] i{font-size:17px}.cart-panel-head .eyebrow{color:#16a34a}.cart-row-price::before{content:'Mayoreo · ';font-weight:800;color:#111827}.side-category-main{transition:background .16s ease,border-color .16s ease,transform .16s ease}.side-category-main:hover{transform:translateY(-1px)}.side-category-item.open .side-category-main{background:#f5f3ff;border-color:#c4b5fd;color:#4c1d95}.side-category-item.open .arrow{transform:rotate(180deg)}.side-submenu{max-height:0;overflow:hidden;transition:max-height .22s ease,padding .18s ease}.side-category-item.open .side-submenu{max-height:460px;padding-top:6px}.side-submenu a{display:flex;align-items:center;gap:8px}.side-submenu a i{width:18px;text-align:center}
@media(max-width:780px){
  body{padding-top:62px!important}.site-main{padding-top:8px!important}
  .side-category-tab{top:64px!important;left:10px!important;width:44px!important;height:44px!important;border-radius:999px!important;z-index:86!important;background:linear-gradient(135deg,#111827,#6d28d9)!important;box-shadow:0 14px 34px rgba(17,24,39,.26)!important}
  .side-category-tab::after{content:'Cat.';position:absolute;left:48px;top:50%;transform:translateY(-50%);height:24px;padding:0 8px;border-radius:999px;background:#111827;color:#fff;font-size:10px;font-weight:950;display:flex;align-items:center;box-shadow:0 8px 18px rgba(17,24,39,.16)}
  body.sidebar-open .side-category-tab{opacity:0!important;transform:translateX(-12px)!important}
  .category-sidebar{top:0!important;left:0!important;width:min(88vw,340px)!important;height:100dvh!important;max-height:100dvh!important;border-radius:0 24px 24px 0!important;border:0!important;box-shadow:28px 0 70px rgba(15,23,42,.28)!important;background:#f8fafc!important;z-index:96!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transform:translateX(-105%);transition:transform .22s ease!important}
  body.sidebar-open .category-sidebar{transform:translateX(0)!important}
  body.sidebar-open .side-category-overlay{display:block!important;inset:0!important;background:rgba(15,23,42,.42)!important;backdrop-filter:blur(2px)!important;z-index:90!important}
  .category-sidebar-head{height:auto!important;padding:18px 14px 14px!important;background:linear-gradient(135deg,#111827,#4c1d95)!important;color:#fff!important;border:0!important;align-items:center!important;position:relative!important}
  .category-sidebar-head strong{font-size:18px!important;letter-spacing:.01em!important}.category-sidebar-head span{color:rgba(255,255,255,.78)!important}.side-close{width:38px!important;height:38px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}
  .category-sidebar-list{padding:10px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;display:grid!important;gap:8px!important}
  .side-global-products{min-height:46px!important;border-radius:18px!important;background:linear-gradient(135deg,#16a34a,#15803d)!important;font-size:13px!important;margin-bottom:2px!important;box-shadow:0 12px 26px rgba(22,163,74,.20)!important}
  .side-category-item{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(15,23,42,.05)!important}
  .side-category-main{min-height:46px!important;padding:9px 10px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#111827!important;font-size:13px!important;font-weight:950!important;width:100%!important}.side-category-main span{gap:9px!important}.side-category-main span i{width:30px!important;height:30px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:#f3f0ff!important;color:#6d28d9!important;font-size:13px!important}.side-category-main .arrow{color:#94a3b8!important;transition:transform .18s ease!important}.side-category-item.open .side-category-main{background:#fbfaff!important;color:#4c1d95!important}
  .side-submenu{background:#fbfcff!important;padding:0 8px!important}.side-category-item.open .side-submenu{padding:0 8px 9px!important}.side-submenu a,.side-empty{min-height:36px!important;border-radius:13px!important;font-size:12px!important;padding:8px 9px!important;background:#fff!important;border:1px solid #edf0f6!important;margin-top:5px!important}.side-all-products{background:#eef2ff!important;border-color:#dbe4ff!important}.side-submenu a i{width:22px!important;height:22px!important;border-radius:8px!important;display:grid!important;place-items:center!important;background:#f1f5f9!important;color:#475569!important;font-size:11px!important}
  .floating-contact{bottom:78px!important}.float-whatsapp,.floating-contact .float-cart{box-shadow:0 12px 30px rgba(15,23,42,.20)!important}.quote-layout{margin-top:6px!important}.cart-panel,.quote-form-card{box-shadow:0 10px 28px rgba(15,23,42,.06)!important}
}
@media(max-width:380px){.side-category-tab{top:62px!important;left:8px!important;width:42px!important;height:42px!important}.side-category-tab::after{display:none!important}.category-sidebar{width:min(90vw,320px)!important}}

.front-return-btn{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;display:grid;place-items:center;box-shadow:0 8px 20px rgba(15,23,42,.08);cursor:pointer;flex:0 0 auto}.front-return-btn:hover{background:#111827;color:#fff}.topbar{gap:10px}.floating-contact .float-cart{display:none!important}.float-whatsapp{border-radius:999px!important}.side-category-tab{display:none!important}
@media(max-width:780px){
  .front-return-btn{width:34px;height:34px;box-shadow:none}.brand span:last-child{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar{gap:7px!important;padding-left:8px!important;padding-right:8px!important}.search{padding-left:0!important;min-width:0!important}
  .side-category-tab{display:flex!important;align-items:center!important;gap:8px!important;position:fixed!important;left:12px!important;right:auto!important;top:auto!important;bottom:86px!important;width:auto!important;min-width:128px!important;height:46px!important;padding:0 14px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.95)!important;background:linear-gradient(135deg,#111827,#4f46e5)!important;color:#fff!important;box-shadow:0 18px 42px rgba(15,23,42,.28)!important;z-index:86!important;font-size:13px!important;font-weight:950!important;letter-spacing:.01em!important}.side-category-tab i{width:28px!important;height:28px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;display:grid!important;place-items:center!important;font-size:14px!important;color:#fff!important}.side-category-tab span{display:inline!important;color:#fff!important}.side-category-tab::after{content:''!important;display:none!important}.side-category-tab:hover{transform:translateY(-1px)!important}.side-category-tab:active{transform:translateY(0)!important}body.sidebar-open .side-category-tab{opacity:0!important;pointer-events:none!important;transform:translateX(-16px)!important}.floating-contact{right:10px!important;bottom:80px!important}.floating-contact .float-cart{display:grid!important;width:48px!important;height:48px!important;border-radius:999px!important;background:#7c3aed!important;color:#fff!important;border:2px solid rgba(255,255,255,.95)!important}.category-sidebar{z-index:96!important}.side-category-overlay{z-index:90!important}
}
@media(max-width:380px){.side-category-tab{min-width:112px!important;height:42px!important;bottom:82px!important;padding:0 11px!important;font-size:12px!important}.side-category-tab i{width:25px!important;height:25px!important}.front-return-btn{width:32px;height:32px}.brand span:last-child{max-width:90px}}

.brand-mark,.admin-logo-mark{overflow:hidden;flex:0 0 auto}.brand-logo-img,.brand-mark img{width:100%;height:100%;object-fit:contain;padding:4px;border-radius:inherit;background:#fff}.brand-logo-fallback{background:#111827!important}.front-return-btn{flex:0 0 auto;width:38px;height:38px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;display:grid;place-items:center;color:#111827;box-shadow:0 6px 18px rgba(17,24,39,.06);cursor:pointer}.front-return-btn:hover{background:#f3f4f6}.mobile-category-top,.mobile-category-panel,.mobile-category-scrim{display:none}.side-category-tab{box-shadow:0 12px 30px rgba(17,24,39,.16)}
@media(max-width:780px){body{padding-top:112px}.topbar{z-index:90}.brand-mark{width:36px;height:36px}.brand-logo-img,.brand-mark img{padding:3px}.front-return-btn{width:34px;height:34px}.side-category-tab,.category-sidebar,.side-category-overlay{display:none!important}.mobile-category-top{position:fixed;top:64px;left:0;right:0;height:46px;z-index:88;display:flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(255,255,255,.98);border-bottom:1px solid #e8e8ef;box-shadow:0 8px 22px rgba(17,24,39,.06)}.mobile-category-toggle{flex:1;border:0;border-radius:999px;background:#111827;color:#fff;height:34px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-weight:900;letter-spacing:.01em;box-shadow:0 10px 22px rgba(17,24,39,.16)}.mobile-category-toggle span{display:inline-flex;align-items:center;gap:8px}.mobile-cat-arrow{transition:.2s}.mobile-category-open .mobile-cat-arrow{transform:rotate(180deg)}.mobile-all-link{height:34px;border-radius:999px;background:#f3f4f6;color:#111827;padding:0 12px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:900;border:1px solid #e5e7eb}.mobile-category-scrim{position:fixed;inset:110px 0 0 0;z-index:84;background:rgba(17,24,39,.22);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:.2s}.mobile-category-panel{position:fixed;top:110px;left:10px;right:10px;z-index:89;display:block;max-height:min(72vh,560px);overflow:auto;border:1px solid #e5e7eb;border-radius:0 0 24px 24px;background:#fff;box-shadow:0 22px 55px rgba(17,24,39,.22);transform:translateY(-10px);opacity:0;pointer-events:none;transition:.22s}.mobile-category-open .mobile-category-panel{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-category-open .mobile-category-scrim{display:block;opacity:1;pointer-events:auto}.mobile-category-panel-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 14px;background:#fff;border-bottom:1px solid #edf0f6}.mobile-category-panel-head strong{font-size:16px}.mobile-category-panel-head button{width:34px;height:34px;border:0;border-radius:999px;background:#f3f4f6;color:#111827}.mobile-category-global{margin:10px 12px 8px;display:flex;align-items:center;gap:10px;padding:12px;border-radius:18px;background:linear-gradient(135deg,#111827,#374151);color:#fff;font-weight:900}.mobile-category-list{display:grid;gap:8px;padding:0 12px 14px}.mobile-category-item{border:1px solid #edf0f6;border-radius:18px;background:#fbfcff;overflow:hidden}.mobile-category-main{width:100%;border:0;background:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-weight:900;color:#111827}.mobile-category-main span{display:flex;align-items:center;gap:10px}.mobile-category-main span i{width:32px;height:32px;border-radius:12px;background:#f5f3ff;color:#7c3aed;display:grid;place-items:center}.mobile-category-main>i{transition:.2s;color:#6b7280}.mobile-category-item.open .mobile-category-main>i{transform:rotate(180deg)}.mobile-submenu{display:none;padding:0 12px 12px}.mobile-category-item.open .mobile-submenu{display:grid;gap:8px}.mobile-submenu a,.mobile-submenu .side-empty{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:14px;background:#f8fafc;color:#374151;font-weight:800;font-size:14px}.mobile-submenu a:first-child{background:#ecfdf5;color:#166534}.mobile-submenu i{width:18px;text-align:center}.site-main{padding-top:14px}.floating-contact{bottom:90px}.bottom-nav{grid-template-columns:repeat(3,1fr)}}
@media(min-width:781px){.mobile-category-top,.mobile-category-panel,.mobile-category-scrim{display:none!important}.front-return-btn{display:grid}.brand-logo-img,.brand-mark img{max-width:100%;max-height:100%}}

.quote-discount-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}.front-form .full{grid-column:1/-1}@media(max-width:720px){.quote-discount-row{grid-template-columns:1fr}.front-form .full{grid-column:1/-1}}

.brand-has-logo .brand-mark{
  background:#fff!important;
  border:1px solid #e5e7eb;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
}
.brand-has-logo .brand-logo-img,
.brand-has-logo .brand-mark img{
  object-fit:contain!important;
  background:#fff!important;
  padding:4px!important;
}
.brand-no-logo .brand-mark{
  background:#111827!important;
  color:#fff!important;
  border:0!important;
}
@media(max-width:780px){
  body{padding-top:110px!important}
  .topbar{
    height:60px!important;
    padding:8px 9px!important;
    gap:7px!important;
    align-items:center!important;
}
  .brand{
    flex:0 0 auto!important;
    min-width:0!important;
    gap:0!important;
}
  .brand span:last-child{display:none!important}
  .brand-has-logo .brand-mark{
    width:54px!important;
    height:40px!important;
    border-radius:15px!important;
    padding:3px!important;
    background:#fff!important;
    border:1px solid #dfe4ee!important;
    box-shadow:0 6px 18px rgba(15,23,42,.10)!important;
}
  .brand-has-logo .brand-logo-img,
  .brand-has-logo .brand-mark img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    padding:2px!important;
    border-radius:11px!important;
    background:#fff!important;
}
  .brand-no-logo .brand-mark{
    width:38px!important;
    height:38px!important;
    border-radius:14px!important;
}
  .brand-no-logo .brand-mark i{font-size:16px!important}
  .front-return-btn{
    width:34px!important;
    height:34px!important;
    flex:0 0 34px!important;
}
  .search{
    height:36px!important;
    flex:1 1 auto!important;
    min-width:0!important;
    padding:0 10px!important;
}
  .search input{font-size:13px!important}
  .top-actions{gap:5px!important;flex:0 0 auto!important}
  .top-actions a{
    width:36px!important;
    height:36px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:12px!important;
}
  .mobile-category-top{top:60px!important;height:46px!important}
  .mobile-category-panel{top:106px!important}
  .mobile-category-scrim{inset:106px 0 0 0!important}
}
@media(max-width:380px){
  body{padding-top:108px!important}
  .topbar{height:58px!important;padding-left:7px!important;padding-right:7px!important;gap:6px!important}
  .brand-has-logo .brand-mark{width:48px!important;height:36px!important;border-radius:14px!important}
  .brand-no-logo .brand-mark{width:36px!important;height:36px!important}
  .front-return-btn{width:32px!important;height:32px!important;flex-basis:32px!important}
  .top-actions a{width:34px!important;height:34px!important}
  .mobile-category-top{top:58px!important}
  .mobile-category-panel{top:104px!important}
  .mobile-category-scrim{inset:104px 0 0 0!important}
}

.brand-has-logo .brand-mark{
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
  padding:2px!important;
  background:#fff!important;
  border:1px solid #e6eaf2!important;
  box-shadow:0 5px 14px rgba(15,23,42,.08)!important;
}
.brand-has-logo .brand-logo-img,
.brand-has-logo .brand-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:4px!important;
  border-radius:999px!important;
  background:#fff!important;
}
.home-page #categorias.section{margin-top:18px!important}
.home-page #categorias .section-head{margin-bottom:9px!important}
.home-page #categorias .section-head .eyebrow{font-size:11px!important;letter-spacing:.06em!important}
.home-page #categorias .section-head h2{margin:2px 0 0!important;font-size:24px!important;line-height:1.1!important}
.home-page #categorias .category-grid{gap:10px!important}
.home-page #categorias .category-tile{
  padding:12px!important;
  gap:8px!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(17,24,39,.05)!important;
}
.home-page #categorias .tile-image{
  height:82px!important;
  border-radius:14px!important;
}
.home-page #categorias .tile-image i{font-size:28px!important}
.home-page #categorias .category-tile strong{font-size:16px!important;line-height:1.2!important}
.home-page #categorias .category-tile small{font-size:12px!important;line-height:1.25!important;margin-top:-2px!important}
@media(max-width:780px){
  .topbar{height:60px!important;padding:8px 8px!important;gap:7px!important}
  .brand{gap:8px!important}
  .brand-has-logo .brand-mark{width:40px!important;height:40px!important;border-radius:999px!important}
  .brand-has-logo .brand-logo-img,
  .brand-has-logo .brand-mark img{padding:4px!important;border-radius:999px!important}
  .front-return-btn{width:34px!important;height:34px!important;flex:0 0 34px!important}
  .home-page #categorias.section{margin-top:14px!important}
  .home-page #categorias .section-head{margin-bottom:8px!important}
  .home-page #categorias .section-head h2{font-size:18px!important}
  .home-page #categorias .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
  .home-page #categorias .category-tile{
    padding:8px!important;
    gap:6px!important;
    border-radius:14px!important;
}
  .home-page #categorias .tile-image{height:48px!important;border-radius:10px!important}
  .home-page #categorias .tile-image i{font-size:22px!important}
  .home-page #categorias .category-tile strong{font-size:11px!important;line-height:1.2!important}
  .home-page #categorias .category-tile small{display:none!important}
}
@media(max-width:380px){
  .brand-has-logo .brand-mark{width:38px!important;height:38px!important}
  .home-page #categorias .category-grid{gap:6px!important}
  .home-page #categorias .category-tile{padding:7px!important}
  .home-page #categorias .tile-image{height:42px!important}
  .home-page #categorias .tile-image i{font-size:20px!important}
  .home-page #categorias .category-tile strong{font-size:10px!important}
}

.brand-has-logo .brand-mark{
  width:42px!important;height:42px!important;border-radius:999px!important;padding:2px!important;
  background:#fff!important;border:1px solid #e6eaf2!important;box-shadow:0 5px 15px rgba(15,23,42,.08)!important;
}
.brand-has-logo .brand-logo-img,.brand-has-logo .brand-mark img{
  width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important;border-radius:999px!important;background:#fff!important;
}
.home-page #categorias.section{margin-top:16px!important}
.home-page #categorias .section-head{
  margin-bottom:8px!important;align-items:center!important;padding:0 2px!important;
}
.home-page #categorias .section-head>div{display:flex!important;align-items:baseline!important;gap:9px!important;flex-wrap:wrap!important}
.home-page #categorias .section-head .eyebrow{
  font-size:10.5px!important;letter-spacing:.06em!important;margin:0!important;padding:4px 8px!important;border-radius:999px!important;background:#f5f3ff!important;color:#7c3aed!important;
}
.home-page #categorias .section-head h2{font-size:22px!important;line-height:1.05!important;margin:0!important;letter-spacing:-.025em!important}
.home-page #categorias .category-grid{gap:9px!important;grid-template-columns:repeat(auto-fill,minmax(128px,1fr))!important}
.home-page #categorias .category-tile{
  padding:10px!important;gap:7px!important;border-radius:16px!important;box-shadow:0 7px 20px rgba(17,24,39,.045)!important;background:#fff!important;
}
.home-page #categorias .tile-image{height:72px!important;border-radius:13px!important}
.home-page #categorias .tile-image i{font-size:26px!important}
.home-page #categorias .category-tile strong{font-size:15px!important;line-height:1.15!important;margin:0!important}
.home-page #categorias .category-tile small{font-size:11.5px!important;line-height:1.2!important;margin-top:-1px!important;color:#64748b!important}
@media(max-width:780px){
  .brand-has-logo .brand-mark{width:40px!important;height:40px!important;border-radius:999px!important}
  .brand-has-logo .brand-logo-img,.brand-has-logo .brand-mark img{border-radius:999px!important;padding:4px!important}
  .home-page #categorias.section{margin-top:12px!important}
  .home-page #categorias .section-head{margin-bottom:7px!important}
  .home-page #categorias .section-head>div{gap:6px!important}
  .home-page #categorias .section-head .eyebrow{font-size:9.5px!important;padding:3px 7px!important}
  .home-page #categorias .section-head h2{font-size:17px!important}
  .home-page #categorias .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}
  .home-page #categorias .category-tile{padding:7px!important;gap:5px!important;border-radius:13px!important}
  .home-page #categorias .tile-image{height:43px!important;border-radius:9px!important}
  .home-page #categorias .tile-image i{font-size:20px!important}
  .home-page #categorias .category-tile strong{font-size:10.5px!important;line-height:1.15!important;letter-spacing:-.02em!important}
  .home-page #categorias .category-tile small{display:none!important}
}
@media(max-width:380px){
  .brand-has-logo .brand-mark{width:38px!important;height:38px!important}
  .home-page #categorias .category-grid{gap:6px!important}
  .home-page #categorias .category-tile{padding:6px!important}
  .home-page #categorias .tile-image{height:40px!important}
  .home-page #categorias .tile-image i{font-size:18px!important}
  .home-page #categorias .category-tile strong{font-size:9.8px!important}
}


/* b2b-logo-login-v11: circular site logo, compact mobile search, centered categories, B2B home polish */
.brand-has-logo .brand-mark,
.brand-mark.has-logo{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:999px!important;
  padding:3px!important;
  background:#fff!important;
  border:1px solid #e5eaf3!important;
  box-shadow:0 8px 22px rgba(15,23,42,.10)!important;
  overflow:hidden!important;
}
.brand-has-logo .brand-logo-img,
.brand-mark.has-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:4px!important;
  border-radius:999px!important;
  background:#fff!important;
}
.home-page .hero{
  margin-top:4px!important;
  margin-bottom:18px!important;
}
.home-page .hero-copy{
  background:linear-gradient(135deg,#fff 0%,#fbfdff 54%,#f5f3ff 100%)!important;
  border:1px solid #e8ecf5!important;
}
.home-page .hero-copy .pill{
  background:#111827!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:6px 10px!important;
  letter-spacing:.06em!important;
}
.home-page .hero h1{
  letter-spacing:-.055em!important;
}
.home-page #categorias.section{
  margin-top:16px!important;
}
.home-page #categorias .section-head{
  align-items:center!important;
  justify-content:flex-start!important;
  margin-bottom:9px!important;
  padding:0 2px!important;
}
.home-page #categorias .section-head>div{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}
.home-page #categorias .section-head .eyebrow{
  order:2!important;
  margin:0!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#f5f3ff!important;
  color:#7c3aed!important;
  font-size:10px!important;
  letter-spacing:.06em!important;
}
.home-page #categorias .section-head h2{
  order:1!important;
  margin:0!important;
  font-size:21px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
.home-page #categorias .category-grid{
  grid-template-columns:repeat(auto-fill,minmax(126px,1fr))!important;
  gap:9px!important;
}
.home-page #categorias .category-tile{
  min-height:auto!important;
  padding:10px 8px!important;
  gap:7px!important;
  border-radius:17px!important;
  text-align:center!important;
  align-items:center!important;
  justify-items:center!important;
  box-shadow:0 8px 22px rgba(17,24,39,.045)!important;
}
.home-page #categorias .tile-image{
  width:100%!important;
  height:66px!important;
  border-radius:14px!important;
}
.home-page #categorias .tile-image i{
  font-size:25px!important;
}
.home-page #categorias .category-tile strong{
  width:100%!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
  margin:0!important;
}
.home-page #categorias .category-tile small{
  width:100%!important;
  text-align:center!important;
  font-size:11px!important;
  line-height:1.15!important;
  margin-top:-2px!important;
  color:#64748b!important;
}
@media(max-width:780px){
  body{padding-top:104px!important}
  .topbar{
    height:56px!important;
    padding:7px 8px!important;
    gap:6px!important;
  }
  .front-return-btn{
    width:32px!important;
    height:32px!important;
    flex:0 0 32px!important;
    box-shadow:none!important;
  }
  .brand-has-logo .brand-mark,
  .brand-mark.has-logo{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    padding:2px!important;
    box-shadow:0 4px 12px rgba(15,23,42,.08)!important;
  }
  .brand-has-logo .brand-logo-img,
  .brand-mark.has-logo img{
    padding:3px!important;
  }
  .search{
    height:34px!important;
    flex:1 1 auto!important;
    min-width:0!important;
    padding:0 9px!important;
    gap:6px!important;
    border-radius:999px!important;
  }
  .search i{font-size:15px!important;flex:0 0 auto!important}
  .search input{font-size:12.5px!important;min-width:0!important}
  .top-actions a{
    width:34px!important;
    height:34px!important;
    border-radius:12px!important;
  }
  .mobile-category-top{top:56px!important;height:44px!important;padding:5px 10px!important}
  .mobile-category-toggle,.mobile-all-link{height:32px!important;font-size:12.5px!important}
  .mobile-category-panel{top:100px!important;border-radius:0 0 20px 20px!important}
  .mobile-category-scrim{inset:100px 0 0 0!important}
  .site-main{padding-top:10px!important}
  .home-page .hero{margin-top:0!important;margin-bottom:14px!important}
  .home-page .hero-copy{padding:20px!important;border-radius:22px!important}
  .home-page .hero h1{font-size:32px!important;line-height:1.02!important;margin:10px 0!important}
  .home-page .hero p{font-size:14px!important;line-height:1.45!important;margin:0 0 12px!important}
  .home-page #categorias.section{margin-top:10px!important}
  .home-page #categorias .section-head{margin-bottom:7px!important}
  .home-page #categorias .section-head h2{font-size:16px!important;letter-spacing:-.03em!important}
  .home-page #categorias .section-head .eyebrow{font-size:9px!important;padding:3px 6px!important}
  .home-page #categorias .category-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .home-page #categorias .category-tile{
    padding:6px 5px!important;
    gap:5px!important;
    border-radius:13px!important;
  }
  .home-page #categorias .tile-image{height:40px!important;border-radius:10px!important}
  .home-page #categorias .tile-image i{font-size:18px!important}
  .home-page #categorias .category-tile strong{font-size:10px!important;line-height:1.08!important}
  .home-page #categorias .category-tile small{display:none!important}
}
@media(max-width:380px){
  body{padding-top:100px!important}
  .topbar{height:54px!important;padding:7px 7px!important;gap:5px!important}
  .front-return-btn{width:30px!important;height:30px!important;flex-basis:30px!important}
  .brand-has-logo .brand-mark,.brand-mark.has-logo{width:34px!important;height:34px!important;min-width:34px!important}
  .search{height:32px!important;padding:0 8px!important}
  .top-actions a{width:32px!important;height:32px!important}
  .mobile-category-top{top:54px!important;height:42px!important}
  .mobile-category-panel{top:96px!important}
  .mobile-category-scrim{inset:96px 0 0 0!important}
  .home-page #categorias .category-grid{gap:6px!important}
  .home-page #categorias .category-tile{padding:6px 4px!important}
  .home-page #categorias .tile-image{height:38px!important}
  .home-page #categorias .category-tile strong{font-size:9.5px!important}
}
