#wc-add-cart-popup{
    display:none;
    position:fixed;
    inset:0;

    align-items:center;
    justify-content:center;

    background:rgba(0,0,0,.6);
    z-index:999999;
}

#wc-add-cart-popup.active{
    display:flex;
}

.wc-popup-inner{
    background:#fff;
    width:550px !important;
    max-width:90%;

    padding:25px;

    border-radius:8px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.popup-message{
    margin-bottom:20px;
    font-weight:600;
}

.wc-popup-buttons{
    display:flex;
    gap:10px;
}

.wc-popup-buttons .button{
    flex:1;
}