/* Skry pôvodné SVG ikonky */
.yith-wcwl-add-to-wishlist-button--single svg {
  display: none !important;
}

/* Skry textové popisy */
.yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}

/* Rodič musí mať relatívnu pozíciu pre ::before */
.yith-wcwl-add-to-wishlist-button--single {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* Základná ikonka - prázdne srdce */
.yith-wcwl-add-to-wishlist-button--single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/divi-child/img-wishlist/heart-empty.svg') no-repeat center;
  background-size: contain;
}

/* Vyplnené srdce – keď je produkt vo wishliste */
.yith-wcwl-add-to-wishlist-button--added::before {
  background-image: url('/wp-content/themes/divi-child/img-wishlist/heart-filled.svg');
}
