/*
Theme Name: Hello Commerce Child
Theme URI: https://example.com/
Description: Thème enfant de Hello Commerce pour WooCommerce et Elementor.
Author: SC Web Solutions
Author URI: https://example.com/
Template: hello-commerce
Version: 1.0.0
Text Domain: hello-commerce-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Ajoute ton CSS personnalisé ci-dessous.
Ce fichier est chargé après les styles du thème parent.
*/

/* Exemple : ajustements WooCommerce / Elementor */
.woocommerce div.product form.cart {
    margin-bottom: 1.5rem;
}
