/*
 Theme Name:   Phantom Tactical Gear (Kadence Child)
 Theme URI:    https://phantomtacticalgear.com
 Description:  A Kadence child theme for Phantom Tactical Gear - dark tactical styling and WooCommerce ready.
 Author:       Phantom Tactical
 Author URI:   https://phantomtacticalgear.com
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  phantom-tactical-gear
*/

/* Core brand colors */
:root {
  --ptg-black: #111111;
  --ptg-gunmetal: #2A2A2A;
  --ptg-red: #B22222;
  --ptg-white: #F5F5F5;
}

body { background: var(--ptg-black); color: var(--ptg-white); }
a { color: var(--ptg-red); }
.wp-block-button__link, .button, .woocommerce a.button, .woocommerce button.button {
  background: var(--ptg-red); border-radius: 4px; color: #fff;
}
.site-footer { background:#000; color:#aaa; }
*/
/* WooCommerce tweaks */
.woocommerce div.product .product_title { text-transform: uppercase; letter-spacing: .03em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ptg-red); font-weight: 700; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-weight:700; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background:#1a1a1a; border-left-color: var(--ptg-red); }