/* ===== SPARK HEADER — default theme ===== */

/* الهيدر الرئيسي */
header.default_header {
  background: #080808 !important;
  border-bottom: 1px solid rgba(200,16,46,0.3) !important;
  box-shadow: 0 2px 20px rgba(200,16,46,0.1) !important;
}

/* glow line أسفل الهيدر */
header.default_header::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, #c8102e, transparent) !important;
  pointer-events: none !important;
}

/* NAV */
.default_header_container {
  background: transparent !important;
}

/* اللوجو */
.default_header_logo img {
  filter: drop-shadow(0 0 10px rgba(200,16,46,0.5)) !important;
  transition: filter 0.3s ease !important;
}

.default_header_logo img:hover {
  filter: drop-shadow(0 0 18px rgba(200,16,46,0.8)) !important;
}

/* أيقونات الهيدر */
header.default_header svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

header.default_header svg:hover {
  color: #c8102e !important;
  stroke: #c8102e !important;
}

/* زرار الـ menu (hamburger) */
header.default_header button {
  background: transparent !important;
  color: #fff !important;
}

/* الكارت badge */
header.default_header [class*="count"],
header.default_header [class*="badge"] {
  background: #c8102e !important;
  color: #fff !important;
  box-shadow: 0 0 8px rgba(200,16,46,0.6) !important;
}