.product-card-container-guest:hover .product-card-image img,
.product-card-container:hover .product-card-image img{
    transform: scale(1.05);   
}
.product-card-container:hover .product-card{
    /* background: rgb(247, 247, 247); */
    border-radius: 4px;
    transition: all .3s ease-in-out;   
}

.product-card-image img{
    transform: scale(1);
    transition: transform 0.2s ease;
}

/* @media screen and (max-width: 500px) {
    .product-card-container-guest:hover .product-card-image img, 
    .product-card-container:hover .product-card-image img{
        transform: scale(1.3);
    }
} */