/** Shopify CDN: Minification failed

Line 650:26 Unexpected "{"

**/
/* global css start */
[hidden] {
    display: none;
}
.image-section {
    height: auto;
}

body{
    overflow-x: hidden ;
}

@media screen and (max-width:800px){
    .pf-cont.page-width,
    .cfc-outer-cont.page-width,
    .page-width.custom-main-product,
    .breadcrumbs.page-width{
        padding: 0 6px;
    }
}

@media screen and (min-width: 801px) {
  .onlymobile {
    display: none !important;
  }
  .onlydesktop {
    display: flex !important;
    width:233px;
  }
}
@media screen and (max-width: 800px) {
  .onlymobile {
    display: flex !important;
  }
  .onlydesktop {
    display: none !important;
  }
}
/* global css end */

/* main-product.liquid start */


.main-product-social {
    margin: 0 !important;
    justify-content: flex-start;
}

.product__title-cont {
    display: flex;
    align-items: center;
    gap:25px;
    justify-content: space-between;
}


.product__title-tag-cont {
    position: relative;
    /* margin-top: 6px; */
    /* max-width: 110px; */
}

.product__title-tag-img {
    /* width: 100%; */
    line-height: normal;
    display: flex;
    align-items: flex-start;
}

.product__title-tag-text {
    font-family: Inter;
    position: absolute;
    color: white;
    left: 7px;
    text-transform: uppercase;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-52%);
}

.product__title > h1 {
    font-family: Cormorant Garamond;
}

.price-item.price-item--regular {
    font-family: 'Inter';
}

.price-item.price-item--sale.price-item--last {
    font-family: 'inter';
    font-weight: 900;
    color: #3B3B3B;
    letter-spacing:0;
}

.custom-price {
    margin-top: 0rem !important;
}

.off-value {
    color: #C24352;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    font-family: 'Inter';
    letter-spacing:0;
}

.snap_emi_txt{
    border-radius: 0px !important;
}

.bulkBuy-cont {
    color: #96865D;
}
    .bulkBuy-cont, .bulkBuy-cont a {
    color: #96865d;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    font-size: 14px;
    letter-spacing:0;
}
.bulkBuy-cont a {
    color: #96865D;
}

.custom_quantity_selector .quantity__button {
    width: 40px;
    height: 40px;
    background: rgb(59 59 59 / 6%) !important;
    border-radius: 50px;
}
.custom_quantity_selector .price-per-item__container .quantity {
    width: unset;
    max-width: 120px;
}

.custom_quantity_selector .price-per-item__container .quantity:after {
    box-shadow: none;
}

