/* Hide account/login icon */
.account-button,
shopify-account,
.header-actions__action[href*="account"],
a[href*="/account"] .header-actions__action {
  display: none !important;
}
