/*------------reset-----------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	scroll-margin-top: 60px;
}

body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ------------------- Container ------------------- */
.container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.container-full {
	padding: 60px 0;
}

.container-white {
	background-color: #5E7CE2;
	/*padding: 30px 0px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*-------------Ads seen on----------------*/
.AdsSeenOn,
.AdsSeenOn-slide-mobile {
	background: #f8fbfd;
	background: #000;
	color: #000;
	color: #fff;
	text-transform: uppercase;
}

.AdsSeenOn-inner,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 0;
}

.AdsSeenOn-inner {
	overflow: hidden;
}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;

}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item p,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.AdsSeenOn .container {
	max-width: 1320px;
}

.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4.5rem;
	-webkit-animation: moveCustomersPhotos 20s linear infinite;
	animation: moveCustomersPhotos 20s linear infinite;
}

.AdsSeenOn-slide-mobile {
	display: none;
}

.AdsSeenOn-item:nth-child(1) img,
.AdsSeenOn-item:nth-child(5) img {
	width: 45px;
}

.AdsSeenOn-item:nth-child(2) img,
.AdsSeenOn-item:nth-child(6) img {
	width: 30px;
}

.AdsSeenOn-item:nth-child(3) img,
.AdsSeenOn-item:nth-child(7) img {
	width: 35px;
}

.AdsSeenOn-item:nth-child(4) img,
.AdsSeenOn-item:nth-child(8) img {
	width: 40px;
}

/* -------------------  Banner -------------------  */
.promo-banner {
	background-color: #000;
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.promo-banner .promo-img {
	display: block;
	width: 60px;
}

.promo-banner .promo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.promo-banner .promo-content .promo-black-friday {
	font-size: 55px;
	font-style: italic;
	font-weight: 900;
	line-height: 1.5;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
}

.promo-banner .promo-content .promo-sale {
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
	width: 320px;
	background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
	background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
	border-radius: 4px;
}

.promo-banner .promo-content .promo-show-tab,
.promo-banner .promo-content .promo-show-mob,
.promo-banner .promo-content .promo-black-friday-mob,
.promo-banner .promo-content .promo-mob-sale-box {
	display: none;
}

.promo-banner .promo-content .promo-discount .promo-up-to {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: rgb(229, 31, 31);
	position: absolute;
	top: 18px;
}

.promo-banner .promo-content .promo-discount .promo-percent {
	font-size: 68px;
	font-style: italic;
	font-weight: 900;
	line-height: 81.6px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: rgb(229, 31, 31);
	position: relative;
}

.promo-banner .promo-content .promo-countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
	display: none;
}

.promo-banner .promo-content .promo-countdown .promo-limited-time {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: white;
}

.promo-banner .promo-content .promo-countdown .promo-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	margin-top: 2px;
}

.promo-banner .promo-content .promo-countdown .promo-timer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-banner .promo-content .promo-countdown .promo-timer div span:last-child {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
	margin-top: 5px;
}

.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
	font-size: 26px;
	font-weight: 700;
	line-height: 39px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: white;
	background: linear-gradient(184.32deg, #e51f1f 3.51%, #940000 104.48%);
	width: 51px;
	padding: 6px 0px;
}

.promo-banner .promo-content .promo-countdown .promo-timer .promo-deks-time {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
	margin-top: 5px;
}

