.productos{background-color:#ffffff}.productos__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-lg)}.productos__empty,.productos__loading{text-align:center;padding:var(--space-lg) 0;font-size:1rem;color:var(--color-text-secondary)}.productos__action{text-align:left}@media (max-width:1024px){.productos__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.productos__grid{grid-template-columns:1fr;gap:var(--space-sm)}}