<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loops-wrapper.products.grid4 &gt; .product,
.loops-wrapper.grid4 &gt; .post{
    width:22.6%
}
.loops-wrapper.products.grid4 &gt; .product:nth-of-type(4n+1),
.loops-wrapper.grid4 &gt; .post:nth-of-type(4n+1){
    margin-left:0;
    clear:left
}
.loops-wrapper.products.grid4.no-gutter &gt; .product,
.loops-wrapper.grid4.no-gutter &gt; .post{
    width:25%
}
@media screen and (max-width:900px){
	.loops-wrapper.products.grid4 &gt; .product,
	.loops-wrapper.grid4 &gt; .post{
		width:48.4%
	}
	.loops-wrapper.products.grid4.no-gutter &gt; .product,
	.loops-wrapper.grid4.no-gutter &gt; .post{
		width:50%
	}
	.loops-wrapper.products.grid4 &gt; .product:nth-of-type(2n+1),
	.loops-wrapper.grid4 &gt; .post:nth-of-type(2n+1){
		margin-left:0;
		clear:left
	}
}
@media screen and (max-width:680px){
	.loops-wrapper.grid4 &gt; .post,
	.loops-wrapper.grid4.no-gutter &gt; .post{
		width:100%;
		margin-left:0;
		float:none
	}
}</pre></body></html>