/* V345 - Filtro Global real. Sem busca interna e sem dados ilustrativos. */
.mb-catalog-filter{display:grid;grid-template-columns:232px minmax(0,1fr);gap:14px;align-items:start;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mb-filter-panel{background:#fff;border:1px solid #e7ecf5;border-radius:18px;box-shadow:0 12px 30px rgba(7,27,77,.06);padding:13px;position:sticky;top:18px}
.mb-filter__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:#071B4D}.mb-filter__head strong{font-size:14px;font-weight:950}.mb-filter__close{display:none;border:0;background:#f3f6fb;color:#071B4D;width:30px;height:30px;border-radius:999px}
.mb-filter__section{border-top:1px solid #eef2f7;padding-top:10px;margin-top:10px}.mb-filter__section:first-of-type{border-top:0;padding-top:0;margin-top:0}.mb-filter__section h3{margin:0 0 8px;font-size:11.5px;line-height:1.2;font-weight:950;color:#071B4D;text-transform:none}
.mb-filter__colors{display:flex;flex-wrap:wrap;gap:7px}.mb-filter__color{width:28px;height:28px;border-radius:999px;border:2px solid #e2e8f0;background:#fff;padding:3px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.mb-filter__color:hover{transform:translateY(-1px);border-color:#b8c4d8}.mb-filter__color.active{border-color:#F5A900;box-shadow:0 0 0 3px rgba(245,169,0,.16)}.mb-filter__color span{width:100%;height:100%;border-radius:999px;border:1px solid rgba(7,27,77,.12)}.mb-filter__color em{position:absolute;left:50%;top:calc(100% + 6px);transform:translateX(-50%);background:#071B4D;color:#fff;border-radius:8px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:5}.mb-filter__color:hover em{opacity:1}
.mb-filter__price{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mb-filter__price input,.mb-filter__single input{height:36px;border:1px solid #dbe3ef;border-radius:11px;padding:0 10px;font-size:12px;font-weight:800;color:#071B4D;min-width:0;width:100%;box-sizing:border-box}.mb-filter__price input:focus,.mb-filter__single input:focus{outline:2px solid rgba(245,169,0,.20);border-color:#F5A900}
.mb-filter__tags{display:flex;flex-wrap:wrap;gap:6px}.mb-filter__tag{border:1px solid #dbe3ef;background:#f8fafc;color:#071B4D;border-radius:999px;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease;line-height:1}.mb-filter__tag:hover{border-color:#b8c4d8;background:#fff}.mb-filter__tag.active{background:#071B4D;color:#fff;border-color:#071B4D;box-shadow:0 8px 18px rgba(7,27,77,.14)}
.mb-filter__clear{width:100%;height:38px;border:0;border-radius:12px;background:#eef2f7;color:#071B4D;font-size:12px;font-weight:950;margin-top:12px;cursor:pointer}.mb-filter__clear:not(:disabled):hover{background:#e2e8f0}.mb-filter__clear:disabled{opacity:.55;cursor:not-allowed}.mb-filter-loading,.mb-filter__empty{color:#64748b;font-weight:800;text-align:center;padding:18px 6px;font-size:12px}
.mb-filter-results{min-width:0}.mb-filter-results__top{display:flex;align-items:center;justify-content:flex-end;margin:0 0 10px;color:#64748b;font-size:12px;font-weight:900}.mb-filter-mobilebar{display:none}.mb-filter-mobilebtn{height:40px;border:0;border-radius:12px;background:#071B4D;color:#fff;font-weight:950;padding:0 15px;display:inline-flex;gap:8px;align-items:center}.mb-filter-mobilebar span{font-size:12px;font-weight:900;color:#64748b}
.mb-catalog-filter .mb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media(max-width:1180px){.mb-catalog-filter{grid-template-columns:220px minmax(0,1fr);gap:12px}.mb-catalog-filter .mb-product-grid{gap:12px}.mb-catalog-filter .mb-product-card{padding:10px}.mb-catalog-filter .mb-product-card__badge{font-size:8px;padding:0 5px}.mb-catalog-filter .mb-product-card__name{font-size:15px}.mb-catalog-filter .mb-product-card__price strong{font-size:20px}}
@media(max-width:980px){.mb-catalog-filter{display:block}.mb-filter-mobilebar{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}.mb-filter-panel{position:fixed;inset:0 auto 0 0;width:min(320px,88vw);z-index:9999;border-radius:0;transform:translateX(-105%);transition:transform .22s ease;overflow:auto}.mb-catalog-filter.filter-open .mb-filter-panel{transform:translateX(0)}.mb-filter__close{display:inline-flex;align-items:center;justify-content:center}.mb-filter-results__top{display:none}.mb-catalog-filter.filter-open:before{content:"";position:fixed;inset:0;background:rgba(7,27,77,.42);z-index:9998}.mb-catalog-filter .mb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}
@media(max-width:720px){.mb-catalog-filter .mb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:380px){.mb-catalog-filter .mb-product-grid{grid-template-columns:1fr}}
/* V347 - Contador e carregar mais reais do Filtro Global */
.mb-filter-loadmore-wrap{display:flex;justify-content:center;margin-top:18px}
.mb-filter-loadmore{min-height:42px;border:1px solid #dbe3ef;background:#fff;color:#071B4D;border-radius:14px;padding:0 20px;font-size:13px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px rgba(7,27,77,.06);transition:background .16s ease,border-color .16s ease,transform .16s ease}
.mb-filter-loadmore:hover{background:#f8fafc;border-color:#b8c4d8;transform:translateY(-1px)}
.mb-filter-results__top strong,.mb-filter-mobilebar span{white-space:nowrap}

/* V348 - Página de busca global */
.mb-search-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 20px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mb-search-page-head h1{margin:0;color:#071B4D;font-size:30px;line-height:1.1;font-weight:950}
.mb-search-page-head p{margin:8px 0 0;color:#64748b;font-size:14px;font-weight:750}
.mb-search-structure{margin:0 0 22px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mb-search-structure h2{margin:0 0 12px;color:#071B4D;font-size:18px;font-weight:950}
.mb-search-structure__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mb-search-structure__card{display:block;text-decoration:none;background:#fff;border:1px solid #e7ecf5;border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(7,27,77,.06);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.mb-search-structure__card:hover{transform:translateY(-1px);border-color:#F5A900;box-shadow:0 14px 30px rgba(7,27,77,.09)}
.mb-search-structure__card span{display:inline-flex;text-transform:uppercase;color:#F5A900;font-size:10px;font-weight:950;letter-spacing:.04em;margin-bottom:5px}
.mb-search-structure__card strong{display:block;color:#071B4D;font-size:15px;font-weight:950;line-height:1.25}
.mb-search-structure__card small{display:block;margin-top:6px;color:#64748b;font-size:12px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:980px){.mb-search-structure__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mb-search-page-head{display:block}.mb-search-page-head .mb-product-card-test-pill{margin-top:10px}}
@media(max-width:560px){.mb-search-structure__grid{grid-template-columns:1fr}.mb-search-page-head h1{font-size:24px}}

/* V349 - Filtro lateral congelado no desktop */
@media(min-width:981px){.mb-filter-panel{position:sticky;top:86px;max-height:calc(100vh - 104px);overflow:auto;align-self:start;scrollbar-width:thin}.mb-filter-panel::-webkit-scrollbar{width:6px}.mb-filter-panel::-webkit-scrollbar-thumb{background:#dbe3ef;border-radius:999px}}
