/* Add custom CSS styles below */ 
/* Hide cart, search, and account icons */
.header-bar .icon-cart,
.header-bar .icon-search,
.header-bar .icon-user,
.header-bar .icon-menu {
    display: none !important;
}