.mobile-menu-basket {
    position: relative;
}

.mobile-menu-basket > sup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 0.875rem;
    color: #000;
    right: 15px;
    top: -20%;
    border-radius: 50%;
    background: linear-gradient(to top, #ffcc00, #fee300);
    z-index: 1;
    opacity: 0;
}

#basketItemsMob.basket-active{
    opacity: 1;
}