/* Actie sectie */
.kp-action-section {
	background: #fcfcfc;
	padding: 60px 0 60px 0;
	z-index: 1;
}
.kp-action-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.kp-action-header {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 36px;
}
.kp-action-title {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	font-weight: 400;
	color: #2e221f;
	margin: 0;
}
.kp-action-link {
	font-size: 15px;
	font-weight: 600;
	color: #2e221f;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 18px;
	transition: color 0.2s;
}
.kp-action-link:hover {
	color: #e8747f;
}
.kp-action-cards-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
@media (max-width: 1400px) {
	.kp-action-inner {
		max-width: 100%;
		padding: 0 16px;
	}
	.kp-action-cards-grid {
		gap: 24px;
	}
}
@media (max-width: 1100px) {
	.kp-action-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 700px) {
	.kp-action-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.kp-action-title {
		font-size: 32px;
	}
	.kp-action-cards-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.kp-action-inner {
		padding: 0 4px;
	}
}
/* Nieuwe brede social bar layout */
.kp-home-social {
	margin: 0;
}
.kp-home-social .kp-home-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.kp-social-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}
.kp-social-bar-left {
	display: flex;
	align-items: center;
	gap: 24px;
}
.kp-social-logo-circle {
	width: 80px;
	height: 80px;
	background: #e8747f;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 700;
}
.kp-social-bar-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.kp-social-title {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 600;
	margin: 0;
	color: #2e221f;
}
.kp-social-desc {
	font-size: 18px;
	color: #4a3a36;
	margin: 0 0 0 2px;
}
.kp-social-btn {
	background: #e8747f;
	color: #fff;
	border-radius: 7px;
	padding: 14px 38px;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(232, 116, 127, 0.10);
	transition: background 0.2s;
}
.kp-social-btn:hover {
	background: #d45f6a;
}
.kp-social-cards-row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.kp-social-cards-wide {
	display: flex;
	gap: 40px;
}
.kp-social-card-wide {
	background: #fff;
	border-radius: 32px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	overflow: hidden;
	width: 360px;
	height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kp-social-card-wide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kp-social-arrow {
	background: #e8747f;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: background 0.2s;
	padding: 0;
}
.kp-social-arrow:hover {
	background: #d45f6a;
}
.kp-social-chevron {
	display: flex;
	align-items: center;
	justify-content: center;
}
.kp-social-arrow-left {
	margin-right: 24px;
}
.kp-social-arrow-right {
	margin-left: 24px;
}
@media (max-width: 1200px) {
	.kp-home-social .kp-home-inner {
		max-width: 100vw;
		padding: 0 8px;
	}
	.kp-social-card-wide {
		width: 240px;
		height: 240px;
	}
	.kp-social-cards-wide {
		gap: 18px;
	}
}
@media (max-width: 900px) {
	.kp-social-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.kp-social-cards-wide {
		flex-direction: column;
		gap: 18px;
	}
	.kp-social-card-wide {
		width: 96vw;
		max-width: 340px;
		height: 220px;
	}
	.kp-social-arrow-left, .kp-social-arrow-right {
		margin: 0 8px;
	}
}
/* Social section */
.kp-home-social {
	margin: 0;
}
.kp-social-flex {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.kp-social-left {
	flex: 0 0 370px;
	max-width: 370px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.kp-social-logo {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.kp-social-logo-circle {
	width: 90px;
	height: 90px;
	background: #e8747f;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 54px;
	font-weight: 700;
	margin-right: 18px;
}
.kp-social-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.kp-social-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	color: #2e221f;
}
.kp-social-desc {
	font-size: 20px;
	color: #4a3a36;
	margin: 0 0 0 2px;
}
.kp-social-btn {
	margin-top: 18px;
	background: #e8747f;
	color: #fff;
	border-radius: 7px;
	padding: 14px 38px;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(232, 116, 127, 0.10);
	transition: background 0.2s;
	align-self: flex-start;
}
.kp-social-btn:hover {
	background: #d45f6a;
}
.kp-social-cards {
	flex: 1 1 0%;
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
}
.kp-social-cards-inner {
	display: flex;
	gap: 32px;
	width: 100%;
	justify-content: center;
}
.kp-social-card {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	overflow: hidden;
	width: 420px;
	height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kp-social-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kp-social-arrow {
	background: #e8747f;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: background 0.2s;
}
.kp-social-arrow:hover {
	background: #d45f6a;
}
.kp-social-arrow-left {
	margin-right: 18px;
}
.kp-social-arrow-right {
	margin-left: 18px;
}
@media (max-width: 1200px) {
	.kp-social-card {
		width: 320px;
		height: 320px;
	}
	.kp-social-left {
		max-width: 100%;
		flex: 1 1 100%;
	}
}
@media (max-width: 900px) {
	.kp-social-flex {
		flex-direction: column;
		gap: 32px;
	}
	.kp-social-cards-inner {
		gap: 16px;
	}
	.kp-social-card {
		width: 100vw;
		max-width: 340px;
		height: 220px;
	}
}
/* Onze merken sectie */
.kp-home-brands {
	margin: 0;
	padding-top: 36px;
}

.kp-brands-flex {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
.kp-brands-left {
	flex: 0 0 320px;
	max-width: 320px;
}
.kp-brands-title {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 18px;
	color: #2e221f;
}
.kp-brands-desc {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #4a3a36;
	margin-bottom: 32px;
}
.kp-brands-btn {
	display: inline-block;
	background: #e8747f;
	color: #fff;
	border-radius: 5px;
	padding: 14px 30px;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(232, 116, 127, 0.10);
	transition: background 0.2s;
}
.kp-brands-btn:hover {
	background: #d45f6a;
}

/* Only used on mobile (shown in the mobile media query) */
.kp-home-brands .kp-brands-btn--mobile {
	display: none !important;
}
.kp-brands-logos {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	grid-template-rows: repeat(2, max-content);
	gap: 26px;
	flex: 1 1 0%;
	align-items: center;
	justify-items: center;
	justify-content: center;
}
.kp-brand-logo {
	width: 220px;
	height: 220px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.kp-brand-logo:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.kp-brand-logo img {
	max-width: 240px;
	max-height: 145px;
	width: auto;
	height: auto;
	display: block;
}
.kp-brand-logo-placeholder {
	width: 80px;
	height: 30px;
	background: #f3e7e3;
	border-radius: 6px;
	display: inline-block;
}
@media (max-width: 1024px) {
	.kp-brands-flex {
		flex-direction: column;
		gap: 32px;
	}
	.kp-brands-left {
		max-width: 100%;
		flex: 1 1 100%;
	}
	.kp-brands-logos {
		grid-template-columns: repeat(4, max-content);
		grid-template-rows: repeat(2, max-content);
		gap: 18px;
		justify-content: center;
	}
	.kp-brand-logo {
		width: 150px;
		height: 150px;
	}
	.kp-brand-logo img {
		max-width: 185px;
		max-height: 100px;
	}
}
@media (max-width: 700px) {
	.kp-home-brands {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	/* Remove the default .kp-home-inner side padding on mobile */
	.kp-home-brands .kp-home-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 100vw;
	}

	.kp-brands-flex {
		padding-left: 0;
		padding-right: 0;
		gap: 18px;
	}

	.kp-brands-left {
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: clamp(16px, 4vw, 20px);
	}

	.kp-brands-title {
		font-family: 'Playfair Display', "Times New Roman", serif;
		font-size: 20px;
		font-weight: 500;
		color: #2e221f;
		border: 0;
		padding: 0;
		margin: 0 0 12px;
	}

	.kp-brands-desc {
		font-size: 15.5px;
		line-height: 1.55;
		margin-bottom: 0;
	}

	/* Move CTA under the swipe row on mobile */
	.kp-brands-left .kp-brands-btn {
		display: none;
	}
	.kp-brands-btn--mobile,
	.kp-brands-btn--mobile[hidden] {
		display: inline-block !important;
		margin-left: clamp(16px, 4vw, 20px);
		margin-right: clamp(16px, 4vw, 20px);
		margin-top: 8px;
		align-self: flex-start;
	}

	/* Logos as horizontal swipe row */
	.kp-brands-logos {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding: 0 0 12px;
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		scroll-padding-left: clamp(16px, 4vw, 20px);
		scrollbar-width: none;
	}
	.kp-brands-logos::-webkit-scrollbar {
		display: none;
	}

	.kp-brand-logo {
		flex: 0 0 140px;
		width: 140px;
		height: 140px;
		scroll-snap-align: start;
	}
	.kp-brand-logo img {
		max-width: 160px;
		max-height: 92px;
	}
}

/* Hulp/advies (laatste blok) */
.kp-home-help {
	margin: 0;
}

.kp-help-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.kp-help-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 18px;
	padding: 22px 18px 18px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	min-height: 132px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	backdrop-filter: blur(6px);
}

.kp-help-icon {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(232, 116, 127, 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #e8747f;
	box-shadow: 0 10px 22px rgba(232, 116, 127, 0.10);
}

.kp-help-icon svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Mobile-only list copy (used for the no-card layout) */
.kp-help-line--mobile {
	display: none;
}

@media (max-width: 700px) {
	.kp-help-grid {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.kp-help-card {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
		min-height: 0;
		padding: 0;
		display: grid;
		grid-template-columns: 22px 1fr;
		column-gap: 14px;
		row-gap: 0;
		align-items: start;
	}

	.kp-help-icon {
		width: 22px;
		height: 22px;
		border-radius: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 0;
		margin-top: 2px; /* align visually with text cap height */
	}

	.kp-help-icon svg {
		width: 20px;
		height: 20px;
		stroke-width: 2;
	}

	/* Hide the old card title/text on mobile */
	.kp-help-card-title,
	.kp-help-card-text {
		display: none;
	}

	.kp-help-line--mobile {
		display: block;
		margin: 0;
		font-size: 15.5px;
		line-height: 1.45;
		color: #4a3a36;
	}

	.kp-help-line--mobile strong {
		font-weight: 600;
	}
}

.kp-help-card-title {
	margin: 0;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 600;
	color: #2e221f;
}

.kp-help-card-text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.5;
	color: rgba(46, 34, 31, 0.78);
}

.kp-help-link {
	color: #2e221f;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(232, 116, 127, 0.35);
}

.kp-help-link:hover {
	border-bottom-color: rgba(232, 116, 127, 0.75);
}

@media (max-width: 1200px) {
	.kp-help-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.kp-help-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.kp-home-help {
		margin-bottom: 0;
	}
	.kp-help-grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		padding-bottom: 6px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}
	.kp-help-card {
		flex: 0 0 78%;
		max-width: 320px;
		scroll-snap-align: start;
	}
}
/* Homepage layout */

/* Zalm-achtergrond voor alleen de homepage */
body.page-template-page-home {
	background-color: #ffffff;
}

/* Content-wrapper transparant zodat de zalm-kleur doorloopt */
body.page-template-page-home .site-content,
body.page-template-page-home .col-full {
	background: transparent;
	max-width: none;
	padding: 0;
}

.kp-home-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Hero banner */

/* Mobile: voorkom extra whitespace tussen header en hero (admin-bar padding override) */
@media (max-width: 960px) {
	body.page-template-page-home.kp-has-fixed-header #content.site-content {
		padding-top: 91px !important;
	}
}

.kp-hero {
	padding: 28px 0 60px;
}

.kp-hero-inner {
	max-width: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.kp-hero-carousel {
	position: relative;
}

.kp-hero-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	border-radius: 0;
	box-shadow: none;
}

.kp-hero-viewport::-webkit-scrollbar {
	display: none;
}

.kp-hero-viewport {
	scrollbar-width: none;
}

.kp-hero-track {
	display: flex;
	width: 100%;
}

.kp-hero-slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	position: relative;
}

.kp-hero-media {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	height: clamp(420px, 65vh, 820px);
}

.kp-hero-picture {
	display: block;
	width: 100%;
	height: 100%;
}

.kp-hero-media-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.kp-hero-media--mobile {
	display: none;
}

.kp-hero-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
}

.kp-hero-overlay::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0) 70%);
	pointer-events: none;
}

