@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;
	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, ul.seals_list li svg{width:82px; height:82px; display:block;}

.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%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    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:#fffaf0;
	border-radius:15px;
	border:1px solid rgba(77,48,28,.18);
	padding:18px 10px 16px;
	text-align:left;
	cursor:pointer;
    overflow:hidden;
    box-shadow:0 5px 16px rgba(47,27,17,.04);
	}
.pdp_bnr_size_bundle .pdp_choose_size_col{ width:24%; }
.pdp_choose_size_col.active{
	border:2px solid #da942c;
    background:#fff4dc;
	box-shadow:0 14px 30px -14px rgba(218,148,44,.85),0 5px 14px rgba(47,27,17,.08);
	-webkit-box-shadow:0 14px 30px -14px rgba(218,148,44,.85),0 5px 14px rgba(47,27,17,.08);
	}
.pdp_choose_size_col--recommended:before{
    content:"Smart pick";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:21px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25160f;
    color:#fff7df;
    font-size:9px;
    line-height:1;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
    }
.pdp_choose_size_col--recommended{ padding-top:31px; }
.pdp_choose_size_col--best{ background:#fff7e8; border-color:rgba(218,148,44,.46); }
.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:20px;
	line-height:22px;
	color:#25160f;
	font-weight:900;
    white-space:nowrap;
	}
.pdp_size_helper{
    margin:5px 0 0;
    color:#6b5846;
    font-size:13px;
    line-height:18px;
    font-weight:700;
    }
.size_value_badge{
    display:inline-flex;
    align-items:center;
    width:max-content;
    max-width:100%;
    margin-bottom:7px;
    padding:4px 7px 3px;
    border-radius:999px;
    background:#efe7d8;
    color:#6b5846;
    font-size:9px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
    }
.size_value_badge--popular,
.size_value_badge--recommended,
.size_value_badge--best{
    background:#da942c;
    color:#110901;
    }
