/* Limites essenciais das imagens de produto, preservados fora do CSS unico. */
.neb-product .woocommerce-product-gallery__image>a{
    display:block;
    max-width:100%;
    overflow:hidden;
}
.neb-product .woocommerce-product-gallery__image img,
.neb-product .related.products li.product img,
.neb-product .upsells.products li.product img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    box-sizing:border-box;
}

@media(max-width:767px){
    .neb-product .woocommerce-product-gallery,
    .neb-product .woocommerce-product-gallery__wrapper,
    .neb-product .woocommerce-product-gallery__image{
        width:100%!important;
        max-width:100%!important;
    }
}