.kp-hero-overlay-inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.kp-hero-content {
	position: relative;
	max-width: 560px;
	color: #ffffff;           /* tekst wit */
	font-family: inherit;
	pointer-events: auto;
	margin-top: 42px;
}

.kp-hero-cta {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 500;
}

.kp-hero-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2e221f;
	z-index: 5;
}

.kp-hero-arrow .kp-products-arrow-icon {
	color: currentColor;
}

.kp-hero-arrow-icon {
	display: block;
	width: 22px;
	height: 22px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kp-hero-arrow:hover {
	background: rgba(255, 255, 255, 0.92);
}

.kp-hero-arrow-prev {
	left: 14px;
}

.kp-hero-arrow-next {
	right: 14px;
}

.kp-products-arrow-icon {
	display: block;
	font-size: 26px;
	line-height: 1;
	color: currentColor;
	transform: translateY(-1px);
	user-select: none;
}
.kp-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	align-items: center;
}

.kp-hero-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
}

.kp-hero-dot[aria-current="true"] {
	background: rgba(255, 255, 255, 0.95);
}

.kp-hero-content h1 {
	font-size: 34px;
	line-height: 1.3;
	margin: 0 0 20px;
	font-weight: 600;
}

.kp-hero-title {
	color: #ffffff;
}

