/* Re-uploaded Poco single-product page. Keep the captured two-column shell
 * while replacing its OpenCart product data with WooCommerce fields. */
html:has(body.ntpanel-restored-single),
body.ntpanel-restored-single {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden !important;
}

.ntpanel-restored-single #main,
.ntpanel-restored-single #product-product,
.ntpanel-restored-single #entry_208624 {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden !important;
}

.ntpanel-restored-single #product-product {
	min-height: 620px;
}

/* Related strip: contain tabs + carousel so they never widen the page. */
.ntpanel-restored-single .ntpanel-htc-related,
.ntpanel-restored-single .ntpanel-htc-related .mz-tab-listing-content,
.ntpanel-restored-single .ntpanel-htc-related .mz-tab-listing-header,
.ntpanel-restored-single .ntpanel-htc-related .tab-content,
.ntpanel-restored-single .ntpanel-htc-related .tab-pane,
.ntpanel-restored-single .ntpanel-htc-related .mz-tab-listing {
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden;
}

.ntpanel-restored-single .ntpanel-htc-related .nav.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.ntpanel-restored-single .ntpanel-htc-related .nav.nav-tabs::-webkit-scrollbar {
	display: none;
}

.ntpanel-restored-single .ntpanel-htc-related .nav.nav-tabs .nav-item {
	flex: 0 0 auto;
}

.ntpanel-restored-single .ntpanel-htc-product-swiper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.ntpanel-restored-single .ntpanel-htc-product-swiper::-webkit-scrollbar {
	display: none;
}

.ntpanel-restored-single .ntpanel-htc-product-swiper .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: auto;
	max-width: none;
	transform: none !important;
}

@media (max-width: 767.98px) {
	.ntpanel-restored-single .entry-row.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100%;
	}

	/* Mobile: related products as 2-col grid — no horizontal page overflow. */
	.ntpanel-restored-single .ntpanel-htc-product-swiper {
		overflow: visible;
	}

	.ntpanel-restored-single .ntpanel-htc-product-swiper .swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
	}

	.ntpanel-restored-single .ntpanel-htc-product-swiper .swiper-slide {
		width: auto !important;
		flex: none !important;
		margin: 0 !important;
		min-width: 0;
	}

	.ntpanel-restored-single .ntpanel-htc-related .product-thumb-top {
		height: auto;
		min-height: 140px;
	}
}

.ntpanel-restored-single #mz-component-1051082544 {
	display: none !important;
}

.ntpanel-restored-single #entry_208566 img {
	display: block;
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}

.ntpanel-restored-single #entry_208568 > .entry-section {
	padding-top: 18px;
	padding-bottom: 58px;
}

.ntpanel-restored-single #entry_208570 {
	row-gap: 30px;
}

.ntpanel-restored-single .ntpanel-live-gallery {
	display: flex;
	gap: 14px;
	align-items: stretch;
}

.ntpanel-restored-single .ntpanel-live-gallery .image-thumb {
	display: flex;
	min-width: 0;
	flex: 1;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e5e8;
	border-radius: 6px;
	background: #f4f7f8;
}

.ntpanel-restored-single .ntpanel-gallery-main-link {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 520px;
	padding: 26px;
	align-items: center;
	justify-content: center;
}

.ntpanel-restored-single .ntpanel-gallery-main-image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 520px;
	object-fit: contain;
}

.ntpanel-restored-single .ntpanel-gallery-thumbs {
	display: flex;
	width: 88px;
	flex: 0 0 88px;
	flex-direction: column;
	gap: 9px;
}

.ntpanel-restored-single .ntpanel-gallery-thumb {
	display: flex;
	width: 88px;
	height: 106px;
	padding: 7px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce2e5;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
}

.ntpanel-restored-single .ntpanel-gallery-thumb:hover,
.ntpanel-restored-single .ntpanel-gallery-thumb.is-active {
	border-color: #ffb610;
	box-shadow: 0 0 0 1px #ffb610;
}

