@media only screen and (max-width: 48em) { } .product-small .box-image .back-image {
display: none !important;
}
.product-small .box-image img.back {
display: none !important;
}
.product-small .image-swap-hover {
display: none !important;
} .product-small .box-image .image-cover img,
.product-small .box-image img.attachment-woocommerce_thumbnail,
.product-small .box-image img.wp-post-image {
transition: transform 0.4s ease !important;
}
.product-small:hover .box-image .image-cover img,
.product-small:hover .box-image img.attachment-woocommerce_thumbnail,
.product-small:hover .box-image img.wp-post-image {
transform: scale(1.08) !important;
}
.product-small .box-image {
overflow: hidden !important;
}