/* หน้าหมวดหมู่สินค้า และหน้าหมวดหมู่ย่อย - สไตล์โมเดิร์น
   Scoped to .catprod-modern; palette #062452 / #0a4091 / #17396c / #f5f8fc
   ใช้ที่ page/product_category.blade.php และ page/product_list.blade.php */

.product-details.catprod-modern {
	background: #f5f8fc;
	padding: 56px 0 64px;
}

.product-details.catprod-modern > .container {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

/* ---- ส่วนหัวเรื่อง ---- */
.product-details.catprod-modern .sec-title__title {
	color: #17396c;
	font-family: 'promptsemibold';
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 18px;
	padding-bottom: 14px;
	position: relative;
}

.product-details.catprod-modern .sec-title__title::after {
	background: #0a4091;
	border-radius: 2px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 44px;
}

/* ---- กรอบภาพ ---- */
.product-details.catprod-modern .product-details__image {
	border-radius: 18px;
	/* box-shadow: 0 16px 38px -26px rgba(6, 36, 82, .45); */
	margin-bottom: 0;
	overflow: hidden;
}

.product-details.catprod-modern .product-details__image img {
	border-radius: 18px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* ---- เนื้อหา ---- */
.product-details.catprod-modern .product-details__content_text p,
.product-details.catprod-modern .product-details__content__text p {
	color: #4a5a72;
	font-family: 'promptregular';
	font-size: 17px;
	line-height: 1.85;
	margin-bottom: 14px;
}

/* ---- การ์ดสินค้าแต่ละรุ่น ---- */
.product-details.catprod-modern .product-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(23, 57, 108, .10);
	border-radius: 18px;
	box-shadow: 0 14px 34px -24px rgba(6, 36, 82, .40);
	margin-top: 26px !important;
	padding: 24px;
}

.product-details.catprod-modern .product-card .product-details__image {
	box-shadow: none;
}

/* ---- รายการจุดเด่น ---- */
.product-details.catprod-modern .intro-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.product-details.catprod-modern .intro-list li {
	align-items: flex-start;
	color: #4a5a72;
	display: flex;
	font-family: 'promptregular';
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.product-details.catprod-modern .intro-list .ico {
	align-items: center;
	background: #0a4091;
	border-radius: 8px;
	display: flex;
	flex: none;
	height: 26px;
	justify-content: center;
	margin-right: 12px;
	margin-top: 2px;
	width: 26px;
}

.product-details.catprod-modern .intro-list .ico svg {
	height: 15px;
	stroke: #ffffff;
	width: 15px;
}

.product-details.catprod-modern .product-details__content__quantity {
	margin-bottom: 12px;
}

.product-details.catprod-modern .product-details__content__quantity__text {
	color: #17396c;
	font-family: 'promptsemibold';
	font-size: 21px;
	line-height: 1.4;
	margin-right: 0;
}

.product-details.catprod-modern .product-details__content__buttons {
	margin-top: 6px;
}

.product-details.catprod-modern .product-details__content__buttons .thm-btn {
	font-family: 'promptregular';
	margin-bottom: 0;
	padding: 11px 32px;
}

@media (max-width: 991px) {
	.product-details.catprod-modern .product-card .product-details__image {
		margin-bottom: 20px;
	}

	.product-details.catprod-modern .row > .col-lg-6:first-child .product-details__content {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.product-details.catprod-modern {
		padding: 36px 0 44px;
	}

	.product-details.catprod-modern .sec-title__title {
		font-size: 23px;
	}

	.product-details.catprod-modern .product-card {
		padding: 18px;
	}
}

/* ---- ผลงานติดตั้ง ---- */
.projects-one--two--projects.catprod-projects-modern {
	background: #ffffff;
	margin-bottom: 0 !important;
	padding: 56px 0 60px;
}

.projects-one--two--projects.catprod-projects-modern .sec-title {
	margin-bottom: 34px;
}

.projects-one--two--projects.catprod-projects-modern .sec-title__title {
	color: #17396c;
	font-family: 'promptsemibold';
	font-size: 26px;
	line-height: 1.4;
}

.projects-one--two--projects.catprod-projects-modern .projects-one__single-img {
	border-radius: 18px;
}

.projects-one--two--projects.catprod-projects-modern .projects-one__single-img::before {
	border-radius: 18px;
}

.projects-one--two--projects.catprod-projects-modern .projects-one__single-img img {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.projects-one--two--projects.catprod-projects-modern {
		padding: 40px 0 44px;
	}

	.projects-one--two--projects.catprod-projects-modern .sec-title__title {
		font-size: 22px;
	}
}
