/*
Theme Name: Frazer's Customz — Astra Child
Theme URI: https://frazerscustomz.com
Description: Child theme for Frazer's Customz based on Astra parent theme.
Author: ChatGPT (assistant)
Template: astra
Version: 1.0.0
Text Domain: frazerscustomz-astra-child
*/

/* Child theme custom styles */
.site-header{background:#ffffff;padding:18px 0;border-bottom:1px solid #eee;}
.site-header .site-logo{display:flex;align-items:center;gap:12px;}
.site-header .site-title{font-weight:700;font-size:1.15rem;}
.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;gap:20px;align-items:center;}
.main-navigation a{font-weight:700;text-decoration:none;}
.site-header .header-right{display:flex;gap:12px;align-items:center;}
.mini-cart-count{background:#000;color:#fff;border-radius:999px;padding:2px 8px;font-size:.85rem;}
.fc-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.fc-product-card{border:1px solid #eee;padding:12px;border-radius:8px;text-align:center;}
.btn-shop{display:inline-block;padding:10px 18px;border-radius:6px;background:#000;color:#fff;text-decoration:none;}
@media (max-width:768px){ .main-navigation ul{flex-wrap:wrap;gap:12px;} }
