/* hide "get in touch with support" text */
.site-hero__sub {
  display: none !important;
}

/* hide home navigation button on the left */
.cheader__navbtn {
  display: none !important;
}

/* hide scrolling text up top*/
.marquee-announcement-bar {
  display: none !important;
}

/* hide the cart icon on the right*/
#cart-icon-bubble {
  display: none !important;
}

/* hide the Tinothy logo in the center
I didn't want to get rid of it, but it links to the homepage which is confusing
*/
.cheader__logo-wrap {
  display: none !important;
}