@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2f2f2f;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "Raleway", sans-serif;
	font-weight:400;
}
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; vertical-align:middle; max-width:100%; height: auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

:root {
    --gold: #C9A84C;
    --gold-light: #E8D5A3;
    --gold-dark: #8B6914;
    --cream: #FAF6EF;
    --ivory: #F5EFE4;
    --charcoal
		#1C1C1E
: #1C1C1E;
    --deep: #0D0D0D;
    --text-muted: #6B6560;
    --white: #FFFFFF;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Raleway', sans-serif;
}

    /* ─── UTILITIES ─── */
    .gold-line {
      display: block;
      width: 60px; height: 1px;
      background: var(--gold);
      margin: 0 auto 1.4rem;
    }
    .section-label {
      font-family: var(--font-sans);
    font-size: 15px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .6rem;
    }
    .section-title {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 300;
      line-height: 1.15;
      color: var(--charcoal);
	  text-transform: capitalize;
    }
    .section-title em {
      font-style: italic;
      color: var(--gold-dark);
    }
    .section-body {
      font-size: 18px;
    line-height: 1.85;
    color: #000;
    font-weight: 400;
    }

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1166px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk,.show-mob{display:none;}




/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 205px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background:none;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
	border:1px solid #514131;
}
.no-btn{}
.no-btn:hover { background: #514131;}
.yes-btn:hover {    background: #8c7535;}



/*====banner====*/
.banner{
	float:left;
	width:100%;
	/*background:url(../images/banner.jpg) no-repeat center top #fbfbf9;*/
	background-size:cover;
	/*height:635px;*/
	background:#fff;
    padding: 55px 0 40px;
    overflow: hidden;
}
 #hero {
      min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding-top: 0;
    text-align: left;
    }
.hero-left {
     display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 0 0 0;
    position: relative;
    z-index: 2;
    }
 .hero-eyebrow {
      display: flex; align-items: center; gap: .8rem;
      margin-bottom: 1.8rem;
    }
    .hero-eyebrow span {
      font-size: 15px;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .hero-eyebrow::after {
      content: '';
      flex: 1; max-width: 50px; height: 1px;
      background: var(--gold);
    }
    .hero-title {
      font-family: var(--font-serif);
      font-size: clamp(3rem, 5.5vw, 5.2rem);
      font-weight: 300;
      line-height: 1.08;
      color: var(--charcoal);
      margin-bottom: 1.6rem;
    }
    .hero-title em {
      font-style: italic;
      color: var(--gold-dark);
    }
    .hero-title .line2 { padding-left: 2.5rem; }
    .hero-desc {
      font-size: 16px;
    line-height: 28px;
    color: var(--text-muted);
    max-width: 90%;
    margin-bottom: 2.8rem;
    }
    .hero-btns { display: flex; gap: 1.2rem; align-items: center; }
    .btn-primary:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
}
.btn-primary, .cart_btn_mob, .prod_btn, .continue-shpbtn {
    display: inline-block;
    padding: .9rem 2.4rem;
    background: #c9a84c;
    color: #fff;
    /* font-family: var(--font-sans); */
    font-size: 17px;
    letter-spacing: .18em;
    text-transform: uppercase;
    border: 1px solid #c9a84c;
    cursor: pointer;
    transition: background .25s, color .25s;
}
    .btn-primary:hover { background: #8b6914; border-color: #8b6914; }
    .btn-ghost {
      display: inline-flex; align-items: center; gap: .6rem;
      font-size: .75rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--charcoal);
      transition: color .25s;
    }
    .btn-ghost:hover { color: var(--gold); }
    .btn-ghost svg { width:16px; height:16px; }
    .hero-stats {
      margin-top: 4rem;
      display: flex; gap: 3rem;
    }
    .stat-num {
      font-family: var(--font-serif);
      font-size: 2rem;
      font-weight: 300;
      color: var(--gold);
    }
    .stat-label {
      font-size: .7rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-top: .2rem;
    }

    /* Hero right — image mosaic */
    .hero-right {
      position: relative;
      background: var(--deep);
      overflow: hidden;
    }
    .hero-img-main {
      width: 100%; height: 100%;
      object-fit: cover;
      opacity: .85;
      filter: sepia(.15) contrast(1.05);
    }
    .hero-badge {
      position: absolute; bottom: 2.5rem; left: 2.5rem;
      background: rgba(250,246,239,.92);
      padding: 1.2rem 1.6rem;
      border-left: 3px solid var(--gold);
    }
    .hero-badge-title {
      font-family: var(--font-serif);
      font-size: 1.1rem;
      color: var(--charcoal);
      font-weight: 400;
    }
    .hero-badge-sub {
      font-size: .72rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--gold);
      margin-top: .3rem;
    }
