/**
 * Product detail page — clone bluesunpv.com seer-detail layout
 */

.bluesun-product-single-page {
	--pcc-primary: #ed741b;
	--pcc-text: #1a1a1a;
	--pcc-muted: #616161;
	--pcc-bg: #f3f3f3;
	--pcc-border: #b0b0b0;
}

.bluesun-product-single-page .bl-main {
	box-sizing: content-box;
	max-width: 105rem;
	margin: 0 auto;
	padding: 0 15px;
}

.bluesun-product-single-page .bl-main-1400 {
	box-sizing: content-box;
	max-width: 87.5rem;
	margin: 0 auto;
	padding: 0 15px;
}

.bluesun-product-single-page .pcc-banner-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.bluesun-product-single-page .pcc-banner-img img {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
}

.bluesun-product-single-page .pcc-nav {
	height: 3.75rem;
	line-height: 3.75rem;
}

.bluesun-product-single-page .pcc-nav a:first-child {
	color: var(--pcc-text);
}

.bluesun-product-single-page .pcc-nav a,
.bluesun-product-single-page .pcc-nav span {
	display: inline-block;
	color: var(--pcc-muted);
	line-height: 1.75rem;
	font-size: 1rem;
	text-decoration: none;
}

.bluesun-product-single-page .pcc-nav a:hover {
	color: var(--pcc-primary);
}

.bluesun-product-single-page .pcc-nav .nav-gap {
	margin: 0 0.5rem;
}

.bluesun-product-single-page .pcc-box {
	background-color: var(--pcc-bg);
	padding: 5rem 0 7.5rem;
	width: 100%;
}

.bluesun-product-single-page .blkg-box {
	background-color: #fff;
}

.bluesun-product-single-page .seer-detail {
	width: 100%;
}

.bluesun-product-single-page .pd-img-dec {
	display: inline-flex;
	width: 100%;
}

.bluesun-product-single-page .pd-img-dec .pd-img {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 47.5rem;
	max-width: 47.5rem;
	margin: 0 auto 0 0;
	margin-right: 2.5rem;
	flex-shrink: 0;
}

.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider {
	width: 20%;
	margin-top: 0;
	flex-shrink: 0;
}

.bluesun-product-single-page .pd-img-dec .pd-img .main-image-slider {
	width: 80%;
	flex-shrink: 0;
}

.bluesun-product-single-page .pd-img-dec .pd-img .main-image-slider img {
	width: 100%;
	max-width: 47.5rem;
	height: auto;
	display: block;
}

.bluesun-product-single-page .pd-img-dec .pd-dec {
	max-width: 55rem;
	flex: 1;
	min-width: 0;
}

.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider .slick-slide {
	width: 85% !important;
}

.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider .slick-list {
	max-height: 760px !important;
}

.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider img {
	cursor: pointer;
	width: 100%;
	max-width: 10.9375rem;
	height: auto;
	margin: 0 auto;
	opacity: 0.9;
	border: 2px solid transparent;
	display: block;
}

.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider .slick-current img {
	opacity: 1;
	border: 2px solid var(--pcc-primary);
}

