.product-card{cursor:pointer;transition:.3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.product-img-wrapper{background:var(--color-gray-50);padding:16px;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.product-img-wrapper img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}