.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    left: 0;
    top: 0; 
    cursor:pointer;
} 

.swiper-scrollbar{
    opacity:0.55;
    border-radius: 15px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    bottom: -50px;
    left:0;
    margin-left: var(--s-h-padding);
    padding-right: var(--s-h-padding);
    z-index: 50;
    height: 5px;
    width: calc(100% - (2 * var(--s-h-padding)));
    transition: opacity 0.4s ease;
}

.brxe-qcwp-swiper-slider{
    overflow:visible;
}

.brxe-qcwp-swiper-slider:hover .swiper-scrollbar{
    opacity:0.90;
}