.uitzicht-latest-products {
	display: flex;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
	color: inherit;
	text-decoration: none;
}

.uitzicht-lp-covers {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.uitzicht-lp-cover {
	position: relative;
	width: 260px;
	height: 340px;
	border-radius: 8px;
	overflow: hidden;
	background: #eee;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.uitzicht-lp-cover--pos-0 {
	transform: rotate(-4deg);
}

.uitzicht-lp-cover--pos-1 {
	margin-left: -70px;
	transform: rotate(3deg) translateY(-20px);
}

/* Onafhankelijk van links/rechts: het nieuwste product ligt altijd bovenop. */
.uitzicht-lp-cover--newest {
	z-index: 2;
}

.uitzicht-lp-cover-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.uitzicht-lp-highlight {
	flex: 0 1 auto;
	width: 320px;
	max-width: 100%;
}

.uitzicht-lp-highlight-text {
	color: #222222;
	font-size: 18px;
	line-height: 1.6;
}
