.product-card {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}
.product-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.cared-image-top {
    object-fit: cover;
}





