body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child),
body.single-products .woocommerce-product-gallery .flex-control-thumbs,
body.single-products .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
	display: none !important;
}

body.single-product .woocommerce-product-gallery__image:first-child img,
body.single-product .wp-post-image,
body.single-products .wp-post-image {
	height: auto !important;
	max-height: 720px;
	object-fit: contain;
	width: 100% !important;
}

.pbi-product-detail {
	clear: both;
	margin: 48px auto 0;
	max-width: 1120px;
}

.pbi-detail-section {
	border-top: 1px solid rgba(31, 49, 34, 0.14);
	padding: 30px 0;
}

.pbi-detail-section h2 {
	color: #1f3122;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 18px;
}

.pbi-detail-copy {
	color: #223128;
	font-size: 17px;
	line-height: 1.75;
	max-width: 880px;
}

.pbi-detail-copy > *:first-child {
	margin-top: 0;
}

.pbi-feature-list {
	display: grid;
	gap: 12px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pbi-feature-list li {
	background: #f6f8f4;
	border-left: 4px solid #2f7a34;
	color: #213225;
	font-size: 16px;
	line-height: 1.5;
	padding: 14px 16px;
}

.pbi-spec-table-wrap {
	overflow-x: auto;
}

.pbi-spec-table {
	border-collapse: collapse;
	color: #1f3122;
	font-size: 16px;
	min-width: 560px;
	width: 100%;
}

.pbi-spec-table th,
.pbi-spec-table td {
	border-bottom: 1px solid rgba(31, 49, 34, 0.14);
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.pbi-spec-table th {
	background: #f6f8f4;
	font-weight: 700;
	width: 32%;
}

.pbi-detail-cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pbi-detail-card {
	background: #fff;
	border: 1px solid rgba(31, 49, 34, 0.16);
	border-radius: 6px;
	padding: 20px;
}

.pbi-detail-card h3 {
	color: #1f3122;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.pbi-detail-card p {
	color: #334338;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 760px) {
	.pbi-product-detail {
		margin-top: 32px;
	}

	.pbi-feature-list,
	.pbi-detail-cards {
		grid-template-columns: 1fr;
	}

	.pbi-spec-table {
		min-width: 0;
	}

	.pbi-spec-table th,
	.pbi-spec-table td {
		display: block;
		width: auto;
	}
}
