/* Cœur NOIR par défaut (sur fond blanc) */
xb-wishlist-header {
  color: white;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

/* Cœur BLANC au survol */
xb-wishlist-header:hover {
  color: black;
}

/* Forcer la taille du SVG */
xb-wishlist-header svg {
  width: 20px !important;
  height: 20px !important;
}

/* Supprimer les marges/padding par défaut de l'app */
xb-wishlist-header .xb-header__icon,
xb-wishlist-header .xb-header__icon div {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
