/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Border radius para imagens no widget de produtos */
ul.product_list_widget li img {
    border-radius: 16px !important;
}

/* Versão mobile (se precisar de ajustes específicos) */
@media only screen and (max-width: 48em) {
    ul.product_list_widget li img {
        border-radius: 16px !important;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}