.ntpanel-restored-single .ntpanel-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ntpanel-restored-single .ntpanel-single-title h1 {
	margin: 0;
	color: #242828;
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-single-meta-row {
	display: flex;
	margin-top: 14px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: #707b82;
	font-size: .82rem;
}

.ntpanel-restored-single .ntpanel-single-rating,
.ntpanel-restored-single .ntpanel-single-code {
	display: flex;
	align-items: center;
	gap: 7px;
}

.ntpanel-restored-single .ntpanel-stars {
	color: #ffb610;
	font-size: .95rem;
	letter-spacing: 1px;
}

.ntpanel-restored-single .ntpanel-single-product-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ntpanel-restored-single .ntpanel-single-product-facts > div {
	display: flex;
	min-height: 54px;
	padding: 10px 12px;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #e4e8ea;
	border-radius: 5px;
	background: #f8fafb;
}

.ntpanel-restored-single .ntpanel-single-product-facts span:first-child {
	margin-bottom: 2px;
	color: #89939a;
	font-size: .68rem;
}

.ntpanel-restored-single .ntpanel-stock-badge {
	display: flex;
	align-items: center;
	color: #388653;
	font-size: .8rem;
}

.ntpanel-restored-single .ntpanel-single-price {
	margin: 22px 0 12px;
	color: #242828;
	font-size: clamp(1.65rem, 2.5vw, 2.3rem);
	font-weight: 900;
	line-height: 1.15;
}

.ntpanel-restored-single .ntpanel-single-price del {
	margin-left: 8px;
	color: #98a1a7;
	font-size: .9rem;
	font-weight: 500;
}

.ntpanel-restored-single .ntpanel-single-price ins {
	text-decoration: none;
}

.ntpanel-restored-single .ntpanel-single-price small {
	margin-left: 5px;
	color: #77828a;
	font-size: .78rem;
	font-weight: 600;
}

.ntpanel-restored-single .ntpanel-single-price.is-contact {
	color: #a66e00;
	font-size: 1.35rem;
}

.ntpanel-restored-single .ntpanel-single-lead {
	color: #5f6a71;
	line-height: 1.65;
}

.ntpanel-restored-single .ntpanel-single-highlights {
	display: grid;
	margin-top: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid #e2e7e9;
	border-radius: 5px;
}

.ntpanel-restored-single .ntpanel-single-highlights > div {
	min-width: 0;
	padding: 11px 12px;
	border-right: 1px solid #e2e7e9;
}

.ntpanel-restored-single .ntpanel-single-highlights > div:last-child {
	border-right: 0;
}

.ntpanel-restored-single .ntpanel-single-highlights span,
.ntpanel-restored-single .ntpanel-single-highlights strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ntpanel-restored-single .ntpanel-single-highlights span {
	color: #8a949a;
	font-size: .64rem;
}

.ntpanel-restored-single .ntpanel-single-highlights strong {
	margin-top: 4px;
	font-size: .77rem;
}

.ntpanel-restored-single .ntpanel-single-cart {
	display: flex;
	margin-top: 20px;
	align-items: flex-end;
	gap: 12px;
}

.ntpanel-restored-single .ntpanel-single-cart > label {
	align-self: center;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-quantity-control {
	display: flex;
	height: 45px;
	border: 1px solid #d9dfe2;
	border-radius: 4px;
	background: #fff;
}

.ntpanel-restored-single .ntpanel-quantity-control button,
.ntpanel-restored-single .ntpanel-quantity-control input {
	width: 38px;
	border: 0;
	background: transparent;
	text-align: center;
}

.ntpanel-restored-single .ntpanel-quantity-control input {
	width: 48px;
	border-right: 1px solid #edf0f2;
	border-left: 1px solid #edf0f2;
}

.ntpanel-restored-single .ntpanel-add-to-cart {
	min-height: 45px;
	flex: 1;
}

.ntpanel-restored-single .ntpanel-single-quote {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid rgba(255, 182, 16, .48);
	border-radius: 7px;
	background: #fff9e9;
}

.ntpanel-restored-single .ntpanel-single-quote p {
	margin: 0 0 13px;
	color: #5a5548;
	line-height: 1.5;
}

.ntpanel-restored-single .ntpanel-single-quote-actions {
	display: flex;
	gap: 10px;
}

.ntpanel-restored-single .ntpanel-single-quote-actions .btn {
	flex: 1;
	font-size: .84rem;
}

.ntpanel-restored-single .ntpanel-product-tabs {
	margin-top: 28px;
}

.ntpanel-restored-single .ntpanel-product-tabs .nav-tabs {
	margin-bottom: 0;
}

.ntpanel-restored-single .ntpanel-product-tabs .nav-link {
	border: 0;
	background: transparent;
	color: #59646b;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-product-tabs .nav-link.active {
	border-bottom: 3px solid #ffb610;
	color: #242828;
}

.ntpanel-restored-single .ntpanel-product-tabs .tab-content {
	padding: 20px;
	border: 1px solid #e1e6e8;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	background: #fff;
}

.ntpanel-restored-single .ntpanel-product-description {
	max-height: 430px;
	overflow: auto;
	color: #5f696f;
	line-height: 1.7;
}

.ntpanel-restored-single .ntpanel-product-spec-table {
	margin: 0;
}

.ntpanel-restored-single .ntpanel-product-spec-table th {
	width: 42%;
	color: #68737a;
	font-weight: 600;
}

.ntpanel-restored-single .ntpanel-product-spec-table td {
	color: #242828;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-single-benefits {
	display: grid;
	margin-top: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.ntpanel-restored-single .ntpanel-single-benefits > div {
	display: flex;
	min-height: 82px;
	padding: 11px 8px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #e5e9eb;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

.ntpanel-restored-single .ntpanel-benefit-icon {
	display: flex;
	min-width: 30px;
	height: 30px;
	margin-bottom: 6px;
	padding: 0 5px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffb610;
	color: #111;
	font-size: .7rem;
	font-weight: 900;
}

.ntpanel-restored-single .ntpanel-single-benefits strong {
	font-size: .68rem;
	line-height: 1.3;
}

.ntpanel-restored-single #entry_208624 {
	padding-top: 55px;
	padding-bottom: 70px;
	background: #f2f3f5;
}

.ntpanel-restored-single .ntpanel-single-related-heading h2 {
	margin: 0 0 24px;
	color: #242828;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}

.ntpanel-restored-single .ntpanel-single-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ntpanel-restored-single .ntpanel-single-related-grid .ntpanel-product-card {
	width: 100%;
	height: 100%;
	min-height: 500px;
	margin: 0;
}

/* Buy box + description buyer content */
.ntpanel-restored-single .ntpanel-buy-pitch {
	margin: 0 0 12px;
	color: #3d474c;
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.45;
}

.ntpanel-restored-single .ntpanel-buy-attrs li {
	margin-bottom: 6px;
	color: #242828;
	line-height: 1.45;
}

.ntpanel-restored-single .ntpanel-buy-attrs .ls-label {
	color: #68737a;
	font-weight: 600;
}

.ntpanel-restored-single .ntpanel-buy-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 14px 0 0;
	padding: 0;
}

.ntpanel-restored-single .ntpanel-buy-chips li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2f6b3a;
	font-size: .82rem;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-buy-chips i {
	color: #ffb610;
	font-size: .72rem;
}

.ntpanel-restored-single .ntpanel-variation-picker {
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #e6ebed;
	background: #fff;
}

.ntpanel-restored-single .ntpanel-variation-picker__title {
	margin: 0 0 10px;
	color: #242828;
	font-size: .9rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-variation-picker__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.ntpanel-restored-single .ntpanel-variation-picker__field {
	display: grid;
	gap: 4px;
	margin: 0;
	color: #3f4a50;
	font-size: .82rem;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-variation-picker__field select {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid #d9dfe2;
	border-radius: 0;
	background: #fff;
	color: #242828;
	font-size: .88rem;
	font-weight: 600;
}

.ntpanel-restored-single .ntpanel-variation-picker__field select:focus {
	outline: 2px solid #ffb610;
	outline-offset: 1px;
	border-color: #ffb610;
}

.ntpanel-restored-single .ntpanel-variation-picker__hint {
	margin: 8px 0 0;
	color: #68737a;
	font-size: .8rem;
	line-height: 1.4;
}

.ntpanel-restored-single .ntpanel-variation-picker.is-matched .ntpanel-variation-picker__hint {
	color: #2f6b3a;
}

.ntpanel-restored-single .ntpanel-htc-purchase-form .btn-cart:disabled,
.ntpanel-restored-single .ntpanel-htc-purchase-form .btn-buynow:disabled,
.ntpanel-restored-single .ntpanel-htc-mobile-purchase-form .btn-cart:disabled,
.ntpanel-restored-single .ntpanel-buy-actions .btn-buynow:disabled,
.ntpanel-restored-single .ntpanel-mobile-contact-bar .btn-buynow:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.ntpanel-restored-single .ntpanel-buy-actions--contact {
	margin: 0 0 12px;
}
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin: 0 0 12px;
}

.ntpanel-restored-single .ntpanel-buy-actions__row {
	display: grid;
	gap: 10px;
	width: 100%;
	align-items: stretch;
}

.ntpanel-restored-single .ntpanel-buy-actions__row--purchase {
	grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
}

.ntpanel-restored-single .ntpanel-buy-actions__row--contact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ntpanel-restored-single .ntpanel-buy-actions__row--contact .btn,
.ntpanel-restored-single .ntpanel-mobile-contact-bar__row--contact .btn {
	width: 100%;
}

.ntpanel-restored-single .ntpanel-buy-actions__row--contact > :only-child,
.ntpanel-restored-single .ntpanel-mobile-contact-bar__row--contact > :only-child {
	grid-column: 1 / -1;
}

.ntpanel-restored-single .ntpanel-buy-actions__note {
	margin: 0;
	color: #5a646a;
	font-size: .82rem;
	line-height: 1.4;
	text-align: center;
}

.ntpanel-restored-single .ntpanel-buy-actions__perks {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 10px 12px;
	list-style: none;
	border: 1px solid #e6ebed;
	background: #f7f8f9;
	color: #4b565c;
	font-size: .84rem;
	line-height: 1.4;
}

.ntpanel-restored-single .ntpanel-buy-actions__perks li {
	position: relative;
	padding-left: 1.1rem;
}

.ntpanel-restored-single .ntpanel-buy-actions__perks li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .45em;
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: #ffb610;
}

.ntpanel-restored-single .ntpanel-buy-actions__perks strong {
	color: #242828;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-buy-actions__qty .input-group {
	height: 100%;
	min-height: 48px;
}

.ntpanel-restored-single .ntpanel-buy-actions__qty .form-control {
	min-width: 56px;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-buy-actions .btn,
.ntpanel-restored-single .ntpanel-mobile-contact-bar .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 14px;
	border-radius: 0;
	font-size: .92rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ntpanel-restored-single .ntpanel-buy-actions .btn-buynow,
.ntpanel-restored-single .ntpanel-mobile-contact-bar .btn-buynow {
	width: 100%;
	background: #242828;
	border-color: #242828;
	color: #fff;
}

.ntpanel-restored-single .ntpanel-btn-zalo {
	background: #0068ff;
	border-color: #0068ff;
	color: #fff;
}

.ntpanel-restored-single .ntpanel-btn-zalo:hover {
	background: #0056d6;
	border-color: #0056d6;
	color: #fff;
}

.ntpanel-restored-single .ntpanel-btn-call {
	background: #ffb610;
	border-color: #ffb610;
	color: #242828;
	font-size: 1rem;
}

.ntpanel-restored-single .ntpanel-btn-call:hover {
	background: #e5a40e;
	border-color: #e5a40e;
	color: #242828;
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 8px 10px 10px;
	align-items: stretch;
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar__row {
	display: grid;
	gap: 8px;
	width: 100%;
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar__row--purchase {
	grid-template-columns: minmax(120px, 150px) minmax(0, 1fr);
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar__row--contact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar__qty .input-group {
	min-height: 48px;
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar__qty .form-control {
	width: 48px;
	min-width: 48px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-mobile-contact-bar .btn-buynow {
	width: 100%;
}

@media (max-width: 575.98px) {
	.ntpanel-restored-single .ntpanel-buy-actions__row--purchase {
		grid-template-columns: minmax(120px, 140px) minmax(0, 1fr);
	}

	.ntpanel-restored-single .ntpanel-buy-actions .ntpanel-btn-zalo,
	.ntpanel-restored-single .ntpanel-buy-actions .ntpanel-btn-call,
	.ntpanel-restored-single .ntpanel-mobile-contact-bar .ntpanel-btn-zalo,
	.ntpanel-restored-single .ntpanel-mobile-contact-bar .ntpanel-btn-call {
		font-size: .88rem;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 576px) {
	.ntpanel-restored-single .ntpanel-variation-picker__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ntpanel-restored-single .ntpanel-htc-purchase-form .btn-cart:disabled,
.ntpanel-restored-single .ntpanel-htc-purchase-form .btn-buynow:disabled,
.ntpanel-restored-single .ntpanel-htc-mobile-purchase-form .btn-cart:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.ntpanel-restored-single .ntpanel-quote-help {
	margin: 0 0 14px;
	padding: 12px 14px;
	border-left: 3px solid #ffb610;
	background: #fff9e9;
}

.ntpanel-restored-single .ntpanel-quote-help strong {
	display: block;
	margin-bottom: 6px;
	color: #242828;
	font-size: .9rem;
}

.ntpanel-restored-single .ntpanel-quote-help ul {
	margin: 0;
	padding-left: 1.1rem;
	color: #5a5548;
	font-size: .84rem;
	line-height: 1.55;
}

/* Keep the original text-link row under the buy box (do not restyle as cards). */
.ntpanel-restored-single #entry_208609 .ntpanel-advisor-trigger {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.ntpanel-restored-single #entry_208609 .ntpanel-advisor-trigger:hover,
.ntpanel-restored-single #entry_208609 .ntpanel-advisor-trigger:focus-visible {
	outline: none;
}

.ntpanel-restored-single .ntpanel-min-order {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 14px;
	width: 100%;
	margin: 6px 0 0;
	padding: 6px 8px;
	border: 1px solid #e6ebed;
	background: #f7f8f9;
	color: #4b565c;
	font-size: .78rem;
	line-height: 1.35;
	white-space: normal;
}

.ntpanel-restored-single .content-price + .content-countdown + .content-minimum,
.ntpanel-restored-single #entry_208607.content-minimum {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 2px;
}

.ntpanel-restored-single .ntpanel-min-order a {
	color: #242828;
	font-weight: 700;
	text-decoration: none;
}

.ntpanel-restored-single .ntpanel-min-order a:hover {
	color: #c48a12;
}

.ntpanel-restored-single .ntpanel-desc-buyer {
	margin-bottom: 12px;
}

.ntpanel-restored-single .ntpanel-desc-lead {
	margin: 0 0 8px;
	color: #242828;
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.4;
}

.ntpanel-restored-single .ntpanel-desc-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px 16px;
	margin: 0 0 12px;
	padding-left: 1.1rem;
	color: #3f4a50;
	font-size: .88rem;
	line-height: 1.45;
}

.ntpanel-restored-single .ntpanel-desc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.ntpanel-restored-single .ntpanel-desc-card {
	padding: 8px 10px;
	border-top: 3px solid #ffb610;
	background: #f7f8f9;
}

.ntpanel-restored-single .ntpanel-desc-card strong {
	display: block;
	margin-bottom: 4px;
	color: #242828;
	font-size: .82rem;
}

.ntpanel-restored-single .ntpanel-desc-card p {
	margin: 0;
	color: #5f696f;
	font-size: .8rem;
	line-height: 1.4;
}

.ntpanel-restored-single .ntpanel-desc-body {
	color: #242828;
	font-size: 14px;
	line-height: 1.7;
}

.ntpanel-restored-single .ntpanel-desc-body h2 {
	margin: .85em 0 .35em;
	color: #242828;
	font-size: 1.08rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-desc-body h3 {
	margin: .75em 0 .3em;
	color: #242828;
	font-size: .95rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-desc-body p,
.ntpanel-restored-single .ntpanel-desc-body ul,
.ntpanel-restored-single .ntpanel-desc-body ol {
	margin: 0 0 .85em;
}

.ntpanel-restored-single .ntpanel-desc-body li {
	margin: 0 0 .25em;
}

.ntpanel-restored-single .ntpanel-desc-body img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 12px 0;
}

.ntpanel-restored-single .ntpanel-desc-media {
	margin: 0 0 12px;
}

.ntpanel-restored-single .ntpanel-desc-media--projects {
	margin-top: 14px;
}

.ntpanel-restored-single .ntpanel-desc-media-title {
	margin: 0 0 6px;
	color: #242828;
	font-size: .92rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-desc-media-note {
	margin: 0 0 8px;
	color: #68737a;
	font-size: .78rem;
	line-height: 1.35;
}

.ntpanel-restored-single .ntpanel-desc-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.ntpanel-restored-single .ntpanel-desc-media-item {
	margin: 0;
	overflow: hidden;
	border: 1px solid #e6ebed;
	border-radius: 4px;
	background: #f4f7f8;
	aspect-ratio: 3 / 2;
}

.ntpanel-restored-single .ntpanel-desc-media-item a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}

.ntpanel-restored-single .ntpanel-desc-media-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.ntpanel-restored-single .ntpanel-desc-media-item:hover img {
	transform: scale(1.03);
}

@media (max-width: 575.98px) {
	.ntpanel-restored-single .ntpanel-desc-media-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.ntpanel-restored-single .ntpanel-desc-points {
		grid-template-columns: 1fr;
	}

	.ntpanel-restored-single .ntpanel-desc-grid {
		grid-template-columns: 1fr;
	}

	.ntpanel-restored-single .ntpanel-desc-media-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ntpanel-restored-single .ntpanel-specs-note {
	color: #68737a;
	font-size: .86rem;
}

.ntpanel-restored-single .ntpanel-benefits-strip {
	margin-top: 4px;
}

.ntpanel-restored-single .ntpanel-benefits-strip__grid,
.ntpanel-restored-single #entry_208618.ntpanel-benefits-strip__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
	align-items: stretch;
	flex-wrap: unset;
	justify-content: initial;
}

.ntpanel-restored-single .ntpanel-benefit-item {
	min-width: 0;
	margin: 0;
	padding: 10px 8px;
	border: 1px solid #e6ebed;
	background: #fafbfb;
}

.ntpanel-restored-single .ntpanel-benefit-item__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	height: 100%;
	text-align: center;
}

.ntpanel-restored-single .ntpanel-benefit-item .svg-icon,
.ntpanel-restored-single .ntpanel-benefit-item .svg-icon svg {
	flex: 0 0 auto;
	width: 1.5rem !important;
	height: 1.5rem !important;
	margin: 0 !important;
	color: #c48a12;
}

.ntpanel-restored-single .ntpanel-benefit-item__title {
	margin: 0;
	color: #242828;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.35;
	text-wrap: balance;
	hyphens: auto;
}

@media (max-width: 575.98px) {
	.ntpanel-restored-single .ntpanel-benefits-strip__grid,
	.ntpanel-restored-single #entry_208618.ntpanel-benefits-strip__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ntpanel-restored-single .content-description .description {
	color: #242828;
	font-size: 14px;
	line-height: 1.7;
}

.ntpanel-restored-single .content-description .description > *:first-child {
	margin-top: 0;
}

.ntpanel-restored-single .content-description .description h2,
.ntpanel-restored-single .content-description .description h3 {
	margin: 1em 0 .45em;
	color: #242828;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.ntpanel-restored-single .content-description .description p {
	margin: 0 0 .85em;
}

.ntpanel-restored-single .content-description .description ul,
.ntpanel-restored-single .content-description .description ol {
	display: block;
	margin: 0 0 1em;
	padding-left: 1.25rem;
}

.ntpanel-restored-single .content-description .description li {
	margin: 0 0 .35em;
}

.ntpanel-restored-single .description.text-collapsed:not(.expand) {
	position: relative;
	max-height: 480px;
	overflow: hidden;
}

.ntpanel-restored-single .description.text-collapsed:not(.expand)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 44px;
	height: 72px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
}

.ntpanel-restored-single .description .block-toggle {
	position: sticky;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 10px 0 4px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 35%);
	text-align: center;
}

.ntpanel-restored-single .description .ntpanel-desc-toggle,
.ntpanel-restored-single .description .text-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #e1e6e8;
	border-radius: 0;
	background: #fff;
	color: #242828;
	box-shadow: inset 0 -2px 0 #ffb610;
	font-size: .84rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.ntpanel-restored-single .description .ntpanel-desc-toggle i,
.ntpanel-restored-single .description .text-toggle i {
	color: #ffb610;
	font-size: .9rem;
}

.ntpanel-restored-single .description .ntpanel-desc-toggle:hover,
.ntpanel-restored-single .description .text-toggle:hover {
	border-color: #ffb610;
	background: #fff8e8;
	color: #242828;
	box-shadow: inset 0 -2px 0 #ffb610;
}

.ntpanel-restored-single .description .ntpanel-desc-toggle:focus-visible,
.ntpanel-restored-single .description .text-toggle:focus-visible {
	outline: 2px solid #ffb610;
	outline-offset: 2px;
}

.ntpanel-restored-single .description.expand .ntpanel-desc-toggle,
.ntpanel-restored-single .description.expand .text-toggle {
	background: #242828;
	border-color: #242828;
	color: #fff;
	box-shadow: inset 0 -2px 0 #ffb610;
}

.ntpanel-restored-single .description.expand .ntpanel-desc-toggle i,
.ntpanel-restored-single .description.expand .text-toggle i {
	color: #ffb610;
}

.ntpanel-restored-single .description.expand .ntpanel-desc-toggle:hover,
.ntpanel-restored-single .description.expand .text-toggle:hover {
	background: #323838;
	border-color: #323838;
	color: #fff;
}

.ntpanel-restored-single .ntpanel-review-board {
	margin: 28px 0 8px;
	scroll-margin-top: 96px;
}

.ntpanel-restored-single .ntpanel-review-board__head {
	margin: 0 0 14px;
}

.ntpanel-restored-single .ntpanel-review-board__head h2 {
	margin: 0 0 4px;
	color: #242828;
	font-size: 1.35rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-review-board__head p {
	margin: 0;
	color: #68737a;
	font-size: .88rem;
}

.ntpanel-restored-single .ntpanel-review-board__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: stretch;
	border: 1px solid #e6ebed;
	background: #fff;
}

.ntpanel-restored-single .ntpanel-review-board__aside {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px 24px;
	background: #f7f8f9;
	border-right: 1px solid #e6ebed;
}

.ntpanel-restored-single .ntpanel-review-score {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ntpanel-restored-single .ntpanel-review-score__value {
	color: #242828;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
}

.ntpanel-restored-single .ntpanel-review-score__value span {
	margin-left: 2px;
	color: #8a949a;
	font-size: 1rem;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-review-score__meta {
	display: grid;
	gap: 2px;
	color: #5a646a;
	font-size: .84rem;
}

.ntpanel-restored-single .ntpanel-review-score__meta .rating {
	color: #ffb610;
	letter-spacing: 1px;
}

.ntpanel-restored-single .ntpanel-review-trust {
	margin: 0;
	padding: 0;
	border: 0;
}

.ntpanel-restored-single .ntpanel-review-trust h3 {
	margin: 0 0 8px;
	color: #242828;
	font-size: .95rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-review-trust ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #4b565c;
	font-size: .88rem;
	line-height: 1.45;
}

.ntpanel-restored-single .ntpanel-review-trust li {
	position: relative;
	padding-left: 1.05rem;
}

.ntpanel-restored-single .ntpanel-review-trust li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .45em;
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: #ffb610;
}

.ntpanel-restored-single .ntpanel-review-empty {
	margin: 0;
	padding: 12px 14px;
	border: 1px dashed #d9dfe2;
	background: #fff;
	color: #5f696f;
	font-size: .86rem;
	line-height: 1.5;
}

.ntpanel-restored-single .ntpanel-review-board .comments-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ntpanel-restored-single .ntpanel-review-board .comment {
	padding: 12px 14px;
	border: 1px solid #e6ebed;
	background: #fff;
}

.ntpanel-restored-single .ntpanel-review-board .comment-author {
	margin: 0 0 4px;
	font-size: .88rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-review-board .comment-text {
	margin: 8px 0 0;
	color: #4b565c;
	font-size: .86rem;
}

.ntpanel-restored-single .ntpanel-review-board__form,
.ntpanel-restored-single #entry_208622 {
	margin-bottom: 0;
	padding: 22px 24px;
	background: #fff;
	border: 0;
}

.ntpanel-restored-single .ntpanel-review-board__form .content-title {
	margin: 0 0 12px;
	color: #242828;
	font-size: 1.1rem;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-review-board__form .select-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
}

.ntpanel-restored-single .ntpanel-review-board__form .select-rating__label {
	color: #5a646a;
	font-size: .84rem;
	font-weight: 700;
}

.ntpanel-restored-single .ntpanel-review-board__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ntpanel-restored-single .ntpanel-review-board__fields .mb-3 {
	margin-bottom: 0;
}

.ntpanel-restored-single .ntpanel-review-board__submit {
	display: flex;
	justify-content: flex-end;
}

.ntpanel-restored-single .ntpanel-review-board__submit .btn {
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 0;
	background: #242828;
	border-color: #242828;
	color: #fff;
	font-weight: 800;
}

.ntpanel-restored-single .ntpanel-review-board__submit .btn:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 767.98px) {
	.ntpanel-restored-single .ntpanel-review-board__grid {
		grid-template-columns: 1fr;
	}

	.ntpanel-restored-single .ntpanel-review-board__aside {
		border-right: 0;
		border-bottom: 1px solid #e6ebed;
	}

	.ntpanel-restored-single .ntpanel-review-board__fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991.98px) {
	.ntpanel-restored-single .ntpanel-desc-grid {
		grid-template-columns: 1fr;
	}
}

.ntpanel-restored-single .deal-countdown {
	display: none !important;
}

.ntpanel-restored-single .deal-status {
	display: none !important;
}

.ntpanel-restored-single #entry_208591 .deal-status {
	display: block !important;
}

@media (max-width: 991.98px) {
	.ntpanel-restored-single .ntpanel-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ntpanel-restored-single .ntpanel-single-meta-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.ntpanel-restored-single .ntpanel-single-quote-actions {
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.ntpanel-restored-single #entry_208568 > .entry-section {
		padding-top: 12px;
		padding-bottom: 38px;
	}

	.ntpanel-restored-single #entry_208570 > *,
	.ntpanel-restored-single #entry_208571,
	.ntpanel-restored-single #entry_208576 {
		min-width: 0;
		max-width: 100%;
	}

	.ntpanel-restored-single .ntpanel-live-gallery {
		flex-direction: column;
	}

	.ntpanel-restored-single .ntpanel-gallery-main-link {
		min-height: 360px;
		padding: 20px;
	}

	.ntpanel-restored-single .ntpanel-gallery-main-image {
		max-height: 360px;
	}

	.ntpanel-restored-single .ntpanel-gallery-thumbs {
		width: 100%;
		flex: none;
		flex-direction: row;
		overflow-x: auto;
	}

	.ntpanel-restored-single .ntpanel-gallery-thumb {
		width: 72px;
		height: 82px;
		flex: 0 0 72px;
	}

	.ntpanel-restored-single #entry_208576 {
		margin-top: 24px;
	}

	.ntpanel-restored-single .ntpanel-single-related-grid {
		gap: 12px 10px;
	}
}

@media (max-width: 575.98px) {
	.ntpanel-restored-single #entry_208568 > .entry-section,
	.ntpanel-restored-single #entry_208624 > .entry-section {
		width: 100%;
		max-width: 100%;
		padding-right: 12px;
		padding-left: 12px;
	}

	.ntpanel-restored-single .ntpanel-gallery-main-link {
		min-height: 310px;
		padding: 16px;
	}

	.ntpanel-restored-single .ntpanel-gallery-main-image {
		max-height: 310px;
	}

	.ntpanel-restored-single .ntpanel-single-product-facts,
	.ntpanel-restored-single .ntpanel-single-highlights {
		grid-template-columns: 1fr;
	}

	.ntpanel-restored-single .ntpanel-single-highlights > div {
		border-right: 0;
		border-bottom: 1px solid #e2e7e9;
	}

	.ntpanel-restored-single .ntpanel-single-highlights > div:last-child {
		border-bottom: 0;
	}

	.ntpanel-restored-single .ntpanel-single-benefits {
		grid-template-columns: 1fr;
	}

	.ntpanel-restored-single .ntpanel-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 8px;
	}

	.ntpanel-restored-single .ntpanel-single-related-grid .ntpanel-product-card {
		max-width: none;
		min-height: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.ntpanel-restored-single .ntpanel-product-tabs .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}

	.ntpanel-restored-single .ntpanel-product-tabs .tab-content {
		padding: 16px;
	}
}

/* Final HTC source-order reset: the older single-product experiment above is
 * intentionally neutralized so Poco's captured spacing remains authoritative. */
.ntpanel-restored-single #entry_208568 > .entry-section {
	padding-top: 0;
	padding-bottom: 0;
}

.ntpanel-restored-single #entry_208570 {
	row-gap: 0;
}

.ntpanel-restored-single #entry_208576 {
	margin-top: 0;
}

.ntpanel-restored-single #entry_208624 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.ntpanel-restored-single #mz-component-1051082544 {
	display: block !important;
}

@media (max-width: 575.98px) {
	.ntpanel-restored-single #entry_208568 > .entry-section,
	.ntpanel-restored-single #entry_208624 > .entry-section {
		padding-right: 12px;
		padding-left: 12px;
	}

	.ntpanel-restored-single .ntpanel-gallery-main-link {
		min-height: 0;
		padding: 6px;
	}

	.ntpanel-restored-single .ntpanel-gallery-main-image {
		max-height: 220px;
	}
}
