@media only screen and (max-width: 767px) {
  .tf-slideshow .wrap-slider {
    height: auto;
  }
}

.home-banner-small .wrap-slider .box-content {
  top: 50% !important;
}

.home-banner-small .fade-item-1,
.home-banner-small .card-box-2 h4 {
  font-size: clamp(22px, 3vw, 30px) !important;
  line-height: 1.2;
}

.home-banner-small .fade-item-3 {
  margin-top: 12px !important;
}

.home-banner-small .tf-btn {
  padding: 10px 24px !important;
}

.home-banner-small.banner-3-area .banner-3-item .content {
  justify-content: center !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-banner-small.banner-3-area .banner-3-item .content .title {
  font-size: clamp(22px, 3vw, 30px) !important;
  padding: 8px 0 16px 0 !important;
}

.home-banner-small .su-btn-4 {
  padding: 12px 24px;
}
.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);
}
