.search-action,
cart-drawer-component,
.header-actions__cart-icon {
  display: none !important;
}

.header__column--left header-menu {
  display: block;
}

.header__column--center {
  justify-content: center;
}

.header__column--center .header-logo {
  justify-self: center;
}

.header-logo__image {
  display: block;
  width: var(--header-logo-image-width, 100px);
  height: auto;
  max-height: var(--header-logo-image-height, 75px);
  object-fit: contain;
}

@media (max-width: 749px) {
  .header-logo__image {
    width: var(--header-logo-image-width-mobile, 84px);
    max-height: var(--header-logo-image-height-mobile, 63px);
  }
}

.header__column--right header-actions {
  margin-left: auto;
}

.tia-juju-auth-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.tia-juju-auth-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.875rem;
}

.tia-juju-auth-form input {
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

.tia-juju-auth-form button[type='submit'],
.tia-juju-auth-logout {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  font: inherit;
  cursor: pointer;
}

.tia-juju-auth-form button[type='submit'] {
  background: #fc8b00;
  color: #fff;
  font-weight: 600;
}

.tia-juju-auth-logout {
  background: rgb(0 0 0 / 8%);
}

.tia-juju-auth-user {
  margin: 0;
  font-size: 0.875rem;
  word-break: break-word;
}