@media screen and (max-width: 1500px) {
	.promo-banner .promo-content .promo-black-friday {
		font-size: 50px;
	}

	.promo-banner .promo-content .promo-sale {
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		width: 250px;
		height: 40px;
	}

	.promo-banner .promo-content .promo-show-tab,
	.promo-banner .promo-content .promo-show-mob,
	.promo-banner .promo-content .promo-black-friday-mob,
	.promo-banner .promo-content .promo-mob-sale-box {
		display: none;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-size: 18px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 50px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		display: none;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 16px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer {
		gap: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
		font-size: 22px;
		font-weight: 700;
		line-height: 38px;
		width: 43px;
		padding: 0px 0px;
	}
}

@media screen and (max-width: 1100px) {
	.promo-banner .promo-content .promo-black-friday {
		font-size: 35px;
	}

	.promo-banner .promo-content .promo-sale {
		font-size: 21px;
		width: 180px;
		height: 30px;
		line-height: 31px;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-size: 12px;
		top: 25px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 35px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		display: none;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 12px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer {
		gap: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
		font-size: 15px;
		font-weight: 700;
		line-height: 24px;
		width: 27px;
		padding: 0px 0px;
	}
}

@media only screen and (max-width: 790px) {
	.promo-banner {
		padding: 10px 5px;
	}

	.promo-banner .promo-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 15px;
	}

	.promo-banner .promo-content .promo-black-friday {
		display: none;
	}

	.promo-banner .promo-content .promo-sale {
		display: none;
	}

	.promo-banner .promo-content .promo-show-tab,
	.promo-banner .promo-content .promo-black-friday-mob,
	.promo-banner .promo-content .promo-mob-sale-box {
		display: none;
	}

	.promo-banner .promo-content .promo-mob-sale-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.promo-banner .promo-content .promo-show-mob {
		display: block;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
		line-height: 21px;
		text-align: center;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
		color: rgb(229, 31, 31);
		position: absolute;
		top: 20px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 40px;
		font-style: italic;
		font-weight: 900;
		line-height: 32px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		display: block;
		font-size: 27px;
		font-style: italic;
		font-weight: 900;
		line-height: 32.4px;
		text-align: left;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
		color: white;
	}

	.promo-banner .promo-content .promo-countdown .promo-sale-mob {
		display: block;
		font-size: 18px;
		font-style: italic;
		font-weight: 700;
		line-height: 23px;
		text-align: center;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
		color: #fff;
		width: 150px;
		background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
		background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
		border-radius: 4px;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 12px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer {
		gap: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
		font-size: 15px;
		font-weight: 700;
		line-height: 24px;
		width: 27px;
		padding: 0px 0px;
	}
}

@media only screen and (max-width: 450px) {
	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		font-size: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		text-align: left;
	}

	.promo-banner .promo-content .promo-countdown {
		align-items: start;
	}

	.promo-banner {
		padding: 5px;
	}

	.promo-banner .promo-content .promo-countdown .promo-sale-mob {
		width: 130px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 380px) {
	.promo-banner {
		padding: 10px 5px;
	}

	.promo-banner .promo-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 15px;
	}

	.promo-banner .promo-content .promo-black-friday {
		display: none;
	}

	.promo-banner .promo-content .promo-sale {
		display: none;
	}

	.promo-banner .promo-content .promo-show-tab,
	.promo-banner .promo-content .promo-black-friday-mob,
	.promo-banner .promo-content .promo-mob-sale-box {
		display: none;
	}

	.promo-banner .promo-content .promo-mob-sale-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.promo-banner .promo-content .promo-show-mob {
		display: block;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
		line-height: 21px;
		color: rgb(229, 31, 31);
		top: 20px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 30px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		font-size: 20px;
		line-height: 27.4px;
	}

	.promo-banner .promo-content .promo-countdown .promo-sale-mob {
		font-size: 14px;
		font-style: italic;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
		width: 70px;
		background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
		background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 12px;
	}

}

@media only screen and (max-width: 320px) {
	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		font-size: 16px;
	}

	.promo-banner .promo-img {
		width: 60px;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 10px;
	}

	.promo-banner .promo-content .promo-countdown .promo-sale-mob {
		font-size: 12px;
	}
}

/*------------banner-----------------*/
.banneri {
	background: #ACF4A1;
	color: #000;
	text-transform: uppercase;
	height: 60px;
	display: flex;
	justify-content: center;
}

