/* --- ID 368: Menu header - Boutique Pro --- */
/* HomerentAI — Boutique Pro (anti-pop menu) */
html.hr-menu-booting .hp-menu--user-account{
  visibility: hidden; /* empêche l’affichage pendant l’injection */
}

html.hr-menu-ready .hp-menu--user-account{
  visibility: visible;
}

/* Optionnel: petite séparation visuelle avant le logout (si tu veux plus tard) */
/*
.hp-menu--user-account .hp-menu__item--owner-shop{
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(148,163,184,.35);
}
*/

