How to disable the cart icon in Kairo theme?

as per the title, I’d like to remove the cart icon completely. because I use a app for a sticky cart.

Update: I’d also like it so when a customer clicks on add to cart, it doesn’t redirect them to the cart page. yet stays on the current page.

@Stikkles Please add the below line of CSS code at the end of your base.css file.

body .header__icon--cart{
display:none !important;
}

and related to AJAX add to cart, please check your app or theme settings. they have option to not to redirect on cart page if users add product to cart.