.product-catalog-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.product-card{border:1px solid #ccc;padding:15px;width:220px;box-sizing:border-box;border-radius:6px;cursor:pointer;transition:box-shadow 0.2s ease;background:#fff}.product-card:hover{box-shadow:0 2px 10px rgb(0 0 0 / .15)}.product-card label{display:flex;flex-direction:column;align-items:center;cursor:pointer}.product-checkbox{margin-bottom:10px;transform:scale(1.3);cursor:pointer}.product-image{max-width:100%;height:auto;margin-bottom:12px;border-radius:4px}.product-name{font-weight:600;font-size:1rem;margin-bottom:6px;text-align:center}.product-price{font-weight:700;color:#2a9d8f;font-size:1rem;text-align:center}