.hexco-product-meta-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 14px;
}

.hexco-meta-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 8px;
	background: #b6b6b657;
	color: #000;
	font-size: 14px;
	line-height: 1.35;
}

.hexco-meta-badge__label {
	font-weight: 600;
	color: #000;
}

.hexco-meta-badge__value {
	color: #000;
}

.single-product .product_title {
	padding: 0 !Important;
}

/* Padding verplaatst naar de badges container zelf, niet de prijs beïnvloeden */
.hexco-product-meta-badges {
	margin-bottom: 20px;
}

/* Prijsweergave: primair (groot, groen) en secundair (klein, zwart) */
.hexco-price-display {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 15px;
}

.hexco-price-primary {
	font-weight: 700;
	font-size: 1.4em;
	color: #46a049;
}

.hexco-price-primary .woocommerce-Price-amount {
	font-weight: 700;
	color: #46a049;
}

.hexco-price-secondary {
	font-size: 0.9em;
	color: #333;
}

.hexco-price-secondary .woocommerce-Price-amount {
	font-weight: 400;
	color: #333;
}


.woocommerce-product-gallery img {
    background: white;
}