.kp-hero-title--mobile,
.kp-hero-cta--mobile {
	display: none;
}

.kp-hero-title--desktop,
.kp-hero-cta--desktop {
	display: inline;
}

.kp-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 28px;
	border-radius: 10px;
	background-color: #DE737C;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.kp-btn-primary:hover {
	background-color: #d45f6a;
}

/* Populaire categorieën */

.kp-home-section {
	padding: 0 0 80px;
}

.kp-home-title {
	font-size: 28px;
	margin: 0 0 32px;
	font-weight: 600;
	color: #4a3a36;
}

.kp-cards-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.kp-card {
	background: #ffffff;
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.kp-card-header {
	padding: 16px 20px 10px;
	background: #ffffff;
	text-align: center;
}

.kp-card-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px; /* iets compacter, minder witruimte totaal */
	padding: 0 14px 18px;
}

.kp-card-img {
	width: 100%;
	height: 100%;
	max-width: 140px;
	object-fit: contain;
	display: block;
	filter: none;
}

.kp-card-badge {
	position: absolute;
	left: 20px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #4a3a36;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.kp-card-badge::after {
	content: '\2192';
	margin-left: 6px;
	font-size: 12px;
}

.kp-card-badge:hover {
	background: rgba(255, 255, 255, 0.92);
}

