/** Shopify CDN: Minification failed

Line 347:0 Unexpected "@media"
Line 516:71 Unexpected "{"

**/
    section#shopify-section-template--14790728974372__image_banner {
        display: none !important;
    }
      
      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
      }
#predictive-search-results-list .price {
    display: none;
}
  @media(max-width: 992px){
      .gradient {
        z-index: 9;
    }
  }
    body {
       /*  display: grid; */
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
    
 .main-blog .pagination {
      display: block;
    }
    
   .pagination {
      display: none;
    }
    #ddddSpace {
      height: 80px;
    }
    .ddddHeart {
      display: block;
      margin: 0 auto;
      width: 32px;
      height: 32px;
      transform: rotate(45deg);
      transform-origin: 16px 16px;
    }
    .ddddHeart div {
      top: 32px;
      left: 32px;
      position: absolute;
      width: 32px;
      height: 32px;
      background: #dd0000;
      animation: ddddHeart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .ddddHeart div:after,
    .ddddHeart div:before {
      content: " ";
      position: absolute;
      display: block;
      width: 32px;
      height: 32px;
      background: #dd0000;
    }
    .ddddHeart div:before {
      left: -24px;
      border-radius: 50% 0 0 50%;
    }
    .ddddHeart div:after {
      top: -24px;
      border-radius: 50% 50% 0 0;
    }
    @keyframes ddddHeart {
      0% {
        transform: scale(0.95);
      }
      5% {
        transform: scale(1.1);
      }
      39% {
        transform: scale(0.85);
      }
      45% {
        transform: scale(1);
      }
      60% {
        transform: scale(0.95);
      }
      100% {
        transform: scale(0.9);
      }
    } 
    
 
    
  #ddddWhatsAppText {
    color: #333;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 80px;
    padding: 0px 12px 0px 12px;
    background-color:#555555;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
  }
  #ddddWhatsAppTextArrow {
    position: fixed;
    z-index: 9999;
    bottom: 46px;
    right: 76px;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    transform: rotate(45deg);
    animation: ddddWhatsAppTextArrow 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  @keyframes ddddWhatsAppTextArrow {
   0% {
     right: 76px;
   }
   50% {
     right: 82px;
   }
   100% {
     right: 76px;
   }
  }
  .ddddWhatsAppButton {
    position: fixed;
    z-index: 9999;
    bottom: 22px;
    right: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
    animation: ddddWhatsAppButton 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  @keyframes ddddWhatsAppButton {
   0% {
     transform: scale(0.85);
   }
   50% {
     transform: scale(1);
   }
   100% {
     transform: scale(0.85);
   }
  }
  .ddddWhatsAppButtonSVG {
    margin-top:8px;
    margin-left: 10.5px;
    width: 38px;
    height: 40px;
  }
    @media only screen and (max-width: 600px) {
  	#ddddWhatsAppText {
    display: none;
    }
    #ddddWhatsAppTextArrow {
    display: none;
    }
  }
    
    
    
  #ddddCheckoutButton {
      border-top:.1rem solid rgba(var(--color-base-text),.08);
      text-align: center;
      padding: 27px 0px;
      position: fixed;
      z-index: 999;
      bottom: -100px;
      width: 100%;
      height: 100px;
      background-color: #000000;
  }
    #ddddCheckoutButton.animation {
    animation: ddddCheckoutButton 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards ;
    }
  @keyframes ddddCheckoutButton {
   0% {
     bottom: -100px;
      background-color: #000000;
   }
   100% {
     bottom: 0px;
     background-color: #FFFFFF;
   }
  }

