.kmf-wishlist-btn .wishlist-icon {
    fill: none;
    stroke: currentColor;
    transition: fill 0.2s ease, stroke 0.2s ease;
}
.kmf-wishlist-btn.active .wishlist-icon {
    fill: currentColor !important;
    stroke: currentColor;
}