.jf-wishlist-btn {
  background: rgba(255,255,255,0.9); border: 0; border-radius: 50%;
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: #1c1f21; transition: all 0.15s;
}
.jf-wishlist-btn:hover { background: #fff; transform: scale(1.1); }
.jf-wishlist-btn.is-active { color: #f22f2f; }
.jf-wishlist-btn.is-active svg { fill: currentColor; }
