/* 1.0.450: content-sized catalogue hero. Override legacy fixed desktop heights. */
.klima-product-catalog .klima-product-filter .klima-product-filter__heading {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	min-height: 0 !important;
	height: auto !important;
	max-height: none !important;
	gap: 8px 20px !important;
	padding: 8px 24px !important;
	margin-block: 0 8px !important;
}
.klima-product-filter .klima-product-filter__heading-copy { min-width: 0; }
.klima-product-filter .klima-product-filter__heading :is(h1, h2) {
	max-width: none !important;
	margin: 0 !important;
	font-size: clamp(28px, 3vw, 42px) !important;
	line-height: 1.12 !important;
	overflow-wrap: anywhere;
}
.klima-product-filter .klima-product-filter__heading-copy > p {
	margin: 4px 0 0 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}
.klima-product-filter .klima-product-filter__eyebrow { margin-bottom: 4px !important; }
.klima-product-filter .klima-product-filter__result-card {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px !important;
	width: auto !important;
	max-width: 300px;
	min-height: 0 !important;
	height: auto !important;
	max-height: none !important;
	padding: 6px 12px !important;
	border-radius: 22px !important;
	text-align: left !important;
}
.klima-product-filter .klima-product-filter__result-card > span { display: none !important; }
.klima-product-filter .klima-product-filter__result-card strong {
	margin: 0 !important;
	font-size: 30px !important;
	line-height: 1 !important;
}
.klima-product-filter .klima-product-filter__result-card small {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}
.klima-product-filter .klima-product-filter__result-card em {
	flex-basis: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	font-size: 11px !important;
}
@media (max-width: 782px) {
	.klima-product-catalog .klima-product-filter .klima-product-filter__heading {
		grid-template-columns: minmax(0, 1fr) !important;
		padding: 8px 12px !important;
		gap: 6px !important;
	}
	.klima-product-filter .klima-product-filter__result-card { justify-self: start; max-width: 100%; box-sizing: border-box; }
}