.banneri-inner {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.banneri .banneri-inner .highlight {
	font-weight: 600;
	color: #000;
}

.banneri .banneri-inner .code {
	background: darkgreen;
	padding: 5px 14px;
	font-weight: 600;
	border-radius: 0.25rem;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

/*------------banner-----------------*/
.banner {
	background: #e51f1f;
	color: #fff;
	text-transform: uppercase;
	height: 43px;
	display: flex;
	justify-content: center;
}

.banner-inner {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.banner .banner-inner .highlight {
	font-weight: 600;
	color: #fff;
}

.banner .banner-inner .code {
	background: #FDC700;
	padding: 5px 14px;
	font-weight: 600;
	border-radius: 0.25rem;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
}

/* ------------------- Button ------------------- */
.btn {
	background-color: #49b24e !important;
	border-radius: 8px;
	color: #ffffff !important;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	font-size: 20px;
	padding: 8px 18px;
	text-decoration: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.btn img {
	width: 22px;
	height: 16px;
	margin-top: 2px;
}

.btn:hover {
	background-color: #0286D8;
	border-color: transparent;
}

.btn-box.btn-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-box .btn {
	background-color: #49b24e !important;
	border-radius: 8px;
	color: #ffffff !important;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	padding: 12px 43px;
	-webkit-animation: pulse 1.5s infinite ease;
	animation: pulse 1.5s infinite ease;
}

.btn:hover {
	background-color: #028332 !important;
}

.btn-box .btn-text-row {
	font-size: 11px;
	line-height: 16px;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	gap: 5px;
}

.btn-box .btn-text-row .btn-dot {
	height: 7px;
	width: 7px;
	background-color: #95df89;
	border-radius: 50%;
	margin-right: 8px;
	-webkit-box-shadow: 0 0 0 2px #adf4a1;
	box-shadow: 0 0 0 2px #adf4a1;
	-webkit-animation: pulseCtaShip 1.725s forwards infinite ease-out;
	animation: pulseCtaShip 1.725s forwards infinite ease-out;
	opacity: 0.5;
}

@-webkit-keyframes pulseCtaShip {
	45% {
		-webkit-box-shadow: 0 0 0 5px #adf4a1;
		box-shadow: 0 0 0 5px #adf4a1;
		opacity: 1;
	}

	55% {
		opacity: 1;
	}
}

@keyframes pulseCtaShip {
	45% {
		-webkit-box-shadow: 0 0 0 5px #adf4a1;
		box-shadow: 0 0 0 5px #adf4a1;
		opacity: 1;
	}

	55% {
		opacity: 1;
	}
}

.btn-box .btn-text-row .btn-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 3px;
	text-align: start;
}

.btn-box .btn-text-row .btn-stock-view {
	font-size: 0;
}

.btn-box .btn-text-row .btn-stock-view span {
	background-color: green;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 2px;
	margin-top: 8px;

}

.btn-box .btn-text-row .btn-stock-view span:first-child {
	background-color: #fc2201 !important;
}

.btn-box.grey-dots .btn-stock-view span {
	background-color: rgba(217, 217, 217, 0.6) !important;
}

.btn-box .btn-text-row .btn-stock {
	font-size: 12px;
	color: #ea4701;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes pulseCTAButton {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulseCTAButton {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/*------------header-----------------*/
header {
	padding: 12px 0;
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 1000;
}

header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1320px;
}

header #menu-btn {
	display: none;
}

header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

header nav a {
	text-decoration: none;
	color: #000;
	font-size: 14px
}

header .logo {
	height: 30px;
}

/*------------hero-----------------*/
.hero {
	background-color: #fff;

}

.hero .hero-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	width: 100%;
}

.highlight {
	text-decoration: none;
	color: #4089c3;
	font-weight: 600;
}

.highlight2 {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.hero .hero-left {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero .hero-left .hero-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.hero .hero-left .badges {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0%;
	left: 5%;
	padding: clamp(3.75rem, -7.083rem + 4.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
	width: 220px;
}

.hero .hero-right {
	padding: 40px 50px 40px 59px;
	max-width: 680px;
	width: 100%;
}

.hero .hero-right .hero-mob,
.hero .hero-right #logos {
	display: none;
}

.hero .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.hero .rating p {
	font-size: 14px;
	line-height: 24px;
}

.hero h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
}

.title h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 3;
}

h1 span {
	position: relative;
	z-index: 1;
}

h1 span::after {
	content: " ";
	background: #FED6064A;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 5px;
	z-index: -1;
}

.hero2 h1 span::after {
	display: none;
}

.hero h4 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 15px;
	font-weight: 400;
	color: #374048;

}

.hero2 .hero-inner .hero-left {
	position: relative;
}

.hero2 .hero-inner .hero-left .badges {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: -78px;
	left: 75%;
	padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
	width: 200px;
}

.show-pc {
	display: block;
}

.hero .hero-review {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 68px auto;
	align-items: start;
	gap: 20px;
}

.hero .hero-review .avatar {
	border-radius: 50%;
}

.hero .hero-review .hero-review-text {
	max-width: 404px;
	width: 100%;
}

.hero .hero-review .hero-review-text .stars {
	width: 100px;
	margin-bottom: 5px;
}

.hero .hero-review .hero-review-text p {
	font-size: 14px;
	line-height: 24px;
}

.hero .hero-review .hero-review-text p span {
	color: #858585;
	font-size: 11px;
	line-height: 24px;
}

.hero .btn-box {
	margin-top: 30px;
}

.btn-box {
	margin-top: 30px;
}

.show-tab {
	display: none;
}

.hero-mob-review {
	display: none;
}

.hero ul {
	list-style: none;
	margin-top: 1.5rem;
}

.hero ul li {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	background: url("../img/herocheckmark.svg") no-repeat left 0.1rem / 1.5rem auto;
	padding-left: 2rem;
	margin-bottom: 15px;
	color: #000;
}

.hero.hero2 .hero-left .hero-bg {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* ------------------ Faq ------------------ */
#faq .title h2 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
}

.faq-container {
	display: block;
	margin: 30px auto;
	max-width: 809px;
	padding: 10px;
	text-align: left;
	width: 100%;
}

.faq-accordion {
	border-radius: 6px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1019607843);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	width: 100%;
}

.accordion {
	background-color: #fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 28px;
	outline: none;
	padding: 18px;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100%;
	font-weight: 600;

	cursor: pointer;


	text-align: left;
	outline: none;



	display: grid;
	grid-template-columns: auto 30px;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.24s, top 0.44s;
	transition: 0.24s, top 0.44s;
}

.faq-icon::before {
	content: "";
	background-color: #000000;
	position: absolute;
	top: 12px;
	right: 5px;
	width: 16px;
	height: 2px;
	-webkit-transition: 0.46s ease-in;
	transition: 0.46s ease-in;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-icon::after {
	content: "";
	background-color: #000000;
	position: absolute;
	top: 12px;
	right: 5px;
	width: 16px;
	height: 2px;
	-webkit-transition: 0.46s ease-in;
	transition: 0.46s ease-in;
	opacity: 1;
}

.active .faq-icon::after {
	opacity: 0 !important;
}

.active .faq-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	padding: 0 18px;
	text-align: left;
	-webkit-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}

