.ql-condition-label-wrap {
	margin: 0.65rem 0 1rem;
}

.ql-condition-label {
	display: inline-block;
	padding: 0.38em 0.8em;
	border-radius: 0.25rem;
	background: #2f6f3e;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ql-condition-label--brugt {
	background: #76512f;
}

.products .product .ql-condition-label-wrap {
	margin: 0.45rem 0;
	text-align: center;
}

.products .product .ql-condition-label {
	font-size: 0.75rem;
}

