@media (max-width: 480px) {
    .scroll-indicator {
        display: block;
    }

    .category-slider {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .category-slider::-webkit-scrollbar {
        display: none;
    }

    .all-shops {
        margin-top: -140px;
        left: 50% !important;
    }
}


@media screen and (max-width: 480px) {
    .banner-container {
        margin-top: 20px !important;
        width: 300px;
        height: 150px;
    }

    .shop-category-container {
        padding: 10px;
        margin-top: 10px !important;
        margin: 10px;
        height: 170px !important;
    }

    .v1-title {
        font-size: 16px;
    }

    .category-slide {
        margin: 0px;
    }

    .category-card {
        padding: 10px 1px;
        min-height: 50px !important;
        max-height: 80px !important;
    }

    .nav-button {
        top: 20%;
        width: 35px;
        height: 35px;

    }

    .nav-button.prev {
        left: -1px !important;
    }

    .nav-button.next {
        right: -1px;
    }

    /* Scroll Indicator (Mobile) */
    .scroll-indicator {
        margin-top: -60px;
    }

    .shop-list {
        margin: 0px 20px 0px 20px;
    }

    .shop-card {
        margin-top: 0px;
    }

    .shop-card-header {
        height: 80px;
        margin-bottom: -80px;
    }

    .shop-card-body {
        padding: 0px 20px 10px;
    }


}


@media screen and (min-width: 1020px) {
    .siderbar-header {
        height: 90px !important;
    }
}





