.product-card{flex-direction:column;gap:.5rem;min-width:0;display:flex}@media (min-width:640px){.product-card{gap:1rem}}.image-container{aspect-ratio:3/4;background-color:var(--background-secondary);border-radius:4px;width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{text-align:center;min-width:0}.product-name{font-family:var(--font-sans);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.75rem;font-weight:500;transition:color .3s;overflow:hidden}.product-name:hover{color:var(--accent)}.product-price{font-family:var(--font-sans);color:var(--text-secondary);font-size:.8rem}@media (min-width:640px){.product-name{white-space:normal;font-size:.95rem}.product-price{font-size:1rem}}
