/** Shopify CDN: Minification failed

Line 120:0 All "@import" rules must come first

**/
@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}



body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Hanken Grotesk';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-Black.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-ExtraBold.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-Bold.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-BoldItalic.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-Regular.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-Italic.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-Medium.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('/cdn/shop/files/HankenGrotesk-SemiBold.woff2?v=1764585860') format('woff2'),
        url('HankenGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Hanken Grotesk", sans-serif !important;}

body h1, body h2, body h3, body h4, body h5, body > * {
	font-family: "Hanken Grotesk", sans-serif !important;
}

	
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

	.shopify-section:not(.header-section):has(.section) {
	position: static !important;
}
/*-----------------------
	TOP STRIP
------------------------*/
.top_strip{
	float: left;
	width: 100%;
	background:#62ceeb;
	padding:8px 0;
	}	
.top_strip p{
	font-size:15px;
	line-height:15px;
	color:#fff;
	font-weight:500;
	}
.top_strip p img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:0 7px 0 0;
	}	

/*-----------------------
CSS FOR HEADER
------------------------*/	
.header{
	background:#fff;
	float:left;
	width:100%;
	padding:0px;
	}
.logo{
	float:left;
	width:104px;
	}
a.nav_btn{
    float: right;
    background: #ec9001;
    color: #fff;
    font-size: 17px;
    text-align: center;
    height: 42px;
    line-height: 38px;
    border-radius: 35px;
    font-weight: 800;
    border: 1px solid #ffbf5c;
    padding: 0 18px;
    margin-top: 5px;
	}
a.nav_btn img{
	display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin: -5px 0 0 8px;
	}				
 	
/*-----------------------
		BANNER
------------------------*/	
.banner_section{
	background:#f6fdff;
	float:left;
	width:100%;
	padding:40px 0;
	position:relative;
	overflow:hidden;
	}		
.bnr_content{
	float:left;
	width:53%;
	text-align:left;
	}
.bnr_review_txt{
	font-size:17px;
	line-height:19px;
	color:#000;
	font-weight:500;
	}
.bnr_review_txt img{
	display:inline-block;
	vertical-align:middle;
	width:82px;
	margin:-7px 8px 0 0;
	}		
.bnr_heading{
    font-size: 52px;
    line-height: 54px;
	color:#0a3211;
	font-weight:800;
	margin-top:12px;
	}
.bnr_heading span{
	background: linear-gradient(180deg, transparent 65%, #bef593 65%, #bef593 84%, transparent 20%) !important
	}
.bnr_text{
    font-size: 18px;
    line-height: 24px;
	color:#000;
	margin-top:16px;
	}
ul.bnr_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:426px;
	margin-top:24px;
	}		
ul.bnr_list li{
	background: url(/cdn/shop/files/bnr-lst-tike.webp) no-repeat left 3px;
    float: left;
    width: 100%;
	background-size: 16px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 7px 26px;
	margin: 0 0 7px 0;
	}
ul.bnr_list li:last-child{ border:none;}			
	
.common_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.banner_section .common_button_box{ margin-top:20px;}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:350px;
	text-align:center;
	}	
.common_button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height:54px;
    line-height:51px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
	border-radius:35px;
    text-align: center;
	background:#ec9001;
	border:1px solid #ffbf5c;
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-4px 0 0 14px;
	}	
.common_button_bottom{
	font-size:12px;
	line-height:12px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.common_button_bottom img{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-4px 6px 0 0;
	}	
ul.bnr_logos_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
ul.bnr_logos_list li{
	display: inline-block;
    vertical-align: top;
    margin-right: 15px;
	}		
ul.bnr_logos_list li img{
	margin:0 auto 0;
	display:block;
	width:73px;
	}	
	
.bnr_right{
	float:right;
	width:47%;
	margin-top:-30px;
	}	
.bnr_prod{
	float: left;
    margin: 0 0 0 0;
    max-width: none;
    position: relative;
    z-index: 2;
	}	
.bnr_review_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:476px;
	background:#fff;
	border-radius:8px;
	text-align:left;
	position:relative;
	padding:16px 16px 16px 65px;
	margin: -55px 0 0 50px;
	}	
.bnr_rev_pic{
	position:absolute;
	top:16px;
	left:12px;
	width:40px;
	border-radius:50%;
	}	
.bnr_rev_shap{
	position:absolute;
	top:60px;
	left:30px;
	}	
.bnr_rev_str{
	display:block;
	width:70px;
	}	
.bnr_rev_txt{
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-top:8px;
	}	
.bnr_rev_name{
	font-size:12px;
	line-height:12px;
	color:#000;
	margin-top:10px;
	}	
.bnr_rev_name span{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	}	
.bnr_vry_tike{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	margin:-4px 5px 0 5px;
	}	
	.banner_section .bnr_right .bnr_review_bx .bnr_rev_shap {
	width: auto;
}
.section_3 .s3_benefits_wrap .s3_benef_imgbx img {
    width: auto;
}
.banner_section .bnr_right img.bnr_prod.hide-mob {
    width: 655px;
}


/*-----------------------
 Promise Section 
------------------------*/	

.promise_section{
	background:#d9eef4;
	float:left;
	width:100%;
	padding:20px 0;
	}	
ul.promises_list{
    margin: 0 auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 54px;
	}	
ul.promises_list li{
	width: 29%;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
ul.promises_list li img{ width:35px;}
ul.promises_list li p{
	width:calc(100% - 35px);
	font-size:16px;
	line-height:20px;
	color:#000;
	padding-left:10px;
	}		
	
/*-----------------------
As see in action
------------------------*/
.as-seen-in {
  padding: 40px 16px;
  background: #F7F7F8;
  margin-top: 30px;
	width: 100%;
	display: table;
}

.as-seen-in__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.as-seen-in__blurb {
  font-size: 17px;
  line-height: 1.55;
  color: #374151;
  max-width: 760px;
  margin: 0 auto 28px;
  font-weight: 500;
}

.as-seen-in__label {
	font-size: 20px;
	letter-spacing: 0.16em;
	font-weight: 700;
	margin-bottom: 25px;
	color: #000;
}

.as-seen-in__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.as-seen-in__logo {
    max-height: 95px;
    width: auto;
    opacity: 0.9;
    filter: grayscale(100%);
    transition: opacity 0.2s ease;
}

.as-seen-in__logo:hover {
  opacity: 1;
}

@media (max-width: 640px) {
  .as-seen-in {
    padding: 32px 12px;
  }
  .as-seen-in__blurb {
    font-size: 15px;
    margin-bottom: 20px;
  }
 .as-seen-in__logo {
    max-height: 40px;
  }
  .as-seen-in__logos {
    gap: 18px;
  }
}

	
/*-----------------------
 Section 1
------------------------*/

.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 90px;
	}
.common_heading{
    font-size: 50px;
    line-height: 54px;
	color:#0a3211;
	font-weight:800;
    text-transform: capitalize;
	}
