.half-and-half-slider {
	position: relative;
	color: #4c4c4c;
	overflow: hidden;
}

.half-and-half-slider__text__wrapper {
	padding: 0 22px 30px;
}

.half-and-half-slider__text__wrapper p {
	margin-bottom: 10px;
}

.more-link {
	color: #ac2022;
	border-color: #ac2022;
	font-weight: 500;
}

.slider-image-col {
	position: relative;
	display: block;
	border: none;
	background: none;
	width: 100%;
	height: 214px;
	transition: all ease-in-out 0.3s;
}

.slider-image {
	width: 100%;
	height: 100%;
}

.slider-image-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 20px 16px 15px;
	color: #ffffff;
	background: linear-gradient(
		180deg,
		rgba(3, 8, 7, 0) 0%,
		rgba(3, 8, 7, 0.85) 100%
	);
}

.slider-image-info h3 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33em;
	color: #ffffff;
	background: transparent;
	border: none;
	letter-spacing: 0em;
}

.slider-image-hover-text {
	display: none;
	transition: all ease-in-out 0.3s;
}

.slider-image-info::before {
	content: "\e903";
	font-family: "tachi-icons";
	position: absolute;
	bottom: 22px;
	right: 15px;
	line-height: 1em;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #ac2022;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
	color: #f9f7f6;
	border: none;
}

.half-and-half-slider__image {
	padding-left: 7px;
}

.half-and-half-slider__image .slick-initialized .slick-slide {
	margin: 0 4px;
}

.horizontal-scroll {
	position: relative;
	/* overflow: hidden; */
}

.image-container {
	/* display: flex; */
	/* gap: 34px; */
	/* width: max-content; */
}

@media (min-width: 768px) {
	.half-and-half-slider__text__wrapper {
		padding: 0 52px 60px;
	}

	.slider-image-col {
		height: 318px;
	}

	.slider-image-info {
		padding: 20px 16px 15px;
	}

	.slider-image-info h3 {
		font-size: 22px;
	}

	.half-and-half-slider__image {
		padding-left: 52px;
	}

	.half-and-half-slider__image .slick-initialized .slick-slide {
		margin: 0 17px;
	}
}

@media (min-width: 1200px) {
	.half-and-half-slider {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.half-and-half-slider__text {
		width: 45%;
	}

	.half-and-half-slider__image {
		width: 55%;
		padding-left: 0;
	}

	.half-and-half-slider__text__wrapper {
		padding: 0 60px 0 63px;
		width: 580px;
		margin-left: auto;
	}

	.slider-image-col {
		height: 524px;
	}

	.slider-image-info {
		padding: 20px 28px 30px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.slider-image-info h3 {
		padding: 0 0 5px;
		font-size: 32px;
		line-height: 1.25em;
	}

	.slider-image-hover-text {
		display: none;
		padding-right: 100px;
	}

	.slider-image-info::before {
		bottom: 32px;
		right: 30px;
		width: 55px;
		height: 55px;
		font-size: 25px;
	}

	.slider-image-col:hover .slider-image-hover-text {
		display: block;
		transition: all ease-in-out 0.3s;
	}
}

@media (min-width: 1367px) {
	.half-and-half-slider__text__wrapper {
		padding: 0 83px 0 0;
		width: 532px;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.half-and-half-slider__image.horizontal-scroll .scroll-item {
		max-width: 260px;
	}

	.half-and-half-slider__image.horizontal-scroll .image-container {
		gap: 8px;
	}
}

/* Slider Progress (copied and adapted from promotions-slider.css) */
.half-and-half-slider-progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 20px auto 0;
	max-width: 330px;
}

.half-and-half-slider-progress-bar {
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 0;
	overflow: hidden;
	background-color: rgba(205, 166, 124, 0.3);
	background-image: linear-gradient(to right, #cda67c, #cda67c);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
}

.half-and-half-slider-progress .slick-arrow {
	position: static;
	margin: 0;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

@media (min-width: 768px) {
	.half-and-half-slider-progress {
		max-width: 600px;
	}
}

@media (min-width: 1200px) {
	.half-and-half-slider-progress {
		margin: 20px auto 0 0;
		max-width: 99%;
	}
}
