@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;
}
