/*========================*/
/*===START HERO SECTION===*/
/*========================*/
.cx-deal-page-hero-section {
	background-image: url(../img/deal-page/bg.png);
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 150px;
}
.cx-deal-page-hero-section-container {
	text-align: center;
}
.cx-deal-page-hero-section-container h2 {
	font-family: Kaisei HarunoUmi;
	font-size: 75px;
	font-weight: 700;
	line-height: 150px;
	text-align: center;
	color: #692D00;
}
.cx-deal-page-hero-section-container h3 {
	position: relative;
	color: #FB512D;
	font-family: Lalezar;
	font-size: 120px;
	font-weight: 400;
	line-height: 120px;
	text-align: center;
}
.cx-deal-page-hero-section-container h3 .highlight {
	position: relative;
	z-index: 1;
}
/* Wrapper styles */
.cx-timer-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.cx-black-friday-countdown {
	display: none;
	gap: 20px;
	font-family: "Arial", sans-serif;
}

.cx-black-friday-countdown-item {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.cx-black-friday-countdown-item span {
	display: block;
	font-size: 50px;
	font-weight: 400;
	background-color: #000000;
	color: #ffffff;
	padding: 0px;
	padding-top: 26px;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	margin-bottom: 5px;
}
.cx-black-friday-countdown-item label {
	font-size: 16px;
	color: #310380;
	font-weight: 400;
}

.cx-deal-page-hero-section-container h3 .highlight::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 51%;
	transform: translateX(-50%);
	width: 239px;
	height: 93px;
	background-image: url(../img/deal-page/highlight-image.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
/* .cx-deal-page-hero-section-container h3 span {
	color: #a950e4;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 53%;
	transform: translateX(-50%);
	width: 186px;
	height: 70px;
	background-image: url(../img/deal-page/highlight-image.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
} */
.cx-deal-page-hero-section-container img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

. {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	position: relative;
	z-index: 10;
}
.-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff1a;
	border-radius: 6px;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 64px;
	text-align: center;
}
.-item label {
	color: #310380;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 6px;
}
/*======================*/
/*===END HERO SECTION===*/
/*======================*/

/*===========================*/
/*===START SAVE UP SECTION===*/
/*===========================*/
.cx-save-up-section,
.cx-bundle-section,
.cx-testimonial-up-section,
.cx-faq-section,
.cx-claim-section {
	padding-top: 100px;
	padding-bottom: 120px;
}
.cx-save-up-section {
	background-image: url(../img/deal-page/save-up.svg);
}
.cx-save-up-section .cx-container,
.cx-bundle-section .cx-container,
.cx-claim-section .cx-claim-container {
	text-align: start;
}
.cx-save-up-section-container h2,
.cx-bundle-section-container h2,
.cx-testimonial-container h2,
.cx-faq-container h2 {
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	color: #310380;
	font-size: 56px;
	line-height: 81px;
	margin-bottom: 100px;
}
.cx-save-up-section-container h2 {
	margin-bottom: unset;
}
.cx-save-up-section-container h2 span,
.cx-bundle-section-container h2 span {
	font-family: 'Inter', sans-serif;
	width: 777px;
	display: inline-block;
}
.cx-save-up-section-container p.all-products {
	font-family: 'Inter';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #1A0046;
	width: 485px;
	margin: auto;
	text-align: center;
	margin-top: 16px; 
	margin-bottom: 80px; 
}
.cx-save-up-section-container p.cx-subtitle,
.cx-bundle-section-container p.cx-subtitle,
.cx-testimonial-container p.cx-subtitle,
.cx-faq-container p.cx-subtitle {
	margin-top: 16px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #1a0046;
	text-align: center;
}
.cx-save-up-section .cx-circle {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 85%;
	z-index: -10;
}
.cx-save-up-section-container {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.cx-save-up-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
/* .cx-save-up-grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
} */
.cx-save-up-grid .cx-save-up-single-item {
	padding: 50px 20px 46px 50px;
	display: flex;
	flex-direction: row;
	align-items: self-start;
	justify-content: space-between;
	background-color: white;
	border-radius: 16px;
	transition: box-shadow 0.3s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	margin: 10px;
	height: 505px;
}

.cx-save-up-single {
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: start;
}

.cx-save-up-grid .cx-save-up-single-item:hover {
	box-shadow: 10px 10px 0 #d7e0ff;
}
.cx-save-up-single-item .cx-save-up-single h4 {
	margin-top: 32px;
	font-size: 36px;
	line-height: 46px;
	color: #310380;
}
.cx-save-up-single-item .cx-save-up-single p.cx-body-subtitle {
	font-size: 20px;
	line-height: 30px;
	color: #310380;
	margin-top: 24px;
	font-weight: 500;
	padding-right: 132px;
	margin-bottom: 0px;
}
.cx-save-up-single-item .cx-save-up-single .cx-price {
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.cx-save-up-single-item .cx-save-up-single p.starts {
	color: #6D6679;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 16px;
	margin-bottom: unset;
}

.cx-save-up-single-item .cx-save-up-single .cx-price span.cx-offer-price,
.cx-bundle-item .cx-price span.cx-offer-price {
	font-weight: 600;
	font-size: 36px;
	line-height: 58px;
	color: #ff0285;
}

.cx-save-up-single-item .cx-save-up-single .cx-price del,
.cx-save-up-single-item .cx-save-up-single .cx-price p,
.cx-bundle-item .cx-price del {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #9d93ae;
}

/* .cx-save-up-single-item .cx-save-up-single .cx-buy-button {
    margin-top: 32px;
    background: linear-gradient(90.76deg, #7e30ff 0.56%, #9e4fff 99.34%);
    border-radius: 8px;
    box-shadow: 2px 12px 18.8px 0px #d8c0ff;
    text-align: center;
    padding: 12px 0;
    width: 40%;
    border: 1px solid #7e30ff;
} */

.cx-save-up-single-item .cx-save-up-single .cx-buy-button a {
	margin-top: 22px;
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(90.76deg, #7e30ff 0.56%, #9e4fff 99.34%);
	border-radius: 8px;
	box-shadow: 2px 12px 18.8px 0px #d8c0ff;
	text-align: center;
	padding: 12px 24px;
	border: 1px solid #7e30ff;
}
.cx-save-up-single-item .cx-save-up-single .cx-buy-button:hover a {
	color: #fff;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(90.76deg, #9e4fff 0.56%, #7e30ff 99.34%);
	box-shadow: 2px 10px 20px 0px #bca7ff;
}

/*=========================*/
/*===END SAVE UP SECTION===*/
/*=========================*/

/*=========================*/
/*===START BUNDLE SECTION===*/
/*=========================*/
.cx-bundle-section .cx-bundle-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.cx-bundle-section .cx-bundle-grid .cx-bundle-item {
	border: 1px solid #eaf0ff;
	border-radius: 16px;
	padding: 50px 40px 80px 40px;
	background-color: rgb(255, 255, 255);
	transition: box-shadow 0.3s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cx-bundle-section .cx-bundle-grid .cx-bundle-item-lifetime {
	background: linear-gradient(#f4f7ff 0 0) padding-box,
		linear-gradient(180deg, #8031ff, #ffffff) border-box;
	border: 2px solid transparent;
	/* border-radius: 16px;
	display: inline-block;
	transition: box-shadow 0.3s ease; */
}

.cx-bundle-section
	.cx-bundle-grid
	.cx-bundle-item
	.cx-bundle-iteam-main
	.cx-bundle-iteam-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cx-bundle-iteam-main .cx-bundle-iteam-top h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 38.73px;
	color: #310380;
}
.cx-bundle-iteam-main .cx-bundle-iteam-top span {
	background-color: #ffac26;
	border-radius: 50px;
	padding: 0px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border: 1px dashed #120e00;
	padding-bottom: 5px;
	color: #171300;
}
.cx-bundle-iteam-main p {
	font-size: 20px;
	font-weight: 500;
	color: #1a0046;
	margin-top: 16px;
}
.cx-bundle-card-container {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	z-index: 1;
}
.cx-bundle-card-container .cx-bundle-cart-iteam {
	background-color: #fff8f4;
	border: 1px solid #ffe7db;
	z-index: 2;
}
.cx-bundle-card-container .cx-bundle-cart-iteam:nth-child(1):hover,
.cx-bundle-card-container .cx-bundle-cart-iteam:nth-child(n + 2):hover {
	border: 1px solid #ffaa80;
}
.cx-bundle-card-container .cx-bundle-cart-iteam:nth-child(1) {
	background-color: #fff8f4;
	border: 1px solid #ffe7db;
}

.cx-bundle-card-container .cx-bundle-cart-iteam:nth-child(n + 2) {
	background-color: #f6f9ff;
	border: 1px solid #e2e9ff;
}

.cx-bundle-cart-iteam {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 16px 20px;
	border-radius: 8px;
	position: relative;
	z-index: 2;
}
.cx-bundle-cart-iteam .cx-bundle-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.cx-bundle-cart-iteam .cx-bundle-logo img.cx-co-logo {
	width: 46px;
	height: 38px;
}
.cx-bundle-cart-iteam .cx-bundle-logo img {
	width: 42px;
	height: 42px;
}
.cx-bundle-cart-iteam .cx-bundle-logo h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #310380;
}
.cx-bundle-cart-iteam .cx-bundle-iteam-price {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cx-bundle-cart-iteam .cx-bundle-iteam-price .cx-offer-price-worth {
	font-size: 20px;
	font-weight: 400;
	color: #9d93ae;
}
.cx-bundle-cart-iteam .cx-bundle-iteam-price span {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #1a0046;
}
.cx-bundle-card-container .cx-bundle-cart-iteam-bg {
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-46%, -46%);
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.cx-bundle-iteam-main .cx-garb-button a {
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 13px 24px;
	border-radius: 12px;
	width: 100%;
	max-width: 100%;
	background: linear-gradient(90.76deg, #7e30ff 0.56%, #9e4fff 99.34%);
	border: 1px solid #7e30ff;
	box-shadow: 2px 8px 16.7px 0px #d8c0ff;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out; /* Smooth transition */
	font-weight: 600;
}

.cx-bundle-iteam-main .cx-garb-button a:hover {
	background: linear-gradient(90.76deg, #9e4fff 0.56%, #7e30ff 99.34%);
	box-shadow: 2px 10px 20px 0px #bca7ff; /* Optional shadow effect on hover */
}

.cx-bundle-section .cx-moneyback-container,
.cx-save-up-section-container .cx-moneyback-container {
	background: url(../img/deal-page/money-back-bg.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	border-radius: 12px;
}
.cx-bundle-section .cx-moneyback-container .cx-moneyback-content {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 32px;
	padding: 43px 175px 42px 42px;
}

.cx-bundle-section .cx-moneyback-container .cx-moneyback-content img {
	width: 264px;
	height: 144px;
}
.cx-bundle-section .cx-moneyback-container .cx-moneyback-content h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 63px;
	color: #310380;
}
.cx-bundle-section .cx-moneyback-container .cx-moneyback-content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #1a0046;
}

/*=========================*/
/*===END BUNDLE SECTION===*/
/*=========================*/

/*=========================*/
/*===START TESTIMONIAL SECTION===*/
/*=========================*/
.cx-testimonial-up-section {
	background-image: url(../img/deal-page/testimonial-bg.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	border-radius: 12px;
}
.cx-testimonial-card-container {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	gap: 30px;
}

.cx-testimonial-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 32px 76px 32px 32px;
	margin-bottom: 30px;
}
.cx-testimonial-card .cx-testimonial-card-top h2 {
	font-size: 24px;
	font-weight: 600;
	color: #310380;
	font-family: var(--roboto);
}

.cx-testimonial-card .cx-testimonial-card-top img.quote-icon {
	width: 35px;
	height: 54px;
	padding-top: 24px;
}
.cx-testimonial-card .cx-testimonial-card-top p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #1a0046;
	padding-top: 6px;
	margin-bottom: 0px;
	font-family: var(--roboto);
}
.cx-testimonial-card .cx-testimonial-card-bottom {
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3;
	gap: 12px;
}
.cx-testimonial-card .cx-testimonial-card-bottom h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #310380;
}
.cx-testimonial-card .cx-testimonial-card-bottom span {
	font-size: 14px;
	font-weight: 400;
	color: #9d93ae;
}
/*=========================*/
/*===END TESTIMONIAL SECTION===*/
/*=========================*/

/*=========================*/
/*===START FAQ SECTION===*/
/*=========================*/

.cx-faq-wrapper {
	max-width: 930px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cx-faq-wrapper .faq-item {
	padding: 20px 24px 19px 24px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 1px 5px 90.7px 0px rgba(0, 0, 0, 0.06);
}

.cx-faq-wrapper .faq-question {
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	color: #310380;
	position: relative;
	padding-right: 30px;
}

.faq-question::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url("../img/deal-page/faq-plus.png");
	background-size: cover;
	transition: transform 0.3s ease;
}

.cx-faq-wrapper .faq-answer {
	display: none;
	font-size: 16px;
	color: #1a0046;
	padding-top: 24px;
	padding-right: 144px;
}

.faq-item.open .faq-question::after {
	background-image: url("../img/deal-page/faq-minus.png");
	height: 4px;
}

/*=========================*/
/*===END FAQ SECTION===*/
/*=========================*/

/*=========================*/
/*===START CLAIM SECTION===*/
/*=========================*/
.cx-claim-container {
	background: url(../img/deal-page/claim.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	border-radius: 12px;
}
.cx-claim-container {
	text-align: center;
	margin-top: 160px;
	padding: 108px 257px;
}
.cx-claim-container h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 62px;
	color: #310380;
}
.cx-claim-container h2 span {
	color: #ff0285;
}
.cx-claim-container .cx-claim-button a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 24px auto 0;
	background: linear-gradient(90.76deg, #7e30ff 0.56%, #9e4fff 99.34%);
	border-radius: 8px;
	box-shadow: 2px 12px 18.8px 0px #d8c0ff;
	text-align: center;
	padding: 16px 47px;
	border: 1px solid #7e30ff;
}
.cx-claim-container .cx-claim-button a:hover {
	background: linear-gradient(90.76deg, #9e4fff 0.56%, #7e30ff 99.34%);
	box-shadow: 2px 10px 20px 0px #bca7ff; /* Optional shadow effect on hover */
}

.cx-save-up-off img {
	max-width: 52px !important;
    height: auto;
}


/*=========================*/
/*===END CLAIM SECTION===*/
/*=========================*/

@media screen and (max-width: 1024px) {
	.cx-save-up-section,
	.cx-bundle-section,
	.cx-testimonial-up-section,
	.cx-faq-section,
	.cx-claim-section {
		padding-top: 90px;
		padding-bottom: 140px;
	}
	.cx-save-up-section-container h2,
	.cx-bundle-section-container h2,
	.cx-testimonial-container h2,
	.cx-faq-container h2 {
		font-size: 50px;
		line-height: 65px;
	}
	.cx-save-up-section-container p.cx-subtitle,
	.cx-bundle-section-container p.cx-subtitle,
	.cx-testimonial-container p.cx-subtitle,
	.cx-faq-container p.cx-subtitle {
		font-size: 19px;
		line-height: 25px;
	}
	.cx-deal-page-hero-section {
		padding-bottom: 160px;
		height: 600px;
	}
	.cx-deal-page-hero-section-container h2 {
		font-size: 44px;
		padding: 0;
		margin: 0;
	}
	.cx-deal-page-hero-section-container img {
		margin-bottom: 40px;
	}
	.cx-deal-page-hero-section-container h3 {
		font-size: 36px;
		margin-bottom: 90px;
	}
	.cx-deal-page-hero-section-container h3 span {
		font-size: 60px;
	}
	. {
		gap: 20px;
	}
	.-item span {
		width: 70px;
		height: 44px;
		font-size: 25px;
	}
	.-item label {
		font-size: 13px;
		margin-top: 3px;
	}
	.cx-save-up-grid .cx-save-up-single-item {
		padding: 40px 18px 36px 40px;
	}

	.cx-save-up-section .cx-circle {
		top: 55%;
		left: 55%;
		transform: translate(-53%, -50%);
		width: 100%;
		height: 100%;
	}
	.cx-save-up-grid .cx-save-up-single-item .cx-save-up-single img {
		height: 60px;
		width: 60px;
	}
	.cx-save-up-single-item .cx-save-up-off {
		height: 60px;
		width: 60px;
	}
	.cx-save-up-single-item .cx-save-up-single h4 {
		margin-top: 25px;
		font-size: 30px;
		line-height: 30px;
	}
	.cx-save-up-single-item .cx-save-up-single p.cx-body-subtitle {
		font-size: 17px;
		line-height: 26px;
		margin-top: 15px;
		padding-right: 0px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-price {
		margin-top: 20px;
		gap: 10px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-price span.cx-offer-price,
	.cx-bundle-item .cx-price span.cx-offer-price {
		font-size: 30px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-price del,
	.cx-save-up-single-item .cx-save-up-single .cx-price p,
	.cx-bundle-item .cx-price del {
		font-size: 17px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-buy-button {
		margin-top: 15px;
		padding: 10px 0;
		width: 38%;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-buy-button a {
		font-size: 14px;
		line-height: 21px;
	}
	.cx-save-up-grid,
	.cx-bundle-section .cx-bundle-grid,
	.cx-testimonial-card-container {
		padding-top: 40px;
	}
	.cx-bundle-section .cx-bundle-grid .cx-bundle-item {
		padding: 40px 30px 68px 30px;
	}
	.cx-bundle-iteam-main .cx-bundle-iteam-top h2 {
		font-size: 27px;
	}
	.cx-bundle-iteam-main .cx-bundle-iteam-top span {
		font-size: 14px;
		padding-top: 6px;
	}
	.cx-bundle-iteam-main p {
		font-size: 18px;
		margin-top: 11px;
	}
	.cx-bundle-card-container {
		margin-top: 36px;
	}
	.cx-bundle-cart-iteam {
		padding: 12px 12px 12px 13px;
	}
	.cx-bundle-cart-iteam .cx-bundle-logo {
		gap: 10px;
	}
	.cx-bundle-cart-iteam .cx-bundle-logo img.cx-co-logo {
		width: 40px;
		height: 34px;
	}
	.cx-bundle-cart-iteam .cx-bundle-logo h2 {
		font-size: 20px;
	}
	.cx-bundle-cart-iteam .cx-bundle-iteam-price .cx-offer-price-worth {
		font-size: 17px;
	}
	.cx-bundle-cart-iteam .cx-bundle-iteam-price span {
		font-size: 21px;
		line-height: 24px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content {
		margin-top: 60px;
		gap: 32px;
		padding: 32px 32px 32px 32px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content h2 {
		font-size: 34px;
		line-height: 52px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content p {
		font-size: 15px;
	}
	.cx-testimonial-card-container {
		-webkit-column-count: 2;
		-moz-column-count: 3;
		column-count: 2;
	}
	.cx-testimonial-card {
		padding: 33px 88px 31px 41px;
	}
	.cx-testimonial-card .cx-testimonial-card-top h2 {
		font-size: 21px;
	}
	.cx-faq-wrapper {
		padding-top: 35px;
	}
	.cx-faq-wrapper .faq-item {
		padding: 16px 20px 15px 20px;
	}
	.cx-faq-wrapper .faq-question {
		font-size: 22px;
	}
	.cx-faq-wrapper .faq-answer {
		font-size: 16px;
	}
	.cx-claim-container {
		margin-top: 131px;
		padding: 85px 210px;
	}
	.cx-claim-container h2 {
		font-size: 40px;
		line-height: 58px;
	}
}
@media screen and (max-width: 768px) {
	.cx-save-up-section,
	.cx-bundle-section,
	.cx-testimonial-up-section,
	.cx-faq-section,
	.cx-claim-section {
		padding-top: 90px;
		padding-bottom: 95px;
	}
	.cx-deal-page-hero-section {
		padding-bottom: 79px;
		height: 480px;
		background-image: none;
		background-color: #080229;
	}
	.cx-deal-page-hero-section-container img {
		width: 396px;
		height: 64px;
	}
	.cx-deal-page-hero-section-container h3 {
		font-size: 33px;
		margin-bottom: 30px;
	}
	.cx-deal-page-hero-section-container h3 span {
		font-size: 52px;
	}
	. {
		gap: 15px;
	}
	.-item span {
		width: 67px;
		height: 42px;
		font-size: 21px;
	}
	.cx-save-up-section-container h2,
	.cx-bundle-section-container h2,
	.cx-testimonial-container h2,
	.cx-faq-container h2 {
		font-size: 43px;
		line-height: 56px;
		margin-bottom: 50px;
	}
	.cx-save-up-grid,
	.cx-bundle-section .cx-bundle-grid,
	.cx-testimonial-card-container {
		padding-top: 20px;
	}
	.cx-save-up-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.cx-bundle-card-container .cx-bundle-cart-iteam-bg {
		top: 51%;
		left: 50%;
	}
	.cx-bundle-section .cx-bundle-grid {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 30px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content h2 {
		font-size: 30px;
		line-height: 45px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content {
		margin-top: 50px;
		gap: 10px;
		padding: 32px 60px 32px 32px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content img {
		width: 245px;
		/* height: 138px; */
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content p {
		font-size: 14px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content h2 {
		font-size: 26px;
	}
	.cx-testimonial-card-container {
		-webkit-column-count: 1;
		-moz-column-count: 3;
		column-count: 1;
	}
	.cx-testimonial-card .cx-testimonial-card-top h2 {
		font-size: 25px;
	}
	.cx-faq-wrapper {
		padding-top: 20px;
	}
	.cx-faq-wrapper .faq-question {
		font-size: 20px;
	}
	.cx-faq-wrapper .faq-answer {
		font-size: 15px;
	}
	.faq-item.open .faq-question::after {
		height: 3px;
	}
	.faq-question::after {
		width: 12px;
		height: 12px;
	}
	.cx-claim-container {
		margin-top: 96px;
		padding: 49px 95px;
	}
	.cx-claim-container h2 {
		font-size: 38px;
		line-height: 51px;
	}
}
@media screen and (max-width: 425px) {
	.cx-deal-page-hero-section {
		height: 350px;
	}
	.cx-deal-page-hero-section-container h2 {
		font-size: 29px;
		padding: 0;
		margin: 0;
	}
	.cx-deal-page-hero-section-container img {
		width: 317px;
		height: 46px;
	}
	.cx-deal-page-hero-section-container img {
		margin-bottom: 0px;
	}
	.cx-deal-page-hero-section-container h3 {
		font-size: 28px;
		margin-bottom: -30px;
	}
	.cx-deal-page-hero-section-container h3 span {
		font-size: 40px;
	}
	. {
		padding-top: 20px;
		gap: 10px;
	}
	.-item span {
		width: 52px;
		height: 33px;
		font-size: 15px;
	}
	.-item label {
		font-size: 11px;
		margin-top: 0px;
	}
	.cx-save-up-section,
	.cx-bundle-section,
	.cx-testimonial-up-section,
	.cx-faq-section,
	.cx-claim-section {
		padding-top: 65px;
		padding-bottom: 70px;
	}
	.cx-save-up-section-container h2,
	.cx-bundle-section-container h2,
	.cx-testimonial-container h2,
	.cx-faq-container h2 {
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 24px;
	}
	.cx-save-up-section-container h2 span,
	.cx-bundle-section-container h2 span {
		font-family: 'Inter', sans-serif;
		width: 280px;
		display: inline-block;
	}
	.cx-save-up-section-container p.cx-subtitle,
	.cx-bundle-section-container p.cx-subtitle,
	.cx-testimonial-container p.cx-subtitle,
	.cx-faq-container p.cx-subtitle {
		font-size: 15px;
		line-height: 25px;
	}
	.cx-save-up-section-container p.all-products {
		width: 280px;
		margin-top: 0px; 
	}
	.cx-save-up-grid .cx-save-up-single-item .cx-save-up-single img {
		height: 50px;
		width: 50px;
	}
	.cx-save-up-single-item .cx-save-up-off {
		height: 45px;
		width: 45px;
	}
	.cx-save-up-single-item .cx-save-up-single h4 {
		margin-top: 20px;
		font-size: 25px;
		line-height: 22px;
	}
	.cx-save-up-single-item .cx-save-up-single p.cx-body-subtitle {
		font-size: 15px;
		line-height: 25px;
		margin-top: 14px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-price {
		margin-top: 13px;
		gap: 4px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-price span.cx-offer-price,
	.cx-bundle-item .cx-price span.cx-offer-price {
		font-size: 26px;
	}
	.cx-save-up-single-item .cx-save-up-single .cx-price del,
	.cx-save-up-single-item .cx-save-up-single .cx-price p,
	.cx-bundle-item .cx-price del {
		font-size: 15px;
	}
	.cx-bundle-section .cx-bundle-grid {
		padding-top: 20px;
	}
	.cx-bundle-iteam-main .cx-bundle-iteam-top h2 {
		font-size: 22px;
	}
	.cx-bundle-iteam-main .cx-bundle-iteam-top span {
		font-size: 13px;
		padding-top: 5px;
	}
	.cx-bundle-iteam-main p {
		font-size: 16px;
		margin-top: 6px;
	}
	.cx-bundle-card-container {
		margin-top: 26px;
	}
	.cx-bundle-cart-iteam {
		padding: 7px 9px 7px 9px;
	}
	.cx-bundle-cart-iteam .cx-bundle-logo img.cx-co-logo {
		width: 34px;
		height: 29px;
	}
	.cx-bundle-cart-iteam .cx-bundle-logo h2 {
		font-size: 17px;
	}
	.cx-bundle-cart-iteam .cx-bundle-iteam-price .cx-offer-price-worth {
		font-size: 14px;
	}
	.cx-bundle-cart-iteam .cx-bundle-iteam-price span {
		font-size: 19px;
		line-height: 17px;
	}
	.cx-bundle-iteam-main .cx-garb-button a {
		margin-top: 30px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content {
		display: flex;
		flex-direction: column;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content img {
		width: 122px;
		height: 111px;
	}
	.cx-bundle-section .cx-moneyback-container .cx-moneyback-content {
		padding: 32px 32px 32px 32px;
	}
	.cx-moneyback-text {
		text-align: center;
	}
	.cx-save-up-grid,
	.cx-bundle-section .cx-bundle-grid,
	.cx-testimonial-card-container {
		padding-top: 7px;
	}
	.cx-testimonial-card .cx-testimonial-card-top h2 {
		font-size: 20px;
	}
	.cx-testimonial-card .cx-testimonial-card-top img.quote-icon {
		width: 29px;
		height: 46px;
		padding-top: 9px;
	}
	.cx-testimonial-card .cx-testimonial-card-top p {
		font-size: 15px;
		line-height: 26px;
	}
	.cx-faq-wrapper {
		padding-top: 7px;
	}
	.cx-faq-wrapper .faq-question {
		font-size: 17px;
	}
	.cx-faq-wrapper .faq-answer {
		padding-right: 0px;
		font-size: 14px;
	}
	.cx-claim-container {
		margin-top: 76px;
		padding: 37px 27px;
	}
	.cx-claim-container h2 {
		font-size: 24px;
		line-height: 39px;
	}
	.cx-claim-container .cx-claim-button {
		padding: 7px 0;
		/* width: 34%; */
	}
	.cx-save-up-single-item .cx-save-up-single .cx-buy-button {
		width: 100%;
	}
}


/*===========================*/
/*===START PRICING Banner===*/
/*===========================*/
.banner {
    padding: 156px 0 183px 0;
    background-image:url(../img/banner/coupon/coupon-summer-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.banner p {
    font-weight: 700;
    font-size: 96px;
    line-height: 150px;
    font-family: 'Kalam', sans-serif;
    color: #100A00;
    text-align: center;
    margin-bottom: 20px;
}
.banner h3 {
    font-weight: 400;
    font-size: 128px;
    line-height: 150px;
    font-family: 'Lalezar', sans-serif;
    color: #ffffff;
    text-shadow: 0px 12px 3.6px #C57A00;
    text-align: center;
    margin-bottom: 100px !important;
}
.banner .count-down-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.banner .count-down-wrapper .days,
.banner .count-down-wrapper .hours,
.banner .count-down-wrapper .minutes, 
.banner .count-down-wrapper .seconds {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    border-width: 1px;
    background-color: #141000;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.banner .count-down-wrapper .days #pricing_days, 
.banner .count-down-wrapper .hours #pricing_hours,
.banner .count-down-wrapper .minutes #pricing_minutes, 
.banner .count-down-wrapper .seconds #pricing_seconds {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .count-down-wrapper .days label, 
.banner .count-down-wrapper .hours label,
.banner .count-down-wrapper .minutes label, 
.banner .count-down-wrapper .seconds label {
    color: #000000;
    text-align: center;
    margin-top: 85px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;   
}
/*================================*/
/*=== END PRICING BANNER===*/
/*================================*/
