/* Padrao unico do header WeberShift em celulares. */
@media (max-width: 768px) {
  body:not(#wsx-header-mobile-standard) .header {
    box-sizing: border-box !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: none !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 10px 12px !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  body:not(#wsx-header-mobile-standard) .header-left {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  body:not(#wsx-header-mobile-standard) .header-right {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  body:not(#wsx-header-mobile-standard) .header .wsx-breadcrumb {
    display: none !important;
  }

  body:not(#wsx-header-mobile-standard) .header-left .wsx-header-logos {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }

  body:not(#wsx-header-mobile-standard) .header-right > .wsx-header-logos,
  body:not(#wsx-header-mobile-standard) .header .wsx-client-logo,
  body:not(#wsx-header-mobile-standard) .header .wsx-client-icon {
    display: none !important;
  }

  body:not(#wsx-header-mobile-standard) .header .wsx-logo-container {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    height: 32px !important;
  }

  body:not(#wsx-header-mobile-standard) .header .wsx-brand-logo-left,
  body:not(#wsx-header-mobile-standard) .header .wsx-brand-logo {
    display: block !important;
    width: auto !important;
    height: 28px !important;
    max-width: 160px !important;
    object-fit: contain !important;
  }

  body:not(#wsx-header-mobile-standard) .header .user-panel {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  body:not(#wsx-header-mobile-standard) .header .user-name-box {
    width: auto !important;
    max-width: min(120px, 28vw) !important;
    padding: 0 !important;
  }

  body:not(#wsx-header-mobile-standard) .header .user-name {
    display: block !important;
    max-width: min(120px, 28vw) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }

  body:not(#wsx-header-mobile-standard) .header .user-avatar,
  body:not(#wsx-header-mobile-standard) .header .user-avatar-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    flex-shrink: 0 !important;
  }

  body:not(#wsx-header-mobile-standard) .header .user-avatar-dropdown {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 24px) !important;
  }

  body:not(#wsx-header-mobile-standard) #wsx-produto-root .wsx-main-container {
    padding-top: 78px !important;
  }

  body:not(.wsx-produto-page):has(.header .wsx-brand-logo-left) {
    padding-top: 70px !important;
  }
}

@media (max-width: 359px) {
  body:not(#wsx-header-mobile-standard) .header .user-name-box {
    display: none !important;
  }
}
