/* product hover */
.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
}
.product-media>a {
    display: block;
    transform: scale(1.2);
}
.product-media>a:hover {
    transform: scale(1.2) translateY(-12px);
}
.product.ed-style .product-body {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.product-image {
    display: block;
    width: 100%;
    height: auto;
}
.product-image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    transition: all .4s ease;
}
/* .product:hover .product-image-hover {
    opacity: 1;
} */

/*.products .product.ed-style{min-height:265px}*/
.product-image{display:block;width:100%;height:auto}
.product-image-hover{position:absolute;left:0;top:0;opacity:0;width:100%;height:auto;transition:all .4s ease}
.product:hover .product-image-hover{opacity:1}