/* Sbaya Mobile -- global header brand skin, sitewide.
   Scoped strictly to .elementor-location-header (the shared header template)
   -- never touches body, footer, or page content. Recolors the existing
   header structure to match the new dark/blue brand, without replacing its
   markup or breaking the nav/cart/account functionality underneath. */
.elementor-location-header{
  background:#05070C !important;
  color:#F5F6F8;
}
.elementor-location-header .elementor-widget-text-editor p{
  color:#02141F;
}
.elementor-location-header .elementor-nav-menu{
  gap:8px;
}
.elementor-location-header .elementor-nav-menu a,
.elementor-location-header .elementor-item{
  color:#95A0AD !important;
  font-weight:500;
}
.elementor-location-header .elementor-nav-menu a:hover,
.elementor-location-header .elementor-item:hover,
.elementor-location-header .elementor-item-active{
  color:#fff !important;
}
.elementor-location-header svg,
.elementor-location-header .elementor-icon{
  color:#95A0AD;
}
.elementor-location-header a:hover svg{
  color:#49E0FF;
}
.elementor-location-header .e-con-full,
.elementor-location-header .e-con-boxed,
.elementor-location-header .e-con-inner{
  background:transparent !important;
}
/* The one bar that should keep the brand gradient rather than go dark --
   matches the homepage's blue/cyan announcement bar. */
.elementor-location-header .elementor-element-fcdac15,
.elementor-location-header div[data-settings*='background_background']:first-child{
  background:transparent;
}
/* Account/cart pill button, if styled as a solid button widget */
.elementor-location-header a.elementor-button{
  background:linear-gradient(100deg,#49E0FF,#29ABE2) !important;
  color:#02141F !important;
  border-radius:100px !important;
}