.kp-card-footer {
	margin-top: auto;
	padding: 10px 20px 18px;
}

.kp-card-title {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	color: #4a3a36;
	text-align: center;
}

.kp-card-link {
	display: block;
	height: 100%;
	font-size: 12px;
	text-decoration: none;
	color: #4a3a36;
}

.kp-card-link::after {
	content: none;
}

.kp-card-link:hover {
	text-decoration: underline;
}

/* Responsive */

@media (max-width: 1024px) {
	.kp-cards-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kp-hero-content {
		max-width: 520px;
	}
}

@media (max-width: 768px) {
	.kp-hero {
		padding-top: 0;
	}

	.kp-hero-content {
		max-width: 520px;
	}

	.kp-hero-content .kp-hero-title {
		font-size: 20px;
	}

	.kp-hero-arrow {
		display: none;
	}

	.kp-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile: Populaire categorieën = 1 swipe-row (zoals screenshot) */
@media (max-width: 700px) {
	.kp-home-categories .kp-home-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.kp-home-categories .kp-home-title {

		font-family: 'Playfair Display', "Times New Roman", serif;
		font-size: 20px;
		font-weight: 500;
		color: #2e221f;
		line-height: 1.1;
		margin-bottom: 18px;
	}

	.kp-home-categories .kp-cards-grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding: 0 0 12px;
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		scroll-padding-left: clamp(16px, 4vw, 20px);
		scrollbar-width: none;
	}
	.kp-home-categories .kp-cards-grid::-webkit-scrollbar {
		display: none;
	}

	.kp-home-categories .kp-card {
		flex: 0 0 clamp(140px, 40vw, 155px);
		max-width: none;
		scroll-snap-align: start;
	}

	.kp-home-categories .kp-card-header {
		padding: 12px 14px 8px;
	}

	.kp-home-categories .kp-card-title {
		font-size: 15px;
	}

	.kp-home-categories .kp-card-media {
		height: 110px;
		padding: 0 12px 14px;
	}

	.kp-home-categories .kp-card-img {
		max-width: 120px;
	}
}

