/*
Theme Name: Astra Child – TwinBoys
Theme URI: https://twinboys.store/
Description: Child theme for TwinBoys Store on Astra Pro
Author: TwinBoys
Template: astra
Version: 1.0.0
Text Domain: astra-child-twinboys
*/


/* Basic helpers */
:root { --tbx-gap: 1.25rem; }


/* Header & footer minor polish */
.site-header, .main-header-bar { border-bottom: 1px solid #eee; }
.site-footer { border-top: 1px solid #eee; }


/* Category grid shortcode */
.tbx-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--tbx-gap);margin:2rem 0}
.tbx-cat-card{padding:1.1rem;border:1px solid #e6e6e6;border-radius:14px}
.tbx-cat-card a{display:block;font-weight:600;text-decoration:none}


/* Hero shortcode */
.tbx-hero{padding:5rem 1rem;text-align:center}
.tbx-hero h1{font-size:2.4rem;margin:0 0 .5rem}
.tbx-hero p{font-size:1.1rem;opacity:.85;max-width:780px;margin:0 auto 1.25rem}