/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 15:34:07 */
#ast-desktop-header .main-header-bar-wrap{
  transition: all 0.3s ease;
}

#ast-desktop-header.sticky-header .main-header-bar-wrap {
  position: fixed;
  top: 0;
	left: 0;
	right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.sticky-header a.menu-link{
	color: #000!important;
}
.sticky-header .ast-builder-html-element{
	color: #000!important;
}
.sticky-header .ast-builder-social-element svg{
	fill: #000!important;
}
.slide-label {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.collectionsSwiper .swiper-button-next, .collectionsSwiper .swiper-button-prev {
    background-color: #1B9C85;
    color: #fff;
    width: 42px;
}
.collectionsSwiper .swiper-button-next:after, .collectionsSwiper .swiper-button-prev:after {
    font-size: 20px;
}
.collectionsSwiper .swiper-button-next {
    right: 31%;
}
.collectionsSwiper .swiper-button-prev {
    left: 31%;
}