.common_heading--black{ color:#000;}	
.common_border{
	background: linear-gradient(180deg, transparent 65%, #bef593 65%, #bef593 84%, transparent 20%) !important;
	}		
.common_text{
    font-size: 18px;
    line-height: 24px;
	color:#000;
	margin-top:15px;
	}	
.s1_problem_wrap{
	margin:50px auto 0;
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s1_problem_content{
	width:48%;
	text-align:left;
	}	
.s1_prblm_heading{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}	
.s1_prblm_heading:after{
	content: '';
    position: absolute;
    top: 19px;
    left: 10px;
    right: 0;
    border-top: 1px dashed #ff3333;
	}	
.s1_prblm_heading span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:800;
	border:1px solid #ff3333;
	border-radius:35px;
	padding:6px 12px;
	position:relative;
	z-index:1;
	}	
.s1_problem_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
ul.s1_problem_list{
	display: inline-block;
    vertical-align: top;
    width:calc(100% - 269px);
    margin-top: 30px;
	}	
ul.s1_problem_list li{
	background: url(/cdn/shop/files/s1-lst-cross.webp?v=1764325479) no-repeat left 1px;
    float: left;
    width: 100%;
    background-size: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 9px 30px;
    margin: 0 0 9px 0;
	}	
ul.s1_problem_list li:last-child{ 
	border:none; 
	margin-bottom:0; 
	padding-bottom:0;
	}		
.s1_problem_imgs{ width:269px;}	
	
.s1_truth_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:767px;
	background:#fff;
	border:1px solid #91bd55;
	border-radius:12px;
	text-align:center;
	padding:0 40px;
	margin-top:60px;
	}	
.s1_truth_head{
	font-size:24px;
	line-height:24px;
	color:#0a3211;
	font-weight:800;
	margin-top:-16px;
	}
.s1_truth_head span{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 10px;
	}		
.s1_truth_text{
	font-size:22px;
	line-height:26px;
	color:#000;
	margin-top:14px;
	}	
.s1_truth_strp{
    display: inline-block;
    vertical-align: top;
    background: #35c21e;
    border-radius: 35px;
    text-align: center;
    padding: 4px 40px 6px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    margin: 26px 0 -15px 0;
	}
	
.section_1 p.s1_truth_head {
    margin-top: -16px !important;
}	

/*-----------------------
 Section 2
------------------------*/
.section_2{
	background:#f6fdff;
	float:left;
	width:100%;
	padding:50px 0 70px;
	position:relative;
	}
.section_2:before{
	content:'';
	position:absolute;
	top:-55px;
	left:50%;
	background:url(/cdn/shop/files/s2-point-img.webp?v=1764327183) no-repeat center center;
	width:63px;
	height:89px;
	background-size:63px;
	margin-left:-31.5px;
	}

.s2_mid_wrap{
	margin: 40px auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s2_left{
    width: 58%;
	text-align:left;
    position: relative;
	}		
ul.s2_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
	}	
ul.s2_list li{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 2px dotted #e1e1e1;
    padding: 0 90px 26px 40px;
    margin: 0 0 26px 0;
	}	
ul.s2_list li:last-child{ 
	border:none;
	margin-bottom:0;
	padding-bottom:0;
	}	
ul.s2_list li img{
	position:absolute;
	top:7px;
	left:0;
	width:30px;
	}	
ul.s2_list li h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
ul.s2_list li p{ margin-top:5px;}	
.s2_ppl_img{
    position: absolute;
    right: -140px;
    bottom: 0;
    width: auto !important;
	}	
.s2_prod{
	position: absolute;
    right: -20px;
    bottom: -40px;
    z-index: 2;
        width: auto;
	}	
	
.s2_right{
	width:42%
	}	
.s2_inner_bx{
    float: left;
    width: 100%;
    background: #0a3211;
    border-radius: 10px;
    position: relative;
    z-index: 1;
	padding: 0 20px 10px;
	}		
.s2_bx_logo{
	margin:-15px auto 0;
	display:inline-block;
	width:385px;
	}
.s2_bx_txt1{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:4px;
	margin-top:4px;
	}
.s2_bx_prod_details{
	margin:30px auto 0;
	width:100%;
	}	
.s2_bx_prod_row{
	margin:0 auto 0;
	width:100%;
	border-bottom:1px solid #2a7237;
	padding:24px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap:15px;
	}	
.s2_bx_prod_row:last-child{ border:none;}	
.s2_bx_det_left{
    text-align: left;
    width: 95px;
    flex-shrink: 0;
	}
.s2_bx_det_left h3{
	font-size:22px;
	line-height:24px;
	color:#fff;
	font-weight:600;
	}
.s2_bx_det_right{
    text-align: left;
    border-left: 1px solid #2a7237;
    padding:10px 0 10px 17px;
	}	
.s2_bx_det_txt{
	font-size:18px;
	line-height:22px;
	color:#fff;
	}	
ul.s2_bx_det_list{
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 15px;
	}
ul.s2_bx_det_list li{
    width: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
ul.s2_bx_det_list li img{ width:32px;}	
ul.s2_bx_det_list li p{
	text-align:left;
	font-size:18px;
	line-height:20px;
	color:#fff;
	padding-left:10px;
	}		
.s2_btm_text{
	font-size:30px;
	line-height:37px;
	color:#0a3211;
	font-weight:bold;
	margin-top:60px;
	}					
	
/*-----------------------
 Section 3
------------------------*/
.section_3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s3_benefits_wrap{
	margin: 50px auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s3_benef_imgbx{
	width:52%;
	}	
.s3_benef_imgbx img{
	float:left;
	max-width:none;
	margin:0 0 0 -200px;
	}	
	
.s3_benef_contbx{
	width:46%;
	text-align:left;
	}	
ul.s3_benef_list{
	float:left;
	width:100%;
	}	
ul.s3_benef_list li{
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 14px 80px;
    margin-bottom: 14px;
	position:relative;
	}
ul.s3_benef_list li:last-child{ 
	border:none; 
	padding-bottom:0; 
	margin-bottom:0;
	}	
.s3_benef_icnbx{
	position:absolute;
	top:8px;
	left:0;
	width:55px;
	height:55px;
	border-radius:50%;
	background: #43AD1A;
	background: linear-gradient(178deg, rgba(67, 173, 26, 1) 0%, rgba(31, 124, 10, 1) 100%);
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.s3_benef_icnbx img{
	margin:0 auto 0;
	display:block;
	width:32px;
	}		
ul.s3_benef_list li h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
ul.s3_benef_list li p{ margin-top:7px;}		
.s3_benef_contbx .common_button_box{ margin-top:60px;}	
	
/*-----------------------
 Section 4
------------------------*/
.section_4{
	background:#0a3211;
	float:left;
	width:100%;
	padding:60px 0 90px;
	overflow:hidden;
	}
.white_text{ color:#fff !important;}
.white_text img{filter:  brightness(0) invert(1);}	

.s4_ingredient_wrap{
	float:left;
	width:100%;
	margin-top:60px;
	position:relative;
	}	
.s4_ingredient_content{
	float:left;
	width:50%;
	text-align:left;
	}	
.s4_ing_box{
	float:left;
	width:100%;
	background:#ddffc3;
	border:1px solid #87db47;
	text-align:left;
	padding:20px 198px 20px 20px;
	position:relative;
	}	
.s4_ing_box h3{
	font-size:26px;
	line-height:30px;
	color:#0a3211;
	font-weight:800;
	}	
.s4_ing_box p{ margin-top:7px;}		
.s4_ingbx_img{
    position: absolute;
    top: -25px;
    right: 10px;
    width: auto;
	}	
ul.s4_ing_list{
    float: left;
    width: 100%;
    max-width: 565px;
    margin-top: 35px;
	}	
ul.s4_ing_list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	border-bottom:1px solid #25492c;
	padding:0 0 15px 110px;
	margin-bottom:15px;
	}
ul.s4_ing_list li:last-child{
	border: none;
    padding-bottom: 0;
    margin-bottom: 0;
	}	
ul.s4_ing_list li img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 92px;
    margin-top: -52px;
	}	
ul.s4_ing_list li h3{
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:bold;
	}
ul.s4_ing_list li p{
	color:#fff;
	margin-top:5px;
	}			
.s4_prod{
        position: absolute;
    top: -88px;
    right: -98px;
    max-width: 800px;
	}	
.section_4 .s4_prod {
    position: absolute;
    top: -100px;
    right: -82px;
    width: auto;
}

	

/*-----------------------
 Section 5
------------------------*/

.section_5{
	background:#f6fdff;
	float:left;
	width:100%;
	padding:50px 0 70px;
	position:relative;
	}
.section_5:before{
	content:'';
	position:absolute;
	top:-55px;
	left:50%;
	background:url(https://shop.ecoprotein.co/cdn/shop/files/s2-point-img.webp?v=1764327183) no-repeat center center;
	width:63px;
	height:89px;
	background-size:63px;
	margin-left:-31.5px;
	}		
ul.s5_list{
	margin:40px auto 20px;
	width:100%;
	max-width: 1135px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}		
ul.s5_list li{
	display:inline-block;
	vertical-align:top;
	width:135px;
	min-height:135px;
	background:#fff;
	border:1px solid #aac58e;
	border-radius:15px;
	text-align:center;
	padding:10px;
	}	
ul.s5_list li img{
	margin:0 auto 0;
	display:block;
	width:72px;
	}
ul.s5_list li p{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-top:10px !important;
	}			
		
/*-----------------------
 Section 6
------------------------*/

.section_6{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0 70px;
	overflow:hidden;
	}		
.s6_protein_wrap{
	margin:60px auto 10px;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:48px;
	}		
.s6_protein_box{
    width: 47.5%;
	display: -webkit-flex;
    display: flex;
	position:relative;
	}
.s6_protein_box_innr{
	margin:0 auto 0;
	width:100%;
	background: #62a30c;
    text-align: left;
    border-radius: 20px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	overflow:hidden;
	position: relative;
    overflow: hidden;
	}	
.s6_protein_top{
	float:left;
	width:100%;
	padding:30px 40px;
	overflow:hidden;
	border-radius:0 20px 0 20px;
	}			
.s6_bx_icns{
	display:block;
	width:50px;
	}		
.s6_protein_top h3{
	font-size:30px;
	line-height:34px;
	color:#fff;
	font-weight:800;
	margin-top:8px;
	}
.s6_circle_shap{
	position: absolute;
    top: -74px;
    right: -50px;
    width: 280px;
	}
.s6_protein_btm{
    float: left;
    width: 100%;
    padding: 20px 250px 25px 40px;
    position: relative;
    border-radius: 0 0 20px 20px;
    background: #395E10;
    background: linear-gradient(83deg, rgba(57, 94, 16, 1) 0%, rgba(64, 105, 15, 1) 22%, rgba(79, 131, 14, 1) 45%, rgb(82 127 23) 75%);
    z-index: 3;
    opacity: 0.9;
	}		
.s6_protein_btm:after{
    position: absolute;
    content: "";
    left: 40px;
    top: 0;
    border-left: 8px solid transparent;
    border-right:8px solid transparent;
    border-top: 10px solid #62a30c;
	}			
.s6_protein_btm p{
	font-size:19px;
	line-height:23px;
	color:#fff;
	}
.s6_ppl_img1{
	position: absolute;
    right: -5px;
    bottom: 0;
    width: 314px;
    z-index: 1;
	}
.s6_ppl_img2{
	position: absolute;
    right: -30px;
    bottom: 0;
    width: 297px;
	z-index: 1;
	}					
.s6_ppl_img3{
	position: absolute;
    right: -13px;
    bottom: 0;
    width: 378px;
    z-index: 1;
	}		
.s6_ppl_img4{
	position: absolute;
    right: 10px;
    bottom: 0;
    width: 226px;
	z-index: 1;
	}		

/*-----------------------
Section 7
------------------------*/

.section_7{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:url(/cdn/shop/files/s7-bg.webp?v=1764336013) no-repeat #f4fbfc;
	background-position:top center;
	}
	
.s7_block{
	float:left;
	width:100%;
	margin-top:60px;	
	}
.s7_prod_box{
	float:left;
	width:44.5%;
	}
.s7-prod{
	display:block;
	margin:0 auto 0 -230px;
	width:854px;
	max-width:none;
	}
.s7_cont{
	float:right;
	width:48%;
	text-align:left;
	}
.s7_box{
	float:left;
	width:100%;
	}	
.s7_col{
	width:100%;
	margin:50px auto 0;
	position:relative;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	}
.s7_col:before{
	content:'';
	position:absolute;
	top: 145px;
	left: 37px;
	bottom: -44px;
	border-left:3px dotted #4c6b29;
	}
.s7_col:nth-child(2):before{ bottom:-78px;}
.s7_col:last-child:before{ display:none;}
.s7_col:first-child{ margin-top:0;}
.s7-col-icn{ width:80px;}
.s7_col_cont{
	float:left;
	padding-left:32px;
	text-align:left;
	}
.s7_col_num{
	font-size:24px;
	line-height:24px;
	color:#0a3211;
	font-weight:800;
	}
.s7_col_heading{
	font-size:26px;
	line-height:30px;
	color:#0a3211;
	font-weight:800;
	margin-top:15px;
	}
.s7_col_cont .common_text{ margin-top:10px;}

/*-----------------------
Section 8
------------------------*/

.section_8{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#fff;
	}	
.certified_block{
	width:100%;
	max-width:1000px;
	margin:45px auto 0;
	border:2px solid #183a2a;
	background:#f8fff2;	

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}	
.certified_left{
	float:left;
	width:55.35%;
	padding-bottom:80px;
	}
.certificate{
	display:block;
	margin:0 auto 0;
	width:551px;
	}
	
.certificate_analysis_strip{
	width:100%;
	max-width:356px;
	margin:100px auto 0;
	padding:8px 23px 10px;
	border:1px solid #3b6f0a;
	border-radius:8px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
.certificate-icn{ width:22px;}
.certificate_analysis_strip p{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	padding-left:14px;
	}
.certified_right{
	float:right;
	width:43%;
	border-left:4px solid #183a2a;
	background:#0a3211;
	}
.certified_right_header{
    width: 100%;
	padding:15px 25px 15px;
	background:#0a3211;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.certified_right_header h3{
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:600;
	text-align:left;
	}
.certified_right_header h3:last-child{ width:94px;}

.safety_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 25px 20px;
	background:#f8fff2;
	}
.safety_col{
    width: 100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #dedede;
	text-align:left;
    column-gap: 20px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.safety_col:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}
.safety_col_left{
	column-gap:12px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.safety-icn{ width:26px;}
.safety_col_left h3{
	font-size:19px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.safety_col_right{
	width:94px;
	padding:4px 10px 4px;
	border:1px solid #36e23a;
	border-radius:3px;
	column-gap:10px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.green-tick{ width:14px;}
.safety_col_right{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
.trust_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:25px 25px 30px;
	background:#0a3211;
	}
.scanner-img{
	display:block;
	margin:0 auto 0;
	width:180px;
	}



/*-----------------------
Section 9
------------------------*/

.section_9{
	float:left;
    width:100%;
	padding:60px 0 80px;
	background:#f6fdff;
	}	
	
.compare_box{
	width:100%;
	max-width:770px;
	margin:85px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.compare_col1{
	width: 42%;
	}
.compare_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:135px;
	padding:10px 20px;
	text-align:center;
	}
.compare_top h3{
	font-size:18px;
	line-height:24px;
	color:#0a3211;
	font-weight:800;
	}
.compare_list{
	float:left;
	width:100%;
	}
.compare_list li{
	width:100%;
	height: 92px;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	padding:10px;
	text-align:center;
	border-bottom:1px solid #111111;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
.compare_list li p{
	font-size:15px;
	line-height:20px;
	font-weight:400;
	margin-top:5px;
	}
	
.compare-icon{
	display:block;
	margin: 0 auto 0;
	width: 26px;
	}
.compare-product{
	display:block;
	margin:0px auto 0;
	width:50px;
	}
.compare-logo{
	display:block;
	margin: 10px auto 0;
	width: 85px;
	}
.compare_right_text{
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-top:15px;
	} 
.compare_col3 .compare_top, .compare_col4 .compare_top{ padding-top:20px;}
.compare_col2{
	width: 22%;
	margin-top:-1px;
	border:1px solid #000;
	border-radius:12px;
	background: #a0e66b;
	}
.compare-product1{
	display:block;
	margin: -75px auto 7px;
	width:106px;
	}
.compare_list li:first-child{ border-top:1px solid #111111;}
.compare_col2 .compare_list li{ border:none; padding:0 !important;}
.compare_col1 .compare_list li{	text-align:left; flex-direction: row; justify-content: flex-start; padding-left:0;}
.compare_col2 .compare_list li:last-child{ padding:0; height:40px;}
.compare_col3, .compare_col4{ width: 18%;}

.granty_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	text-align:left;
	margin-top:35px;
	padding-left:220px;
	border:3px solid #a0e66b;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0 10px 0 0 #a0e66b;
	box-shadow: 0 10px 0 0 #a0e66b;
	}
.granty_header{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 20px 20px 0;
	position:relative;
	background:#a0e66b;
	}
.granty_header:before{
	content:'';
	position:absolute;
	top:0;
	left:-220px;
	right:0;
	bottom:0;
	background:#a0e66b;
	}
.granty_heading{
	font-size:36px;
	line-height:40px;
	color:#000;
	font-weight:800;
	position:relative;
	z-index:1;
	}
.granty_cont{
	padding:10px 20px 35px 0;
	}
.granty_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	}
.granty-seal{
	position:absolute;
	top: 24px;
	left: 25px;
	width:175px;
	z-index:2;
	}		

/*-----------------------
Section 10
------------------------*/

.section_10{
	float:left;
    width:100%;
	padding:60px 0 30px;
	background:#fff;
	}	
	
.s10_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:45px;
	padding:35px 0 0px;
	border-radius:15px;
    background: #0a5317;
	overflow:hidden;
	}	
.commitment_points{
    width: 100%;
	padding:0 56px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	}
.commitment_points li{
	padding:0 50px;
	position:relative;
	}
.commitment_points li img{
	display:block;
	margin:0 auto 15px;
	width:41px;
	}
.commitment_points li p{
	font-size:20px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	}
.commitment_points li:before{
	content:'';
	position:absolute;
	top:5px;
	bottom:5px;
	left:0;
	width:1px;
	background:#475749;
	}
.commitment_points li:first-child{ padding-left:0;}
.commitment_points li:last-child{ padding-right:0;}
.commitment_points li:first-child:before{ display:none;}
.earth-img{
	display:block;
	margin: 40px auto -598px;
	width:963px;
	filter:drop-shadow(0px -50px 34px #3a5f3b);
	}
		
.earth{
	display:inline-block;
	vertical-align:top;
	width: 970px;
	height: 970px;
	margin:30px 0 -685px;
	background: url(/cdn/shop/files/bluemarble-2048.webp?v=1764337518) repeat-x;
	border-radius: 50%;
	background-size:1940px;
	box-shadow: inset 8px 36px 80px 36px rgb(0, 0, 0), inset -6px 0 12px 4px rgba(255, 255, 255, 0.3);
	filter:drop-shadow(0px -60px 50px #58825a);
	animation-name: rotate;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	}
@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 1940px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 1940px 0px;
  }
}
	
/*-----------------------
Section 11
------------------------*/
.section_11{
	float:left;
    width:100%;
	padding:60px 0 10px;
	background:#fff;
	}	
	
.testimonial_box{
	width:100%;
	margin-top:45px;
	}
.testimonial_col{
	float:left;
	width: 100%;
	max-width:360px;
    padding:20px 25px 25px;
	border:1px solid #000;
	border-radius:10px;
	position:relative;
    background: #fff;
	
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	}
.testi-img{
	width:117px;
	margin:15px 0 0;
	}
.testimonial_col_inr{
	width:100%;
	text-align:left;
	}	
.testimonial_col_hdng{
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
	padding-right:35px;
	}
.testi-col-star{
	display:block;
	width:80px;
	margin-top:7px;
	}
.testimonial_col_text{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
	}
.testimonial_col_btm{
	float:left;
	width:100%;
	text-align:left;
	}
.testi_verify_text{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
	}
.verify-icn{
	display:inline-block !important;
	vertical-align:middle;
	width:16px;
	margin:-3px 4px 0;
	}
.testi_verify_text span{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:400;
	position:relative;
	margin-left:7px;
	padding-left:10px;
	}
.testi_verify_text span:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:1px;
	background:#858585;
	}	
.cottation{
	position:absolute;
	top: 30px;
	right:20px;
	width:30px;
	}
	.testimonial_box .slick-slide {
    margin: 0 15px;
    height: auto;
}
.testimonial_col.slick-slide .testimonial_col_inr {
    min-height: 200px;
}

/*-----------------------
Section 12
------------------------*/



.section_12{
	float:left;
    width:100%;
	padding:60px 0 10px;
	background:#fff;
	}
.s12_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	background:#f6fdff;
	}
.story_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.story-img{
	display:block;
	margin:0 auto 0;
	width:100%;
}

.story-img-12 {
    width: auto !important;
    } 

.story_box h3{
	position:absolute;
	top:50%;
	left:40px;
	font-size:50px;
	line-height: 52px;
	color:#0E3520;
	font-weight:800;
	text-align:left;
	transform: translateY(-50%);
	}
.story_leaf_img1{
    position: absolute;
    top: -35px;
    left: 210px;
	width: auto;
	}	
.story_leaf_img2{
    position: absolute;
    bottom: -30px;
    right: 30px;
	width: auto;
	}	
	
.s12_block_cont{
	float:left;
	width:100%;
	text-align:left;
	padding:35px 50px 55px;
	}
.green_color{ color:#62a30c;}
.protection_strip{
    width: 100%;
	margin:25px auto 0;
	padding:8px 15px 8px 26px;
	border-top:1px solid #62a30c;
	border-bottom:1px solid #62a30c;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	}
.protection-icn{ width:52px;}
.protection_strip p{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	padding-left:18px;
	}
.andy-signature{
	display:block;
	margin-top:30px;
	width:190px;
	}
.andy_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	margin-top:5px;
	}
.andy_text span{
	display:inline-block;
	margin-top:5px;
	font-size:18px;
	line-height:20px;
	font-weight:800;
	}


/*-----------------------
Section 13
------------------------*/

.section_13{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#fff;
	}	
	
.pkg_block{
    width: 100%;
	max-width:740px;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.pkg_box{
	width:48%;
	padding:25px 20px 30px;
	border:2px solid #e0e0e0;
	border-radius:10px;
	background:#fff;
	position:relative;
	}
.pkg_box_gray{
	filter: grayscale(100%);
	}	
.pkg_heading{
	font-size:32px;
	line-height:36px;
	color:#0a3211;
	font-weight:900;
	}	
.pkg_strip{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:20px;
	color:#0a3211;
	font-weight:900;
	padding:4px 30px 5px;
	margin-top:12px;
	background:#fdee4c;
	}
.pkg-product{
	display:block;
	margin:5px auto 0;
	width:176px;
	}
.soldout_seal{
    position: absolute;
    top: 190px;
    right: 63px;
    width: 210px;
    transform: rotate(-30deg);
	}	
.pkg_text{
	font-size:16px;
	line-height:24px;
	color:#0a3211;
	margin-top:12px;
	}
.pkg_cut_price{
	font-size:18px;
	line-height:20px;
	color:#383838;
	font-weight:800;
	margin-top:15px;
	}
.pkg_cut_price span{ position:relative;}
.pkg_cut_price span:before{
	content:'';
	position:absolute;
	top:45%;
	left:-3px;
	right:-4px;
	height:2px;
	background:#ff0000;
	transform: rotate(-14deg);
	}
.pkg_price{
	font-size:36px;
	line-height:36px;
	color:#000;
	font-weight:800;
	margin-top:7px;
	}
.pkg_shiping{
	font-size:14px;
	line-height:14px;
	color:#000;
	margin-top:15px;
	}
.pkg_shiping img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 6px 0 0;
	}
.pkg_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.pkg_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:50px;
	font-size:20px;
	line-height:auto;
	color:#fff;
	font-weight:800;
	text-transform:capitalize;
    border: 1px solid #ffbf5c;
	border-radius:50px;
	background: #ec9001;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	}
	
.pkg_button11 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    border: 1px solid #ffbf5c;
    border-radius: 50px;
    background: #ec9001;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.pkg_button img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 0 0 12px;
	}
.pkg_btn_text{
	font-size:12px;
	line-height:14px;
	color:#252525;
	font-weight:500;
	margin-top:8px;
	}
.pkg_btn_text img{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-3px 6px 0 0;
	}
.card{
	display:block;
	margin:15px auto 0;
	width:134px;
	}
.pkg_box.active{
	border-color:#62a30c;
	-webkit-box-shadow:0 5px 12px 4px rgba(0,0,0,0.2));
	box-shadow:0 5px 12px 4px rgba(0,0,0,0.2);
	}

/*-----------------------
Section 14
------------------------*/

.section_14{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#f6fdff;
	}	
	
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:20px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #cecece;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat;
	background-position: 99.5% center !important;
	background-size:15px !important;
	padding:25px 35px 25px 0;
	font-size: 20px;
    line-height: 28px;
	font-weight:bold;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat;
	}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 40px 10px 0;
    margin-top: -10px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:15px;
	}
.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(/cdn/shop/files/close.webp?v=1764576311) no-repeat;
    background-position: 99.5% center !important;
    background-size: 15px !important;
    padding: 25px 35px 25px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    position: relative;
    cursor: pointer;
}


