/**
 * Styles
 */

.pif-has-gallery {
	position: relative;
}

.pif-has-gallery .onsale {
	z-index: 999999;
}

.pif-has-gallery .wp-post-image {
	opacity: 1;
}

.pif-has-gallery .wp-post-image--secondary,
.products-carousel .owl-item>.product .wp-post-image--secondary {
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

/* backward compatibility - .woocommerce-LoopProduct-link will probably be removed in future releases */
ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link [class*="wp-post-image"] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image,
ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link:hover .attachment-woocommerce_thumbnail {
/* .products-carousel .owl-item>.product a.woocommerce-LoopProduct-link:hover .attachment-woocommerce_thumbnail { */
	opacity: 0;
}

ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary,
.products-carousel .owl-item>.product a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary {
	opacity: 1;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link [class*="wp-post-image"],
ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link:hover .attachment-woocommerce_thumbnail,
.products-carousel .owl-item>.product a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary {
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image {
	opacity: 0;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
	opacity: 1;
}