body.single-product.fangu-product-controller-active .fangu-product-template,
body.single-product.fangu-product-controller-active .fangu-product-template * {
	box-sizing: border-box;
}

body.single-product.fangu-product-controller-active .fangu-product-template {
	color: #1d2939;
	font-family: Inter, Arial, Helvetica, sans-serif;
}

body.single-product.fangu-product-controller-active .fangu-product-grid {
	display: grid;
	gap: 28px;
	align-items: start;
	margin-bottom: 28px;
}

body.single-product.fangu-product-controller-active .fangu-product-grid--overview {
	grid-template-columns: minmax(0, 52%) minmax(340px, 1fr);
}

body.single-product.fangu-product-controller-active .fangu-product-grid--spec-cta {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

body.single-product.fangu-product-controller-active .fangu-product-media,
body.single-product.fangu-product-controller-active .fangu-product-summary,
body.single-product.fangu-product-controller-active .fangu-card {
	min-width: 0;
}

body.single-product.fangu-product-controller-active .fangu-product-media-main {
	position: relative;
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
	background: #f6f8fb;
	border: 1px solid #e5eaf0;
	border-radius: 4px;
}

body.single-product.fangu-product-controller-active .fangu-media-zoom {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	line-height: 0;
	cursor: zoom-in;
}

body.single-product.fangu-product-controller-active .fangu-media-main-img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}

body.single-product.fangu-product-controller-active .fangu-media-nav {
	position: absolute !important;
	top: 50%;
	z-index: 5;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	border: 1px solid #d9e2ec !important;
	border-radius: 4px;
	background: #fff !important;
	color: #014081 !important;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-50%);
}

body.single-product.fangu-product-controller-active .fangu-media-prev {
	left: 12px !important;
}

body.single-product.fangu-product-controller-active .fangu-media-next {
	right: 12px !important;
}

body.single-product.fangu-product-controller-active .fangu-media-counter {
	margin: 8px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.4;
}

body.single-product.fangu-product-controller-active .fangu-product-media-thumbs {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
	gap: 10px;
	height: auto !important;
	margin-top: 12px;
}

body.single-product.fangu-product-controller-active .fangu-product-media-thumb {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	padding: 4px !important;
	overflow: hidden !important;
	border: 1px solid #e5eaf0 !important;
	border-radius: 4px;
	background: #fff !important;
	cursor: pointer;
}

body.single-product.fangu-product-controller-active .fangu-product-media-thumb.is-active {
	border-color: #014081 !important;
	box-shadow: 0 0 0 1px #014081 inset;
}

body.single-product.fangu-product-controller-active .fangu-product-media-thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.single-product.fangu-product-controller-active .fangu-product-page-title {
	margin: 0 0 14px;
	color: #101828;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.22;
}

body.single-product.fangu-product-controller-active .fangu-product-subtitle {
	margin: 0 0 18px;
	color: #475467;
	font-size: 16px;
	line-height: 1.65;
}

body.single-product.fangu-product-controller-active .fangu-card {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #e5eaf0;
	border-radius: 4px;
	background: #fff;
}

body.single-product.fangu-product-controller-active .fangu-card h2,
body.single-product.fangu-product-controller-active .fangu-card h3 {
	margin-top: 0;
	color: #101828;
}

body.single-product.fangu-product-controller-active .fangu-specs-table {
	display: block;
}

body.single-product.fangu-product-controller-active .fangu-specs-row {
	display: grid !important;
	grid-template-columns: minmax(140px, 0.9fr) minmax(0, 1.1fr);
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #eef2f6;
	line-height: 1.45;
}

body.single-product.fangu-product-controller-active .fangu-specs-row--paired {
	grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1fr) minmax(130px, 0.8fr) minmax(0, 1fr);
}

body.single-product.fangu-product-controller-active .fangu-specs-row:last-child {
	border-bottom: 0;
}

body.single-product.fangu-product-controller-active .fangu-quote-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

body.single-product.fangu-product-controller-active .fangu-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 4px;
	text-decoration: none !important;
	font-weight: 700;
	line-height: 1;
}

body.single-product.fangu-product-controller-active .fangu-btn-primary {
	background: #014081;
	color: #fff !important;
}

body.single-product.fangu-product-controller-active .fangu-btn-whatsapp {
	background: #21a67a;
	color: #fff !important;
}

body.single-product.fangu-product-controller-active .fangu-quote-checks {
	margin: 18px 0 0;
	padding-left: 18px;
}

body.single-product.fangu-product-controller-active .fangu-model-table-wrap {
	width: 100%;
	overflow-x: auto;
}

body.single-product.fangu-product-controller-active .fangu-model-table-wrap table,
body.single-product.fangu-product-controller-active .fangu-product-template table {
	width: 100%;
	border-collapse: collapse;
}

body.single-product.fangu-product-controller-active .fangu-model-table-wrap th,
body.single-product.fangu-product-controller-active .fangu-model-table-wrap td,
body.single-product.fangu-product-controller-active .fangu-product-template th,
body.single-product.fangu-product-controller-active .fangu-product-template td {
	padding: 10px 12px;
	border: 1px solid #e5eaf0;
	text-align: left;
	vertical-align: top;
}

body.single-product.fangu-product-controller-active .fangu-product-template th {
	background: #f6f8fb;
	color: #101828;
	font-weight: 700;
}

body.single-product.fangu-product-controller-active .fangu-related-products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 18px;
}

body.single-product.fangu-product-controller-active .fangu-media-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: rgba(16, 24, 40, 0.86);
}

body.single-product.fangu-product-controller-active .fangu-media-lightbox.is-open {
	display: flex !important;
}

body.single-product.fangu-product-controller-active .fangu-media-lightbox img {
	max-width: 92vw;
	max-height: 86vh;
	object-fit: contain;
}

@media (max-width: 1024px) {
	body.single-product.fangu-product-controller-active .fangu-product-grid--overview,
	body.single-product.fangu-product-controller-active .fangu-product-grid--spec-cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.single-product.fangu-product-controller-active .fangu-product-grid {
		display: block;
	}

	body.single-product.fangu-product-controller-active .fangu-product-media {
		margin-bottom: 24px;
	}

	body.single-product.fangu-product-controller-active .fangu-product-media-thumbs {
		grid-template-columns: repeat(4, 1fr);
	}

	body.single-product.fangu-product-controller-active .fangu-product-page-title {
		font-size: 25px;
		line-height: 1.28;
	}

	body.single-product.fangu-product-controller-active .fangu-card {
		padding: 16px;
	}

	body.single-product.fangu-product-controller-active .fangu-specs-row,
	body.single-product.fangu-product-controller-active .fangu-specs-row--paired {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
