@media only screen and (max-width: 767px) {
  .tf-slideshow .wrap-slider {
    height: auto;
  }
}
.layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* .wrap-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.categories .collection-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
} */

.categories .swiper-slide {
  margin-right: 0 !important;
}

.new-products .swiper-slide {
  margin-right: 5px !important;
}

.weby-cart-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 99999;
  transform: translate(-50%, 20px);
  opacity: 0;
  background: #111827;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.weby-cart-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