.acdn-heading.accordion-open {
    background: url(/cdn/shop/files/open.webp?v=1764576616) no-repeat;
}


/*-----------------------
CSS FOR FOOTER
------------------------*/

.section.section--page-width.spacing-style.color-scheme-1 {
    padding: 0 0 0 0;
}

.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:40px 0;
	}
.foot-logo{
	width:95px;
	margin:0 auto 25px;
	display:block;
	}	
.foot_text{
    font-size:14px;
    line-height:20px;
    color:#000;
	margin-top:5px;
	}
.foot_text a{ color:#000; padding:0 10px;}
		

.common_text.fs20{ font-size:20px; line-height:28px;}
.mrgT0{ margin-top:0 !important;}
.extra_bold{ font-weight:800;}	 


.common_text.fs20{ font-size:20px; line-height:28px;}
.mrgT0{ margin-top:0 !important;}
.extra_bold{ font-weight:800;}	

/* .extra_bold_h3{ font-size:30px; font-weight:800; } */




/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_heading{ font-size: 45px; line-height: 47px;}
.bnr_right{ margin:0;}
.bnr_prod{ width:590px;}
.bnr_review_bx{ margin-left:0;}

.common_heading{ font-size: 43px; line-height: 47px;}
.s1_problem_imgs{ width:220px;}
ul.s1_problem_list{ width: calc(100% - 220px);}

.s2_left{ width:52%;}
.s2_right{ width: 46%;}
.s2_ppl_img{ right: -230px;}
.s2_btm_text{ font-size: 28px; line-height: 35px;}

.s3_benef_imgbx{ width:50%;}
.s3_benef_imgbx img{ width:740px;}
.s3_benef_contbx{ width:50%;}

.s4_ingredient_content{ width:60%;}
.s4_prod{ top: -20px; right: -122px; width: 620px;}

.s6_protein_box{ width:48%;}
.s6_protein_top{ padding: 30px 25px;}
.s6_protein_btm{ padding:20px 222px 25px 25px;}
.s6_protein_btm:after{ left:25px;}

.s7-prod{ margin: 0 auto 0 -140px; width: 744px;}
.s7_cont{ width: 44%;}

}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.bnr_review_txt{ font-size: 16px; line-height: 18px;}
.bnr_heading{ font-size: 38px; line-height: 40px;}
.bnr_text{ font-size: 17px; line-height: 23px;}
ul.bnr_list li{ font-size:17px; line-height:21px;}
ul.bnr_logos_list li{ margin-right:7px;}	
ul.bnr_logos_list li img{ width:65px;}
.bnr_prod{ width:460px;}
.bnr_review_bx{ margin:0;}	
	
