/* Wishlist global styles */
[data-wishlist-toggle], .wishlist-btn-two, .njeju-icon-btn {
  cursor: pointer;
}
.is-wished i.ph-heart,
.is-wished .ph.ph-heart {
  /* rely on inherited color from theme; just bump weight */
  font-weight: 900;
}
.wishlist-btn-two.is-wished i,
.njeju-icon-btn.is-wished i {
  color: #e11d48; /* rose-600 */
}

.is-active i.ph-heart,
.is-active .ph.ph-heart { font-weight: 900; }
.wishlist-btn-two.is-active i,
.njeju-icon-btn.is-active i { color:#e11d48; }