.bnr-prods{
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		}


    /* hero entrance animations */
    .hero-left > * {
      opacity: 0;
      transform: translateY(24px);
      animation: fadeUp .8s forwards;
    }
    .hero-eyebrow  { animation-delay: .1s; }
    .hero-title    { animation-delay: .25s; }
    .hero-desc     { animation-delay: .4s; }
    .hero-btns     { animation-delay: .55s; }
    .hero-stats    { animation-delay: .7s; }
    .hero-right    { animation: fadeIn 1.2s .2s forwards; opacity: 0; }

    @keyframes fadeUp { to { opacity:1; transform:translateY(0); } }
    @keyframes fadeIn { to { opacity:1; } }
/*.shop_btn, .bnrbtn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 200px;
    background: #f36d8e;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-family: inherit;
    letter-spacing: 0.3px;
    height: 50px;
    margin-top: 25px;
    text-transform: capitalize;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 50px;
	}

/*===section_STRIP===*/	
.strip{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f4f0e8;
	}
 #intro {
      padding: 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    align-items: center;
    }
    .intro-images {
      position: relative;
      height: 520px;
    }
    .intro-img-a {
      position: absolute; top: 0; left: 0;
      width: 68%; height: 76%;
      object-fit: cover;
      filter: sepia(.1);
    }
    .intro-img-b {
      position: absolute; bottom: 0; right: 0;
      width: 60%; height: 60%;
      object-fit: cover;
      border: 6px solid var(--cream);
      filter: sepia(.08);
    }
    .intro-accent {
      position: absolute; top: 40%; left: 44%;
      width: 90px; height: 90px;
      background: var(--gold);
      opacity: .12;
      border-radius: 50%;
    }
    .intro-text { padding-right: 0;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 0; }
    .intro-text .section-title { margin: .8rem 0 1.6rem; }
    .intro-text .section-body { margin-bottom: 1.8rem; }
    .intro-quote {
      border-left: 2px solid var(--gold);
      padding-left: 1.4rem;
      font-family: var(--font-serif);
      font-size: 1.25rem;
      font-style: italic;
      color: var(--charcoal);
      line-height: 1.6;
      margin: 2rem 0;
    }
    .intro-link {
      display: inline-flex; align-items: center; gap: .6rem;
      font-size: .75rem;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold-dark);
      border-bottom: 1px solid var(--gold);
      padding-bottom: .15rem;
    }
	
/*===section_1===*/	
.section_1{
    float: left;
    width: 100%;
    padding: 45px 0 40px;
    background: #fff;
    text-align: center;
	}
