/** Shopify CDN: Minification failed

Line 281:0 Expected "}" to go with "{"

**/

.m-menu__item--mega .m-sub-menu__item--level-1 > .m-menu__link {
  font-weight: 500;
  padding-left: 12px;
  font-family: AdihausDIN, Helvetica, Arial, Helvetica, sans-serif;
  color: #000;
  padding-right: 12px;
  font-size: 17px;
}
a.m-menu__link.m-menu__link--main {
    font-family: AdihausDIN, Helvetica, Arial, Helvetica, sans-serif;
    font-size: 18px;
    white-space: nowrap;
}
a.m-menu__link {
    color:#525252 !important;
    font-family: AdihausDIN, Helvetica, Arial, Helvetica, sans-serif;
        white-space: nowrap;
}
variant-picker .m-product-option--button .m-product-option--node__label {
    font-size: var(--font-base-size);
    min-width: 70px;
    background: #e3e6e8;
  }
  span.option-label--title {
    font-size: 17px;
    font-weight: 600;
}


.m-menu-mobile__item>a{
  cursor: pointer;
    font-family: AdihausDIN, Helvetica, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 32px;
}
.m-menu-mobile__back-button {
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 16px 0;
    margin: 0 16px 10px;
    text-align: left;
    font-size: 21px;
    border-bottom: 1px solid rgb(var(--color-border));
   font-family: AdihausDIN, Helvetica, Arial, Helvetica, sans-serif;
  }
  h2.m-section__heading.h3.m-scroll-trigger.animate--fade-in-up {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    position: relative;
    display: inline-block;
   
}

.m-product-card.m-product-card--style-4:hover {
    border: 1px solid #000;
} 
/* m-product-card m-product-card--style-4 m-product-card--soldout m-product-card--onsale m-product-card--show-second-img m-scroll-trigger animate--fade-in-up */
.m-product-card {
    position: relative;
}

.m-product-card .m-product-tag--soldout {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    transform: none;
    z-index: 2;
}
.m-product-card .m-product-tag--soldout {
    padding: 5px;
   padding-bottom: 2.5px;
    right: 10px;
    height: auto;
    left: auto;
    transform: none;
    z-index: 2;
    border-radius: 0px;
    top: 15px;
  }
  html.js.prevent-scroll {
    --m-header-height: 0;
    --m-scrollbar-width: 0;
}
.m-menu-customer__label {
    font-size: 20px;
    display: none;
}
  .pswp__item {
    background: #c3c5c9;
}


.m-product-media {
  position: relative;
  overflow: hidden !important;
}

.m-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease !important;
  will-change: transform;
}


.m-product-media * {
  pointer-events: none;
}

.m-product-media {
  pointer-events: auto;
}
.m-sub-menu__item>a {
  font-size: !important;}

  .m-menu__item--mega .m-sub-menu__item--level-1>.m-menu__link {
    font-weight: 500;
    padding-left: 12px;
    font-size: 17px;
    color: #000 !important;
        letter-spacing: 1px;
  }
  @media (max-width: 767px) {
  .m-slider-controls {
    display: none !important;
  }
  .m-product-card .m-product-tag--soldout {
  
    font-size: 10px;
    text-transform: capitalize;
     width: 40px !important;

  }
  .m-product-tabs__load-more {
    justify-content: center;
    margin-top: 20px;
}
button.m-sortby--open.md\:m\:hidden.m\:flex.m\:items-center{
  display:none;
}
}

@media (min-width: 1023px) and (max-width: 1169px) {

  /* MENU SINGLE LINE */
  .m-header__menu .m-menu {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  /* PREVENT TEXT BREAK */
  .m-menu__item {
    white-space: nowrap;
  }

  /* FONT SIZE REDUCE */
  .m-menu__link--main {
    font-size: 14px !important;
    
  }

  /* CENTER ALIGN FIX */
  .m-header__center {
    flex: 1;
    display: flex;
    justify-content: center;
  }

}
/* 1000px to 1400px */
@media (min-width: 1000px) and (max-width: 1400px) {
  a.m-menu__link.m-menu__link--main {
    font-size: 17px !important;
        white-space: nowrap;
  }
}

/* Up to 1280px */
@media (max-width: 1280px) {
  a.m-menu__link.m-menu__link--main {
    font-size: 15px !important;
        white-space: nowrap !important;
  }

  .m-menu__item--mega .m-sub-menu__item--level-1 > .m-menu__link {
    font-weight: 500;
    padding-left: 12px !important;
    font-size: 15px;
        white-space: nowrap !important;
  }

  a.m-menu__link {
    font-size: 13px;

    white-space: nowrap !important;
  }

  .m-sub-menu__item > a {
    font-size: 12px !important;
     white-space: nowrap !important;
  }
}
.map-container {
  width: 100%;
}
@media (max-width: 767px) {
  .m-menu-drawer__wrapper {
    width: 100%;
  }
  header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open {
    border: 1px solid;
  }
  .m-menu-mobile__item:nth-child(6) {
    border-bottom: 1px solid rgb(var(--color-border));
  }
  .header-drawer-open .m-header__mobile > .container-fluid {
    display: none !important;
  }
/* header css */
.map-container iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.whatsapp-icon-box {
    position: fixed;
    bottom: 135px;
    z-index: 999;
    display: none;
    
}

.m-header__container:has(.m-menu__item--dropdown:hover) {
  background: #000;
}

.social-media-links {
  column-gap: 30px;
}
a.m-menu__link.m-menu__link--main {
  font-family: AdihausDIN, Helvetica, Arial, sans-serif;
  color: #fff !important;
}
/* header css */
.m-topbar a[href*="facebook"] {
  order: 2;
}


@keyframes blinkHighlight {
    0%, 100% {
        box-shadow: 0 0 5px rgba(255, 77, 77, 0.4);
        color: #ff4d4d;
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 77, 77, 1);
        color: #ff0000;
    }
}