.bluesun-product-single-page .pd-img-dec .pd-dec .prod-title {
	display: block;
	font-family: 'Rany Bold', 'Rany', sans-serif;
	font-weight: 700;
	color: var(--pcc-text);
	font-size: 1.875rem;
	line-height: 2.375rem;
	min-height: 4.75rem;
	margin: 0;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .prod-desc {
	margin-top: 1.25rem;
	color: var(--pcc-muted);
	font-size: 1.125rem;
	line-height: 2rem;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .prod-desc p {
	margin: 0 0 1rem;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .prod-highlights {
	margin-top: 1.875rem;
}

.bluesun-product-single-page .hl-high-lights table {
	width: 90%;
	border-collapse: collapse;
}

.bluesun-product-single-page .hl-high-lights tr .pro-set-sx {
	background: #f9fafa;
	width: 35%;
	padding: 0.75rem 1rem;
	border: 1px solid #e8e8e8;
}

.bluesun-product-single-page .hl-high-lights tr .pro-set-sxz {
	background: #fff;
	padding: 0.75rem 1rem;
	border: 1px solid #e8e8e8;
}

.bluesun-product-single-page .hl-high-lights table {
	border-collapse: collapse;
}

/* Keep theme chrome stable when spider common.css is loaded */
body .bluesun-header,
body .bluesun-footer,
body .bluesun-mobile-nav {
	position: relative;
	z-index: 100;
}

.bluesun-product-single-page .pd-img-dec {
	display: inline-flex;
	width: 100%;
	box-sizing: border-box;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .prod-title {
	height: auto;
	min-height: 0;
}

@media only screen and (max-width: 767px) {
	.bluesun-product-single-page .pd-img-dec .pd-img {
		flex-direction: column;
	}

	.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider {
		width: 100%;
		margin-top: 1.25rem;
		order: 2;
	}

	.bluesun-product-single-page .pd-img-dec .pd-img .main-image-slider {
		width: 100%;
		order: 1;
	}
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn {
	margin-top: 2.5rem;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a {
	display: inline-block;
	background: radial-gradient(50% 50% at 50% 50%, rgba(238, 146, 31, 0) 0%, rgba(238, 146, 31, 0.3) 100%);
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: var(--pcc-primary);
	padding: 1rem 1.5rem;
	text-decoration: none;
	vertical-align: middle;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a span {
	margin-right: 0.5rem;
	vertical-align: middle;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a svg {
	vertical-align: middle;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a:first-child {
	margin-right: 1.25rem;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a:hover {
	background: var(--pcc-primary);
	color: #fff;
}

.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a:hover path {
	fill: #fff;
}

.bluesun-product-single-page .prod-content {
	margin-top: 5rem;
	width: 100%;
	overflow: visible;
}

/* Live Elementor product templates hide desktop blocks on mobile without alternate markup. */
.bluesun-product-single-page .prod-content .elementor-hidden-mobile,
.bluesun-product-single-page .prod-content .elementor-hidden-tablet {
	display: flex !important;
}

.bluesun-product-single-page .prod-content .e-con,
.bluesun-product-single-page .prod-content .e-con-inner {
	max-width: 100%;
}

.bluesun-product-single-page .prod-content img {
	max-width: 100%;
	height: auto;
}

.bluesun-product-single-page .prod-content .elementor-heading-title {
	color: var(--pcc-text);
}

.bluesun-product-single-page .pro-parameter .parameter-tab .parameter-main .parameter-info .sh-ico {
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
}

.bluesun-product-single-page .pro-parameter .parameter-info.is-collapsed .parameter-table {
	display: none;
}

.bluesun-product-single-page .pro-form {
	padding: 2.5rem;
	background: var(--pcc-bg);
}

.bluesun-product-single-page .pro-form .pro-form-name {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.5rem;
	color: var(--pcc-primary);
	text-align: center;
}

.bluesun-product-single-page .pro-form .pro-form-dec {
	margin-top: 1.25rem;
	text-align: center;
	color: var(--pcc-muted);
	font-size: 1.125rem;
	line-height: 2rem;
}

.bluesun-product-single-page .pro-form-title {
	margin-top: 1.75rem;
	height: 3.25rem;
	font-family: 'Rany Medium', 'Rany', sans-serif;
	color: var(--pcc-text);
	font-size: 1.125rem;
	line-height: 3.25rem;
	text-align: center;
}

.bluesun-product-single-page .pro-form-title span {
	color: var(--pcc-primary);
}

.bluesun-product-single-page .bl-rp {
	margin-top: 0;
	padding-top: 0;
}

.bluesun-product-single-page .bl-pro-rp.bl-rp {
	padding-bottom: 0;
}

.bluesun-product-single-page .bl-rp .rp-name {
	display: block;
	text-align: center;
	font-family: 'Rany Medium', 'Rany', sans-serif;
	font-weight: 500;
	color: var(--pcc-text);
	font-size: 2.5rem;
	line-height: 3.5rem;
}

.bluesun-product-single-page .slick-main {
	max-width: 96.25rem;
	margin: 3.75rem auto 0;
	position: relative;
	overflow: visible;
}

.bluesun-product-single-page .slick-main .blkg-slider {
	display: block;
}

.bluesun-product-single-page .slick-main .blkg-slider .slick-list {
	overflow: hidden;
	margin: 0 -1.25rem;
	padding: 0;
}

.bluesun-product-single-page .slick-main .blkg-slider .slick-slide {
	margin: 0 1.25rem;
}

.bluesun-product-single-page .blkg-slider .slider-lump {
	background: #fff;
}

.bluesun-product-single-page .blkg-slider .slider-lump a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.bluesun-product-single-page .blkg-slider .slider-lump .product-img {
	position: relative;
}

.bluesun-product-single-page .blkg-slider .slider-lump .pdi-img {
	padding: 0.625rem;
	text-align: center;
}

.bluesun-product-single-page .blkg-slider .slider-lump .pdi-img img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 18.75rem;
	margin: 0 auto;
}

.bluesun-product-single-page .blkg-slider .slider-lump .product-title {
	padding: 1.25rem;
	margin-top: 0;
	text-align: center;
}

.bluesun-product-single-page .blkg-slider .slider-lump .product-title span {
	font-family: 'Rany Medium', 'Rany', sans-serif;
	font-size: 1.125rem;
	line-height: 2rem;
	height: 4rem;
	color: var(--pcc-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bluesun-product-single-page .blkg-slider .slider-lump:hover .product-title span {
	color: var(--pcc-primary);
	transition: all 0.3s ease;
}

.bluesun-product-single-page .blkg-slider .slick-prev,
.bluesun-product-single-page .blkg-slider .slick-next {
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.bluesun-product-single-page .blkg-slider .slick-prev {
	left: -2.8125rem;
}

.bluesun-product-single-page .blkg-slider .slick-next {
	right: -2.8125rem;
}

.bluesun-product-single-page .blkg-slider .slick-prev:before,
.bluesun-product-single-page .blkg-slider .slick-next:before {
	content: '';
	display: inline-block;
	width: 2.625rem;
	height: 2.625rem;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.bluesun-product-single-page .blkg-slider .slick-prev:before {
	background-image: url('https://www.bluesunpv.com/wp-content/uploads/2024/09/slide-pre.png');
}

.bluesun-product-single-page .blkg-slider .slick-next:before {
	background-image: url('https://www.bluesunpv.com/wp-content/uploads/2024/09/slide-next.png');
}

.bluesun-product-single-page .blkg-slider .slick-prev:hover:before {
	background-image: url('https://www.bluesunpv.com/wp-content/uploads/2024/09/slide-pre-act.png');
}

.bluesun-product-single-page .blkg-slider .slick-next:hover:before {
	background-image: url('https://www.bluesunpv.com/wp-content/uploads/2024/09/slide-next-act.png');
}

.bluesun-product-single-page .slick-prev,
.bluesun-product-single-page .slick-next {
	z-index: 2;
	width: 2.625rem;
	height: 2.625rem;
}

.bluesun-product-single-page .slick-prev:before,
.bluesun-product-single-page .slick-next:before {
	font-size: 0;
}

@media only screen and (max-width: 1024px) {
	.bluesun-product-single-page .pd-img-dec {
		flex-direction: column;
	}

	.bluesun-product-single-page .pd-img-dec .pd-img {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.bluesun-product-single-page .pd-img-dec .pd-img .thumbnail-slider,
	.bluesun-product-single-page .pd-img-dec .pd-img .main-image-slider {
		width: 100%;
	}

	.bluesun-product-single-page .pd-img-dec .pd-dec {
		max-width: 100%;
		margin-top: 2rem;
	}

	.bluesun-product-single-page .pd-img-dec .pd-img .main-image-slider img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.bluesun-product-single-page .pcc-nav {
		height: auto;
		line-height: 28px;
		padding: 0.5rem 10px;
	}

	.bluesun-product-single-page .pcc-nav a,
	.bluesun-product-single-page .pcc-nav span {
		font-size: 12px;
		line-height: 30px;
	}

	.bluesun-product-single-page .pcc-box {
		padding: 20px 0;
	}

	.bluesun-product-single-page .pd-img-dec .pd-dec .prod-title {
		font-size: 20px;
		line-height: 24px;
	}

	.bluesun-product-single-page .pd-img-dec .pd-dec .prod-desc {
		font-size: 16px;
		line-height: 30px;
	}

	.bluesun-product-single-page .pd-img-dec .pd-dec .pd-btn a {
		display: block;
		margin: 0 0 1rem !important;
		font-size: 1.125rem;
	}

	.bluesun-product-single-page .pro-form .pro-form-name {
		font-size: 30px;
		line-height: 30px;
		padding-top: 20px;
	}

	.bluesun-product-single-page .bl-rp .rp-name {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}

	.bluesun-product-single-page .blkg-slider .slick-prev {
		left: -1rem;
	}

	.bluesun-product-single-page .blkg-slider .slick-next {
		right: -1rem;
	}
}

/* Bottom CTA — match live Contact Us (.blkg-btn) */
.bluesun-product-single-page .bottom-about-us .bau-content .bau-au {
	position: relative;
	display: inline-block;
	margin-top: 2.5rem;
	margin-bottom: 9.3125rem;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn {
	position: relative;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn a {
	display: block;
	position: relative;
	font-family: 'Rany Medium', 'Rany', sans-serif;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #ed741b !important;
	text-decoration: none !important;
	border: 0;
	background: none;
	padding: 0;
	z-index: 1;
	transition: color 0.3s ease;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn a span {
	display: inline-block;
	padding: 1.1875rem 2.5rem;
	background: #fff;
	transition: background 0.3s ease, color 0.3s ease;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover a {
	color: #fff !important;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover a span {
	background: #ed741b;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn::after {
	position: absolute;
	content: "";
	bottom: -8px;
	right: -8px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	transition: border 0.3s ease;
	pointer-events: none;
}

.bluesun-product-single-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover::after {
	border-color: #ed741b;
}
