/* Brand archive (product_brand taxonomy) */

body.tax-product_brand,
body.tax-product_cat {
	background-color: #ffffff;
}

body.search-results,
body.search-no-results {
	background-color: #ffffff;
}

body.tax-product_brand .site-content,
body.tax-product_cat .site-content,
body.tax-product_brand .col-full,
body.tax-product_cat .col-full {
	background: transparent;
	max-width: none;
	padding: 0;
}

body.search-results .site-content,
body.search-results .col-full,
body.search-no-results .site-content,
body.search-no-results .col-full {
	background: transparent;
	max-width: none;
	padding: 0;
}

/* Breadcrumb navigation */
.kp-breadcrumb {
	margin-bottom: 12px;
}

.kp-breadcrumb-mobile {
	display: none;
}

.kp-breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: rgba(46, 34, 31, 0.6);
}

.kp-breadcrumb-item a {
	color: rgba(46, 34, 31, 0.6);
	text-decoration: none;
	transition: color 0.2s;
}

.kp-breadcrumb-item a:hover {
	color: #DE737C;
}

.kp-breadcrumb-item span[aria-current="page"] {
	color: #2e221f;
	font-weight: 500;
}

.kp-breadcrumb-separator {
	color: rgba(46, 34, 31, 0.4);
	font-size: 12px;
}

@media (max-width: 768px) {
	.kp-breadcrumb-list {
		font-size: 12px;
		gap: 6px;
	}
}

/* Storefront adds spacing on .site-main; we want the banner flush at the top */
body.tax-product_brand .site-main.kp-brand-archive,
body.tax-product_cat .site-main.kp-brand-archive {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.search-results .site-main.kp-brand-archive,
body.search-no-results .site-main.kp-brand-archive {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.kp-archive-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 700px) {
	.kp-archive-inner {
		padding: 0;
	}

	.kp-archive-inner.kp-archive-inner--no-banner .kp-brand-top {
		padding-top: 30px;
	}
}

.kp-brand-archive {
	padding: 0;
}

@media (max-width: 700px) {
	.kp-brand-archive {
		padding: 0;
	}
}

/* Ensure the content starts a bit below the fixed header */
body.tax-product_brand #content.site-content,
body.tax-product_cat #content.site-content {
	padding-top: 0px !important;
	margin-top: 0 !important;
}

body.search-results #content.site-content,
body.search-no-results #content.site-content {
	padding-top: 0px !important;
	margin-top: 0 !important;
}

@media (max-width: 700px) {
	body.tax-product_brand #content.site-content,
	body.tax-product_cat #content.site-content {
		padding-top: 0 !important;
	}

	body.search-results #content.site-content,
	body.search-no-results #content.site-content {
		padding-top: 10px !important;
	}
}

/* Search results left card */
.kp-search-logo-card {
	min-height: 260px;
	flex-direction: column;
	gap: 10px;
}

.kp-search-logo-label {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(46, 34, 31, 0.55);
}

.kp-search-logo-term {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
	color: #2e221f;
	text-align: center;
}


.kp-brand-banner {
	height: 180px;
	border-radius: 0;
	background-image: var(--kp-banner-image, radial-gradient(1200px 260px at 30% 30%, rgba(255,255,255,0.35), rgba(255,255,255,0) 60%), linear-gradient(90deg, rgba(222,115,124,0.20), rgba(151,207,167,0.14)));
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin: 0 0 32px;
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.kp-brand-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.74) 44%, rgba(255,255,255,0.08) 78%, rgba(255,255,255,0) 100%);
}

.kp-brand-banner-inner {
	position: relative;
	height: 100%;
	padding: 18px 20px;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
}

.kp-brand-banner-title,
.kp-brand-banner-text,
.kp-brand-banner-cta {
	max-width: 620px;
}

.kp-brand-banner-title-mobile,
.kp-brand-banner-text-mobile {
	display: none;
}

.kp-brand-banner-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
	color: #2e221f;
}

.kp-brand-banner-text {
	font-size: 14.5px;
	line-height: 1.5;
	color: rgba(46, 34, 31, 0.82);
}

.kp-brand-banner-cta {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 800;
	color: #e8747f;
}

