/* მობილურზე პროფილის ხატულის ძალისმიერი ჩვენება */
@media (max-width: 991px) {
    .header-item--user, 
    .mobile-header-user, 
    .header-auth-buttons,
    .customer-auth {
        display: inline-block !important;
        visibility: visible !important;
    }
}