:root {
  --primary-color: #00d4ff !important;
  --secondary-color: #0ea5e9 !important;
}
body {
  background: #0a0e17 !important;
  color: #e2e8f0 !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
}
.theme-header, header, .zp-header {
  background: rgba(10, 14, 23, 0.95) !important;
  border-bottom: 1px solid rgba(0, 212, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
}
.theme-header *, header *, .zp-header * {
  color: #e2e8f0 !important;
}
.site-logo img, .theme-header .logo img {
  filter: brightness(0) invert(1) !important;
}
nav a, .nav-link, .zp-nav a {
  color: #e2e8f0 !important;
}
nav a:hover, .nav-link:hover {
  color: #00d4ff !important;
}
.hero-section, .hero-banner, .zp-hero, .banner-section, .zp-section-banner {
  background: linear-gradient(135deg, #0a0e17 0%, #0f172a 100%) !important;
  min-height: 500px !important;
}
.hero-section *, .hero-banner *, .zp-hero * {
  color: #ffffff !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}
p, span, li, td, th, label {
  color: #cbd5e1 !important;
}
a {
  color: #00d4ff !important;
}
.product-card, .item-card, .zp-product-card, .theme-product-box-content {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
}
.product-card:hover, .item-card:hover, .theme-product-box-content:hover {
  border-color: rgba(0, 212, 255, 0.3) !important;
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.1) !important;
}
.product-title, .item-name {
  color: #ffffff !important;
}
.product-price, .item-price, .price {
  color: #00d4ff !important;
  font-weight: 700 !important;
}
.btn-primary, .add-to-cart, .zp-btn-primary, button[type="submit"] {
  background: linear-gradient(135deg, #00d4ff, #0ea5e9) !important;
  color: #0a0e17 !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
}
.btn-primary:hover, .add-to-cart:hover {
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.5) !important;
  transform: translateY(-2px) !important;
}
footer, .theme-footer, .zp-footer {
  background: #080b12 !important;
  border-top: 1px solid rgba(0, 212, 255, 0.1) !important;
  color: #94a3b8 !important;
}
footer *, .theme-footer * {
  color: #94a3b8 !important;
}
input, select, textarea {
  background: rgba(15, 23, 42, 0.8) !important;
  border: 1px solid rgba(0, 212, 255, 0.2) !important;
  color: #e2e8f0 !important;
  border-radius: 8px !important;
}
input:focus, select:focus, textarea:focus {
  border-color: #00d4ff !important;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.2) !important;
}
.section, section, .zpsection, .zpdefault-section, .zplight-section, .zpdefault-section-bg, .zplight-section-bg, .zprow, .zpelem-col, .zpcol-12 {
  background: transparent !important;
}
