.full-width-banner .desktop-image {
    width: 100%;
    height: 60vh; 
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat; 
    
}
.mobile-image{
    width: 100%;
    height: 40vh; 
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
background-color: white;
}
.swiper-pagination-bullet-active {
background-color: black; 
}
.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}
@media screen and (max-width:576px){

    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    .trending-start{
        padding-bottom: 0px !important;
    }
    .shop-card.style-3 .dz-content {
        /* width: calc(100% - 10px); */
        display: block;
    }
    .category-padding{
        padding: 0px !important;
    }
    .category-heading{
        font-size: 18px;
    }
    .category-font-size .title,.price{
        font-size: 13px !important;
        text-align: center !important;
    }
}
