/* ===== DNA HEADER OVERRIDE ===== */ /* Bigger logo */ .main-header .navbar-brand img{ max-height: 90px !important; width: auto !important; height: auto !important; } /* Hide cart + search in header */ .main-header .navbar-header .headercart, .main-header .navbar-header .headersearch{ display: none !important; } /* Hide wishlist item */ .main-header #wishlist-total{ display: none !important; } /* Hide the account/login dropdown (the one with the user icon) */ .main-header .top-links i.fa-user{ display: none !important; } /* Also hide the entire account list item by common structure */ .main-header .top-links > li.dropdown{ display: none !important; }