@media (max-width: 700px) {
	.kp-brand-banner {
		background-image: var(--kp-banner-image-mobile, var(--kp-banner-image, radial-gradient(1200px 260px at 30% 30%, rgba(255,255,255,0.35), rgba(255,255,255,0) 60%), linear-gradient(90deg, rgba(222,115,124,0.20), rgba(151,207,167,0.14))));
		height: 150px;
		margin: 0 0 18px;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}

	body.tax-product_brand .kp-brand-banner,
	body.tax-product_cat .kp-brand-banner {
		margin-top: -10px;
	}

	.kp-brand-banner::before {
		background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.62) 33%, rgba(255,255,255,0.14) 52%, rgba(255,255,255,0) 68%);
	}

	.kp-brand-banner-inner {
		padding: 14px 20px;
	}

	.kp-brand-banner-title {
		font-size: 20px;
	}

	.kp-brand-banner-title-desktop,
	.kp-brand-banner-text-desktop {
		display: none;
	}

	.kp-brand-banner-title-mobile,
	.kp-brand-banner-text-mobile {
		display: block;
	}
}

.kp-brand-top {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
	margin-bottom: 22px;
    padding-top: 45px;
}

@media (max-width: 900px) {
	.kp-brand-top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	/* Logo card is hidden on mobile, so remove the grid row gap above the title */
	.kp-brand-top {
		gap: 0;
		padding-top: 18px;
		margin-bottom: 14px;
	}

	body.search-results .kp-brand-top,
	body.search-no-results .kp-brand-top {
		padding-top: 14px;
		margin-bottom: 12px;
	}

	body.search-results .kp-brand-top.kp-brand-top--empty-results,
	body.search-no-results .kp-brand-top.kp-brand-top--empty-results {
		padding-top: 12px;
		margin-bottom: 10px;
	}
}

.kp-brand-logo-card {
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(46, 34, 31, 0.08);
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	padding: 18px;
	aspect-ratio: 1 / 1;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kp-brand-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.kp-brand-right {
	min-width: 0;
}

.kp-brand-right .kp-brand-products {
	margin-top: 22px;
}

.kp-brand-products-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 18px 0 18px;
}

.kp-mobile-filters-btn {
	display: none;
	height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(46, 34, 31, 0.14);
	background: #ffffff;
	color: #2e221f;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
}

.kp-mobile-filters-btn .kp-mobile-filters-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	color: currentColor;
}

.kp-mobile-filters-btn .kp-mobile-filters-icon svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}

.kp-brand-products-count {
	font-size: 16px;
	font-weight: 600;
	color: rgba(46, 34, 31, 0.85);
}

.kp-brand-bundles {
	margin: 6px 0 22px;
}

.kp-brand-bundles-title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
	color: #2e221f;
}

.kp-brand-bundles-row {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	padding: 0 0 8px;
	scrollbar-width: none;
}

.kp-brand-bundles-row::-webkit-scrollbar {
	display: none;
}

.kp-brand-bundle-card {
	flex: 0 0 clamp(220px, 22vw, 280px);
	background: #ffffff;
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
}

.kp-brand-bundle-image {
	display: flex;
	height: 250px;
	align-items: center;
	justify-content: center;
	padding: 0;
	text-decoration: none;
}

.kp-brand-bundle-image img {
	width: 250px;
	height: 250px;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.kp-brand-bundle-body {
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 1px solid #f7dad5;
}

.kp-brand-bundle-body .kp-product-brand {
	margin: 0 0 6px;
	font-size: 12px;
	color: #4a3b36;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.kp-brand-bundle-body .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;
}

.kp-brand-bundle-body .kp-product-title a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.kp-brand-bundle-body .kp-product-title a:hover {
	text-decoration: underline;
}

.kp-brand-bundle-price {
	font-size: 15px;
	color: #2e221f;
	font-weight: 600;
}

.kp-brand-bundle-price del {
	font-weight: 400;
	color: #c3b6b0;
	margin-right: 8px;
}

.kp-brand-bundle-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.kp-brand-bundle-footer .kp-product-stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	line-height: 1;
	color: rgba(46, 34, 31, 0.72);
	white-space: nowrap;
}

.kp-brand-bundle-footer .kp-product-stock-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex: 0 0 7px;
	background-color: #68BB83;
}

.kp-brand-bundle-footer .kp-product-stock.is-out-of-stock .kp-product-stock-dot {
	background-color: #e59b9b;
}

.kp-brand-bundle-btn {
	margin-top: 0;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 14px;
	border-radius: 10px;
	background-color: #68BB83;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.kp-brand-bundle-btn-mobile {
	display: none;
}

