/* Catalogue mode styles */
.phmh-cta-button {
	display: inline-block;
	margin: 0.5em 0;
	text-decoration: none;
}
.phmh-cta-loop { font-size: 0.9em; }
.phmh-featured-products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.5rem;
	margin: 1.5rem 0;
}
.phmh-featured-product { text-align: center; }
.phmh-featured-product img { max-width: 100%; height: auto; }
