/*
Theme Name: Laouen
Description: Hello Elementor Child Theme (Laouen)
Author: Killian Le Guen
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laouen
*/
.variators-menu .elementor-add-to-cart .variations_form.cart .label, .variators-menu .elementor-add-to-cart .variations_form.cart .value {
  background: unset;
  padding: 0;
}
.variators-menu .single_add_to_cart_button {
  width: 100%;
}

.similar-product .woocommerce-loop-product__title, .similar-product .price, .similar-product .button {
  display: none !important;
}

.product-categories .woocommerce-loop-category__title {
  display: none !important;
}

/* Remove Elementor forcing fills on SVG icons */
.elementor-icon svg,
.elementor-icon svg * {
  fill: none !important;
}

/* Keep outline stroke */
.elementor-icon svg,
.elementor-icon svg * {
  stroke: currentColor;
}

/* Remove any background/padding square */
.elementor-icon {
  background: transparent !important;
}

.elementor-menu-cart__toggle .elementor-button svg,
.elementor-menu-cart__toggle .elementor-button svg * {
  fill: none !important;
  stroke: currentColor;
}

p {
  margin-block-end: 0 !important;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
}

body {
  --laouen-white: #ffffff;
  --laouen-black: #000000;
  --laouen-transparent: rgba(0,0,0,0);
  --laouen-primary: var(--e-global-color-primary, #66D9E8);
  --laouen-secondary: var(--e-global-color-secondary, #01528A);
}

/*# sourceMappingURL=style.css.map */
