@media (max-width: 768px) {
  body {
    background: #fdfaf0 !important;
  }
  .site-header {
    background: linear-gradient(135deg, #1c1c1c, #0a0a0a) !important;
  }
  .logo, .logo span, .hamburger {
    color: #dfb331 !important;
  }
  .header-search input {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }
  .header-search button {
    color: #dfb331 !important;
  }
  .mobile-tab-bar {
    background: #111 !important;
    border-top: 2px solid #dfb331 !important;
  }
  .mtb-item {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .mtb-item.active {
    color: #dfb331 !important;
  }
  .mtb-fab {
    background: linear-gradient(135deg, #dfb331, #b28a1f) !important;
    color: #111 !important;
  }
  .product-card-app {
    border: 1px solid #eaddb6 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(201, 162, 39, 0.08) !important;
  }
  .pca-price {
    color: #b28a1f !important;
  }
  .mobile-cat-scroll a {
    background: #fff !important;
    border: 1px solid #eaddb6 !important;
    color: #b28a1f !important;
  }
  .hero { background: linear-gradient(135deg, #dfb331 0%, #b28a1f 100%) !important; color: #111 !important; }
  .hero h1, .hero p, .hero-badge { color: #111 !important; border-color: rgba(0,0,0,0.2) !important; }
  .hero-badge { background: rgba(0,0,0,0.05) !important; }
  .hero::before { display: none !important; }
  .mobile-search-bar { background: linear-gradient(135deg, #1c1c1c, #0a0a0a) !important; }
}
