<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* init */

.product-grid:not(.product-recommendation, .slider) {
	margin: 0 -16px;
}

@media (min-width: 750px) {
	.product-grid {
		margin: 0;
	}
}
</pre></body></html>