.woocommerce-product-gallery__image.bb-product-gallery-video {
	background: #fff;
}

.bb-product-gallery-video__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.bb-product-gallery-video__iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #fff;
}

.woocommerce-product-gallery.bb-has-product-video .flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	gap: 8px;
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	scrollbar-width: none;
}

.woocommerce-product-gallery.bb-has-product-video .flex-control-thumbs::-webkit-scrollbar {
	display: none;
}

.woocommerce-product-gallery.bb-has-product-video .flex-control-thumbs > li {
	display: block;
	flex: 0 1 100px !important;
	width: 100px !important;
	min-width: 0 !important;
	max-width: 100px !important;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	overflow: hidden;
	border-radius: 6px;
	box-sizing: border-box;
}

.woocommerce-product-gallery.bb-has-product-video .flex-control-thumbs > li > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	box-sizing: border-box;
}

.woocommerce-product-gallery .flex-control-thumbs li.bb-product-video-thumb {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 6px;
}

.woocommerce-product-gallery .flex-control-thumbs li.bb-product-video-thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.woocommerce-product-gallery .flex-control-thumbs li.bb-product-video-thumb::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff5023 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 7.5v9l7-4.5-7-4.5Z'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
	content: "";
	pointer-events: none;
	transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
	.woocommerce-product-gallery .flex-control-thumbs li.bb-product-video-thumb::after {
		width: 26px;
		height: 26px;
		background-size: 18px 18px;
	}
}
