*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #222;
background: #FBF2F1;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

h1,h2{
	font-weight: 800;
}
h2{
	font-size: 52px;
	line-height: 130%;
	text-transform: uppercase;
}
.announcement{
	padding: 15px 0;
	background: #E790A7;
}
.announcement-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px
}
.announcement-button-prev,
.announcement-button-next{
	cursor: pointer;
	color: #222;
	line-height: 0;
}
.a-item{
	text-align: center;
	cursor: default;
}
.a-item p{
	font-weight: 500;
	font-size: 14px;
}

.header{
	position: relative;
	height: 520px;
}

.header-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.header-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar{
	position: relative;
	z-index: 5;
	padding: 20px 0;
}
.navbar-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.menu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
}
.menu li a,
.menu-cart{
	color: #FBF2F1;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'PT Serif';
	transition: all .1s ease-in-out .1s;
}
.menu li a:hover{
	text-decoration: underline;
}
.menu-toggle{
	cursor: pointer;
	display: none;
}
.header-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.30);
}
.header-heading{
	background: #222;
	padding: 30px 0;
}
.header-heading-img img{
	width: 100%;
	object-fit: cover;
}
.header-heading-wrap{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.header-info{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.header-info p{
	max-width: 305px;
	color: #fff;
}
.btn-primary{
	display: inline-flex;
	border-radius: 100px;
	background: #E790A7;
	color: #222;
	display: flex;
	padding: 20px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: 'PT Serif';
	font-weight: 700;
	text-transform: uppercase;
	transition: all .1s ease-in-out .1s;
	line-height: 16px;
}
.btn-primary:hover{
	background: #222;
	color: #FBF2F1;
}
.btn-outline{
	display: inline-flex;
	border-radius: 100px;
	background: transparent;
	color: #222;
	border: 1px solid #222;
	display: flex;
	padding: 20px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: 'PT Serif';
	font-weight: 700;
	text-transform: uppercase;
	transition: all .1s ease-in-out .1s;
	line-height: 16px;
}
.btn-outline:hover{
	background: rgba(35, 35, 35, .2);
}
.featured-logos{
    padding: 30px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.marquee-wrapper{
    overflow: hidden;
}
.marquee-component{
    position: relative;
}
.marquee-inner-wrapper{
    width: 100vw;
    display: flex;
    align-items: flex-start;   
}
.marquee-inner{
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
}
.fl-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 150px;
    flex-shrink: 0;
}

.featured-info{
	padding: 120px 0;
}
.featured-info h2{
	text-align: center;
	font-family: "PT Serif";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.explore{
	padding: 0 0 120px;
}
.heading{
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.heading h2{
	font-weight: 800;
	font-size: 52px;
	line-height: 130%;
}
.tabs{
	margin: 60px 0 0;
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: center;
}
.tab{
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	font-weight: 800;
	opacity: 0.5;
	cursor: pointer;
}
.tab.active{
	opacity: 1;
	text-decoration: underline;
}
.tab-content {
    display: none;
    margin-top: 40px;
}
.tab-content.active {
	display: block;
}
.explore-slider .swiper-slide{
	height: auto;
}
.explore-item{
	display: flex;
	flex-direction: column;
	gap: 30px;
	height: 100%;
	padding: 20px;
	border: 1px solid #222;
}
.explore-heading{
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
}
.explore-heading h3{
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	text-transform: uppercase;
}
.explore-heading p{
	max-width: 248px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 130%;
}
.explore-action{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.explore-action p{
	font-family: "PT Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
}
.explore-action-row{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.explore-slider-wrap{
	position: relative;
}
.explore-button-next{
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #222;
	color: #fff;
	cursor: pointer;
	position: absolute;
    right: -22px;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
}
.explore-pagination{
	display: none;
}

.reviews{
	padding: 0 0 120px;
}
.reviews-row{
	margin: 60px 0 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.reviews-col{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.review-item{
	padding: 20px;
	border: 1px solid #222;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
	flex: 1;
}
.review-item p{
	font-family: "PT Serif";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
.review-item.video{
	gap: 20px;
}
.ugc-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border: 0;
    box-shadow: none;
    aspect-ratio: 9 / 14;
    cursor: pointer;
}
.review-info{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.review-info p{
	font-family: "PT Serif";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
.review-info a{
	flex-shrink: 0;
}
.reviews-pagination{
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
.reviews .swiper-slide{
	height: auto;
}

.ingredients{
	padding: 0 0 120px;
	overflow: hidden;
}
.heading p{
	font-family: "PT Serif";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 130%;
}
.ingredients-slider-wrap{
	position: relative;
	margin: 60px 0 0;
}
.ingredient-btn-prev,
.ingredient-btn-next{
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	background: #222;
	border-radius: 100px;
}
.ingredient-btn-prev{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 9;
    gap: 20px;
    height: 45px;
    z-index: 5;
}
.ingredient-btn-next{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 9;
    gap: 20px;
    height: 45px;
    z-index: 5;
}
.ingredients-pagination{
	display: none;
	justify-content: center;
	margin: 30px 0 0;
}
.ingredient-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.swiper-slide-prev .ingredient-info,
.swiper-slide-next .ingredient-info{
	opacity: 0;
}
.swiper-slide-prev .ingredient-img,
.swiper-slide-next .ingredient-img{
	opacity: .65;
}
.ingredient-info{
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.ingredient-benefit{
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 245px;
	margin: 0 auto;
}
.ingredient-benefit p{
	font-family: "PT Serif";
}
.ingredient-subtitle{
	font-family: "PT Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}
.ingredient-info h3{
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	text-transform: uppercase;
}
.ingredient-heading{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.packs{
	padding: 0 0 120px;
	overflow: hidden;
}
.packs-heading{
	padding: 20px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	text-align: center;
}
.packs-box{
	padding: 60px 50px;
	border: 1px solid #222;
	overflow: hidden;
}
.pack-item{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #222;
}
.pack-img{
	border-bottom: 1px solid #222;
}
.pack-info{
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}
.pack-ct-inner{
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.pack-info h3{
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	text-transform: uppercase;
}
.pack-desc{
	font-family: "PT Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
.pack-price-col{
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.pack-save{
	display: inline-flex;
	padding: 8px;
	justify-content: center;
	align-items: center;
	color: #C97E91;
	font-family: "PT Serif";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px; 
	border-radius: 100px;
	background: rgba(231, 144, 167, 0.20);
}
.pack-price-row{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.pack-price{
	font-family: "PT Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}
.pack-price.old{
	opacity: .5;
}
.pack-action{
	display: flex;
	gap: 15px;
	justify-content: center;
}
.packs .swiper{
	overflow: visible;
}
.packs-nav{
	display: flex;
	gap: 20px;
	margin: 30px 0 0;
	justify-content: flex-end;
}
.pack-btn-prev,
.pack-btn-next{
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	background: #222;
	border-radius: 100px;
}
.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}

.cta{
	background: #222;
	width: 98%;
	margin: 0 auto;
	padding: 20px 0 30px;
}
.cta-gallery-row{
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.cta-heading{
	padding: 120px 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	text-align: center;
	justify-content: centera;
	align-items: center;
	max-width: 786px;
	margin: 0 auto;
}
.cta-info{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cta-info p{
	color: #FBF2F1;
	font-family: "PT Serif";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
.cta-bottom-title img{
	width: 100%;
	object-fit: cover;
}

.footer{
	margin: 120px 0 0;
	padding: 60px 0 0;
	background: #222;
	color: #FBF2F1;
}
.footer-top-row{
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.footer-top-item{
	width: 22%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-top-item h3{
	font-family: "PT Serif";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-menu{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer-menu a{
	color: #FBF2F1;
	font-size: 14px;
}
.footer-bottom-row{
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 60px 0;
}
.footer-about-col{
	width: 25%;
}
.footer-about-col{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.ft-social{
	display: flex;
	align-items: center;
	gap: 16px;
}
.ft-social a{
	color: #FBF2F1;
}
.footer-subscribe-col{
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.ft-subscribe-heading{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ft-subscribe-heading h3{
	font-family: "PT Serif";
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}
.ft-subscribe-row{
	display: flex;
	gap: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #FBF2F1;
}
.field{
	flex: 1;
	background: transparent;
	border: 0;
	color: #FBF2F1;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #FBF2F1;
}
.field::placeholder{
	color: #FBF2F1;
}
.btn-submit{
	display: inline-flex;
	align-items: center;
	gap: 15px;
	text-transform: uppercase;
	color: #FBF2F1;
	background: transparent;
	border: 0;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
}
.ft-copyright{
	padding: 25px 0;
	border-top: 1px solid #FBF2F1;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
}




@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
.menu{
	display: none;
	position: absolute;
	width: 100%;
	background: #FBF2F1;
	padding: 20px;
	left: 0;
	top: 51px;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.menu li a{
	color: #222;
}
.menu-toggle{
	display: flex;
	align-items: center;
	gap: 5px;
	color: #FBF2F1;
	font-family: 'PT Serif';
	font-size: 15px;
	text-transform: uppercase;
}
.menu-active{
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-height: 1000px
}
.navbar{
	padding: 15px 0;
}

.explore-button-next{
	display: none !important;
}

.explore-pagination{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 30px 0 0;
}

.explore .swiper{
	overflow: visible;
}
.swiper-pagination-bullet-active{
	background: #000;
}
.tabs {
    margin: 40px 0 0;
    width: 100vw;
    overflow: auto;
	justify-content: flex-start;
	gap: 40px;
}
.tab{
	flex-shrink: 0;
}
.reviews-slider{
	margin: 60px 0 0;
}
.reviews .reviews-col{
	height: 100%;
}
.ingredients-pagination{
	display: flex;
}
.ingredients-nav{
	display: none;
}
.ingredients .swiper{
	overflow: visible;
}
}

@media (max-width: 768px){
.packs-box{
	padding: 50px 20px;
}
.pack-action{
	flex-direction: column;
}

.footer-top-row{
	flex-direction: column;
}
.footer-top-item,
.footer-about-col,
.footer-subscribe-col{
	width: 100%;
}
.footer-bottom-row{
	flex-direction: column;
}

.cta-info p{
	font-size: 24px;
}
.cta-heading{
	padding: 50px 0;
}

.footer{
	padding: 50px 0 0;
	margin: 50px 0 0;
}
}

@media (max-width: 479px){
.a-item p{
	font-size: 13px;
}
.header{
	height: 442px;
}
.nav-logo img{
	height: 11px;
}
.header-heading-wrap{
	gap: 20px;
}
.header-info{
	flex-direction: column;
	gap: 20px;
}
.header-info p{
	max-width: 100%;
	text-align: center;
}
.btn-primary{
	display: flex;
	width: 100%;
}
.fl-item{
	margin-right: 70px;
}

.featured-info{
	padding: 50px 0;
}
.explore{
	padding: 0 0 50px;
}
h2{
	font-size: 32px;
}
.heading h2{
	font-size: 32px;
}
.tabs{
	margin: 40px 0 0;
}
.featured-info h2{
	font-size: 24px;
}
.explore-action-row{
	flex-direction: column;
}

.reviews-row{
	margin: 40px 0 0;
}
.reviews{
	padding: 0 0 50px;
}
.reviews-slider{
	margin: 40px 0 0;
}

.ingredients{
	padding: 0 0 50px;
}
.heading p{
	font-size: 24px;
}
.ingredients-slider-wrap{
	margin: 40px 0 0;
}

.packs{
	padding: 0 0 50px;
}

.ft-subscribe-row{
	padding: 0;
	border-bottom: 0;
	flex-direction: column;
}
.field{
	padding: 20px;
	border-bottom: 1px solid #FBF2F1;
}
}