/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.glass-tryon-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.glass-tryon-popup-content {
    background-color: #fefefe;
    margin: 5% auto 15%;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: relative;
    border-radius: 5px;
}

.glass-tryon-popup-close {
    position: absolute !important;
    top: -20px !important;
    right: -20px !important;
    cursor: pointer !important;
    font-size: 20px !important;
    border-radius: 32px !important;
    line-height: 20px !important;
}

button.glass_try_on_button { width: 160px; margin-bottom: 20px; }

.product-meta {
    /* Style product meta as needed */
}