.Hide{
    display: none;
    text-align: center;
   
}

.Show{
    display: block;
    text-align: center;
   

}

.Pointer{
    cursor: pointer;
}

.ProductImage{
    object-fit :contain;
    height: 100%;;
}