.header-wishlist-button {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	position: relative;
	text-align: inherit;
}

.header-wishlist-button:hover {
	background: transparent;
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-wishlist-button .base-svg-iconset {
	font-size: 1.25em;
}

.header-wishlist-button .header-wishlist-total {
	display: block;
	margin-left: -6px;
	margin-top: -16px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: var(--global-palette7);
	color: var(--global-palette3);
}

.site-header-item:not(:last-child) .header-wishlist-total {
	margin-right: -10px;
}