.cedkam-foods-spotlight {
	margin: 0 auto;
	max-width: none;
	text-align: center;
	width: 100%;
}

.cedkam-foods-carousel {
	margin: 0 auto 24px;
	max-width: none;
	position: relative;
	width: 100%;
}

.cedkam-foods-carousel__viewport {
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
}

.cedkam-foods-carousel__track {
	display: flex;
	transform: translateX(-1072px);
	width: max-content;
	will-change: transform;
}

.cedkam-foods-carousel__sequence {
	display: flex;
	gap: 18px;
	padding: 16px 0 18px 18px;
}

.cedkam-foods-carousel__card {
	background: #fff;
	border: 1px solid rgba(22, 31, 62, 0.1);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
	flex: 0 0 250px;
	margin: 0;
	padding: 12px 12px 14px;
	text-align: center;
}

.cedkam-foods-carousel__image-frame {
	align-items: center;
	display: flex;
	height: 250px;
	justify-content: center;
	margin-bottom: 12px;
	overflow: hidden;
}

.cedkam-foods-carousel__image {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.cedkam-foods-carousel__caption {
	color: #1a213e;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	min-height: 42px;
}

.cedkam-foods-carousel__edge {
	bottom: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 72px;
	z-index: 1;
}

.cedkam-foods-carousel__edge--left {
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	left: 0;
}

.cedkam-foods-carousel__edge--right {
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	right: 0;
}

.cedkam-foods-carousel__control {
	align-items: center;
	background: #ff9800;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 29px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	width: 38px;
	z-index: 2;
}

.cedkam-foods-carousel__control:hover,
.cedkam-foods-carousel__control:focus-visible {
	background: #e88800;
	outline: 3px solid rgba(255, 152, 0, 0.25);
	outline-offset: 2px;
}

.cedkam-foods-carousel__control--previous {
	left: -18px;
}

.cedkam-foods-carousel__control--next {
	right: -18px;
}

.cedkam-foods-spotlight__statement {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 24px;
}

@media (max-width: 767px) {
	.cedkam-foods-carousel {
		max-width: calc(100% - 36px);
	}

	.cedkam-foods-carousel__track {
		transform: translateX(-796px);
	}

	.cedkam-foods-carousel__sequence {
		gap: 14px;
		padding: 14px 0 14px 14px;
	}

	.cedkam-foods-carousel__card {
		flex-basis: 185px;
		padding: 10px 10px 12px;
	}

	.cedkam-foods-carousel__image-frame {
		height: 188px;
		margin-bottom: 10px;
	}

	.cedkam-foods-carousel__caption {
		font-size: 13px;
		min-height: 38px;
	}

	.cedkam-foods-carousel__edge {
		width: 46px;
	}
}