@media (max-width: 700px) {
	.kp-brand-bundles {
		margin: 4px 0 18px;
	}

	.kp-brand-bundles-row {
		margin-right: calc(50% - 50vw);
		padding-right: 12px;
		padding-bottom: 10px;
		scrollbar-width: thin;
		scrollbar-color: rgba(46, 34, 31, 0.28) transparent;
	}

	.kp-brand-bundles-row::-webkit-scrollbar {
		display: block;
		height: 3px;
	}

	.kp-brand-bundles-row::-webkit-scrollbar-track {
		background: transparent;
	}

	.kp-brand-bundles-row::-webkit-scrollbar-thumb {
		background: rgba(46, 34, 31, 0.28);
		border-radius: 999px;
	}

	.kp-brand-bundles-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.kp-brand-bundle-card {
		flex: 0 0 clamp(165px, 50vw, 205px);
	}

	.kp-brand-bundle-image {
		height: 170px;
	}

	.kp-brand-bundle-image img {
		width: 170px;
		height: 170px;
	}

	.kp-brand-bundle-body {
		padding: 10px 10px 10px;
		gap: 4px;
	}

	.kp-brand-bundle-body .kp-product-brand {
		font-size: 10px;
		margin-bottom: 3px;
	}

	.kp-brand-bundle-body .kp-product-title {
		font-size: 12px;
		line-height: 1.25;
		margin-bottom: 2px;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.kp-brand-bundle-price {
		font-size: 13px;
	}

	.kp-brand-bundle-footer {
		gap: 6px;
	}

	.kp-brand-bundle-footer .kp-product-stock {
		font-size: 11px;
	}

	.kp-brand-bundle-btn {
		height: 34px;
		padding: 0 10px;
		font-size: 12px;
	}

	.kp-brand-bundle-btn-desktop {
		display: none;
	}

	.kp-brand-bundle-btn-mobile {
		display: inline;
	}
}

.kp-brand-sort {
	margin: 0;
    box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
}

.kp-brand-sort select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 220px;
	height: 44px;
	padding: 0 44px 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(46, 34, 31, 0.14);
	background-color: #ffffff;
	color: #2e221f;
	font-size: 14px;
	font-weight: 600;
	line-height: 44px;
	background-image:
		linear-gradient(45deg, transparent 50%, #2e221f 50%),
		linear-gradient(135deg, #2e221f 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 18px,
		calc(100% - 12px) 18px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.kp-brand-sort select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(104, 187, 131, 0.25);
	border-color: rgba(104, 187, 131, 0.55);
}

@media (max-width: 700px) {
	.kp-brand-products-toolbar {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 8px;
		justify-content: flex-start;
	}
	.kp-mobile-filters-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		width: auto;
		height: 38px;
		padding: 0 10px;
		font-size: 13px;
		font-weight: 700;
		order: 3;
	}
	.kp-brand-products-count {
		flex: 0 0 auto;
		font-size: 13px;
		font-weight: 700;
		white-space: nowrap;
		order: 1;
		margin-right: auto;
	}
	.kp-brand-sort {
		flex: 0 1 132px;
		min-width: 0;
		order: 2;
	}
	.kp-brand-sort select {
		width: 100%;
		min-width: 0;
		height: 38px;
		line-height: 38px;
		font-size: 12.5px;
		padding: 0 26px 0 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background-image:
			linear-gradient(45deg, transparent 55%, currentColor 55%),
			linear-gradient(-45deg, transparent 55%, currentColor 55%);
		background-position:
			calc(100% - 14px) 50%,
			calc(100% - 10px) 50%;
		background-size: 6px 6px, 6px 6px;
		background-repeat: no-repeat;
	}
}

.kp-brand-logo-card img {
	max-width: 180px;
	max-height: 180px;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

.kp-brand-title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.05;
	color: #2e221f;
}

@media (max-width: 700px) {
	body.tax-product_brand .kp-brand-title,
	body.tax-product_cat .kp-brand-title {
		font-size: 26px !important;
		line-height: 1.05;
		margin-bottom: 8px;
	}

	body.search-results .kp-brand-title,
	body.search-no-results .kp-brand-title {
		font-size: 24px !important;
		line-height: 1.05;
		margin-bottom: 8px;
	}

	body.search-results .kp-brand-title.kp-brand-title--empty-results,
	body.search-no-results .kp-brand-title.kp-brand-title--empty-results {
		font-size: 22px !important;
		line-height: 1.08;
		font-weight: 500;
		margin-top: 0;
		margin-bottom: 6px;
		overflow-wrap: anywhere;
	}
}

.kp-search-empty {
	margin: 8px 0 18px;
	padding: 8px 0;
	background: transparent;
	border: 0;
	color: rgba(46, 34, 31, 0.72);
}

.kp-search-empty-text {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(46, 34, 31, 0.72);
}

.kp-search-empty-suggest {
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(46, 34, 31, 0.72);
}

.kp-search-empty-suggest a {
	color: #2e221f;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(222, 115, 124, 0.6);
}

@media (max-width: 700px) {
	.kp-search-empty {
		margin: 6px 0 14px;
	}

	.kp-search-empty-text,
	.kp-search-empty-suggest {
		font-size: 14.5px;
	}
}

.kp-brand-subbrands {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: stretch;
}

@media (max-width: 700px) {
	.kp-brand-subbrands {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		gap: 10px;
		padding: 2px 16px 10px;
		margin: 0;
		scroll-snap-type: x mandatory;
	}
	.kp-brand-subbrands::-webkit-scrollbar {
		height: 0;
	}
	.kp-subbrand-pill {
		flex: 0 0 auto;
		scroll-snap-align: start;
		min-width: 190px;
		max-width: 210px;
		height: 54px;
		min-height: 54px;
	}
}

.kp-subbrand-pill {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 16px 0 0px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(46, 34, 31, 0.08);
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	text-decoration: none;
	color: #2e221f;
	min-height: 74px;
	flex: 0 1 auto;
	width: auto;
	max-width: 360px;
}

.kp-subbrand-pill:hover {
	box-shadow: 0 12px 32px rgba(46, 34, 31, 0.10);
	transform: translateY(-1px);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.kp-subbrand-pill img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	display: block;
	border-radius: 12px;
	background: transparent;
	border: 0;
}

.kp-subbrand-pill-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	white-space: normal;
}