.panel p {
	color: #545454;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 0;
}

.mobile-order-now {
	display: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -3px 8px 0px #bbbbbb;
	box-shadow: 0px -3px 8px 0px #bbbbbb;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 7px 10px;
	z-index: 1000;
}

.mobile-order-now .btn-box {
	margin: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hidden {
	display: none !important;
}

.mobile-order-now .btn-box .btn {
	animation: none;
}

.faq-accordion-inner {
	max-width: 50rem;
	margin: 1.875rem auto;
}

.faq {
	background: #fff;
	padding: 3rem 0;
}

/* ------------------- Overview -------------------*/
#overview {
	padding: 80px 0 80px;
	position: relative;
	overflow: hidden;
	background: #F6FAFF;
}

#overview .overview-text {
	max-width: 650px;
}

/*
#overview:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 220px;
	height: 220px;
	background: url("../img/swooth-bottom.svg") no-repeat center center;
	background-size: contain;
	z-index: 0;
}
*/
.overview {
	display: grid;
	grid-template-columns: auto 600px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.overview .title {
	text-align: start;
}

.overview .title h2 {
	text-align: start;
}

.overview .overview-img {
	width: 550px;
}

.overview .overview-img .overview-front {
	width: 100%;
	position: relative;
	z-index: 3;
	border-radius: 20px;
	border: 1px solid #d6d6d6;
}

.overview .overview-img.hidden-desktop {
	display: none;
}

.overview .overview-p {
	font-size: 20px;
	line-height: 32px;
	margin-top: 15px;
	font-weight: 400;
	color: #212529;
	letter-spacing: 0.5px;
}

.overview .title {
	margin-bottom: 0px;
}

@-webkit-keyframes fadeInAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* ------------------- Features ------------------- */
#features {
	background: #fff;
	color: #000;
}

#features .text {
	text-align: center;
	max-width: 960px;
	margin: 20px auto;
}

#features .text p {
	font-size: 20px;
}

.grid2 .text {
	text-align: center;
	max-width: 960px;
	margin: 20px auto;
}

.grid2 .text p {
	font-size: 20px;
	line-height: 28px;
}

.features-mob {
	display: none;
}

.features {
	max-width: 1528px;
	margin: 24px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.features .features-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0px;
}

.features .feature-item {
	display: grid;
	grid-template-columns: 80px auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin: 16px 0;
}

.features .feature-item h3 {
	font-size: 22px;
	color: #42a245;
	font-weight: 500;
}

.features .feature-item p {
	font-size: 20px;
	padding-top: 12px;
	color: #212529;
}

.features .feature-item img {
	width: 100%;
	max-width: 80px;
	margin-top: -16px;
}

.features .feature-center {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
}

/*------------grid2-----------------*/
.grid2 {
	position: relative;
	overflow: hidden;
	background-color: #F6FAFF;
}

/*
.grid2:before {
	content: "";
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
	width: 150px;
	height: 150px;
	background: url("../img/swooth.svg") no-repeat center center;
	background-size: contain;
	z-index: 0;
}

.grid2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 150px;
	height: 150px;
	background: url("../img/swooth-bottom.svg") no-repeat center center;
	background-size: contain;
	z-index: 0;
}
*/
.grid2 .grid2-inner {
	display: flex;
	flex-direction: column;
	gap: 65px;
	width: 954px;
	margin: 30px auto;
}

.grid2 .grid2-inner .grid2-item .grid2-text p {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 15px;
	font-weight: 400;
	color: #000;
}

.grid2 .grid2-inner .grid2-item {
	display: flex;
	gap: 80px;
	grid-row-end: auto;
	align-items: center;
	justify-content: center;
}

.grid2 .grid2-inner .grid2-item video,
.grid2 .grid2-inner .grid2-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 auto;
}

.grid2 .grid2-inner .grid2-item .grid2-text {
	max-width: 440px;
	margin: 0 auto;
}

.grid2 h3 {
	margin-bottom: 15px;
}

.grid2 ul {
	margin-left: 42px;
}

.grid2 ul li {
	margin-bottom: 8px;
	line-height: 26px;
}

.grid2 h3 {
	font-size: 24px;
	color: #49b24e;
	font-weight: 600;
}

.warning {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.grid2 .grid2-inner .grid2-item .warning img {
	height: 36px;
	width: 36px;
}

.grid2 .grid2-inner .grid2-item .warning p {
	font-size: 18px;
	padding: 12px 0px;
	line-height: 1.3;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}

.grid2 .grid2-inner .grid2-item .red-color {
	color: #D32F2F;
	font-weight: 600;
}

/*-------------tech----------------*/
.testimonial-card {
	max-width: 1080px;
	margin: 2.5rem auto;
	padding: 1.25rem 1.25rem;
	position: relative;
	text-align: center;
	background: #fff;
}

.testimonial-card h2 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
}

