/* TEMPORARY: Hide customer login - remove this file + theme.yml entry to restore */
.user-info .login,
.user-info a.login {
  display: none !important;
}

/* Hide "Sign in" placeholder in mobile header */
#_mobile_user_info {
  display: none !important;
}

/* Hide login form on authentication page */
#login-form,
.login-form,
.login__form {
  display: none !important;
}

/* Hide login tab in checkout */
#checkout-login-form,
[data-link-action="show-login-form"] {
  display: none !important;
}

/* Hide "Sign in" link in registration page */
.register-form__login-prompt {
  display: none !important;
}

/* Hide footer account links for non-logged users */
#block-myaccount-infos .footer__block__content li a[href*="authentication"] {
  display: none !important;
}

/* Hide "Accès professionnels" button (custom pro login link) */
.header-block a[href*="/connexion"] {
  display: none !important;
}
