.woocommerce-product-gallery.stxvg-active .flex-direction-nav {
	display: none !important;
}

.woocommerce-product-gallery.stxvg-active .flex-viewport {
	overflow: visible !important;
}

.woocommerce-product-gallery.stxvg-active .woocommerce-product-gallery__wrapper {
	display: block !important;
}

.woocommerce-product-gallery.stxvg-active .woocommerce-product-gallery__image {
	display: none !important;
	margin: 0 !important;
}

.woocommerce-product-gallery.stxvg-active .woocommerce-product-gallery__image.is-active {
	display: block !important;
}

.woocommerce-product-gallery.stxvg-active .flex-control-nav.flex-control-thumbs li img,
.woocommerce-product-gallery.stxvg-active .stxvg-thumbs li img {
	cursor: pointer;
	opacity: 0.58;
	transition: opacity 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.woocommerce-product-gallery.stxvg-active .flex-control-nav.flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery.stxvg-active .stxvg-thumbs li img.is-active {
	opacity: 1;
	box-shadow: 0 0 0 2px rgba(51, 147, 160, 0.3);
}

.woocommerce-product-gallery.stxvg-active .flex-control-nav.flex-control-thumbs li img:hover,
.woocommerce-product-gallery.stxvg-active .stxvg-thumbs li img:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.wc-block-product-gallery.stxvg-active .wc-block-product-gallery-large-image__wrapper {
	display: none !important;
}

.wc-block-product-gallery.stxvg-active .wc-block-product-gallery-large-image__wrapper.is-active {
	display: list-item !important;
}

.wc-block-product-gallery.stxvg-active .wc-block-product-gallery-thumbnails__thumbnail__image {
	cursor: pointer;
	opacity: 0.58;
	transition: opacity 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.wc-block-product-gallery.stxvg-active .wc-block-product-gallery-thumbnails__thumbnail__image:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.wc-block-product-gallery.stxvg-active .wc-block-product-gallery-thumbnails__thumbnail__image.is-active,
.wc-block-product-gallery.stxvg-active .wc-block-product-gallery-thumbnails__thumbnail__image.wc-block-product-gallery-thumbnails__thumbnail__image--is-active {
	opacity: 1;
	box-shadow: 0 0 0 2px rgba(51, 147, 160, 0.3);
}
