/* Product Page Template — legacy ACF layouts */

.cms-products-flexible-content {
	margin-top: 20px;
}

.cms-flexible-layout {
	margin-bottom: 40px;
}

.cms-flexible-layout:last-child {
	margin-bottom: 0;
}

.cms-product-item {
	margin-bottom: 30px;
}

.cms-product-item .product-images {
	margin-bottom: 15px;
}

.cms-product-item .product-images a {
	display: inline-block;
}

.cms-product-item .product-img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.cms-product-item .product-details {
	font-size: 15px;
	line-height: 1.6;
}

.cms-product-item .product-details > *:last-child {
	margin-bottom: 0;
}

.cms-flexible-layout .full-text {
	margin-bottom: 0;
}

/* 5-column grid (legacy col-sm-15) */
.col-md-15 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-15 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 767px) {
	.cms-product-item {
		margin-bottom: 20px;
	}
}
