/* KN Shop Basket – basket icon #1f2043, counter white in the middle. Used by Elementor widget and [kn_shop_basket] shortcode. */

.kn-shop-basket-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	text-align: center;
	margin: 0 auto;
}

.kn-shop-basket-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

/* i – icon container (matches your reference) */
.kn-shop-basket-wrap .icon-shopping-cart {
	position: relative;
	color: #1f2043 !important;
	font-size: 32px;
	box-sizing: border-box;
	overflow: visible;
}

.kn-shop-basket-wrap .icon-shopping-cart::after {
	box-sizing: border-box;
	position: absolute;
	top: 54%;
	left: -4px;
	width: 100%;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	padding: 0 0.5em;
	margin-top: -10px;
	margin-left: 0.5em;
	content: attr(data-number);
	line-height: 1;
	z-index: 1;
}

/* Hide counter when basket is empty (0 items) */
.kn-shop-basket-wrap .icon-shopping-cart.kn-shop-basket-empty::after {
	content: none;
	display: none;
}