/* Mobile: hero full width (geen whitespace links/rechts/boven) */
@media (max-width: 900px) {
	.kp-hero {
		padding: 0 0 20px;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.kp-hero-viewport {
		width: 100vw;
	}

	.kp-hero-overlay::before {
		background: none;
	}

	.kp-hero-overlay-inner.kp-home-inner {
		padding-left: 22px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 22px;
	}

	.kp-hero-overlay-inner {
		display: flex;
		height: 100%;
		align-items: flex-end;
		justify-content: flex-start;
	}

	.kp-hero-dots {
		bottom: 9px;
	}

	.kp-hero-title--desktop,
	.kp-hero-cta--desktop {
		display: none;
	}

	.kp-hero-title--mobile {
		display: inline;
	}

	.kp-hero-cta--mobile {
		display: block;
	}

	.kp-hero-media {
		height: clamp(360px, 62vh, 520px);
	}

	.kp-hero-media--desktop {
		display: none;
	}

	.kp-hero-media--mobile {
		display: block;
	}

	.kp-hero-content {
		max-width: 320px;
		margin-top: 0;
		background: rgba(222, 115, 124, 0.78);
		border-radius: 16px;
		padding: 12px 12px;
		box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
	}

	.kp-hero-content .kp-hero-title {
		font-size: 20px;
		line-height: 1.25;
		margin: 0 0 4px;
		font-weight: 600;
		color: #ffffff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}

	.kp-hero-content .kp-hero-cta {
		font-size: 14px;
		line-height: 1.45;
		margin: 0 0 8px;
		color: rgba(255, 255, 255, 0.95);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}

	.kp-hero-btn {
		padding: 8px 12px;
		font-size: 14px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.92);
		color: #2e221f;
		box-shadow: none;
	}

	.kp-hero-btn:hover {
		background: rgba(255, 255, 255, 0.98);
	}
}

/* Product tabs + kaarten (Aanbevolen / Nieuw / Uitverkoop) */

.kp-home-products {
	padding-top: 20px;
}

/* Aanbiedingen section background */

.kp-home-offers {
	background: #FFF7F4;
	padding-top: 48px;
}

.kp-home-offers .kp-product-card {
	box-shadow: none;
}

.kp-products-header {
	margin-bottom: 36px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.kp-products-tabs {
	display: flex;
	gap: 40px;
	align-items: flex-end;
}

.kp-products-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.kp-products-arrow {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid #ead7d2;
	background: #ffffff;
	color: #2e221f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.kp-products-arrow svg {
	width: 20px;
	height: 20px;
	display: block;
	fill: none;
	color: #2e221f;
}

.kp-products-arrow svg path {
	stroke: currentColor !important;
	stroke-width: 2 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	fill: none !important;
}

.kp-products-arrow:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.kp-products-arrow:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.kp-products-arrow:focus {
	outline: none;
}

.kp-products-arrow:focus-visible {
	outline: 3px solid #DE737C;
	outline-offset: 3px;
}

.kp-products-tab {
	background: none;
	border: none;
	padding: 0;
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
	color: #d0bfb8;
	cursor: pointer;
	position: relative;
	transition: color 0.2s ease;
}

.kp-products-heading {
	margin: 0;
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
	color: #2e221f;
	line-height: 1.1;
}

.kp-products-tab.is-active {
	color: #2e221f;
}

.kp-products-tab.is-active {
	color: #2e221f;
	border-bottom: 4px solid #DE737C;
	border-radius: 0;
}

.kp-products-tab:focus {
	outline: none;
}

.kp-products-tab:focus-visible {
	outline: 3px solid #DE737C;
	outline-offset: 6px;
	border-radius: 6px;
}

.kp-products-panels {
	margin-top: 40px;
}

.kp-products-carousel {
	overflow: hidden;
}

.kp-products-track {
	display: flex;
	align-items: stretch;
	transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: transform;
}

.kp-products-page {
	flex: 0 0 100%;
}

.kp-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.kp-product-card {
	background-color: #ffffff;
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 26px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	padding: 22px 24px 18px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.kp-product-discount {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #DE737C;
	color: #ffffff;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	z-index: 2;
}

.kp-product-ribbon {
	position: absolute;
	top: 26px;
	left: 24px;
	border-radius: 999px;
	border: 1px solid #f4b5ad;
	padding: 6px 16px 6px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #e8747f;
	background-color: #FFF9F5;
	z-index: 2;
}

.kp-product-image {
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: 240px;
	margin-top: 0;
	margin-bottom: 12px;
}

.kp-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kp-product-body {
	border-top: 1px solid #f7dad5;
	padding-top: 16px;
	display: flex;
	flex-direction: column;
}

.kp-product-brand {
	margin: 0 0 6px;
	font-size: 12px;
	color: #4a3b36;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.kp-product-title {
	margin: 0 0 10px;
	font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	
	line-height: 1.3;
	color: #2e221f;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	min-height: calc(1.3em * 2);
	max-height: calc(1.3em * 2);
}

.kp-product-title a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.kp-product-title a:hover {
	text-decoration: underline;
}

.kp-product-price {
	font-size: 14px;
}

.kp-product-price-old {
	text-decoration: line-through;
	color: #c3b6b0;
	margin-right: 8px;
}

.kp-product-price-current {
	font-weight: 600;
	font-size: 16px;
	color: #2e221f;
}

.kp-product-price-current del {
	color: #c3b6b0;
	font-weight: 400;
	margin-right: 8px;
}

.kp-product-price-current ins {
	text-decoration: none;
	font-weight: 600;
}

.kp-product-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}

.kp-product-stock {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #3c7b3f;
}

.kp-product-stock-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background-color: #97CFA7;
}

.kp-product-stock.is-in-stock {
	color: #3c7b3f;
}

.kp-product-stock.is-in-stock .kp-product-stock-dot {
	background-color: #97CFA7;
}

.kp-product-stock.is-out-of-stock {
	color: #9a5b5b;
}

.kp-product-stock.is-out-of-stock .kp-product-stock-dot {
	background-color: #e59b9b;
}

.kp-product-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	padding: 0 18px;
	border-radius: 10px;
	background-color: #97CFA7;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.kp-product-cart-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.kp-product-cart-text {
	white-space: nowrap;
}

.kp-products-empty {
	color: #a78f86;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.kp-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.kp-products-tabs {
		gap: 24px;
	}

	.kp-products-tab {
		font-size: 26px;
	}

	.kp-products-heading {
		font-size: 26px;
	}

	.kp-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kp-home-brands {
		padding-top: 24px;
	}
}

@media (max-width: 600px) {
	.kp-products-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.kp-product-card {
		border-radius: 20px;
	}
}