.stars img {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 160px;
}

.quote {
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #444;
	letter-spacing: 0.5px;
	margin-bottom: 1.25rem;
}

.user-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.user-info img {
	border-radius: 50%;
	width: 6.25rem;
	height: 6.25rem;
}

.user-info .name {
	font-weight: bold;
	margin: 0;
}

.user-info .title {
	color: #000;
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: 10px;
}

/* ------------------ Special Offer ------------------ */

.special-offer {
	background-color: #fdf5e6;
	border: 2px dashed #000;
	display: grid;
	grid-template-columns: 6.7fr 5.3fr;
	margin: 30px auto;
	margin-top: 40px;
}

.special-offer .special-offer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 0;
	padding-bottom: 30px;
	overflow: hidden;
}

.special-offer .special-offer-info .special-offer-title {
	color: #202020;
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	text-align: center;
}

.special-offer .special-offer-info .special-offer-desc {
	color: #212020;
	font-size: 19px;
	line-height: 27px;
	text-align: center;
}

.special-offer .special-offer-info .special-offer-price {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}

.special-offer .special-offer-info .special-offer-price span {
	color: #0c64c5;
}

.special-offer .special-offer-info ul {
	padding: 0 0 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.special-offer .special-offer-info ul li {
	background: url("../img/herocheckmark.svg") 0 0 no-repeat;
	color: #000;
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	margin: 15px 0 0;
	padding: 0 0 0 39px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.special-offer #special-offer-img-mobile {
	display: none;
	width: 80%;
	margin: 0 auto;
}

.special-offer .container-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 20px;
	padding-bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.special-offer .special-offer-img {
	background-color: white;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.special-offer .countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.special-offer .countdown .countdown-title {
	color: #49b24e;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.special-offer .countdown #clock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.special-offer .countdown #clock p {
	color: #49b24e;
	float: left;
	font-size: 30px;
	font-weight: 700;
	padding: 3px 0 0;
	text-align: center;
	width: 11%;
}

.special-offer .countdown #clock div span {
	border-radius: 3px;
	color: #49b24e;
	float: left;
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	padding: 8px 0 0;
	text-align: center;
	width: 100%;
}

.special-offer .countdown #clock div .smalltext {
	color: #49b24e;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.special-offer .btn-box .btn {
	display: block;
	width: calc(100% - 10px);
	/* 或 block, flex 都行 */
	text-align: center;
	word-wrap: break-word;
}

/* ------------------ Reviews ------------------ */
.star-reviews {
	display: grid;
	grid-template-columns: 170px auto;
	max-width: 800px;
	margin: 40px auto;
	margin-bottom: 60px;
	padding-right: 20px;
}

.star-reviews-avg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.star-reviews-avg p {
	color: #131a2a;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 25px;
	text-align: center;
}

.star-reviews-avg img {
	width: 100px;
}

.star-reviews-avg .average {
	font-size: 64px;
	font-weight: 600;
	line-height: 64px;
	margin-bottom: 3px;
}

.star-reviews-bars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.star-reviews-bars .star-reviews-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.star-reviews-bars .star-reviews-bar .bar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 460px;
	background-color: white;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
	height: 12px;
	overflow: hidden;
	width: calc(100% - 175px);
}

.star-reviews-bars .star-reviews-bar .bar span {
	height: 100%;
	background-color: #fab73c;
	display: block;
}

.star-reviews-bars .star-reviews-bar img {
	width: 120px;
	height: 20px;
}

.star-reviews-bars .star-reviews-bar p {
	min-width: 32px;
	color: #000;
	font-size: 18px;
	line-height: 12px;
	width: 22px;
}

.container-light-2 {
	background-color: #F6FAFF;
	padding: 35px 20px;
}

.swiper-reviews {
	display: none !important;
}

.reviews {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: 40px auto;
	margin-top: 50px;
}

.reviews-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.reviews-item {
	max-width: 265px;
	background-color: white;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1019607843);
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.reviews-item .reviews-item-img {
	width: 100%;
}

.reviews-item .reviews-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.reviews-item .reviews-item-info img {
	width: 100px;
}

.reviews-item .reviews-item-info .reviews-item-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 5px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

.reviews-item .reviews-item-info .reviews-item-name span {
	color: #6fb620;
	font-size: 14px;
}

.reviews-item .reviews-item-info .reviews-item-name .verified {
	width: 15px;
}

.reviews-item .reviews-item-info .reviews-item-stars {
	margin-top: 5px;
}

.reviews-item .reviews-item-info .reviews-item-text {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 23px;
	margin-top: 5px;
}

#reviews .title h2 {
	padding-bottom: 20px;
	padding-top: 20px;
}

