/* 3DSTU Header — Clean Modern Style */

/* Header base */
header.ct-header {
  background: rgba(255,255,255,.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid #f1f5f9 !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.03) !important;
}
header.ct-header [data-row="middle"] {
  min-height: 56px !important;
  height: 56px !important;
}

/* Logo */
header.ct-header .site-branding img {
  max-height: 32px !important;
  width: auto !important;
}
header.ct-header .site-title-container { display: none !important; }

/* Menu items */
header.ct-header .ct-menu > li > a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #475569 !important;
  padding: 6px 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: color .2s !important;
}
header.ct-header .ct-menu > li > a:hover,
header.ct-header .ct-menu > li.current-menu-item > a {
  color: #0284c7 !important;
}

/* Cart & account icons */
header.ct-header .ct-cart-item,
header.ct-header .ct-account-item {
  color: #64748b !important;
}
header.ct-header .ct-cart-item:hover,
header.ct-header .ct-account-item:hover {
  color: #0284c7 !important;
}

/* Footer */
footer.ct-footer {
  background: #0f172a !important;
}
footer.ct-footer, footer.ct-footer a {
  color: #94a3b8 !important;
}
footer.ct-footer a:hover { color: white !important; }

/* Mobile menu */
.ct-panel.ct-header { background: white !important; }
.ct-panel .ct-menu > li > a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  text-transform: none !important;
}