@media (max-width: 700px) {
	.kp-subbrand-pill {
		height: 60px;
		min-height: 60px;
		padding-right: 12px;
		box-shadow: 0 4px 14px rgba(46, 34, 31, 0.08);
	}
	.kp-subbrand-pill:hover {
		transform: none;
		box-shadow: 0 4px 14px rgba(46, 34, 31, 0.08);
	}
	.kp-subbrand-pill-title {
		font-size: 13px;
		line-height: 1.1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 700px) {
	.kp-brand-logo-card {
		display: none;
	}

	.kp-breadcrumb {
		display: none;
	}
}

/* Intro section for sub-brands */
.kp-brand-intro-section {
	margin: 4px 0 16px;
}

.kp-brand-intro-text {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(46, 34, 31, 0.8);
	margin: 0 0 12px;
}

.kp-brand-intro-usps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.kp-intro-usps-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kp-intro-usp {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: rgba(46, 34, 31, 0.75);
}

.kp-intro-usp::before {
	content: '✓';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background: rgba(104, 187, 131, 0.15);
	color: #68bb83;
	border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
	flex-shrink: 0;
}

.kp-intro-read-more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #DE737C;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
	flex-shrink: 0;
}

.kp-intro-read-more:hover {
	color: #c45a63;
}

.kp-intro-read-more::after {
	content: '↓';
	font-size: 11px;
	transition: transform 0.2s;
}

.kp-intro-read-more:hover::after {
	transform: translateY(2px);
}

