.whsi-product-image-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.whsi-product-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

.whsi-product-image-main {
	display: block;
}

.whsi-product-image-secondary {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	transition: opacity 250ms ease;
	pointer-events: none;
}

.whsi-product-image-secondary img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.whsi-product-image-wrapper:hover .whsi-product-image-secondary,
.woocommerce-loop-product__link:focus .whsi-product-image-wrapper .whsi-product-image-secondary {
	opacity: 1;
}
