/* WC Product Image Overlay – frontend */

span.wcpio-wrap {
    position: relative;
    display: inline-block; /* διατηρεί το layout της εικόνας */
}

span.wcpio-wrap > img:first-child,
span.wcpio-wrap > a > img {
    display: block;
    width: 100%;
}

.wcpio-wrap .wcpio-overlay {
    position: absolute;
    pointer-events: none; /* δεν "κλέβει" κλικ */
    z-index: 10;
    max-width: 100%;        /* δεν ξεχειλίζει ποτέ */
    height: auto;
    /* θέση & μέγεθος έρχεται από inline style που παράγει το PHP */
}
