/* Cache-busting emergency repair for the v1.7.1 product-wrapper grid regression. */
body.fsg-product-layout-v173 #content,
body.fsg-product-layout-v173 .site-content,
body.fsg-product-layout-v173 #primary,
body.fsg-product-layout-v173 .content-area,
body.fsg-product-layout-v173 main.site-main,
body.fsg-product-layout-v173 .woocommerce {
	box-sizing: border-box !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.fsg-product-layout-v173 #primary,
body.fsg-product-layout-v173 .content-area {
	flex: 1 1 100% !important;
	float: none !important;
	grid-column: 1 / -1 !important;
}

body.fsg-product-layout-v173 #secondary,
body.fsg-product-layout-v173 .site-content > .widget-area,
body.fsg-product-layout-v173 .content-area + .widget-area {
	display: none !important;
}

body.fsg-product-layout-v173 .woocommerce div.product.type-product,
body.fsg-product-layout-v173 main div.product.type-product {
	clear: both !important;
	display: block !important;
	grid-template-columns: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1440px !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.fsg-product-layout-v173 .woocommerce div.product .woocommerce-tabs,
body.fsg-product-layout-v173 .woocommerce div.product section.related,
body.fsg-product-layout-v173 .woocommerce div.product section.upsells {
	clear: both !important;
	display: block !important;
	float: none !important;
	grid-column: 1 / -1 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.fsg-product-layout-v173 .related.products img,
body.fsg-product-layout-v173 .upsells.products img {
	display: block !important;
	height: auto !important;
	max-width: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 100% !important;
}

@media (min-width: 901px) {
	body.fsg-product-layout-v173 .woocommerce div.product .woocommerce-product-gallery {
		clear: none !important;
		float: left !important;
		margin: 0 4% 36px 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 52% !important;
	}

	body.fsg-product-layout-v173 .woocommerce div.product .summary,
	body.fsg-product-layout-v173 .woocommerce div.product .entry-summary {
		clear: none !important;
		float: right !important;
		margin: 0 0 36px !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 44% !important;
	}
}

@media (max-width: 900px) {
	body.fsg-product-layout-v173 .woocommerce div.product .woocommerce-product-gallery,
	body.fsg-product-layout-v173 .woocommerce div.product .summary,
	body.fsg-product-layout-v173 .woocommerce div.product .entry-summary {
		clear: both !important;
		float: none !important;
		margin: 0 0 24px !important;
		width: 100% !important;
	}
}
