.product-list-container{display:flex;flex-wrap:wrap;gap:24px;padding:24px;background:#f5f5f5;justify-content:center}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #3c404326;width:320px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 16px #3c404333}.product-card-image{width:100%;height:180px;object-fit:cover;background:#e0e0e0}.product-card-content{padding:20px;display:flex;flex-direction:column;gap:12px}.product-card-title{font-size:1.25rem;font-weight:500;color:#1a1a1a}.product-card-description{font-size:1rem;color:#5f6368}.product-card-actions{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px 20px}
