/* =========================================================================
   Blurred Athletics — HOME
   Layout lives inline in front-page.php (verbatim from the design); this file
   holds only home-scoped helpers/overrides.
   ========================================================================= */

/* product card image hover zoom is driven by [style-hover] JS shim; this is a
   CSS fallback in case JS is unavailable */
.ba-card:hover .ba-card-zoom { transform: scale(1.05); }

@media (max-width: 720px) {
	.ba-marque-grid { grid-template-columns: 1fr !important; }
}
