@charset "UTF-8";

.eco-page .top-banner {
	margin: 50px auto 40px;
}

.eco-page .main-banner img {
	border-radius: 20px;
}

.eco-page .category-swiper {
	display: flex;
}

.eco-page .category-swiper>div {
	width: 640px;
}

.eco-page .trade-products {
	margin-bottom: 70px;
}

.eco-page .trade-products .title {
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	color: var(--primary-color-deep-blue-800);
}

.eco-page .trade-products .title b {
	font-size: 60px;
}

.eco-page .trade-products .title.middle {
	margin-top: 40px;
}

.eco-page .trade-products .trade-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 26px;
}

.eco-page .trade-products .trade-list>div {
	width: 160px;
	margin-bottom: 30px;
	text-align: center;
}

.eco-page .trade-products .trade-list>div a {
	font-size: 14px;
	font-weight: 600;
	color: #525255;
}

.eco-page .trade-products .trade-list>div img {
	margin-bottom: 5px;
	border: 1px solid var(--neutral-colors-gray-400);
	border-radius: 10px;
}

.eco-page .trade-quantity {
	padding: 65px;
	background-color: #0867B2;
	border-radius: 40px;
}

.eco-page .trade-quantity .title {
	margin-bottom: 60px;
	text-align: center;
}

.eco-page .trade-quantity .trade-number {
	display: flex;
	margin-bottom: 35px;
}

.eco-page .trade-quantity .trade-number>div {
	width: 50%;
}

.eco-page .trade-quantity .trade-number .text {
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	line-height: .8;
}

.eco-page .trade-quantity .trade-number .text small {
	font-size: 18px;
}

.eco-page .trade-quantity .trade-number .number {
	font-size: 80px;
	color: #F79421;
	text-align: right;
}

.eco-page .trade-quantity .trade-number .number span {
	display: inline-block;
	margin-left: 30px;
	font-size: 24px;
	color: #fff;
}

.eco-page .text-footer {
	margin: 100px auto;
	font-weight: 600;
	color: #525255;
	text-align: center;
	line-height: 1.2;
}

.eco-page .text-footer .title {
	margin-bottom: 30px;
	font-size: 52px;
	color: #5D9451;
}

.eco-page .text-footer .desc {
	margin-bottom: 40px;
	font-size: 21px;
	color: #525255;
	line-height: 1.3;
}

.eco-page .text-footer .desc b {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 30px;
}

.eco-page .text-footer a img {
	border-radius: 20px;
}

.eco-category {
	line-height: 1.1;
}

.eco-category .top-banner {
	margin: 30px auto 0;
}

.eco-category .top-banner img {
	border-radius: 10px;
}

.eco-category .top-menu {
	position: sticky;
	top: 77px;
	background-color: #FFF;
	z-index: 88;
	margin: 40px auto;
}

.eco-category .top-menu a {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.eco-category .top-menu.minimenu a {
	padding: 20px 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.eco-category .top-menu.minimenu img {
	height: 30px;
}

.eco-category .top-menu a:hover {
	background-color: var(--neutral-colors-gray-100);
}

.eco-category .top-menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.eco-category .top-menu ul li {
	position: relative;
	width: 25%;
	text-align: center;
}

.eco-category .top-menu ul li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #DDDFE3;
}

.eco-category .top-menu ul li:last-child:after {
	content: none;
}

.eco-category .top-menu ul li a {
	font-size: 20px;
	font-weight: 600;
	color: #525255;
}

.eco-category .top-menu ul li img {
	height: 55px;
	margin-bottom: 15px;
}

.eco-category .hot-items {
	margin-bottom: 55px;
	padding: 30px;
	background-color: #0867B2;
	border-radius: 20px;
}

.eco-category .hot-items .title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.eco-category .hot-items .title b {
	font-size: 54px;
	color: #F79421;
}

.eco-category .hot-items .item-list {
	display: flex;
	gap: 16px;
}

.eco-category .hot-items .item-list .product-plp-card {
	width: 230px;
}

.eco-category .hot-items .item-list .product-plp-card .plp-card-top {
	background-color: #fff;
}

.eco-category .brand-swiper {
	margin-bottom: 55px;
}

.eco-category .brand-swiper .title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	color: var(--primary-color-deep-blue-800);
}

.eco-category .brand-swiper .swiper-slide {
	width: auto;
	margin-right: 16px !important;
}

.eco-category .brand-swiper .item-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 120px;
	border-radius: 10px;
	border: 1.839px solid #E0E0E3;
	float: left;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
}

.eco-category .brand-swiper .item-brand img {
	/* height: 45px; */
	
}

.eco-category .trade-in-products {
	margin-bottom: 50px;
}

.eco-category .trade-in-products .title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	color: var(--primary-color-deep-blue-800);
}

.eco-category .terms-conditions {
	margin-bottom: 50px;
	line-height: 1.5;
}

.eco-category .terms-conditions .title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	color: var(--primary-color-deep-blue-800);
}

.eco-category .terms-conditions table th, .eco-category .terms-conditions table td
	{
	padding: 20px;
}

.eco-category .terms-conditions table tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}

.eco-category .terms-conditions table tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}

.eco-category .trade-in-faq {
	margin-bottom: 50px;
}

.eco-category .trade-in-faq .top-title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	color: var(--primary-color-deep-blue-800);
}

.eco-category .trade-in-faq .accordion .title {
	font-family: var(--fontFamily) !important;
	font-size: 21px;
	font-weight: 600;
	padding: 20px;
	margin-top: 16px;
	line-height: 1.2;
	border: 1px solid #E0E0E3;
	border-radius: 10px;
}

.eco-category .trade-in-faq  .accordion .title.active {
	color: var(--primary-color-deep-blue-800);
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.eco-category .trade-in-faq .accordion .content, .eco-category .trade-in-faq .ui.accordion:not(.styled) .title
	~.content {
	font-size: 16px;
	padding: 20px;
	padding-top: 0;
	border: 1px solid #E0E0E3;
	border-radius: 10px;
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.eco-category .terms-conditions * {
	font-family: var(--fontFamily) !important;
}

.back-to-top {
	position: fixed;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: var(--primary-color-deep-blue-800);
	border-radius: 20px;
	z-index: 12;
	cursor: pointer;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.terms-conditions .link {
	display: none;
}

.terms-conditions .remark {
	color: var(--secondary-color-red-500);
	padding: 20px;
	margin-top: 20px;
	border-radius: 0 0 12px 12px;
}

.terms-conditions .remark u {
	font-weight: 600;
}

.ui.accordion .title:not(.ui).active {
	color: var(--primary-color-deep-blue-800) !important;
}