/*
====================================================
Metrosoft Product Watermark
Frontend Style
====================================================
*/

/* Image Wrapper */

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-product-gallery,
.elementor-widget-woocommerce-products .woocommerce-LoopProduct-link{

    position:relative;
    overflow:hidden;

}


/* Watermark Layer */

.mpw-overlay{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    pointer-events:none;

    z-index:999;

}


/* Logo */

.mpw-overlay img{

    width:auto;

    max-width:45%;

    max-height:45%;

    user-select:none;

    -webkit-user-drag:none;

    pointer-events:none;

}


/* Single Product */

.woocommerce-product-gallery .mpw-overlay img{

    max-width:50%;

    max-height:50%;

}


/* Responsive */

@media (max-width:768px){

    .mpw-overlay img{

        max-width:55%;

        max-height:55%;

    }

}
.product-cart-wrap .product-img,
.product-cart-wrap .product-img-inner,
.product-detail .product-image-slider,
.woocommerce-product-gallery{

    position:relative;
    overflow:hidden;

}