.kev-delban-product-recommendations {
	clear: both;
	margin-block: 0 clamp(2.75rem, 6vw, 4.5rem);
	padding-block-start: clamp(1.25rem, 2.5vw, 1.75rem);
	border-block-start: 1px solid #25292b;
	direction: rtl;
}

/* Delban recommendation cards. */
.kev-delban-product-recommendations { border-color: #efd8e2; }
.kev-delban-product-recommendations__title { color: #5b193d; }
.kev-delban-product-recommendations .kev-delban-product-card { border-color: #efd8e2; background: #fff; }
.kev-delban-product-recommendations .kev-delban-product-card__media { background: #fffafc; }
.kev-delban-product-recommendations .kev-delban-product-card__title { color: #45152f; }
.kev-delban-product-recommendations .kev-delban-product-card__stock { color: #807078; }
.kev-delban-product-recommendations .kev-delban-product-card__price { color: #b92368; }

.kev-delban-product-recommendations__title {
	margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
	color: #f0e8df;
	font-size: clamp(1.2rem, 2.5vw, 1.55rem);
	text-align: center;
}

.kev-delban-product-recommendations .kev-delban-product-grid {
	--kev-product-grid-column-gap: 0.8rem;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow-x: auto;
	padding: 0.15rem 0 0.75rem;
	direction: rtl;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
	scrollbar-color: #8c5c33 #151718;
}

.kev-delban-product-recommendations .kev-delban-product-grid > .kev-delban-product-card {
	width: calc((100% - 2.4rem) / 4);
	min-width: min(17rem, 72vw);
	flex: 0 0 calc((100% - 2.4rem) / 4);
	scroll-snap-align: start;
	border-color: #25292b;
	border-radius: 0.375rem;
	background: #0d0f10;
	box-shadow: none;
	direction: rtl;
}

.kev-delban-product-recommendations .kev-delban-product-card__media {
	aspect-ratio: 1 / 1;
	background: #151819;
}

.kev-delban-product-recommendations .kev-delban-product-card__image {
	object-fit: contain;
}

.kev-delban-product-recommendations .kev-delban-product-card__content {
	gap: 0.3rem;
	padding: 0.75rem 0.85rem 0.95rem;
	text-align: center;
}

.kev-delban-product-recommendations .kev-delban-product-card__title {
	min-height: auto;
	color: #eee5dc;
	font-size: 0.9rem;
}

.kev-delban-product-recommendations .kev-delban-product-card__stock {
	color: #938b83;
	font-size: 0.68rem;
}

.kev-delban-product-recommendations .kev-delban-product-card__price {
	justify-content: center;
	min-height: auto;
	color: #dba260;
	font-size: 0.82rem;
}

.kev-delban-product-recommendations__empty {
	margin: 0;
	padding: 1rem;
	border: 1px solid #25292b;
	border-radius: 0.25rem;
	background: #111314;
	color: #aaa29a;
	text-align: center;
}

@media (max-width: 900px) {
	.kev-delban-product-recommendations .kev-delban-product-grid > .kev-delban-product-card {
		width: calc((100% - 1.6rem) / 3);
		flex-basis: calc((100% - 1.6rem) / 3);
	}
}

@media (max-width: 680px) {
	.kev-delban-product-recommendations {
		margin-block-end: 2rem;
		padding-block-start: 1rem;
	}

	.kev-delban-product-recommendations__title {
		margin-bottom: 0.75rem;
		font-size: 1rem;
	}

	.kev-delban-product-recommendations .kev-delban-product-grid {
		display: flex !important;
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		padding: 0.15rem 1rem 0.85rem;
		justify-content: flex-start;
		overflow-x: scroll !important;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x proximity;
		scroll-padding-inline: 1rem;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
	}

	.kev-delban-product-recommendations .kev-delban-product-grid > .kev-delban-product-card {
		width: min(11rem, 62vw);
		min-width: min(11rem, 62vw);
		flex-basis: min(11rem, 62vw);
		flex-shrink: 0;
	}
}

/* Final Delban light related-products cascade. */
.kev-delban-product-recommendations {
	border-color: #eadbdc;
}

.kev-delban-product-recommendations__title {
	color: #351126 !important;
}

.kev-delban-product-recommendations .kev-delban-product-grid > .kev-delban-product-card {
	border-color: #eadbdc;
	background: #fffdfc !important;
}

.kev-delban-product-recommendations .kev-delban-product-card__media {
	background: #fff8f8;
}

.kev-delban-product-recommendations .kev-delban-product-card__content {
	display: grid !important;
	min-height: 0;
	color: #351126 !important;
	visibility: visible;
	opacity: 1;
}

.kev-delban-product-recommendations .kev-delban-product-card__title {
	display: -webkit-box !important;
	min-height: 2.75em;
	color: #351126 !important;
	visibility: visible;
	opacity: 1;
}

.kev-delban-product-recommendations .kev-delban-product-card__category {
	color: #ad5c70 !important;
}

.kev-delban-product-recommendations .kev-delban-product-card__price {
	color: #5b193d !important;
}

/* Keep recommendation badges in place, but soften them to the shop palette. */
.kev-delban-product-recommendations .kev-delban-product-badge__row {
	background: #f5e4ea !important;
	box-shadow: 0 0.25rem 0.75rem rgb(91 25 61 / 8%);
	color: #8f4056 !important;
}

.kev-delban-product-recommendations__empty {
	border-color: #eadbdc;
	border-radius: 0.75rem;
	background: #fffdfc;
	color: #655a5e;
	line-height: 1.8;
}
