.wishlist-engine {
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card--product .wishlist-engine {
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: 1;
}

.wishlist-engine[data-added="true"] .wishlist-icon {
  color: rgb(var(--color-highlight));
}

.other-patterns-products .wishlist-engine {
  display: none;
}