/* Remove selo de desconto */
body#product-page .ambos::before,
body#product-page .ambos:before {
  content: none !important;
  display: none !important;
}

/* Remove texto "Acesso gratuito para associados" */
body#product-page .product-price.ambos .freePrice {
  display: none !important;
}