/**
 * Wishlist bookmark (header) + product toggle buttons.
 */
.hello-wishlist-bookmark {
	position: relative;
	display: inline-block;
	color: var(--text, #fffff0) !important;
	text-decoration: none !important;
	vertical-align: middle;
}

.hello-wishlist-bookmark__inner {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.hello-wishlist-bookmark__icon-svg {
	width: 1.5rem !important;
	height: 1.5rem !important;
	display: block !important;
	color: inherit !important;
}

.hello-wishlist-count {
	position: absolute;
	top: -0.35rem;
	right: -0.35rem;
	min-width: 1.125rem;
	height: 1.125rem;
	padding: 0 0.2rem;
	border-radius: 999px;
	background: var(--COLOR-ACCENT, #ab8c52) !important;
	color: #121212 !important;
	font-family: var(--FONT-GLOBAL, "Nunito Sans", sans-serif) !important;
	font-size: 0.625rem !important;
	font-weight: 700 !important;
	line-height: 1.125rem !important;
	text-align: center !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
}

.hello-wishlist-count.hello-wishlist-count--zero {
	display: none !important;
}

ul.products li.product {
	position: relative;
}

.hello-wishlist-toggle {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 5;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(18, 18, 18, 0.45) !important;
	color: var(--text, #fffff0) !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 0 !important;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.hello-wishlist-toggle:hover {
	background: rgba(18, 18, 18, 0.65) !important;
}

.hello-wishlist-toggle:disabled {
	opacity: 0.5;
	cursor: wait !important;
}

.hello-wishlist-toggle__svg {
	width: 1.1rem !important;
	height: 1.1rem !important;
	display: block !important;
}

.hello-wishlist-toggle--single {
	top: 0.75rem;
	right: 0.75rem;
}

.hello-wishlist-toggle[aria-pressed="true"] {
	background: var(--COLOR-ACCENT-FADE, rgba(171, 140, 82, 0.15)) !important;
	color: var(--COLOR-ACCENT, #ab8c52) !important;
}

.hello-wishlist-toggle-shortcode-wrap {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.hello-wishlist-toggle--shortcode {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	width: 2.5rem !important;
	height: 2.5rem !important;
	border-radius: 999px !important;
	background: rgba(18, 18, 18, 0.9) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset !important;
}

.hello-wishlist-toggle--shortcode:hover,
.hello-wishlist-toggle--shortcode:focus,
.hello-wishlist-toggle--shortcode:focus-visible {
	background: rgba(18, 18, 18, 1) !important;
}

.hello-wishlist-toggle--shortcode .hello-wishlist-toggle__svg {
	width: 1.6rem !important;
	height: 1.6rem !important;
}

.hello-wishlist-toggle-shortcode__count {
	top: -0.15rem !important;
	right: -0.15rem !important;
}
