.bwa-responsive-slider {
    position : relative;
}

.bwa-responsive-slider .bwa-responsive-slider__slider {
    /*position : absolute;*/
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
}

.bwa-responsive-slider .products-section-title span {
    margin-top : 10px;
}

.bwa-responsive-slider img {
    width     : 100%;
    max-width : 100%;
    height    : auto;
}

.bwa-responsive-slider .swiper-pagination-bullet{
    width: 38px;
    height: 4px;
    border-radius : 5px;
    background: var(--color-primary);
    opacity: 1;
}

.bwa-responsive-slider .swiper-pagination-bullet-active{
    background: white;
}

.bwa-responsive-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 9px;
}

.bwa-responsive-slider.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}

.bwa-responsive-slider .swiper-slide:first-child {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.bwa-responsive-slider .swiper-slide:first-child img {
    transition: none !important;
}