.custom_quantity_selector .quantity__input {
    width: 40px;
    min-width: unset;
    flex-grow: unset;
    /* display: block; */
}
.colorVariants-wrapper {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.colorVariants-prod {
    flex: .25;
    border: .5px solid #3b3b3b66;
    padding: 8px;
    text-decoration: none;
    color: #1A1A1A;
}

.colorVariants-text {
    font-family: 'Inter';
    font-size: 12px;
    padding-inline: 8px;
}
.colorVariantsHead {
    color: #4C4C4C;
    font-family: 'cormorant garamond';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

.mpo-hr {
    margin: 1rem 0;
}

.mpo-cont {
    border: 1px solid #BBBBBB;
    padding: 12px 20px;
}
@media(max-width:768px){
   .mpo-cont {
    border: 1px solid #BBBBBB;
    padding: 5px 20px;
}
.mpo-hr {
    margin: 0.6rem 0;
}
}

.mpo-heading {

    color: #C24352;
    text-transform: uppercase;
  font-family: Cormorant Garamond;
font-size: 20px;
font-weight: 600;
letter-spacing: 0px;

}

.mpo-offerCont {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mpo-offerText {
    line-height: normal;
    font-size: 14px;
    font-family: 'Inter';
    color: #868686;
    font-weight: 400
}

.mpo-offer {
    line-height: normal;
    padding: 4px 6px;
    background: #F7F4ED;
    color: #96865D;
    border: 1px dotted #96865D;
    position: relative;
    cursor: pointer;
}

.mpo-offer-tip {
    width: 67px;
    padding: 4px;
    text-align: center;
    background-color: #F7F4ED;
    left: 50%;
    font-size: 14px;
    top: -35px;
    border-radius: 3px;
    position: absolute;
    transform: translateX(-50%);
    display: none;
}

.mpo-offer-tip::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid #F7F4ED;
    right: calc(50% - 14px);
    bottom: -7px;
}

.mpo-offer.mpo-active .mpo-offer-tip {
    display: block;
}

.mpo-descp p {
    margin: 0;
}
.mpo-descp strong{
   font-family: Inter;
font-size: 15px;
font-weight: 700;
letter-spacing:0;

}
.mpo-descp p{
font-family: Inter;
font-size: 15px;
font-weight: 400;
text-align: left;
letter-spacing:0;
color:#505050;

}

.product-form__buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.product .product-form__buttons .product-form__submit, .product .shopify-payment-button {
    width: 49%;
}

.shopify-payment-button {
    width: 100%;
}

.mpu-wrapper1 {
    display: grid;
    padding-inline: 32px;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

  .mpu-img {
    width: 33px;
    height: auto;
  }

.mpu-text {
    line-height: normal;
    text-align: center;
    font-family: Inter;
font-size: 11px;
font-weight: 500;
letter-spacing:0;
color:#3B3B3B;
width:90%;

}
@media(max-width:768px){
   .mpu-text {
    line-height: normal;
    text-align: center;
    font-family: Inter;
font-size: 9px;
font-weight: 500;
letter-spacing:0;
color:#3B3B3B;
width:90%;
word-break:break-word;

}
}

.mpu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mpu-cont {background: #CCCCCC;padding-block: 2rem;}
.custom_quantity_selector {
    margin: 0 !important;
    margin-top: 3rem !important;
}

.bulkBuy-cont a {
    text-underline-offset: 3px;
}

.complementary-products__container .accordion__title {
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    text-align: left;
    line-height: normal;
    letter-spacing:0;
   font-weight: 700;
    text-transform: uppercase;
}

.complementary-products__container{
    gap: 0.5rem;
}

@media screen and (max-width: 800px){
  .mpu-wrapper1 {
    display: grid;
    padding-inline: 0px;
    gap: 5px;
}
    .mpu-wrapper1 {
         grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .off-value {
        font-size: 16px;
    }
    .custom_quantity_selector {
        /* margin: 0 !important; */
        margin-top: 1rem !important;
    }
    .bulkBuy-cont {
        margin-top: 0;
    }
    .product .product__info-container .price-item--regular, .product .product__info-container .price-item--sale {
        font-size: 16px!important;
    }
    .colorVariants-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .product .product__media-icon {
        top: unset;
        bottom: 1.2rem;
    }
    .product__title-tag-gallery {
        position: absolute;
        z-index: 1;
        top: 4px;
    }
}
/* main-product.liquid end */

/* custom collapsable section start */
.cop-head-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cormorant Garamond';
    font-size: 18px;
    font-weight: bold;
    color: #1e1e1e;
    letter-spacing:0;
}

.cop-body {
    color: #4C4C4C;
    line-height: normal;
    font-family: 'Inter';
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    letter-spacing:0;
}

.cop-cont {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin: 0;
}

.cop-cont.cop-active .cop-icon {
    transform: rotate(180deg);
}

.cop-cont.cop-active .cop-body {
    max-height: 1000px;
    padding-top: 8px;
}

.cop-icon {
    transition: all 0.5s ease-out;
}
/* custom collapsable section end */

/* custom related products start */
.crp-gird {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
}

.ccpc-url:not(:hover) .ccpc-hover-img{
    opacity: 0;
    visibility: hidden;
}
.ccpc-url:hover .ccpc-hover-img{
    opacity: 1;
    visibility: visible;
}
.ccpc-url:not(:hover) .ccpc-img{
    opacity: 1;
    visibility: visible;
}
.ccpc-url:hover .ccpc-img{
    opacity: 0;
    visibility: hidden;
}

.ccpc-img, .ccpc-hover-img {
    width: 100%;
    height: auto;
    transition: opacity 0.25s, visibility 0.25s;
}
.ccpc-hover-img {
    position: absolute;
    top: 0;
    left: 0;
}
a.ccpc-url {
    display: block;
    position: relative;
}
.ccpc-title {
   font-family: Inter;
font-size: 14px;
font-weight: 400;
letter-spacing:0;
line-height:normal;
  color:#000;
}


.ccpc-price-cont {
    display: flex;
    align-items: baseline;
    column-gap: 6px;
    flex-wrap: wrap;
}

.ccpc-price {
    font-size: 16px;
    color: #171717;
    font-weight: 700;
    letter-spacing:0;
}

.ccpc-compare {
    color: #4c4c4c;
    font-size: 12px;
    text-decoration: line-through;
    line-height: normal;
   font-family:Inter;
   letter-spacing:0;
  font-weight:400;
}

.ccpc-discount {
   font-family:Inter;
    color: #C24352;
    font-size: 12px;
    line-height: normal;
    font-weight: revert;
  letter-spacing:0;
}

.ccpc-head{
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 32px !important;
    line-height: normal;
    letter-spacing:0;
   text-transform:capitalize;
}

.ccpc-outer-cont{
    background: #F1ECE3;
}

@media screen and (max-width:800px){
    .crp-gird {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .ccpc-title {
        height: 40px;
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
    }
  .ccpc-price{
    font-family: Inter;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        color: #171717;
  }
  .ccpc-compare{
     font-family: Inter;
        font-size: 10px;
        font-weight: 400;
        line-height: 17.5px;
        text-align: left;
  }
  .ccpc-discount {
     font-family: Inter;
        font-size: 10px;
        font-weight: 400;
        line-height: 17.5px;
        text-align: left;
        color: #C24352;
  }
  
}
/* custom related products end */


/* custom featured col start */
.cfc-title {
    font-family: 'Cormorant Garamond';
    font-size: 32px;
    text-align: center;
    color: black;
    line-height: normal;
font-weight: 500;
letter-spacing:0;
margin-top: 25px;

}

a.cfc-btn {
    /* margin: auto; */
    /* width: 100%; */
    display: flex;
    align-items: center;
    color: #946C56;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 2rem;
    justify-content: center;
   font-family:Inter;
}

.swiper-scrollbar-drag {
    display: block !important;
}

.cfc-cont {
    padding-bottom: 3rem !important;
}

.swiper-button-prev,.swiper-button-next {
    text-align: center;
    color: #000 !important;
    display: flex !important;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
  background:#fff;
  border-radius:50%;
  z-index: 2 !important;
  border:1px solid #000;
  
}
.swiper-scrollbar.swiper-scrollbar-horizontal{
    z-index: 2 !important;
}
.swiper-button-prev{
    position: absolute!;
    top: 37% !important;
    left: 3px !important;
}
.swiper-button-next {
   position: absolute;
    top: 37% !important;
    right: 3px !important;
}
.cfc-outer-cont {
    position: relative;
}

.cfc-outer-cont {
    margin-top: 3rem;
   border-top: 1px solid #000;
}
.swiper-button-prev:after,{
  margin-right:3px;
}
.swiper-button-next:after{
  margin-left:3px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 19px !important;
    font-weight: 900;
    margin-bottom: 2px;
}

@media screen and (max-width: 800px){
  a.cfc-btn {
    font-size:12px;   
  }
  .cfc-title {
     font-size: 23px;
  }
  .swiper-button-prev{
    position: absolute!;
    /* top: 62% !important; */
}
.swiper-button-next {
   position: absolute;
    /* top: 62% !important; */
}
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 12px !important;
        font-weight:900;
        margin-bottom: 0px;
    }
    .swiper-button-prev,.swiper-button-next {
        width: 30px !important;
        height: 30px !important;
        border-radius:50%;
    }
}
/* custom featured col end */




/* styles for pdp additional by Sauvik */

.mpu-outer-cont{
   margin-bottom: 35px !important;
}
.n9-fbt-product-price-final {
   letter-spacing:0;
}
.avo_logo_container img{
   width: 50px;
   height:50px;
}
.avo_heading_text{
    color: #000;
    text-transform: uppercase;
    font-family: Cormorant Garamond;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align:center;
   padding-top: 6px;
    padding-bottom: 15px;
}
.avo_wrapper{
    background: #CCCCCC;
    padding-block: 20px;
}
.avo_logo_container{
   display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}
@media(max-width:768px){
  .mob_start_share{
    margin: 0.5rem 0 !important;
}
  .product__info-wrapper .snap_emi_txt {
    margin-left: 0!important;
}
  .spm-rel-style h2 {
    margin: 0 0 1rem;
}
}

 #shopify-section-template--18209057603843__image_banner_CCErxx{
       padding-block:30px;
    }




