/* MINIMAL — Beyaz + İnce çizgiler */
[data-theme="minimal"] {
  --bg: #FFFFFF;
  --text: #111827;
  --card: #FAFAFA;
  --border: #E5E7EB;
  --primary: #111827;
  --accent: #6366F1;
  --header-bg: rgba(255,255,255,0.95);
  --topbar-bg: #FAFAFA;
  --footer-bg: #FAFAFA;
}
[data-theme="minimal"] body { background:#fff; color:#111827; }
[data-theme="minimal"] .product-card { border-radius: 4px; box-shadow:none; }
[data-theme="minimal"] .product-card:hover { border-color:#111827; transform: translateY(-4px); }
[data-theme="minimal"] .btn-primary, [data-theme="minimal"] .cta-btn { border-radius: 0; }
[data-theme="minimal"] .hero-title { font-weight: 700; }
