.catalog-header{padding-top:calc(96px + var(--space-5));padding-bottom:var(--space-4);text-align:center;background:var(--verdeja-cream)}.catalog-header p{color:var(--verdeja-grey-warm);max-width:46ch;margin:var(--space-2) auto 0}.catalog-filters{position:sticky;top:0;z-index:50;background:var(--verdeja-cream);border-bottom:1px solid rgba(33,31,26,.06);padding-block:var(--space-2)}.chip-row{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:2px}.chip-row::-webkit-scrollbar{display:none}.chip-row .chip-filtro{scroll-snap-align:start}.catalog-grid-section{padding-block:var(--space-4) var(--space-7);background:var(--verdeja-cream)}#product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3)}@media (min-width:480px){#product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){#product-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-3)}}@media (min-width:1024px){.chip-row{flex-wrap:wrap;justify-content:center;overflow:visible}#product-grid{grid-template-columns:repeat(4,1fr)}}.product-card-picture img{width:100%;height:100%;object-fit:contain;padding:var(--space-2)}#empty-state{text-align:center;padding:var(--space-6) var(--space-2);color:var(--verdeja-grey-warm)}#empty-state .btn-pill{margin-top:var(--space-2)}