ul.s1_list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 13px;
    row-gap: 20px;
	margin-top: 30px;
}
ul.s1_list li {
	float: left;
    width: 24%;
    height: auto;
    padding: 0px 0 10px;
    position: relative;
    text-align: center;
    background: #fff;
}
ul.s1_list li:hover{ background: #f4f0e8; }
ul.s1_list li .s1_icon3 {
    display: inline-block;
    max-width: 160px;
    margin: 0 auto -40px;
}
.s1_icon1{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.prdt-bg{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 10px;
    border-radius: 0px 0px;
	}
.s1_icon2{
	display: block;
    max-width: 130px;
    margin: 0 auto 15px; width: 100%;
	}	
ul.s1_list li span{
    display: inline-block;
	width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #f36d8e;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0 0;
	}
ul.s1_list li p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #1c1c1c;
    font-weight: 600;
    margin-top: 0px;
	}
ul.s1_list li:nth-child(1) p{}	
ul.s1_list li:nth-child(3){
	}
ul.s1_list li .shop_btn {
	width: 130px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 8px;
	}		
.s1_mid{
	display:inline-block;
	width:100%;
	}
.comn-hding{
    display: inline-block;
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    color: #000;
    text-transform: capitalize;
	font-weight:400;

}
.comn-hding span { color: #f36d8e; font-weight: 700;  }
.common_text{
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #021014;
    margin-top: 15px;
	}
.common_text.martop0{ margin-top:0;} 
.s1_mid_left{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
	}
.sec1-text{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    bottom: 34px;
    padding: 23px 0;
    font-size: 42px;
    line-height: 52px;
    color: #191919;
    font-weight: 400;
    background: rgb(255, 255, 255, 0.6);
	}	
.s1_mid_left .shop_btn{ margin-top:35px;}
.s1_mid_right{
	float: left;
    width: 100%;
	}
.s1_mid_right_col{
	width:31%;
	border:1px solid #c4a588;
	overflow:hidden;
	border-radius:0 70px 0 70px;
	}
.s1_img{
	display:inline-block;
	max-width:100%;
	}
/*===product_section===*/	
.product_section{
	float:left;
	width:100%;
	padding:50px 0 50px;
	background:#fff;
	overflow:hidden;
	}
.product_section .comn-hding{}	
.product_section .comn-hding-2{	text-align: center;	}	
.product_box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 14px;
    margin-top: 28px;
    row-gap: 22px;
	}
.product_col{
	width: 23%;
    float: left;
    padding: 15px 0px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0px 0px;
}
.product_col:hover{ background:#f4f0e8; }
.prod_img_box{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    
	}
.prod_img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.prod_content{
	float: left;
    width: 100%;
    padding: 12px 0 0;
	}
.prod_quantity{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#815e4c;
	font-weight:300;
	}
.prod_title, .prod_title2{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #1c1c1c;
	    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0px;
	}
.prod_title2{}	
.prod_price{
        float: left;
    font-size: 23px;
    line-height: 30px;
    color: #c9a84c;
    font-weight: 700;
    margin: 5px 0px 12px 0;
    width: 100%;
	}

ul.prodt-list2{
	float: left;
    width: 100%;
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0px;
    row-gap: 20px;
}
ul.prodt-list2 li {
	float: left;
    width: 49%;
    position: relative;   
}
ul.prodt-list2 li img{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}	
ul.prodt-list2 li span{
	    display: block;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
	}
ul.prodt-list2 li p{
	    position: absolute;
    left: 40px;
    top: 170px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    width: 50%;
	}
	
ul.prodt-list2 li:nth-child(2) p {
    top: 30px;
    left: auto;
    right: 30px;
}
ul.prodt-list2 li:nth-child(3) p {
    top: 90px;
}
ul.prodt-list2 li:last-child p{
	left: auto;
    right: 10px;
    top: 70px;
	}	
.prodt-Div{
    float: left;
    width: 100%;
}
.prodt-Div .product_col {
    width: 24%;
	margin:0px;
	}			
/*===section_3===*/	
.section_3{
        float: left;
    width: 100%;
    text-align: left;
    padding: 50px 0 50px;
    background: #1c1c1e;
}
#collections {
      background: #1c1c1e;
    padding: 0 0 0;
    color: var(--white);
    text-align: left;
    }
    #collections .section-title { color: var(--white); margin: .8rem 0 .8rem; }
    .coll-header {
      display: flex; justify-content: space-between; align-items: flex-end;
      margin-bottom: 4rem;
    }
    .coll-header-left { max-width: 520px; }
    .coll-header-left .section-body { color: rgba(255,255,255,.55); margin-top: .8rem; }
    .coll-header-right .btn-ghost { color: var(--gold-light); }
    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.6rem;
    }
    .product-card, product-card2 {
      background: #252525;
      overflow: hidden;
      cursor: pointer;
      transition: transform .35s;
      position: relative;
    }
	.product-card2{background: #252525;
    overflow: hidden;
    cursor: pointer;
    transition: transform .35s;
    position: relative;}
	
	.product-card2 .shop-prod {
    max-width: 83%;
    display: inline-block;}
	.product-card, .prod_title2{ color:#fff;}
	.product-card .shop-prod{max-width: 100%;}
    .product-card:hover { transform: translateY(-6px); }
    .product-card:first-child {
      grid-row: span 2;
    }
    .prod-img-wrap {
      overflow: hidden;
      height: 280px;
    }
    .product-card:first-child .prod-img-wrap { height: 100%; min-height: 480px; }
    .prod-img-wrap img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform .6s;
      filter: brightness(.9) sepia(.1);
    }
    .product-card:hover .prod-img-wrap img { transform: scale(1.06); }
    .prod-info {
      padding: 1.4rem 1.6rem 1.6rem;
    }
    .prod-category {
      font-size: .66rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: .4rem;
    }
    .prod-name {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    color: var(--white);
    margin-bottom: .5rem;
    padding: -6px;
    text-transform: capitalize;
    }
    .prod-price {
      font-family: var(--font-serif);
      font-size: 1.05rem;
      color: var(--gold-light);
    }
    .prod-badge {
      position: absolute; top: 1rem; right: 1rem;
      background: var(--gold);
      color: var(--deep);
      font-size: .62rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: .35rem .75rem;
    }
