.wvm-hidden {
    display: none !important;
}

.wvm-modal-overlay-ec7cce94 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wvm-modal-content-ec7cce94 {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.wvm-close-modal-ec7cce94 {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

.wvm-product-info-ec7cce94 {
    text-align: center;
    margin-bottom: 20px;
}

.wvm-product-info-ec7cce94 img {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.wvm-btn {
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}