/**
 * Product Page Video 2 Block
 */

.product-page-video-2-block {
	position: relative;
	width: 100vw !important;
	max-width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	box-sizing: border-box;
}

.e-con-inner:has(.product-page-video-2-block),
.elementor-container:has(.product-page-video-2-block),
.elementor-widget:has(.product-page-video-2-block),
.e-con:has(.product-page-video-2-block),
main:has(.product-page-video-2-block) {
	max-width: none !important;
	overflow-x: visible !important;
}

.product-page-video-2 {
	background-color: #000000;
	color: #ffffff;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width: 768px) {
	.product-page-video-2 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.product-page-video-2__placeholder {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.product-page-video-2__headline {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 2.5vw, 1.875rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
}

.product-page-video-2__subheader {
	max-width: 42rem;
	margin: 0 auto 2rem;
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

@media (min-width: 768px) {
	.product-page-video-2__headline {
		margin-bottom: 1.25rem;
	}

	.product-page-video-2__subheader {
		margin-bottom: 2.5rem;
	}
}

.product-page-video-2__player {
	width: 100%;
	margin: 0 auto;
}

.product-page-video-2__video {
	display: block;
	width: 100%;
	border-radius: 12px;
	background-color: #111111;
	opacity: 1 !important;
	filter: none !important;
}

.product-page-video-2__video:hover,
.product-page-video-2__video:focus,
.product-page-video-2__video:focus-visible {
	opacity: 1 !important;
	filter: none !important;
}

/* Keep native controls bar; prevent WebKit from dimming the whole video on hover */
.product-page-video-2__video::-webkit-media-controls-overlay-play-button {
	display: none !important;
}

.product-page-video-2__video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

.product-page-video-2-block .product-page-video-2__video::-webkit-media-controls-enclosure {
	opacity: 1 !important;
}
