.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.swiper-slide img.main-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 10;
}

.swiper-pagination-bullet {
    background-color: #ffffff !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary) !important;
    opacity: 1 !important;
}