.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] {
	opacity: 1 !important;
	transition: none !important;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] .woocommerce-product-gallery__image img {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] vimeo-embed {
	align-items: center;
	background: #111;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 240px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] .jb-vimeo-poster {
	height: 100% !important;
	object-fit: contain;
	width: 100%;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] .jb-vimeo-play {
	align-items: center;
	background: #212121;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 88px;
	z-index: 3;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] .jb-vimeo-play span {
	border-bottom: 11px solid transparent;
	border-left: 18px solid currentColor;
	border-top: 11px solid transparent;
	display: block;
	height: 0;
	width: 0;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] .jb-vimeo-player {
	border: 0;
	height: 100%;
	min-height: 240px;
	width: 100%;
}

.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] vimeo-embed > [hidden] {
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.single-product .woocommerce-product-gallery[data-jb-gallery="v2"] {
		transition: none !important;
	}
}