ul.promises_list{ justify-content: space-between; column-gap: 3.5%;}	
ul.promises_list li{ width:31%;}	
	
.section_1{ padding:50px 0 80px;}	
.common_heading{ font-size: 35px; line-height: 39px;}	
.common_text{ font-size: 17px; line-height: 23px;}
.s1_problem_wrap{ margin: 40px auto 0; justify-content: center; row-gap:40px;}	
.s1_problem_content{ width:100%;}	
.s1_truth_head{ font-size:22px;}
.s1_truth_text{ font-size:20px; line-height:24px;}
	
.section_2{ padding:50px 0 60px; overflow-x: clip;}	
.s2_mid_wrap{ justify-content: center; max-width: 640px;}	
.s2_left{ width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between;}	
ul.s2_list{ width: 43%; margin-top: 0; padding-bottom: 30px;}
ul.s2_list li{ padding: 0 0 0 40px; margin: 0 0 30px 0; border: none;}
ul.s2_list li h3{ font-size: 22px; line-height: 26px;}
ul.s2_list li p{ font-size:15px; line-height:21px;}
.s2_ppl_img{ right:6px; width:370px;}
.s2_right{ width:100%;}
.s2_btm_text{ font-size: 26px; line-height: 33px; margin-top: 40px;}
.s2_prod{ display:none;}
.s2_bx_prod_details{ margin: 10px auto 0;}

