/* Empty category archive — watch + alt cards in the same grid */

.c-listing-grid__col--empty {
	grid-column: 1 / -1;
}

.c-listing-grid__col--empty-alt {
	/* Same cell as normal listing cards */
}
