.shopgrid 
{
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
}

