/*
 Theme Name:  BraveHart Blocksy Child
 Theme URI:   https://www.bravehart.co.za/
 Description: BraveHart child theme for WooCommerce (Blocksy parent). Includes PWA-friendly UX, trust badges, and product facts.
 Author:      BraveHart + ChatGPT
 Template:    blocksy
 Version:     1.1.1
 License:     GPL-2.0-or-later
 Text Domain: bravehart-child
*/
:root{--bh-black:#0a0a0a;--bh-gold:#d4af37;--bh-white:#fff}
.bh-usp{display:flex;gap:24px;justify-content:center;align-items:center;padding:10px 16px;background:#0a0a0a;color:#fff;font-size:14px}
.bh-usp .label{font-weight:700;color:var(--bh-gold)}
.bh-facts{border:1px solid #eee;border-radius:8px;padding:12px;margin:16px 0}
.bh-facts ul{list-style:none;padding-left:0;margin:0}
.bh-facts li{padding:6px 0;border-bottom:1px dashed #eee}
.bh-facts li:last-child{border-bottom:none}
.bh-badges{display:flex;gap:16px;align-items:center;margin-top:10px;flex-wrap:wrap}
.bh-badge{display:flex;gap:10px;align-items:center;border:1px solid #eee;padding:8px 12px;border-radius:6px;font-size:14px}
.bh-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--bh-gold);display:inline-block}
.bh-shipping-note{background:#f7f7f7;padding:10px 12px;border-radius:6px;margin:8px 0;font-size:14px}
.bh-free{color:#0a7a28;font-weight:700}