.section_3{ padding:50px 0 60px;}	
.s3_benef_imgbx img{ width:610px;}
ul.s3_benef_list li h3{ font-size: 22px; line-height: 26px;}

.section_4{ padding:50px 0 60px;}	
.s4_prod{ display:none;}
.s4_ingredient_content{ width:100%;}
ul.s4_ing_list{ max-width:100%;}

.section_5{ padding:50px 0 60px;}	
ul.s5_list li{ width: 117px; padding: 7px;}

.section_6{ padding:50px 0 60px;}
.s6_protein_wrap{ max-width:700px;}
.s6_protein_box{ width:100%;}
.s6_protein_top h3{ font-size: 24px; line-height: 28px;}
.s6_protein_btm{ z-index:2;}
.s6_ppl_img1{ width:290px;}
.s6_ppl_img2{ width:277px;}
.s6_ppl_img3{ width:348px;}
.s6_ppl_img4{ width:185px;}

.section_7{ padding: 50px 0 60px;}
.s7_block{ margin-top: 50px;}
.s7_prod_box{ width:44.5%;}
.s7-prod{ margin: 0 auto 0 -90px; width: 534px;}
.s7_cont{ width:48%;}
.s7_col:before{ top: 144px; left: 32px; bottom: -61px;}
.s7_col:nth-child(2):before{ bottom: -90px;}
.s7-col-icn{ width: 70px;}
.s7_col_cont{ padding-left: 25px;}
.s7_col_num{ font-size: 23px; line-height: 23px;}
.s7_col_heading{ font-size: 25px; line-height: 29px; margin-top:15px;}