@media (max-width: 700px) {
	.kp-brand-intro-section {
		margin: 0 0 12px;
	}

	.kp-brand-intro-text {
		font-size: 13px;
		margin-bottom: 8px;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.kp-brand-intro-usps {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.kp-intro-usps-list {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 4px;
	}

	.kp-intro-usp {
		font-size: 12px;
	}

	.kp-intro-usps-list .kp-intro-usp:nth-child(n+4) {
		display: none;
	}
}

/* Mobile off-canvas filters drawer */
.kp-mobile-filters-overlay {
	position: fixed;
	inset: 0;
	background: rgba(17, 12, 10, 0.45);
	backdrop-filter: blur(2px);
	z-index: 9998;
}

@media (max-width: 700px) {
	.kp-brand-sidebar {
		position: fixed;
		top: 0;
		right: 0;
		width: min(420px, 92vw);
		height: 100vh;
		background: #ffffff;
		border-left: 1px solid rgba(46, 34, 31, 0.10);
		box-shadow: -18px 0 40px rgba(46, 34, 31, 0.14);
		padding: 18px 16px 16px;
		overflow: auto;
		z-index: 9999;
		transform: translateX(110%);
		transition: transform 220ms ease;
	}

	body.kp-brand-filters-open .kp-brand-sidebar {
		transform: translateX(0);
	}

	body.kp-brand-filters-open {
		overflow: hidden;
	}

	.kp-mobile-filters-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: 1px solid rgba(46, 34, 31, 0.10);
	}

	.kp-mobile-filters-title {
		font-size: 20px;
		font-weight: 800;
		color: #2e221f;
	}

	.kp-mobile-filters-close {
		appearance: none;
		border: 0;
		background: transparent;
		color: #2e221f;
		font-size: 28px;
		line-height: 1;
		padding: 6px 10px;
		border-radius: 10px;
		cursor: pointer;
	}

	.kp-mobile-filters-close:hover {
		background: rgba(46, 34, 31, 0.06);
	}

	/* Hide plugin's own open button on mobile (we use our button) */
	.kp-brand-sidebar .wpc-filters-open-button-container {
		display: none;
	}
}

@media (min-width: 701px) {
	.kp-mobile-filters-header {
		display: none;
	}
	.kp-mobile-filters-overlay {
		display: none !important;
	}
}

.kp-brand-body {
	display: block;
}

.kp-brand-side-image {
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(46, 34, 31, 0.08);
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	padding: 18px;
	margin-bottom: 16px;
}

.kp-brand-side-image img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	display: block;
}

.kp-brand-products-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 14px;
}

.kp-brand-count {
	font-size: 14px;
	color: rgba(46, 34, 31, 0.75);
	font-weight: 600;
}

.kp-brand-order .woocommerce-ordering {
	margin: 0;
}

.kp-brand-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.kp-brand-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 26px 0 0;
}

.kp-brand-pagination .kp-page-arrow,
.kp-brand-pagination .kp-page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(46, 34, 31, 0.14);
	background: #ffffff;
	color: #2e221f;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}

.kp-brand-pagination .kp-page-number.is-current {
	border-color: rgba(222, 115, 124, 0.70);
	box-shadow: 0 0 0 3px rgba(222, 115, 124, 0.20);
}

@media (max-width: 700px) {
	.kp-brand-pagination {
		gap: 8px;
		margin-top: 22px;
	}

	.kp-brand-pagination .kp-page-arrow,
	.kp-brand-pagination .kp-page-number {
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
		border-radius: 11px;
		border-color: rgba(46, 34, 31, 0.10);
		font-size: 13px;
		box-shadow: none;
	}

	.kp-brand-pagination .kp-page-number.is-current {
		border-color: rgba(222, 115, 124, 0.45);
		box-shadow: 0 0 0 2px rgba(222, 115, 124, 0.14);
	}
}

/* After-pagination brand info + help cards */
.kp-brand-after {
	margin-top: 28px;
}

.kp-brand-after-divider {
	height: 1px;
	background: rgba(46, 34, 31, 0.12);
	width: 100%;
	margin: 18px 0 22px;
}

.kp-brand-after-title {
	margin: 0 0 10px;
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 34px;
	font-weight: 600;
	color: #2e221f;
	line-height: 1.1;
}

.kp-brand-after-desc {
	color: rgba(46, 34, 31, 0.78);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 26px;
}

/* Authority claim - official distributor badge */
.kp-brand-authority {
	background: linear-gradient(135deg, rgba(104, 187, 131, 0.08) 0%, rgba(104, 187, 131, 0.04) 100%);
	border: 1px solid rgba(104, 187, 131, 0.2);
	border-radius: 12px;
	padding: 18px 24px;
	margin: 0 0 32px;
}

.kp-brand-authority-text {
	color: #2e221f;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	font-weight: 500;
}

.kp-brand-authority-text::before {
	content: '✓';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #68bb83;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	margin-right: 12px;
	font-weight: 700;
}

/* Extra content section - rich text from SEO config */
.kp-brand-extra-content {
	margin: 0 0 40px;
	color: rgba(46, 34, 31, 0.8);
	font-size: 15px;
	line-height: 1.75;
}

