.product-grid.svelte-7hovfq{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:2rem;padding:2rem;width:100%}.empty-state.svelte-7hovfq{grid-column:1 / -1;padding:4rem 2rem;text-align:center}.product-card.svelte-7hovfq{display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease}.product-card.svelte-7hovfq:hover{transform:translateY(-4px)}.product-link.svelte-7hovfq{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.product-image.svelte-7hovfq{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-muted)}.product-image.svelte-7hovfq img:where(.svelte-7hovfq){width:100%;height:100%;object-fit:cover}.product-info.svelte-7hovfq{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.product-name.svelte-7hovfq{font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.product-rating.svelte-7hovfq{display:flex;align-items:center;gap:.5rem}.stars.svelte-7hovfq{display:flex;gap:.125rem}.star.svelte-7hovfq{width:1rem;height:1rem}.star.filled.svelte-7hovfq{color:#fbbf24}.star.empty.svelte-7hovfq{color:#d1d5db}.review-count.svelte-7hovfq{font-size:.875rem;color:var(--color-muted-foreground)}.product-pricing.svelte-7hovfq{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.price.svelte-7hovfq,.price-sale.svelte-7hovfq{font-size:1.5rem}.price-regular.svelte-7hovfq{font-size:1rem}.sale-badge.svelte-7hovfq{padding:.25rem .5rem;border-radius:calc(var(--radius) * .5);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.view-button.svelte-7hovfq{margin-top:auto;padding:.75rem 1.5rem;border-radius:var(--radius);text-align:center;text-decoration:none;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}@media(max-width:1024px){.product-grid.svelte-7hovfq{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.product-grid.svelte-7hovfq{grid-template-columns:1fr;gap:1.5rem;padding:1rem}}