.section_8{ padding: 50px 0 60px;}
.certified_block{ margin: 40px auto 0;}	
.certified_left{ width: 48.35%;}	
.certificate_analysis_strip{ max-width: 298px; margin: 70px auto 0; padding: 8px 18px 10px;}
.certificate-icn{ width: 19px;}
.certificate_analysis_strip p{ font-size: 20px; line-height: 24px; padding-left:14px;}
.certified_right{ width: 48%;}
.certified_right_header{ padding: 15px 19px 15px;}
.certified_right_header h3{ font-size: 15px; line-height: 15px;}
.certified_right_header h3:last-child{ width: 82px;}
.safety_box{ padding: 20px 19px 20px;}
.safety_col{ column-gap: 14px;}
.safety_col_left{ column-gap: 10px;}
.safety-icn{width: 22px;}
.safety_col_left h3{ font-size: 16px; line-height: 21px;}
.safety_col_right{ width: 82px; padding:4px 10px 4px; column-gap: 8px;}
.green-tick{ width: 11px;}
.safety_col_right p{ font-size: 12px; line-height: 12px;}

.section_9{ padding: 50px 0 70px;}

.section_10{ padding: 50px 0 20px;}	
.s10_block{ margin-top: 40px;}	
.commitment_points{ padding:0 35px;}
.commitment_points li{ padding: 0 24px;}
.commitment_points li img{ width: 36px;}
.commitment_points li p{ font-size: 18px; line-height: 26px;}
.earth-img{ margin: 40px auto -478px;}	
.earth{ width: 750px; height: 750px; margin: 30px 0 -525px; background-size:750px;}

@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 1500px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 1500px 0px;
  }
}

.section_11{ padding: 50px 0 10px;}	

.section_12{ padding: 50px 0 10px;}	
.protection-icn{ width: 42px;}
.protection_strip p{ font-size: 21px; line-height: 27px; padding-left:18px;}

/* .section_12 .s12_block_cont .extra_bold_h3 {
	font-size: 20px;
	line-height: 28px;
} */


.section_13{ padding: 50px 0 60px;}

.section_14{ padding: 50px 0 60px;}
.acdn-para{ font-size: 17px; line-height: 25px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:7px 0 6px;}
.top_strip p{ font-size: 13px; line-height: 13px;}
.top_strip p img{ width:15px;}

.logo{ float:none; width:85px; display:inline-block; vertical-align:top;}

