.custom-shop-slider-wrapper{
    width:100%;
}

.custom-shop-slider{
    padding-bottom:40px;
    margin-top:30px;
}

.custom-shop-slider .swiper-slide a{
    display:block;
    text-decoration:none;
}

.custom-slider-image{
    overflow:hidden;
	height: auto !important;
}

.custom-slider-image img{
    width:100%;
    height:auto!important;
    object-fit:cover;
    display:block;
}

.custom-shop-slider span {
    display: block;
    font-family: 'Brandon Grotesque';
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-shop-slider .swiper-scrollbar{
    position:relative;
    margin-top:25px;
    height:2px;
    background:#ddd;
}

.custom-shop-slider .swiper-scrollbar-drag{
    background:#000000;
}

@media(max-width:767px){

    .custom-shop-slider span{
    font-size: 15px;
    font-family:  brandon grotesque, sans-serif !important;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }

}

@media (max-width: 767px) {
    .slider-5369 .custom-slider-image {
        height: auto !important;
    }
}