/* Cart-icon item-count badge (injected by cart-badge.js next to the header
   basket icon; kept in sync via WooCommerce's cart-fragments mechanism). */
a:has(> .ber4u-cart-badge) {
	position: relative;
}

.ber4u-cart-badge {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5a11e;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	box-shadow: 0 0 0 2px #111;
	pointer-events: none;
}

.ber4u-cart-badge[hidden] {
	display: none;
}
