#quick-view-modal {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
}
.quick-view-content {
    background: #fff;
    max-width: 600px;
    margin: 80px auto;
    padding: 20px;
    position: relative;
    border-radius: 8px;
}
.quick-view-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}
.quick-view-product h2 {
    margin-top: 0;
}
.product-price {
    font-size: 18px;
    margin: 10px 0;
}
.product-short-desc {
    margin-bottom: 20px;
}
