/** Shopify CDN: Minification failed

Line 40:24 Unexpected "{"
Line 40:33 Expected ":"
Line 43:25 Unexpected "{"
Line 43:34 Expected ":"
Line 48:24 Unexpected "{"
Line 48:33 Expected ":"
Line 59:24 Unexpected "{"
Line 59:33 Expected ":"

**/
.dflexCsheadings .headingOnCS {
    letter-spacing: 1.47px;
    width: 25%;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    color: rgba(50, 50, 50, 0.8);
    line-height: 24px;
    text-transform:uppercase;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    border-bottom: 1.94px solid #D4D4D4;
    cursor:pointer;
}
.imgWrap .detailImg{
  width:100%;
  height:100%;
}
.imgWrap .detailImg img{
  width:100%;
  height:100%;
}
  .headingOnCS.selectedCs {
    border-bottom: 1.94px solid  #9C6532 !important;
    color: #9C6532 !important;
    font-weight: 600 !important;
  }
.custom-product-detail-{{ section.id }}   .content {
    display: none; 
  }
 .custom-product-detail-{{ section.id }}  .content.CSactive {
    display: block; 
  }


.custom-product-detail-{{ section.id }} .customProducthead {
    color: #9C6532;
    text-align: center;
    font-family: 'PlayfairDisplay-Regular';
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 42px;
}

.custom-product-detail-{{ section.id }} .dflexCsheadings {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
}

.content .overViewrapper {
    display: flex;
    width: 100%;
}

.content .overViewrapper .imgWrap {
    width: 45%;
    position:relative;
}

.content .overViewrapper .rightWrapdiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 55%;
    padding: 30px 20px;
    background-color: #F3EDDE;
}

.overViewrapper .imgWrap .txtWrap {
    position: absolute;
    width: 75%;
    background: rgba(156, 101, 50, 0.8);
    bottom: 70px;
    padding: 23px 32px 32px 18px;
    filter: blur(-10px);
    backdrop-filter: saturate(180%) blur(4px);
}

.overViewrapper .imgWrap .txtWrap h4{
color: rgba(255, 255, 255, 0.86);
font-size: 16px;
font-weight: 600;
line-height: 24px;
padding-bottom: 11px;
font-family: 'Poppins-SemiBold';
letter-spacing: 1.13px;
}

.overViewrapper .imgWrap .txtWrap p{
color: rgba(255, 255, 255, 0.86);
font-family: 'Poppins-Regular';
font-weight: 400;
letter-spacing: 1.13px;
line-height: 20px;
font-size: 14px;
}
.rightDflex .iconImg {
    width: 39px;
    height: auto;
}

.rightDflex .iconImg img{
  width: 100%;
  height: auto;
}

.rightWrapdiv .rightDflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    place-content: center;
    gap: 14px;
}


.rightWrapdiv .rightDflex  .rightHeadings {
    color: #9C6532;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1px;
    font-family: 'Poppins-SemiBold';
    width: 80%;
    margin: 0 auto;
}

.rightWrapdiv .rightDflex  .rightpara {
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    line-height: 16px;
    width: 80%;
    margin: 0 auto;
}

.product-detail-point-CS {
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 24px;
    padding-top: 24px;
    background: #FFF8EB;
    background: linear-gradient(to right, white 50%, #FFF8EB 50%);
}

.content.CSactive .mainDflexrightgrp {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.mainDflexrightgrp > div {
    width: 50%;
}

.product-detail-point-CS > p {
    width: 50%;
}

.product-detail-point-CS .point-textCs {
    padding: 0 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    letter-spacing: 1.03px;
}
.product-detail-point-CS .point-headingCs {
    font-family: 'Poppins-Regular';
    color: #626262;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
}

@media screen and (min-width: 750px) and (max-width: 990px) {
.detailImg{
  height:100%;
}
.content .overViewrapper .rightWrapdiv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.detailImg img{
height: 100%;
object-fit: cover;
object-position: left;
}

}

@media screen and (max-width: 749px) {
.mainDflexrightgrp > div {
    width: 100%;
}

.content.CSactive .mainDflexrightgrp {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
}

.content .overViewrapper {
    flex-direction: column;
}
.content .overViewrapper .imgWrap {
    width: 100%;
    position: relative;
}
.content .overViewrapper .rightWrapdiv {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.imgWrap .detailImg {
    height: 496px;
    width: 100%;
}
.imgWrap .detailImg img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: left;
}
.overViewrapper .imgWrap .txtWrap h4 {
    font-size: 14px;
    line-height: 21px;
}
.overViewrapper .imgWrap .txtWrap p {
    line-height: 18px;
    font-size: 12px;
}
.rightWrapdiv .rightDflex .rightpara {
    width: 100%;
}
.rightWrapdiv .rightDflex .rightHeadings {
    width: 100%;
}
.dflexCsheadings .headingOnCS {
    width: 35%;
    font-size: 14px;
    line-height: 21px;
}
.customProducthead {
    font-size: 28px;
    line-height: 32px;
    font-family: 'DM Serif Text';
}
.dflexCsheadings{
    margin-bottom: 37px;
}


}











