
/* === TRADIEGEAR DARK THEME === */
body { background: #0d0d0d; color: #e0e0e0; }
.site-header { background: #1a1a1a !important; border-bottom: 3px solid #ff6600 !important; }
.site-header .site-branding .site-title a { color: #ff6600 !important; font-weight: 900; font-size: 24px; letter-spacing: -0.5px; }
.site-header .site-branding .site-description { color: #999; font-size: 13px; }
.main-navigation ul li a { color: #ccc !important; font-weight: 600; text-transform: uppercase; font-size: 13px; }
.main-navigation ul li a:hover { color: #ff6600 !important; }
.storefront-primary-navigation { background: #1a1a1a !important; }
.site-footer { background: #111 !important; color: #888; border-top: 1px solid #333; }
.site-footer a { color: #ff6600; }
.woocommerce-products-header { background: linear-gradient(135deg, #1a1a1a, #2d1a00); padding: 50px 0 !important; text-align: center; border-bottom: 1px solid #333; }
.woocommerce-products-header__title { color: #ff6600 !important; font-size: 36px !important; font-weight: 900 !important; }
ul.products li.product { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 8px; padding: 15px; transition: all 0.3s; }
ul.products li.product:hover { border-color: #ff6600; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255,102,0,0.15); }
ul.products li.product .woocommerce-loop-product__title { color: #e0e0e0 !important; font-weight: 600; }
ul.products li.product .price { color: #ff6600 !important; font-weight: 700; font-size: 18px; }
ul.products li.product .button { background: #ff6600 !important; color: #000 !important; font-weight: 700; border-radius: 4px; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
ul.products li.product .button:hover { background: #ff8533 !important; }
.storefront-sorting { background: #1a1a1a; padding: 15px; border-radius: 6px; color: #ccc; }
.woocommerce-pagination .page-numbers li .page-numbers { background: #1a1a1a; color: #ccc; border-color: #333; }
.woocommerce-pagination .page-numbers li .page-numbers.current { background: #ff6600; color: #000; }
.single-product .product_title { color: #ff6600 !important; }
.single-product .price { color: #ff6600 !important; font-size: 28px !important; }
.single-product .single_add_to_cart_button { background: #ff6600 !important; color: #000 !important; font-weight: 700; }
.widget .widget-title { color: #ff6600; border-bottom: 1px solid #333; }
.widget_product_categories ul li a { color: #ccc; }
.woocommerce-message, .woocommerce-info { background: #1a3a1a; color: #4caf50; border-color: #2d5a2d; }
.woocommerce-cart .cart_totals { background: #1a1a1a; }
table.shop_table { background: #1a1a1a; color: #ccc; }
table.shop_table th { color: #ff6600; }
input, select, textarea { background: #2a2a2a !important; color: #ccc !important; border-color: #333 !important; }
.storefront-handheld-footer-bar { background: #111; }
.storefront-handheld-footer-bar ul li a { color: #ccc; }
@media (max-width: 768px) {
  .woocommerce-products-header__title { font-size: 24px !important; }
}
