/* Cache la marque sous le stock */
.single-product .product_meta .posted_in {
  display: none !important;
}

/* Logo de la marque dans le tableau Caractéristiques */
.woocommerce div.product .shop_attributes .hmd-brand-logo {
  max-height: 14px;
  height: auto;
  width: auto;
  display: block;
  margin: 0.25rem 0;

  /* Neutralise styles hérités */
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
