/* HaoLustra product catalog archive (/products/) — hide the empty hero placeholder
   and keep the hero text layout balanced. */
.post-type-archive-hl_product .hl-category-hero .hl-placeholder {
	display: none !important;
}
.post-type-archive-hl_product .hl-category-hero .hl-hero-grid {
	grid-template-columns: 1fr !important;
}
