.fabreex-wishlist-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--gray, #8e8e8e);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.fabreex-wishlist-button svg {
	display: block;
	fill: currentColor;
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.fabreex-wishlist-button:hover,
.fabreex-wishlist-button.is-active {
	color: var(--error, #d92929);
}

.fabreex-wishlist-button.is-loading {
	opacity: .55;
	pointer-events: none;
}

.fabreex-wishlist-button__label {
	line-height: 1.2;
}

.fabreex-wishlist-button--loop .fabreex-wishlist-button__label,
.fabreex-wishlist-button--single .fabreex-wishlist-button__label {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.details-card-info-characteristic .fabreex-wishlist-button {
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.product-img-big-heart.fabreex-wishlist-button {
	background: rgba(255, 255, 255, .85);
	border-radius: 50%;
	height: 34px;
	padding: 5px;
	width: 34px;
	z-index: 5;
}

.fabreex-wishlist-count.is-empty {
	display: none;
}

.fabreex-wishlist-page {
	padding-bottom: 70px;
}

.fabreex-wishlist-title {
	color: var(--black, #000);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 35px;
}

.fabreex-wishlist-empty {
	background: var(--gray-bg, #f0f0f0);
	color: var(--black, #000);
	font-size: 16px;
	padding: 24px;
}

@media screen and (max-width: 765px) {
	.fabreex-wishlist-title {
		font-size: 26px;
	}
}
