/** Shopify CDN: Minification failed

Line 94:0 Unexpected "}"

**/
/* mega menu start */
.header__menu-item:hover, .header__menu-item:hover span {
    text-decoration: none !important;
}
.header__menu-item {
    color: #414042;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
}
.header__menu-item img{
  transition: 0.3s;
  bottom: 0px;
  position: relative;
  transform: rotate(90deg);
}
.header__menu-item.active img{
  transform: rotate(-90deg);
}
.header__menu-item span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.mega-menu {
    position: fixed;
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.5s, top 0.05s;
    /* top: 110px; */
    top: 78px;
    z-index:11;
}
.mega-menu.scrolled {
    top: 78px;
}
.mega-menu.active{
  transform: translateX(0%) !important;
}
.mega-menu li a {
    color: #2D2D2D;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 0.5px solid rgba(65, 64, 66, 0.3);

   
    width: 100%;
    position: relative;
    display: block;
    padding: 18px 0 8px 0;
}
.menu-panel-2 li a[href="#title"]{
  font-weight: 500;
  font-size:20px;
  opacity: 1;
  pointer-events: none;
  opacity: 1;
  color: #2D2D2D;
  pointer-events: none;
  border: none;
  margin-top:10px;
  
}
.menu-panel-2 li a[href="#title"]::before,
.menu-panel-2 li a[href="#title"]::after{
  display: none;
}
.menu-panel-2 li a{
  font-weight: 400;
  font-size: 18px;
  opacity: 0.8;
}

.menu-panel-2 {
  overflow:auto;
}


