How to remove shopping cart icon from Brooklyn theme?

Hello! I am trying to remove the shopping cart icon from my site, any help would be greatly appreciated!

URL: https://jimmyscannabis.ca

@glorygut

oh sorry for that issue,

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.cart-link {
    display: none !important;
}

@KetanKumar

Thank you!

@glorygut

its my pleasure to help