/* Produits */
/* Pour ne pas avoir le bouton de revendeur qui depasse */
.astra-advanced-hook-4900 .elementor-column-gap-default {
  display: block !important;
}

/* Cacher le prix */
.astra-shop-summary-wrap .price {
  display: none !important;
}

@media screen and (max-width: 767px) {
  /* Woocommerce product title 14px */
  .products .astra-shop-summary-wrap .woocommerce-loop-product__title {
    font-size: 14px !important;
  }
}

/* Grid mobile */
@media screen and (max-width: 767px) {
  * ul.products {
    grid-row-gap: 16px !important;
    grid-column-gap: 16px !important;
  }
  li.product {
    padding: 0 !important;
    background-color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  .astra-shop-summary-wrap {
    margin-top: 0 !important;
  }
  ul.products li.product {
    background-color: #fff !important;
  }
}

/* @media screen and (min-width: 768px) {
  ul.products li.product {
    background-color: transparent !important;
  }
} */