.main-content{padding-bottom:300px}

.testing-banner{position:relative;;margin-bottom:50px}
.testing-banner .banner-img{width:100%}
.testing-banner .float-btns{position:absolute;left:10%;width:30%;top:40%;width:60%}
.testing-banner .float-btns a{width:100%;display:block}
.testing-banner .float-btns a:nth-child(1) > img{max-width:35%}
.testing-banner .float-btns a > img{width:100%;max-width:30%}

.testing-banner .mobile-content{display:none}


.gifts{margin-top:200px}
.gifts h4{margin:0 0 10px}
.gifts h4 span{color:white;background-color:#FF9FE5;padding:5px 10px;border-radius:20px;font-size:var(--font-)}

.gift-features{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}
.gift-features .feature-list{width:calc(60% - 10px)}
.gift-features h3{margin:0 0 10px;font-size:50px}
.gift-features h3 span:nth-child(1){color:var(--secondary-color);display:block}
.gift-features h3 span:nth-child(2){color:var(--primary-color)}
.gift-features ul{list-style:none;padding-left:0;margin:0 0}
.gift-features ul li{margin-bottom:5px;font-size:var(--font-big)}
.gift-features ul li.highlight{color:var(--primary-color);font-weight:800}

.gift-features .gift-img{width:calc(40% - 10px)}
.gift-features .gift-img img{display:block;width:100%;margin-bottom:25px}
.gift-features .gift-img img.mobile-img{display:none}
.gift-features .gift-img a img{max-width:150px}
.gift-features .gift-img a.top-pro-link{display:none}

.tabs {
	border-bottom: 1px solid var(--primary-color);
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: 0;
	margin: 80px 0 0;
	display: flex;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.tabs::-webkit-scrollbar{height:5px}
.tabs::-webkit-scrollbar-thumb{background-color:#dadee5}
.tabs::-webkit-scrollbar-track{background:#C9C9C9}

.tabs li {
	flex: 1;
	display: inline-block;
	white-space: nowrap;
	padding: 16px 24px;
	text-align: center;
	cursor: pointer;
}

.tabs li.active{font-weight:bold;border-bottom:5px solid var(--primary-color);color:var(--primary-color)}

.tab-contents > .tab-content{display:none}
.tab-contents > .tab-content.active{display:block}

.gift-relation-products{margin-top:120px}
.gift-relation-products h2 {
	color: var(--primary-color);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
}

.gift-relation-products .products{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:16px}
.product {
	flex: 0 0 calc(33.3% - 32px);
	margin-right: 16px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.gift-relation-products .product:last-child{margin-right:0}

.product a {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.product .img-container {
	width: 100%;
	padding-top: 350px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.product .img-container img{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;}

.product p {
	padding: 0 10px;
	margin: 10px 0 0;
	font-size: var(--font-large);
	text-align: center;
}

.product .more-overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(149, 171, 201, 0.8);
    color: white;
    text-align: center;
    padding: 18px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    pointer-events: none;
    border-radius: 0 0 20px 20px;
    letter-spacing: 1.2px;
}

.product a:hover .more-overlay{opacity:1}

.tab-content{display:none;line-height:2;font-size:var(--font-large);letter-spacing:1.2px;margin:0;padding-top:30px}
.tab-content .highlight{color:var(--primary-color);font-weight:bold}
.tab-contents ul{padding-left:0;margin:0;list-style:none}

.swiper.mobile-products-swiper{display:none}
.swiper.mobile-products-swiper .swiper-button-prev{left:5px}
.swiper.mobile-products-swiper .swiper-button-next{right:5px}
.swiper.mobile-products-swiper .swiper-button-prev,
.swiper.mobile-products-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index: 10;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.swiper.mobile-products-swiper .swiper-button-prev img,
.swiper.mobile-products-swiper .swiper-button-next img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

@media screen and (max-width: 1050px) {
	.product{flex:0 0 calc(50% - 32px);}
	.gift-relation-products .product:nth-child(odd){}
	.gift-relation-products .product:nth-child(even){margin-right:0}
	.gift-relation-products .product:last-child{margin-right:initial}
}

@media screen and (max-width: 991px) {
	.gifts h4 span{width:250px;display:block;text-align:center;font-size:25px;border-radius:30px}
	.gift-features .feature-list{width:100%;margin:20px 0 0;order:2}
	.gift-features .gift-img{width:100%;margin:0 0;order:1}

	.gift-features .gift-img img{display:none}
	.gift-features .gift-img img.mobile-img{display:block;width:100%}

	.gift-features .gift-img a.top-pro-link{display:block}
	.gift-features .gift-img a.top-pro-link img{display:block;max-width:200px}
	.gift-features .gift-img a.bottom-pro-link{display:none}
}

@media screen and (max-width: 768px) {
	.gift-features h3{font-size:35px;margin-bottom:30px}
	.product .img-container{padding-top:290px}

	.gift-relation-products .products{display:none}
	.swiper.mobile-products-swiper{display:block}
	.product{margin-bottom:0}
	.product .img-container{width:70%;margin:0 auto}
}

@media screen and (max-width: 650px) {
	.gift-descriptions#bottom-tab .tabs{gap:15px;flex-wrap:wrap;border-bottom:0;margin-top:50px}
	.gift-descriptions#bottom-tab .tabs li{flex:0 0 calc(33.3% - 30px);border:1px solid var(--primary-color);border;border-radius:5px;padding:5px 10px;color:var(--primary-color);font-weight:600}
	.gift-descriptions#bottom-tab .tabs li.active{background-color:var(--primary-color);color:white}
	.gift-descriptions#bottom-tab .tabs li:nth-child(3n){margin-right:0}

	.product{flex:0 0 100%}
}
@media screen and (max-width: 500px) {
	.gift-features h3{font-size:28px}
	.product p{font-size:var(--font-medium)}
	.product .img-container{padding-top:290px}
}

#effect-section h2{color:#9079C4;font-size:35px;margin:30px 0 0}
#effect-section .tabs {
	border-bottom: 1px solid var(--primary-color);
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: 0;
	margin: 20px 0 0;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

#effect-section .tabs::-webkit-scrollbar{height:5px}
#effect-section .tabs::-webkit-scrollbar-thumb{background-color:#dadee5}
#effect-section .tabs::-webkit-scrollbar-track{background:#C9C9C9}

#effect-section .tabs li {
	float: left;
	display: block;
	flex: none;
	margin-right: 20px;
	white-space: nowrap;
	padding: 8px 0;
	text-align: left;
	cursor: pointer;
	font-size: 30px;
	color: #c9c2c2;
}

#effect-section .tabs li.active{font-weight:bold;border-bottom:2px solid var(--primary-color);color:var(--primary-color)}

#what-is-gene-content .main-brief,
#side-effect-content .main-brief{margin-bottom:40px}

#what-is-gene-content .main-brief p,
#side-effect-content .main-brief p{margin:0;color:var(--secondary-color)}

#what-is-gene-content .desc-with-video,
#side-effect-content .desc-with-video{display:flex;flex-wrap:wrap;align-items:start;gap:20px;margin:60px 0 60px}
#what-is-gene-content .desc-with-video .desc,
#side-effect-content .desc-with-video .desc{width:calc(50% - 20px)} 
#what-is-gene-content .desc-with-video .desc h3,
#side-effect-content .desc-with-video .desc h3{margin:0 0 5px;color:var(--primary-color);font-size:30px}
#what-is-gene-content .desc-with-video .desc p,
#side-effect-content .desc-with-video .desc p{margin:0;line-height:1.8;font-size:var(--font-medium)}
#what-is-gene-content .desc-with-video .video,
#side-effect-content .desc-with-video .video{width:calc(50% - 20px)} 
#what-is-gene-content .desc-with-video .video .iframe-container,
#side-effect-content .desc-with-video .video .iframe-container{position:relative;padding-top:56.25%}
#what-is-gene-content .desc-with-video .video .iframe-container > iframe,
#side-effect-content .desc-with-video .video .iframe-container > iframe{position:absolute;left:0;top:0;width:100%;height:100%}

#side-effect-content .normal-desc{}
#side-effect-content .normal-desc h4{color:var(--primary-color);font-size:30px;margin:0 0}
#side-effect-content .normal-desc h5{color:var(--secondary-color);font-size:25px;margin:0 0}
#side-effect-content .normal-desc p{font-size:var(--font-medium);margin:0}
#side-effect-content .iframe-container{width:calc(100% - 20px);margin:30px auto 0;padding-top:56.25%;position:relative}
#side-effect-content .iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
#side-effect-content .iframe-label{display:block;text-align:center;margin-top:5px;color:var(--primary-color);font-size:var(--font-base)}

#side-effect-content .information-notes{color:var(--secondary-color);font-size:var(--font-base);margin-top:10px}
#side-effect-content .information-notes p{margin:0}
#side-effect-content .information-notes a{color:var(--secondary-color);display:block;text-decoration:none;
	white-space: normal;
    word-break: break-all;
}

#what-is-gene-content .normal-desc{margin:30px 0}
#what-is-gene-content .normal-desc h4{color:var(--primary-color);font-size:30px;margin:0 0}
#what-is-gene-content .normal-desc h5{color:var(--secondary-color);font-size:25px;margin:0 0}
#what-is-gene-content .normal-desc p{font-size:var(--font-medium);margin:0}

.conclusion{margin-top:100px}
.conclusion h3{color:#9079C4;font-size:35px;margin:0 0 20px}
.conclusion h4{color:var(--primary-color);font-size:20px;margin:0 0}
.conclusion p{font-size:var(--font-base);margin:0}
.conclusion .conclusion-br{display:none}
@media screen and (max-width: 850px) {
	#what-is-gene-content .desc-with-video .desc, #side-effect-content .desc-with-video .desc{width:100%}
	#what-is-gene-content .desc-with-video .video, #side-effect-content .desc-with-video .video{width:100%}
}

@media screen and (max-width: 768px) {
	.testing-banner .banner-img,
	.testing-banner .float-btns{display:none !important}
	.testing-banner .mobile-content{display:block !important}

	.testing-banner .float-btns{width:450px;left:0;right:0;margin:0 auto}
	.testing-banner .float-btns a img{width:100% !important;max-width:100% !important}
	.testing-banner .mobile-content > .float-btns,
	.testing-banner .mobile-content > img.banner-img{display:block !important}
}

@media screen and (max-width: 600px) {
	.testing-banner .float-btns{width:350px}
	#effect-section .tabs li{width:50%;margin-right:0;text-align:center;font-size:20px}

	.conclusion h4{margin-bottom:20px}
	.conclusion h4,
	.conclusion h3{text-align:center;line-height:1.5}
	.conclusion .conclusion-br{display:block}
	.conclusion .conclusion-slash{display:none}
}

@media screen and (max-width: 500px){
	.conclusion h3{font-size:30px}
	.testing-banner .float-btns{width:90%}
	#effect-section .tabs li{font-size:var(--font-medium)}

	.swiper.mobile-products-swiper .swiper-button-prev,
	.swiper.mobile-products-swiper .swiper-button-next {
    	width: 30px;
    	height: 30px;
    }
}