.kp-brand-extra-content h3 {
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 22px;
	font-weight: 600;
	color: #2e221f;
	margin: 0 0 14px;
	line-height: 1.2;
}

.kp-brand-extra-content h4 {
	font-size: 16px;
	font-weight: 600;
	color: #2e221f;
	margin: 24px 0 10px;
	line-height: 1.3;
}

.kp-brand-extra-content p {
	margin: 0 0 16px;
}

.kp-brand-extra-content ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.kp-brand-extra-content li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
}

.kp-brand-extra-content li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: rgba(104, 187, 131, 0.15);
	color: #68bb83;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	font-weight: 700;
}

.kp-brand-extra-content strong {
	color: #2e221f;
	font-weight: 600;

	line-height: 22px;
	font-size: 12px;
	margin-right: 12px;
	font-weight: 700;
}

/* FAQ Section */
.kp-brand-faq {
	margin: 0 0 40px;
}

.kp-brand-faq-title {
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 24px;
	font-weight: 600;
	color: #2e221f;
	margin: 0 0 20px;
	line-height: 1.2;
}

.kp-brand-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.kp-brand-faq-item {
	background: #fff;
	border: 1px solid rgba(46, 34, 31, 0.1);
	border-radius: 12px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kp-brand-faq-item:hover {
	border-color: rgba(46, 34, 31, 0.18);
}

.kp-brand-faq-item[open] {
	border-color: rgba(232, 116, 127, 0.3);
	box-shadow: 0 4px 16px rgba(232, 116, 127, 0.08);
}

.kp-brand-faq-question {
	padding: 18px 48px 18px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #2e221f;
	cursor: pointer;
	position: relative;
	list-style: none;
	line-height: 1.4;
}

.kp-brand-faq-question::-webkit-details-marker {
	display: none;
}

.kp-brand-faq-question::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: rgba(46, 34, 31, 0.06);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	color: rgba(46, 34, 31, 0.5);
	transition: background 0.2s ease, color 0.2s ease;
}

.kp-brand-faq-item[open] .kp-brand-faq-question::after {
	content: '−';
	background: rgba(232, 116, 127, 0.12);
	color: #e8747f;
}

.kp-brand-faq-answer {
	padding: 0 20px 18px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(46, 34, 31, 0.75);
}

/* Related sublines section - cross-link to sibling product lines */
.kp-related-sublines {
	margin: 50px 0 40px;
	padding: 40px;
	background: linear-gradient(135deg, rgba(222, 115, 124, 0.04) 0%, rgba(104, 187, 131, 0.04) 100%);
	border-radius: 16px;
}

.kp-related-sublines-title {
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 26px;
	font-weight: 600;
	color: #2e221f;
	margin: 0 0 8px;
	line-height: 1.2;
}

.kp-related-sublines-intro {
	font-size: 15px;
	color: rgba(46, 34, 31, 0.7);
	margin: 0 0 24px;
}

.kp-related-sublines-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.kp-related-subline-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 8px rgba(46, 34, 31, 0.06);
}

.kp-related-subline-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(46, 34, 31, 0.12);
}

.kp-related-subline-image {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	background: #f8f7f6;
}

.kp-related-subline-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kp-related-subline-content {
	flex: 1;
	min-width: 0;
}

.kp-related-subline-name {
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	color: #2e221f;
	margin: 0 0 4px;
	line-height: 1.25;
}

.kp-related-subline-desc {
	font-size: 13px;
	color: rgba(46, 34, 31, 0.65);
	margin: 0 0 10px;
	line-height: 1.5;
}

.kp-related-subline-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #DE737C;
	padding: 6px 12px;
	background: rgba(222, 115, 124, 0.1);
	border-radius: 20px;
	transition: background 0.2s, color 0.2s;
}

.kp-related-subline-card:hover .kp-related-subline-btn {
	background: #DE737C;
	color: #fff;
}

