.gestao-produtos__filtros { display:flex; flex-wrap:wrap; gap:16px; margin:20px 0; }
.gestao-produtos__filtros label { display:grid; gap:6px; flex:1 1 180px; font-weight:600; }
.gestao-produtos__filtros input,.gestao-produtos__filtros select { width:100%; min-height:44px; padding:10px; border:1px solid #d8c5ca; border-radius:8px; font:inherit; background:#fff; color:#34242b; }
.gestao-produtos__lista { display:grid; gap:10px; margin-bottom:20px; }
.gestao-produtos__linha { display:grid; grid-template-columns:56px minmax(0,1fr) auto; align-items:center; gap:12px; padding:12px; border:1px solid #eadde0; border-radius:12px; }
.gestao-produtos__linha img { width:56px; height:56px; object-fit:contain; }
.gestao-produtos__linha strong,.gestao-produtos__linha span { display:block; overflow-wrap:anywhere; }
.gestao-produtos__linha span { margin-top:5px; font-size:.85rem; }
.produto-indisponivel { color:#9b253e; font-weight:600; }
.produtos-aviso { padding:16px; margin:16px auto; max-width:1180px; background:#fff3f5; color:#721d32; }
@media(max-width:600px) {
  .gestao-produtos__linha { grid-template-columns:48px minmax(0,1fr); }
  .gestao-produtos__linha img { width:48px; height:48px; }
  .gestao-produtos__linha button { grid-column:1 / -1; width:100%; }
}
