.qlwapp, #outer_shopping_button{
    display: none !important;
}

.popup-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw; 
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #cdcdcd9e;
    z-index: 100000;
}

.text-lines-limit{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines); /* number of lines to show */
            line-clamp: var(--lines);
    -webkit-box-orient: vertical;
}