/* CART STRIP CSS */
.cart-strp{
	display:none;
	background:rgba(146, 192, 85, 0.9);
	padding:15px 0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
}
.cart-inr{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	font-size:18px;
	color: #fff;
	line-height:22px;
}
.cart-icon{
	    width: 20px;
    opacity: 0.9;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    filter: invert(1);
}
.cart-inr span{
	display:inline-block;
	vertical-align:top;
}

p.thnx-txt1 {
    font-size: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
p.thnx-txt2 {
    font-size: 18px;
    float: left;
    width: 100%;
}
.prd-s1-ul{
	float:left;
	width:100%;
	margin:15px 0 0;
	text-align:left;
	}
.prd-s1-ul li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	}
	
/********************************************	*/	
.section_5{
           float: left;
    width: 100%;
    text-align: left;
    padding: 50px 0 50px;
    background: #f7f7ff;
}	

    /* ─── WHY CHOOSE ─── */
    #why {
      padding: 33px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    align-items: center;
    background: var(--deep);
    color: var(--white);
    }
    .why-images {
      position: relative;
      height: 560px;
    }
    .why-img-a {
      position: absolute; top: 0; right: 0;
      width: 72%; height: 72%;
      object-fit: cover;
      filter: sepia(.12) brightness(.85);
    }
    .why-img-b {
      position: absolute; bottom: 0; left: 0;
      width: 56%; height: 55%;
      object-fit: cover;
      border: 5px solid var(--deep);
      filter: sepia(.1) brightness(.9);
    }
    .why-gold-box {
      position: absolute; top: 50%; left: 28%;
      transform: translate(-50%, -50%);
      width: 100px; height: 100px;
      background: var(--gold);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      text-align: center;
    }
    .why-gold-box .wgb-num {
      font-family: var(--font-serif);
      font-size: 1.6rem;
      color: var(--white);
      line-height: 1;
    }
    .why-gold-box .wgb-text {
      font-size: .58rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255,255,255,.8);
    }
    .why-text .section-label { color: var(--gold); }
    .why-text .section-title { color: var(--white); margin: .8rem 0 1.4rem; }
    .why-text .section-body { color: rgba(255,255,255,.55); margin-bottom: 2.4rem; }
    .why-list { list-style: none; display: flex; flex-direction: column; gap: 1.3rem; padding-bottom: 30px;}
    .why-item {
      display: flex; align-items: flex-start; gap: 1.2rem;
    }
    .why-check {
      flex-shrink: 0;
      width: 28px; height: 28px;
      border: 1px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      margin-top: .1rem;
    }
    .why-check svg { width: 14px; height: 14px; }
    .why-item-text h4 {
      font-family: var(--font-serif);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: .3rem;
    }
    .why-item-text p {
      font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .45);
    }


.error-sec{ float:left; width:100%;text-align:center;}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}	
