.wishlist-icon-wrap {
  position: relative;
  display: inline-flex;
}

.wishlist-count {
  position: absolute;
  top: -1px;
  right: 0;
  background: #222;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}