/* Justera bildstorlek i Wishlist-popup */
.xb-wishlist-modal img {
  max-width: 90px !important;   /* ändra här för större/mindre – t.ex. 80px eller 100px */
  height: auto !important;
  margin: 14px auto 10px !important; /* centrering + lite luft */
  display: block !important;
  border-radius: 6px !important; /* valfritt – ger lite rundade hörn */
}