/**
* Theme Name: Axetor Child
* Description: This is a child theme of Axetor, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: axetor
* Version: 1.1.7
*/

.single-product div.product .axetor-single-product-extra {
	display:none;
}

.axetor-sorting {
	display:none;
}

body.tax-product_cat .quote-icon-under-price{
  height: auto !important;
  max-height: none !important;
  line-height: normal !important;
  overflow: visible !important;
}

/* Carte produit = colonne flex */
.woocommerce ul.products li.product{
  display: flex !important;
  flex-direction: column !important;
}

/* Titre : hauteur fixe (2 lignes) */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  min-height: 3.0em !important;     /* ≈ 2 lignes */
  line-height: 1.2em !important;
  overflow: hidden !important;
  margin-bottom: 10px !important;
}

/* Zone prix (si besoin) */
.woocommerce ul.products li.product .price{
  display: block !important;
}

/* Ton bloc icônes = toujours en bas */
.woocommerce ul.products li.product .quote-icon-under-price{
  margin-top: auto !important;
  padding-top: 8px !important;
}
.woocommerce ul.products li.product{
  height: 100% !important;
}
