/* body{
	padding-top: 233px;
} */
.productCont{
	padding-top: 233px;
}
.productCont{
	width: 100%;
	position: relative;
}
.productCont .productContDiv{
	max-width: 1520px;
	margin: 0 auto;
	color: #333333;
	padding: 0 10px;
	padding-top: 80px;
	line-height: 1.8;
	background-color: #fff;
}
.productCont .productContDiv ul li{
	padding-left: 15px;
	position: relative;
}
.productCont .productContDiv ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333333;
}
.productCont .productContDiv h1, .productCont .productContDiv h2{
	text-align: center;
}
.productCont .productContDiv h1{
	font-size: 2.2rem;
	color: #333333;
}
.productCont .productContDiv h2{
	display: inline-block;
	font-size: 1.2rem;
	padding: 0px 15px 2px 15px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #ff2370;
	color: #ffffff;
	letter-spacing: 1px;
	border-radius: 1rem;
	font-weight: normal;
}
.productCont .productContDiv .productContInfo{
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 1200px;
}
.productCont .productContDiv .productContInfo ul{
	color: #333;
	text-align: left;
	font-size: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.productCont .productContDiv .productContInfo ul li{
	border: 1px solid #FF2370;
	display: flex;
	line-height: 20px;
	padding-left: 0;
	font-size: 16px;
	padding-right: 10px;
	width: 33.333%;
	box-sizing: border-box;
	flex-direction: row;
}
.productCont .productContDiv .productContInfo ul li:before{
	display: none;
}
.productCont .productContDiv .productContInfo ul li span{
	padding: 0px 4px;
	display: inline-block;
	background-color: #FF2370;
	color: #FFF;
	width: 140px;
	white-space: nowrap;
	padding: 5px 10px;
}
.productCont .productContDiv .productContInfo ul li p{
	flex: 1;
	padding: 5px 10px;
}

.videoDiv {
	position: relative;
	/* margin-bottom: 3rem; */
}
.videoDiv iframe{
	width: 100%;
}
.videoDiv iframe video{
	width: 100%;
}
.videoDiv video{
	width: 100%;
}

.crumbs{
	max-width: 1520px;
	padding: 0 10px;
	margin: 0 auto;
}
.crumbs ul{
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	font-size: 12px;
}
.crumbs ul li{
	color: #666666;
}
.crumbs ul li a{
	color: #666666;
}

.product-outer{
	max-width: 1520px;
	padding: 0 10px;
	margin: 0 auto;
}
.product-outer .inner{
	display: flex;
	flex-direction: row-reverse;
	gap: 50px;
	align-items: flex-start;
	justify-content: space-between;
}
.product-outer .inner .cont{
	width: calc(100% - 550px);
}
.cont .banner{
	overflow: hidden;
}
.cont .banner .swiper{
	width: 100%;
	overflow: hidden;
}
.cont .banner .mySwiper2-outer{
	padding: 45px;
	position: relative;
}
.cont .banner .mySwiper2-outer .swiper-btn{
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
}
.cont .banner .mySwiper2-outer .swiper-next{
	right: 20px;
}
.cont .banner .mySwiper2-outer .swiper-prev{
	left: 20px;
}
.cont .banner .mySwiper2-outer .swiper-button-disabled{
	opacity: .3;
}
.cont .banner .mySwiper2-outer .swiper-btn .fa{
	font-size: 24px;
}
.cont h2{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.mySwiper2 .swiper-slide{
	aspect-ratio: 86/55;
}
.mySwiper2 .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.mySwiper .swiper-wrapper{
	width: auto;
	max-width: 100%;
}
.mySwiper .swiper-slide{
	width: 80px;
	aspect-ratio: 1/1;
	border: 1px solid #fff;
	opacity: 0.5;
	border-radius: 8px;
	overflow: hidden;
}
.mySwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #333;
	opacity: 1;
}
.poi-imgs{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.poi-imgs li img{
	display: block;
	width: 100%;
}

.product-outer .inner .info{
	width: 500px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E2E2E2;
	padding: 20px;
}
.info.active{
	position: sticky;
	top: 100px;
	height: calc(100vh - 110px);
}
.info.active .info-inner{
	height: 100%;
	overflow-y: auto;
	padding-bottom: 100px;
}
.info.active .info-inner .btns{
	padding: 25px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.info .info-inner .cover-pic{
	aspect-ratio: 46/29;
	overflow: hidden;
	border-radius: 8px;
}
.info .info-inner .cover-pic img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.info .info-inner h1{
	line-height: 1.1;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 10px;
}
.info .info-inner .model-outer{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}
.info .info-inner .model-outer .model{
	height: 25px;
	background: #FF2370;
	border-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
.info .info-inner .sku-info{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 25px 0;
}
.info .info-inner .sku-info li{
	display: flex;
	flex-direction: row;
	font-size: 16px;
	color: #333333;
}
.info .info-inner .sku-info li span{
	color: #FF2370;
	font-weight: bold;
}
.info .info-inner .btns{
	display: flex;
	flex-direction: row;
	padding: 25px 0;
	border-top: 1px solid #E2E2E2;
	gap: 12px;
	background-color: #fff;
	z-index: 2;
	position: sticky;
	bottom: 0;
}
.info .info-inner .btns .btn{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 48px;
	background: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #333333;
	color: #333333;
	gap: 5px;
	font-size: 16px;
}
.info .info-inner .btns .btn .fa{
	font-size: 20px;
}
.info .info-inner .btns .openWhatsApp{
	background-color: #2FD65B;
	border: 1px solid #2FD65B;
	color: #fff;
}
.info .info-inner .tinymce{
	font-size: 14px;
}
.info .info-inner .tinymce ul li{
	padding-left: 15px;
	position: relative;
}
.info .info-inner .tinymce ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333333;
}
.introduce-imgs li img{
	display: block;
	width: 100%;
}

@media screen and (max-width:1200px){
	.product-outer .inner{
		gap: 30px;
	}
	.product-outer .inner .info{
		width: 400px;
	}
	.product-outer .inner .cont{
		width: calc(100% - 430px);
	}

	.info .info-inner h1{
		font-size: 20px;
	}
	.info .info-inner .sku-info{
		margin: 20px 0;
	}
	.info .info-inner .btns{
		padding: 20px 0;
	}
	.info.active .info-inner .btns{
		padding: 20px;
	}
	.info .info-inner .btns .btn{
		font-size: 14px;
		height: 42px;
	}
	.info .info-inner .btns .btn .fa{
		font-size: 18px;
	}

	.cont h2{
		font-size: 20px;
	}
}

@media screen and (max-width:860px){
	/* body{
		padding-top: 60px;
	} */
	.productCont{
		padding-top: 0;
	}

	.product-outer .inner{
		flex-direction: column;
	}
	.info.active{
		position: static;
		height: auto;
	}
	.info.active .info-inner{
		height: auto;
		overflow-y: visible;
	}
	.product-outer .inner .info{
		width: 100%;
	}
	.info .info-inner .btns{
		position: static;
	}
	.product-outer .inner .cont{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.productCont .productContDiv{
		padding-top: 40px;
	}
	.productCont .productContDiv h1{
		font-size: 22px;
	}
	.productCont .productContDiv h2{
		margin-bottom: 1.875rem;
	}
	.productCont .productContDiv .productContInfo ul{
		display: block;
	}
	.productCont .productContDiv .productContInfo ul li{
		width: 100%;
	}
	
}

@media screen and (max-width:480px){
	.info .info-inner .btns .btn{
		font-size: 12px;
		height: 38px;
	}
	.info .info-inner .btns .btn .fa{
		font-size: 16px;
	}

	.cont .banner .mySwiper2-outer{
		padding: 25px;
	}
	.cont .banner .mySwiper2-outer .swiper-next{
		right: 10px;
	}
	.cont .banner .mySwiper2-outer .swiper-prev{
		left: 10px;
	}
}