/**
 * TropicZen homepage video hero — tropiczen.online
 */

.tz-hero-premium.hero,
.tz-hero-premium.tz-hero-premium--video {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
}

.tz-hero-premium--video .hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.tz-hero-premium--video .tz-hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(22, 40, 28, 0.72) 0%,
		rgba(22, 40, 28, 0.52) 35%,
		rgba(22, 40, 28, 0.25) 100%
	);
	z-index: 1;
}

.tz-hero-premium--video .hero-content,
.tz-hero-premium--video .hero-product,
.tz-hero-premium--video .tz-hero__content,
.tz-hero-premium--video .tz-hero__media {
	position: relative;
	z-index: 5;
}

.tz-hero-premium--video .tz-hero__inner {
	z-index: 5;
}

.tz-hero-premium--video .tz-hero__bg {
	min-height: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.tz-hero-premium--video .hero-video {
		display: none;
	}

	.tz-hero-premium--video .tz-hero__bg {
		background-image: url('/media/tropiczen-island-wellness-hero-poster.webp');
		background-size: cover;
		background-position: center;
	}
}
