/*
Theme Name: Ham Sales Shop — Warm Neighborhood (Child)
Theme URI: https://hamsales.com/
Template: hamsales-warm-neighborhood
Author: Ham Sales Shop build team
Description: Site-specific child theme for Ham Sales Shop. Put every store-specific tweak here so the parent theme stays upgradeable. The parent holds the Warm Neighborhood design system; this layer holds local overrides only.
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hamsales-child
*/

/* -----------------------------------------------------------------
 * Site-specific overrides live below this line.
 * The parent theme's tokens are available as CSS custom properties,
 * so most brand adjustments only need a variable override here.
 * ----------------------------------------------------------------- */

:root {
	/* Example: nudge a token without touching the parent theme.
	   --primary: #B9573F; */
}

/* Slightly tighter product titles on very small phones. */
@media (max-width: 400px) {
	.product-card h3,
	.product-card h2 {
		font-size: 13.5px;
		min-height: 38px;
	}
}
