.custom-wishlist-icon {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.custom-wishlist-icon .heart-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
/*     background-color: transparent; */
/*     mask: url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 ..."/></svg>') no-repeat center; */
    background-color: var(--e-global-color-primary);
    mask-size: contain;
}

.custom-wishlist-icon.filled .heart-icon {
    background-color: var(--e-global-color-primary);
}

.custom-wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 5px;
}

button.custom-wishlist-icon.textless:hover {
    background-color: transparent;
}
button.custom-wishlist-icon.textless.filled:focus {
	 background-color: transparent;
}

button.custom-wishlist-icon {
	padding:0px !important;
}

i.fa-solid.fa-heart, i.fa-regular.fa-heart {
	font-size:1.5em;
}