#features-text {
	color: #000;
	font-size: 19px;
	letter-spacing: 0.5px;
	line-height: 28px;
	text-align: center;
}

/* ------------------- Footer ------------------- */
footer {
	padding: 35px 15px;
	color: #abb0ba;
	background-color: #fff;
	word-wrap: break-word;
	border-top: 1px solid #dfdfdf;
}

footer .footer-disclosure p,
footer .footer-disclosure p a {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #828a99;
}

footer .links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.95rem;
}

footer a:hover,
footer a:visited {
	text-decoration: underline;
}

footer .footer-items .footer-item img {
	max-height: 75px;
	width: 250px;
	filter: brightness(0) invert(1);
	margin-bottom: 10px;
}

footer .Copyright,
footer .links a {
	color: #4089c3;
	font-weight: 400;
	text-align: center;
}

footer .links {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

footer .footer-disclosure {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

/*-------------policy----------------*/

.html.container-all {
	padding: 0.625rem 1.875rem;
}

.html.container-all h3 {
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.html.container-all p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.25rem;
	font-weight: 300;
}

.html.container-all .highlight {
	color: #000;
	font-weight: 600;
}

/*------------mediaqueries-----------------*/
@media (min-width: 1500px) {
	.hero .hero-left .hero-bg {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: left top;
		object-position: left top;
		max-width: 800px;
	}

}

@media (max-width: 1301px) {
	.overview {
		grid-template-columns: auto auto;
		gap: 20px;
	}

	.overview .overview-p {
		padding: 0;
	}

	.o-dots1 {
		top: 2%;
		left: 42%;
		width: 200px;
		height: auto;
	}

	.o-dots2 {
		position: absolute;
		right: -4%;
		bottom: -6%;
		width: 420px;
		height: auto;
	}
}

@media (max-width: 1200px) {
	.hero .hero-left .hero-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.hero .hero-right {
		padding: 30px 30px 20px 30px;
		max-width: 680px;
		width: 100%;
	}

	.hero h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 42px;
		text-align: left;
	}

	.title h2 {
		font-size: 32px;
		font-weight: 700;
		line-height: 42px;
		text-align: center;
	}

	.show-tab {
		display: block;
	}

	.hero .btn-box {
		margin: 20px 0px;
	}

	.btn-box {
		margin: 20px 0px;
	}

	.special-offer .special-offer-info .special-offer-title {
		font-size: 40px !important;
		line-height: 45px !important;
	}
}

@media (max-width: 1024px) {
	header nav {
		font-size: 14px;
	}

	.overview .overview-img {
		width: 450px;
	}

	.features .text p {
		font-size: 15px;
	}

}

@media screen and (max-width: 991px) {
	header {
		padding: 23px 0;
	}

	header .btn {
		display: none;
	}

	header nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		width: 100%;
		background-color: white;
		top: 100%;
		left: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		gap: 0;
	}

	header nav a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		min-height: 44px;
		padding-left: 18px;
		border: 1px solid #d6d6d6 !important;
	}

	header nav.open {
		height: 132px;
	}

	header #menu-btn {
		display: block;
		width: 60px;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.hero .hero-inner {
		grid-template-columns: 1fr;
	}

	.hero .hero-inner .hero-left {
		display: none;
	}

	.hero .hero-inner .hero-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		padding: 20px 0px 20px;
		overflow: hidden;
		padding-bottom: 40px;
	}


	.hero .hero-inner .hero-right h1 {
		text-align: center;
	}


	.title h2 {
		margin: 0 auto;
		text-align: center;
	}

	.hero .hero-inner .hero-right h4 {
		text-align: start;
		max-width: 540px;
		padding: 0px 15px;
	}

	.hero ul li {
		max-width: 540px;
	}


	.hero .hero-inner .hero-right #logos {
		display: block;
		margin: 0 -20px;
		margin-bottom: 10px;
		width: 100vw;
	}

	.hero .hero-inner .hero-right #logos .logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		padding: 10px 0;
	}

	.hero .hero-inner .hero-right #logos img {
		max-width: 100px;
	}

	.hero .hero-inner .hero-right .hero-left {
		display: block;
		height: auto;
		aspect-ratio: 673/522;
		margin: 0 -20px;
		margin-top: 10px;
		width: 100vw;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 2%;
		left: 5%;
		padding: clamp(3.75rem, -7.083rem + 4.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
		width: 220px;
	}

	.hero .rating {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.hero .hero-right .hero-mob {
		display: block;
		max-width: 100%;
		height: auto;
		position: relative;
		margin-top: 10px;
	}


	.hero .hero-right .hero-mob img {
		width: 500px;
	}

	.hero .hero-right .hero-mob img {
		margin: 0 auto;
	}

	.hero-mob-review {
		display: block;
		padding: 0px 15px;
		max-width: 540px;

	}

	.hero-mob-review .avatar-mob {
		border-radius: 50%;
	}

	.hero-mob-review .hero-mob-review-top {
		display: flex;
		flex-direction: row;
		gap: 15px;
		align-items: center;
	}

	.hero-mob-review .hero-mob-review-top .hero-mob-riview-top-2 {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.hero-mob-review .hero-mob-review-top .hero-mob-riview-top-2 span {
		color: #858585;
		font-size: 11px;
		line-height: 24px;
	}

	.hero-mob-review :nth-child(2) {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

	.hero .hero-review {
		display: none;
	}

	.AdsSeenOn-slide-mobile {
		display: block;
	}

	.AdsSeenOn {
		display: none;
	}

	.AdsSeenOn-slide-mobile .container {
		overflow: hidden;
	}

	.AdsSeenOn-slide-mobile .container .AdsSeenOn-inner {
		width: 1600px;
	}

	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1rem;
		-webkit-animation: moveCustomersPhotos 20s linear infinite;
		animation: moveCustomersPhotos 20s linear infinite;
	}

	.AdsSeenOn-slide-mobile @-webkit-keyframes moveCustomersPhotos {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translate(-50rem);
			transform: translate(-50rem);
		}
	}

	@keyframes moveCustomersPhotos {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translate(-50rem);
			transform: translate(-50rem);
		}
	}

	.AdsSeenOn-inner,
	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
		padding: 6px 0;
	}

	.AdsSeenOn-item:nth-child(1) img {
		width: 45px;
	}

	.AdsSeenOn-item:nth-child(2) img {
		width: 30px;
	}

	.AdsSeenOn-item:nth-child(4) img {
		width: 30px;
	}

	.AdsSeenOn-item:nth-child(5) img {
		width: 45px;
	}

	.AdsSeenOn-item:nth-child(6) img {
		width: 30px;
	}

	.overview {
		grid-template-columns: 1fr;
		gap: 0;
		width: calc(100% - 110px);
	}

	.overview .overview-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.overview .overview-img {
		display: none;
	}

	.overview .overview-img.hidden-desktop {
		display: block !important;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.overview .overview-img .overview-front {
		width: 450px;

	}

	.overview .title h2 {
		text-align: center;
	}

	.grid2 .grid2-inner {
		width: auto;
	}

	.overview .overview-img.hidden-desktop .overview-front {
		margin: 20px auto;
	}

	.testimonial-card {
		margin: 2.5rem 1.5rem;
	}

	/* Special Offer */
	.special-offer {
		grid-template-columns: 1fr;
	}

	.special-offer .container-bg {
		background-color: white;
	}

	.special-offer #special-offer-img-mobile {
		display: block;
	}

	.special-offer .special-offer-img {
		display: none;
	}

	.special-offer .special-offer-info .special-offer-price {
		font-size: 19px;
		letter-spacing: 0.5px;
		line-height: 28px;
		margin-top: 0;
	}

	.special-offer .special-offer-info ul {
		padding: 0 10px;
	}

	.special-offer .special-offer-info ul li {
		font-size: 17px;
		letter-spacing: 0.5px;
		line-height: 22px;
		padding: 0 0 0 30px;
	}

	.special-offer .btn-box {
		padding: 0 10px;
	}
}

