.header-favorites-icon {
	position: relative;
	display: inline-block;
}

.header-favorites-icon-count {
	position: absolute;
	top: -2px;
	right: -13px;
	width: 30px;
	height: 30px;
	line-height: 25.62px;
	border: 3px solid white;
	border-radius: 50%;
	background: linear-gradient(to bottom, #544672, #a995c4);
	color: white;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	display: none; /* Hidden by default if count is 0 */
}

@media only screen and (max-width: 1400px) {
	.header-favorites-icon-count {
		right: -4px;
		width: 24px;
		height: 24px;
		line-height: 21px;
		border: 2px solid white;
		font-size: 15px;
	}

	.header-favorites-icon {
		margin-right: 20px;
	}

}
