/* Active wishlist heart state. Behavior: assets/js/public/website/wishlist.js */

.tp-product-card__favorite {
  cursor: pointer;
}

.tp-product-card__favorite.is-active i,
.tp-product-card__favorite.is-active:hover i {
  color: var(--tp-primary-dark, #087C89);
}

.tp-product-card__favorite[aria-pressed] {
  -webkit-tap-highlight-color: transparent;
}
