/*
Theme Name: Zenginlerin Abbas
Theme URI: https://zenginlerinabbas.com
Author: Zenginlerin Abbas & Beyoğlu 1923
Author URI: https://zenginlerinabbas.com
Description: Zenginlerin Abbas lüks hakiki deri cüzdan, el yapımı çanta, kemer ve özel lazer kazıma hediye setleri için tasarlanmış yüksek dönüşümlü lüks WordPress & PHP e-ticaret teması.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenginlerin-abbas
Tags: e-commerce, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready, woocommerce
*/

/* Zenginlerin Abbas - Özel CSS Stilleri */
:root {
  --primary-gold: #f59e0b;
  --primary-gold-hover: #fbbf24;
  --bg-luxury-dark: #0c0d10;
  --card-bg: #14151a;
}

body {
  background-color: var(--bg-luxury-dark);
  color: #f3f4f6;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Altın Parlama Efekti */
.gold-glow {
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.2);
}

.gold-border-gradient {
  border-image: linear-gradient(to right, #f59e0b, #d97706) 1;
}

/* Scrollbar Özelleştirme */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #0c0d10;
}

::-webkit-scrollbar-thumb {
  background: #262626;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f59e0b;
}

/* Yazdırma Stili */
@media print {
  body {
    background: #ffffff;
    color: #000000;
  }
  header, footer, button, .no-print {
    display: none !important;
  }
}
