/* Frame Preview Pro - Frontend */

#fpp-frame-overlay-container {
    display: none;
}

.fpp-frame-overlay {
    pointer-events: none !important;
    user-select: none;
    -webkit-user-select: none;
    display: block !important;
    box-shadow: none !important;
    /* Note: do NOT set `border: none` here — border-image relies on real
       borders. Border-radius is also avoided (would clip the border-image). */
}

/* Make sure gallery wrapper clips properly */
.woocommerce-product-gallery {
    overflow: visible !important; /* allow overlay to align precisely */
}

.woocommerce-product-gallery__wrapper {
    position: relative;
}
