/** Shopify CDN: Minification failed

Line 162:17 Expected ":"

**/
/*footer css start*/
@media screen and (max-width:749px){
.footer-block__brand-info{
    order:1;
}
.footer-block--newsletter{
    order:2;
}
.footer-block--menu{
    order:3;
}
}


/*=============Home Page ===============*/

/* Apply only inside Quick View modal */
.quick-add-modal .product__info-container .icon-with-text {
  margin-top: 10rem;
}
/* QUICK VIEW ONLY - product media */
.quick-add-modal .product__media {
 background:#fff;
}

/*Featured Collection product home page Section start*/
.collection slider-component{
    max-width:1400px!important;
}
.collection .card__media img{
    object-fit:contain!important;
    padding:25px;
}

.collection .card__media{
    background:#FFFFFF;
}

.collection .card__content{
    width:100%;
    box-sizing: border-box;
    padding:0 2rem!important;
}


.collection .card__heading :hover,
.card--media:hover{
    text-decoration:none!important;
}

.card__collection-name{
    font-size:12px;
    line-height:16px;
    font-weight:500;
    color:#628473!important;
    margin-bottom:1rem;
    margin-top:1rem;
    letter-spacing:0.6px;
    text-transform:uppercase;
}

.card-information .price {
    font-size:20px;
    line-height:32px;
    letter-spacing:0;
    font-weight:500;
    color:#1D3026!important;
    margin-top:0!important;
}

.card__product-button,
.quick-add__submit{
    width:100%;
    /* height:40px; */
    background:#295640;
    color:#FAF9F5!important;
    outline:none!important;
    box-shadow:none!important;
    font-size:14px;
    margin-top:1rem!important;
    margin-bottom:1rem!important;
    font-weight:500;
    padding-top:10px;
    padding-bottom:10px;
    border:none;
}
.quick-add__submit:after,
.card__product-button:after{
    box-shadow:none!important;
}
.card__product-button:hover,
.quick-add__submit:hover{
    background:transparent;
    border:1px solid #295640;
    color:#295640!important;
}

.card__heading a,
.card__information a,
.card__content a,
.product-card-wrapper a {
  text-decoration: none !important;
}
.card__content a{
    margin-top:1.5rem;
}

@media screen and (min-width:1400px){
    .collection slider-component{
        padding-left:0;
        padding-right:0;
    }
}
/*badges css*/
.badge--new{
    background:#295640;
    color:#FFFFFF;
    font-family:"Poppins";
    width:53px;
    height:25px;
    padding:4px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.6px;
}

.badge--bestseller{
    background:#E89C30;
    color:#1B3226;
    font-family:"Poppins";
    width:100px;
    height:25px;
    padding:5px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.6px;
}
@media screen and (max-width:749px){
    .badge--new{
        padding:4px;
    }
    .badge--bestseller{
        padding:4px;
    }
}
/*Featured Collection product home page Section end*/


/*==== image banner section after icon-eith-text for Home Page====*/
.image-banner-section .slideshow__caption{
    font-size:14px;
    font-weight:500;
    letter-spacing:2.8px;
    line-height:20px;
    text-transform:uppercase;
    color:#FFFFFF;
    margin-bottom
}
.image-banner-section .button{
    background:#295640;
    color:#FFFFFF;
    font-size:14px;
    font-weight:500;
    line-height:20px;
    letter-spacing:0;
    border:none!important;
    outline:none;
    box-shadow:none;
}

.image-banner-section .button:hover{
    background:transparent;
    border:1px solid #fff!important;
    color:#fff;
}

.image-banner-section .banner__heading {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 400px;
  color:#FFFFFF;
}

.image-banner-section .banner__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  color: #FFFFFF;
  max-width: 507px;
}

.image-banner-section .banner__buttons{
    margin-top:3rem!important;
}
.image-banner-section{
    margin:0;
}
@media screen and (max-width:749px){
    .image-banner-section .banner__heading{
        font-size:40px!important;
        line-height:45px!important;
        margin-top:2rem!important;
        max-width:284px!important;
        color:rgba(29, 48, 38, 1);
    }
    .image-banner-section .banner__text {
        max-width:340px!important;
        color:rgba(29, 48, 38, 0.9);
    }
    .image-banner-section .slideshow__caption{
        color:rgba(29, 48, 38, 0.8);
    }
    .image-banner-section .banner__buttons{
        margin-top:2rem!important;
    }
    .image-banner-section .banner__box{
        padding-bottom:40px!important;
    }
    .image-banner-section .button{
        width:212px!important;
        background:rgba(29, 48, 38, 1);
    }
    .image-banner-section .button--primary:hover{
        color:#295640;
        border-color:#295640!important;
    }
}



