.wishlist-icon-wrapper {
    position: relative;
    display: inline-block;
}

.wishlist-icon {
    font-size: 22px;
    color: #333;
    position: relative;
}

.wishlist-count {
    position: absolute;
    top: -8px;
    right: -15px;
    background: var(--mk-primary-color);
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}