/* Højdemålere: compact trust bar and bestseller badge */
body.term-hoejdemaalere .cl-hm-benefit-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 28px;
	margin: 0 0 24px;
	padding: 15px 20px;
	background: #f7f2ec;
	border: 1px solid rgba(73, 50, 37, 0.12);
	border-radius: 12px;
	color: #4f4742;
	font-size: 13px;
}

.cl-hm-benefit-bar p {
	margin: 0;
}

.cl-hm-benefit-bar ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
}

.cl-hm-benefit-bar li::before {
	content: "✓";
	margin-right: 6px;
	color: #7a4a30;
	font-weight: 800;
}

body.term-hoejdemaalere ul.products li.product .rey-productInner {
	position: relative;
}

.cl-hm-product-badge {
	position: absolute;
	z-index: 5;
	top: 12px;
	left: 12px;
	padding: 7px 11px;
	color: #fff;
	background: #7a4a30;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(29, 20, 15, .15);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

@media (max-width: 899px) {
	body.term-hoejdemaalere .cl-hm-benefit-bar {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 16px;
	}

	.cl-hm-benefit-bar ul {
		display: grid;
		gap: 6px;
	}
}