@media screen and (max-width: 915px) {
	header {
		padding: 15px 0;
	}

	footer {
		padding: 15px 0;
	}

	footer .footer-items {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	footer .Copyright {
		text-align: start;
	}

	footer .links {
		flex-direction: column;
		align-items: start;
		gap: 5px;
	}

	footer .footer-disclosure {
		text-align: start;
	}

	.footer nav a:nth-child(3)::after {
		content: none;
	}

	.footer-inner p {
		text-align: center;
	}

}

@media screen and (max-width: 768px) {
	.container {
		padding: 0 30px;
	}


	header #menu-btn {
		display: block;
		width: 50px;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 150px;
	}

	.hero .hero-inner .hero-right #logos img {
		max-width: 80px;
	}

	.hero .hero-inner .hero-right h1 {
		font-size: 30px;
		line-height: 38px;
		font-weight: bold;
		max-width: 620px;
	}

	.title h2 {
		font-size: 30px;
		line-height: 38px;
		font-weight: bold;
		max-width: 620px;
	}

	h1 span::after {
		content: " ";
		background: #FED6064A;
		position: absolute;
		width: 100%;
		height: 20px;
		left: 0;
		bottom: 5px;
		z-index: -1;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0%;
		left: 5%;
		padding: clamp(2.75rem, -5.083rem + 3.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
		width: 180px;
	}

	.hero .hero-review {
		padding: 0px 10px;
	}

	.grid2 .grid2-inner .grid2-item {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.grid2 .grid2-inner .grid2-item:nth-child(2),
	.grid2 .grid2-inner .grid2-item:nth-child(4) {
		flex-direction: column-reverse;
	}

	.grid2 h3 {
		margin-bottom: 10px;
	}

	.grid2 ul {
		margin-left: 20px;
	}

	.grid2 .grid2-inner {
		gap: 30px;
	}

	.grid2 .grid2-inner .grid2-item video,
	.grid2 .grid2-inner .grid2-item img {
		max-width: 440px;
	}

	.reviews {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.grid2 .grid2-inner .grid2-item .warning p {
		border: none;
		padding: 0;
	}

	.warning {
		padding: 12px 0px;
		margin-top: 12px;
		border-top: 1px solid #C4C4C4;
		border-bottom: 1px solid #C4C4C4;
	}

}

@media screen and (max-width: 767px) {
	.mobile-order-now {
		display: block;
	}

	.overview {
		grid-template-columns: 1fr;
		gap: 0;
		width: 100%;
	}

	.overview .overview-img {
		display: none;
	}

	.overview .overview-img.hidden-desktop {
		display: block !important;
		width: 100%;
		padding: 0;
	}



	.overview .title {
		padding: 0;
	}

	.o-dots2,
	.o-dots1 {
		display: none;
	}

	#overview:after {
		width: 120px;
		height: 120px;
	}

	#overview {
		padding: 40px 0 40px;
	}

	.features {
		grid-template-columns: 1fr;
	}

	.features .features-col {
		max-width: 600px;
		margin: 0 auto;
	}

	.features .feature-item {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 10px;
	}


	.grid2 h3 {
		font-size: 20px;
	}

	.features .feature-center {
		display: none;
	}

	#features {
		color: #000;
	}

	.features-mob {
		display: block;
		max-width: 300px;
		margin: 10px auto;
	}

	.features .feature-item img {
		max-width: 65px;
	}

	.grid2:before {
		width: 120px;
		height: 120px;
	}

	.grid2:after {
		width: 120px;
		height: 120px;
	}


}