.banner_section{ padding:15px 0 30px;}
.bnr_content{ width:100%; text-align:center;}
.bnr_review_txt{ font-size: 14px; line-height: 14px;}
.bnr_review_txt img{ width: 64px; margin: -3px 5px 0 0;}
.bnr_heading{ font-size: 28px; line-height: 30px;}
.bnr_text{ font-size: 16px; line-height: 22px; padding: 0 20px; margin-top: 12px;}
.bnr_prod_mob{ width: calc(100% + 30px); max-width: none; float: left; margin: -2px 0 0 -15px;}
ul.bnr_list{ margin-top:0;}
ul.bnr_list li{ font-size: 15px; line-height: 20px; background-size: 14px; padding: 0 0 6px 22px; margin: 0 0 6px 0;}
ul.bnr_logos_list{ width: 100%;  max-width: 400px; margin: 12px auto 0; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between;}
ul.bnr_logos_list li{ margin:0;}
ul.bnr_logos_list li img{ width: 58px;}
.bnr_right{ width:100%; margin-top:28px;}
.bnr_review_bx{ box-shadow:0 0 8px 4px rgba(0,0,0,0.1); padding:15px 10px 15px 60px;}
.bnr_fruit1_mob{ position:absolute; top:-42px; right:0; width:50px;}
.bnr_list_prod_mob{ display:inline-block; vertical-align:top; position:relative;}
.bnr_fruit2_mob{ position: absolute; bottom: 8px; right: -18px; width: 25px;}

.common_button_width{ max-width:315px;}
.common_button_box{ margin-top:25px;}
.common_button{ height: 52px; line-height: 50px; font-size: 18px;}

.promise_section{ padding:18px 0;}
ul.promises_list{ justify-content: center; column-gap: normal; padding: 0 30px;}
ul.promises_list li{ display: flex !important;}
ul.promises_list li p{ width: calc(100% - 30px);}
ul.promises_list li img{ width:30px;}

.section_1{ padding: 25px 0 66px;}
.common_heading{ font-size: 28px; line-height: 32px;}
.common_text{ font-size: 16px; line-height: 22px;}
.s1_problem_wrap{ margin: 30px auto 0; row-gap: 30px;}
.s1_problem_imgs{ width: 147px; margin-right: -15px;}
ul.s1_problem_list{ width: calc(100% - 132px); margin-top: 20px;}
ul.s1_problem_list li{ background-size: 16px; font-size: 15px; line-height: 20px; padding: 0 0 7px 24px; margin: 0 0 7px 0;}
.s1_truth_bx{ padding: 0 20px; margin-top: 35px;}
.s1_truth_head{ font-size: 18px; line-height: 18px; margin-top: -10px;}
.s1_truth_head span{ padding: 0 6px;}
.s1_truth_text{ font-size: 18px; line-height: 24px; margin-top: 12px;}
.s1_truth_strp{ padding: 3px 17px 5px; font-size: 18px; line-height: 20px; margin: 20px 0 -13px 0;}
	
