.menu .js-top-menu {
  display: none;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  padding-bottom: 16px;
}

#header .header-top>.container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

#header .ps-headline {
  background-color: transparent;
}

#header .header-nav .container {
  width: 100%;
  max-width: var(--container-max-width);
}

#header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 16px;
}

#header {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#header .ps-hd-center {
  justify-content: flex-end;
}

#header .header-nav .blockcart {
  height: unset !important;
}

#wrapper {
  padding-top: 0;
}

@media (max-width: 992px) {
  /* .perfect-change-container {
    margin-top: 12px;
  }  */
  #header .header-nav .blockcart {
    margin-top: .6rem;
    height: unset;
    
  }

  #header .header-top {
    padding: 0;
  }


}

@media (min-width: 992px) {
  #header .header-nav .blockcart .header {
    margin-top: .125rem;
    /* padding-right: 25px; */
  }
}

@media (max-width: 768px) {
  #header .header-nav, nav.header-nav {
    max-height: unset;
  }
  #header .header-nav .cart-preview.active {
    margin-top: .5rem;
  }
}

@media (min-width: 768px) {
  #header .header-top {
    display: none;
  }

  #header #_desktop_search .psajaxsearchplus-header-search {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(640px, 40vw);
    margin: 0;
    z-index: 2;
  }

  .col-md-7.right-nav {
    display: none;
  }

}

#header .user-info a.account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

/* Estilo para el círculo con inicial del usuario */
.user-avatar-initial {
  display: inline-flex;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--recoautos-primary-light);
  color: var(--color-text);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-normal);
  text-transform: uppercase;
  line-height: 1;
}

/* Asegurar que el enlace esté centrado */
#_desktop_user_info .user-info .account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}