.fairvilla-carousel-wrapper {
    width: 100%;
    overflow: hidden;
}

.fairvilla-carousel-container {
    overflow: hidden;
    padding-bottom: 36px;
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: #C74382;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
}

.fairvilla-carousel-container .swiper-slide {
    width: 235px;
    flex-shrink: 0;
}

.fairvilla-carousel-container .swiper-slide a {
    display: block;
    text-decoration: none;
}

.fairvilla-carousel-container .swiper-slide img {
    display: block;
    width: 235px;
    height: 330px;
    object-fit: cover;
    border: 2px solid #C74382;
    border-radius: 10px;
}

.fairvilla-carousel-container .swiper-button-prev,
.fairvilla-carousel-container .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: calc(50% - 18px);
}

.fairvilla-carousel-container .swiper-button-prev::after,
.fairvilla-carousel-container .swiper-button-next::after {
    font-size: 16px;
}

.fairvilla-carousel-container .swiper-pagination {
    bottom: 8px;
}
