/** Shopify CDN: Minification failed

Line 28:9 Expected identifier but found whitespace
Line 28:10 Unexpected "8px"
Line 32:4 Unexpected "0%"
Line 33:4 Unexpected "50%"
Line 34:4 Unexpected "100%"
Line 83:4 "botton" is not a known CSS property

**/



.header-scroll-down .m-announcement-bar,
.header-scroll-up .m-announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
}
.header-sticky-always .m-header__wrapper {
  top: 40px !important;
}
/*.menu-divider {
  height: 1px;
  background-color: #e0e0e0; /* Change color as needed */
  margin: 8px 0;
}*/
/* Mobile menu drawer*/
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.sale-tag {
    background-color: #fdfa72;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 5px; /* Adds space between text and tag */
    white-space: nowrap;
    display: inline-block;
    animation: blink 1.4s infinite; /* Blinks every second */
}

.m-sortby-mobile--content {
  bottom: 90px !important;
}
.m-sortby-mobile--item[data-value="title-ascending"],
.m-sortby-mobile--item[data-value="title-descending"] {
  display: none;
}
#epb_background {
  z-index: 99 !important;
}
.needsclick.kl-teaser-WXupET.undefined.kl-private-reset-css-Xuajs1 {
  left: auto !important;
  right: -43px !important;
  width: 100px !important;
  transform: rotate(270deg) !important;
  bottom: 160px !important;
}
.m-button--scroll-top {
  bottom: 80px !important;
  right: 4px !important;
}

@media (max-width: 500px) {
  .needsclick.kl-teaser-WXupET.undefined.kl-private-reset-css-Xuajs1 {
    left: auto !important;
    right: -43px !important;
    width: 100px !important;
    transform: rotate(270deg) !important;
    bottom: 130px !important;
  }
  #epb_background {
    height: 100px !important;
  }
  .m-button--scroll-top {
    right: 5px !important;
    botton: 105px !important;
  }
  .whatsapp-chat-btn-wrapper {
    width: 50px !important;
    max-height: 50px !important;
    margin: 5px !important;
  }
}
 