.wcpa_name:before {
  content: "🎁 produit offert par ";
   color:#de904a;
   font-size: 16px;
   font-weight: bold!important;
  }
@media (max-width: 767px) {
    div.woocommerce.columns-4 ul.products.columns-4 li.product {
        width: 50%!important;
        float: left!important;
    }
}
@media (max-width: 767px) {
.woocommerce ul.products li.product {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 2% 10px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  width: 48%;
}}
@media (max-width: 767px) {
.woocommerce ul.products li.product:nth-child(2n+1) {
  clear: left;
}}

@media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product {
    width: 100%;
  }
}
@media (max-width: 767px) {
    .woocommerce ul.products li.product {
        height: 375px;
    }
}
.posted_in {
  display:none!important;
  }
  .product_meta{
  display:none!important;
  }