.lg-cb-slider {
	width: 100%;
	max-width: 1240px !important;
	padding: 24px 20px;
	margin: 0 auto 0 auto !important;
	font-family: var(--font-family);

	@media (max-width: 768px) {
		padding: 0;
	}
}

.merchant-slider {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	border-radius: 20px;
	background: #ffffff;
	font-family: var(--font-family);
}

.slides {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-family: var(--font-family);
}

.slide-card {
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	transform: translateX(0);
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
	box-sizing: border-box;
	gap: 18px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	pointer-events: none;
	font-family: var(--font-family);
}
.slide-card.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
	pointer-events: auto;
	font-family: var(--font-family);
}

.slide-card__media {
	flex: 0 0 52%;
	max-width: 600px;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	font-family: var(--font-family);
}
.slide-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	font-family: var(--font-family);
}

.slide-card__content {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 16px 32px;

	@media (max-width: 768px) {
		max-width: 100%;
		gap: 16px;
	}
	font-family: var(--font-family);
}

.slider-text-custom {
	font-size: 26px;
	font-weight: 400;
	color: #212121;

	@media (max-width: 768px) {
		font-size: 16px;
	}
	font-family: var(--font-family);
}

.brand-box {
	border-radius: 12px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dcdbdb;
	font-family: var(--font-family);
}
.brand-box img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	padding: 11px;
}

.slide-card__headline {
	font-size: 39px;
	line-height: 51px;
	font-weight: 250;
	color: #212121;
	margin: 0;
	width: 100%;
	padding-right: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

	@media (max-width: 768px) {
		font-weight: 600;
	}
	font-family: var(--font-family);
}

.miles-offer.modern {
	display: flex;
	align-items: center;
	gap: 14px;
	font-family: var(--font-family);
}
.miles-big {
	font-size: 56px;
	line-height: 0.9;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #212121;
	font-family: var(--font-family);
}
.miles-right {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-family: var(--font-family);
}
.miles-label {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #212121;
	font-family: var(--font-family);
}

.miles-old {
	font-size: 16px;
	font-weight: 350;
	color: #959492;
	text-decoration: line-through;
	font-family: var(--font-family);
}

.slide-link {
	display: inline-block;
	margin-top: 6px;
	padding: 12px 22px;
	background: #111827;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 6px 18px rgba(17, 24, 39, 0.18);
	font-family: var(--font-family);
}
.slide-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.22);
	font-family: var(--font-family);
}

.slider-dots-outside {
	position: absolute;
	bottom: 18px;
	left: calc(52% + 26px);
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 3;
	max-width: calc(42% - 44px);
	background: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	padding: 4px 8px;
	height: 12px;
	font-family: var(--font-family);
}
.dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	border: 0;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
	flex-shrink: 0;
	font-family: var(--font-family);
}
.dot.active {
	width: 8px;
	height: 4px;
	border-radius: 10px;
	background: #fff;
	font-family: var(--font-family);
}
.dot:hover {
	transform: scale(1.15);
	font-family: var(--font-family);
}

.no-content {
	padding: 80px 20px;
	text-align: center;
	color: #666;
	font-style: italic;
	background: #f8f9fa;
	border-radius: 12px;
	height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family);
}
.no-content p {
	margin: 0;
	font-size: 1.1rem;
	font-family: var(--font-family);
}
@media (max-width: 992px) {
	.merchant-slider {
		height: 380px;
		font-family: var(--font-family);
	}
}
@media (max-width: 768px) {
	.brand-box img {
		width: 56px;
		height: 56px;
		padding: 8px;
		font-family: var(--font-family);
	}

	.merchant-slider {
		height: auto;
		border-radius: 0;
		font-family: var(--font-family);
	}

	.miles-right {
		gap: 0;
		font-family: var(--font-family);
	}

	.miles-offer.modern {
		gap: 8px;
		font-family: var(--font-family);
	}
	.slide-card {
		padding: 0;
		flex-direction: column;
		gap: 14px;
		font-family: var(--font-family);
	}
	.slide-card__media {
		flex: 0 0 52%;
		width: 100%;
		max-height: 160px;
		border-radius: 0;
		max-width: none;
		font-family: var(--font-family);
	}

	.miles-big {
		font-size: 32px;
		line-height: 32px;
		font-family: var(--font-family);
	}

	.miles-label {
		font-size: 12px;
		line-height: 16px;
		font-family: var(--font-family);
	}

	.miles-old {
		font-size: 12px;
		line-height: 16px;
		font-family: var(--font-family);
	}

	.slide-card__media img {
		max-height: 160px;
		font-family: var(--font-family);
	}

	.slide-card__content {
		flex: 0 0 40%;
		justify-content: flex-start;
		align-items: center;
		padding: 0 16px;
		margin-top: -70px;
		font-family: var(--font-family);
	}
	.slider-dots-outside {
		position: relative;
		left: 50%;
		right: 50%;
		bottom: 0;
		display: flex;
		max-width: none;
		align-items: center;
		justify-content: center;
		transform: translateX(-50%);
		width: fit-content;
		margin: 16px 0;
		font-family: var(--font-family);
	}

	.slide-card__headline {
		text-align: center;
		font-size: 24px;
		font-family: var(--font-family);
	}
}
@media (max-width: 480px) {
	.merchant-slider {
		height: auto;
		font-family: var(--font-family);
	}

	.slide-card__content {
		margin-top: -65px;
		font-family: var(--font-family);
	}
}
