/*
Theme Name: Besa Child
Theme URI: https://elementor.thembay.com/besa/
Author: Thembay
Description: This is a child theme for Besa
Version: 1.0
Author URI: https://thembay.com/
Template: besa
Text Domain: besa-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}