.k19-already-bought-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k19-already-bought-popup .k19-popup-content {
    background: #fff;
    padding: 30px 25px;
    max-width: 420px;
    width: 90%;
    text-align: center;
}



.k19-already-bought-popup .k19-popup-title {
    margin: 0 0 10px;
}

.k19-already-bought-popup .k19-popup-text {
    margin: 0 0 15px;
}

.k19-already-bought-popup .k19-popup-list {
    text-align: left;
    padding-left: 20px;
}

.k19-already-bought-popup .k19-popup-list li {
    margin-bottom: 5px;
}

.k19-already-bought-popup .k19-popup-btn {
    background: var(--color-accent);
    color: #fff;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
}

.k19-already-bought-popup .k19-popup-btn:hover {
    background: var(--color-accent-2);;
}

/* Блокировка скролла фона */
body.k19-popup-active {
    overflow: hidden;
}