/**
 * Custom badges reuse WooCommerce's `.onsale` class for placement/shape, so they
 * sit exactly where the Sale! badge sits in this theme. These rules only provide
 * fallback colors; per-badge colors are applied inline.
 */
.cb-badge {
	background-color: #333333;
	color: #ffffff;
}
