/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
   /* Cacher les prix partout sauf sur la homepage */
body:not(.page-index) .product-prices,
body:not(.page-index) .product-price,
body:not(.page-index) .product-flags .discount,
.product-miniature-default .regular-price,
body:not(.page-index) .price {
  display: none !important; 
}

body#index .product-category-name {
  display: none !important; 
}

body:not(.page-index) .product-prices::before,
body:not(.page-index) .product-price::before,
body:not(.page-index) .product-flags .discount,
body:not(.page-index) .price::before {
  content:"TEST"; display:block;
}

.unite-stf {display:none !important;}