.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;
    text-align:center;
    margin-top:18px;
    font-size:15px;
    letter-spacing:3px;
    color:#111;
	text-transform: uppercase;
    font-weight:600;
}

.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-style: normal;
    font-weight: 490;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }

}

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