/* Mobile: Populair/Nieuw als swipe-row (pijlen weg) */
@media (max-width: 700px) {
	.kp-home-products .kp-home-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.kp-home-products .kp-products-header {
		padding: 0;
		margin-bottom: 18px;
	}

	.kp-home-products .kp-products-tabs {
		gap: 18px;
		justify-content: flex-start;
		padding: 0;
	}

	.kp-home-products .kp-products-tab {
		font-size: 20px;
	}

	.kp-home-products .kp-products-nav {
		display: none;
	}

	.kp-home-products .kp-products-panels {
		margin-top: 18px;
	}

	.kp-home-products .kp-products-carousel {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding: 0 0 12px;
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		scroll-padding-left: clamp(16px, 4vw, 20px);
		scrollbar-width: none;
	}
	.kp-home-products .kp-products-carousel::-webkit-scrollbar {
		display: none;
	}

	/* JS zet inline transform; override op mobiel */
	.kp-home-products .kp-products-track {
		gap: 14px;
		width: max-content;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}

	/* Afbeeldingen: niet te hoog, liever vierkant op mobiel */
	.kp-home-products .kp-product-image,
	.kp-home-offers .kp-product-image {
		height: auto;
		aspect-ratio: 1 / 1;
		max-height: 200px;
	}
	.kp-home-products .kp-product-image img,
	.kp-home-offers .kp-product-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	/* Flatten de "pages" zodat alle cards 1 rij zijn */
	.kp-home-products .kp-products-grid.kp-products-page {
		display: contents;
	}

	.kp-home-products .kp-product-card {
		flex: 0 0 clamp(180px, 55vw, 245px);
		scroll-snap-align: start;
		margin: 0;
	}

	.kp-home-products .kp-product-title,
	.kp-home-offers .kp-product-title {
		font-size: 16px;
	}

	/* Alleen icoon op mobiel: knop compacter zodat 'Op voorraad' op 1 regel past */
	.kp-home-products .kp-product-cart-text {
		display: none;
	}

	.kp-home-products .kp-product-cart-btn {
		padding: 0;
		width: 40px;
		min-width: 40px;
	}

	.kp-home-products .kp-product-stock-label {
		white-space: nowrap;
	}

	/* Mobile: Aanbiedingen exact zoals Populair/Nieuw (1 swipe-row, pijlen weg) */
	.kp-home-offers {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.kp-home-offers .kp-home-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.kp-home-offers .kp-products-header {
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: clamp(16px, 4vw, 20px);
		margin-bottom: 18px;
	}

	.kp-home-offers .kp-products-heading {
		font-size: 20px;
		display: inline-block;
		border-bottom: 4px solid #DE737C;
		padding-bottom: 6px;
	}

	.kp-home-offers .kp-products-nav {
		display: none;
	}

	.kp-home-offers .kp-products-carousel {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding: 0 0 12px;
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		scroll-padding-left: clamp(16px, 4vw, 20px);
		scrollbar-width: none;
	}
	.kp-home-offers .kp-products-carousel::-webkit-scrollbar {
		display: none;
	}

	/* JS zet inline transform; override op mobiel */
	.kp-home-offers .kp-products-track {
		gap: 14px;
		width: max-content;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}

	.kp-home-offers .kp-products-grid.kp-products-page {
		display: contents;
	}

	.kp-home-offers .kp-product-card {
		flex: 0 0 clamp(180px, 55vw, 245px);
		scroll-snap-align: start;
		margin: 0;
	}

	.kp-home-offers .kp-product-cart-text {
		display: none;
	}

	.kp-home-offers .kp-product-cart-btn {
		padding: 0;
		width: 40px;
		min-width: 40px;
	}

	.kp-home-offers .kp-product-stock-label {
		white-space: nowrap;
	}
}

/* Tab switching state */

.kp-products-panel {
	transition: opacity 0.2s ease;
}

.kp-products-panel[hidden] {
	opacity: 0;
	pointer-events: none;
}



/* Banner card onder blogs */
.kp-home-bannercard {
    width: 100%;
	margin: 0;
    display: flex;
    justify-content: center;
}
.kp-home-bannercard-inner {
    background: #fff;
	border: 1px solid rgba(46, 34, 31, 0.08);
    border-radius: 36px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
    display: flex;
    align-items: center;
	max-width: 1400px;
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    padding: 0;
}
.kp-home-bannercard-content {
    flex: 1 1 0;
    padding: 48px 48px 48px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kp-home-bannercard-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 600;
    color: #2e221f;
    margin-bottom: 18px;
}

.kp-home-bannercard-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 28px;
}

.kp-home-bannercard-block {
	font-size: 16.5px;
	color: #4a3a36;
	margin: 0;
	line-height: 1.7;
}

.kp-home-bannercard-block-1 {
	color: rgba(46, 34, 31, 0.82);
}

.kp-home-bannercard-link {
	color: #2e221f;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(232, 116, 127, 0.35);
}

