section.product-selector  {
	padding: 150px 0;
}
section.product-selector .content-wrapper{
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1410px;
	padding-left: 120px;
	padding-right: 120px;
}
section.product-selector h2#ps-heading {
	background: -webkit-linear-gradient(60deg, #0090ae, #0090ae, #4014cc, #4014cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	font-size: 56px;
	font-family: 'HelveticaNeue';
	margin-bottom: 0;
}
section.product-selector h2 span.ps-subtitle {
	font-style: italic;
	font-weight: 400;
	font-family: 'HelveticaNeueLTStd-It';
	color: #4014CC;
}
section.product-selector .ps-panel.ps-product{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 2.5px solid transparent;
	border-image: linear-gradient(180deg, #0090ae, #0090ae 3%, #4014cc 97%, #4014cc) 1;
	padding: 40px 50px;
}
body .container-fluid .row-fluid section.product-selector a.ps-cta.cta_button {
	background: #4dc2e3;
	box-shadow: unset;
	/* 	filter: drop-shadow(10px 7px 11px rgba(0, 0, 0, .47)); */
	/* 	border-radius: 12px; */
	line-height: 1;
	padding: 10px 50px;
	border: none;
	display: inline-block;
	font-family: HelveticaNeue;
	box-sizing: border-box !important;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1.87px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	z-index: 1;
}
body .container-fluid .row-fluid section.product-selector a.ps-cta.cta_button:hover{
	top: -5px;
}
section.product-selector .ps-carousel {
	position: relative;
	overflow: hidden;
}
section.product-selector .ps-track {
	display: flex;
	transition: transform 0.4s ease;
}
section.product-selector .ps-slide {
	flex: 0 0 100%; /* Each slide takes full width */
}

section.product-selector .ps-lightbox {
	padding: 20px;
	position: fixed;
	inset: 0;            
	display: none;
	z-index: 1000; 
	align-items: center;
	justify-content: center;
}

section.product-selector .ps-lightbox[aria-hidden="false"] {
	display: flex;  
}
section.product-selector .ps-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: #1e1e1e;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
	z-index: -1;
}
section.product-selector .ps-lightbox__content {
	background: #fff;
	padding: 1rem;
	max-width: 600px;
	max-height: 90vh;
	overflow: auto;
	margin: 0;
}
section.product-selector .ps-lightbox__close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}
section.product-selector .ps-lightbox__close svg{
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
	fill: white;
	stroke-width: 0;
}
section.product-selector .ps-header {
	text-align: center;
	margin-bottom: 40px;
}
section.product-selector nav.ps-tabs {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	background: #000000 0% 0% no-repeat padding-box;
	border: 2px solid #000000;
	padding: 12px 25px;
	margin-bottom: 60px;
	overflow: auto;
}
section.product-selector nav.ps-tabs button{
	padding: 0;
	background: none;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	font-family: HelveticaNeue;
	min-width: fit-content;
}
section.product-selector nav.ps-tabs button sup{
	font-weight: 300;
	vertical-align: super;
	top: 2px;
	left: 3px;
}
section.product-selector nav.ps-tabs button.is-active{
	color: #48C9E4;	
}
section.product-selector .ps-panels {
	display: flex;
	gap:44px;
	flex-wrap: wrap;
}