@media (min-width: 990px) {
  .header:not(.header--middle-left) .header__inline-menu {
   padding: 0px 2rem 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    justify-self: auto;
    margin: 0 -20px;
  }
  .header--top-center .header__inline-menu>.list-menu--inline {
      justify-content: space-between;
      width: 100%;
      padding: 10px 0;
  }
  .header>.header__search {
      justify-self: center;
  }
  .header__icons {
      justify-self: center;
  }
  /* .header--has-menu:not(.header--middle-left) {
          padding: 0px 20px 0; 
  } */
  .header--top-center .header__inline-menu {
      justify-self: auto;
  } 
  .header__inline-menu .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    }
    .custom_search .search-modal__form {
        max-width: 100%;
      max-width: 200px !important;
    }
    .custom_search .search__input.field__input {
        padding-right: 5rem;
        border-radius: 20px;
            height: 3rem;
    }
  .custom_search_mobile{
    display: none !important; 
  }
  .custom_search {
    max-width: 200px;
    margin-right: 10px;
        max-height: 45px;
  }

  .custom_search .field__button {
      height: 4rem;
  }
  .custom_search .field__label, .custom_search .customer .field label {
    top: 0.7rem;
  }
  .list-menu--inline li:last-child .list-menu--disclosure {
    right: 0;
  }
  .header-wrapper {
    z-index: 2;
  }
}
@media(max-width: 989px){
   .custom_search {
     display: none;
   }
}
li.highlight {
    position: relative;
  
}
li.highlight:before {
   content: "New";
    width: 30px;
    height: 15px;
    position: absolute;
    right: calc(50% - 15px);
    top: -18px;
    line-height: 13px;
    text-align: center;
    font-size: 10px;
    border: 1px solid #b20001;
    color: #b20001;
    font-weight: 800;
    border-radius: 4px;
}
.custom_collection_list_mobile li.highlight:before {
  content: "New";
    width: 21px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 1px;
    line-height: 10px;
    text-align: center;
    color: #b20001;
    font-size: 6px;
    border: 1px solid #b20001;
    background-color: #b20001;
    color: #fff;
  font-weight: 800;
  border-radius: 4px;
}
.header__submenu li.highlight::before {
    top: 8px;
    right: 8px;
}

/* section#shopify-section-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 {
  display: none;
} */
ul#Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 {
    display: flex;
    flex-flow: row;
}

ul#Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 .multicolumn-list__item {
    width: initial !important;
    margin: 0 !important;
}
#Slide-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083-4 h3 {
       margin-top: 0px;
}
  #Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 h3 {
    font-weight: 600;
  }
#Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083
@media(max-width: 992px){
  ul#Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 {
    display: flex;
    flex-flow: row;
     overflow-x: scroll;
}
  ul#Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 {
    overflow-x: scroll;
        padding: 0;
  } 
  #Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083  .multicolumn-card__info {
        padding: 5px;
    max-width: 64px;
    margin: auto;
  }
  #Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 h3 {
      line-height: calc(1 + .5/max(1,var(--font-heading-scale)));
    font-size: 9px;
    font-weight: 600;
  }
 #shopify-section-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 .multicolumn.background-none.no-heading {
    margin: 2rem 0 2rem;
}
 #shopify-section-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper-with-link--no-heading {
    display: none;
}
  #Slide-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083-4 h3 {
    padding-top: 0;
}
 #Slide-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083-4  .multicolumn-card__info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
 
}
span.badge.price__badge-sale.color-accent-2, span.badge.badge--bottom-left.color-accent-2 {
    background-color: #b20001;
    border-color: #b20001;
}

  
section#shopify-section-template--14790728974372__multicolumn_XzBjBd li.multicolumn-list__item.grid__item.center,
#shopify-section-template--14790728974372__multicolumn_pnjieh li.multicolumn-list__item.grid__item.center
{
    width: 30%;
       margin-bottom: 10px;
}
    section#shopify-section-template--14790728974372__multicolumn_XzBjBd .multicolumn-card__info, 
 #shopify-section-template--14790728974372__multicolumn_pnjieh .multicolumn-card__info
{
    padding: 1.5rem 0;
      padding-bottom: 2rem;
}
section#shopify-section-template--14790728974372__multicolumn_XzBjBd .media.media--transparent.media--adapt , 
#shopify-section-template--14790728974372__multicolumn_pnjieh .media.media--transparent.media--adapt 
{
    min-width: 68px;
    min-height: 68px;
}
section#shopify-section-template--14790728974372__multicolumn_XzBjBd .multicolumn-card__info .link.animate-arrow , 
#shopify-section-template--14790728974372__multicolumn_pnjieh .multicolumn-card__info .link.animate-arrow {
    display: none;
}
section#shopify-section-template--14790728974372__multicolumn_XzBjBd .multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width), .multicolumn-list__item:only-child,
#shopify-section-template--14790728974372__multicolumn_pnjieh .multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width), .multicolumn-list__item:only-child
{
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 68px;
    margin: auto;
}
section#shopify-section-template--14790728974372__multicolumn_XzBjBd .multicolumn:not(.background-secondary),
#shopify-section-template--14790728974372__multicolumn_pnjieh .multicolumn:not(.background-secondary)
{
    margin: 0rem 0 30px 0;
}
#shopify-section-template--14790728974372__multicolumn_XzBjBd .title, #shopify-section-template--14790728974372__multicolumn_pnjieh .title {
    text-align: center !important;
    width: 100%;
}
#shopify-section-template--14790728974372__multicolumn_XzBjBd h3, #shopify-section-template--14790728974372__multicolumn_pnjieh h3 {
    font-size: 14px;
    font-weight: 600;
}
#shopify-section-template--14790728974372__multicolumn_XzBjBd .multicolumn .title-wrapper-with-link, #shopify-section-template--14790728974372__multicolumn_pnjieh .multicolumn .title-wrapper-with-link {
        margin-top: 3rem;
}
section#shopify-section-template--14790728974372__multicolumn_XzBjBd {
    position: relative;
    top: -10px;
}
#shopify-section-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 {
    background-color: #f3f3f3;
    padding: 5px;
}
@media(max-width: 767px){
  ul#Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 {
    display: flex;
    flex-flow: row;
     overflow-x: scroll;
}
 #Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083  .multicolumn-card__info {
        padding: 5px;
    max-width: 64px;
    margin: auto;
  }
  #Slider-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 h3 {
      line-height: calc(1 + .5/max(1,var(--font-heading-scale)));
    font-size: 9px;
    font-weight: 600;
  }
 #shopify-section-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 .multicolumn.background-none.no-heading {
    margin: 2rem 0 2rem;
}
 #shopify-section-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper-with-link--no-heading {
    display: none;
}
  #Slide-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083-4 h3 {
    padding-top: 0;
}
 #Slide-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083-4  .multicolumn-card__info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
 #Slide-template--14790728974372__46b1c4d8-8474-4d26-9665-8cc9b1e74083-4 h3 {
    margin-top: 0;
}
 
 /*   #shopify-section-template--14790728974372__0d09072f-b89f-4f9b-9d9e-d67c5c70f10b .owl-carousel .owl-item img,  #shopify-section-template--14790728974372__0d09072f-b89f-4f9b-9d9e-d67c5c70f10b .owl-carousel .owl-item{
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
  }
   #shopify-section-template--14790728974372__0d09072f-b89f-4f9b-9d9e-d67c5c70f10b span.carousel-cell-badge{
    display: none;
  } */
 .custom_collection_list_mobile{
  display: block;
}
    #shopify-section-custom_collection_list_mobile {
   margin-top: 0px;
  /*  position: sticky; */
   top: 0;
   z-index: 8;
    padding-top: 2px;
    background-color: #fff;
}
   #shopify-section-Stiky-search-bar {
   margin-top: 0px;
 /*   position: sticky; */
   top: 0;
   z-index: 8;
    padding-top: 2px;
    background-color: #fff;
}
  .facet-filters.sorting.caption {
    display: none;
}
.facet-filters__field select#SortBy {
    max-width: 80px;
   display: none;
}
.custom_collection_list_mobile.sticky {
    position: sticky !important;
  z-index: 8;
  }
  .overflow-hidden div#shopify-section-custom_collection_list_mobile{
      z-index: 2 !important;
}
 div#shopify-section-template--14790728974372__flip_img_slider_dBeexz, {
    display: none;
}
  
  a#cart-icon-bubble {
    top: 0px;
}
  .product-count.light.medium-hide.large-up-hide, .product-count.light {
    display: none;
}
/*   a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
} */

@media screen and (min-width: 750px){
.page-width {
    padding: 0 2rem;
}
  #shopify-section-template--14790728974372__ed1f8544-bd4d-4c25-ad7c-5b2f2dce16af  .slideshow__controls.slider-buttons.no-js-hidden {
    display: none;
}
  section#shopify-section-template--14790728974372__multicolumn_XzBjBd , section#shopify-section-template--14790728974372__multicolumn_pnjieh {
    display: none;
}
  }
main#MainContent {
    width: 100%;
    margin: auto;
}
.custom_collection_list_mobile{
  display: none;
}
 
.spaced-section--full-width:first-child {
    margin-top: 0 !important;
}
.opacity_zero{
  opacity: 0;
}

cart-notification {
  display: none;
    position: fixed;
    right: 0;
    min-width: 200px;
    bottom: 100px;
}@media (max-width: 768px) {

  /* Mobile menu drawer – optional but safe to keep */
  .js .menu-drawer {
    height: 700px;
    overflow-y: auto;
  }

}

 /*  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
    top: -100px;
    transition: all ease 2s;
} */
}
