/*
Theme Name: Saren Child
Description: Child theme for the Saren. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.com
Template: saren
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.woocommerce div.product div.images img {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    box-shadow: none!important;
    aspect-ratio: 1 / 1!important;
    object-fit: cover!important;
}

.pe--styled--popup {
    z-index: 9999!important;
}