/* .menu-panel-2::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
} */
.mega-menu li.accordion-toggle a{
  border-bottom: none;
  padding-bottom: 0px;
}
.mega-menu li.accordion-toggle{
  border-bottom: 1px solid #E6DED5;
  padding-bottom: 8px;
}
.mega-menu ul{
  padding-left: 0;
}
.has-icon{
  position: relative;
}
.has-icon::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6px;
  width: 24px;
  height: 24px;
  /* background-image: url(https://cdn.shopify.com/s/files/1/0697/1015/1902/files/menu-arrow.svg?v=1762775493); */
  background-image: url(https://cdn.shopify.com/s/files/1/0697/1015/1902/files/menu-arrow-new.svg?v=1763057158);
  background-size: cover;
  transition: 0.3s;
}
.has-icon::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  background-color: #7d5332;
  opacity: 0;
  border-radius: 50%;
}
.has-icon.active::before{
  opacity: 1;
}
.has-icon.active::after{
  filter: contrast(0) brightness(5);
}
/* .has-icon.active::after, .has-icon:hover::after{
  background-image: url(https://cdn.shopify.com/s/files/1/0697/1015/1902/files/menu-arrow-active.svg?v=1762775501);
} */
.has-icon + .menu-meta-content{
  display: none;
}
/* .has-submenu .has-icon::after{
  display: none !important;
} */
.has-border{
  border-right: 1px solid #DECDB9;
}
.accordion-toggle .has-icon::before, .accordion-toggle .has-icon::after{
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #441C41;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.accordion-toggle .has-icon::after{
  transform: rotate(90deg);
}
.accordion-toggle.active .has-icon::after{
  transform: rotate(0deg);
}
.submenu {
  overflow: hidden;
  max-height: 0;
  /* opacity: 0; */
  transition: max-height 350ms ease, opacity 200ms ease;
}
/* .submenu.open {
  opacity: 1;
} */
.submenu a.submenu-link {
    color: #441C41;
    font-family: var(--Font-Primary, Merriweather);
    font-size: var(--Font-Size-12, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    border: none;
    opacity: 0.5;
    padding-top: 10px;
    padding-bottom: 0;
    transition: 0.3s;
}
.submenu a.submenu-link:hover{
  opacity: 1;
}
.mega-menu li {
    list-style: none;
}
.menu-panel-1{
  width: 33.33%;
  height: 100%;
  background-color: #E8E0D2;
  padding: 40px;
  position: relative;
  z-index: 3;
  overflow: auto;
}
.menu-panel-2{
  /* display: none; */
  width: 33.33%;
  height: 100%;
  background-color: #E8E0D2;
  padding: 40px;
  padding-bottom:140px;
  position: relative;
  /* transform: translate(100%, -100%); */
  transform: translate(-100%, -100%);
  transition: 0.5s;
  z-index: 2;
}
.menu-panel-3{
  /* display: none; */
  width: 33.33%;
  height: 100%;
  background-color: #E8E0D2;
  padding: 40px;
  position: relative;
  /* transform: translate(200%, -200%); */
  transform: translate(-100%, -200%);
  transition: 0.5s;
  z-index: 1;
  overflow:auto;
}


.menu-panel-3::-webkit-scrollbar {
  display: none; 
}
.menu-panel-2.active{
  transform: translate(100%, -100%);
}
.menu-panel-3.active{
  transform: translate(200%, -200%);
}
.menu-img{
  max-width: 100%;
  border-radius: 12px;
}
.card-title{
  
  font-family: Lato;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 14px;
  margin-bottom: 8px;
}
.card-description{
  color: #30302F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 290px;
  width: 100%;
}
.theme-btn{
  color:#2D2D2D;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(40, 16, 38);
    text-decoration: none;
}
.menu-close{
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
.shopall {
    padding-top: 20px;
}
.shopall a {
    color: #2D2D2D;
   
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-bottom: 1px solid #2D2D2D;
    text-decoration: none;
}
.menu-l1-meta + ul + .shopall {
    display: none;
}
.staticlink {
    margin-top: 0px;
    padding: 16px 8px;
    border-top: 1px solid #DECDB9;
    border-bottom: 1px solid #DECDB9;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 170px;
}
.staticlink a {
    text-decoration: none;
    text-transform: uppercase;
    color: #441C41;
    font-family: Figtree;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1;
}
@media(max-height: 550px) and (orientation: landscape){
  .staticparent{
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .staticlink{
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
.burger {
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 28px;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}
.burger_line {
  width: 28px;
  height: 2px;
  background-color: #773172;
  display: block;
  transition: 0.3s;
}
.burger.active .burger_line:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.burger.active .burger_line:nth-child(2) {
  opacity: 0;
}
.burger.active .burger_line:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
@media(max-width: 1199px){
  .burger{
    display: flex !important;
  }
  header.header{
    padding: 8px 15px;
  }
  .header__heading-logo {
    width: 120px;
  }
  .menu-panel-1,
  .menu-panel-2,
  .menu-panel-3{
    width: 100%;
  }
  .menu-panel-2.active {
    transform: translate(0%, -100%);
  }
  nav.megamenu.active{
    transform: translateX(0%);
  }
  .header__menu-item img {
    transform: rotate(90deg) !important;
  }
  .list-menu__item {
    width: 100%;
    
  }
  .list-menu__item span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
  }
  mega-menu.scrolled,
  nav.megamenu.scrolled{
    top: 61px;
  }
  .header__inline-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform .5s, top .05s;
    top: 110px;
    height: 100%;
    background-color: #E8E0D2;
    padding: 40px;
    z-index: 3;
    overflow: auto;
    margin-left: -15px;
  }
  .mega-menu{
    z-index: 11;
  }
  .menu-panel-2{
    z-index: 3;
  }
  .list-menu__item {
    /* color: #441c41;
    font-family: Merriweather; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    border-bottom: .5px solid rgba(65, 64, 66, .3);
    width: 100%;
    position: relative;
    display: block;
    padding: 18px 0 8px;
    text-transform: initial !important;
  }
  .list-menu--inline {
    display: block !important;
  }
}
/* mega menu end */

/* Product Page Design */

/* Product Media Gallery Slider - PDP */
#MainProduct-template--25272535253283__main {

    background-color: #E8E0D2;
}

  /* General Layout */
  /* .page-width {
    max-width: 1440px !important;
    padding-inline: 1rem !important;
  } */

  #wishlisthero-product-page-button-container {
    position: absolute !important;
    top: 0;
    right: 80px;
    padding-top: 0px !important;
  }

  #wishlisthero-product-page-button-container button::before,
  #wishlisthero-product-page-button-container button::after {
    display: none !important;
  }

  #wishlisthero-product-page-button-container button.btn {
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0px !important;
    /* background: aliceblue !important; */
    border: 1px solid #A4A4A4 !important;
  }
  



  
  

  /* Product Info */
  .product__media-wrapper{
    padding-block: 36px !important;
    margin-right: 30px !important;
    max-width: 50% !important;
  }

  .bestseller_tag{
        z-index: 1;
    left: 24px !important;
    top: 20px !important;
  }

  .bestseller_tag span{
    background: #dfd8d3;
    border: 1px solid #ccc !important;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    letter-spacing: 0;
    font-family: 'Lato-Regular';
    font-size: 12px;
  }

  .product__info-wrapper{
    padding-block: 76px !important;
    color: var(--Black-Copy, #2D2D2D) !important;
    max-width: 48% !important;
    padding-left: 0;
    border-left: .5px solid #A4A4A4;
  }
  .product__info-wrapper .product__info-container> * {
    padding-left: 36px;
    padding-right:80px;
  }
  .quick-add-modal__content-info .product__info-wrapper .product__info-container> *{
    padding-right:0px;
  }

  

  .product__title .main_title{
    color: var(--Black-Copy, #2D2D2D);
    font-family: "MinionPro-Regular";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    max-width: 460px !important;
  }

  /* Price Font - Product Main */
  .card__content .price{
     margin-bottom:12px !important;
  }
  .price__sale s.price-item--regular .money{
      color: #52514E;
      font-family: 'Lato-Bold';
      font-size: 16px;
      font-style: normal;
      letter-spacing: 0;
      opacity: 0.8;
      font-weight: 400;
     
      line-height: 100%; /* 16px */
    }

    .discount-percent{
      color: #7D5332;
      letter-spacing: 0;
    }

    .price__sale .price-item--sale .money{
        color: #2D2D2D;
        font-family: 'Lato-Bold';
        font-size: 16px;
        font-style: normal;
        letter-spacing: 0;
        font-weight: 400;
       
        line-height: 100%; /* 20px */
    }
    
    .price__regular .price-item .money{
        color: #2d2d2d;
        font-family: 'Lato-Bold';
        font-size: 16px;
        opacity: 0.9;
        font-style: normal;
        letter-spacing: 0;
        font-weight: 400;
        
        line-height: 100%; /* 20px */
    }

    .product__tax.caption{
        color: var(--Black-Copy, #2D2D2D);
        line-height:1;
    }

    .product__info-container{
      max-width: 100% !important;
    }

    .product__info-container .product__description{
      border-top: .5px solid #A4A4A4;
      padding-block: 1rem;
    }

    .product__info-container .product__description p{
      font-family: 'Lato-Medium';
      opacity: 0.8;
      line-height: 1.2;
      font-size: 16px;
      color: #2D2D2D;
      letter-spacing:0;
      margin-bottom:15px;
    }

    .main_variant_sec{
       border-bottom: .5px solid #A4A4A4;
    }

    /* Fragrance Note Table - Product Description */
    .product-notes-table {
      margin-top: 1.5rem;
      width: 100%;
    }

    .notes-heading {
      font-family: "Afacad-Medium";
      font-size: 18px;
      margin-bottom: 1rem;
      color: var(--Black-Copy, #2D2D2D);
      line-height: 100%;
    }

    .product-notes-table table {
      width: 100%;
      border-collapse: collapse;
      border: 0 !important;
      box-shadow: none !important;
    }

    .product-notes-table td {
      padding: 16px 0 !important;
    }

    .product-notes-table table:not([class]) td,
    .product-notes-table table:not([class]) th {
      border-inline: 0 !important;
      /* border-block: 0.1rem solid rgba(var(--color-foreground), 0.2) !important; */
      border-block: .5px solid #A4A4A4;
    }

    .note-label {
      width: 35%;
      color: var(--Black-Copy, #2D2D2D);
      font-family: "Afacad-Medium";
      font-size: 18px;
      line-height: 100%;
    }

    .note-value {
      color: var(--Black-Copy, #2D2D2D);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0.32px;
    }

    .product__info-wrapper .product__info-container .product-form__error-message-wrapper {
      display: none;
    }

    .weight_info_sec{
      display: flex;
      align-items: center;
    }

    .weight_info_sec .form__label{
      width: 30%;
    }

    .qty-add-container {
      display: flex;
      flex-direction: row;
      gap: 10px;
      align-items: center;
      margin-bottom:10px;
    }

    .qty-add-container .product-form__input{
      max-width: 14rem !important;
      margin-block-end: 0rem !important;
    }
    .qty-add-container .product-form__quantity .form__label{
      display: none !important;
    }
    .qty-add-container .quantity{
      border-radius: 8px !important;
      background: none !important;
    }
    .qty-add-container .quantity:after,
    .qty-add-container .quantity:before{
      border-radius: 8px !important;
      background: none !important;
    }
    .qty-add-container button.product-form__submit{
      background: var(--Light-Brown, #D8AE7E);
      color: var(--Black-Copy, #2D2D2D);
      leading-trim: both;
      text-edge: cap;
      font-family: "Lato-Regular";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 185%; /* 33.3px */
      text-transform: capitalize;
      border-radius: 8px !important;
    }
    .qty-add-container button:after,
    .qty-add-container button:before{
      border-radius: 8px !important;
      box-shadow: none !important;
    }
    
    .qty-add-container > div:nth-of-type(2) {
      width: 100% !important;
      max-width: 100% !important;
    }

    .accordion{
      margin-top: 0rem !important;
      border-bottom: .5px solid #A4A4A4;
    }

    .accordion__title{
      color: var(--Black-Copy, #2D2D2D);
      font-family: "MinionPro-Regular";
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .accordion summary{
      color: var(--Black-Copy, #2D2D2D);
      font-family: "Afacad-Regular";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 19.2px */
      padding-block: 2rem !important;
    }
    .accordion .icon-plus{
      width:15px;
    }

    .accordion__content .metafield-rich_text_field li{
      list-style:disc;
          margin-bottom: 10px;
          line-height: 1.2;
    }

    .card__information.main_card_info{
      padding-top:0;
      padding-bottom:0;
      height:60px;
          flex-direction: column;
    justify-content: flex-start;
    }



  @media only screen and (max-width: 600px) {
        .product__media-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          padding-block: 0px !important;
          margin-right: 0px !important;
    }  
    .grid--peek.slider .grid__item:first-of-type{
      margin-left: 0px !important;
    }

    .main_media_gallery_sec .slider.slider--mobile .slider__slide{
      padding-top:0;
      padding-bottom:0;
    }
    .slider-buttons{
      top: 45% !important;
      padding-inline: 2rem !important;
    }
    .product__info-wrapper{
      max-width: 100% !important;
      width: 100% !important;
      border-left: 0px !important;
      padding-block: 25px !important;
    }
    .product__info-wrapper .product__info-container> *{
      padding-left: 15px !important;
      padding-right: 15px;
    }
  }

  @media(max-width:767px){
    .product__title .main_title{
      font-size: 25px;
      /* max-width: 260px !important; */
    }
    #wishlisthero-product-page-button-container{
      top: 30px;
      right: 20px;
    }
    .product__title+.product__text.caption-with-letter-spacing{
      margin-top: -0.5rem;
    }
    .product__tax.caption{
      padding-bottom: 0px;
    }
    .product__info-container .product__description{
      border-bottom: 0;
      padding-block: 1rem 0;
    }
    .weight_info_sec{
      font-size:16px;
    }

    .card__content .price{
      margin-bottom:0 !important;
    }
    .card__information.main_card_info{
      padding-top:0;
      padding-bottom:0;
      height:90px;
    }

    .quick-add-modal__content-info .container.right-zero{
      padding-left:0;
    }

    .quick-add-modal__content-info .product__info-wrapper .product__info-container>*{
      padding-left:0 !important;
    }

    .quick-add-modal__content-info .VariantWrap{
      flex-direction: column;
    }
    .quick-add-modal__content-info .product__tax.caption {
        padding-bottom: 0;
    }

  }




  #shopify-section-template--25272535253283__featured_blog_FBJmar .blog{
    background: #E8E0D2 !important;
  }
  #shopify-section-template--25272535253283__featured_blog_FBJmar .page-width-desktop{
    max-width: 1440px !important;
    padding-inline: 1rem !important;
  }
  #shopify-section-template--25272535253283__featured_blog_FBJmar .card__inner.color-scheme-2.gradient.ratio {
    min-height: 400px;
  }
  #shopify-section-template--25272535253283__featured_blog_FBJmar .card__information h3 a {
    text-decoration: none !important;
    color: var(--Black-Copy, #2D2D2D);
    font-family: "Afacad-Medium";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 30px */
  }
  #shopify-section-template--25272535253283__featured_blog_FBJmar .card__information p.article-card__excerpt {
    color: var(--Black-Copy, #2D2D2D);
    font-family: "Afacad-Regular";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important; /* 21.6px */
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #shopify-section-template--25272535253283__featured_blog_FBJmar .card__information .article-link-km {
    color: #1F1F1F;
    font-family: "Afacad-Regular";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    text-decoration: underline !important;
    text-underline-offset: 4px; /* Adjust spacing here */
  }

  h2.blog__title{
    color: var(--Black-Copy, #2D2D2D);
    font-family: "AnticDidone-Regular";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 108% */
  }
  .blog__view-all
  {
    position: absolute !important;
    top: 0px !important;
    right: 10px !important;
  }
  .blog__view-all .blog__button{
    margin-top: 4rem !important;
    border-radius: 8px !important;
    background: var(--Light-Brown, #D8AE7E) !important;

    color: var(--Black-Copy, #2D2D2D);
    leading-trim: both;
    text-edge: cap;
    font-family: "Afacad-Regular" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 185% !important; /* 33.3px */
    text-transform: capitalize;
  }
  .blog__view-all .blog__button:after,
  .blog__view-all .blog__button:before{
    border-radius: 8px !important;
    box-shadow: none !important;
  }



/* Wishlist Hero Icon on PDP */
/* #MainProduct-template--25272535253283__main 
  #wishlisthero-product-page-button-container {
    position: absolute !important;
    top: 0;
    right: 0;
    padding-top: 10px;
}

#MainProduct-template--25272535253283__main 
  #wishlisthero-product-page-button-container button::before,
#MainProduct-template--25272535253283__main 
  #wishlisthero-product-page-button-container button::after {
    display: none !important;
}

#MainProduct-template--25272535253283__main 
  #wishlisthero-product-page-button-container button.btn {
    max-width: 10px !important;
} */

.VariantWrap{
  display: flex;
  align-items: baseline;
      margin-top: 12px;
}

.VariantWrap .form__label{
  font-size: 18px;
  width:auto;
  margin-right:5px;
}

.variant-selector{
  border-radius: 60px;
  background: #D5C2B1;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

@media(max-width:767px){
  .variant-selector{
    padding: 7px 10px;
  }
  .product-form__input--pill input[type=radio]+label,
  .product-form__input--pill input[type=radio]:checked+label{
    font-size:16px;
  }
 
}

.header__inline-menu{
  text-align: center;
  color: #414042;
  font-family: "Lato-Regular";

}

.header__inline-menu .list-menu__item{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}

.new-arrivals-section .custom_heading{
  color:  #2D2D2D;
  font-family: "Lato-Bold";
  font-size: 18px;
  font-style: normal;
  letter-spacing:0;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  height:45px;
}

.our-best-seller-section .custom_heading{
  color:  #2D2D2D;
  font-family: "Lato-Bold";
  font-size: 18px;
  font-style: normal;
  letter-spacing:0;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  height:45px;
}


.card__inner{
  position: relative;
}
.card__inner .data{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #EBEBEB;
  z-index: 1;
  color: #333;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px; /* 91.667% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about,
.InTheNews,
.journal,
.Sensory-Guides,
.gifting{
  background: #E8E0D2 !important;
}

.JournalDescTitle{
  color: #2D2D2D;
  font-family: "Lato-Bold";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 92.857% */
  margin: 32px 0 15px 0;
}

.JournalDescription{
  color: #2D2D2D;
  font-family: "Lato-Semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  opacity: 0.8;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 24px; /* adjust to your SVG size */
  height: 15px;
}

/* Square SVG: visible by default */
.custom-checkbox svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
  opacity: 1;
}


.custom-checkbox svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
  opacity: 0;
}


.mobile-facets__checkbox:checked + .mobile-facets__highlight + .custom-checkbox svg:nth-child(1) {
  opacity: 0;
}

.mobile-facets__checkbox:checked + .mobile-facets__highlight + .custom-checkbox svg:nth-child(2) {
  opacity: 1;
}

.mobile-facets__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.mobile-facets__details .mobile-facets__arrow {
  transform: rotate(180deg);
}
.mobile-facets__details[open] .mobile-facets__arrow {
  transform: rotate(0deg);
}
.facets-layout-list--swatch .facets__label{
  flex-direction: column;
  align-items: center !important;
  text-align: center;
}

.facets-layout-list--swatch {
  --swatch-input--size: 6rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.facets-layout-list--swatch .swatch-input__input+.swatch-input__label{
  --swatch-input--border-radius: 0%;
  width: 60px;
  height: 60px;
}

.facets-layout-list--swatch .swatch{
  --swatch--size: 6rem;
  width: 60px;
  height: 60px;
}

.custom-filter-dropdown .custom.mobile-facets__summary {
  padding: 0;
}

.custom-filter-dropdown .custom.mobile-facets__summary  .Filter_title{
padding: 1rem 2.5rem;
}

.custom-filter-dropdown .mobile-facets__label {
  padding: 1.5rem 0rem 1.5rem 0rem;
}

.custom-filter-dropdown .mobile-facets__list{
  overflow: unset;
  margin: 0 20px;
}

.CustomFilter-Title{
  color: #2D2D2D;
  font-family: "Lato-Semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.mobile-facets__details .Filter_title{
  color: #2D2D2D;
  font-family: "Lato-Semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  border-top: 0.5px solid #41404230;
}

.custom.mobile-facets__summary .Filter_title{
  color: #2D2D2D;
  font-family: "Lato-Semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  text-transform: capitalize;
}

.main_product.gifting .gifting_description_sec{
      border-bottom: .5px solid #A4A4A4;
    border-top: .5px solid #A4A4A4;
    padding-top: 20px;
    padding-bottom: 15px;
}
.productShortDescription p{
  margin-bottom:15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product__media-wrapper{
    margin-right: 15px !important;
    padding-left:0 !important;
  }
  .product__info-wrapper .product__info-container>*{
        padding-right: 20px;
            padding-left: 10px;
  }
  #wishlisthero-product-page-button-container{
    right:0;
  }
  product-info .container.right-zero{
    padding-left:10px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .product__info-wrapper .product__info-container>*{
        padding-right: 30px;
  }
  #wishlisthero-product-page-button-container{
        right: 20px;
  }
}



.menu-drawer__inner-container .list-social__item{
  display: none;
}

.menu-panel-grid{
  height: 100%;
  width:60%;
    background-color: #e8e0d2;
  
    position: relative;
    z-index: 5;
    border:1px solid #4140424D;
}

@media(max-width:990px){
  .menu-panel-grid{
    height: 100%;
    width:100%;
      background-color: #e8e0d2;
    
      position: relative;
      z-index: 5;
      border:1px solid #4140424D;
  }
}

@media(max-width:767px){
  .menu-panel-grid{
    height: 80%;
    width:100%;
      background-color: #e8e0d2;
    
      position: relative;
      z-index: 5;
      border:1px solid #4140424D;
  }
}



.menu-panel-grid ul{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    border-top:0.5px solid rgba(65, 64, 66,0.3) ;
        margin: 40px 0px 0px 0px;
    padding: 40px;
    padding-bottom:140px;
}

.menu-panel-grid li a{
  color: #2d2d2d;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom:1.5px solid #2D2D2D;
    width: fit-content;
    position:unset;
    display: block;
    padding: 5px 0px 5px 0px;
    
}

.menu-panel-grid li{
  position:relative;
}

.menu-panel-grid li a::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.heading-wrap{
  margin: 30px 40px 20px 40px;
}

.heading-wrap a{
  color: #2d2d2d;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 1px solid #2D2D2D;
    width: fit-content;
    position: relative;
    display: block;
    padding: 0px 0px 5px 0px;
}

@media(max-width: 768px){
  .menu-panel-grid{
    width:100%;
  }

 

  .menu-panel-grid ul{
    grid-template-columns:1fr 1fr;
            margin: 20px 0px;
    padding:20px;
  }
  .menu-panel-grid li a{
    font-size:13px;
  }

  .heading-wrap {
    margin: 30px 20px 20px;
}
.custom-checkbox {

  width: 16px; /* adjust to your SVG size */
 
  margin-right: 15px;
}
}

.image_div img{
  display:block;
  width:100%;
}

@media (min-width: 768px) and (max-width: 1023px){
  .product__info-wrapper{
    padding-block: 36px !important;
  }
  .product__column-sticky{
            top: 9rem;
  }

  .menu-panel-grid{
    width:100%;
  }

  .menu-panel-grid ul{
    grid-template-columns:1fr 1fr 1fr;
            margin: 20px 0px;
    padding:20px;
  }
}


.shopall-grid{
  padding-left:40px;
  padding-top:40px;
}

@media(max-width: 768px){
 .shopall-grid{
  padding-left:20px;
  padding-top:35px;
}
}

.shopall-grid a{
  color: #281026;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-bottom: 1px solid #281026;
    text-decoration: none;
}

.menu-panel-grid.menu-panel-1{
  padding:0px;
}

.whislist{
  position:absolute;
  bottom:18%;
}

@media(max-width:767px){
  .whislist{
    position:absolute;
    bottom:12%;
  }
}

.whislist ul{
  padding:0px;
}

.whislist li{
  display:flex;
  padding:8px 0px 8px;
  gap:10px;
}

.whislist li a{
  padding:0px;
  border:none;
  text-decoration:none;
  color:#2d2d2d;
  font-weight: 400;
  font-size: 16px;
}

.menu-panel-2 .shopall-grid{
  padding:0px;
}


.list-menu__item a{
  color: #2d2d2d;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: .5px solid rgba(65, 64, 66, .3);
    width: 100%;
    position: relative;
    display: block;
    padding: 18px 0 8px;
}

.main_index .glow_card, .main_collection .glow_card{
  background: #e8e0d2;
}

.main_product .glow_card{
  background:#fcf4e6;
}

