.product-card{width:100%;margin-bottom:1rem;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:scale(1.03);box-shadow:0 6px 15px #00000026}.product-card .card{border:1px solid #eee;border-radius:10px;overflow:hidden}.product-card .card .card-img-wrapper{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.product-card .card .card-img-wrapper img{object-fit:contain;max-width:80%;max-height:80%}.product-card .card .card-body{text-align:left;padding:.5rem}.product-card .card .card-body .card-title{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:3em;margin-bottom:.3rem;font-size:1rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card .card .card-body .card-price{color:#ff5722;margin-bottom:.3rem;font-weight:700}.product-card .card .card-body .card-sales{color:#999;font-size:.85rem}
