.storebuild-wishlist-icon {
    position: relative;
    display: inline-block;
}

.storebuild-wishlist-count {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #343434;
    color: #fff;
}