/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-v2-hero-image .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent);
}

.core-v2-hero-image.hide-content .img-cont::before {
	display: none;
}

.core-v2-hero-image .content-upper {
	gap: 0px;
}

.core-v2-hero-image .slide-title {
	margin-bottom: 0;
	font-size: 1.6875rem;
	line-height: var(--leading-tight);
}

.core-v2-hero-image .slide-desc {
	font-weight: normal;
	font-size: 1.0625rem;
	line-height: calc(25/17);
}

.core-v2-hero-image .read-more {
	font-weight: var(--font-weight-bold, 700);
	color: var(--sw-collections-text-color-light);
}

@media (hover: hover) {
	.core-v2-hero-image.animation-expand .slide:hover .slide-img {
		scale: 1.02;
	}
}

@media screen and (min-width: 64em) {
	.core-v2-hero-image .img-cont::before {
		display: block;
		transform: none;
		bottom: 0;
		left: 0;
		top: auto;
		width: 100%;
		height: 100%;
		max-width: 1000px;
		max-height: 600px;
		background: radial-gradient(ellipse farthest-side at 30% 80%, rgba(0, 0, 0, 0.7) 0%, rgba(255, 0, 0, 0) 82.6%);
	}

	.core-v2-hero-image .content-upper {
		gap: 4px;
	}

	.core-v2-hero-image .slide-title {
		font-size: 2.5rem;
		line-height: calc(52/40);
	}

	.core-v2-hero-image .slide-desc {
		font-size: 1.1875rem;
		line-height: calc(30/19);
	}
}