How to get rid of product badge CSS for specific page

Hello, so I want to hide the badge here that is called tag__hot_Directly Donates just on this page.

How can I accomplish that?

https://taleology.com/collections/be-brave-collection

Specifically looking to add custom CSS to the section, which one can do in the editor.

Hi @Emma53

to hide the badge on collection page,

let try to add this custom css code:

.product-card__wrapper .product-card__badge {
  display: none;
}