.size_value_badge--recommended{ background:#25160f; color:#fff7df; }
.size_value_badge--best{ background:#b76018; color:#fff7df; }
.size_count_price{
    margin-top:5px;
    font-size:18px;
    line-height:21px;
    color:#25160f;
    font-weight:950;
    }
.size_count_subtext{
    margin-top:4px;
    font-size:12px;
    line-height:15px;
    color:#3f2b1f;
    font-weight:850;
    letter-spacing:.04em;
    text-transform:uppercase;
    }
.size_count_subtext span{ color:#a84f1c; font-weight:950; }

/* PDP size selector TLC: align badges, reduce noisy tags, and make the selected value feel intentional. */
.pdp_choose_size_col{display:flex;min-height:132px;overflow:visible;background:linear-gradient(180deg,#fffdf7,#fbf0df);border-color:rgba(77,48,28,.16);}
.pdp_choose_size_col.active{border-color:#24533f;background:linear-gradient(180deg,#f8fff8,#eef8ed);box-shadow:0 15px 32px -16px rgba(36,83,63,.62),0 5px 14px rgba(47,27,17,.08);}
.pdp_choose_size_col--recommended:before{content:"Best balance";height:24px;background:#24533f;color:#fff7df;border-radius:15px 15px 0 0;}
.pdp_choose_size_col--recommended{padding-top:34px;}
.pdp_size_chs_inr{align-items:flex-start;min-height:100%;}
.pdp_size_chs_inr > div:last-child{display:grid;grid-template-rows:22px auto auto 1fr;align-content:start;min-width:0;}
.size_value_badge{height:20px;align-items:center;margin-bottom:7px;padding:0 8px;font-size:8px;letter-spacing:.07em;background:#efe6d5;color:#594331;}
.size_value_badge--popular{background:#ffe8b6;color:#5c3400;}
.size_value_badge--recommended{background:#24533f;color:#fff7df;}
.size_value_badge--best{background:#173b2d;color:#fff7df;}
.pdp_choose_size_col input[type=radio]:checked + span{border-color:#24533f;}
.pdp_choose_size_col input[type=radio]:checked + span:after{background:#24533f;}
.size_count_subtext span{color:#24533f;}
@media only screen and (max-width:1021px){
    .pdp_bnr_size_bundle .pdp_choose_size_col{ width:49%; }
}
.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, ul.seals_list li svg{ width: 58px; height: 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: 6px; border-radius: 0 0 12px 12px;}

.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, ul.seals_list li svg{ width: 70px; height: 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;}
.pdp_choose_size_col--recommended{ padding-top:29px; }
.size_count_text{ font-size:18px; line-height:20px; }
.size_count_price{ font-size:16px; line-height:19px; }
.size_count_subtext{ font-size:10px; line-height:13px; }

.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--recommended{ padding-top:29px; }
.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_value_badge{ font-size:7px; padding:3px 5px 2px; margin-bottom:5px;}
.size_count_text{ font-size:15px; line-height:18px;}
.size_count_price{ font-size:14px; line-height:17px; margin-top:4px;}
.size_count_subtext{ font-size:9px; line-height:12px; letter-spacing:.02em;}
.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
   (button hover system superseded by the Quarter Turn block at end of file) */
.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(3,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: 348px;
    height: auto;
    top: 22px;
    right: 140px;
    filter: drop-shadow(0 24px 34px rgba(37,22,15,.18));
}
.hero-pack-wrap img.hero-pack{ width:100%; height:auto; display:block; }
.pdp_bnr_slideDiv .swiper-slide{ position:relative; }
.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:272px; right:44px; top:46px; }
}
@media only screen and (max-width:1021px){
    .bnr-product-premium{ width:212px; right:8px; top:58px; }
    .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 img.hero-pack{
        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,
    .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{
        transform: translateY(-5px);
        filter: saturate(1.02) contrast(1.01);
    }
    .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); }
}

/* CRO fix pass 2026-06 */
.nav-lab-link{
    float: right;
    height: 40px;
    margin: 19px 22px 0 0;
    font-size: 14px;
    line-height: 40px;
    color: #25160f;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.nav-lab-link:hover{ color: #a45f18; }
.pdp-per-dose{
    margin-top: 9px;
    font-size: 14px;
    line-height: 18px;
    color: #5b4d3d;
    font-weight: 700;
    text-align: center;
}
.pdp-checkout-summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:24px;
    padding:15px 16px;
    border:1px solid rgba(77,48,28,.20);
    border-radius:8px;
    background:rgba(255,251,242,.74);
}
.pdp-checkout-summary__eyebrow{
    margin:0 0 5px;
    font-size:11px;
    line-height:1;
    color:#8a5a17;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.pdp-checkout-summary__title{
    margin:0;
    font-size:18px;
    line-height:22px;
    color:#25160f;
    font-weight:800;
}
.pdp-live-price{
    margin:0;
    flex:0 0 auto;
    font-size:24px;
    line-height:1;
    color:#25160f;
    font-weight:950;
}
.pdp-product-disclosure{
    display:grid;
    gap:8px;
    margin-top:14px;
    text-align:left;
}
.pdp-product-disclosure details{
    border:1px solid rgba(77,48,28,.18);
    border-radius:8px;
    background:rgba(255,251,242,.78);
    padding:10px 12px;
}
.pdp-product-disclosure summary{
    cursor:pointer;
    color:#25160f;
    font-size:13px;
    line-height:18px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.pdp-product-disclosure p{
    margin:8px 0 0;
    color:#5b4d3d;
    font-size:13px;
    line-height:18px;
    font-weight:600;
}
.pdp-product-disclosure a{ color:#a84f1c; text-decoration:underline; text-underline-offset:2px; }
.pdp-guarantee-line{
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #5b4d3d;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: center;
}
.pdp_sec1_note{ margin-top: 28px; font-weight: 600; }
.pdp_sec1_note + .pdp_sec1_text{ margin-top: 10px; }
.pdp_sec1_note_sub{ display: block; margin-top: 4px; font-size: 15px; line-height: 20px; color: #6b5846; font-weight: 400; }
.lab_capacity_link{ color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.lab_capacity_link:hover{ color: #244e07; }
@media only screen and (max-width:767px){
    .pdp_sec1_note{ margin-top: 20px; }
    .pdp_sec1_note_sub{ font-size: 13px; line-height: 18px; }
    .pdp-per-dose{ font-size: 13px; }
    .pdp-checkout-summary{ margin-top:14px; padding:13px 14px; }
    .pdp-checkout-summary__title{ font-size:15px; line-height:19px; }
    .pdp-live-price{ font-size:21px; }
    .pdp-product-disclosure summary,
    .pdp-product-disclosure p{ font-size:12px; line-height:17px; }
}
/* ============================================================
   777 premium motion system — append to public/css/style.css
   All effects gated behind prefers-reduced-motion.
   ============================================================ */

/* ---- scroll reveal primitives ------------------------------ */
.rv { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .rv-d1 { transition-delay: .12s; }
  .rv-d2 { transition-delay: .24s; }
  .rv-d3 { transition-delay: .36s; }
}

/* ---- hero product motion ----------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .bnr_product img.hero-pack {
    animation: heroFloat 7s ease-in-out infinite;
  }
  @keyframes heroFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-9px) rotate(-0.4deg); }
  }
}

/* hero ambient glow behind the bottle */
.hero-pack-glow {
  position: absolute;
  width: 130%;
  height: 60%;
  left: -15%;
  top: 22%;
  background: radial-gradient(closest-side, rgba(218,148,44,.32), rgba(218,148,44,0));
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-pack-glow { animation: glowPulse 7s ease-in-out infinite; }
  @keyframes glowPulse {
    0%, 100% { opacity: .75; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
  }
}

/* ---- duration chart draw-in -------------------------------- */
.duration-chart { background: #fff; border: 1px solid #e8ddc9; border-radius: 22px; padding: 28px 26px 18px; box-shadow: 0 18px 40px -28px rgba(37,22,15,.35); }
.duration-chart svg { width: 100%; height: auto; display: block; }
.duration-chart__legend { display: flex; gap: 14px; flex-wrap: wrap; margin: 0 0 10px 4px; }
.duration-chart__chip { display: inline-flex; align-items: center; gap: 8px; font: 600 14px/1 'Inter Tight', Arial, sans-serif; color: #25160f; background: #f6f3ed; border: 1px solid #e8ddc9; border-radius: 999px; padding: 8px 14px; }
.duration-chart__chip i { width: 18px; height: 4px; border-radius: 2px; display: inline-block; }
.duration-chart__chip--gold i { background: #da942c; }
.duration-chart__chip--fade i { background: #b3543f; opacity: .6; }
.duration-chart__disclaimer { font: 400 12px/1.5 'Inter Tight', Arial, sans-serif; color: #8d7f6e; margin: 10px 4px 0; }
.dc-fill { opacity: .07; }
.dc-note { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  @keyframes dcDraw { from { stroke-dashoffset: 1120; } to { stroke-dashoffset: 0; } }
  @keyframes dcDrawFade { from { stroke-dashoffset: 560; } to { stroke-dashoffset: 0; } }
}

/* ---- science trio: leaf → molecule → tablet ----------------- */
.sci-flow { display: grid; grid-template-columns: 1fr 56px 1fr 56px 1fr; align-items: stretch; gap: 0; }
.sci-flow__card { background: #fff; border: 1px solid #e8ddc9; border-radius: 20px; padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 16px 36px -30px rgba(37,22,15,.4); }
.sci-flow__card h3 { font: 700 19px/1.25 'Inter Tight', Arial, sans-serif; color: #25160f; letter-spacing: .2px; margin: 0; text-transform: none; }
.sci-flow__card p { font: 400 15px/1.55 'Inter Tight', Arial, sans-serif; color: #5c5047; margin: 0; }
.sci-flow__badge { font: 700 11px/1 'Inter Tight', Arial, sans-serif; letter-spacing: 1.6px; color: #a4540a; background: #faf0dd; border-radius: 999px; padding: 7px 12px; align-self: flex-start; }
.sci-flow__art { height: 130px; display: flex; align-items: center; justify-content: center; }
.sci-flow__art svg { height: 116px; width: auto; }
.sci-flow__arrow { display: flex; align-items: center; justify-content: center; color: #c8a86c; }
.sci-flow__arrow svg { width: 30px; height: 30px; }
@media (prefers-reduced-motion: no-preference) {
  .sci-flow__arrow svg { animation: arrowNudge 2.6s ease-in-out infinite; }
  @keyframes arrowNudge { 0%,100% { transform: translateX(0); opacity:.7;} 50% { transform: translateX(6px); opacity:1;} }
}
@media only screen and (max-width: 1021px) {
  .sci-flow { grid-template-columns: 1fr; }
  .sci-flow__arrow { padding: 6px 0; }
  .sci-flow__arrow svg { transform: rotate(90deg); }
  @media (prefers-reduced-motion: no-preference) {
    .sci-flow__arrow svg { animation: arrowNudgeY 2.6s ease-in-out infinite; }
    @keyframes arrowNudgeY { 0%,100% { transform: rotate(90deg) translateX(0); opacity:.7;} 50% { transform: rotate(90deg) translateX(6px); opacity:1;} }
  }
}

/* ---- PDP gallery polish ------------------------------------- */
/* (slide transitions live in the Quarter Turn block at end of file) */
.gallery-chip {
  position: absolute; left: 14px; bottom: 14px; z-index: 3;
  font: 600 13px/1 'Inter Tight', Arial, sans-serif; color: #25160f;
  background: rgba(246,243,237,.92); border: 1px solid #e3d9c6;
  border-radius: 999px; padding: 9px 14px; pointer-events: none;
  backdrop-filter: blur(4px);
}

/* ---- CTA + product card hover: see the Quarter Turn block at end of file ---- */

/* ---- COA proof slide ---- */
/* COA proof card */
.coa-proof { background:#fff; border:1px solid #e8ddc9; border-radius:20px; padding:30px 28px; height:100%; display:flex; flex-direction:column; gap:18px; text-align:left; }
.coa-proof__head { display:flex; gap:16px; align-items:flex-start; }
.coa-proof__flask { width:52px; height:52px; flex:0 0 52px; border-radius:14px; background:#faf0dd; display:flex; align-items:center; justify-content:center; }
.coa-proof__flask svg { width:28px; height:28px; }
.coa-proof__head h3 { font:600 24px/1.2 'Fraunces 72pt','Fraunces',serif; color:#25160f; margin:0 0 6px; }
.coa-proof__head p { font:500 13px/1.4 'Inter Tight',Arial,sans-serif; color:#8d7f6e; margin:0; letter-spacing:.4px; }
.coa-proof__rows { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; }
.coa-proof__rows li { display:flex; justify-content:space-between; align-items:baseline; gap:12px; padding:11px 2px; border-bottom:1px dashed #e3d9c6; }
.coa-proof__rows li:last-child { border-bottom:none; }
.coa-proof__rows span { font:500 14px/1.3 'Inter Tight',Arial,sans-serif; color:#5c5047; }
.coa-proof__rows b { font:700 16px/1.2 'Inter Tight',Arial,sans-serif; color:#25160f; white-space:nowrap; }
.coa-proof__rows b i { font:500 12px/1 'Inter Tight',Arial,sans-serif; color:#8d7f6e; font-style:normal; }
.coa-proof__links { display:flex; gap:10px; flex-wrap:wrap; margin-top:auto; }
.coa-proof__links a { font:600 13px/1 'Inter Tight',Arial,sans-serif; color:#25160f; background:#f6f3ed; border:1px solid #d8c9b2; border-radius:999px; padding:11px 16px; text-decoration:none; transition:background .2s ease; }
.coa-proof__links a:hover { background:#efe7d8; }
.coa-slide { aspect-ratio:1/1; background:#f6f3ed; border-radius:15px; padding:24px; display:flex; align-items:stretch; }
.coa-slide .coa-proof { width:100%; }
@media only screen and (max-width:480px){ .coa-slide{ padding:14px; } .coa-proof{ padding:20px 16px; } .coa-proof__head h3{ font-size:20px; } }

@media only screen and (max-width:767px){ .duration-chart .dc-note{ display:none; } }

/* ============================================================
   S-TIER PASS — nav rebuild · story/COA rebuild · /about ·
   "Quarter Turn" micro-interaction system (motion-direction §3)
   ============================================================ */
:root{
    --ease-weighted: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-snappy: cubic-bezier(0.34, 1.4, 0.64, 1);
}

/* ---- Nav: links --------------------------------------------- */
.nav-links{
    float: right;
    display: flex;
    align-items: center;
    gap: 34px;
    height: 80px;
    margin-right: 36px;
}
.nav-link{
    position: relative;
    display: inline-block;
    font-family: 'Inter Tight', Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #25160f;
    padding: 6px 0;
}
.nav-link::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #da942c;
    transform: scaleX(0);
    transform-origin: left center;
}
.nav-link:hover, .nav-link:focus-visible{ color: #25160f; }
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .nav-link::after{ transition: transform 220ms var(--ease-weighted); }
    .nav-link:hover::after, .nav-link:focus-visible::after{ transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce){
    .nav-link::after{ transform: none; opacity: 0; transition: opacity 150ms ease; }
    .nav-link:hover::after, .nav-link:focus-visible::after{ opacity: 1; }
}

/* ---- Nav: cart icon + badge --------------------------------- */
.nav-btn{
    float: right;
    position: relative;
    width: 46px;
    height: 46px;
    margin: 17px 0 0 0;
    background: #f6f3ed;
    border: 1px solid #25160f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    box-shadow: 0 4px 10px rgba(47,27,17,.08);
}
.nav-btn .nav-cart-icon{ width: 21px; height: 21px; display: block; }
.nav-cart-count{
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 19px;
    height: 19px;
    box-sizing: border-box;
    padding: 0 5px;
    border-radius: 999px;
    background: #da942c;
    color: #25160f;
    font: 800 11px/19px 'Inter Tight', Arial, sans-serif;
    text-align: center;
    letter-spacing: 0;
    box-shadow: 0 2px 6px rgba(37,22,15,.28);
}
.nav-cart-count[hidden]{ display: none; }
@media (prefers-reduced-motion: no-preference){
    .nav-cart-count--pop{ animation: badgePop 360ms var(--ease-snappy); }
    @keyframes badgePop{
        0%{ transform: scale(.55); }
        62%{ transform: scale(1.22); }
        100%{ transform: scale(1); }
    }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .nav-btn{ transition: transform 240ms var(--ease-snappy), box-shadow 240ms ease; }
    .nav-btn:hover{ transform: scale(1.06); box-shadow: 0 8px 18px rgba(47,27,17,.14); }
    .nav-btn:active{ transform: scale(.96); }
}
@media only screen and (max-width: 1021px){
    .nav-links{ gap: 22px; margin-right: 26px; }
}
@media only screen and (max-width: 767px){
    .nav-links{ display: none; }
    .nav-btn{ width: 44px; height: 44px; margin: 8px 50px 0 0; font-size: 0; line-height: 0; }
    .nav-btn .nav-cart-icon{ width: 19px; height: 19px; }
    .nav-cart-count{ top: -4px; right: -6px; min-width: 17px; height: 17px; line-height: 17px; font-size: 10px; }
}

/* ---- Our Story rebuild (real DOM, no baked composite) -------- */
.story_grid{
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 72px 64px;
}
.story_bx_cont{
    float: none;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    text-align: left;
}
.story_txt{ max-width: 560px; }
.story_proof{
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    padding: 26px 10px 0 0;
}
a.full_story_link{ margin-top: 34px; width: auto; font-size: 18px; line-height: 22px; }
a.full_story_link:hover{ color: #f1c65b; }

.coa-doc{
    position: relative;
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}
/* layered paper shadow — the *shadow shape* is rotated, never the document */
.coa-doc::before{
    content: '';
    position: absolute;
    left: 14px;
    right: -10px;
    top: 18px;
    bottom: 2px;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    transform: rotate(1.8deg);
    filter: blur(16px);
    z-index: 0;
}
.coa-doc__img{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    border: 6px solid #f6f3ed;
    border-radius: 6px;
    box-shadow: 0 2px 0 rgba(255,255,255,.05), 0 14px 30px rgba(0,0,0,.38);
}
.coa-doc__hint{
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 16px;
    font: 600 12px/1.5 'Inter Tight', Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #cbb27e;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .coa-doc .coa-doc__img{ transition: transform 280ms var(--ease-weighted), box-shadow 280ms var(--ease-weighted); }
    .coa-doc:hover .coa-doc__img{ transform: translateY(-4px); box-shadow: 0 2px 0 rgba(255,255,255,.05), 0 24px 48px rgba(0,0,0,.45); }
}

/* FESA seal — circle + check stroke-draw on scroll entry (700ms, once) */
.coa-doc__seal{
    position: absolute;
    z-index: 2;
    top: -26px;
    right: -22px;
    width: 96px;
    height: 96px;
    pointer-events: none;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}
.coa-doc__seal svg{ width: 100%; height: 100%; display: block; }
.seal-ring{ stroke-dasharray: 340; stroke-dashoffset: 0; }
.seal-check{ stroke-dasharray: 52; stroke-dashoffset: 0; }
@media (prefers-reduced-motion: no-preference){
    .rv-in .seal-ring, .seal-draw .seal-ring{ animation: sealRing 700ms var(--ease-weighted) .15s backwards; }
    .rv-in .seal-check, .seal-draw .seal-check{ animation: sealCheck 360ms var(--ease-weighted) .6s backwards; }
    @keyframes sealRing{ from{ stroke-dashoffset: 340; } to{ stroke-dashoffset: 0; } }
    @keyframes sealCheck{ from{ stroke-dashoffset: 52; } to{ stroke-dashoffset: 0; } }
}

/* COA fullscreen viewer */
.coa-lightbox{
    position: fixed;
    inset: 0;
    z-index: 10060;
    overflow-y: auto;
    text-align: center;
    padding: 26px 16px 60px;
}
.coa-lightbox[hidden]{ display: none; }
.coa-lightbox__scrim{
    position: fixed;
    inset: 0;
    background: rgba(17,10,6,.9);
    cursor: zoom-out;
}
.coa-lightbox__panel{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: min(860px, 96vw);
    text-align: left;
}
.coa-lightbox__bar{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 2px 14px;
}
.coa-lightbox__title{
    flex: 1 1 auto;
    min-width: 0;
    font: 700 14px/1.4 'Inter Tight', Arial, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #f6f3ed;
}
.coa-lightbox__download{
    flex: 0 0 auto;
    font: 600 13px/1 'Inter Tight', Arial, sans-serif;
    color: #25160f;
    background: #da942c;
    border-radius: 999px;
    padding: 11px 16px;
    text-decoration: none;
    white-space: nowrap;
}
.coa-lightbox__download:hover{ background: #c47f1c; color: #25160f; }
.coa-lightbox__close{
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(246,243,237,.4);
    border-radius: 50%;
    background: none;
    color: #f6f3ed;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.coa-lightbox__close:hover{ border-color: #f6f3ed; }
.coa-lightbox__img{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 40px 110px rgba(0,0,0,.6);
}
@media (prefers-reduced-motion: no-preference){
    .coa-lightbox__panel{ animation: coaZoom 260ms var(--ease-weighted); }
    @keyframes coaZoom{ from{ opacity: 0; transform: scale(.97); } to{ opacity: 1; transform: scale(1); } }
}

@media only screen and (max-width: 1200px){
    .story_grid{ gap: 40px; padding: 58px 48px; }
    .coa-doc{ width: 360px; }
}
@media only screen and (max-width: 1021px){
    .story_grid{ gap: 30px; padding: 48px 34px; }
    .story_bx_cont{ width: auto; padding: 0; }
    .coa-doc{ width: 320px; }
    .coa-doc__seal{ width: 84px; height: 84px; top: -22px; right: -14px; }
}
@media only screen and (max-width: 767px){
    .story_grid{ flex-direction: column; align-items: center; gap: 8px; padding: 30px 18px 36px; }
    .story_bx_cont{ width: 100%; padding: 0; }
    .story_txt{ max-width: none; }
    .story_proof{ width: 100%; padding: 34px 0 0; }
    .coa-doc{ width: min(320px, 88%); }
    .coa-doc__seal{ width: 76px; height: 76px; top: -20px; right: -10px; }
    a.full_story_link{ margin-top: 22px; }
}

/* ---- About page ---------------------------------------------- */
.about_hero{
    float: left;
    width: 100%;
    padding: 70px 0 64px;
    background: url(../images/common-bg.webp) no-repeat center top;
    background-size: cover;
}
.about_hero_copy{
    max-width: 760px;
    margin: 0 auto;
}
.about_hero_copy .common_text{ text-align: left; }
.about_pullquote{
    position: relative;
    max-width: 680px;
    margin: 38px auto 0;
    padding: 6px 0 6px 30px;
    text-align: left;
}
.about_pullquote::before{
    /* amber quarter-circle mark — the ¼ motif */
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: #da942c;
    border-radius: 0 100% 0 0;
}
.about_pullquote p{
    font-family: 'Fraunces 72pt', Georgia, serif;
    font-size: 26px;
    line-height: 36px;
    color: #25160f;
    font-weight: 600;
}
.about_pullquote cite{
    display: block;
    margin-top: 10px;
    font: 600 13px/1 'Inter Tight', Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8d7f6e;
    font-style: normal;
}
.about_section{
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}
.about_section--cream{
    background: url(../images/common-bg.webp) no-repeat center top;
    background-size: cover;
}
.about_steps{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
    text-align: left;
}
.about_step{
    background: #fff;
    border: 1px solid #e8ddc9;
    border-radius: 20px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 16px 36px -30px rgba(37,22,15,.4);
}
.about_step h3{
    font: 700 18px/1.3 'Inter Tight', Arial, sans-serif;
    color: #25160f;
    margin: 0;
}
.about_step p{
    font: 400 15px/1.55 'Inter Tight', Arial, sans-serif;
    color: #5c5047;
    margin: 0;
}
.about_lab_copy{
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}
.about_lab_copy .common_text{ margin-top: 18px; }
.about_coa_band{
    float: left;
    width: 100%;
    padding: 64px 0 80px;
    background: #25160f;
}
.about_coa_band .common_tag{
    background: rgba(246,243,237,.08);
    border-color: rgba(246,243,237,.25);
    color: #cbb27e;
}
.about_coa_band .common_text{ color: #cfc4b4; }
.about_coa_grid{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    margin-top: 56px;
    flex-wrap: wrap;
}
.about_coa_card{ width: 400px; max-width: 100%; }
.about_coa_meta{
    margin-top: 18px;
    text-align: center;
}
.about_coa_meta h3{
    font: 700 18px/1.3 'Inter Tight', Arial, sans-serif;
    color: #f6f3ed;
    margin: 0 0 4px;
}
.about_coa_meta p{
    font: 500 13px/1.5 'Inter Tight', Arial, sans-serif;
    color: #a8987f;
    margin: 0 0 14px;
    letter-spacing: .04em;
}
.about_coa_links{ display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.about_coa_links a{
    font: 600 13px/1 'Inter Tight', Arial, sans-serif;
    color: #f6f3ed;
    border: 1px solid rgba(246,243,237,.35);
    border-radius: 999px;
    padding: 11px 16px;
    text-decoration: none;
}
.about_coa_links a:hover{ border-color: #da942c; color: #f1c65b; }
.about_standards{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    margin-top: 46px;
    flex-wrap: wrap;
}
.about_standard{
    width: 250px;
    text-align: center;
}
.about_standard p{
    font: 500 15px/1.55 'Inter Tight', Arial, sans-serif;
    color: #5c5047;
    margin-top: 14px;
}
@media only screen and (max-width: 1021px){
    .about_steps{ grid-template-columns: repeat(2, 1fr); }
    .about_coa_grid{ gap: 50px; }
}
@media only screen and (max-width: 767px){
    .about_hero{ padding: 44px 0 40px; }
    .about_section{ padding: 38px 0 44px; }
    .about_steps{ grid-template-columns: 1fr; margin-top: 26px; }
    .about_coa_band{ padding: 42px 0 54px; }
    .about_coa_grid{ gap: 56px; margin-top: 40px; }
    .about_pullquote p{ font-size: 21px; line-height: 30px; }
    .about_standards{ gap: 26px; margin-top: 30px; }
    .about_standard{ width: 100%; max-width: 320px; }
}

/* ---- Quarter Turn: science cards ------------------------------ */
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .sci-flow__card{
        transition: transform 280ms var(--ease-weighted), box-shadow 280ms var(--ease-weighted);
    }
    .sci-flow__card:hover{
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(37,22,15,.10);
    }
    .sci-flow__art svg{ transition: transform 280ms var(--ease-weighted); }
    .sci-flow__card:hover .sci-flow__art svg{ transform: rotate(90deg); }
}
.sci-flow__card h3{ position: relative; align-self: flex-start; padding-bottom: 7px; }
.sci-flow__card h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #da942c;
    transform: scaleX(0);
    transform-origin: left center;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .sci-flow__card h3::after{ transition: transform 320ms var(--ease-weighted); }
    .sci-flow__card:hover h3::after{ transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce){
    .sci-flow__card h3::after{ transform: none; opacity: 0; transition: opacity 150ms ease; }
    .sci-flow__card:hover h3::after{ opacity: 1; }
}

/* Step-3 wedge: "the dose breaks off" — once, on section enter */
@media (prefers-reduced-motion: no-preference){
    .sci-flow__card.wedge-go .sci-wedge{ animation: wedgeBreak 700ms var(--ease-snappy) .2s both; }
    @keyframes wedgeBreak{
        0%{ transform: translate(0, 0); }
        42%{ transform: translate(4.3px, -4.3px); }
        100%{ transform: translate(0, 0); }
    }
}

/* ---- Quarter Turn: product cards ------------------------------ */
.s3_prod_media{
    position: relative;
    width: 134px;
    margin: 18px auto 0;
}
.s3_prod_media .s3-bx-products{ width: 100%; margin: 0; }
.s3_prod_media__pose{
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}
/* When SKU-differentiated hover poses land: add .s3_prod_media--ready
   to the wrapper + the pose render src; the crossfade below activates. */
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .s3_product_box{ transition: transform 280ms var(--ease-weighted), box-shadow 280ms var(--ease-weighted), border-color 280ms ease; }
    .s3_product_box:hover{
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(37,22,15,.12);
        border-color: rgba(218,148,44,.55);
    }
    .s3_prod_media img{ transition: transform 280ms var(--ease-weighted), opacity 280ms var(--ease-weighted); }
    .s3_product_box:hover .s3_prod_media img{ transform: scale(1.04) rotate(-3deg); }
    .s3_product_box:hover .s3_prod_media--ready .s3_prod_media__pose{ opacity: 1; }
    .s3_product_box:hover .s3_prod_media--ready .s3_prod_media__base{ opacity: 0; }
}
@media only screen and (max-width: 767px){
    .s3_prod_media{ width: 115px; }
}

/* ---- Quarter Turn: buttons ------------------------------------ */
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .common__button, .prod_shop_btn, .pdp-sticky-cta__button{
        transition: transform 240ms var(--ease-snappy), background-color 240ms ease, box-shadow 240ms ease;
    }
    .common__button:hover, .prod_shop_btn:hover, .pdp-sticky-cta__button:hover{
        background-color: #c47f1c;
        transform: scale(1.02);
    }
    .common__button:active, .prod_shop_btn:active, .pdp-sticky-cta__button:active{
        transform: scale(.98);
        transition-duration: 80ms;
    }
    .common__button img, .prod_shop_btn img{ transition: transform 240ms var(--ease-snappy); }
    .common__button:hover img, .prod_shop_btn:hover img{ transform: translateX(2px) rotate(90deg); }
}
@media (prefers-reduced-motion: reduce){
    .common__button, .prod_shop_btn, .pdp-sticky-cta__button{ transition: opacity 150ms ease; }
    .common__button:hover, .prod_shop_btn:hover, .pdp-sticky-cta__button:hover{ opacity: .92; }
}

/* ---- Quarter Turn: PDP gallery -------------------------------- */
@media (prefers-reduced-motion: no-preference){
    .pdp_bnr_slideDiv .swiper-slide > *:first-child{
        transition: transform 420ms var(--ease-weighted);
        transform: scale(.985);
    }
    .pdp_bnr_slideDiv .swiper-slide-active > *:first-child{
        transform: scale(1);
        animation: galleryIn 420ms var(--ease-weighted);
    }
    @keyframes galleryIn{ from{ transform: scale(1.015); } to{ transform: scale(1); } }
}
/* amber quarter-arc on the active pagination bullet — the ¼ motif */
.pdp_bnr_slide_outer .swiper-pagination-bullet{ position: relative; overflow: visible; }
.pdp_bnr_slide_outer .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #da942c 0 90deg, transparent 90deg 360deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2.2px));
            mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2.2px));
}
@media (prefers-reduced-motion: no-preference){
    .pdp_bnr_slide_outer .swiper-pagination-bullet-active::after{
        animation: quarterArc 420ms var(--ease-weighted);
    }
    @keyframes quarterArc{ from{ transform: rotate(-90deg); opacity: 0; } to{ transform: rotate(0deg); opacity: 1; } }
}

/* ---- Quarter Turn: stat slot-roll + price slide ---------------- */
.slot-digit{
    display: inline-block;
    overflow: hidden;
    height: 1em;
    line-height: 1;
    vertical-align: baseline;
}
.slot-digit__reel{ display: block; }
.slot-digit__reel span{ display: block; height: 1em; line-height: 1; }
@media (prefers-reduced-motion: no-preference){
    .slot-digit__reel{ transition: transform 600ms var(--ease-weighted); }
    .price-slide{ animation: priceSlide 120ms var(--ease-weighted); }
    @keyframes priceSlide{ from{ transform: translateY(.35em); opacity: 0; } to{ transform: none; opacity: 1; } }
}
.purchase_type_price{ will-change: transform; }

/* about COA "view" button matches the link pills */
.about_coa_links button.coa-view-link{
    font: 600 13px/1 'Inter Tight', Arial, sans-serif;
    color: #f6f3ed;
    background: none;
    border: 1px solid rgba(246,243,237,.35);
    border-radius: 999px;
    padding: 11px 16px;
    cursor: pointer;
}
.about_coa_links button.coa-view-link:hover{ border-color: #da942c; color: #f1c65b; }
/* slot-roll digits keep the heading ink, not the amber span color
   (covers the runtime-built inner reel spans too) */
.pdp_banner_heading span.slot-num,
.pdp_banner_heading .slot-num span{ color: #25160f; }
.pdp_banner_heading .duration-num{ color: #25160f; }


/* ---- Immersive full-bleed hero film ---- */
.bnr_section{ position:relative; overflow:hidden; }
.bnr_media{ position:absolute; inset:0; z-index:0; }
.bnr_media picture{ display:block; width:100%; height:100%; }
.bnr_media .hero-bleed{ width:100%; height:100%; object-fit:cover; object-position:74% 50%; display:block; }
.bnr_media img.hero-bleed--static{ display:none; }
.bnr_media picture img.hero-bleed--static{ display:block; }
@media (prefers-reduced-motion: reduce){
    .bnr_media video.hero-bleed{ display:none; }
    .bnr_media img.hero-bleed--static{ display:block; }
}
.bnr_section .top-fix-bar{ position:relative; z-index:3; }
.bnr_section > .container{ position:relative; z-index:2; }
@media only screen and (min-width:768px){
    .bnr_section{ min-height: clamp(620px, 82vh, 820px); }
    .bnr_section > .container{ padding-top: 9vh; padding-bottom: 10vh; }
}
@media only screen and (max-width:767px){
    .bnr_section{ background:none !important; padding: 0 0 30px !important; min-height: 86vh; }
    .bnr_media .hero-bleed{ object-position: 50% 52%; }
    .bnr_content{ position:relative; }
    .bnr_content::before{
        content:""; position:absolute; inset:-24px -18px -18px -18px; z-index:-1;
        background: radial-gradient(120% 110% at 35% 40%, rgba(246,243,237,.92) 38%, rgba(246,243,237,.55) 64%, rgba(246,243,237,0) 85%);
        border-radius: 24px;
    }
}

/* ============================================================
   PDP STRUCTURE PASS — thumbnail rail · zoom lightbox · proof bar
   · sticky gallery offset · buy-box material polish
   ============================================================ */

/* ---- Gallery card: warm inset cream gradient, 24px radii ---- */
.pdp_bnr_slideDiv{
    background: linear-gradient(165deg, #faf7f1 0%, #f1ece1 100%);
    border-radius: 24px;
    padding: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 1px 2px rgba(47,27,17,.05);
}
.slide-img{ border-radius: 16px; cursor: zoom-in; }
.coa-slide{ border-radius: 16px; background: transparent; padding: 14px; }

/* dot pagination replaced by the thumb rail; node stays for Swiper init */
.pdp_bnr_slide_outer .swiper-pagination{ display: none !important; }

/* arrows recentre on the image now that the rail adds height below */
.custom-prev, .custom-next{ top: 40%; }

/* ---- Thumbnail rail ---- */
.pdp-thumb-rail{
    float: left;
    width: 100%;
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.pdp-thumb{
    position: relative;
    width: 68px; height: 68px; flex: 0 0 68px;
    padding: 0;
    border: 1px solid #d8c9b2;
    border-radius: 16px;
    background: linear-gradient(165deg, #faf7f1 0%, #f1ece1 100%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.pdp-thumb img{
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
.pdp-thumb--coa{
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    font: 800 10px/1 'Inter Tight', Arial, sans-serif;
    letter-spacing: .12em;
    color: #25160f;
    background: #f6f3ed;
}
.pdp-thumb--coa svg{ width: 20px; height: 20px; color: #a4540a; }
.pdp-thumb:focus-visible{ outline: 2px solid #da942c; outline-offset: 3px; }
/* active ring sweeps in from a quarter-arc — the ¼ motif */
@property --thumb-arc { syntax: '<angle>'; initial-value: 360deg; inherits: false; }
.pdp-thumb::after{
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 19px;
    padding: 2px;
    background: conic-gradient(from -90deg, #da942c var(--thumb-arc), transparent 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
    opacity: 0;
    pointer-events: none;
}
.pdp-thumb.is-active::after{ opacity: 1; }
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .pdp-thumb{ transition: border-color 200ms ease, transform 240ms var(--ease-weighted); }
    .pdp-thumb:hover{ border-color: rgba(218,148,44,.55); transform: translateY(-2px); }
}
@media (prefers-reduced-motion: no-preference){
    .pdp-thumb.is-active::after{ animation: thumbArc 420ms var(--ease-weighted); }
    @keyframes thumbArc{ from{ --thumb-arc: 90deg; opacity: .5; } to{ --thumb-arc: 360deg; opacity: 1; } }
}

/* ---- Zoom lightbox (natural-size pan; opened from active slide) ---- */
.pdp-zoom{ position: fixed; inset: 0; z-index: 10060; }
.pdp-zoom[hidden]{ display: none; }
.pdp-zoom__pan{
    position: absolute; inset: 0;
    overflow: auto;
    background: rgba(17,10,6,.92);
    cursor: grab;
    display: flex;
    -webkit-overflow-scrolling: touch;
}
.pdp-zoom__pan.is-dragging{ cursor: grabbing; }
.pdp-zoom__img{
    display: block;
    margin: auto;              /* safe-centers when smaller than the viewport */
    max-width: none;
    width: auto; height: auto;
    padding: 48px;
    box-sizing: content-box;
    flex: 0 0 auto;
}
.pdp-zoom__close{
    position: absolute; top: 18px; right: 18px;
    width: 44px; height: 44px;
    border: 1px solid rgba(246,243,237,.4);
    border-radius: 50%;
    background: rgba(17,10,6,.55);
    color: #f6f3ed;
    font-size: 24px; line-height: 1;
    cursor: pointer;
}
.pdp-zoom__close:hover{ border-color: #f6f3ed; }
.pdp-zoom__hint{
    position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
    font: 600 11px/1 'Inter Tight', Arial, sans-serif;
    letter-spacing: .08em; text-transform: uppercase;
    color: rgba(246,243,237,.78);
    background: rgba(17,10,6,.55);
    border-radius: 999px;
    padding: 9px 14px;
    white-space: nowrap;
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference){
    .pdp-zoom__pan{ animation: coaZoom 220ms var(--ease-weighted); }
}

/* ---- Sticky gallery: clear the 80px fixed nav while pinned ---- */
@media only screen and (min-width: 768px){
    .pdp_banner_left{ top: 96px; }
}

/* ---- Proof bar: hero → science bridge ---- */
.pdp-proof-bar{
    float: left;
    width: 100%;
    background: #25160f;
    padding: 20px 0;
}
.pdp-proof-bar__list{
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.pdp-proof-chip{
    display: flex;
    align-items: center;
    gap: 10px;
    font: 500 15px/1.25 'Inter Tight', Arial, sans-serif;
    color: #cdbfa9;
    letter-spacing: .01em;
}
.pdp-proof-chip svg{ width: 22px; height: 22px; flex: 0 0 22px; }
.pdp-proof-chip b{ color: #f6e7c9; font-weight: 700; }

/* ---- Buy-box tiles: refined hover/active (Quarter Turn) ---- */
.choose_strength_box.active, .pdp_choose_size_col.active, .purchase_type_row.active{
    box-shadow: 0 10px 22px -8px rgba(218,148,44,.45), 0 2px 6px rgba(47,27,17,.06);
    transform: translateY(-2px);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference){
    .choose_strength_box, .pdp_choose_size_col, .purchase_type_row{
        transition: border-color 200ms ease, box-shadow 240ms var(--ease-weighted), transform 240ms var(--ease-weighted);
    }
    .choose_strength_box:hover:not(.active),
    .pdp_choose_size_col:hover:not(.active),
    .purchase_type_row:hover:not(.active){
        border-color: rgba(218,148,44,.55);
    }
}
@media (prefers-reduced-motion: reduce){
    .choose_strength_box.active, .pdp_choose_size_col.active, .purchase_type_row.active{ transform: none; }
}

/* ---- Mobile: horizontal thumb row, tighter spacing ---- */
@media only screen and (max-width: 767px){
    .prodDetails_banner{ padding-top:14px; }
    .pdp_bnr_top{ display:none; }
    .pdp_banner_row{ margin-top:0; }
    /* Keep the product gallery as the mobile hero. The previous proof-first order pushed
       the bottle below the fold, making the PDP look like the hero image was removed. */
    .pdp_banner_left{ order:1; margin-top:0; padding-bottom:6px; }
    .pdp_banner_right{ order:2; margin-top:18px; }
    .pdp_bnr_right_text1{ margin-top:0; }
    .pdp_bnr_rgt_text3{ margin-top:10px; padding-top:9px; font-size:15px; line-height:21px; }
    ul.pdp_bnr_rgt_list{ margin-top:12px; }
    .pdp_banner_left{ padding-bottom: 6px; }
    .pdp-thumb-rail{
        gap: 10px;
        margin-top: 12px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 4px 2px 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .pdp-thumb-rail::-webkit-scrollbar{ display: none; }
    .pdp-thumb{ width: 60px; height: 60px; flex: 0 0 60px; }
    .custom-prev, .custom-next{ top: 37%; }
    .pdp-proof-bar{ padding: 16px 0; }
    .pdp-proof-bar__list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 14px;
        justify-items: start;
    }
    .pdp-proof-chip{ font-size: 13px; gap: 8px; }
    .pdp-proof-chip svg{ width: 18px; height: 18px; flex-basis: 18px; }
}

/* fix: the base .pdp-sticky-cta{display:none} sits nested inside the mobile
   media block, so desktop rendered the bar as an unstyled in-flow band */
@media only screen and (min-width: 768px){
    .pdp-sticky-cta{ display: none; }
}

/* fix: science render was pulled up -30px under the 3-line mobile headline,
   clipping "Makes It Last." against the dark render (reads broken) */
@media only screen and (max-width: 767px){
    .pdd_sec1_prod_mob{ margin-top: 4px; }
}

.bnr_media video.hero-bleed.show-mob{ display:none; }
@media only screen and (max-width:767px){
    .bnr_media video.hero-bleed.hide-mob{ display:none; }
    .bnr_media video.hero-bleed.show-mob{ display:block; }
    .bnr_media .hero-bleed{ object-position: 50% 52%; }
}

/* ---- PDP mobile rescue: dark hero first, buy controls second ---- */
.pdp-mobile-hero{ display:none; }
@media only screen and (max-width:767px){
    .pdp_nav,
    .fixed-nav .pdp_nav{
        background:#2b221d;
        border-bottom:1px solid rgba(246,243,237,.16);
        box-shadow:none;
    }
    .pdp_nav .logo{ filter:brightness(0) invert(1); }
    .pdp_nav .nav-btn,
    .pdp_nav .mob-mnu-ic{
        background:#f6f3ed;
        border-color:rgba(246,243,237,.9);
        box-shadow:0 7px 18px rgba(0,0,0,.22);
    }
    .pdp-mobile-hero{
        display:block;
        float:left;
        clear:both;
        width:100%;
        box-sizing:border-box;
        position:relative;
        overflow:hidden;
        min-height:calc(100svh - 60px);
        background:#140d09;
        color:#f6f3ed;
        isolation:isolate;
    }
    .pdp-mobile-hero__media,
    .pdp-mobile-hero__shade{ position:absolute; inset:0; }
    .pdp-mobile-hero__media img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:50% 54%;
        transform:scale(1.05);
        opacity:.88;
    }
    .pdp-mobile-hero__shade{
        z-index:1;
        background:
            radial-gradient(80% 54% at 50% 60%, rgba(218,148,44,.08), transparent 66%),
            linear-gradient(180deg, rgba(20,13,9,.62) 0%, rgba(20,13,9,.46) 42%, rgba(20,13,9,.78) 73%, #140d09 100%);
    }
    .pdp-mobile-hero__content{
        position:relative;
        z-index:2;
        min-height:calc(100svh - 60px);
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        padding:38px 15px 32px;
    }
    .pdp-mobile-hero__eyebrow{
        display:inline-flex;
        align-items:center;
        gap:10px;
        width:max-content;
        max-width:100%;
        margin-bottom:24px;
        padding:10px 15px;
        border:1px solid rgba(233,201,143,.34);
        border-radius:999px;
        background:rgba(246,243,237,.10);
        color:#f0e2c8;
        font:900 12px/1 'Inter Tight', Arial, sans-serif;
        letter-spacing:.03em;
        text-transform:uppercase;
    }
    .pdp-mobile-hero__eyebrow span,
    .pdp-mobile-hero__ship span{
        width:9px;
        height:9px;
        border-radius:50%;
        background:#df9f30;
        flex:0 0 9px;
    }
    .pdp-mobile-hero h1{
        margin:0;
        max-width:11ch;
        color:#e9c98f;
        font-family:'Fraunces 72pt', Fraunces, Georgia, serif;
        font-size:clamp(54px, 15.5vw, 74px);
        line-height:.92;
        letter-spacing:-.055em;
        font-weight:600;
    }
    .pdp-mobile-hero h1 span{ color:#f6f3ed; }
    .pdp-mobile-hero p{
        margin:22px 0 0;
        max-width:352px;
        color:rgba(246,243,237,.82);
        font:500 22px/1.25 'Inter Tight', Arial, sans-serif;
        letter-spacing:-.02em;
    }
    .pdp-mobile-hero__proof{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:10px;
        margin:27px 0 0;
        color:rgba(246,243,237,.86);
        font:800 18px/1.1 'Inter Tight', Arial, sans-serif;
    }
    .pdp-mobile-hero__proof img{ width:105px; height:auto; filter:drop-shadow(0 2px 5px rgba(0,0,0,.24)); }
    .pdp-mobile-hero__cta{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:12px;
        width:100%;
        min-height:82px;
        margin:26px 0 0;
        border-radius:999px;
        background:linear-gradient(90deg,#d9962d,#e0a13b);
        color:#fff;
        font:950 21px/1.05 'Inter Tight', Arial, sans-serif;
        letter-spacing:-.03em;
        text-align:center;
        box-shadow:0 20px 45px rgba(218,148,44,.30);
    }
    .pdp-mobile-hero__cta span{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:34px;
        height:34px;
        border-radius:50%;
        background:#fff7e8;
        color:#d9962d;
        flex:0 0 34px;
    }
    .pdp-mobile-hero__ship{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        margin:18px 0 0;
        color:rgba(246,243,237,.82);
        font:850 15px/1.15 'Inter Tight', Arial, sans-serif;
        letter-spacing:.02em;
        text-transform:uppercase;
    }
    .prodDetails_banner{ padding:22px 0 24px; }
    .prodDetails_banner .pdp_bnr_top,
    .pdp_banner_right > .pdp-hero-proof-strip,
    .pdp_banner_right > .pdp_bnr_right_title,
    .pdp_banner_right > .pdp_bnr_rgt_text2,
    .pdp_banner_right > .pdp_bnr_rgt_text3,
    .pdp_banner_right > .pdp-outcome-panel{ display:none !important; }
    .prodDetails_banner .pdp_banner_row{ margin-top:0; }
    .prodDetails_banner .pdp_banner_left{
        order:2;
        position:relative;
        width:100%;
        height:1px;
        min-height:0;
        margin:0;
        overflow:hidden;
        opacity:0;
        pointer-events:none;
    }
    .prodDetails_banner .pdp_banner_left .pdp_bnr_slide_outer,
    .prodDetails_banner .pdp_banner_left .pdp-thumb-rail{ height:1px; margin:0; overflow:hidden; }
    .prodDetails_banner .pdp_banner_right{ order:1; margin-top:0; }
    .pdp_bnr_strength_bundle{ margin-top:0; }
    .choose_strength_box.active,
    .pdp_choose_size_col.active,
    .purchase_type_row.active{ transform:none; }
    .prodDetails_sec1{ padding-top:34px; overflow:hidden; }
    .prodDetails_sec1 .common_heading{ font-size:32px; line-height:36px; }
    .pdd_sec1_prod_mob{
        display:block;
        position:relative;
        z-index:1;
        margin:18px 0 10px -15px;
        width:calc(100% + 30px);
        max-width:none;
    }
    .prodDetails_sec1 .pdp_sec1_row{ position:relative; z-index:2; background:#f6efe3; }
    .pdp_sec1_col{ align-items:flex-start; }
    .pdp_sec1_col:last-child{ margin-bottom:84px; }
}
@media only screen and (max-width:390px){
    .pdp-mobile-hero__cta{ font-size:20px; min-height:74px; }
    .pdp-mobile-hero p{ font-size:20px; }
    .pdp-mobile-hero__proof{ font-size:16px; }
}

/* ---- lush espresso hero: light-on-dark text, solid nav bar ---- */
.bnr_section .top-fix-bar{ background:#f6f3ed; box-shadow: 0 1px 0 rgba(37,22,15,.08); }
@media only screen and (min-width:768px){
    .bnr_section .bnr_heading, .bnr_section .bnr_heading span{ color:#f6f3ed; }
    .bnr_section .bnr_heading span{ color:#e9c98f; }
    .bnr_section .bnr_text{ color:rgba(246,243,237,.82); }
    .bnr_section .btn_rating_text, .bnr_section .btn_ship_text{ color:rgba(246,243,237,.85); }
    .bnr_section .bnr_strip{ background:rgba(246,243,237,.12); color:#f0e2c8; border:1px solid rgba(233,201,143,.35); }
}
@media only screen and (max-width:767px){
    .bnr_content::before{
        background: radial-gradient(120% 110% at 35% 40%, rgba(28,18,12,.78) 38%, rgba(28,18,12,.45) 64%, rgba(28,18,12,0) 85%);
    }
    .bnr_section .bnr_heading, .bnr_section .bnr_heading span{ color:#f6f3ed; }
    .bnr_section .bnr_heading span{ color:#e9c98f; }
    .bnr_section .bnr_text, .bnr_section .btn_rating_text, .bnr_section .btn_ship_text{ color:rgba(246,243,237,.85); }
    .bnr_section .bnr_strip{ background:rgba(246,243,237,.14); color:#f0e2c8; border:1px solid rgba(233,201,143,.35); }
}

/* ============================================================
   RHYTHM PASS — tonal banding, soft seams, depth & spacing scale
   (stier2-research §3: bands map to content temperature, vary
   width per band, no stacked-rectangle hard cuts)
   .hband markers live on homepage + /about sections only;
   PDP sections carry no .hband and are untouched.
   ============================================================ */

/* ---- two-step vertical rhythm: 96px standard / 128px espresso ---- */
.hband{ padding: 96px 0; }
.hband--espresso{ padding: 128px 0; }

/* ---- espresso bands: ONE consistent soft-gradient seam (~84px)
   top/bottom edges blend from the neighboring band color into
   espresso. Eased (smoothstep) stops so the fade reads as a
   deliberate seam, not a blur smear ---- */
.hband--espresso{
    --seam-h: 84px;
    --seam-top: #f6efe3;   /* cream (common-bg.webp base) */
    --seam-bottom: #fff;
    background: linear-gradient(180deg,
        var(--seam-top) 0,
        color-mix(in srgb, var(--seam-top) 84%, #25160f) calc(var(--seam-h) * 0.25),
        color-mix(in srgb, var(--seam-top) 50%, #25160f) calc(var(--seam-h) * 0.5),
        color-mix(in srgb, var(--seam-top) 16%, #25160f) calc(var(--seam-h) * 0.75),
        #25160f var(--seam-h),
        #25160f calc(100% - var(--seam-h)),
        color-mix(in srgb, var(--seam-bottom) 16%, #25160f) calc(100% - var(--seam-h) * 0.75),
        color-mix(in srgb, var(--seam-bottom) 50%, #25160f) calc(100% - var(--seam-h) * 0.5),
        color-mix(in srgb, var(--seam-bottom) 84%, #25160f) calc(100% - var(--seam-h) * 0.25),
        var(--seam-bottom) 100%);
}
.section_2.hband--espresso{ --seam-bottom: #fcf9f1; } /* into the #shop wash */
.section_story.hband--espresso{ --seam-bottom: #f6efe3; } /* into the FAQ cream */
.seam-top-white{ --seam-top: #fff; }                  /* /about final CTA sits under a white band */

/* ---- marquee strip: solid espresso, part of the hero's dark mass.
   Its seam into the cream lives on section_1's top edge (below),
   so the strip itself stays crisp behind the ticker text ---- */
.scrollStrip{ box-shadow: none; }
.section_1{
    background:
        linear-gradient(180deg,
            #25160f 0,
            rgba(37,22,15,.84) 21px,
            rgba(37,22,15,.5) 42px,
            rgba(37,22,15,.16) 63px,
            rgba(37,22,15,0) 84px),
        url(../images/common-bg.webp) center top / cover no-repeat;
}

/* ---- section_2: full-bleed espresso duration band ---- */
.section_2 .common_tag{
    background: rgba(246,243,237,.08);
    border-color: rgba(246,243,237,.25);
    color: #cbb27e;
}
.section_2 .common_heading{ color: #f6efe2; }
.section_2 .common_text{ color: #cfc4b4; }
/* the white chart card pops against the espresso */
.section_2 .duration-chart{
    margin-top: 42px;
    box-shadow: 0 44px 90px -40px rgba(0,0,0,.8), 0 18px 44px -24px rgba(0,0,0,.55);
}

/* ---- width rhythm break: the espresso chart band reads on a
   slightly narrower measure than the 1170px standard ---- */
.section_2 .container{ width: 1080px; }

/* ---- section_3 (#shop): light base + soft radial warm wash
   behind the product cards; base eases down to the cream of the
   comparison band so the (now adjacent) section_5 joins seamlessly ---- */
.section_3{
    background: #fcf9f1;
    background-image:
        radial-gradient(58% 52% at 50% 56%, rgba(218,148,44,.15), rgba(218,148,44,0) 72%),
        linear-gradient(180deg, #fcf9f1 0, #f6efe3 100%);
}

@media only screen and (max-width:1200px){
    .section_2 .container{ width: 940px; }
}
@media only screen and (max-width:1021px){
    .hband{ padding: 72px 0; }
    .hband--espresso{ --seam-h: 72px; padding: 96px 0; }
    .section_2 .container{ width: 700px; }
}
@media only screen and (max-width:767px){
    .hband{ padding: 56px 0; }
    .hband--espresso{ --seam-h: 56px; padding: 88px 0; }
    .section_2 .container{ width: 100%; }
    .section_1{
        background:
            linear-gradient(180deg,
                #25160f 0,
                rgba(37,22,15,.84) 12px,
                rgba(37,22,15,.5) 24px,
                rgba(37,22,15,.16) 36px,
                rgba(37,22,15,0) 48px),
            url(../images/common-bg-mob.webp) center top / cover no-repeat;
    }
}

/* hero nav over the dark film: light ink until sticky engages */
.bnr_section .top-fix-bar:not(.fixed-nav){
    background: linear-gradient(180deg, rgba(20,12,8,.55), rgba(20,12,8,0));
    box-shadow: none;
}
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-sec{
    background: rgba(246,239,227,.12);
    border-bottom-color: rgba(246,239,227,.24);
    backdrop-filter: blur(10px);
}
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-link{ color:#f6f3ed; }
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-link::after{ background:#e9c98f; }
.bnr_section .top-fix-bar:not(.fixed-nav) .logo,
.bnr_section .top-fix-bar:not(.fixed-nav) .mob-mnu-ic .bar1,
.bnr_section .top-fix-bar:not(.fixed-nav) .mob-mnu-ic .bar2{ filter: invert(1) brightness(1.6); }
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-btn{ background:rgba(246,243,237,.92); }
.bnr_section .top-fix-bar:not(.fixed-nav) .mob-mnu-ic .dl-trigger div{ filter:none; background:#25160f; }
@media only screen and (max-width:767px){
    .bnr_section .top-fix-bar:not(.fixed-nav){ padding-top: 6px; }
}

/* ---- Bank review policy/contact pages ---- */
.policy-nav{
    float:left;
    width:100%;
    background:#f6f3ed;
    border-bottom:1px solid rgba(37,22,15,.12);
}
.policy-nav__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:78px;
}
.policy-nav__logo{ display:block; width:92px; height:auto; }
.policy-nav nav,
.policy-footer nav{
    display:flex;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
}
.policy-nav a,
.policy-footer a{
    color:#25160f;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}
.policy-page{
    float:left;
    width:100%;
    background:#f6efe3;
    color:#25160f;
    text-align:left;
}
.policy-hero{
    padding:64px 15px 28px;
}
.policy-hero h1{
    max-width:850px;
    margin:12px 0 0;
    font-family:'Fraunces 72pt', Georgia, serif;
    font-size:58px;
    line-height:62px;
    font-weight:600;
    letter-spacing:0;
}
.policy-updated{
    margin-top:14px;
    color:#6b5846;
    font-size:16px;
    line-height:22px;
    font-weight:700;
}
.policy-body{
    padding:0 15px 72px;
}
.policy-section{
    max-width:920px;
    margin-top:18px;
    padding:24px;
    border:1px solid rgba(77,48,28,.16);
    border-radius:8px;
    background:rgba(255,253,247,.76);
}
.policy-section h2{
    margin:0 0 12px;
    color:#25160f;
    font-family:'Fraunces 72pt', Georgia, serif;
    font-size:30px;
    line-height:34px;
    font-weight:600;
}
.policy-section p,
.policy-section li{
    color:#3f3127;
    font-size:17px;
    line-height:27px;
}
.policy-section p + p{ margin-top:10px; }
.policy-section ul{ margin:0; padding-left:20px; }
.policy-section li{ margin:7px 0; list-style:disc; }
.policy-section a{ color:#a84f1c; text-decoration:underline; text-underline-offset:3px; }
.policy-footer{
    float:left;
    width:100%;
    padding:34px 0 38px;
    background:#fff;
    border-top:1px solid rgba(37,22,15,.12);
    text-align:left;
}
.policy-footer p{
    color:#4f3a2c;
    font-size:15px;
    line-height:22px;
    font-weight:700;
}
.policy-footer nav{ margin-top:16px; }
@media only screen and (max-width:767px){
    .policy-nav__inner{ min-height:64px; }
    .policy-nav__logo{ width:72px; }
    .policy-nav nav,
    .policy-footer nav{ gap:14px; }
    .policy-nav a,
    .policy-footer a{ font-size:12px; line-height:16px; }
    .policy-hero{ padding-top:42px; }
    .policy-hero h1{ font-size:40px; line-height:42px; }
    .policy-section{ padding:18px; }
    .policy-section h2{ font-size:25px; line-height:29px; }
    .policy-section p,
    .policy-section li{ font-size:15px; line-height:23px; }
}

/* ============================================================
   RHYTHM FIX — gate C findings (2026-06-12)
   1) one seam language (soft vertical gradient seam everywhere)
   2) espresso-band caption out of the fade zone, AA contrast
   3) testimonial merge: quote marquee lives as a compact strip
      inside section_6, above the named reviews grid
   4) Our Story is a full-bleed espresso band (.section_story)
      with the same seam as section_2 / section_8 — no more
      inset-card edge or white/cream mismatch line
   ============================================================ */

/* ---- 2: duration band closing line — cream, solid-espresso zone.
   position/z-index: the parallaxed chart card is a stacking context,
   so its big drop shadow painted OVER this line and grayed it out ---- */
.section_2 .duration-kicker{
    position: relative;
    z-index: 1;
    color: #f6efe2;
    font-weight: 600;
    margin-top: 26px;
}
/* chart disclaimer sits on the white card: lift to AA (≥4.5:1) */
.duration-chart__disclaimer{ color: #6b5d4d; }

/* ---- 3: testimonial merge ---- */
/* section_6 joins the cream stretch (kills the white/cream band cut
   that ran under the old story card) */
.section_6{
    background: url(../images/common-bg.webp) center top / cover no-repeat;
}
/* named review cards pop white against the cream, mirroring the
   white chart card on the espresso band */
.reviews_box{
    background: #fff;
    border-color: #e3d8c4;
}
/* UGC review rail, restored from the original social-proof section */
.section_6 .s4_video_slider{ margin-top: 38px; }
.section_6 .s4-mid-row{ margin: 0 auto; }
.section_6 .s4-mid-col{
    height: auto;
    background: #fff;
    border: 1px solid #e3d8c4;
    border-radius: 16px;
    cursor: grab;
}
.section_6 .ugc-review-card{
    aspect-ratio: 602 / 1070;
    height: clamp(345px, 31vw, 535px);
    border-radius: 22px;
    background: #f8f1e6;
    border-color: #d9c5a8;
    box-shadow: 0 18px 42px rgba(55, 34, 20, .12);
}
.section_6 .ugc-video-card{
    position: relative;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
}
.section_6 .ugc-video-card::after{
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    border-radius: 0 0 inherit inherit;
    background: linear-gradient(180deg, rgba(20, 11, 6, 0), rgba(20, 11, 6, .62));
    pointer-events: none;
}
.section_6 .ugc-review-card .ugc-poster{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.section_6 .ugc-review-card:hover .ugc-poster{
    opacity: 1;
    transform: translateY(-3px);
}
.ugc-video-play{
    position: absolute;
    left: 18px;
    bottom: 54px;
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff7e8;
    box-shadow: 0 10px 24px rgba(28, 15, 9, .24);
}
.ugc-video-play::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #a4540a;
    transform: translate(-50%, -50%);
}
.ugc-video-label{
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 20px;
    z-index: 2;
    color: #fff7e8;
    font-size: 13px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(18, 10, 5, .55);
}
.section_6 .quote-card .s4_mid_content{
    display: block !important;
    position: static;
    height: 100%;
    padding: 20px 22px 22px;
    text-align: left;
}
.section_6 .s4_mid_cont_text1{
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .08em;
    color: #a4540a;
    font-weight: 700;
}
.section_6 .s4_mid_cont_text2{
    font-size: 15px;
    line-height: 22px;
    color: #3f3429;
    font-weight: 500;
    margin-top: 10px;
}
.section_6 .reviews_wrap{ margin-top: 44px; }

.ugc-modal{
    background: rgba(20, 11, 6, .72);
}
.ugc-modal.active{
    z-index: 10000;
}
body.ugc-modal-open{
    overflow: hidden;
}
.ugc-video-dialog{
    width: min(92vw, 420px);
    min-height: 0;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .45);
    cursor: default;
}
.ugc-modal-video{
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
}
.ugc-close{
    border: 0;
    cursor: pointer;
}
.ugc-close::before,
.ugc-close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 2px;
    background: #25160f;
    border-radius: 999px;
}
.ugc-close::before{ transform: translate(-50%, -50%) rotate(45deg); }
.ugc-close::after{ transform: translate(-50%, -50%) rotate(-45deg); }

/* ---- 4: Our Story espresso band ---- */
.section_story{
    float: left;
    width: 100%;
}
.section_story .story_box{
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
}
.section_story .story_grid{ padding: 0; }

@media only screen and (max-width: 767px){
    .section_6 .s4_video_slider{ margin-top: 25px; }
    .section_6 .reviews_wrap{ margin-top: 25px; }
    .section_6 .ugc-review-card{ height: 360px; border-radius: 18px; }
    .ugc-video-play{ width: 42px; height: 42px; left: 15px; bottom: 48px; }
    .ugc-video-label{ left: 15px; right: 15px; bottom: 18px; font-size: 12px; }
    .section_6 .s4_mid_cont_text2{ font-size: 13px; line-height: 19px; }
    .section_6 .quote-card .s4_mid_content{ padding: 16px 16px 18px; }
    .section_story .story_grid{ padding: 0; }
    .section_story .story_box{ width: 100%; margin-left: 0; }
}

.bnr_section .top-fix-bar:not(.fixed-nav) .nav-btn .nav-cart-icon,
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-btn svg{ filter:none !important; }
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-btn path,
.bnr_section .top-fix-bar:not(.fixed-nav) .nav-btn circle{ stroke:#25160f !important; }
@media only screen and (min-width:768px){
    .bnr_section .btn_rating_text, .bnr_section .btn_ship_text{
        text-shadow: 0 1px 3px rgba(20,12,8,.65), 0 0 18px rgba(20,12,8,.45);
    }
}

/* PDP size selector final polish overrides */
.pdp_bnr_size_bundle .pdp_choose_size_col{display:flex;min-height:132px;overflow:visible;background:linear-gradient(180deg,#fffdf7,#fbf0df);border-color:rgba(77,48,28,.16);}
.pdp_bnr_size_bundle .pdp_choose_size_col.active{border-color:#24533f;background:linear-gradient(180deg,#f8fff8,#eef8ed);box-shadow:0 15px 32px -16px rgba(36,83,63,.62),0 5px 14px rgba(47,27,17,.08);}
.pdp_bnr_size_bundle .pdp_choose_size_col--recommended:before{content:"Best balance";height:24px;background:#24533f;color:#fff7df;border-radius:15px 15px 0 0;}
.pdp_bnr_size_bundle .pdp_choose_size_col--recommended{padding-top:34px;}
.pdp_bnr_size_bundle .pdp_size_chs_inr{align-items:flex-start;min-height:100%;}
.pdp_bnr_size_bundle .pdp_size_chs_inr > div:last-child{display:grid;grid-template-rows:22px auto auto 1fr;align-content:start;min-width:0;}
.pdp_bnr_size_bundle .size_value_badge{height:20px;align-items:center;margin-bottom:7px;padding:0 8px;font-size:8px;letter-spacing:.07em;background:#efe6d5;color:#594331;}
.pdp_bnr_size_bundle .size_value_badge--popular{background:#ffe8b6;color:#5c3400;}
.pdp_bnr_size_bundle .size_value_badge--recommended{background:#24533f;color:#fff7df;}
.pdp_bnr_size_bundle .size_value_badge--best{background:#173b2d;color:#fff7df;}
.pdp_bnr_size_bundle .pdp_choose_size_col input[type=radio]:checked + span{border-color:#24533f;}
.pdp_bnr_size_bundle .pdp_choose_size_col input[type=radio]:checked + span:after{background:#24533f;}
.pdp_bnr_size_bundle .size_count_subtext span{color:#24533f;}
/* Guard against a stale reveal state making the comparison table look blank. */
.section_5 .compare_box.rv{opacity:1!important;transform:none!important;}
/* Make the illustrative duration curves visible even if scroll-draw animation is skipped. */
.duration-chart .dc-curve{stroke-dasharray:none!important;stroke-dashoffset:0!important;}
.duration-chart .dc-curve--gold{stroke:#da942c!important;stroke-width:7!important;opacity:1!important;}
.duration-chart .dc-curve--fade{stroke:#b3543f!important;stroke-width:6!important;opacity:.78!important;}
@media only screen and (max-width:767px){.pdp_bnr_size_bundle .pdp_choose_size_col{min-height:120px}.pdp_bnr_size_bundle .size_value_badge{font-size:7px;padding:0 6px}}

/* PDP conversion upgrade: hero proof, outcome cards, customer proof, mechanism bridge */
.pdp-hero-proof-strip{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    margin:0 0 12px;
}
.pdp-hero-proof-strip span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:30px;
    padding:7px 10px;
    border:1px solid rgba(36,83,63,.18);
    border-radius:999px;
    background:linear-gradient(180deg,#fffdf7,#f7efdf);
    color:#2d241b;
    font-size:12px;
    line-height:14px;
    font-weight:800;
    letter-spacing:.01em;
    box-shadow:0 8px 20px rgba(47,27,17,.06);
}
.pdp-hero-proof-strip img{display:block;width:76px;height:auto;}
.pdp-outcome-panel{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:9px;
    margin:16px 0 18px;
}
.pdp-outcome-panel__card{
    position:relative;
    overflow:hidden;
    min-height:112px;
    padding:14px 13px 13px;
    border:1px solid rgba(218,148,44,.30);
    border-radius:16px;
    background:linear-gradient(155deg,#fffaf0 0%,#f5ead7 72%,#e9d5b8 100%);
    box-shadow:0 15px 28px rgba(47,27,17,.08);
}
.pdp-outcome-panel__card:before{
    content:"";
    position:absolute;
    right:-22px;
    top:-26px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(36,83,63,.10);
}
.pdp-outcome-panel__card strong{
    position:relative;
    display:block;
    color:#24160f;
    font-size:13px;
    line-height:15px;
    font-weight:900;
    letter-spacing:.01em;
}
.pdp-outcome-panel__card span{
    position:relative;
    display:block;
    margin-top:7px;
    color:#665545;
    font-size:12px;
    line-height:16px;
    font-weight:600;
}
.pdp-customer-proof,
.pdp-mechanism-bridge{
    float:left;
    width:100%;
    background:url(../images/common-bg.webp) center top / cover no-repeat;
}
.pdp-customer-proof{padding:68px 0 42px;}
.pdp-customer-proof__head{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:42px;
    align-items:end;
}
.pdp-customer-proof__head .common_heading{margin-top:13px;text-align:left;}
.pdp-customer-proof__head p{
    color:#5f5145;
    font-size:17px;
    line-height:27px;
    font-weight:600;
    margin:0 0 12px;
}
.pdp-proof-marquee{
    display:grid;
    grid-template-columns:1fr 1.2fr 1fr;
    gap:16px;
    margin:30px 0 18px;
}
.pdp-proof-quote{
    min-height:220px;
    padding:24px 22px 22px;
    border:1px solid #e0ceb2;
    border-radius:22px;
    background:#fffdf8;
    box-shadow:0 18px 42px rgba(55,34,20,.10);
}
.pdp-proof-quote--feature{
    background:linear-gradient(150deg,#25160f,#3a2416 64%,#24533f);
    color:#fff7df;
    transform:translateY(-10px);
    box-shadow:0 22px 52px rgba(37,22,15,.22);
}
.pdp-proof-quote img{display:block;width:86px;height:auto;margin-bottom:16px;}
.pdp-proof-quote p{
    color:#2b2119;
    font-family:Georgia,'Times New Roman',serif;
    font-size:21px;
    line-height:29px;
    margin:0 0 20px;
}
.pdp-proof-quote--feature p{color:#fff7df;}
.pdp-proof-quote strong{
    display:block;
    color:#24160f;
    font-size:14px;
    line-height:18px;
    font-weight:900;
}
.pdp-proof-quote--feature strong{color:#f4d081;}
.pdp-proof-quote strong span{
    display:block;
    color:#8a7a6a;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-top:3px;
}
.pdp-proof-quote--feature strong span{color:#eadcc3;}
.pdp-trust-metrics{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    border:1px solid #dfceb3;
    border-radius:22px;
    background:#fff7e9;
}
.pdp-trust-metrics div{
    padding:18px 18px;
    border-right:1px solid #dfceb3;
    text-align:center;
}
.pdp-trust-metrics div:last-child{border-right:0;}
.pdp-trust-metrics b{
    display:block;
    color:#24533f;
    font-size:24px;
    line-height:28px;
    font-weight:900;
}
.pdp-trust-metrics span{
    display:block;
    color:#6c5e4f;
    font-size:12px;
    line-height:16px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-top:4px;
}
.pdp-mechanism-bridge{padding:24px 0 70px;}
.pdp-mechanism-bridge__card{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:34px;
    align-items:center;
    padding:34px;
    border-radius:30px;
    background:linear-gradient(135deg,#25160f 0%,#372315 52%,#173b2d 100%);
    box-shadow:0 28px 68px rgba(37,22,15,.22);
}
.pdp-mechanism-bridge__copy .common_tag{background:#fff1cf;color:#6e3d00;}
.pdp-mechanism-bridge__copy .common_heading{color:#fff7df;text-align:left;margin-top:14px;}
.pdp-mechanism-bridge__copy .common_heading span{color:#f4d081;}
.pdp-mechanism-bridge__copy p{
    color:#eadcc3;
    font-size:18px;
    line-height:29px;
    font-weight:600;
    margin-top:16px;
}
.pdp-mechanism-grid{
    display:grid;
    grid-template-columns:1fr 44px 1fr;
    gap:12px;
    align-items:center;
}
.pdp-mechanism-node,
.pdp-mechanism-result{
    border-radius:22px;
    background:#fffdf8;
    border:1px solid rgba(255,247,223,.20);
    padding:22px;
    box-shadow:0 18px 38px rgba(0,0,0,.14);
}
.pdp-mechanism-node span{
    display:inline-grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    color:#25160f;
    background:#f4d081;
    font-weight:900;
    margin-bottom:12px;
}
.pdp-mechanism-node--green span{background:#24533f;color:#fff7df;}
.pdp-mechanism-node h3{
    color:#25160f;
    font-size:28px;
    line-height:30px;
    margin:0 0 8px;
    font-weight:900;
}
.pdp-mechanism-node p,
.pdp-mechanism-result p{
    color:#655544;
    font-size:14px;
    line-height:21px;
    margin:0;
    font-weight:600;
}
.pdp-mechanism-plus{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:50%;
    color:#25160f;
    background:#f4d081;
    font-size:28px;
    font-weight:900;
    box-shadow:0 12px 24px rgba(0,0,0,.18);
}
.pdp-mechanism-result{
    grid-column:1 / -1;
    display:flex;
    gap:18px;
    align-items:center;
    background:#f5ead7;
}
.pdp-mechanism-result b{
    color:#24533f;
    font-size:28px;
    line-height:30px;
    font-weight:900;
}
@media only screen and (max-width:1023px){
    .pdp-outcome-panel{grid-template-columns:1fr;}
    .pdp-outcome-panel__card{min-height:auto;}
    .pdp-customer-proof__head,
    .pdp-mechanism-bridge__card{grid-template-columns:1fr;}
    .pdp-proof-marquee{grid-template-columns:1fr;}
    .pdp-proof-quote--feature{transform:none;}
}
@media only screen and (max-width:767px){
    .pdp-hero-proof-strip{gap:6px;margin-bottom:10px;}
    .pdp-hero-proof-strip span{font-size:11px;padding:6px 8px;}
    .pdp-hero-proof-strip img{width:68px;}
    .pdp-customer-proof{padding:44px 0 30px;}
    .pdp-customer-proof__head{gap:12px;}
    .pdp-customer-proof__head .common_heading{text-align:center;}
    .pdp-customer-proof__head p{text-align:center;font-size:15px;line-height:23px;}
    .pdp-proof-marquee{gap:12px;margin-top:22px;}
    .pdp-proof-quote{min-height:auto;padding:20px 18px;border-radius:18px;}
    .pdp-proof-quote p{font-size:18px;line-height:26px;}
    .pdp-trust-metrics{grid-template-columns:1fr 1fr;border-radius:18px;}
    .pdp-trust-metrics div{padding:15px 10px;}
    .pdp-trust-metrics div:nth-child(2){border-right:0;}
    .pdp-trust-metrics div:nth-child(-n+2){border-bottom:1px solid #dfceb3;}
    .pdp-trust-metrics b{font-size:20px;line-height:24px;}
    .pdp-mechanism-bridge{padding:14px 0 46px;}
    .pdp-mechanism-bridge__card{padding:24px 18px;border-radius:24px;gap:22px;}
    .pdp-mechanism-bridge__copy .common_heading{text-align:center;}
    .pdp-mechanism-bridge__copy p{text-align:center;font-size:15px;line-height:24px;}
    .pdp-mechanism-grid{grid-template-columns:1fr;}
    .pdp-mechanism-plus{margin:-2px auto;}
    .pdp-mechanism-result{display:block;text-align:center;}
    .pdp-mechanism-result b{display:block;margin-bottom:8px;}
}
