/**
 * Products 2 template — scoped styles.
 * Base product layout styles come from style.css.
 */

.page-template-product-2 #product_2_intro {
	width: 100%;
	float: left;
	padding: 80px 0 40px;
	background: #fff;
}

.page-template-product-2 #product_2_intro .container {
	max-width: 920px;
}

.page-template-product-2 #product_2_intro h2 {
	margin: 0 0 24px;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #222;
}

.page-template-product-2 #product_2_intro p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 300;
	color: #666;
}

.page-template-product-2 .product_2_specifications--benefits {
	padding-bottom: 60px;
}

.page-template-product-2 .product_2_specifications--ideal {
	padding-top: 80px;
	background: #fff;
}

.page-template-product-2 #product_hero {
	background: #fff;
}

.page-template-product-2 .product_2_specifications #product_specifications_grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.page-template-product-2 .product_2_specifications .specification_box {
	padding: 32px 28px;
}

.page-template-product-2 .product_2_specifications .specification_box h3 {
	margin-bottom: 16px;
	font-size: 22px;
}

.page-template-product-2 #product_specifications_head p {
	width: 100%;
	float: left;
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 300;
	color: #666;
}

.page-template-product-2 .specification_box p {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	font-weight: 300;
	color: #666;
}

.page-template-product-2 #product_hero_r #product_features.product_features,
.page-template-product-2 #product_hero_r .product_features {
	width: 100%;
	float: left;
	margin-bottom: 45px;
}

.page-template-product-2 .product_features__list {
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 6px 0 6px 30px;
	list-style: none;
}

.page-template-product-2 .product_features__list::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 14px;
	bottom: 14px;
	width: 2px;
	border-radius: 2px;
	background: linear-gradient(
		180deg,
		rgba(199, 162, 124, 0) 0%,
		rgba(199, 162, 124, 0.55) 18%,
		rgba(155, 123, 88, 0.75) 50%,
		rgba(199, 162, 124, 0.55) 82%,
		rgba(199, 162, 124, 0) 100%
	);
}

.page-template-product-2 .product_features__list li {
	position: relative;
	padding: 17px 12px 17px 38px;
	border-bottom: 1px solid rgba(232, 237, 242, 0.75);
	font-size: 16px;
	line-height: 1.6;
	color: #5a5a5a;
}

.page-template-product-2 .product_features__list li:last-child {
	border-bottom: none;
}

.page-template-product-2 .product_features__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ebe3d9;
	transform: translateY(-50%);
}

.page-template-product-2 .product_features__list li::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	width: 5px;
	height: 10px;
	margin-top: -1px;
	border: solid #9b7b58;
	border-width: 0 2px 2px 0;
	transform: translateY(-60%) rotate(45deg);
}

.page-template-product-2 #product_page #related_products {
	float: left;
}

.page-template-product-2 .p2-related-carousel .related_product_box {
	margin: 0 12px;
}

@media only screen and (max-width: 991px) {
	.page-template-product-2 #product_2_intro {
		padding: 60px 0 30px;
	}

	.page-template-product-2 #product_2_intro h2 {
		font-size: 32px;
	}

	.page-template-product-2 .product_2_specifications #product_specifications_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.page-template-product-2 .product_2_specifications #product_specifications_grid {
		grid-template-columns: 1fr;
	}

	.page-template-product-2 #product_2_intro h2 {
		font-size: 28px;
	}
}
