/**
 * Product category benefits — [productvoordelen]
 * 50/50 text + image layout
 */

html body .kti-product-voordelen {
	display: flex;
	align-items: stretch;
	gap: 80px;
	width: 100%;
	max-width: 100%;
	margin: 32px 0;
	box-sizing: border-box;
}

html body .kti-product-voordelen--image-left {
	flex-direction: row-reverse;
}

html body .kti-product-voordelen__content,
html body .kti-product-voordelen__media {
	flex: 1 1 50%;
	min-width: 0;
	max-width: 50%;
}

html body .kti-product-voordelen__content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 32px;
}

html body .kti-product-voordelen__wysiwyg {
	width: 100%;
	font-family: "Inter", sans-serif !important;
	font-size: 17px;
	line-height: 1.65;
	color: #3a4653;
}

html body .kti-product-voordelen__wysiwyg > :first-child {
	margin-top: 0;
}

html body .kti-product-voordelen__wysiwyg > :last-child {
	margin-bottom: 0;
}

html body .kti-product-voordelen__wysiwyg p {
	margin: 0 0 14px;
	font-family: "Inter", sans-serif !important;
}

html body .kti-product-voordelen__wysiwyg h2,
html body .kti-product-voordelen__wysiwyg h3,
html body .kti-product-voordelen__wysiwyg h4 {
	margin: 0 0 12px;
	font-family: "DM Sans", sans-serif !important;
	color: #3a4653 !important;
	background: none !important;
	-webkit-text-fill-color: #3a4653 !important;
}

html body .kti-product-voordelen__wysiwyg h2 {
	font-size: 32px !important;
	line-height: 1.2 !important;
}

html body .kti-product-voordelen__wysiwyg h3 {
	font-size: 26px !important;
	line-height: 1.25 !important;
}

html body .kti-product-voordelen__wysiwyg ul,
html body .kti-product-voordelen__wysiwyg ol {
	margin: 0 0 14px;
	padding-left: 1.25rem;
}

html body .kti-product-voordelen__wysiwyg li {
	margin-bottom: 8px;
	font-family: "Inter", sans-serif !important;
}

html body .kti-product-voordelen__wysiwyg li:last-child {
	margin-bottom: 0;
}

html body .kti-product-voordelen__wysiwyg strong {
	font-weight: 700;
}

html body .kti-product-voordelen__media {
	display: flex;
	align-items: center;
}

html body .kti-product-voordelen__usps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 36px;
	width: 100%;
}

html body .kti-product-voordelen__usp {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
}

html body .kti-product-voordelen__usp-icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

html body .kti-product-voordelen__usp-icon img,
html body .kti-product-voordelen__usp-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

html body .kti-product-voordelen__usp-body {
	min-width: 0;
	flex: 1 1 auto;
}

html body .kti-product-voordelen__usp-title {
	margin: 0 0 6px;
	padding: 0;
	font-family: "DM Sans", sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #3a4653 !important;
	background: none !important;
	-webkit-text-fill-color: #3a4653 !important;
}

html body .kti-product-voordelen__usp-text {
	margin: 0;
	font-family: "Inter", sans-serif !important;
	font-size: 15px;
	line-height: 1.55;
	color: #607488;
}

html body .kti-product-voordelen__image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	overflow: hidden;
	background: #3a4653;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

html body .kti-product-voordelen__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

html body .kti-product-voordelen__image-wrap img,
html body .kti-product-voordelen__image-wrap .kti-product-voordelen__img {
	position: absolute;
	inset: 0;
}

html body .kti-product-voordelen:has(.kti-product-voordelen__content):not(:has(.kti-product-voordelen__media)) .kti-product-voordelen__content,
html body .kti-product-voordelen:has(.kti-product-voordelen__media):not(:has(.kti-product-voordelen__content)) .kti-product-voordelen__media,
html body .kti-product-voordelen:has(.kti-product-voordelen__usps):not(:has(.kti-product-voordelen__media)) .kti-product-voordelen__content {
	flex-basis: 100%;
	max-width: 100%;
}

@media (max-width: 1024px) {
	html body .kti-product-voordelen {
		gap: 56px;
	}

	html body .kti-product-voordelen__wysiwyg h2 {
		font-size: 28px !important;
	}
}

@media (max-width: 768px) {
	html body .kti-product-voordelen,
	html body .kti-product-voordelen--image-left {
		flex-direction: column;
		gap: 24px;
	}

	html body .kti-product-voordelen__content,
	html body .kti-product-voordelen__media {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

	html body .kti-product-voordelen__wysiwyg {
		font-size: 16px;
	}

	html body .kti-product-voordelen__wysiwyg h2 {
		font-size: 26px !important;
	}

	html body .kti-product-voordelen__usps {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
