/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2026 | 05:59:15 */
#grand-design-viewer img{
    max-width:100%;
    height:auto;
    cursor:zoom-in;

    border:1px solid #d8d8d8;
    border-radius:8px;

    box-shadow:0 4px 20px rgba(0,0,0,.08);

    transition:all .25s ease;
}

#grand-design-viewer img:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 30px rgba(0,0,0,.12);
}

.viewer-note{
    margin-top:10px;
    font-size:.9rem;
    color:#666;
}