@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,900&display=swap');

:root {
	--cor-primaria: #5F6C4A;
	--cor-secundaria: #4A5638;
	--cor-tercearia: #35402A;
	--cor-gray: #777;
	--cor-dark: #2c2b2b;
	--cor-light: #FFF;


	--x-1-8bca-3: rgba(95, 108, 74, 1);
	--x-2b-6-3a-6: rgba(53, 64, 42, 1);
	--ffffff: rgba(255, 255, 255, 1);
	--x-1d-1d-1d: rgba(29, 29, 29, 1);
	--d-83735: rgba(216, 55, 53, 1);
	--x-1b-5-7a-7: rgba(74, 86, 56, 1);
	--x-531589: rgba(66, 78, 50, 1);
	--c-2-1f-7a: rgba(134, 147, 107, 1);

}

BODY {

	background-color: var(--background-color);
	color: var(--main-font-color);
	font-size: var(--font-normal);
	font-family: 'Barlow', sans-serif;

}

B,
.bold {
	font-family: 'Barlow', sans-serif;

	font-weight: bold;
}

.medium {
	font-family: Circular-Loom;
	font-weight: 500;

}

.r-bold {
	font-family: roboto-bold-font;
	font-weight: bold;
	font-size: 34px;
	text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.m-bold {
	font-family: bold-m-font;
	font-weight: 700;
}

.light {
	font-family: light-font;
	font-weight: 300;
}

.semi-b {
	font-family: semi-bold-font;
	font-weight: 600;
}

.c-font {
	font-family: caslon-font;
	font-weight: 500;
}

.product-img {
	max-height: 240px;
}

H1 {
	font-weight: bold;
	font-size: var(--font-large);
}

H2,
H3,
H4,
H5,
H6,
H7,
H8 {
	font-size: 32px;
}

h1.pop {
	font-size: 32px;
}

h1.small-title {
	font-size: 40px;
}

h4,
.small-title {
	font-size: 25px;
}

h1.b-price {
	font-size: 50px;
}

p.smaller {
	font-size: 20px;
}

p.smaller2 {
	font-size: 16px;
}

h3.smaller {
	font-size: 29px;
}

h3 {
	font-size: 28px;
}

h3.acc {
	font-size: 30px;
}

p {
	font-size: 1.125rem;

}

.yellow-bg {
	border: #e7303f 4px solid;
	border-radius: 10px;
	background-color: #f4f5e9;
	border-style: dashed;
	/*background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/yellow-bg.png");
	background-repeat: no-repeat;
	background-size: cover;*/
}

.blueish-bg {
	border-radius: 10px;
	background-color: #e6f4ed;
	background-size: contain;
}

.bg-mov {
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/bg-bar.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dotted-bg {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='11' ry='11' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 10' stroke-dashoffset='19' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 11px;
	background-color: #fff;
	padding: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px;
}

.small-bg {
	border: #000000 2px dashed;
	border-radius: 11px;
	background-color: #ffffff;

}

.dark-purple-bg {
	background-color: #35402A;
	z-index: -1000;
}

.dark-purple-bg2 {
	background-image: linear-gradient(to bottom, #5F6C4A, #5F6C4A), linear-gradient(to bottom, #ff4d43, #ff4d43), radial-gradient(circle at 52% 42%, #7E8A6C, #4A5638 22%);

}

.accent-color {
	color: #2C3720;

}

.bg-info {
	background-color: #5F6C4A !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff !important;
	font-size: 19px;
}

.hamburger-menu {
	position: absolute;
	right: 0;
}

.order-now-button {
	max-width: 135px;
	height: 35px;
	transition: .5s;
	margin-top: -5px;
	left: -10px;
	position: relative;
}


.order-support-table {
	border: 2px solid #dee2e6
}

.order-support-table tr:nth-child(2n) {
	background: #f5f5f5;
}

.order-support-table tr td:nth-last-of-type(2) {
	width: 45%;
	padding-top: 10px;
}

.order-support-table td {
	padding: 10px;
}

.support-table-img {
	max-width: 35px;
}

tr.support-table-numbers,
.support-table-numbers {
	display: none;
}

@media (min-width: 992px) {
	.order-now-button {
		margin-top: 0;
		left: 0;
	}
}

ul.tsl-bonus-bullets li {
	font-size: 17px;
	font-family: Circular-Loom;
}

.order-now-button:hover {
	transform: scale(1.05);
}

.light-purple-bg {
	background: #fff;
}

p.bigger {
	font-size: 22px;
}

p.check {
	font-size: 19px;
}

.doctor-img {
	max-height: 345px;
}

.accent-red {
	color: #d54545;


}

p {
	font-size: 20px;
}

h3.smaller {
	font-size: 29px;
}

.ref-bg {
	background-color: #f5f5f5;
}

.blue-circles {
	background-image: radial-gradient(circle at 50% 50%, #2C3720, #1E2716 34%, #151C0F 75%, #151C0F 85%), linear-gradient(to bottom, #151C0F, #151C0F);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.blue-circles {
		padding-top: 55px;
		padding-bottom: 25px;
	}
}

/* .white-bg-rounded {
    border-radius: 10px;
    background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/white-bg.jpg");
} */

.checkmark {
	height: 29px;
	width: 29px;
	position: relative;
	top: -2px;
}

.dark-purple-bg-round {
	background-color: #5F6C4A;
	border-radius: 5px;


}

.dark-purple-bg p {
	font-size: 18px;
}

.probiotic-img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	border-radius: 50%;
}

.mint-bg {
	/* background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/mint-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.mint-bg svg {
	position: absolute;
	transform: translateX(-50%);
	display: block;
	left: 50%;
	/* top: 0; */
	width: 100%;
	height: 300px;
}

.mint-bg svg path {
	fill: #5F6C4A;
}

.checkmark-bigger {
	height: 50px;
	width: 50px;
	position: relative;
	top: -4px;
}

.bonus-bg {
	background-image: radial-gradient(circle at 50% 50%, #5F6C4A, #202020 30%, #171717 68%, #171717 77%), linear-gradient(to bottom, #171717, #171717);

}

.video-bg {
	background-image: radial-gradient(circle at 50% 50%, #5F6C4A, #202020 30%, #171717 68%, #171717 77%), linear-gradient(to bottom, #171717, #171717);
}

.bonus-green-border {
	border-radius: 10px;
	border: solid 5px #007953;
}

.bonus-white-border {
	border-radius: 10px;
	border: solid 5px #fff;
}

.accent-yellow {
	color: #5F6C4A;
}

.shipping-badge {
	max-height: 218px;
}

.testimonial-face {
	max-height: 90px;
}

.testimonial-stars {
	max-width: 136px;
	position: relative;
	top: -3px;
}

.references.clickable .reference-link {
	text-decoration: none;
	pointer-events: auto;
	font-family: Circular-Loom;

}

ol.tsl-ref li {
	font-size: 14px;
	color: #5F6C4A;
	padding-bottom: 8px;
	text-align: justify;
	word-break: break-all;
	font-weight: 500;
}

.triangle-grey-ctr {
	position: relative;
}

.triangle-grey-ctr:after,
.triangle-grey-ctr:before {
	content: " ";
	display: block;
	background-color: red;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1000;
}

.triangle-grey-ctr:after {
	background-color: #f8f8f8;
}

.triangle-grey-ctr:before {
	background-color: #edeaea;
}

.triangle-grey-ctr.tg:before {
	background-color: #5F6C4A;
}

.triangle-grey-ctr.tg:after {
	background-color: #5F6C4A;
}

.triangle2-grey-ctr {
	position: relative;
}

.triangle2-grey-ctr:after,
.triangle2-grey-ctr:before {
	content: " ";
	display: block;
	background-color: red;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1000;
}

.triangle2-grey-ctr.tg:before {
	background-color: #5F6C4A;
}

.triangle2-grey-ctr.tg:after {
	background-color: #5F6C4A;
}


.triangle2-grey-ctr:after {
	top: -1px;
}

/* Footer definitions */
/* Footer Section  */

/* .footer-top-bg {
    background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/footer-top-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-middle-bg {
    background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/footer-middle-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-bottom-bg {
    background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/footer-bottom-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
} */

.footer-wrapper .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0px -25px 0px -25px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

.footer-wrapper .footer-menu .footer-menu-links {
	list-style: none;
	display: inline-block;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: bold-font;
}

.footer-wrapper {
	background: #000000;
	background-size: 100% auto;

}

@media (min-width: 993px) {


	.footer-wrapper .footer-menu .footer-menu-links A {
		text-decoration: none;

	}

	.footer-wrapper .footer-menu .footer-menu-links A:hover {
		text-decoration: none;
		color: var(--footer-hover-color);
	}
}

.footer-menu .footer-menu-links {
	text-align: center;
	padding: 5px;
}

.footer-logo {
	left: -20%;
}

.footer-menu .footer-menu-links a {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	font-family: bold-font;
}

.footer-menu .footer-menu-links a:hover {
	color: #8c9292;
}

.footer-main-section p {
	font-size: 14px;
	letter-spacing: -0.1px;
	font-weight: 300;
}

a.footer-link {
	color: #000000;
	font-size: 14px;
}

/* .copyright {
    background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/copy.png");
} */

.copyright h3 {
	font-size: 16px;
	color: #000000;
}

.bg-text-disclaimer {
	color: #000000 !important;
}

footer #disclaimer .main.scraped-container>div {
	background-color: transparent !important;
	box-shadow: none !important;
}

footer p {
	font-size: 0.875rem;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	/* Usando Flexbox como padrão */
	flex-wrap: wrap;
	/* Permite que os itens quebrem para a próxima linha */
	justify-content: center;
	/* Centralizando itens na horizontal */
}

.footer-menu-links {
	padding: 0 10px;
	/* Adicionando espaço entre os links */
}


.footer-menu-links a {
	text-decoration: none;
	/* Remove o sublinhado dos links */
	color: white;
	/* Define a cor do texto dos links */
}

/* Estilos para telas menores (mobile) */
@media (max-width: 767px) {
	.footer-menu ul {
		flex-direction: column;
		/* Organiza os itens em coluna */
		align-items: center;
		/* Centraliza os itens no mobile */
	}

	.footer-menu-links {
		padding: 5px 0;
		/* Ajusta o padding para mobile */
	}
}

/* headline */
.headline {
	color: var(--headline-color);
}

.purple-bg-row {
	background-image: radial-gradient(circle at 50% 50%, #5F6C4A, #202020 34%, #171717 76%, #171717 86%), linear-gradient(to bottom, #171717, #171717);


}

.grey-bg-row {
	background-color: #f5f5f5;
}

.text-yellow {
	color: #5F6C4A;
}

.text-green {
	color: #5ac150;
}

.text-red {
	color: #e7303f;
}

.text-blue {
	color: #0040eb;
}



/* player container styling */
.videobox {
	font-size: var(--font-medium);
	display: block;
}

.guarantee-img {
	max-width: 100%;
}

.badges-bg {
	background-color: #5F6C4A;
}

.menu A:hover {

	color: #ccc;

}

/* pricebox container styling */

/* pricebox container styling */

/* .middle {
    border: #b08637 3px solid;
    border-radius: 20px;
    background-color: #f4f5e9;
    margin-top: -20px;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.42);

} */

.middle:hover {
	transform: scale(1.02);
	z-index: 4;
	position: relative;
}

/* .left {
    border: #c1c4ca 3px solid;
    border-radius: 20px;
    background-color: #ffffff;
} */

.left:hover {
	transform: scale(1.02);
	z-index: 4;
	position: relative;
}

/* .right {
    border: #c1c4ca 3px solid;
    border-radius: 20px;
    background-color: #ffffff;
} */

.right:hover {
	transform: scale(1.02);
	z-index: 4;
	position: relative;
}




.pricebox .price-box {

	transition: transform .3s;



}

.pricebox .price-box:hover {
	transform: scale(1.03);
}

.pricebox .price_header {
	font-size: 35px;
	color: white;
	border-radius: 16px;
}

.pricebox .price {
	padding: 2px;
	font-size: 55px;
	line-height: 63px;
	font-weight: bold;
}

.pricebox .per_bottle {
	padding: 2px;
	font-size: 31px;
	font-weight: bold;
	line-height: 29px;
}





.pricebox .price_bottle {
	color: #5F6C4A;
}


.pricebox .price-box S {
	color: #5F6C4A;
	font-weight: normal;
}

.pricebox-bottle-nr {
	font-size: 18px;
}

.pricebox-day-supply-nr {
	font-size: 12px;
}

.pricebox-m-product-img1 {
	max-height: 85px;
}

.pricebox-m-product-img3 {
	max-height: 90px;
}

.pricebox-m-product-img6 {
	max-height: 100%;
}

.pricebox-total-price {
	font-size: 16px;
}

.pricebox-shipping-info {
	font-size: 20px;
}

.center.card-section {
	position: relative;
	top: -17px;
}

@media (min-width: 375px) {
	.pricebox-m-product-img1 {
		max-height: 120px;
	}

	.pricebox-m-product-img3 {
		max-height: 145px;
	}

	.pricebox-bottle-nr {
		font-size: 21px;
	}

	.pricebox-day-supply-nr {
		font-size: 15px;
	}
}

.pricebox-product-img1 {
	max-height: 176px;
}

.pricebox-product-img3 {
	max-height: 185px
}

.pricebox-product-img6 {
	max-height: 190px;
}

@media (min-width: 1200px) {
	.pricebox-product-img1 {
		max-height: 223px;
		top: 15px;
		position: relative;
	}

	.pricebox-product-img3 {
		max-height: 245px;
		top: -3px;
		position: relative;
	}

	.pricebox-product-img6 {
		max-height: 247px;
	}
}

@media (min-width: 512px) {
	.pricebox-m-product-img1 {
		max-height: 140px;
	}

	.pricebox-m-product-img3 {
		max-height: 160px;
	}
}

@media (min-width: 767px) {
	.pricebox-m-product-img1 {
		max-height: 180px;
	}

	.pricebox-m-product-img3 {
		max-height: 220px;
	}

	.pricebox-m-product-img6 {
		max-height: 100%;
	}

	.pricebox-price-img6 {
		max-width: 160px;
	}
}

@media (min-width: 992px) {

	.pricebox-bottle-nr {
		font-size: 40px;
	}

	.pricebox-day-supply-nr {
		font-size: 22px;
	}

	.pricebox-price-img6 {
		max-width: 251px;
	}

	.pricebox-price-img1 {
		max-width: 251px;
		margin-top: 1px;
	}

	.pricebox-price-img3 {
		max-width: 251px;
	}

	.pricebox-price-img3 {
		position: relative;
	}

	.pricebox-free-bonus-img {
		max-width: 244px;
	}

	.buy-button6 {
		max-width: 307px;
		width: 90%;
	}

	.buy-button1,
	.buy-button3 {
		max-width: 307px;
		width: 90%;
	}

	.credit-cards {
		max-width: 256px;
	}

	.pricebox-total-price {
		font-size: 26px;
	}

	.pricebox .price_product_box {
		height: 180px;
		max-height: 230px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.center.card-section {
		position: relative;
		top: 0;
	}
}

@media (min-width: 1200px) {
	.pricebox .price_product_box {
		height: 230px;
	}

	.buy-button6 {
		max-width: 307px;
	}

	.buy-button1,
	.buy-button3 {
		max-width: 285px;
		width: 100%;
	}
}


/*  Exit popup */
.mypop {
	z-index: 20;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: RGBA(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}

.mypop A {
	text-decoration: none;
	color: var(--main-font-color);
}

.mypop .videorow .col {
	padding: 40px;
}

.mypop .mypop_inner {
	position: relative;
	border-radius: 45px;
	border: solid 3px white;
	width: 915px;
	max-width: 100%;
	height: 650px;
	max-height: 100%;
	margin: auto;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 242, 226, 1) 100%);
}

.mypop .close_buton {
	display: flex;
	z-index: 5;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 20px;
	border: solid 2px white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.mypop .close_buton A {
	color: black;
}

/* misc */

.main-cta {
	display: none;
}

.atf_wrapper {
	max-height: 100vh;
	width: 100%;
	max-width: calc(100vh * 1.30);
	margin: auto;
	display: block;
	--overflow: hidden;
	--max-headline: 8vh;
}

.atf_wrapper .headline SVG {
	width: 100%;
	--max-height: 8vh;
}

p.acc {
	font-size: 22px;
}

@media (min-width: 0) and (max-width: 1023px) {

	.triangle-grey-ctr:after,
	.triangle-grey-ctr:before {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1024px) {
	.triangle-grey-ctr:before {
		width: 50px;
		height: 50px;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
	}
}

@media (min-width: 1300px) {
	.scraped-container {
		max-width: 1200px;
	}

	.scraped-container-md {
		max-width: 1140px;
	}

	.scraped-container-sm {
		max-width: 1040px;
	}

	.scraped-container-xs {}
}

@media (min-width: 993px) {

	h1.bigger {
		font-size: 44px;
	}

	.col-lg-6.col-lg-6-small {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}

	.saving-details {
		font-size: 40px;
	}

	.nr-of-jars {
		font-size: 56px;
	}
}

h2.tsl-dark-text {
	font-size: 38px;
}

h2.tsl {
	font-size: 44px;
}

.mobile-box {
	padding-left: 15px;
	padding-right: 15px;
}

.no-link {
	font-size: 18px;
}

.bonus-height {
	height: 255px;
}

@media (max-width: 1300px) {
	.bonus-height {
		height: auto;
	}
}

@media (max-width: 993px) {
	h1.bigger {
		font-size: 36px;
	}

	.no-link {
		font-size: 16px;
	}

	h1.b-price {
		font-size: 36px;
	}

	h1.small-title {
		font-size: 23px;
	}

	h1 {
		font-size: 32px;
	}

	.footer-wrapper .footer-menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin: 0px -5px 0px -5px;
		padding: 10px;
		padding-left: 0px;
		padding-right: 0px;
		font-weight: bold;
	}

	h1.pop {
		font-size: 28px;
	}

	h2 {
		font-size: 32px;
	}

	h2.tsl {
		font-size: 32px;
	}

	h2.tsl-dark-text {
		font-size: 26px;
	}

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

	h2.reth2 {
		font-size: 36px;
	}

	p.bigger {
		font-size: 22px;
	}

	h3 {
		font-size: 24px;
	}

	h3.smaller {
		font-size: 29px;
	}

	h4 {
		font-size: 20px;
	}

	h4.small-title {
		font-size: 20px;
	}

	h3.acc {
		font-size: 18px;
	}

	p.acc {
		font-size: 14px;
	}

	.mobile-box {
		padding-left: 0px;
		padding-right: 0px;
	}

	.time {
		font-size: 40px !important;
	}
}

[filter] {
	display: none;
}


.order-support-table {
	border: 2px solid #dee2e6
}

.order-support-table tr:nth-child(2n) {
	background: #f5f5f5;
}

.order-support-table tr td:nth-last-of-type(2) {
	width: 45%;
	padding-top: 10px;
}

.order-support-table td {
	padding: 10px;
}

.support-table-img {
	max-width: 35px;
}

tr.support-table-numbers,
.support-table-numbers {
	display: none;
}


.ret-bg {
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/form-green.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ret-bg2 {
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/form-red.png");
	background-repeat: no-repeat;
	background-size: 80% 100%;
	background-position: center;
}

@media (max-width: 993px) {
	.light-purple-bg {
		/* background-image: radial-gradient(circle at 31% 52%, #005F51, #3f4a30 25%, #005F51, #3f4a30 62%), linear-gradient(to bottom, #005F51, #3f4a30); */
		background: #fff;

	}

	.ret-bg2 {

		background-size: 100% 100%;

	}
}

.top-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	height: 50px;
	padding: 1em;
}



.menu {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu>li {
	margin: 0 1rem;
}

.menu-button-container {
	display: none;
	height: 100%;
	width: 30px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menu-toggle {
	display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
	display: block;
	background-color: #fff;
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}

.menu-button::before {
	content: '';
	margin-top: -8px;
}

.menu-button::after {
	content: '';
	margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
	margin-top: 0px;
	transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
	background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
	margin-top: 0px;
	transform: rotate(-405deg);
}

.menu>li a {
	color: #fff;
	font-size: 19px;

}

.menu>li a:hover {
	text-decoration: none;
}

.mobile-space {
	margin-left: -55px;
}

.mobile-space2 {
	margin-left: -25px;
}

.mobile-space1 {
	margin-left: -80px !important;
}

@media (max-width: 992px) {
	.menu-button-container {
		display: flex;
		position: fixed;
		right: 4%;
		background: #5F6C4A;
		width: 44px;
		height: 44px;
		border-radius: 10px;
		z-index: 999999999;
	}

	.menu {
		position: fixed;
		z-index: 99999999;
		top: 0;
		margin-top: 0px !important;
		left: 0;
		flex-direction: column;
		width: 100%;
		justify-content: start;
		align-items: center;
		z-index: 9999;
	}

	#menu-toggle~.menu li {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	#menu-toggle:checked~.menu li {
		border: 1px solid var(--x-2b-6-3a-6);
		height: 4.2em;
		padding: 0.5em;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	#menu-toggle:checked~.menu li a {
		color: #fff;
		text-align: left;
		font-size: 19px;
	}

	.menu>li {
		display: flex;
		margin: 0;
		padding: 0.5em 0;
		width: 100%;
		color: white;
		background-color: var(--x-2b-6-3a-6);
		overflow: hidden;

	}

	.menu>li a {
		padding-left: 5px;
	}

	.menu>li:not(:last-child) {
		border-bottom: 1px solid #7E8A6C;
	}

}

@media (max-width: 860px) {
	.menu {
		margin-top: 90px;
	}
}

@media (max-width: 481px) {
	.menu {
		margin-top: 80px;
	}

}

@media (max-width: 992px) {
	.menu {
		margin-top: 80px;
	}

	.mobile-space {
		margin-left: 0px !important;
	}

	.mobile-space1 {
		margin-left: 0px !important;
	}

	.mobile-space2 {
		margin-left: 0px !important;
	}
}



/* player container styling */

.videobox {
	font-size: var(--font-medium);
	display: block;
}


@keyframes vslPulseButtonDesktop {
	from {
		background-size: 40% auto;
	}

	to {
		background-size: 42% auto;
	}
}


@keyframes vslPulseButtonMobi {
	from {
		background-size: 70% auto;
	}

	to {
		background-size: 72% auto;
	}
}

.up_container a.soundButton {
	animation: vslPulseButtonMobi 1s linear infinite alternate;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/play-video-round.png");
	opacity: 0.9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

.up_container div.playpause {
	animation: vslPulseButtonMobi 1s linear infinite alternate;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/resume-video-round.png");
	opacity: 0.9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

@media (min-width: 993px) {
	.up_container a.soundButton {
		animation: vslPulseButtonDesktop 1s linear infinite alternate;
		background-size: 40% auto;
	}

	.up_container div.playpause {
		animation: vslPulseButtonDesktop 1s linear infinite alternate;
		background-size: 40% auto;
	}

}

* {

	scroll-behavior: smooth;

}

.orderreel {
	z-index: 100;
	opacity: 0.9;
	transform: scale(0.45);
	transition: transform 0.5s, left 0.5s;
	display: flex;
	font-family: Arial;
	position: fixed;
	bottom: 5px;
	left: -15px;
	background-color: white;
	border: solid 4px #227dc2;
	border-radius: 50px;
	background: white;
}

.orderreel .message {
	size: 0.2rem;
	transition: width 1s;
	width: 0px;
	height: 0px;
	width: 0px;
	opacity: 0;
	text-align: center;
	display: inline-block;
}

.orderreel .message .msg {
	margin-right: 20px;
	margin-top: 4px;
}

.countdown-title {
	color: var(--countdown-title-color);
}

.countdown-time {
	color: #eefe3c;
	font-size: 54px;
}

.up_container {
	border: solid 4px white;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
	box-sizing: border-box;
}


.up-buy-button {
	transition: 0.5s;
	width: 859px;
}

.up-buy-button:hover {
	transform: scale(1.01);
}

.saving-details {
	font-size: 26px;
}

.nr-of-jars {
	font-size: 38px;
}

.triangle-check li {
	background: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/checkmark2.png") no-repeat left 0px top 3px;
	padding: 6px 0px 0px 35px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
	background-size: 30px 30px;
}

.faq {
	font-size: 29px;

}

.faq li::marker {
	font-weight: bold;
	font-family: bold-font;
}

.form {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 80%;
	/* 1:1 Aspect Ratio */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

#advertorial {
	padding-top: 6px !important;
	padding-bottom: 6px !important;



	color: #fff;
}


DIV.buy-container .action-btn {
	background: linear-gradient(360deg, rgba(226, 190, 0, 1) 0%, rgba(255, 228, 86, 1) 100%);
}


DIV.vsl_timer article {

	width: auto;
	text-align: center;
	border-radius: 10px;
	margin: 0px auto 8px;
	padding: 5px;
	overflow: hidden;
	box-shadow: none;
	background-color: #f0f8ff00;
}

DIV.vsl_timer article h2 {

	font-weight: bold;
	line-height: 1.4;
	padding: 15px;
	padding-bottom: 0;
	color: #fff;
}

DIV.vsl_timer article #timer {
	background-color: #f0f8ff00;
	font-size: 54px;
	color: #5F6C4A;
}

DIV.vsl_timer article h2 b {
	color: #fff;
}



.upsell_buy_btn {
	transition: .7s;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold !important;
	font-family: bold-font !important;
	--btn-color: #003FE2;
	border-radius: 10px;
	border: solid 3px var(--btn-color);
	background-color: #FFE24F;
	color: var(--btn-color);
	font-size: 19px;
	text-decoration: none !important;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.09;
	padding: 13px 3px;
	max-width: 88%;
}

.upsell_buy_btn:hover {
	transform: scale(1.015);
	transition: .7s;
}

@media (min-width: 375px) {
	.upsell_buy_btn {
		font-size: 22px;
		max-width: 320px;
	}
}

@media (min-width: 767px) {
	.upsell_buy_btn {
		max-width: 100%;
		position: relative;
		padding: 15px 20px 18px 20px;
	}
}

@media (min-width: 993px) {
	.upsell_buy_btn {
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 36px;
		padding: 15px 20px 18px 20px;
		border: solid 3.7px var(--btn-color);
	}
}

@media (min-width: 1200px) {
	.upsell_buy_btn {
		font-size: 43px;
	}
}

[svgize] {
	fill: white;
	font-size: 10px;

}

.vsl-headline {
	font-family: roboto-bold-font;
	font-size: 28px;
	text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.nty {
	font-size: 18px;
}

.bg-mov-desktop {
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/bg-bar.png");
	background-repeat: no-repeat;
	background-size: 80% 100%;
	background-position: center;
}

.bg-mov-mobile {
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/bg-mov-mobile.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;

}


.vsl-headline-accent {
	fill: #5F6C4A !important;

}

.preco-maior {
	color: #5F6C4A;
	float: left;
	margin-right: 5px;
	font-size: 5.7em;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0.5em;
}

.preco-menor {
	font-family: 'Barlow', sans-serif;
	color: #5F6C4A;
	float: left;
	font-size: 1.5em;
	margin-top: 2.5em;
}

@media (max-width: 800px) {

	.preco-maior {
		color: #5F6C4A;
		float: left;
		margin-right: 5px;
		font-size: 4em;
		font-family: 'Barlow', sans-serif;
		margin-bottom: 0;
	}

	.preco-menor {
		font-family: 'Barlow', sans-serif;
		color: #5F6C4A;
		float: left;
		font-size: 1.1em;
		margin-top: 2.5em;
	}
}


#header,
.header-top {
	/* background: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/bg-header.png") no-repeat; */
	/* background-color: #000; */
	padding: 50px 0;
	color: #FFF;
	position: relative;
	z-index: 1;
}

.bt-tabelas {
	color: #FFF;
	background-color: #5F6C4A;
	border-bottom: 2px solid #4a5638;
	font-weight: var(--bold);
	border-radius: 4px;
	text-decoration: none;
	display: block;
	font-size: 30px;
	padding: 15px 20px !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}







.bt-tabelas {
	color: #FFF;
	background-color: #5F6C4A;
	border-bottom: 2px solid #4a5638;
	font-weight: var(--bold);
	border-radius: 4px;
	text-decoration: none;
	display: block;
	font-size: 30px;
	padding: 15px 20px !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.bt-tabelas span {
	position: relative;
	z-index: 1;
}

.bt-tabelas::before {
	content: '';
	background: linear-gradient(#5F6C4A, #4a5638);
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
}

.bt-tabelasFAQ {
	background-color: #790200ad;
}

.bt-tabelasFAQ::before {
	content: '';
	background: linear-gradient(#890300, #970502c4);
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
}


.bt-tabelas:hover {
	transition: all .2s;
	text-decoration: none;
	color: #FFF;
}

.bt-tabelas:hover:before {
	height: 40px;
}


.tabela {
	width: 90%;
	padding: 20px 5px 5px;
	border-radius: 10px;
	box-shadow: 0 0 8px 0 rgba(4, 4, 4, 0.94);
	cursor: pointer;
	margin: 0 auto 50px;
	position: relative;
	overflow: hidden;
	background-color: #dedede;
}


.tabela:hover {}

.tabela:before {
	content: '';
	background-color: var(--cor-primaria);
	width: 500px;
	height: 200px;
	border-radius: 0 0 50% 50%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	top: 0;
}


.tabela_titulo {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	color: #FFF;
}

.tabela_titulo span {
	font-size: 15px;
	display: block;
	margin-top: 5px;
}


#tabelas {
	background: var(--cor-primaria);
	overflow: hidden;
}

#tabelas h2 {
	color: #FFF;
}

#tabelas svg {
	position: absolute;
	transform: translateX(-50%);
	display: block;
	left: 50%;
	width: 100%;
	height: 600px;
}

#tabelas svg path {
	fill: #5F6C4A;
}

#tabelas .bt-tabelas {
	font-size: 17px;
}

#tabelas .bt-tabelas::before {
	display: none;
}


@media (max-width: 480px) {

	#tabelas .tabela {
		width: 100%;
		margin-bottom: 60px;
	}

	.tabela {
		width: 80%;
		padding: 0 !important;
	}

	#tabelas {
		position: relative;
		width: 100%;
		/* height: 1000px; */
		overflow: hidden;
		/* Para evitar que o conteúdo ultrapasse os limites da seção */
	}

	#tabelas svg {
		position: absolute;
		transform: translateX(-50%);
		display: block;
		left: 0%;
		width: calc(200%);
		height: 100%;
	}
}


.pricebox {
	margin-top: 2em;
}

.panel p {
	color: #fff;
	font-weight: bold;
}

.header-2 {
	height: 120px;
	top: 60px;
	left: 0;
	background-color: #35402A;
}

.logo {
	width: 80%;
	/* height: 51px; */
	top: 33px;
	left: 360px;
	object-fit: cover;
}


.div-order {
	border: 1px solid;
	border-color: #ffffff;
	width: 199px;
	height: 65px;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(180deg, rgb(53, 64, 42) 0%, rgb(95, 108, 74) 100%);

	/* Centralização com Flexbox */
	display: flex;
	justify-content: center;
	/* Centraliza horizontalmente */
	align-items: center;
	/* Centraliza verticalmente */
}

.botao-order-now {
	width: 168px;
	height: 31px;
	font-family: "Barlow", Helvetica;
	font-weight: 800;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.element-wrapper {
	width: 133px;
	height: 131px;
	mix-blend-mode: multiply;
	opacity: 0.6;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/natural.png");
	background-size: 100% 100%;
	align-self: flex-end;
}

.element {
	height: 131px;
	background-color: #0b8b19;
	mix-blend-mode: screen;
}




.textos {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
}

.frame {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	position: relative;
	flex: 0 0 auto;
}

.maintain-a-healthy {
	position: relative;
	font-family: "Barlow", Helvetica;
	font-weight: 700;
	color: transparent;
	letter-spacing: 0;
	line-height: 1.3;
	/* Ajustei para uma unidade sem tamanho fixo */
}

/* Para telas maiores que 1200px (Desktop grande) */
@media (min-width: 1200px) {
	.maintain-a-healthy {
		font-size: 64px;
	}
}


/* Para telas maiores que 900px (Desktop) */
@media (min-width: 900px) {
	.maintain-a-healthy {
		font-size: 52px;
	}
}

/* Para telas maiores que 768px (Tablet) */
@media (min-width: 768px) and (max-width: 899px) {
	.maintain-a-healthy {
		font-size: 40px;
	}
}

/* Para telas menores que 768px (Celular) */
@media (max-width: 767px) {
	.maintain-a-healthy {
		font-size: 32px;
	}
}


/* Para telas menores que 480px (Celular pequeno) */
@media (max-width: 479px) {
	.maintain-a-healthy {
		font-size: 28px;
	}
}

.discover-the {
	position: relative;
	/* width: 666px; */
	font-family: "Circular Std-Book", Helvetica;
	font-weight: 400;
	color: var(--x-1d-1d-1d);
	font-size: 24px;
	letter-spacing: 0;
	line-height: 33.6px;
}

.text-wrapper-3 {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	background: linear-gradient(180deg, rgb(74, 86, 56) 0%, rgb(150, 165, 118) 100%);
	-webkit-background-clip: text !important;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Barlow", Helvetica;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2.9px;
	line-height: 26px;
	white-space: nowrap;
}

.text-wrapper-4 {
	color: #1d1d1d;
}


/* .overlap-2 {
    position: relative;
    height: 642px;
} */

.ellipse-3 {
	border-radius: 293.48px / 30.53px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.mockup-postra {
	width: 100%;
}



.boto {
	display: flex;
	/* Para centralizar o texto dentro do botão */
	justify-content: center;
	/* Centraliza horizontalmente */
	align-items: center;
	/* Centraliza verticalmente */
	width: 199px;
	height: 65px;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(180deg, rgb(53, 64, 42) 0%, rgb(95, 108, 74) 100%);
	text-decoration: none;
	/* Remove o sublinhado padrão de links */
	cursor: pointer;
	/* Mostra o cursor de "clique" */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* Animação ao interagir */
}

.boto:hover {
	transform: scale(1.05);
	/* Aumenta levemente ao passar o mouse */
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	/* Sombra ao passar o mouse */
}

.text-wrapper-2 {
	font-family: "Barlow", Helvetica, sans-serif;
	/* Garante o uso de uma fonte alternativa */
	font-weight: 800;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.mockup-shadow {
	position: absolute;
	width: 587px;
	height: 61px;
	border-radius: 293.48px / 30.53px;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/shadowelipse.png");
	top: calc(100% - 160px);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


@media (min-width: 2400px) {
	.background-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 14.0%;
		height: 50vh;
		background-image: url(../../../assets/images/png/group-1171275033%402x.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 2000px) and (max-width: 2400px) {
	.background-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 12%;
		height: 33vh;
		background-image: url(../../../assets/images/png/group-1171275033%402x.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 1600px) and (max-width: 2000px) {
	.background-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 11%;
		height: 25vh;
		background-image: url(../../../assets/images/png/group-1171275033%402x.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.background-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 15%;
		height: 26vh;
		background-image: url(../../../assets/images/png/group-1171275033%402x.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 720px) and (max-width: 1200px) {
	.background-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 26%;
		height: 27vh;
		background-image: url(../../../assets/images/png/group-1171275033%402x.png);
		background-size: cover;
		background-position: center;
	}

	.mockup-shadow {
		position: absolute;
		width: 450px;
		height: 61px;
		border-radius: 293.48px / 30.53px;
		background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/shadowelipse.png");
		top: calc(100% - 265px);
		/* Ajusta a posição para ficar logo abaixo da imagem */
		left: 50%;
		/* Centraliza horizontalmente */
		transform: translateX(-50%);
		/* Centraliza com base no próprio tamanho */
		z-index: -1;
		/* Garante que fique atrás da imagem */
	}


}


.headline-ingredientes {
	position: relative;
	margin-top: -1px;
	font-family: "Barlow", Helvetica;
	color: var(--ffffff);
	font-size: 52px !important;
	letter-spacing: 0;
	line-height: 67.6px;
}

.headline-garantia {
	position: relative;
	margin-top: -1px;
	font-family: "Barlow", Helvetica;
	color: var(--ffffff);
	font-size: 42px !important;
	letter-spacing: 0;
	line-height: 67.6px;
}


@media (max-width: 720px) {
	.background-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 26%;
		height: 27vh;
		background-image: url(../../../assets/images/png/group-1171275033%402x.png);
		background-size: cover;
		background-position: center;
	}

	.mockup-shadow {
		background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/shadowelipse.png");
		position: absolute;
		width: 100%;
		height: 71px;
		border-radius: 293.48px / 30.53px;
		top: calc(100% - 160px);
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
}

.text-wrapper-8 {
	position: relative;
	align-self: stretch;
	font-family: "Barlow", Helvetica;
	font-weight: 700;
	color: var(--ffffff);
	font-size: 62px;
	letter-spacing: 0;
	line-height: 80.6px;
	text-align: center;
	padding-top: 60px;
}

.text-wrapper-9 {
	position: relative;
	width: fit-content;
	font-family: "Barlow", Helvetica;
	font-weight: 700;
	color: var(--ffffff);
	font-size: 20px;
	word-wrap: break-word;
	/* Permite a quebra de palavras longas */
	word-break: break-word;
	/* Garante a quebra de texto se necessário */
	white-space: normal;
	/* Faz o texto ocupar múltiplas linhas */
	text-align: center;
	/* Centraliza o texto */
	letter-spacing: 2.9px;
	line-height: 26px;
	white-space: nowrap;
}






@media (min-width: 400px) and (max-width: 720px) {


	.header-top {
		height: 1200px;
	}

	.headline-ingredientes,
	.text-wrapper-8 {
		font-size: 42px !important;
	}

	.headline-garantia {
		font-size: 36px !important;
	}
}


@media (min-width: 720px) and (max-width: 850px) {
	#header {
		height: 1300px;
	}

	.header2 {
		height: 1100px;
	}

	.header-top {
		height: 1000px;
	}


	.headline-ingredientes,
	.text-wrapper-8 {
		font-size: 42px !important;
		line-height: 39.6px;
	}

	.headline-garantia {
		font-size: 34px !important;
	}
}

@media (min-width: 400px) and (max-width: 720px) {

	/* #header, .header2 {
        min-height: 1200px;
    } */

	.header-top {
		min-height: 960px;
	}

	.headline-ingredientes,
	.text-wrapper-8 {
		font-size: 39px !important;
		line-height: 41.6px;
	}

	.headline-garantia {
		font-size: 32px !important;
	}
}

@media (max-width: 399px) {
	#header {
		min-height: 1300px;
	}


	.header2 {
		min-height: 1200px;
	}

	.headline-ingredientes {
		font-size: 32px !important;
		line-height: 39.6px;
	}

	.headline-garantia {
		font-size: 30px !important;
	}

	.text-wrapper-8 {
		font-size: 29px !important;
		line-height: 39.6px;
	}

	.text-wrapper-9 {
		font-size: 13px !important;
	}

	.frame-9 {
		padding-left: 5px;
	}
}



/* Exibir somente em dispositivos móveis */
.only-mobile {
	display: none;
	/* Esconde por padrão */
}

@media (max-width: 995px) {
	.only-mobile {
		display: block;
		/* Exibe somente em telas menores ou iguais a 991.98px */
	}
}

/* Exibir somente em desktops */
.only-desktop {
	display: block;
	/* Exibe por padrão */
}

@media (max-width: 995px) {
	.only-desktop {
		display: none !important;
		/* Esconde em telas menores ou iguais a 991.98px */
	}
}


.rectangle {
	position: relative;
	/* Define o ponto de referência para posicionamento absoluto */
	width: 100%;
	height: 348px;
	border-radius: 30px;
	background: linear-gradient(180deg, #35402A 0%, #5F6C4A 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

}

@media (max-width: 768px) {
	.rectangle {
		max-width: 90%;
		/* Ajuste o tamanho no mobile */
		/* height: auto; */
		/* Ajusta a altura automaticamente */
	}
}

.rectangle-img {
	position: absolute;
	top: 0;
	/* Alinha a imagem no topo */
	left: 50%;
	/* Centraliza horizontalmente */
	transform: translate(-50%, -50%);
	/* Ajusta para que o centro da imagem fique alinhado na borda */
	width: 80%;
	/* Mantém o tamanho desejado */
}

.frame-8 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	position: relative;
	flex: 0 0 auto;
}

.frame-9 {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	line-break: auto;
	flex-wrap: wrap;
	padding-left: 20px;
}

.check {
	position: relative;
	width: 30px;
	height: 30px;
}



@media (min-width: 995px) {
	.bottle3-img {
		position: absolute;
		top: 125px;
		left: 45%;
		transform: translate(-50%, -50%);
		width: 109%;
	}


}

@media (max-width: 995px) {
	.rectangle-img {
		width: 100%;

	}

	.bottle3-img {
		width: 70%;
		margin: 0 auto;
		display: block;
		margin-top: -50px;
	}

	.text-wrapper-9 {
		font-size: 16px;
	}

	.frame-9 {
		padding-left: 10px;
	}
}



@media (min-width: 995px) {
	.col-1-5 {
		flex: 0 0 12.5%;
		/* Define a largura fixa de 1.5 colunas */
		max-width: 12.5%;
		/* Garante que não ultrapasse */
	}

	.col-6-5 {
		flex: 0 0 54.1667%;
		/* Define a largura fixa de 6.5 colunas */
		max-width: 54.1667%;
		/* Garante que não ultrapasse */
	}
}

@media (min-width: 1200px) {
	.free-shipping {
		width: 311px;
		height: 311px;
		object-fit: cover;
	}

	.top-nav2>.logoship {
		flex-direction: row;
		align-items: center;
		color: #FFF;
		height: 150px;
		padding: 1em;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 700px) and (max-width: 1200px) {
	.free-shipping {
		width: 230px;
		height: 230px;
		object-fit: cover;
		vertical-align: middle;
	}

	.top-nav2>.logoship {
		flex-direction: row;
		align-items: center;
		color: #FFF;
		height: 90px;
		padding: 1em;
		display: flex;
		align-items: center;
	}
}



@media (max-width: 700px) {
	.free-shipping {
		width: 200px;
		height: 200px;
		object-fit: cover;
	}

	.top-nav2>.logoship {
		flex-direction: row;
		align-items: center;
		color: #FFF;
		height: 80px;
		padding: 1em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


.every-order-comes {
	position: relative;
	font-family: "Barlow", Helvetica;
	font-weight: 700;
	color: transparent;
	letter-spacing: 0;
	line-height: 1.3;
	/* Line-height proporcional ao tamanho da fonte */
}

/* Para telas de até 320px */
@media (max-width: 320px) {
	.every-order-comes {
		font-size: 20px;
		line-height: 26px;
	}
}

/* Para telas de até 375px */
@media (max-width: 375px) {
	.every-order-comes {
		font-size: 24px;
		line-height: 32px;
	}
}

/* Para telas de até 425px */
@media (max-width: 425px) {
	.every-order-comes {
		font-size: 28px;
		line-height: 36px;
	}
}

/* Para telas de até 768px */
@media (max-width: 1200px) {
	.every-order-comes {
		font-size: 32px;
		line-height: 42px;
	}
}

/* Para telas maiores que 1200px */
@media (min-width: 1200px) {
	.every-order-comes {
		font-size: 40px;
		line-height: 54.6px;
	}
}


.text-wrapper-12 {
	color: #ffffff;
}

.text-wrapper-13 {
	color: #C6D3A8;
}

.top-nav2 {
	display: flex;
	/* Alinha os elementos em linha */
	align-items: center;
	/* Centraliza verticalmente */
}

.logoship img {

	/* Ajuste o tamanho da imagem, se necessário */
	height: auto;
	margin-right: 15px;
	/* Espaçamento entre imagem e texto */
}

.text-wrapper-14 {
	margin-top: 20px;
	position: relative;
	font-family: "Circular Std-Book", Helvetica;
	font-weight: 400;
	color: var(--ffffff);
	font-size: 24px;
	letter-spacing: 0;
	line-height: 33.6px;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
	.every-order-comes {
		margin-top: 60px;
	}

	.top-nav2 {
		display: flex;
		flex-wrap: wrap;
		/* Permite que os itens quebrem de linha */
		align-items: center;
	}

	.top-nav2 {
		flex-direction: column;
		/* Coloca os itens em coluna */
		text-align: center;
		/* Centraliza o texto no mobile */
	}

	.logoship {
		margin-bottom: 15px;
		/* Espaço entre a imagem e o texto */
	}

	.ml-3 {
		margin-left: 0;
		/* Remove a margem lateral no texto */
	}
}

/* Estilos base para a imagem */
.image-container,
.image-container3 {
	position: relative;
	/* Garante que a imagem possa ser posicionada corretamente */
}

.image-container img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.35;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.image-container3 img {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* Estilos base para a imagem do image-container2 */
.image-container2 {
	position: relative;
	/* Garante que a imagem possa ser posicionada corretamente */
}

.image-container2 img {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	opacity: 0.35;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

/* Para telas maiores que 1200px (Desktop grande) */
@media (min-width: 1200px) {
	.image-container2 img {
		width: 900px;
		height: 920px;
		left: auto;
		right: 30px;
	}
}

/* Para telas maiores que 900px (Desktop) */
@media (min-width: 900px) {
	.image-container2 img {
		width: 830px;
		height: 873px;
		left: auto;
		right: 0;
	}
}

/* Para telas maiores que 768px (Tablet) */
@media (min-width: 768px) and (max-width: 899px) {
	.image-container2 img {
		width: 600px;
		height: 650px;
		left: auto;
	}
}

/* Para telas menores que 768px (Celular) */
@media (max-width: 767px) {
	.image-container2 img {
		width: 450px;
		height: 480px;
		left: auto;

	}
}

/* Para telas menores que 480px (Celular pequeno) */
@media (max-width: 479px) {
	.image-container2 img {
		width: 300px;
		height: 320px;
		left: auto;

	}
}

/* Para telas maiores que 1200px (Desktop grande) */
@media (min-width: 1200px) {
	.image-container img {
		width: 700px;
		height: 650px;
	}

	.image-container3 img {
		width: 287px;
		height: 250px;
		opacity: 0.5;
	}
}

/* Para telas maiores que 900px (Desktop) */
@media (min-width: 900px) {
	.image-container img {
		width: 653px;
		height: 607px;
	}

	.image-container3 img {
		width: 287px;
		height: 250px;
	}
}

/* Para telas maiores que 768px (Tablet) */
@media (min-width: 768px) and (max-width: 899px) {
	.image-container img {
		width: 550px;
		height: 510px;
	}

	.image-container3 img {
		width: 287px;
		height: 250px;
		opacity: 0.5;
	}
}

/* Para telas menores que 768px (Celular) */
@media (max-width: 767px) {
	.image-container img {
		width: 400px;
		height: 380px;
	}

	.image-container3 img {
		width: 287px;
		height: 250px;
		opacity: 0.5;
	}
}

/* Para telas menores que 480px (Celular pequeno) */
@media (max-width: 479px) {
	.image-container img {
		width: 300px;
		height: 300px;
		opacity: 0.25;
		/* Opcional: Ajuste a opacidade em telas menores */
	}

	.image-container3 img {
		width: 287px;
		height: 250px;
		opacity: 0.5;
	}
}





.div-2 {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	position: relative;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid;
	border-color: #ffffff33;
	backdrop-filter: blur(32px) brightness(100%);
	-webkit-backdrop-filter: blur(32px) brightness(100%);
	background: linear-gradient(180deg, #35402A 0%, #5F6C4A 100%);
}

.most-popular {
	display: flex;
	height: 47px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 7px 20px;
	position: relative;
	align-self: stretch;
	width: 100%;
	background-color: #bebebe;
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
}

.free-shipping-2 {
	position: relative;
	width: fit-content;
	font-family: "Inter", Helvetica;
	font-weight: 600;
	color: #1d1d1d;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.frame-13 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 40px 32px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.intro {
	position: relative;
	align-self: stretch;
	margin-top: -1px;
	font-family: "Barlow", Helvetica;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.text-wrapper-15 {
	font-weight: 700;
}

.text-wrapper-16 {
	font-weight: 500;
	font-size: 16px;
}

.frascos {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 315px;
	max-height: 320;
	object-fit: contain;
}

.frame-14 {
	display: flex;
	width: 165px;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	position: relative;
	flex: 0 0 auto;
}

.element-5 {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	margin-left: -6px;
	font-family: "Barlow", Helvetica;
	font-weight: 600;
	color: #ffffff;
	font-size: 62px;
	text-align: right;
	letter-spacing: 0;
	line-height: 62px;
	white-space: nowrap;
}

.month {
	position: relative;
	width: 66px;
	margin-right: -6px;
	font-family: "Barlow", Helvetica;
	font-weight: 500;
	color: #ffffffcc;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 18px;
}

.group-10 {
	position: relative;
	width: 223px;
	height: 64px;
	margin-left: -4px;
	margin-right: -6px;
}

.overlap-group-5 {
	position: relative;
	width: 221px;
	height: 64px;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/fundoBotaoAmarelo.svg");
	background-size: 100% 100%;
}

.text-wrapper-17 {
	position: absolute;
	height: 38px;
	top: 13px;
	left: 42px;
	font-family: "Barlow", Helvetica;
	font-weight: 800;
	color: #1d1d1d;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.button-link {
	display: block;
	/* Garante que o link preencha o espaço do botão */
	text-decoration: none;
	/* Remove o sublinhado padrão do link */
	cursor: pointer;
	/* Exibe a seta de "clicável" ao passar o mouse */
}

.TOTAL {
	position: relative;
	width: 181px;
	font-family: "Barlow", Helvetica;
	font-weight: 400;
	color: transparent;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0;
	line-height: 18px;
}

.text-wrapper-18 {
	font-weight: 500;
	color: #ffffffcc;
}

.text-wrapper-19 {
	color: #ff0000;
	text-decoration: line-through;
	font-weight: bold;
}

.text-wrapper-20 {
	font-weight: 700;
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
}

.frame-15 {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	flex: 0 0 auto;
}

.credit-cards {
	position: relative;
	width: 213px;
	height: 28px;
	object-fit: cover;
}

.TOTAL-2 {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	width: 181px;
	font-family: "Barlow", Helvetica;
	color: #ffffffcc;
	text-align: center;
	letter-spacing: 0;
}


.element-BOTTLES {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid;
	border-color: #ffffff33;
	background: linear-gradient(180deg, #35402A 0%, #5F6C4A 100%);
}

.free-shipping-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 7px 20px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	background-color: var(--x-1-8bca-3);
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
}

.free-delivery {
	position: relative;
	width: 32px;
	height: 32px;
	object-fit: cover;
}

.free-shipping-4 {
	position: relative;
	width: fit-content;
	font-family: "Inter", Helvetica;
	font-weight: 500;
	color: var(--ffffff);
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.frame-16 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 40px 32px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.element-6 {
	position: relative;
	width: 212px;
	height: 144px;
}

.element-7 {
	margin-left: -8px;
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: "Barlow", Helvetica;
	font-weight: 600;
	color: #ffffff;
	font-size: 62px;
	text-align: right;
	letter-spacing: 0;
	line-height: 62px;
	white-space: nowrap;
}



.month-2 {
	position: relative;
	width: 66px;
	margin-right: -8px;
	font-family: "Barlow", Helvetica;
	font-weight: 500;
	color: #ffffffcc;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 18px;
}

.overlap-group-6 {
	position: relative;
	width: 221px;
	height: 64px;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/fundoBotaoAmarelo.svg");
	background-size: 100% 100%;
}

.TOTAL-3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	width: 181px;
	font-family: "Barlow", Helvetica;
	color: #ffffffcc;
	text-align: center;
	letter-spacing: 0;
}

.text-wrapper-21 {
	font-weight: 500;
}

.text-wrapper-22 {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
}

.free-shipping-5 {
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 7px 20px;
	position: relative;
	align-self: stretch;
	width: 100%;
	background-color: var(--x-1-8bca-3);
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
}

.free-delivery-2 {
	position: relative;
	width: 32px;
	height: 32px;
	margin-top: -4px;
	margin-bottom: -4px;
	object-fit: cover;
}

.element-8 {
	position: relative;
	width: 171px;
	height: 150px;
}

.overlap-group-7 {
	position: relative;
	width: 221px;
	height: 64px;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/fundoBotaoAmarelo.svg");
	background-size: 100% 100%;
}

.overlap-7 {
	position: absolute;
	width: 1930px;
	height: 1675px;
	top: 4107px;
	left: -5px;
}

.overlap-wrapper {
	position: absolute;
	width: 1930px;
	height: 1675px;
	top: 0;
	left: 0;
	background-color: #ffffff;
	overflow: hidden;
	transform: rotate(180deg);
}

.overlap-8 {
	position: relative;
	width: 1884px;
	height: 1682px;
	top: 144px;
	left: -11px;
}



/* Fundo preto cobrindo parte da seção anterior */
/* O antigo .black-overlay (camada escura puxada por cima do bloco de precos)
   foi removido: o respiro agora e padding dentro da propria secao de garantia. */

.FAQ-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: relative;
	height: 100%;
}

.FAQ-2 {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: "Barlow", Helvetica;
	font-weight: 700;
	color: var(--x-2b-6-3a-6);
	font-size: 112px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.frame-17 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	position: relative;
}

.faq-item {
	width: 100%;
}

.group-13 {
	position: relative;
	align-self: stretch;
	width: 100%;
	height: 54.88px;
	margin-right: -2px;
}

.overlap-group-8.faq-header {
	position: relative;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: var(--x-1d-1d-1d);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	cursor: pointer;
}

.chevron-down {
	width: 18px;
	height: 18px;
	transition: transform 0.3s ease;
	/* Para animação da seta */
}



.text-wrapper-23 {
	font-family: "Barlow", Helvetica;
	font-weight: 600;
	color: var(--x-2b-6-3a-6);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 27px;
	margin: 0;
}

.faq-content {

	overflow: hidden;
	max-height: 0;
	/* Define a altura inicial como 0 */
	transition: max-height 0.3s ease;
	/* Adiciona uma transição suave para a altura */
}

.faq-item.active .chevron-down {
	transform: rotate(180deg);
	/* Rotaciona a seta quando o item está ativo */
}

.faq-item.active .faq-content {
	max-height: 500px;
	/* Ajuste para um valor grande o suficiente para conter o conteúdo */
}

.faq-item.active .chevron-down {
	transform: rotate(180deg);
	/* Rotaciona a seta quando o item estiver aberto */
}

.faq-item.active .faq-content {
	display: block;
	/* Mostra a resposta quando o item estiver aberto */
}


.shape {
	position: absolute;
	width: 100%;
	height: 467px;
	top: 135px;
	background: linear-gradient(180deg, #5F6C4A 0%, #35402A 100%);
	z-index: 10;
}



.group-wrapper {
	background-color: #ffffff;

	overflow: hidden;
	border: 3px solid;
	border-color: transparent;
	border-image: linear-gradient(to bottom, rgb(95, 108, 74), rgb(126, 138, 108)) 1;
}

.scientific {
	position: relative;
	width: 100%;
	margin-top: -1px;
	font-family: "Barlow", Helvetica;
	font-weight: 400;
	color: transparent;
	font-size: 42px;
	letter-spacing: 0;
	line-height: 54.6px;
}

.text-wrapper-26 {
	font-weight: 700;
	color: #5f6c4a;
}

.text-wrapper-27 {
	font-weight: 500;
	color: #1d1d1d;
}

.frontiers {
	position: relative;
	width: 146px;
	height: 53px;
}

.hern-ndez-cerda-j {
	font-family: "Circular Std-Book", Helvetica;
	font-weight: 400;
	color: var(--x-1d-1d-1d);
	font-size: 10px;
	letter-spacing: 0;
	line-height: 13px;
}

.meu-elemento {
	/* Padding padrão para telas menores que 768px (mobile) */
	padding: 0px;
}

/* Para tablets (768px a 1023px) */
@media (min-width: 768px) {
	.meu-elemento {
		padding: 30px;
	}
}

/* Para telas um pouco maiores (1024px a 1199px) */
@media (min-width: 1024px) {
	.meu-elemento {
		padding: 40px;
	}
}

/* Para telas maiores que 1200px */
@media (min-width: 1200px) {
	.meu-elemento {
		padding: 50px;
	}
}

/* Estilo para telas menores que 768px (mobile) */
@media (max-width: 767px) {

	.frame-19,
	.frame-20 {
		flex-direction: column;
		/* Alinha os itens verticalmente */
		align-items: center;
		/* Centraliza os itens na horizontal */
	}

	.frontiers {
		margin-bottom: 10px;
		/* Adiciona espaço abaixo das imagens */
	}
}

/* Estilo para telas maiores que 768px (desktop) */
@media (min-width: 768px) {
	.group-15 {
		padding: 20px;
	}

	.group-15 img {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.shape {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		/* background: linear-gradient(180deg, rgb(110, 124, 86) 0%, rgb(95, 108, 74) 100%); */
		z-index: 10;
	}
}



@media (min-width: 2400px) {
	.background-right-leafb {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 10%;
		height: 30vh;
		background-image: url(../../../assets/images/png/black%402x_1.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 2000px) and (max-width: 2400px) {
	.background-right-leafb {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 12%;
		height: 33vh;
		background-image: url(../../../assets/images/png/black%402x_1.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 1600px) and (max-width: 2000px) {
	.background-right-leafb {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 11%;
		height: 25vh;
		background-image: url(../../../assets/images/png/black%402x_1.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.background-right-leafb {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 15%;
		height: 26vh;
		background-image: url(../../../assets/images/png/black%402x_1.png);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 720px) and (max-width: 1200px) {
	.background-right-leafb {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 23%;
		height: 27vh;
		background-image: url(../../../assets/images/png/black%402x_1.png);
		background-size: cover;
		background-position: center;
	}
}

.prefooter {

	color: #FFF;
	position: relative;
	z-index: 1;
}


.mockup-shadow2 {
	position: absolute;
	width: 587px;
	height: 61px;
	border-radius: 293.48px / 30.53px;
	background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/shadowelipse.png");
	top: calc(100% - 31px);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

@media (min-width: 720px) and (max-width: 1200px) {

	.mockup-shadow2 {
		position: absolute;
		width: 450px;
		height: 61px;
		border-radius: 293.48px / 30.53px;
		background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/shadowelipse.png");
		top: calc(100% - 31px);
		/* Ajusta a posição para ficar logo abaixo da imagem */
		left: 50%;
		/* Centraliza horizontalmente */
		transform: translateX(-50%);
		/* Centraliza com base no próprio tamanho */
		z-index: -1;
		/* Garante que fique atrás da imagem */
	}


}

@media (max-width: 720px) {
	.mockup-shadow2 {
		background-image: url("https://assets.imagehub.io/Funnel/assets/images/020bf281-d692-4b03-87f3-0bc3b805ed3e/30afbd05-4dbf-4491-8439-4d8253a67c06/shadowelipse.png");
		position: absolute;
		width: 100%;
		height: 43px;
		border-radius: 301.48px / 45.53px;
		top: calc(100% - 15px);
		left: 47%;
		transform: translateX(-50%);
		z-index: -1;
	}
}

@media (max-width: 769px) {
	.margin-bottom-mobile {
		margin-bottom: 60px;
	}
}

.card-link {
	text-decoration: none;
	/* Remove o sublinhado padrão */
	display: block;
	/* Faz com que o link ocupe todo o espaço da coluna */
	transition: transform 0.3s ease;
	/* Adiciona uma transição suave */
}

.card-link:hover {
	transform: scale(1.05);
	/* Aumenta o tamanho da coluna no hover */
	cursor: pointer;
	/* Altera o cursor para indicar que é clicável */
}

.card-link+.card-link {
	margin-left: 0 !important;
}
/* ============ KETORVEX — ingredient badges ============ */
.ing-badge {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: #F3F1E6;
	border: 3px solid rgba(255, 255, 255, .35);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.ing-badge svg {
	width: 96px;
	height: 96px;
	stroke: #5F6C4A;
	fill: none;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ing-badge svg .fillmark {
	fill: #5F6C4A;
	stroke: none;
}

@media (max-width: 991px) {
	.ing-badge {
		width: 170px;
		height: 170px;
	}

	.ing-badge svg {
		width: 78px;
		height: 78px;
	}
}

/* ============ KETORVEX — header emblem sizing ============ */
.top-nav .logo {
	width: auto !important;
	height: 62px;
	max-width: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
}

@media (max-width: 991px) {
	.top-nav .logo {
		height: 48px;
	}
}

/* ============ KETORVEX DE — längere deutsche Headline im Zutaten-Block ============ */
.rectangle {
	height: auto;
	min-height: 348px;
	padding-bottom: 40px;
}

.rectangle .text-wrapper-8 {
	font-size: 52px !important;
	line-height: 62px;
	padding-top: 44px;
}

@media (max-width: 991px) {
	.rectangle .text-wrapper-8 {
		font-size: 38px !important;
		line-height: 46px;
		padding-top: 32px;
	}
}


/* ============ KETORVEX — botao de compra fluido ============
   As larguras fixas (221px) + texto em position:absolute estouravam o card
   com rotulos mais longos ("JETZT KAUFEN"). Agora o botao cresce com o texto
   e nunca passa da largura do card. */
.group-10 {
	width: 100%;
	max-width: 260px;
	height: auto;
	margin: 0 auto;
}

.overlap-group-5,
.overlap-group-6,
.overlap-group-7 {
	width: 100%;
	height: auto;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
}

.text-wrapper-17 {
	position: static;
	height: auto;
	top: auto;
	left: auto;
	width: 100%;
	font-size: clamp(22px, 4.2vw, 32px);
	white-space: nowrap;
}
