#cartrevive-popup {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 2147483647;   /* max — above any theme drawer */
}

.cartrevive-popup-content {
    position: relative;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin: 100px auto;
    z-index: 2147483647;
    pointer-events: auto;
}

#cartrevive-popup input,
#cartrevive-popup textarea,
#cartrevive-popup button {
    pointer-events: auto;
}