.ashar-product-video-slide {
	background: #111;
}

.ashar-product-video-stage {
	align-items: center;
	aspect-ratio: 4 / 3;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ashar-product-video-stage iframe,
.ashar-product-video-poster {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ashar-product-video-poster {
	background: #111;
	cursor: pointer;
	position: relative;
}

.ashar-product-video-poster img,
.ashar-product-video-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ashar-product-video-play {
	background: #680006;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
	height: 58px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
}

.ashar-product-video-play::after {
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	content: '';
	left: 23px;
	position: absolute;
	top: 19px;
}

.ashar-product-video-thumb a {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}

.ashar-product-video-thumb .ashar-product-video-play {
	height: 36px;
	width: 36px;
}

.ashar-product-video-thumb .ashar-product-video-play::after {
	border-bottom-width: 6px;
	border-left-width: 10px;
	border-top-width: 6px;
	left: 15px;
	top: 12px;
}

@media (max-width: 549px) {
	.ashar-product-video-play {
		height: 50px;
		width: 50px;
	}

	.ashar-product-video-play::after {
		left: 20px;
		top: 15px;
	}
}

