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