.typeheader-41 {
  background: rgba(5, 7, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  color: #e8f4ff;
}
.typeheader-41 .header-top {
  background: #05070a;
  color: #9fb0c2;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.typeheader-41 .telephone,
.typeheader-41 .welcome-msg,
.typeheader-41 .lang-curr {
  padding: 10px 0;
}
.typeheader-41 .welcome-msg {
  color: #c8d7e5;
  text-align: center;
  text-transform: uppercase;
}
.typeheader-41 .lang-curr {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}
.typeheader-41 .header-middle {
  padding: 15px 0;
  background: linear-gradient(180deg, rgba(8, 17, 31, 0.96), rgba(5, 7, 10, 0.96));
}
.typeheader-41 .logo img {
  max-height: 48px;
  width: auto;
}
.typeheader-41 .middle2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.typeheader-41 .main-menu .megamenu > li > a,
.typeheader-41 .main-menu .megamenu > li > a strong {
  color: #d7e6f2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.typeheader-41 .main-menu .megamenu > li:hover > a,
.typeheader-41 .main-menu .megamenu > li:hover > a strong,
.typeheader-41 .main-menu .megamenu > li.active_menu > a strong {
  color: var(--ulx41-accent, #00a3ff);
}
.typeheader-41 .icon-search,
.typeheader-41 .signin-w > li > a,
.typeheader-41 .wishlist a {
  color: #e8f4ff;
}
.typeheader-41 .shopping_cart {
  color: #e8f4ff;
}
.typeheader-41 .dropdown-menu {
  border: 1px solid rgba(0, 163, 255, 0.18);
  background: #08111f;
}
.typeheader-41 .dropdown-menu a {
  color: #c8d7e5;
}
.typeheader-41 .dropdown-menu a:hover {
  color: #fff;
  background: rgba(0, 163, 255, 0.12);
}
@media (max-width: 1199px) {
  .typeheader-41 .header-middle { padding: 12px 0; }
  .typeheader-41 .middle2 { gap: 10px; }
}