/* Forceer de standaard prijs als blok zodat onze-prijs er echt onder valt */
.single-product .entry-summary p.price,
.single-product .summary p.price {
	display: block !important;
	width: 100% !important;
}

/* Onze prijs — eigen regel, opvallende kleur */
p.wop-onze-prijs {
	display: block !important;
	width: 100% !important;
	clear: both !important;
	margin-top: 6px !important;
	margin-bottom: 14px !important;
	font-size: 1.05em;
	line-height: 1.5;
	color: #c0392b;
}

p.wop-onze-prijs strong {
	font-weight: 700;
	color: #c0392b;
}

p.wop-onze-prijs .woocommerce-Price-amount {
	color: #c0392b;
}

/* Archiefpagina: <li> als ankerpunt voor het absolute label */
ul.products li.product {
	position: relative;
}

/* Badge bovenaan de afbeelding */
.wop-archief-label {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;

	display: inline-block;
	padding: 4px 10px;
	border-radius: 3px;
	background-color: #c0392b;
	color: #fff;
	font-size: 0.72em;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	pointer-events: none;
}
