/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/



/* Empêche la césure automatique avec tirets sur tous les paragraphes, titres et champs personnalisés */
p, h1, h2, h3, h4, h5, h6,
.elementor-widget-container,
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-theme-post-content,
.elementor-widget-theme-post-title,
.elementor-widget-theme-post-excerpt {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Supprimer totalement la bannière WooCommerce */
.woocommerce-message {
    display: none !important;
}