.section_2{ padding: 35px 0 0;}	
.section_2:before{ top: -46px; width: 50px; height: 76px; background-size: 50px; margin-left: -25px;}
    .s2_mid_wrap {
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
        max-width: none;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
.s2_model_mob{ max-width: 400px;}
.s2_left{ padding-left:15px;}
ul.s2_list{ width: 52%; padding-bottom: 40px;}
ul.s2_list li{ padding: 0 0 0 36px; margin: 0 0 20px 0;}
ul.s2_list li h3{ font-size: 18px; line-height: 20px;}
ul.s2_list li p{ font-size: 16px; line-height: 20px;}
.s2_ppl_img{ right: -218px; width: 402px;}
.s2_inner_bx{ border-radius: 0; padding: 0 15px 5px;}
.s2_bx_logo{ width:300px;}
.s2_bx_txt1 { font-size: 17px; line-height: 17px;}
.s2_bx_prod_row {padding: 20px 0; column-gap: 10px;}
.s2_bx_det_left{ width:85px;}
.s2_bx_det_left h3{ font-size: 20px; line-height: 22px;}
.s2_bx_det_right{ padding: 5px 0 5px 10px;}
.s2_bx_det_txt{ font-size: 16px; line-height: 22px;}
ul.s2_bx_det_list li p{ font-size: 16px; line-height: 20px; padding-left: 5px;}
ul.s2_bx_det_list li img{ width:25px;}
.s2_btm_text{ font-size: 19px; line-height: 25px; margin-top: 16px;}

.section_3{ padding: 25px 0 35px;}
.s3_benefits_wrap{ margin: 22px auto 0;}	
.s3_benef_imgbx{ width: 100%;}
.s3_benef_imgbx img{ max-width: 100%; margin: 0 auto 0; display: block;}
.s3_benef_contbx{ width:100%; margin:20px 0 10px;}
ul.s3_benef_list li{ padding: 0 0 12px 68px; margin-bottom: 12px;}
ul.s3_benef_list li h3{ font-size: 20px; line-height: 24px;}

.section_4{ padding: 25px 0 55px;}
.s4_ingredient_wrap{ margin-top:30px;}
.s4_ing_box{ padding: 13px 92px 20px 15px;}
.s4_ing_box h3{ font-size: 24px; line-height: 26px;}
.s4_ingbx_img{ top: -15px; right: -13px; width: 106px;}
ul.s4_ing_list{ margin-top:25px;}
ul.s4_ing_list li{ padding: 0 0 16px 92px; margin-bottom: 16px;}
ul.s4_ing_list li img{ top: 5px; width: 80px; margin-top: 0;}
ul.s4_ing_list li h3{ font-size: 18px; line-height: 24px;}

.section_5{ padding: 35px 0;}	
.section_5:before{ top: -46px; width: 50px; height: 76px; background-size: 50px; margin-left: -25px;}
ul.s5_list{ margin: 25px auto 0; max-width: 600px; row-gap: 15px; position:relative; z-index:2;}
ul.s5_list li{ width: 32%; min-height: 120px; padding:8px 7px 7px;}
ul.s5_list li img{ width:55px;}
ul.s5_list li p{ font-size: 14px; line-height: 18px; margin-top: 8px;}
.s5_prod_mob{ width:calc(100% + 30px); max-width:none; float:left; margin:-130px 0 -48px -15px;}

.section_6{ padding: 25px 0 35px;}	
.s6_protein_wrap{ margin: 30px auto 5px; max-width: 600px; row-gap: 30px;}
.s6_protein_top{ padding: 20px 15px 25px;}
.s6_bx_icns{ width:40px;}
.s6_protein_top h3{ font-size: 24px; line-height: 28px; position:relative; z-index:2;}
.s6_protein_btm{ padding: 20px 130px 15px 15px;}
.s6_protein_btm p{ font-size: 16px; line-height: 22px;}
.s6_circle_shap{ width:250px;}
.s6_ppl_img1{ width: 246px; right: -4px;}
.s6_ppl_img2{ width: 235px;}
.s6_ppl_img3{ width: 288px;}
.s6_ppl_img4{ width: 155px;}

.section_7{ padding: 25px 0 35px; background:url(/cdn/shop/files/s7-bg-m.webp?v=1764336084) no-repeat top center; background-size:cover;}
.s7_block{ margin-top: 0;}
.s7_prod_box{ display:none;}
.s7_box{ margin-bottom:10px;}
.s7_cont{ width: 100%;}
.s7-prod-m{ margin:0 auto 20px -15px; width:calc(100% + 30px); max-width:none;}
.s7_col{ margin: 40px auto 0;}
.s7_col:before{ top: 141px; left: 26px; bottom: -39px !important;}
.s7-col-icn{ width: 58px;}
.s7_col_cont{ padding-left: 20px;}
.s7_col_num{ font-size: 24px; line-height: 24px;}
.s7_col_heading{ font-size: 26px; line-height: 30px; margin-top: 5px;}

.section_8{ padding: 30px 0 5px;}
.certified_block{ margin: 25px auto 0;}	
.certified_left{ width: 100%; padding-bottom: 25px;}
.certificate_analysis_strip{ max-width: 229px; margin: 20px auto 0; padding: 8px 15px 8px;}
.certificate-icn{ width: 15px;}
.certificate_analysis_strip p{ font-size: 15px; line-height: 16px; padding-left: 12px;}
.certified_right{ width:100%; border:none;}
.certified_right_header h3:last-child{ width: 73px;}
.safety_box{ padding: 20px 15px 20px;}
.safety-icn{ width: 22px;}
.safety_col_right{ width: 73px; padding: 4px 7px 3px; column-gap: 3px;}
.green-tick{ width: 11px;}
.trust_box{ padding: 25px 20px 25px;}
.scanner-img{ width: 150px;}

.section_9{ padding: 30px 0 10px; background: #fff;}
.compare_box{ width:calc(100% + 30px); margin: 60px auto 0 -15px;}
.compare_col1{ width: 40%;}
.compare_top{ height: 102px; padding: 10px 5px;}
.compare_top h3{ font-size: 12px; line-height: 17px;}
.compare_list li{ height: 71px; font-size: 13px; line-height: 18px; padding: 8px !important;}
.compare_list li p{ font-size: 10px; line-height: 14px; margin-top:5px;}
.compare-icon{ width: 21px;}
.compare-product{ width: 40px; filter: grayscale(1);}
.compare-logo{ margin: 10px auto 0; width: 85px;}
.compare_right_text{ font-size: 11px; line-height: 14px; margin-top: 8px;} 
.compare_col2{ width: 24%;}
.compare-product1{ margin: -58px auto 4px; width: 78px;}
.compare_col2 .compare_list li:last-child{ height: 15px;}
.compare_col3, .compare_col4{ width: 18%;}
.compare_list li:last-child{ border-bottom:none;}

.granty_box{ width: calc(100% + 30px); margin-left: -15px; padding-left:0; margin-top:25px; border-radius: 35px; -webkit-box-shadow: 0 7px 0 0 #a0e66b; box-shadow: 0 7px 0 0 #a0e66b;}
.granty_header{ padding: 5px 15px; column-gap:12px; display: -webkit-flex; display: flex; align-items: center;}
.granty_heading{ font-size: 25px; line-height: 30px;}
.granty_header:before{ display:none;}
.granty_text{ font-size: 14px; line-height: 20px;}
.granty_cont{ padding: 15px 25px 20px 25px;}
.granty-seal-m{ width: 80px;}

.section_10{ padding: 30px 0 5px;}
.s10_block{ max-width:345px; margin-top: 25px; padding: 25px 0 0px;}	
.commitment_points{ flex-wrap: wrap; padding:0 20px;}
.commitment_points li{ width:100%; padding:15px 0; column-gap:20px; text-align:left; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: center;}
.commitment_points li:first-child{ padding-top:0;}
.commitment_points li:last-child{ padding-bottom:0;}
.commitment_points li img{ width:32px; margin:0;}
.commitment_points li:before{ top:0; bottom:auto; right:0; width:auto; height:1px;}
.earth-img{ margin:40px auto -368px -15px; filter: drop-shadow(0px -40px 24px #3a5f3b); width: calc(100% + 30px); max-width: none;}
.earth{ width: 345px; height: 345px; margin: 30px 0 -225px; box-shadow:inset 8px 10px 42px 22px rgb(0, 0, 0), inset -6px 0 12px 4px rgba(255, 255, 255, 0.3); filter: drop-shadow(0px -40px 24px #3a5f3b); background-size:690px;}

@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 690px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 690px 0px;
  }
}

.section_11{ padding: 30px 0 5px;}
.testimonial_box{ padding: 0 15px; margin: 5px 0; display: inline-block; vertical-align: top;}

.testimonial_col{ max-width:100%; margin-top:20px; padding:20px 20px 25px;}
.testimonial_col_hdng{ padding-right: 30px;}
.cottation{ top: 25px; right: 16px; width: 26px;}
.testi_verify_text{ margin-top: 20px;}

.section_12{ padding: 25px 0 35px;}	
.s12_block{ width:calc(100% + 30px); margin-left: -15px; background:#fff;}
.s12_block_cont{ padding: 20px 15px 10px;}
.story-img-m{ margin:0 auto 0; width:100%;}
.story_box h3{ left: 25px; font-size: 32px; line-height: 34px;}
.story_leaf_img1{ top: -15px; left: 88px; width: 70px;}
.story_leaf_img2{ bottom: -16px; right: 15px; width: 50px;}
.protection_strip{ margin: 20px auto 0; padding: 8px 15px 8px 0;}
.protection-icn{ width: 46px;}
.protection_strip p{ font-size: 20px; line-height: 24px; padding-left: 15px;}
.andy-signature{ margin-top: 25px; width: 170px;}
.andy_text{ font-size:14px; line-height:14px;}
.andy_text span{ font-size:16px; line-height:18px;}

.section_13{ padding: 25px 0 35px; background:#f6fdff; background:linear-gradient(180deg, #f6fdff 30%, #fff 70%);}
.pkg_block{ margin: 30px auto 0; row-gap: 25px;}
.pkg_box{ width:100%;}
.pkg_box1{ order:2;}
.pkg_box2{ order:1;}


.section_14{ padding: 25px 0 35px;}
.faq-container{ margin: 10px 0 0;}
.accordion{ font-size: 17px; line-height: 25px; background-size: 12px !important; padding: 15px 26px 15px 0;}
.acdn-content{ padding-right:12px;}
.acdn-para{ font-size: 16px; line-height: 22px; margin-bottom: 12px;}

.footer{ padding: 25px 0 25px;}
.foot-logo{ width:85px;}

#shopify-section-template--17765459787891__section_2_jPxkrp .section_2 .s2_mid_wrap .s2_left .s2_ppl_img {
	width: 402px !important;
	right: -208px !important;
}

} 

@media only screen and (max-width:550px){
.earth-img{ margin-bottom:-323px;}
} 

@media only screen and (max-width:500px){
.earth-img{ margin-bottom:-283px;}
} 

@media only screen and (max-width:420px){

  .earth-img{ margin-bottom:-233px;}
  .section_1 p.s1_truth_head {margin-top: -10px !important;}
  .common_heading {font-weight: 700 !important;}

} 