/*
 * Heritage Motorworks — Heritage Standard
 *
 * Layout source:
 * assets/css/shop.css
 *
 * This file contains only module-specific containment rules.
 * The shared shop layout and responsive system remain in shop.css.
 */

.hm-shop-standard {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.hm-shop-standard .hm-shop-container,
.hm-shop-standard__header,
.hm-shop-standard__grid,
.hm-shop-standard__item {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

@media (max-width: 768px) {

	.hm-shop-standard .hm-shop-container {
		width: calc(100% - 28px);
		max-width: calc(100% - 28px);
	}

	.hm-shop-standard__header,
	.hm-shop-standard__grid {
		width: 100%;
	}

	.hm-shop-standard__item {
		width: 100%;
		max-width: 100%;
	}

}
