.product-uphoto-banners {
    width: 100%
}

.product-uphoto-banners .swiper-pagination-bullet-active {
    background-color: #e0be85;
}

.product-uphoto-banners .swiper-button-prev {
    left: 2%;
}

.product-uphoto-banners .swiper-button-next {
    left: auto;
    right: 2%;
    transform: scale(-1, 1);
}

.product-uphoto-banners .swiper-button-prev, .product-uphoto-banners .swiper-button-next {
    outline: none;
    z-index: 1;
    width: 14px;
    height: 25px;
    margin-top: -2%;
    font-size: 25px;
    color: #b2b2b2;
    background: none;
}

.product-uphoto-banners .product-uphoto-banners__item {
    opacity: 0 !important;
    min-height: 100px;
    height: 0;
}

.product-uphoto-banners .product-uphoto-banners__item.swiper-slide-active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    height: auto;
}

.product-uphoto-banners .footer-subscribe__button {
    margin: 0;
}

@media (max-width: 767px) {
    .swiper-container.product-uphoto-banners {
        margin-bottom: 20px;
    }

    .product-uphoto-banners .swiper-button-prev, .product-uphoto-banners .swiper-button-next {
        display: none
    }
}