.kp-home-bannercard-link:hover {
	border-bottom-color: rgba(232, 116, 127, 0.75);
}
.kp-home-bannercard-btn {
    width: fit-content;
    padding: 14px 38px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 7px;
    box-shadow: 0 4px 18px rgba(232, 116, 127, 0.10);
    background: #e8747f;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}
.kp-home-bannercard-btn:hover {
    background: #d45f6a;
}
.kp-home-bannercard-image {
    flex: 0 0 33%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    background: none;
}
.kp-home-bannercard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 36px 36px 0;
    display: block;
    min-width: 320px;
    max-width: 420px;
}
@media (max-width: 900px) {
    .kp-home-bannercard-inner {
        flex-direction: column;
        border-radius: 24px;
    }
    .kp-home-bannercard-content {
        padding: 32px 24px 24px 24px;
    }
	.kp-home-bannercard-text {
		grid-template-columns: 1fr;
		gap: 14px;
	}
    .kp-home-bannercard-image {
        flex: 0 0 auto;
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .kp-home-bannercard-image img {
        border-radius: 0 0 24px 24px;
        min-width: 0;
        max-width: 100%;
        height: 220px;
    }
}

@media (max-width: 700px) {
	.kp-home-bannercard-inner {
		border-radius: 20px;
	}
	.kp-home-bannercard-content {
		padding: 22px 18px 18px 18px;
	}
	.kp-home-bannercard-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.kp-home-bannercard-block {
		font-size: 14.5px;
		line-height: 1.55;
	}
	/* Collapse the double <br><br> spacing inside the long paragraph on mobile */
	.kp-home-bannercard-block br + br {
		display: none;
	}
	.kp-home-bannercard-image img {
		height: 180px;
		border-radius: 0 0 20px 20px;
	}
}

/* Blog sectie lijststijl */
.kp-home-blog {
	padding: 60px 0 80px 0;
}
.kp-blog-header {
    margin-bottom: 36px;
}
.kp-blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.kp-blog-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	transition: transform 0.22s cubic-bezier(.4,.8,.4,1), box-shadow 0.22s;
    will-change: transform;
}
.kp-blog-list-item:hover {
    transform: translateY(-12px) scale(1.02);
	box-shadow: 0 16px 44px rgba(46, 34, 31, 0.10);
    z-index: 2;
}
.kp-blog-list-image {
	display: block;
	width: 100%;
	align-self: stretch;
}
.kp-blog-list-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
	border-radius: 0;
    display: block;
    margin-bottom: 0;
    transition: box-shadow 0.22s, filter 0.22s;
}
.kp-blog-list-item:hover .kp-blog-list-image img {
    filter: brightness(0.97);
}
.kp-blog-list-content {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
    padding: 28px 28px 22px 28px;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.kp-blog-list-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #2e221f;
    transition: color 0.22s;
}
.kp-blog-list-title a {
    color: inherit;
    text-decoration: none;
}
.kp-blog-list-title a:hover {
    text-decoration: underline;
}
.kp-blog-list-excerpt {
    font-size: 16px;
    color: #4a3a36;
    margin-bottom: 14px;
    transition: color 0.22s;
}
.kp-blog-list-link {
    font-size: 15px;
    color: #e8747f;
    text-decoration: none;
    font-weight: 600;
    margin-top: 8px;
    transition: color 0.22s;
}
.kp-blog-list-link:hover {
    text-decoration: underline;
    color: #d45f6a;
}
.kp-blog-list-item:hover .kp-blog-list-title {
    color: #e8747f;
}
.kp-blog-list-item:hover .kp-blog-list-link {
    color: #d45f6a;
}
@media (max-width: 1100px) {
    .kp-blog-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media (max-width: 700px) {
	.kp-home-blog .kp-home-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.kp-home-blog .kp-blog-header {
		margin-bottom: 18px;

	}

	.kp-home-blog .kp-home-title {
		font-family: 'Playfair Display', "Times New Roman", serif;
		font-size: 20px;
		font-weight: 500;
		color: #2e221f;
		line-height: 1.1;
		margin: 0;
	}

	.kp-blog-list {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding: 0 0 12px;
		padding-left: clamp(16px, 4vw, 20px);
		padding-right: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		scroll-padding-left: clamp(16px, 4vw, 20px);
		scrollbar-width: none;
	}
	.kp-blog-list::-webkit-scrollbar {
		display: none;
	}

	.kp-blog-list-item {
		flex: 0 0 clamp(240px, 75vw, 320px);
		scroll-snap-align: start;
		will-change: auto;
	}

	.kp-blog-list-image img {
		height: 180px;
		border-radius: 0;
	}
	.kp-blog-list-content {
		padding: 18px 14px 14px 14px;
		border-radius: 0;
	}
	.kp-blog-list-title {
		font-size: 16px;
	}

	.kp-blog-list-excerpt {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		overflow: hidden;
	}

	.kp-blog-list-link {
		margin-top: 0;
	}
}

/* Gelijke section spacing en titels homepage */


.kp-home-title,
.kp-brands-title,
.kp-action-title,
.kp-home-bannercard-title,
.kp-social-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 600;
    color: #2e221f;
    margin: 0 0 36px 0;
    line-height: 1.1;
    letter-spacing: 0;
}