@media (max-width: 768px) {
	.kp-related-sublines {
		margin: 40px -20px 30px;
		padding: 28px 20px;
		border-radius: 0;
		background: linear-gradient(135deg, rgba(222, 115, 124, 0.12) 0%, rgba(222, 115, 124, 0.06) 100%);
	}

	.kp-related-sublines-title {
		font-size: 22px;
	}

	.kp-related-sublines-intro {
		margin-bottom: 20px;
	}

	.kp-related-sublines-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 12px;
		margin: 0;
		padding: 0 0 12px;
		scrollbar-width: none;
	}

	.kp-related-sublines-grid::-webkit-scrollbar {
		display: none;
	}

	.kp-related-subline-card {
		flex: 0 0 auto;
		scroll-snap-align: start;
		padding: 12px 16px;
		gap: 12px;
	}

	.kp-related-subline-image {
		width: 56px;
		height: 56px;
	}

	.kp-related-subline-name {
		font-size: 14px;
		margin-bottom: 6px;
		white-space: nowrap;
	}

	.kp-related-subline-desc {
		display: none;
	}

	.kp-related-subline-btn {
		font-size: 11px;
		padding: 5px 10px;
	}
}

/* Help block (same styling as single product) */
.kp-brand-help {
	margin-top: 26px;
}

.kp-brand-help-title {
	font-family: 'Playfair Display', "Times New Roman", serif;
	font-size: 34px;
	font-weight: 600;
	color: #2e221f;
	margin: 0 0 28px;
	line-height: 1.1;
}

.kp-brand-help .kp-help-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.kp-brand-help .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-brand-help .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-brand-help .kp-help-icon svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kp-brand-help .kp-help-card-title {
	margin: 0;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 600;
	color: #2e221f;
}

.kp-brand-help .kp-help-card-text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.5;
	color: rgba(46, 34, 31, 0.78);
}

.kp-brand-help .kp-help-card-line {
	display: none;
	margin: 0;
	font-size: 14.5px;
	line-height: 1.5;
	color: rgba(46, 34, 31, 0.78);
}

.kp-brand-help .kp-help-link {
	color: #2e221f;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(232, 116, 127, 0.35);
}

.kp-brand-help .kp-help-link:hover {
	border-bottom-color: rgba(232, 116, 127, 0.75);
}

@media (max-width: 1200px) {
	.kp-brand-help .kp-help-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.kp-brand-help .kp-help-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.kp-brand-after-title,
	.kp-brand-help-title {
		font-size: 22px;
		margin-bottom: 18px;
	}
	.kp-brand-help .kp-help-grid {
		display: flex;
		flex-direction: column;
		gap: 14px;
		overflow: visible;
		padding-bottom: 0;
		scroll-snap-type: none;
	}
	.kp-brand-help .kp-help-card {
		background: transparent;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		padding: 0;
		min-height: 0;
		max-width: none;
		flex: none;
		display: grid;
		grid-template-columns: 22px 1fr;
		column-gap: 14px;
		align-items: start;
	}
	.kp-brand-help .kp-help-icon {
		width: 22px;
		height: 22px;
		margin-top: 2px;
		border-radius: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		color: #DE737C;
		flex: none;
	}
	.kp-brand-help .kp-help-icon svg {
		width: 22px;
		height: 22px;
		stroke-width: 2;
	}

	/* Mobile: one clean sentence per item */
	.kp-brand-help .kp-help-card-title,
	.kp-brand-help .kp-help-card-text {
		display: none !important;
	}
	.kp-brand-help .kp-help-card-line {
		display: block;
		font-size: 15px;
		line-height: 1.35;
		font-weight: 400;
	}
	.kp-brand-help .kp-help-card-line .kp-help-link {
		color: rgba(46, 34, 31, 0.85);
		border-bottom: 0;
	}
}

.kp-brand-pagination .kp-page-arrow.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.kp-brand-pagination .kp-page-ellipsis {
	color: rgba(46, 34, 31, 0.55);
	font-weight: 700;
	padding: 0 4px;
}

