.woocommerce-product-gallery > .flex-viewport {
	position: relative;
}

.fm-product-video-overlay[hidden] {
	display: none !important;
}

.fm-product-video-overlay {
	position: absolute;
	inset: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	overflow: hidden;
}

.fm-product-video-stage {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
}

.fm-product-video-player {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 9 / 16;
	object-fit: contain;
	background: #111;
}

.flex-control-nav.flex-control-thumbs > li.fm-product-video-thumb {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #111;
	isolation: isolate;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.fm-product-video-thumb-preview {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #111;
	pointer-events: none;
}

.fm-product-video-trigger {
	position: absolute;
	inset: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.fm-product-video-play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.92);
	color: #111;
	font-size: 17px;
	line-height: 1;
	box-shadow: 0 2px 10px rgba(0,0,0,.18);
	pointer-events: none;
}

.flex-control-nav.flex-control-thumbs > li.fm-product-video-thumb-active {
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

@media (max-width: 767px) {
	.woocommerce-product-gallery > .flex-control-nav.flex-control-thumbs {
		position: relative;
		z-index: 100;
	}

	.flex-control-nav.flex-control-thumbs > li.fm-product-video-thumb {
		z-index: 110;
	}

	.fm-product-video-trigger {
		z-index: 120;
		min-width: 44px;
		min-height: 44px;
	}

	.fm-product-video-play-icon {
		width: 38px;
		height: 38px;
		font-size: 15px;
	}
}
