/* =========================================================
   v4.5.3.11.1 · Filtros de productos en Gestión de Tienda
   Búsqueda + estado + categoría. Disponibilidad = stock real.
   ========================================================= */
.store-product-filters-v453111{
  display:grid;
  grid-template-columns:repeat(2,minmax(180px,1fr));
  gap:10px;
  margin:12px 0 10px;
}
.store-product-filter-v453111{
  display:grid;
  gap:6px;
  min-width:0;
}
.store-product-filter-v453111>span{
  color:var(--muted);
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.store-product-filter-v453111 select{
  width:100%;
  min-width:0;
  min-height:42px;
  margin:0;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:13px;
  background:var(--surface);
  color:var(--ink);
  box-shadow:none;
}
.store-product-filter-v453111 select:focus{
  border-color:var(--brand);
  outline:2px solid var(--brand);
  outline-offset:1px;
  box-shadow:none;
}
@media(min-width:761px){
  .store-products-table-head,
  .store-product-admin-row{
    grid-template-columns:minmax(0,1fr) 86px 96px 96px 124px;
  }
}
@media(max-width:620px){
  .store-product-filters-v453111{grid-template-columns:1fr;gap:8px}
}
/* ===== fin v4.5.3.11.1 ===== */
