.af-header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	color: inherit;
	line-height: 0;
	text-decoration: none;
}

.af-header-cart__count {
	position: absolute;
	top: -2px;
	right: -2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #d9232d;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	font-weight: 600;
}

.af-header-cart__count[hidden] {
	display: none;
}
