/* =====================================================================
   Essenza — Category / product-listing page (SKLUM style)
   Loaded only on category pages (pushed via @stack('styles')).
   Reuses the homepage SKLUM card (.eshome-pcard, variant=home).
   All selectors namespaced .ezc-* (no global element rules).
===================================================================== */

/* Product grid — 4 cols (with sidebar) down to 2 on mobile */
.ezc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
@media(max-width:1366px){.ezc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1024px){.ezc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
@media(max-width:640px){.ezc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}

/* Quick-add button on the SKLUM card: never clip the label on narrow cards */
.eshome-pcard__qadd{white-space:normal!important;line-height:1.2;text-align:center;font-size:12.5px!important;padding:9px 8px!important}
@media(max-width:640px){
  .eshome-pcard__qadd{font-size:11.5px!important;left:8px!important;right:8px!important;bottom:8px!important;padding:8px 6px!important}
}
