/*
 Theme Name:   AutoPartsPro Child
 Theme URI:    https://yourdomain.com
 Description:  Child theme for Astra adding pro shop header & styles for WooCommerce.
 Author:       You
 Template:     astra
 Version:      1.0.0
*/

/* Header tweaks */
.site-header { position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.header-search { max-width: 640px; width: 100%; }
.autoparts-topbar { background:#0a7; color:#fff; padding:6px 12px; text-align:center; font-weight:600; }
.ast-site-identity .site-title a { color:#111; }
.woocommerce ul.products li.product .price { font-weight: 700; }
.woocommerce div.product .product_title { font-size: 1.8rem; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background:#0a7; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { border-color:#0a7; }
