.products-featured-slider.swiper {
    overflow: visible;
}


.products-featured-slider li.product .yith-add-to-wishlist-button-block {
    right: 10px;
    bottom: 110px;
}

.products-featured-slider li.product {
    max-width: 300px;
}

.products-featured-slider {
    padding-bottom: 80px;
}

.products-featured-slider .custom-prev,
.products-featured-slider .custom-next {
     position: absolute;
  z-index: 10;
  cursor: pointer;
  font-size: 24px;
  color: #967F5B;
}

.products-featured-slider .custom-prev svg,
.products-featured-slider .custom-next svg {
    width: 40px;
    height: 40px;
    fill: #967F5B;
}
.products-featured-slider .custom-prev:hover svg,
.products-featured-slider .custom-next:hover svg{
    fill: #011E46;
}
.products-featured-slider .custom-prev {
    right: 50%;
    transform: translateX(-10px);
    left: inherit;
    bottom: 10px;
    top: inherit;
}
.products-featured-slider .custom-next {
    left: 50%;
    transform: translateX(10px);
    right: inherit;
    bottom: 10px;
    top: inherit;
}

.products-featured-slider .swiper-slide {
    width: fit-content;
}