/*.product-miniature.js-product-miniature {*/
/*	border : 1px solid #DEDEDE;*/
/*}*/

@media (min-width : 768px) {

	body:not(#order-confirmation) .products {
		grid-template-columns : repeat(auto-fill, minmax(250px, 1fr));
	}

}

@media (min-width : 1024px) {
	body:not(#index) .wrapper__inner {
		flex-direction : row;
	}

	body:not(#index) .left-column__wrapper {
		width          : 25%;
		margin-right   : 20px;
		padding-bottom : 0;
	}

	#category .wrapper__inner {
		max-width : 1280px;
		padding   : 2em 0;
	}

	/*body:not(#index) #content-wrapper {*/
	/*    padding-right : 20px;*/
	/*}*/
}
