/*
 Theme Name:     Hello Elementor Enfant Premium
 Theme URI:      https://example.com/hello-elementor-enfant
 Description:    Thème enfant WooCommerce premium pour Hello Elementor, responsive et optimisé pour onglets personnalisés
 Author:         Ton Nom
 Author URI:     https://example.com
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    hello-elementor-enfant
*/

/* Import du style du thème parent */
@import url("../hello-elementor/style.css");

/* Ajouts CSS généraux */
.woocommerce-Tabs-panel[class*="woocommerce-Tabs-panel--custom_tab"] {
    margin-top: 2em;
}
.woocommerce-tabs .tabs li a {
    font-weight: bold;
}

/* Import CSS responsive */
@import url("assets/css/responsive.css");