.wishlist-ui-empty,
.wishlist-ui-full {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.wishlist-ui-empty {
  background-image: var(--wishlist-ui-heart-outline);
}

.wishlist-ui-full {
  background-image: var(--wishlist-ui-heart-filled);
}
