.punkycat-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid #fca5a5;
	background: #fff1f2;
	color: #b91c1c;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.punkycat-discount-badge[data-pc-hidden='1'] {
	display: none !important;
}

/* Place badge nicely near prices */
.woocommerce .price .punkycat-discount-badge {
	margin: 0 8px 6px 0;
}

.woocommerce ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
}