@media (max-width: 700px) {
	body.page-template-page-home .kp-home-inner {
		padding-left: 0;
		padding-right: 0;
	}

    .kp-home-section,
    .kp-action-section,
    .kp-home-brands,
    .kp-home-social,
    .kp-home-blog,
    .kp-home-bannercard {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .kp-home-title,
    .kp-brands-title,
    .kp-action-title,
    .kp-home-bannercard-title,
    .kp-social-title {
        font-size: 22px;
        margin-bottom: 22px;
    }

	/* Brands heading is slightly smaller/lighter on mobile */
	.kp-home-brands .kp-brands-title {
		font-size: 20px;
		font-weight: 500;
		margin: 0 0 12px;
	}
}

/* Brevo popup on homepage */
.kp-home-brevo-popup[hidden] {
	display: none !important;
}

.kp-home-brevo-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.kp-home-brevo-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(46, 34, 31, 0.56);
}

.kp-home-brevo-popup-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 860px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	background: transparent;
	border-radius: 16px;
	box-shadow: none;
}

.kp-home-brevo-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #2e221f;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.kp-home-brevo-popup-content > * {
	max-width: 100%;
}

.kp-home-brevo-popup-content,
.kp-home-brevo-popup-content .sib-form,
.kp-home-brevo-popup-content .sib-form-container,
.kp-home-brevo-popup-content .sib-container,
.kp-home-brevo-popup-content .sib_signup_form {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Brevo defaults can force narrow width/button styles; override inside homepage popup */
.kp-home-brevo-popup-content .kp-popup-layout {
	width: 100% !important;
	max-width: 860px !important;
	margin: 0 auto;
}

.kp-home-brevo-popup-content .sib_signup_form,
.kp-home-brevo-popup-content .sib-form,
.kp-home-brevo-popup-content .sib-container,
.kp-home-brevo-popup-content .sib-form-container,
.kp-home-brevo-popup-content form {
	width: 100% !important;
	max-width: none !important;
}

.kp-home-brevo-popup-content .sib-default-btn,
.kp-home-brevo-popup-content input[type="submit"],
.kp-home-brevo-popup-content .sib-default-btn.kp-newsletter-btn,
.kp-home-brevo-popup-content .kp-newsletter-form input[type="submit"].kp-newsletter-btn {
	width: 100% !important;
	height: 50px !important;
	border: 1px solid #DE737C !important;
	border-radius: 10px !important;
	background: #DE737C !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	appearance: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 14px !important;
}

.kp-home-brevo-popup-content .sib-default-btn:hover,
.kp-home-brevo-popup-content input[type="submit"]:hover,
.kp-home-brevo-popup-content .sib-default-btn.kp-newsletter-btn:hover,
.kp-home-brevo-popup-content .kp-newsletter-form input[type="submit"].kp-newsletter-btn:hover {
	background: #d45f6a !important;
	border-color: #d45f6a !important;
	color: #fff !important;
}

.kp-home-brevo-popup-content .sib_msg_disp .sib-alert-message-success {
	display: none !important;
}

.kp-home-brevo-popup-content .kp-newsletter-btn-loading {
	cursor: wait !important;
	opacity: 0.86 !important;
}

.kp-home-brevo-popup .kp-newsletter-thankyou {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
}

.kp-home-brevo-popup .kp-newsletter-thankyou-title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	line-height: 1.1;
	color: #2e221f;
}

.kp-home-brevo-popup .kp-newsletter-thankyou-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #5f5652;
}

.kp-home-brevo-popup .kp-newsletter-thankyou-note {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #7f7672;
}

.kp-home-brevo-popup .kp-newsletter-thankyou-actions {
	margin: 18px 0 0;
}

.kp-home-brevo-popup .kp-newsletter-thankyou-btn {
	width: 100%;
	height: 50px;
	border: 1px solid #DE737C;
	border-radius: 10px;
	background: #DE737C;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	box-shadow: none;
	appearance: none;
}

.kp-home-brevo-popup .kp-newsletter-thankyou-btn:hover {
	background: #d45f6a;
	border-color: #d45f6a;
}

body.kp-home-popup-open {
	overflow: hidden;
}

@media (max-width: 700px) {
	.kp-home-brevo-popup {
		padding: 10px;
	}

	.kp-home-brevo-popup-dialog {
		width: min(100%, 430px);
		max-height: calc(100vh - 20px);
		border-radius: 14px;
	}

	.kp-home-brevo-popup-content .kp-popup-layout {
		max-width: 100% !important;
	}

	.kp-home-brevo-popup-content .kp-popup-image {
		height: 200px !important;
		min-height: 200px !important;
		max-height: 200px !important;
	}

	.kp-home-brevo-popup-content .kp-popup-image img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.kp-home-brevo-popup-content .kp-newsletter-form {
		padding: 16px !important;
	}

	.kp-home-brevo-popup-content .kp-newsletter-title {
		font-size: 20px !important;
		line-height: 1.05 !important;
	}

	.kp-home-brevo-popup .kp-newsletter-thankyou-title {
		font-size: 24px;
	}
}