@media screen and (max-width: 750px) {
	.mobile-order-now {
		display: block;
	}

}

@media screen and (max-width: 600px) {
	.container {
		padding: 0 15px;
	}

	.hero .hero-inner .hero-right #logos {
		padding: 0;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 120px;
	}

	.hero .hero-inner .hero-right h1 {
		font-size: 28px;
		line-height: 40px;
		font-weight: bold;
		padding: 0px 15px;
	}

	.title h2 {
		font-size: 28px;
		line-height: 40px;
		font-weight: bold;
		padding: 0px 15px;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0%;
		left: 5%;
		padding: clamp(2.75rem, -5.083rem + 3.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
		width: 150px;
	}

	.btn-box .btn {
		padding: 12px 20px;
	}

	.hero ul {
		padding: 0px 10px;
	}

	.accordion:after {
		width: 0.4rem;
		height: 0.8rem;
		position: absolute;
		left: 95%;
		top: 40%;
	}

	.active:after {
		background: url("../img/bottom-triangle.svg") no-repeat center/cover;
		width: 0.8rem;
		height: 0.4rem;
	}

	.special-offer .special-offer-info .special-offer-title {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.reviews {
		display: none;
	}

	/* Swiper Reviews */
	.swiper-reviews {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		max-width: 320px;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.swiper-reviews .swiper-button-next,
	.swiper-reviews .swiper-button-prev {
		height: 44px;
		width: 44px;
	}

	.swiper-reviews .swiper-button-next:after,
	.swiper-reviews .swiper-button-prev:after {
		font-size: 20px;
		background-color: rgba(0, 0, 0, 0.5019607843);
		aspect-ratio: 1/1;
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 50%;
		color: #ccc;
		width: 44px;
	}

	.swiper-reviews .swiper-button-next,
	.swiper-reviews .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 10px);
		left: auto;
		top: 25%;
	}

	.swiper-reviews .swiper-button-prev,
	.swiper-reviews .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, 10px);
		right: auto;
		top: 25%;
	}

	.swiper-reviews .reviews-item {
		max-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

}

@media screen and (max-width: 500px) {
	.reviews {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media screen and (max-width: 450px) {
	.banneri-inner {
		font-size: 0.875rem;
		gap: 10px;
		width: 90%;
		line-height: 1.3;
	}

	.banneri .banneri-inner .code {
		min-width: max-content;
		padding: 10px 14px;
	}

}

@media screen and (max-width: 425px) {
	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 100px;
	}

	.hero .hero-inner .hero-right #logos img {
		max-width: 60px;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		display: none;
	}
}

@media screen and (max-width: 350px) {
	.container {
		padding: 0 10px;
	}

	header #menu-btn {
		width: 45px;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 70px;
	}

	.hero.hero2 .hero-inner .hero-left .badges img {
		width: 60px;
	}

	.btn-box .btn {
		font-size: 16px;
	}

	.btn-box .btn-text-row {
		padding: 0px;
	}

	.btn-box .btn-text-row {
		font-size: 8px;
		line-height: 8px;
	}

}

@media screen and (max-width: 350px) {
	.btn-box .btn-text-row .btn-stock-view {
		margin-top: -5px;
	}
}