/** Shopify CDN: Minification failed

Line 71:13 Expected ":"

**/
 header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }
  .header__menu-item .icon-caret{
    display:none;
  }
  .list-menu__item{
    font-weight:bold;
  }
  .header__inline-menu .extra__item {
    display: flex;
    align-items: center;
}
  .header__inline-menu .extra__item span {
    width: .7px;
    height: 31px;
    background: #707070;
    margin: 0 12px;
}
.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header__icon--cart .icon {
        height: 18px;
        width: 40px;
        padding: 0;
    }
  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    /* padding-right: 2.7rem; */
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
   .menu-drawer__menu .extra__item_mob {
    display: flex;
    align-items: center;
    justify-content:center; 
}
  .menu-drawer__menu .extra__item_mob span {
      width: calc(100% - 6rem);
      height: 1px;
      background: #ffffff75;
      margin: 12px 0 ;
      margin- 0 auto;
  }
     .devMobileSearch {
        padding: 2rem 3rem;
    }
  .devMobileSearch  .field__label {
    top: 15px !important;
    font-size: 12px;
}
  .devMobileSearch  .search__input.field__input {
      background: #DEDEDF 0% 0% no-repeat padding-box;
      opacity: 0.1;
      border-radius: 50px;
  }
  .devMobileSearch .field:after ,  .devMobileSearch .field:before{
    box-shadow:none;
  }
  .new-class{
    display:none;
  }
  .megamenu-image {
    padding-top: 100% !important;
}
  .megamenu-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
  .mega-menu__list a{
        font-size: 14px;
        text-decoration: none;
        color: white;
  }

  ul.mega-menu__list .devImageLink {
    width: 20%;
    text-align: center;
}
  .devImageLink a{
    text-align:center;
    padding-top:10px;
  }  
  .megamenu-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    border-radius: 10px;
    border:3px solid transparent;
    
}
 .devImageMegamenu:hover .devImgMenu{
     /* background-color: #353535; */
     border:3px solid #CEFE3D;
    
  }
   .devImgMenu img{
    width:100%;
     height:auto;
    display:block; 
  }
  .devImgMenu{
    border-radius: 10px;
    border:3px solid transparent;
    margin-bottom:7px;
    overflow:hidden;
  }
    
.devMegaMenuImage {
    display: flex;
    gap: 18px;
    width: 100%;
    border-right: 1px solid #FFFFFF40;
    padding-right: 40px;
    justify-content: center;
}
  .devImageMegamenu {
    width: calc(20% - 10px);
    text-align:center;
    margin-bottom: 2rem;
  }
  .devnormalLink a{
    color:black;
    text-decoration:none;
  }
  .devMenuListOne{
    display:none !important;
  }
  .devImageMegamenu a{
    text-decoration:none;
    color:black;
    
  }
  .devDescriptionMenu p{
    font-size:13px;
    line-height:17px;
  }
  .devProductMenu span{
    font-family:"obviously" !important;
    font-weight:bold;
    margin:0;
  }
 .devImageMegamenu span{
    font-weight:bold;
    margin:0;
    font-family:"obviously" !important;
  }
  .mega-menu__custom{
    display:flex;
    max-width:1400px;
    margin:0 auto;
    padding:0 3rem;
    justify-content:center;
  }
  .mega-menu__list{
     width: 25%;
  }
 .devBtnShopMenu .devCustomBtn{
   visibility:hidden;
   padding:0;
   height:0;
   opacity:0;
   transition: visibility 0s, height 0.3s ease, opacity 0.3s ease;
 }
  .devProductMenu{
    border:2px solid transparent; 
  }
   .devProductMenu:hover{
     border:2px solid #CEFE3D; 
   }
  
  .devProductMenu .devCustomBtn {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devProductMenu:hover .devCustomBtn {
  visibility: visible;
  height: 40px;
  opacity: 1;
}

  .devProductMenu {
    padding: 15px;
    background: #E6E6DC 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: black;
    height:max-content;
}
  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
  @media screen and (max-width:767px){
    .header {
        padding: 10px 2rem 10px 2rem !important;
    }
  }
   @media(min-width: 990px){
        .header__submenu li a {
          opacity: 0;
          display: block!important;
          transform: translateY(-5px);
          transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
        }
        .visible-is details > .header__submenu li a{
          opacity: 1;
          transform: translateY(0);
        }
      .js details > .header__submenu {
        opacity: 0;
         transition: opacity 1s ease-out;
        visibility: hidden;
        transform: none!important;
        animation: none!important;
      }
           
      .visible-is details > .header__submenu {
        opacity: 1!important;
        transition: opacity 1s ease-out!important;
         visibility: visible!important;
      }  
    }
  @media screen and (max-width:1000px){
    .devMegaMenuImage {
      gap: 6px;
      padding-right: 0px;
  }
    .devProductMenu {
      padding: 10px;
  }
    .devDescriptionMenu p {
    font-size: 10px;
    line-height: 17px;
}
  }

  .devBtnShopMenu {
    margin-top: 12px;
  }

  .devProductMenu .devDescriptionMenu {
    display: none;
  }