@charset "utf-8";
/* CSS Document */

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: 'Inter Tight';
	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: 'Inter Tight';
    src: url('InterTight-Regular.woff2') format('woff2'),
        url('InterTight-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-SemiBold.woff2') format('woff2'),
        url('InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-Medium.woff2') format('woff2'),
        url('InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	src: url('InterTight-Bold.woff2') format('woff2'),
	url('InterTight-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter Tight';
	src: url('InterTight-ExtraBold.woff2') format('woff2'),
	url('InterTight-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Fraunces 72pt';
    src: url('Fraunces72pt-SemiBold.woff2') format('woff2'),
        url('Fraunces72pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces 72pt';
    src: url('Fraunces72pt-Light.woff2') format('woff2'),
        url('Fraunces72pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces 72pt';
    src: url('Fraunces72pt-Bold.woff2') format('woff2'),
        url('Fraunces72pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces 72pt';
    src: url('Fraunces72pt-Regular.woff2') format('woff2'),
        url('Fraunces72pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:80px;
	margin-top:-80px;
	top:80px;
	border-bottom:1px solid #000;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#ebdfcd;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}	
.logo{
	width:100px;
	float:left;
	margin-top:14px;
	}
.nav-btn{
    float: right;
    height: 40px;
    width: 140px;
    background: #f6f3ed;
    border: 1px solid #000;
    border-radius: 35px;
    font-size: 15px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 19px 0 0 0;
	}
.menu_icon_box{
    float: right;
	background:#f6f3ed;
	width:44px;
	height:44px;
	border:1px solid #000;
	border-radius:35px;
    margin: 19px 0 0 15px;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
	}	
.menu_icon_box img{
	margin:0 auto 0;
	display:block;
	width:14px;
	}	
	
	
/*=====Menu=====*/
.mob-mnu-ic{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 16;
	background: #f6f3ed;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap:3px;
	}
.bar1, .bar2{
	width: 20px;
	height: 3px;

	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}

.dl-active .bar1 {
	-webkit-transform: rotate(45deg) translate(-2px, 2px);
	transform: rotate(-45deg) translate(-2px, 2px);
	background:#000;
	}
.dl-active .bar2{
	-webkit-transform: rotate(-45deg) translate(-2px, -2px);
	transform: rotate(45deg) translate(-2px, -2px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:60px;
	background:#ebdfcd;
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #000;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}	
					

/*-----------------------
		BANNER
------------------------*/	
.bnr_section{
    background: url(../images/banner-bg.webp) no-repeat center bottom;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 0 55px;
    position: relative;
	}
.bnr_section:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/bnr-small-bg.webp)#ebdfcd repeat;
    height: 100%;
	z-index: -1;
	}		
.bnr_content{
	float:left;
	width:58%;
	text-align:left;
	padding-top:40px;
	}
.bnr_strip{
	display:inline-block;
	vertical-align:top;
	background:#f1e8da;
	border:1px solid #d6ccbe;
	border-radius:35px;
	font-size:15px;
	line-height:15px;
	color:#887e75;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.3px;
	padding:10px 25px 10px 35px;
	position:relative;
	margin-bottom:15px;
	}	
.bnr_strip:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 7px;
    height: 7px;
	margin-top:-3.5px;
    border-radius: 50%;
    background: #da942c;
    /*animation: breath 1.3s infinite;*/
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
		
.bnr_heading{
    font-size: 65px;
    line-height: 65px;
	color:#25160f;
	font-family: 'Fraunces 72pt';
	font-weight:300;
	}
.bnr_heading span{ font-weight:600;}	
.bnr_text{		
	font-size:18px;
	line-height:26px;
	color:#5c5047;
	letter-spacing:0.3px;
	margin-top:25px;
	}
	
.button__box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	}
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:460px;
	text-align:center;
	}
.btn_rating_text{
	font-size:15px;
	line-height:15px;
	color:#5c5047;
	font-weight:500;
	letter-spacing:0.3px;
	margin-bottom:15px;
	}	
.btn_rating_text img{
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    margin: -4px 2px 0 0;
	}	
.common__button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    border-radius: 35px;
    color: #fff;
    font-size: 24px;
    line-height: 65px;
    font-weight: 600;
    letter-spacing: 0.3px;
	text-align:center;
    background: #da942c;
	box-shadow: 0 6px 15px 2px rgba(217, 148, 48, 0.6);
	-webkit-box-shadow: 0 6px 15px 2px rgba(217, 148, 48, 0.6);
	}
.box_shadow-none{ box-shadow:none;}	
.common__button img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-5px 0 0 15px;
	}
.btn_ship_text{
	font-size:15px;
	line-height:15px;
	color:#5c5047;
	font-weight:500;
	letter-spacing:0.3px;
	text-transform:uppercase;
	position:relative;
	margin-top:15px;
	}	
.listicle-count{ 
	display: inline-block;
    width: 57px;
    margin-right: 6px;
	}	
.btn_ship_text:before{
    content: '';
	display:inline-block;
	vertical-align:middle;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #da942c;
	margin:-3px 10px 0 0;
    /*animation: breath 1.3s infinite;*/
	}
.bnr-product{
    position: absolute;
    top: 80px;
    right: 200px;
	}			

/*====scrollStrip====*/
.scrollStrip{
	float:left;
	width:100%;
	position: relative;
	overflow:hidden;
	background:#25160f;
	padding:16px 0;
	}
.logoSlider{
	float:left;
	width:100%;
	display:-webkit-box;
    display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: nowrap;
	}
.slider_track{
	display:-webkit-box;
    display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-shrink: 0;
    gap: 1rem;
    animation: marquee 20s linear infinite;
	}
@keyframes marquee {
    0% {transform: translateX(0)}

    to {transform: translateX(calc(-100% - 16px))}
}

.slider_track li{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items: center;
	margin:0 30px;
	position:relative;
	}
.slider_track li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -39px;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -3px;
	}	
.slider_track li p{
	font-size:16px;
	line-height:16px;
	font-weight:500;
	color:#fff;
	letter-spacing:0.3px;
	text-transform:uppercase;
	text-align:left;
	}
.slider_track li p span{ color:#eaccaa;}		

/*-----------------------
Section 1
------------------------*/
.section_1{
	background:url(../images/common-bg.webp) no-repeat center top;
	float:left;
	width:100%;
	padding:60px 0 70px;
	background-size:cover;
	}
.common_tag{
	display: inline-block;
    vertical-align: top;
    background: #f1e8da;
    border: 1px solid #d6ccbe;
    border-radius: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #887e75;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 9px 25px 9px 30px;
    position: relative;
	margin-bottom:15px;
	}	
.common_tag:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    width: 6px;
    height: 6px;
	margin-top:-3px;
    border-radius: 50%;
    background: #da942c;
    /*animation: breath 1.3s infinite;*/
	}	
.common_heading{
    font-size: 50px;
    line-height: 55px;
    color: #25160f;
    font-family: 'Fraunces 72pt';
    font-weight: 300;
	}
.common_heading span{ font-weight:600;}	
.common_text{	
    font-size: 18px;
    line-height: 28px;
    color: #5c5047;
    letter-spacing: 0.3px;
    margin-top: 25px;
	}

.sec1_wrap{
	margin:50px auto 0;
	width:100%;
	max-width:1110px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.sec1_box{ 
	text-align:center;
	position:relative;
	}
.sec1_box:after{
	content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    background: url(../images/s1-bx-arrow.webp) no-repeat center center;
    width: 19px;
    height: 18px;
    margin-top: -9px;
	}	
.sec1_box:nth-child(2):after{ right: -28px;}	
.sec1_box:last-child:after{ display:none;}	
.s1-bx-imgs{
	margin:0 auto 0;
	display:block;
	}

/*-----------------------
Section 2
------------------------*/
.section_2{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 70px;
	}	
.s2_graph_wrap{
	margin:45px auto 10px;
	width:100%;
	max-width:975px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.s2_graph_box{
	background:url(../images/s2-graph-bx-bg1.webp) no-repeat center top;
	background-size:cover;
	width:48%;
	border:2px solid #e5b36a;
	border-radius:14px;
	padding:25px 20px;
	}
.s2_graph_box:last-child{
	background:url(../images/s2-graph-bx-bg2.webp) no-repeat center top;
	background-size:cover;
	border:2px solid #cc877b;
	}			
.s2_graph_heading{
	font-size:26px;
	line-height:26px;
	color:#dd890d;
	font-family: 'Fraunces 72pt';
	font-weight:bold;
	text-align:left;
	letter-spacing:0.3px;
	}	
.s2_graph_box:last-child .s2_graph_heading{
	font-size:23px;
	line-height:23px;
	color:#25160f;
	font-weight:600;
	}	
.s2-graph-imgs{
	margin:22px auto 0;
	display:block;
	}	

/*-----------------------
Section 3
------------------------*/
.section_3{
	background:url(../images/common-bg.webp) no-repeat center top;
	float:left;
	width:100%;
	padding:60px 0 70px;
	background-size:cover;
	}	
.s3_product_wrap{
	margin:45px auto 0;
	width:100%;
	max-width:800px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.s3_product_box{
	width:47.5%;
	background:#f5eee1;
	border:1px solid #dbd1c4;
	border-radius:14px;
	padding:20px;
	box-shadow:0 3px 12px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 12px 4px rgba(0,0,0,0.1);
	}	
.s3_prod_bx_tag{
	display: inline-block;
    vertical-align: top;
	width:100%;
	text-align:left;
	}	
.s3_prod_bx_tag span{
	display: inline-block;
    vertical-align: top;
    background: #f1e8da;
    border: 1px solid #d6ccbe;
    border-radius: 35px;
    font-size: 13px;
    line-height: 13px;
    color: #887e75;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 7px 18px;
	}		
.s3-bx-products{
	margin:18px auto 0;
	display:block;
	width:134px;
	}	
.s3_prod_bx_details{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:12px;
	}	
.s3_prod_bx_heading{
	font-size:30px;
	line-height:32px;
	color:#25160f;
	font-weight:600;
	}	
.s3_prod_bx_text{
	font-size:13px;
	line-height:15px;
	color:#5c5047;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:10px;
	}	
.s3_prod_bx_strip{
	display: inline-block;
    vertical-align: top;
    background: #eed3c5;
    border-radius: 35px;
    font-size: 12px;
    line-height: 12px;
    color: #7f2213;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 9px 12px;
    position: relative;
	margin-top:18px;
	}	
.s3_prod_price_bx{
	margin:22px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:2px solid #bab9b4;
	padding-top:18px;
	}	
.prod_price_left{ text-align:left;}	
.prod_dose_text{
	font-size:14px;
	line-height:14px;
	color:#887e75;
	font-weight:500;
	}	
.prod_price_text{
	font-size:40px;
	line-height:40px;
	color:#da942c;
	font-family: 'Fraunces 72pt';
	font-weight:normal;
	margin-top:8px;
	}	
.prod_shop_btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width:180px;
    height: 52px;
    border-radius: 35px;
    color: #fff;
	text-align:center;
    font-size: 16px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: 0.3px;
	text-transform:uppercase;
    background: #da942c;
	}
.prod_shop_btn img{
	display: inline-block;
    vertical-align: middle;
	width:19px;
	margin:0 0 0 10px;
	}
	
/*-----------------------
Section 4
------------------------*/
.section_4{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s4_video_slider{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1925px;
	overflow: hidden;
	}	
.s4-mid-row{
    width: 100%;
    margin: 45px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap:19px;
	}	
.s4-mid-col{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
	background:#f5eee2;
	cursor:pointer;
	border:1px solid #d6ccbe;
	}
.s4-mid-col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.s4-mid-col:hover .ugc-poster{
	opacity:0.8;
	}
.ugc-play{
	position:absolute;
	width:110px;
	top:50%;
	left:50%;
	margin:-55px 0 0 -55px;
	}
.s4_mid_content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 20px 20px 25px;
	}
.s4_mid_cont_text1{
	font-size:18px;
	line-height:20px;
	color:#da942c;
	font-weight:600;
	text-transform:uppercase;
	}				
.s4_mid_cont_text2{
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	margin-top:12px;
	}
.s4-mid-row .swiper-wrapper{
	transition-timing-function: linear !important;
	}						
		
/*-----------------------
Section 5
------------------------*/
.section_5{
	background: url(../images/common-bg.webp) no-repeat center top;
	float:left;
    width:100%;
	padding:60px 0 70px;
	background-size:cover;
	}	
.compare_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	
	width:100%;
	max-width:630px;
    margin:205px auto 0;
	background:#f5eee1;
	border-radius:20px;
	border:2px solid #dad1c3;
	}
.comp_col1{
	width: 25%;
	}
ul.comp_col_list{
	float:left;
	width:100%;
	}
ul.comp_col_list li{
	height:80px;
	display: flex;
    align-items: center;
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:500;
	padding:0 20px;
	text-align:left;
	letter-spacing:0.3px;
	border-bottom:1px solid #dad1c3;
	}
ul.comp_col_list li:last-child{ border-bottom:none;}
.comp_col2{
	width:25%;
	position:relative;
	}
.comp_col2 ul.comp_col_list{ background:#da942c;}	
.comp-logo{
	display:block;
	margin:0 auto 0;
	width:130px;
	}
.comp_box_right ul.comp_col_list li{ justify-content: center;}
.comp_col2 ul.comp_col_list li{ justify-content: center; border-bottom: 1px solid #dad1c3; text-align: center;}
.comp_col2 ul.comp_col_list li:last-child{border-bottom: none;}

.comp_col_top{
    width: 100%;
    text-align: center;
    position: absolute;
    top: -160px;
    left: 0;
	}
.comp_col_top h3{
	font-size:25px;
	line-height:27px;
	color:#000;
	font-weight:500;
	}
.comp_col_top p{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	}
.comp_prod1{
	display:block;
	margin:0 auto 8px;
	width:75px;
	max-width:100%;
	}
.comp_box_right{
	width:50%;
	position:relative;
	display: flex;
    flex-wrap: wrap;
	}
.comp_box_right ul.comp_col_list li{ text-align:center;}
.comp_box_right .comp_col_top{
    top: -121px;
	}
.comp_col{
	width:50%;
	border-right:1px solid #ddd;
	position:relative;
	}
.comp_col:last-child{ border:none;}
.comp_prod{
	display: block;
	margin: 0 auto 7px;
	width: 75px;
	max-width:100%;
	}	
	
	
/*-----------------------
Section 6
------------------------*/
.section_6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.reviews_wrap{
	margin:40px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap:25px;
	}
.reviews_box{
	width:48.7%;
	background:#f6efe3;
	border:1px solid #d5d5d5;
	border-radius: 20px;
    padding: 25px 20px 35px;
	text-align:left;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height:205px;
	}
.reviews_box_top{
	float:left;
	width:100%;
	}
.reviews_box_rating{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.reviews_bx_cont{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap:10px;
	}	
.reviews_bx_letter{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	
	width:48px;
	height:48px;
	background:#f0d4b0;
	border-radius:50%;
	font-size:19px;
	line-height:48px;
	color:#000;
	}
.reviews_box_name{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}	
.reviews_box_name span{
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:400;
	}	
.vrfy_icn{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin: -1px 6px 0 9px;
	}				

.reviews_star{ width:85px;}
.reviews_star img{
	margin:0 auto 0;
	display:block;
	}
.reviews_box_bottom{
	margin-top:20px;
	}		
.reviews_box_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	}
	
.story_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#25160f url(../images/story-bg.webp) no-repeat center;
	background-size:cover;
	border-radius:15px;
	margin-top:55px;
	}
.story_bx_cont{
	float:left;
	width:52%;
	padding:85px 50px 80px;
	}
.white_text{ color:#fff !important;}
.story_txt{
	font-size:20px;
	line-height:32px;
	color:#fff;
	margin-top:18px;
	}
.story_txt span{
	color:#da942c;
	}
a.full_story_link{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#da942c;
	font-weight:500;
	margin-top:60px;
	}
.story_arw{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-1px 0 0 10px;
	}
	
/*-----------------------
Section 7
------------------------*/
.section_7{
	background: url(../images/common-bg.webp) no-repeat center top;
	float:left;
    width:100%;
	padding:60px 0 70px;
	background-size:cover;
	}	
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	text-align:center;
	margin-top:40px;
	}
.up-slide-dwn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-bottom:1px solid #c1c1c1;
	}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background: url(../images/close.webp) no-repeat no-repeat right 15px center;
	background-size:17px !important;
   	font-size: 20px;
    line-height: 24px;
    font-weight:600;
    color: #000;
    padding:25px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 15px center;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 32px 0 0;
	margin: -10px 0 0 0;
	}
.acdn-para{
    font-size:18px;
    line-height: 26px;
	color:#000;
	letter-spacing: 0.2px;
    margin-bottom:25px;
	}	
	
/*-----------------------
Section 8
------------------------*/
.section_8{
	background:#25160f;
	float:left;
    width:100%;
	padding:60px 0 70px;
	}	
	
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	background:#fff;
    padding:50px 0 55px;
	}
	
.ftr-links-inr{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
	
.ftr-links-col{
	text-align:left;
	}
.ftr-links-col-1{
    width:40%;
    padding-right: 50px;
	margin-top:0;
	}
.ftr-links-col-2{
	width:22%;
    padding-right: 25px;
	}
.ftr-links-col-3{
	width:19%;
	}
.ftr-links-col-4{
	width:20%;
	}
.ftr_log{
	display:inline-block;
	vertical-align:top;
	width:92px;
	margin-bottom:18px;
	}
.footer_text{
	font-size: 18px;
    line-height: 24px;
    color: #000;
	letter-spacing:0.5px;
	}
ul.seals_list{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
ul.seals_list li{
	float:left;
	margin:0 20px 0 0;
	}
ul.seals_list li img{width:82px;}

.footer-seal{
	max-width:100%;
	margin-top:20px;
	}

.ftr-links-hd{
	float:left;
	width:100%;
	font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	margin-top:8px;
	}
.ftr-links-list.half{ width:50%;}
.ftr-links-list.fr{ float:right; width:45%;}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:7px 0;
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.2px;
	}
.ftr-links-list li a{color:#000;}

ul.ftr-contact-list{
	float:left;
	width:100%;
	margin-top:8px;
	}
ul.ftr-contact-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000000;
	letter-spacing:0.2px;
	margin:7px 0;
	position:relative;
	}
ul.ftr-contact-list li a{ color:#000;}
.ftr_box{
	float:left;
	width:100%;
	font-size: 15px;
    line-height: 25px;
    color: #676767;
    padding: 23px 12px;
	margin-top:40px;
	border:1px solid #d0d3df;
	}
	
.ftr_txt{
    float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:45px;
	}	
.footer .ftr_txt a{
    padding:0 5px;
    color:#000;
	}								
	


/*====PRODUCT_DETAILS_PAGE====*/
.pdp_nav{ background:#ebdfcd;}
.prodDetails_banner{
    float:left;
    width:100%;
	background:#ebdfcd;
	padding:25px 0 55px;
	}
.pdp_bnr_top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:center;
	}
.pdp_bnr_top .bnr_strip{
	text-transform:uppercase;
	padding:10px 20px;
	}	
.pdp_bnr_top .bnr_strip:before{
	position:static;
    content: '';
    width: 7px;
    height: 7px;
	margin-top:-3.5px;
    border-radius: 50%;
    background: #da942c;
    /*animation: breath 1.3s infinite;*/
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	}
.pdp_banner_heading{
	font-size:45px;
	line-height:46px;
	color:#25160f;
	font-family:'Fraunces 72pt';
	font-weight:600;
	}
.pdp_banner_heading span{ color:#d89026;}
.pdp_banner_row{
	margin:40px auto 5px;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	align-items: flex-start;
	}
.pdp_banner_left{
	width:46.7%;
	position: sticky;
    top: 10px;
    z-index: 1;
	}
.pdp_bnr_slide_outer{
	float:left;
	width:100%;
	padding:0 3px;
	position:relative;
	}
.pdp_bnr_slideDiv{
	float: left;
	width:100%;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	}
.pdp_slide_text{
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #7f2213;
    font-weight: 600;
    text-transform: uppercase;
    background: #eed3c5;
    border-radius: 35px;
    padding: 8px 10px 6px 22px;
	z-index:2;
	}
.pdp_slide_text:before{
    content: '';
    position: absolute;
    top: 50%;
    left:10px;
    width:5px;
    height:5px;
	margin-top:-2.5px;
    border-radius: 50%;
    background: #7f2213;
    /*animation: breath 1.3s infinite;*/
	}
.slide-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius:15px;
	}
.custom-prev, .custom-next {
	position: absolute;
	top: 46%;
	width:38px;
	height:38px;
	border-radius: 50%;
	border: 1px solid #000000;
	z-index: 20;
	cursor:pointer;
	}
.custom-prev {
	left: -16px;
	background: url(../images/l_arw.webp) no-repeat center center #da942c;
	background-size:13px;
	}
.custom-next {
	right: -16px;
	background: url(../images/r_arw.webp) no-repeat center center #da942c;
	background-size:13px;
	}
.swiper-button-prev::after, .swiper-button-next::after {}
.pdp_bnr_slide_outer .swiper-pagination{bottom:-40px !important;}
.pdp_bnr_slide_outer .swiper-pagination-bullet{
	background:#fff;
	border:1px solid #000000;
	opacity:1;
	width:12px;
	height:12px;
	}
.pdp_bnr_slide_outer .swiper-pagination-bullet-active{background:#da942c; border-color:#da942c;}


/*==pdp_banner_right==*/
.pdp_banner_right{
	width:47.1%;
	text-align:left;
	}
.pdp_bnr_right_text1{
	font-size:16px;
	line-height:20px;
	color:#5c5047;
	font-weight:500;
	}
.pdp_bnr_right_text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px 0 0;
	width:86px;
	}
.pdp_bnr_right_title{
	font-size:50px;
	line-height:58px;
	color:#25160f;
	font-family:'Fraunces 72pt';
	font-weight:600;
	margin-top:5px;
	}
.pdp_bnr_rgt_text2{
	font-size:18px;
	line-height:24px;
	color:#5c5047;
	font-weight:800;
	text-transform:uppercase;
	margin-top:15px;
	
	}
.pdp_bnr_rgt_text2 span{ padding:0 10px;}	
.pdp_bnr_rgt_text3{
	font-size:18px;
	line-height:24px;
	color:#5c5047;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #d6ccbe;
	letter-spacing:0.3px;
	}
ul.pdp_bnr_rgt_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px 0;
	margin-top:20px;
	}
ul.pdp_bnr_rgt_list li{
	font-size:18px;
	line-height:26px;
	color:#25160f;
	font-weight:500;
	position:relative;
	padding-left:18px;
	}	
ul.pdp_bnr_rgt_list li:after{
	position:absolute;
	content:"";
	left:0;
	top:10px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#da942c;
	}
.pdp_bnr_strength_bundle{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	}
.pdp_bnr_step_heding{
	font-size:22px;
	line-height:28px;
	color:#25160f;
	font-family:'Fraunces 72pt';
	font-weight:600;
	}
.choose_strength_row{
	margin:15px auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.choose_strength_box{
	width:48.5%;
	background:#f7f2e8;
	border-radius:20px;
	border:2px solid #d6ccbe;
	padding:15px 12px;
	text-align:left;
	cursor:pointer;
	}
.choose_strength_box.active{
	border:2px solid #da942c;
	box-shadow:0 7px 12px 5px rgba(218,148,44,0.4);
	-webkit-box-shadow:0 7px 12px 5px rgba(218,148,44,0.4);
	}	
.strength_box_innr{
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items:flex-start;
	}
.str_optn_radio{
    width:20px;
	flex-shrink: 0;
    text-align: left;
    position: relative;
	}
.choose_strength_box input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.choose_strength_box input[type=radio] + span{
	display:inline-block;
	vertical-align:middle;
	top:1px;
	left:0;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#f5eee1;
	border:2px solid #d6ccbe;
	position:relative;
	}
.choose_strength_box input[type=radio]:checked + span{border:2px solid #da942c;}	
.choose_strength_box input[type=radio]:checked + span:after{
    content: "";
    position: absolute;
    width:9px;
    height:9px;
    background: #da942c;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.strength_box_right{
	width:calc(100% - 20px);
	padding-left:10px;
	}
.strth_box_right_top{
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.strth_box_right_top h3{
	font-size:22px;
	line-height:28px;
	color:#25160f;
	font-weight:600;
	}
.strengthbx_strip{
	font-size:10px;
	line-height:12px;
	color:#110901;
	font-weight:500;
	background:#f1e8da;
	padding:4px 10px;
	border-radius:20px;
	border:1px solid #d6ccbe;
	text-transform:uppercase;
	}
.choose_strength_box.active	.strengthbx_strip{ background:#da942c;}
.strength_box_text{
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	color:#25160f;
	}
	
/*==========*/
.pdp_bnr_size_bundle{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	}
.pdp_choose_size_row{
	margin:13px auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}	
.pdp_choose_size_col{
	width:24%;
    position: relative;
	background:#f7f2e8;
	border-radius:15px;
	border:2px solid #d6ccbe;
	padding:20px 10px;
	text-align:left;
	cursor:pointer;
	}
.pdp_choose_size_col.active{
	border:2px solid #da942c;
	box-shadow:0 5px 10px 5px rgba(218,148,44,0.4);
	-webkit-box-shadow:0 5px 10px 5px rgba(218,148,44,0.4);
	}
.pdp_size_chs_inr{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	width:100%;
	column-gap:6px;
	align-items:center;
	}
.size_col_radio{
    width:18px;
	flex-shrink: 0;
    text-align: left;
    position: relative;
	}
.pdp_choose_size_col input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.pdp_choose_size_col input[type=radio] + span{
	display:inline-block;
	vertical-align:middle;
	top:-1px;
	left:0;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#f5eee1;
	border:2px solid #d6ccbe;
	position:relative;
	}
.pdp_choose_size_col input[type=radio]:checked + span{border:2px solid #da942c;}	
.pdp_choose_size_col input[type=radio]:checked + span:after{
    content: "";
    position: absolute;
    width:8px;
    height:8px;
    background: #da942c;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.size_count_text{
	font-size:18px;
	line-height:19px;
	color:#25160f;
	font-weight:600;
	}
.pdp_purchase_type{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	}
.purchase_type_option{
	margin:13px auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	row-gap:20px;
	}
.purchase_type_row{
	width:100%;
    position: relative;
	background:#f7f2e8;
	border-radius:15px;
	border:2px solid #d6ccbe;
	padding:15px 15px;
	text-align:left;
	cursor:pointer;
	
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	}
.purchase_type_row.active{
	border:2px solid #da942c;
	box-shadow:0 7px 12px 5px rgba(218,148,44,0.4);
	-webkit-box-shadow:0 7px 12px 5px rgba(218,148,44,0.4);
	}
.purchase_type_left{
	width:70%;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	}
.packageOpt{
    width:20px;
	flex-shrink: 0;
    text-align: left;
    position: relative;
	}
.purchase_type_row input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.purchase_type_row input[type=radio] + span{
	display:inline-block;
	vertical-align:middle;
	top:0;
	left:0;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#f5eee1;
	border:2px solid #d6ccbe;
	position:relative;
	}
.purchase_type_row input[type=radio]:checked + span{border:2px solid #da942c;}	
.purchase_type_row input[type=radio]:checked + span:after{
    content: "";
    position: absolute;
    width:9px;
    height:9px;
    background: #da942c;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.purchase_row_content{
	width:calc(100% - 20px);
	text-align:left;
	padding-left:15px;
	}	
.purchase_type_heading{
	font-size:21px;
	line-height:25px;
	color:#25160f;
	display:-webkit-flex;
	display:flex;
	justify-content:start;
	align-items:center;
	font-weight:600;
	column-gap:15px;
	}
.off_text{
	font-size:15px;
	line-height:15px;
	color:#fff;
	font-weight:600;
	padding:4px 15px;
	border-radius:30px;
	background:#da942c;
	text-transform:uppercase;
	}
ul.purchase_type_list{
	display: grid;
	grid-template-columns: 1fr;
	gap:6px 0;
	margin-top:12px;
	}
ul.purchase_type_list li{
	font-size:15px;
	line-height:20px;
	color:#5c5047;
	position:relative;
	padding-left:15px;
	}	
ul.purchase_type_list li:after{
	position:absolute;
	content:"";
	left:0;
	top:6px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#da942c;
	}
.purchase_type_right{
	width:30%;
	text-align:right;
	padding-right:5px;
	}
.purchase_type_price{
	font-size:20px;
	line-height:24px;
	color:#25160f;
	font-weight:600;
	}
.purchase_type_text{
	font-size:15px;
	line-height:20px;
	color:#5c5047;
	}
.pdp_brn_butn__box .button__width{
	max-width:100%;
	}
.pdp_brn_butn__box .common__button{ height:72px; font-size:27px; line-height:70px;}
.pdp_button__box .btn_rating_text{ text-transform:uppercase; margin-bottom:12px;}
.pdp_button__box .btn_rating_text img{ width:20px;}
.btn_rating_text.white_text img{ filter: brightness(0) invert(1);}	
	
/*====prodDetails_sec1====*/
.prodDetails_sec1{
	float:left;
	width:100%;
	background:url(../images/pdd_sec1_bg.webp) no-repeat center top;
	padding:60px 0 70px;
	position:relative;
	}
.prodDetails_sec1:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #F6EFE3;
	background: linear-gradient(180deg, rgba(246, 239, 227, 1) 58%, rgba(255, 255, 255, 1) 86%);
	z-index: -2;
	}	
.pdd_sec1_prod{
	display:block;
	margin:30px 0px 0 240px;
	max-width:100%;
	width:727px;
	}
.pdp_sec1_row{
	margin:15px auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.pdp_sec1_col{
	width:50%;
	position:relative;
	text-align:left;
	
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	border-right:1px solid #cfcecb;
	column-gap:15px;
	padding:0 45px;
	}
.pdp_sec1_col:first-child{ padding-left:30px;}
.pdp_sec1_col:last-child{ border:none; padding-left:25px;}
.pdp_s1_col_icon_box{
	width:64px;
	flex-shrink:0;
	}
.pdp_s1_col_icon{
	display:block;
	margin:0 auto;

	max-width:100%;
	}
.pdp_s1_col_contents{
	text-align:left;
	position:relative;
	}	
.pdp_s1_col_contents h3{
	font-size:24px;
	line-height:30px;
	color:#25160f;
	font-weight:600;
	}
.pdp_s1_col_contents p{
	font-size:18px;
	line-height:26px;
	color:#25160f;
	margin-top:5px;
	}
.pdp_sec1_text{
	font-size:20px;
	line-height:26px;
	color:#25160f;
	margin-top:50px;
	}
/*====prodDetails_sec2====*/
.prodDetails_sec2{
	float:left;
	width:100%;
	background:url(../images/common-bg.webp) no-repeat center top #F6EFE3;
	padding:60px 0 70px;
	}
	
/*====prodDetails_sec3====*/
.prodDetails_sec3{
	float:left;
	width:100%;
	background:#ffffff;
	padding:60px 0;
	}
.pdp_sec3_text{
	font-size:20px;
	line-height:26px;
	color:#5c5047;
	margin-top:25px;
	font-weight:700;
	}	
.pdp_sec3_brand_compare{
	margin:65px auto 0;
	width:100%;
	max-width:770px;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.pdp_sec3_brand_compare:before{
    content: 'VS';
    position: absolute;
    top: 140px;
    left: 50%;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #fff;
    font-size: 34px;
    line-height: 85px;
    color: #000;
    font-weight: bold;
    box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.1);
    margin-left: -42.5px;
	}	
.pdps3_brand_compare_col{
	width:48%;
	background:#f5faf0;
	border:2px solid #eef5e8;
	border-radius:15px;
	padding:0 5px 25px;
	}
.pdp_s3_brand_comp_strip{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:26px;
	color:#316a0a;
	font-weight:700;
	background:#e1f0d4;
	padding:6px 15px;
	margin-top:-26px;
	border-radius:7px;
	min-width:242px;
	}
.pdp_comp_col_inner{
	width:100%;
	text-align:center;
	}
.pdp_com_col_prod_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:20px 0;
	}
.pdps3_brand_prod{
	display:block;
	margin:0 auto;
	width:105px;
	}
.pdp_comp_col_cont{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.pdp_comp_claim_text{
	font-size:22px;
	line-height:24px;
	color:#25160f;
	font-weight:500;
	}
.capacity_text{
	font-size:30px;
	line-height:32px;
	color:#25160f;
	font-weight:700;
	margin-top:2px;
	}
.bdr_line{
	display:block;
	width:100%;
	background:#e5e5e5;
	height:1px;
	margin:20px auto;
	}
.pdp_comp_lab_text{
    font-size: 20px;
    line-height: 24px;
    color: #25160f;
    font-weight: 500;
    margin-bottom: 5px;
	}
.lab_capacity_text{ color:#316a0a;}
.lab_capacity_text img{
	width:26px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 7px;
	}	
.match_claim_text{
	font-size:20px;
	line-height:26px;
	color:#316a0a;
	font-weight:500;
	background:#e1f0d4;
	padding:6px 15px;
	border-radius:7px;
	margin:20px auto 0;
	max-width: fit-content;
	}
	
.pdp_comp_pertext{
	font-size:18px;
	line-height:18px;
	color:#b42422;
	margin-top:10px;
	}	
	
.pdps3_brand_compare_col2{ background:#fdf5f5; border:2px solid #f5e6e6;}
.pdps3_brand_compare_col2 .pdp_s3_brand_comp_strip{ background:#f0d8d8; color:#a21b23;}
.pdps3_brand_compare_col2 .lab_capacity_text{ color:#b42422;}
.pdps3_brand_compare_col2 .match_claim_text{ background:#f0d8d8; color:#b42422;}

/*====prodDetails_sec5====*/
.prodDetails_sec5{ padding:60px 0 10px;}
.pdp_reviews_wrap{ margin: 60px auto 10px;}	

/*====prodDetails_sec6====*/
.prodDetails_sec6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}

/*====prodDetails_sec7====*/
.s8_pdp_quaranty_text{
	font-size:23px;
	line-height:29px;
	color:#fff;
	margin-top:20px;
	}
.prodDetails_sec7 .button__box{ margin-top:35px;}	
	
/*=========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-product{ right: 130px;}
.ugc-play{ width: 90px; margin: -45px 0 0 -45px;}

.s4_mid_content{ padding:15px;}

.story_bx_cont{ width: 59%;}

/*====PRODUCT_DETAILS_PAGE====*/
.pdp_banner_right{ width:49.5%;}
.size_count_text{ font-size:16px;}
.pdp_sec1_col{ padding:0 30px;}

.pdd_sec1_prod{ margin: 28px 0 0 160px;}
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.bnr_heading{ font-size: 48px; line-height: 48px;}
.bnr_text{ font-size: 17px; line-height: 25px;}	
.bnr-product{ top: 58px; right: 20px; width: 178px;}	

.slider_track li p{ font-size: 15px; line-height: 15px;}	

.section_1{ padding:50px 0 60px;}	
.common_heading{ font-size: 40px; line-height: 46px;}
.common_text{ font-size: 17px; line-height: 27px; margin-top: 20px;}
.sec1_box:after{ right:-30px;}
.sec1_box:nth-child(2):after{ right:-21px;}

.section_2{ padding:50px 0 60px;}	
.s2_graph_heading{ font-size: 24px; line-height: 24px;}
.s2_graph_box:last-child .s2_graph_heading{ font-size: 21px; line-height: 21px;}

.section_3{ padding:50px 0 60px;}	

.section_4{ padding:50px 0 60px;}
.s4_mid_content{ padding: 12px;}	
.s4_mid_cont_text2{ font-size: 16px; line-height: 22px;}

.section_5{ padding:50px 0 60px;}
.compare_box{ margin: 185px auto 0;}

.section_6{ padding:50px 0 60px;}
.reviews_wrap{ margin: 30px auto 0;}
.reviews_box{ padding: 20px 18px 25px;}
.reviews_box_name{ font-size: 17px; line-height: 17px;}
.reviews_bx_letter{ width: 38px; height: 38px; font-size: 17px; line-height: 38px;}
.reviews_box_name span{ font-size: 13px; line-height: 13px;}
.vrfy_icn{ width: 14px; margin: -1px 5px 0 3px;}
.reviews_star{ width: 75px;}
.reviews_box_bottom { margin-top: 15px;}
.reviews_box_text{ font-size: 17px; line-height: 25px;}

.story_bx_cont{ width: 64%; padding: 55px 15px 70px;}
.story_txt{ font-size: 18px; line-height: 26px; margin-top: 12px;}
a.full_story_link{ font-size: 20px; line-height: 22px; margin-top: 30px;}

.section_7{ padding:50px 0 60px;}
.faq-container{ margin-top: 25px;}
.acdn-para{ font-size: 17px; line-height: 25px;}

.section_8{ padding:50px 0 60px;}

.footer{ padding: 40px 0 45px;}
.ftr_log{width:82px;}
.ftr-links-col-1{width:30%; padding-right:22px;}
.ftr-links-col-2{width:24%; padding-right:15px;}
.ftr-links-col-3{width:21%;}
.ftr-links-col-4{width:28%;}
.footer_text{ font-size: 17px; line-height: 23px;}
ul.seals_list{ margin: 20px 0 0;}
ul.seals_list li{ margin: 0 6px 0 0;}
ul.seals_list li img{ width: 58px;}
.ftr-links-list li{ font-size: 16px; line-height: 20px;}
.ftr_box{ font-size: 14px; line-height: 23px;  padding: 20px 10px; margin-top: 30px;}
.ftr_txt{ font-size: 17px; line-height: 22px; margin-top: 40px;}

/*====PRODUCT_DETAILS_PAGE====*/
.pdp_slide_text{ font-size:10px; line-height:10px;}
.pdp_slide_text{ padding:5px 10px 5px 20px; top:15px; right:15px; font-size:9px; line-height:10px;}
.pdp_bnr_right_text1{ font-size:15px; line-height:22px;}
.pdp_bnr_right_text1 img{ width:70px;}
.pdp_bnr_right_title{ font-size:44px; line-height:46px;}
.pdp_bnr_rgt_text2{ font-size:16px; line-height:22px;}
.pdp_bnr_rgt_text3{ font-size:17px; line-height:22px;}
ul.pdp_bnr_rgt_list {grid-template-columns: 1fr; gap:6px 0;}
ul.pdp_bnr_rgt_list li{font-size:17px; line-height:22px;}
ul.pdp_bnr_rgt_list li:after{ top:7px;}

.choose_strength_row{ row-gap:15px;}
.choose_strength_box{ padding:10px; width:100%;}
.str_optn_radio{ width:18px;}
.choose_strength_box input[type=radio] + span{ width:18px; height:18px;}
.choose_strength_box input[type=radio]:checked + span:after{ width:8px; height:8px;}
.strength_box_right {width: calc(100% - 18px);}

.pdp_choose_size_row{row-gap:12px;}
.pdp_choose_size_col{ width:49%;}
.purchase_type_row{ padding:12px;}
.purchase_type_left{ width:74%;}
.packageOpt{ width:18px;}
.purchase_type_row input[type=radio] + span{ width:18px; height:18px;}
.purchase_type_row input[type=radio]:checked + span:after{ width:8px; height:8px;}
.purchase_row_content { width: calc(100% - 18px); padding-left:12px;}
.purchase_type_heading{ font-size:18px;}
.off_text{ font-size:11px; line-height:11px; padding:4px 10px;}
.purchase_type_right{ width:26%;}
.purchase_type_price{ font-size:18px; line-height:22px;}
.pdp_button__box .common__button{ font-size:22px; line-height:64px; height:65px;}

.prodDetails_sec1{ padding:50px 0 60px;}
.pdd_sec1_prod{ margin: 65px 0 0 45px; width: 710px;}
.pdp_sec1_row{ margin: 30px auto 0;}
.pdp_s1_col_contents h3{ font-size: 21px; line-height: 27px;}
.pdp_s1_col_contents p{ font-size: 17px; line-height: 25px;}
.pdp_sec1_text{ font-size: 18px; line-height: 24px;}

.prodDetails_sec2{ padding:50px 0 60px;}

.prodDetails_sec3{ padding:50px 0 60px;}
.pdp_sec3_text{ font-size: 18px; line-height: 24px;}

.prodDetails_sec5{ padding:50px 0 10px;}

.prodDetails_sec6{ padding:50px 0 60px;}
.s8_pdp_quaranty_text{ font-size: 20px; line-height: 26px;}
}

@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-fix-bar{ margin-bottom: 60px;}
.nav-sec{ height: 60px; margin-top: -60px; top: 60px;}
.logo{ width: 70px; margin-top: 12px;}
.nav-btn{ height: 30px; width: 88px; font-size: 11px; line-height: 30px; margin: 14px 45px 0 0;}
.menu_icon_box{ width: 35px; height: 35px; margin: 12px 0 0 12px;}
.menu_icon_box img{ width:10px;}

.bnr_section{ background: url(../images/banner-bg-mob.webp) no-repeat center bottom; background-size: 100%; padding: 0 0 124%;}
.bnr_section:before{ display:none;}
.bnr_content{ width: 100%; padding-top: 25px;}
.bnr_strip{ font-size: 10px; line-height: 10px; padding: 8px 12px 8px 24px; margin-bottom: 12px;}
.bnr_strip:before{ left: 10px; width: 6px; height: 6px; margin-top: -3px;}
.bnr_heading{ font-size: 40px; line-height: 42px;}
.bnr_text{ font-size: 16px; line-height: 24px; margin-top: 20px;}
.bnr-product{ position: static; margin: 42px auto 0; width: 155px;}

.button__box{ margin-top:30px;}
.btn_rating_text{ font-size: 12px; line-height: 12px; margin-bottom: 12px;}
.btn_rating_text img{ width: 70px; margin: -6px 2px 0 0;}
.common__button{ height: 55px; font-size: 16px; line-height: 55px;}
.common__button img{ width: 20px; margin: -5px 0 0 15px;}
.btn_ship_text{ font-size: 12px; line-height: 12px; margin-top: 12px;}
.listicle-count{ width: 48px; margin-right: 3px;}
.btn_ship_text:before{ width: 6px; height: 6px; margin: -3px 7px 0 0;}

.slider_track li{ margin:0 15px;}
.slider_track li p{ font-size: 10px; line-height: 10px;}
.slider_track li:before{ left: -25px; width: 6px; height: 6px; margin-top: -2px;}

.section_1{ padding: 35px 0 20px; background: url(../images/common-bg-mob.webp) no-repeat center top; background-size: cover;}
.common_tag{ font-size: 10px; line-height: 10px; padding: 7px 18px 7px 26px; margin-bottom: 12px;}
.common_tag:before{ left: 12px; width:5px; height:5px; margin-top:-2.5px;}
.common_heading{ font-size: 34px; line-height: 38px; position:relative; z-index:2;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 20px;}
.sec1_wrap{ margin: 25px auto 0; flex-direction: column; justify-content: center;}
.s1-bx-imgs{ width: calc(100% + 30px); max-width: none; margin-left: -15px;}
.sec1_box:after{ right: auto; left: 50%; top: auto; bottom: -40px; transform: rotate(90deg); margin-left: -10px;  width: 16px; height: 15px; background-size: 16px;}
.sec1_box:nth-child(2) .s1-bx-imgs{ margin-top:20px;}
 .sec1_box:nth-child(3) .s1-bx-imgs{ margin-top:10px;}
.sec1_box:nth-child(2):after{ bottom: -2px;}

.section_2{ padding: 35px 0 40px;}
.s2_graph_wrap{ margin: 25px auto 0;}
.s2_graph_box{ width:100%; padding: 15px 15px 20px; box-shadow: 0 10px 30px 0 rgba(209, 153, 68, 0.5);}
.s2_graph_box:last-child{ box-shadow:none;}
.s2_graph_heading{ font-size: 20px; line-height: 20px;}
.s2_graph_box:last-child .s2_graph_heading{ font-size: 19px; line-height: 19px;}
.s2_common_text_mob{ text-align:left; margin: 30px 0 30px;}

.section_3{ padding: 35px 0 40px;}
.s3_product_wrap{ margin: 25px auto 0; row-gap:20px; max-width: 325px;}
.s3_product_box{ width:100%;}
.s3_prod_bx_heading{ font-size: 28px; line-height: 30px;}
.s3-bx-products{ width: 115px;}
.s3_prod_bx_text{ font-size: 12px; line-height: 13px;}
.s3_prod_bx_strip{ padding: 7px 10px;}
.s3_prod_price_bx{ margin: 20px auto 0; padding-top: 16px;}
.prod_dose_text{ font-size: 13px; line-height: 13px;}
.prod_price_text{ font-size: 36px; line-height: 36px; margin-top: 5px;}
.prod_shop_btn{ max-width: 170px; height: 48px; border-radius: 35px; font-size: 15px; line-height: 48px;}

.section_4{ padding: 35px 0 40px;}
.s4-mid-row{ margin: 25px auto 0;}
.s4_mid_cont_text1{ font-size: 16px; line-height: 16px;}
.s4_mid_cont_text2{ font-size: 15px; line-height: 20px; margin-top: 10px;}
.ugc-play{ width: 80px; margin: -40px 0 0 -40px;}

.section_5{ padding: 35px 0 40px;}
.compare_box{ margin: 130px auto 0; border-radius: 15px;}
ul.comp_col_list li{ height:58px; font-size: 13px; line-height: 18px; padding: 0 6px;}
.comp_col_top{ top: -100px;}
.comp_prod{ width: 50px;}
.comp_prod1{ width:45px; margin: 0 auto 5px;}
.comp_box_right .comp_col_top{ top:-81px;}
.comp_col_top h3{ font-size: 16px; line-height: 20px;}
.comp_col_top p{ font-size: 12px; line-height: 14px;}

.section_6{ padding: 35px 0 0;}
.reviews_wrap{ margin: 25px auto 0;}
.reviews_box{ padding: 15px 13px 20px; width: 100%; border-radius: 13px; min-height: auto;}
.reviews_bx_letter{ width: 34px; height: 34px; font-size: 14px; line-height: 34px;}
.reviews_box_name{ font-size: 14px; line-height: 20px;}
.reviews_box_name span{ font-size: 11px; line-height: 11px;}
.vrfy_icn{ width: 12px; margin: -1px 4px 0 0;}
.reviews_star{ width: 65px;}
.reviews_box_text{ font-size: 16px; line-height: 24px;}

.story_box{ background: #25160f; margin-top: 35px; border-radius: 0; width: calc(100% + 30px); margin-left: -15px;}
.story_box .common_heading { font-size: 36px; line-height:40px;}
.story_bx_cont{ width: 100%; padding: 25px 18px 0;}
.story_txt{ font-size: 18px; line-height: 24px; margin-top:12px; position: relative; z-index: 2;}
a.full_story_link{ font-size: 16px; line-height: 18px; margin-top: 25px; position: relative; z-index: 2;}
.story_bg_mob{ float: left; width: 100%; margin-top: -80px;}

.section_7{ padding: 35px 0 40px;}
.accordion{ background-size: 13px !important; font-size: 17px; line-height: 20px; padding: 18px 30px 18px 0;}
.acdn-para{ font-size: 16px; line-height: 24px; margin-bottom: 18px;}
.acdn-content{  padding: 0 15px 0 0; margin: -6px 0 0 0;}

.section_8{ padding: 35px 0 40px;}

.footer{ padding:30px 0;}
.ftr-links-inr{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.ftr-links-col{ width:100%; padding:0;margin-top: 0;}
.ftr-links-col-1{ width:100%; text-align:center; padding:0; margin:0;}
ul.seals_list{ margin-top:20px;}
ul.seals_list li{ float:none; display:inline-block; vertical-align:middle;}
.ftr_log{ width: 70px; margin-bottom: 12px;}
ul.seals_list li img{ width: 70px;}
.footer_text{ font-size: 15px; line-height: 20px;}
.ftr-links-hd{ position: relative; border-bottom:1px solid #ddd; margin:0; padding:16px 0; font-size: 16px; line-height: 20px;}
.ftr-links-list,ul.ftr-contact-list{ display: none; margin-top:10px;}
.ftr-links-list li{ margin:6px 0;}
.ftr-links-list.half{ width:100%;}
.ftr-links-list li{ font-size:15px;}
.tot-img{ position: absolute; background: url(../images/plus.webp) no-repeat; background-size:12px !important; width: 12px; height: 12px; right: 15px; top: 50%; margin-top:-4px;}
.ftr-links-hd.active .tot-img{ background: url(../images/minus.webp) no-repeat;}
.ftr_txt{ font-size:14px; line-height:17px; margin-top:13px;}
.ftr_txt2{ font-size:14px; line-height:17px; margin-top:30px; }
.ftr_txt2 a{ color:#000;}
.ftr_box{ font-size: 12px; line-height: 17px; padding: 0;  margin-top: 25px; border: none;}
.ftr-top-mob{ margin-top:20px;}

/*====PRODUCT_DETAILS_PAGE====*/
.prodDetails_banner{ padding:20px 0 30px;}
.pdp_bnr_top{ text-align:left;}
.pdp_bnr_top .bnr_strip{ font-size:11px; line-height:16px; padding:6px 12px 4px; margin-bottom:7px;}
.pdp_bnr_top .bnr_strip:before{ width:6px; height:6px; margin-top:-3px;}
.pdp_banner_heading{ font-size:26px; line-height:30px;}

.pdp_banner_row{ margin:25px auto 0;}
.pdp_banner_left{ width:100%; padding-bottom:40px; position:relative; top:0;}
.pdp_bnr_slide_outer{ padding:0;}
.custom-prev, .custom-next{ width:32px; height:32px;}
.custom-prev{ left:-10px;}
.custom-next{ right:-10px;}
.pdp_bnr_slide_outer .swiper-pagination{ bottom:-30px !important;}
.pdp_bnr_slide_outer .swiper-pagination-bullet{ width:10px; height:10px;}

.pdp_banner_right{ width:100%; margin-top:10px;}
.pdp_bnr_right_text1{ font-size:13px; line-height:16px;}
.pdp_bnr_right_text1 img{ width:65px;}
.pdp_bnr_right_title{ font-size:30px; line-height:32px;}
.pdp_bnr_rgt_text2{ font-size:14px; line-height:16px; margin-top:10px;}
.pdp_bnr_rgt_text3{ font-size:16px; line-height:22px;}
ul.pdp_bnr_rgt_list {grid-template-columns: 1fr 1fr;gap:5px 0; margin-top:15px;}
ul.pdp_bnr_rgt_list li{font-size: 14px;line-height: 20px; padding-left:12px;}
ul.pdp_bnr_rgt_list li:after{ top:7px; width:6px; height:6px;}

.pdp_bnr_strength_bundle{ margin-top:25px;}
.pdp_bnr_step_heding{ font-size:19px; line-height:24px;}
.choose_strength_row{ row-gap:10px; margin:12px auto 0;}
.choose_strength_box{ border-radius:15px; padding:12px;}
.strength_box_right{ padding-left:8px;}
.strth_box_right_top h3{ font-size:18px; line-height:18px;}
.strengthbx_strip{ font-size:9px; line-height:11px; padding:3px 8px; min-width:87px; text-align:center;}
.strength_box_text{ font-size:12px; line-height:16px; margin-top:8px;}
.choose_strength_box input[type=radio] + span{ top:-2px;}
.pdp_choose_size_row{row-gap:10px;}
.pdp_choose_size_col{ padding:15px 12px; border-radius:12px;}
.pdp_size_chs_inr{ column-gap:10px;}

.purchase_type_option{row-gap:10px;}
.off_text{ font-size:10px; line-height:10px; padding:3px 7px;}
.purchase_row_content{ padding-left:10px;}
.purchase_type_heading{ font-size:16px; line-height:20px;column-gap:10px;}
.purchase_type_row input[type=radio] + span{ top:-2px;}
ul.purchase_type_list li{ font-size:13px; line-height:17px;}
ul.purchase_type_list li:after{ width:6px; height:6px; top:6px;}
.purchase_type_text{ font-size:13px; line-height:17px; margin-top:3px;}
.purchase_type_price{ font-size:16px; line-height:20px;}

.pdp_button__box .common__button{ font-size: 17px; line-height: 52px; height: 52px;}
.pdp_button__box .btn_rating_text img{ width: 15px;}

/* Tighter mobile PDP buying controls: keep premium tap targets while fitting the full option stack in view. */
.pdp_bnr_strength_bundle{ margin-top:18px;}
.pdp_bnr_size_bundle{ margin-top:16px;}
.pdp_purchase_type{ margin-top:18px;}
.pdp_bnr_step_heding{ font-size:18px; line-height:22px;}
.choose_strength_row{ row-gap:8px; column-gap:8px; margin:8px auto 0;}
.choose_strength_box{ width:calc(50% - 4px); padding:10px 9px; border-radius:12px;}
.choose_strength_box.active{ box-shadow:0 4px 9px 2px rgba(218,148,44,0.28); -webkit-box-shadow:0 4px 9px 2px rgba(218,148,44,0.28);}
.str_optn_radio{ width:16px;}
.choose_strength_box input[type=radio] + span{ width:16px; height:16px; top:-1px;}
.choose_strength_box input[type=radio]:checked + span:after{ width:7px; height:7px;}
.strength_box_right{ width:calc(100% - 16px); padding-left:7px;}
.strth_box_right_top{ align-items:flex-start; row-gap:4px;}
.strth_box_right_top h3{ font-size:16px; line-height:18px;}
.strengthbx_strip{ font-size:8px; line-height:9px; padding:3px 6px; min-width:72px;}
.strength_box_text{ display:none;}
.pdp_choose_size_row{ row-gap:8px; margin:8px auto 0;}
.pdp_choose_size_col{ padding:11px 10px; border-radius:12px;}
.pdp_choose_size_col.active{ box-shadow:0 4px 9px 2px rgba(218,148,44,0.28); -webkit-box-shadow:0 4px 9px 2px rgba(218,148,44,0.28);}
.pdp_size_chs_inr{ column-gap:8px;}
.size_col_radio{ width:16px;}
.pdp_choose_size_col input[type=radio] + span{ width:16px; height:16px; top:-1px;}
.pdp_choose_size_col input[type=radio]:checked + span:after{ width:7px; height:7px;}
.size_count_text{ font-size:15px; line-height:18px;}
.purchase_type_option{ row-gap:8px; margin:8px auto 0;}
.purchase_type_row{ padding:10px 11px; border-radius:12px;}
.purchase_type_row.active{ box-shadow:0 4px 9px 2px rgba(218,148,44,0.28); -webkit-box-shadow:0 4px 9px 2px rgba(218,148,44,0.28);}
.purchase_type_left{ width:75%;}
.packageOpt{ width:16px;}
.purchase_type_row input[type=radio] + span{ width:16px; height:16px; top:-1px;}
.purchase_type_row input[type=radio]:checked + span:after{ width:7px; height:7px;}
.purchase_row_content{ width:calc(100% - 16px); padding-left:9px;}
.purchase_type_heading{ font-size:15px; line-height:18px; column-gap:7px;}
.off_text{ font-size:9px; line-height:9px; padding:3px 6px;}
ul.purchase_type_list{ display:flex; flex-wrap:wrap; gap:2px 10px; margin-top:6px;}
ul.purchase_type_list li{ font-size:11px; line-height:15px; padding-left:10px;}
ul.purchase_type_list li:after{ width:5px; height:5px; top:5px;}
.purchase_type_right{ width:25%; padding-right:0;}
.purchase_type_price{ font-size:15px; line-height:18px;}
.purchase_type_text{ font-size:12px; line-height:15px; margin-top:1px;}
.pdp_button__box{ margin-top:16px;}
.pdp_button__box .btn_rating_text{ margin-bottom:8px;}
.pdp_button__box .btn_ship_text{ margin-top:8px;}
.purchase_type_list--compact li{ width:100%; font-size:11px; line-height:15px; padding-left:0; color:#5b4d3d;}
.purchase_type_list--compact li:after{ display:none;}
.pdp-sticky-cta{ display:none;}
.mobile-swipe-cue{ display:none;}
.compare_mobile_cards{ display:none;}
.faq-priority-badge{ display:inline-flex; vertical-align:middle; margin:0 8px 4px 0; padding:4px 7px 3px; border-radius:999px; background:#2f1b11; color:#fff7e8; font-family:'Inter Tight', Arial, sans-serif; font-size:9px; line-height:1; font-weight:900; letter-spacing:.08em; text-transform:uppercase;}

@media (max-width: 767px){
.nav-btn{ height:36px; width:96px; font-size:11px; line-height:34px; margin:12px 48px 0 0; font-weight:700; letter-spacing:.5px; box-shadow:0 4px 10px rgba(47,27,17,.08);}
.pdp-sticky-cta{ position:fixed; left:0; right:0; bottom:0; z-index:9997; display:block; padding:9px 12px calc(9px + env(safe-area-inset-bottom)); background:rgba(246,239,227,.94); border-top:1px solid rgba(47,27,17,.18); box-shadow:0 -12px 30px rgba(47,27,17,.16); transform:translateY(120%); opacity:0; visibility:hidden; transition:transform .22s ease, opacity .22s ease, visibility .22s ease; pointer-events:none; backdrop-filter:blur(10px);}
.pdp-sticky-cta.is-visible{ transform:translateY(0); opacity:1; visibility:visible; pointer-events:auto;}
.pdp-sticky-cta__inner{ max-width:390px; margin:0 auto; display:flex; align-items:center; gap:10px;}
.pdp-sticky-cta__copy{ flex:1; min-width:0; text-align:left;}
.pdp-sticky-cta__copy strong{ display:block; color:#2f1b11; font-size:14px; line-height:16px; font-weight:900;}
.pdp-sticky-cta__copy span{ display:block; color:#6e5b47; font-size:11px; line-height:13px; margin-top:1px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pdp-sticky-cta__button{ flex:0 0 auto; min-width:132px; height:46px; border-radius:999px; background:#df951f; color:#fff; font-size:15px; line-height:46px; font-weight:900; text-align:center; box-shadow:0 8px 18px rgba(223,149,31,.28);}
.mobile-swipe-cue{ display:block; width:calc(100% - 30px); margin:12px auto 0; color:#7a654d; font-size:12px; line-height:14px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; text-align:right;}
.compare_box + .compare_mobile_cards{ margin-top:18px;}
.section_5 .compare_box{ display:none;}
.compare_mobile_cards{ width:100%; margin:20px auto 0; display:grid; gap:10px;}
.compare_mobile_card{ background:#fffaf1; border:1px solid #ddd0bd; border-radius:16px; padding:13px 14px; text-align:left; box-shadow:0 8px 20px rgba(47,27,17,.06);}
.compare_mobile_card--winner{ border-color:#da942c; background:#fff6e8; box-shadow:0 10px 24px rgba(218,148,44,.18);}
.compare_mobile_card h3{ font-size:18px; line-height:20px; color:#2f1b11; font-weight:900; margin:0 0 8px;}
.compare_mobile_card p{ display:flex; justify-content:space-between; gap:12px; margin:0; padding:8px 0; border-top:1px solid rgba(47,27,17,.10); font-size:13px; line-height:16px; color:#3e2c1f;}
.compare_mobile_card p:first-of-type{ border-top:0; padding-top:0;}
.compare_mobile_card strong{ color:#000; font-weight:950;}
.faq-priority-badge{ display:inline-flex; margin-right:7px; margin-bottom:5px;}
}

.prodDetails_sec1{background: #F6EFE3; background: linear-gradient(180deg, rgba(246, 239, 227, 1) 24%, rgba(255, 255, 255, 1) 86%); padding: 35px 0 40px;}
.prodDetails_sec1:before{ display:none;}
.pdd_sec1_prod_mob{ width:calc(100% + 30px); max-width:none; margin:-30px auto -62px; margin-left:-15px;}
.pdp_sec1_row{ margin: 0 auto 0; justify-content: center;}
.pdp_sec1_col{ width:100%; padding:20px 0!important; border-bottom:1px solid #d6ccbe !important; border-right:none;}
.pdp_s1_col_icon_box{ width: 40px;}
.pdp_s1_col_contents h3{ font-size: 20px; line-height: 26px;}	
.pdp_s1_col_contents p{ font-size: 16px; line-height: 24px;}
.pdp_sec1_text{ font-size: 17px; line-height: 24px; margin-top:17px;}

.prodDetails_sec2{ padding: 35px 0 40px;}

.prodDetails_sec3{ padding: 35px 0 40px;}
.pdp_sec3_text{ font-size:17px; line-height:24px; margin-top:20px;}	
.pdp_sec3_brand_compare{ margin: 35px auto 0;}
.pdps3_brand_compare_col{ padding: 0 5px 20px;}
.pdp_s3_brand_comp_strip{ font-size: 13px; line-height: 17px; padding: 6px; margin-top: -22px; min-width: 150px;}
.pdp_com_col_prod_box{ padding:10px 0;}
.pdps3_brand_prod{ width:70px;}
.pdp_comp_claim_text{ font-size: 16px; line-height: 16px;}
.capacity_text{ font-size: 22px; line-height: 22px; margin-top: 4px;}
.bdr_line{ margin: 14px auto;}
.pdp_comp_lab_text{ font-size: 14px; line-height: 14px;}
.lab_capacity_text img{ width:20px;}
.pdp_comp_pertext{ font-size: 14px; line-height: 14px;}
.match_claim_text{ font-size: 14px; line-height: 18px; padding: 6px 12px; margin: 18px auto 0;}
.pdp_sec3_brand_compare:before { top: 95px; width: 60px; height: 60px; font-size: 23px; line-height: 60px; margin-left: -30px;}

.prodDetails_sec5{ padding: 35px 0 10px;}

.prodDetails_sec6{ padding: 35px 0 40px;}

.s8_pdp_quaranty_text{ font-size: 17px; line-height: 23px;}

}


@media only screen and (max-width:375px){
.bnr_heading{ font-size: 38px; line-height: 40px;}
}

/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}


@media only screen and (max-width:1021px){		
.s4_video-container{ width: 790px;  min-height: 445px;}
}

@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}
.s4_video-container{ width: 350px; min-height: 200px;}
}

/* Premium conversion polish added 2026-06-11 */
.common__button, .prod_shop_btn, .pdp-sticky-cta__button {
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease;
}
.common__button:hover, .prod_shop_btn:hover, .pdp-sticky-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(82,47,24,.22);
    filter: saturate(1.06);
}
.common__button:hover img, .prod_shop_btn:hover img {
    transform: translateX(5px);
}
.common__button img, .prod_shop_btn img {
    transition: transform .18s ease;
}
.quote-card .ugc-play { display:none !important; }
.quote-card .ugc-poster { opacity:1 !important; filter:none !important; }
.quote-card:hover .ugc-poster { opacity:1 !important; transform: translateY(-4px); box-shadow: 0 20px 42px rgba(52,34,20,.18); }
.pdp-trust-row {
    display:grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:14px;
    font-size:13px;
    line-height:1.25;
    color:#3f2b1f;
}
.pdp-trust-row span {
    border:1px solid rgba(77,48,28,.22);
    background:rgba(255,251,242,.72);
    border-radius:999px;
    padding:9px 11px;
}
.pdp-trust-row a { color:#a84f1c; text-decoration:underline; text-underline-offset:2px; }
@media only screen and (max-width:767px){
    .pdp-trust-row { grid-template-columns:1fr; font-size:12px; }
}
@media (prefers-reduced-motion: reduce){
    .common__button, .prod_shop_btn, .pdp-sticky-cta__button, .common__button img, .prod_shop_btn img { transition:none; }
}

.quote-card .s4_mid_content { display:none !important; }
.acdn-heading .faq-priority-badge { margin-right:10px !important; }

/* Phase 3 homepage visual upgrades */
.bnr-product-premium{
    width: 392px;
    height: auto;
    top: 42px;
    right: 96px;
    filter: drop-shadow(0 24px 34px rgba(37,22,15,.18));
}
.s2_graph_box{
    box-shadow: 0 16px 40px rgba(37,22,15,.08);
}
.s2-graph-imgs{
    width:100%;
    max-width:420px;
    height:auto;
}
.story_box{
    box-shadow: 0 26px 70px rgba(37,22,15,.18);
}
@media only screen and (max-width:1200px){
    .bnr-product-premium{ width:340px; right:44px; top:62px; }
}
@media only screen and (max-width:1021px){
    .bnr-product-premium{ width:260px; right:4px; top:72px; }
    .s2_graph_heading{ min-height:52px; }
}
@media only screen and (max-width:767px){
    .bnr-product-premium{ display:none !important; }
}

/* Phase 4: restrained premium motion/interactivity */
@media (prefers-reduced-motion: no-preference){
    .bnr-product-premium{
        animation: productFloat 6.5s ease-in-out infinite;
        transform-origin: 50% 60%;
    }
    .breath_dot:before,
    .btn_ship_text:before,
    .common_tag:before{
        animation: amberPulse 2.4s ease-in-out infinite;
    }
    .sec1_box .s1-bx-imgs,
    .s2_graph_box,
    .s3_product_box,
    .reviews_box,
    .compare_mobile_card{
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, filter .22s ease;
    }
    .sec1_box:hover .s1-bx-imgs,
    .s2_graph_box:hover,
    .s3_product_box:hover{
        transform: translateY(-5px);
        filter: saturate(1.02) contrast(1.01);
    }
    .s3_product_box:hover{
        box-shadow: 0 22px 55px rgba(37,22,15,.16);
        border-color: rgba(218,148,44,.55);
    }
    .s3_product_box:hover .s3-bx-products{
        transform: translateY(-4px) rotate(-1deg);
    }
    .s3-bx-products{
        transition: transform .24s ease, filter .24s ease;
    }
    .faq-accordion .acdn-heading,
    .acdn-heading{
        transition: color .18s ease, background-color .18s ease;
    }
    .acdn-heading:hover{
        color:#a45f18;
    }
}
@keyframes productFloat{
    0%,100%{ transform: translateY(0) rotate(0deg); }
    50%{ transform: translateY(-8px) rotate(.35deg); }
}
@keyframes amberPulse{
    0%,100%{ opacity:1; box-shadow:0 0 0 0 rgba(218,148,44,.28); }
    50%{ opacity:.72; box-shadow:0 0 0 6px rgba(218,148,44,0); }
}
