.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #fff;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.anim-gradient-overlay,
.swiper-slideee::before {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.anim-gradient-overlay,
.swiper-slideeee::before {
height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  mix-blend-mode: color-dodge;
  opacity: 0.2;
}

select.orderby {
	background-color: #000;
}

/*
.swiper-button-next, .swiper-button-prev {
    color: rgba(255,255,255,0.96);
  }*/