.woocommerce-product-gallery__image.cw-wpgv-slide {
	position: relative;
	background: #111;
	overflow: hidden;
}

.woocommerce-product-gallery__image.cw-wpgv-slide .cw-wpgv-photoswipe-image {
	display: none !important;
}

.cw-wpgv-frame {
	width: 100%;
	aspect-ratio: var(--cw-product-gallery-video-ratio, 1 / 1);
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cw-wpgv-frame iframe,
.cw-wpgv-frame video {
	display: block;
	border: 0;
	background: #111;
}

.cw-wpgv-frame iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	max-height: 100%;
}

.cw-wpgv-frame video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.woocommerce-product-gallery .flex-control-thumbs li.cw-wpgv-thumb {
	position: relative;
}

.woocommerce-product-gallery .flex-control-thumbs li.cw-wpgv-thumb::after {
	content: '';
	position: absolute;
	inset: 50% auto auto 50%;
	width: 34px;
	height: 34px;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: rgba(0, 0, 0, .62);
	pointer-events: none;
}

.woocommerce-product-gallery .flex-control-thumbs li.cw-wpgv-thumb::before {
	content: '';
	position: absolute;
	inset: 50% auto auto 50%;
	width: 0;
	height: 0;
	transform: translate(-34%, -50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	z-index: 2;
	pointer-events: none;
}

@media (max-width: 767px) {
	.cw-wpgv-frame {
		aspect-ratio: var(--cw-product-gallery-video-ratio-mobile, 1 / 1);
	}
}