/*************========= PRODUCT PAGE  =======*************/

/*image banner in start */
.image-banner-pdp {
    height:700px;
}
.image-banner-pdp  .banner__box {
    padding-bottom:0!important;
}

@media screen and (max-width:768px){
    .image-banner-pdp  .banner__box {
        padding-top:0!important;
    }
    .image-banner-pdp,
    .image-banner-pdp .banner__content{
        height:479px!important;
    }
}
/*image banner in end */

/*=== icon-with-text section start===*/
.product__info-container .icon-with-text__item{
    width:max-content!important;
}
.product__info-container .icon-with-text{
     justify-content:space-between;
     padding-right:15px;
     padding-left:33px;
}
.icon-with-text__text{
    font-size:12px;
    letter-spacing:0;
    color:#628473;
    text-align:center;
    margin:0;
}
.icon-with-text__text p{
    margin:5px 0 ;
    line-height:16px;
}
.icon-with-text img{
    width:24px!important;
    height:24px!important;
    margin:0!important;
}

@media screen and (max-width:749px){
    .product__info-container .icon-with-text{
        padding-right:18px;
        padding-left:18px;
    }
}
/*=== icon-with-text section end===*/


/*==== icon-with-text after price start===*/
.product-icon-text{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    /* justify-content:space-evenly; */
}
.icon-text-column{
    background:#E7E3DA;
    max-width:max-content;
    height:36px;
    display:flex;
    gap:10px;
    padding:8px;
    border-radius:30px;
}
.icon-text-column span{
    font-size:14px;
    letter-spacing:0;
    line-height:20px;
    font-weight:400;
    color:#295640;
}
.icon-text-column img{
    width:20px;
    height:20px;
}

@media screen and (max-width:749px){
    .product-icon-text{
        justify-content:unset;
    }
}
/*==== icon-with-text after price end===*/

/*=== accordion in pdp styling start ===*/
.accordion-toggle-icon {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.accordion-toggle-icon .icon-minus {
  display: none;
  width:10.22px;
  height:10.22px;
  color:#272727;
}
.accordion-toggle-icon .icon-plus {
    width:18px;
    height:18px;
    margin-right:25px;
    color:#272727;
    font-weight:700;
}
/* When accordion is OPEN */
details[open] .icon-plus {
  display: none;
}

details[open] .icon-minus {
  display: block;
}
@media screen and (max-width:749px){
    .accordion-toggle-icon .icon-plus{
        margin-right:0;
        width:18px;
        height:18px;
    }
}
/*=== accordion in pdp styling start ===*/


/*Bundle Products info in pdp info */
.metafield-heading{
    font-size:16px;
    line-height:29.25px;
    letter-spacing:0;
    font-weight:500;
    font-family:"Poppins";
    color:#1B3226;
    margin-bottom:0;
}
.metafield-rich_text_field li{
    font-size:14px;
    line-height:29.25px;
    letter-spacing:0;
    color:#1B3226;
    font-weight:400;
    height:20px;
}
.metafield-rich_text_field ul{
    padding-left:3rem;
    margin-top:0;
}


/*what's in the bundle section pdp */
.bundle-grid{
    display:flex;
    flex-wrap:wrap;
    gap:29px;
    justify-content:center;
}

.bundle-card img{
    width: 250px;
    height: 256px;
    object-fit: contain;
    margin: 35px 50px;
    background:#fff;
    padding:25px;
    margin-bottom:0;
}

.bundle-heading{
    text-align:center;
    font-size:48px;
    line-height:40px;
    letter-spacing:0;
    color:#1B3226;
    margin-top:0;
    margin-bottom:16px;
}

.bundle-title{
    font-size:16px;
    text-decoration:none;
    line-height:21px;
    letter-spacing:-0.45px;
    color:#1B3226;
    text-align:center;
    font-weight:500;
}

.bundle-grid a{
    text-decoration:none;
    max-width:350px;
    min-height:350px;
    background:#FAF8F5;
    border-radius:12px;
}



/*Customer Review Section in PDP */
@media screen and (max-width:749px){
    .jdgm-review-widget .jdgm-rev-widg__title{
        font-size:40px!important;
    }
}

/* Collection Page Price */
@media screen and (min-width: 767px) {
  .price-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}   
}
