/*
Theme Name:   Hello Elementor Child
Theme URI:    https://robobionics.in/
Description:  Child theme for Hello Elementor theme
Author:       RoboBionics
Author URI:   https://robobionics.in/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* 
 * Add your custom CSS below this line
 * All parent theme styles will be automatically loaded
 */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.woocommerce ul.products li.product {
    float: none;
    width: 100%;
    margin: 0;
}