@media (max-width: 960px) {
	.kp-brand-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.kp-brand-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	/* Mobile: card padding halveren */
	.kp-brand-products-grid .kp-product-card {
		padding: 12px 12px 10px;
	}

	/* Mobile: afbeeldingen niet te hoog (liefst vierkant) */
	.kp-brand-products-grid .kp-product-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		max-height: 180px;
		margin-bottom: 10px;
	}
	.kp-brand-products-grid .kp-product-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	/* Mobile: typografie compacter in product cards */
	.kp-brand-products-grid .kp-product-body {
		padding-top: 12px;
	}
	.kp-brand-products-grid .kp-product-brand {
		font-size: 10px;
		letter-spacing: 0.06em;
		margin-bottom: 4px;
	}
	.kp-brand-products-grid .kp-product-title {
		font-size: 14px;
		line-height: 1.25;
		margin-bottom: 8px;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		min-height: calc(1.25em * 3);
		max-height: calc(1.25em * 3);
	}
	.kp-brand-products-grid .kp-product-price {
		font-size: 13px;
	}
	.kp-brand-products-grid .kp-product-price-current {
		font-size: 14px;
	}

	/* Mobile: minder ruimte tussen oude en nieuwe prijs */
	.kp-brand-products-grid .kp-product-price-old {
		margin-right: 4px;
	}
	.kp-brand-products-grid .kp-product-price-current del {
		margin-right: 4px;
	}

	/* Mobile: only cart icon (like homepage cards) */
	.kp-brand-products-grid .kp-product-cart-text {
		display: none;
	}

	.kp-brand-products-grid .kp-product-cart-btn {
		padding: 0;
		width: 40px;
		min-width: 40px;
		justify-content: center;
	}

	.kp-brand-products-grid .kp-product-stock-label {
		white-space: nowrap;
	}
}

@media (max-width: 380px) {
	.kp-brand-products-grid {
		grid-template-columns: 1fr;
	}
}

/* Make storefront widgets look like the screenshot cards */
.kp-brand-sidebar .widget {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 18px;
	padding: 16px 14px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	margin: 0 0 16px;
}



.kp-brand-sidebar .widget-title {
	font-size: 13px;
	font-weight: 700;
	color: #DE737C;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

/* Filter Everything (and similar) link styling inside brand sidebar */
.kp-brand-sidebar a.wpc-filter-link,
.kp-brand-sidebar .wpc-filter-link {
	color: rgba(46, 34, 31, 0.85);
	text-decoration: none;
	font-weight: 500;
}

.kp-brand-sidebar a.wpc-filter-link:hover,
.kp-brand-sidebar a.wpc-filter-link:focus,
.kp-brand-sidebar a.wpc-filter-link:active,
.kp-brand-sidebar .wpc-filter-link:hover,
.kp-brand-sidebar .wpc-filter-link:focus,
.kp-brand-sidebar .wpc-filter-link:active {
	color: #DE737C;
	text-decoration: none;
}

/* Filter Everything: split into separate cards per filter block */
.kp-brand-sidebar .widget.widget_wpc_filters_widget {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-main-wrap,
.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-widget-content,
.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-widget-containers-wrapper,
.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-scroll-container,
.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-widget-wrapper {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-section {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 18px;
	padding: 16px 14px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	margin: 0 0 16px;
}

.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filter-header {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filter-title {
	font-size: 13px;
	font-weight: 700;
	color: #DE737C;
	letter-spacing: 0.02em;
	margin: 0;
}

.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filter-content {
	margin: 0;
}

/* Optional: make the bottom Apply/Cancel area its own card too */
.kp-brand-sidebar .widget.widget_wpc_filters_widget .wpc-filters-widget-controls-container {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(46, 34, 31, 0.08);
	border-radius: 18px;
	padding: 14px;
	box-shadow: 0 10px 28px rgba(46, 34, 31, 0.06);
	margin: 0 0 16px;
}

/* Ensure product cards match brand green in footer area */
.kp-brand-products-grid .kp-product-stock.is-in-stock .kp-product-stock-dot {
	background-color: #68BB83;
}

.kp-brand-products-grid .kp-product-stock.is-out-of-stock .kp-product-stock-dot {
	background-color: #e59b9b;
}

.kp-brand-products-grid .kp-product-cart-btn {
	background-color: #68BB83;
}

/* Mobile responsive for FAQ and authority claim */
@media (max-width: 700px) {
	.kp-brand-authority {
		padding: 14px 16px;
		margin: 0 0 24px;
	}

	.kp-brand-authority-text {
		font-size: 14px;
	}

	.kp-brand-authority-text::before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		margin-right: 10px;
	}

	.kp-brand-faq {
		margin: 0 0 28px;
	}

	.kp-brand-faq-title {
		font-size: 20px;
		margin: 0 0 16px;
	}

	.kp-brand-faq-list {
		gap: 10px;
	}

	.kp-brand-faq-question {
		padding: 14px 44px 14px 16px;
		font-size: 14px;
	}

	.kp-brand-faq-question::after {
		right: 14px;
		width: 22px;
		height: 22px;
		font-size: 16px;
	}

	.kp-brand-faq-answer {
		padding: 0 16px 14px;
		font-size: 13px;
	}
}