section.product-selector .ps-panel.ps-product,
section.product-selector .ps-panel.ps-facts{
	width: calc( 50% - 22px);
}
section.product-selector .ps-panel.ps-facts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section.product-selector .ps-panel.ps-product .product-image {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
section.product-selector .ps-panel.ps-product .product-image img{
	display: flex;
	margin: 0 auto;
}
section.product-selector h3.ps-panel-title {
	text-align: center;
	font-weight: bolder;
	margin-bottom: 24px;
}
section.product-selector .ps-panel-title sup {
	font-weight: 300;
	vertical-align: super;
	top: 0;
	left: 1px;
}

.product_tabs_container {
	position: relative;
}
section.product-selector .ps-cta-wrap {
	text-align: center;
	margin-top: 10px;
}
section.product-selector button.ps-zoom {
	cursor: zoom-in;
	border: 2.5px solid transparent;
	border-image: linear-gradient(180deg, #0090ae, #0090ae 3%, #4014cc 97%, #4014cc) 1;
	padding: 20px 60px;
	background: #fff;
	margin-bottom: 44px;
}
section.product-selector .ps-note {
	border: 2.5px solid transparent;
	border-image: linear-gradient(180deg, #0090ae, #0090ae 3%, #4014cc 97%, #4014cc) 1;
	padding: 35px 25px;
	background: #fff;
}
section.product-selector .ps-note h3{
	margin: 0;
}
/* Shared arrow button styles */
section.product-selector .ps-arrow {
	width: 60px;              /* adjust size as needed */
	height: 60px;
	border: none;
	background: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
section.product-selector button.ps-arrow.ps-prev {
	position: absolute;
	left: -100px;
	top: 50%;
	z-index: 1;
	background-image: url("https://4004166.fs1.hubspotusercontent-na1.net/hubfs/4004166/assets-2025/images/left.png");
}
button.ps-arrow.ps-next {
	position: absolute;
	right: -100px;
	top: 50%;
	z-index: 1;
	background-image: url("https://4004166.fs1.hubspotusercontent-na1.net/hubfs/4004166/assets-2025/images/right.png");
}

/* Optional hover effect */
section.product-selector .ps-arrow:hover {
	opacity: 0.8;
	transform: scale(1.05);
	transition: all 0.2s ease;
}
/* Fix small typo */
button.ps-arrow.ps-next {
	position: absolute;
	right: -100px;
	top: 50%;
	z-index: 1;
	background-image: url("https://4004166.fs1.hubspotusercontent-na1.net/hubfs/4004166/assets-2025/images/right.png");
}

//* Fix small typo in your original rule */
button.ps-arrow.ps-next {
	position: absolute;
	right: -100px;
	top: 50%;
	z-index: 1;
	background-image: url("https://4004166.fs1.hubspotusercontent-na1.net/hubfs/4004166/assets-2025/images/right.png");
}

/* Ensure sticky can work: ancestors must not clip overflow */
section.product-selector .product_tabs_container { overflow: visible; }
/* Prevent background scroll when lightbox is open */
body.ps-lock-scroll {
	overflow: hidden;
}
section.product-selector .ps-note h3 {
	font-weight: 300;
	font-family: 'HelveticaNeue';
}
section.product-selector h3.ps-panel-title {
	font-family: 'HelveticaNeue';
	font-weight: 400;
}
/* Dots */
section.product-selector .ps-dots {
	display: none;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	display:none;
}
section.product-selector .ps-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #cfd8dc;
	cursor: pointer;
	padding: 0;
}
section.product-selector .ps-dot.is-active {
	background: #48C9E4;
}
section.product-selector .ps-dot:focus-visible {
	outline: 2px solid #48C9E4;
	outline-offset: 3px;
}
@media (min-width: 1025px){
	.ps-dropdown { display: none; }
	section.product-selector .ps-note h3{
		font-size: 23px;
	}
	section.product-selector h2#ps-heading {
		font-size: 56px;
		line-height: 1.1;
	}
	section.product-selector h2 span.ps-subtitle {
		font-size: 36px;
	}
	body .container-fluid .row-fluid section.product-selector a.ps-cta.cta_button {
		font-size: 22px;
	}
	section.product-selector nav.ps-tabs button{
		font-size: 22px;
	}
	section.product-selector nav.ps-tabs button sup{
		font-size: 14px;
	}
	section.product-selector h3.ps-panel-title {
		font-size: 36px;
	}
	section.product-selector .ps-panel-title sup {
		font-size: 18px;
	}
}
@media (min-width: 1025px) and (max-width: 1250px) {
	section.product-selector h3.ps-panel-title {
		font-size: 30px;
		margin: 0;
	}
	section.product-selector button.ps-zoom {
		padding: 20px 40px;
	}
	section.product-selector .ps-panel.ps-product {
		padding: 40px;
	}
}

/* Mobile/tablet (≤1024px) */
@media (max-width: 1024px) {
	section.product-selector nav.ps-tabs  { display: none; }
	section.product-selector .ps-dropdown { display: block; position: relative; max-width: 404px; width: 100%; margin-bottom: 40px; margin-left: auto; margin-right: auto; }

	section.product-selector .ps-dropdown .select-dropdown__button {
		width: 100%;
		border: 2.5px solid #4014cc;
		border-radius: 14px;
		font-size: 16px;
		font-weight: 400;
		text-align: left;
		cursor: pointer;
		background: none;
		position: relative;
		padding: 14px;
		font-family: 'HelveticaNeue';
		transition: transform 0.3s ease-in-out;
		color: #000;
	}

	section.product-selector .ps-dropdown .select-dropdown__button::after {
		content: '';
		position: absolute;
		right: 14px;
		top: 0;
		width: 12px;
		height: 100%;
		background-image: url('https://4004166.fs1.hubspotusercontent-na1.net/hubfs/4004166/assets-2025/images/Down%20Arrow%20(1).svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		transition: transform 0.3s ease-in-out;
	}
	section.product-selector .ps-dropdown ul li a sup {
		font-size: 12px;
	}
	section.product-selector .ps-dropdown .select-dropdown__button.dropdown_open::after {
		transform: rotate(180deg);
	}

	section.product-selector .ps-dropdown ul {
		display:none;
		list-style: none;
		margin: 10px 0 0;
		border: 2.5px solid #4014cc;
		border-radius: 14px;
		position: absolute;
		left: 0;
		right: 0;
		background: var(--white-color);
		opacity: 0;
		pointer-events: none;
		transform: scaleY(0);
		transform-origin: top;
		transition: all 0.3s ease-in-out;
		z-index: 10;
		overflow: hidden;
		opacity: 1;
	}

	section.product-selector .ps-dropdown ul.active {
		display:block;
		opacity: 1;
		pointer-events: auto;
		transform: scaleY(1);
		overflow: hidden;
	}
	section.product-selector .ps-dropdown ul li{
		margin: 0;
	}
	section.product-selector .ps-dropdown ul li a {
		display: block;
		padding: 14px;
		font-weight: 600;
		color: #000;
		font-size: 14px;
		background: white;
		font-family: HelveticaNeue;
		transition: transform 0.3s ease-in-out;
	}

	section.product-selector .ps-dropdown ul li a:hover {
		color: #fff;
		background: #4dc2e3;
	}

	section.product-selector .ps-dropdown ul li a.active {
		color: #4014cc;
		font-weight: 600;
	}
	section.product-selector .ps-panel.ps-product .product-image {
		width: 100%;
		max-width: 100px;
		margin: 0 auto;
	}
	/* 	section.product-selector nav.ps-tabs {
	display: none;
} */
	section.product-selector .ps-header {
		margin-bottom: 25px;
	}
	section.product-selector .ps-panels{
		gap: 30px;
	}
	section.product-selector .ps-panel.ps-product {
		padding: 30px;
	}
	section.product-selector button.ps-zoom img {
		max-width: 200px !important;
	}
	section.product-selector nav.ps-tabs button {
		font-size: 18px;
	}
	body.anti_mag.hs-landing-page.hs-page .body-container-wrapper {
		overflow:unset;
	}
	section.product-selector .ps-panels {
		flex-direction: column;
	}
	section.product-selector .ps-panel.ps-product, section.product-selector .ps-panel.ps-facts{
		width: 100%;
	}
	section.product-selector .content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.product-selector .ps-panel.ps-facts {
		margin-bottom: 20px;
	}
	section.product-selector {
		padding: 80px 0;
	}
	section.product-selector button.ps-arrow.ps-prev {
		left: calc(50% - 50px);
		right: auto;
		top: auto;
		bottom: -40px;
	}
	section.product-selector button.ps-arrow.ps-next {
		right: calc(50% - 50px);
		left: auto;
		bottom: -40px;
		top: auto;
	}
	section.product-selector button.ps-zoom {
		margin-bottom: 30px;
	}
	section.product-selector .ps-arrow {
		width: 44px;
		height: 44px;
	}
}
@media (max-width: 1024px) and (min-width:768px){
	section.product-selector h2#ps-heading {
		font-size: 51px;
	}
	section.product-selector .ps-note h3 {
		font-size: 26px;
	}
}
@media (max-width: 767px){
	section.product-selector h2#ps-heading{
		font-size: 36px;
		line-height: 1.1;
		margin-bottom: 15px;
	}
	section.product-selector .ps-note h3 {
		font-size: 20px;
	}
	section.product-selector h2{
		font-size: 30px;
	}
	section.product-selector .ps-dots {
		margin-top: 50px;
	}
	section.product-selector h3.ps-panel-title {
		margin-bottom: 15px;
	}
	section.product-selector .ps-panels {
		gap: 20px;
	}
	section.product-selector .ps-panel.ps-facts {
		margin-bottom: 20px;
	}
	section.product-selector {
		padding: 60px 0;
	}
	section.product-selector .ps-panel.ps-product {
		padding: 20px;
	}
	section.product-selector button.ps-zoom{
		margin-bottom: 20px;
	}
	section.product-selector button.ps-zoom {
		padding: 20px;
	}
	section.product-selector .ps-note {
		padding: 20px;
	}
	section.product-selector .ps-panel-title sup {
		top: 0px;
		left: 2px;
		font-size: 12px;
	}
}