
.ai-tryon-btn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.ai-tryon-overlay {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.75);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10000;
}
.ai-tryon-iframe {
    width: 90%;
    height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.ai-tryon-close {
    position: absolute;
    top:20px;
    right:30px;
    font-size:30px;
    color:#fff;
    background:transparent;
    border:none;
    cursor:pointer;
}
