/*
 * Table of Contents
 */

.sacom-product-single img {

	max-width: 100%;
	max-height: 300px;

}

.sacom-shop-grid {

	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 25px;

}

.sacom-shop-grid-item {

	cursor: pointer;
	background-color: #E8E8E8;
	padding: 25px;
	text-align: center;

}

.sacom-shop-grid .sacom-shop-grid-item h2 {

	margin: 12px 0;
	font-size: 1.2em;
	color: #555;

}

.sacom-shop-grid .sacom-shop-grid-item h4 {

	margin: 12px 0;
	font-size: 1.05em;
	color: #777;

}

.sacom-shop-grid-item button {

	margin: 18px 0 12px;
	cursor: pointer;
	padding: 18px;
	color: #777;
	font-weight: 500;
	font-size: 1.0em;
	border: solid 1px #777;

}

.sacom-shop-grid-item button:hover {

	background-color: #EBEBEB;
	border: solid 1px #999;

}

.sacom-shop-grid-item img {

	max-height: 300px;

}

/*
 * Breakpoint Support.
 */

@media screen and ( min-width: 760px ) {

	.sacom-shop-grid {

		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;

	}

}
