
@media screen and (max-width: 600px) {
    /* NOTIF BOOSTER */
    .toaster{
        width: 94%;
        bottom: 24vw;
    }

    /* BRANDS */
    .brands .brands-wrap{
        padding: 0 6px;
    }
    .brands .item{
        margin: 8px 0;
        width: 30vw;
        height: 30vw;
        padding: 12px;
        border-radius: 8px;
    }

    /* FORM ORDER */
    .foto-produk{
        height: 24vw;
    }

    /* MODERN SLIDER - Disabled, using homeslider.css instead
    .modern-slider-container {
        height: 35vh;
        min-height: 250px;
    }
    
    .slide-content-overlay {
        padding: 0.75rem;
        background: linear-gradient(
            transparent 0%,
            rgba(0, 0, 0, 0.8) 100%
        );
    }
    
    .slide-title {
        font-size: 1rem;
        margin-bottom: 0.25rem;
        line-height: 1.3;
    }
    
    .slide-description {
        font-size: 0.8rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .modern-slider .swiper-pagination {
        bottom: 10px;
    }
    
    .modern-slider .swiper-pagination-bullet {
        width: 6px;
    
        height: 6px;
        margin: 0 3px;
    }} */

    /* TESTISMONI */
    .testismoni .slick-next{
        right: 0px;
    }
    .testimoni-item{
        width: 70vw;
    }
    .testismoni .slick-prev{
        left: -10px;
    }

    /* KERANJANG */
    .keranjang{
        padding: 16px 0px;
    }
    .keranjang .fs-20{
        font-size: 16px;
    }
    .progress-checkout .fas{
        font-size: 200%;
    }

    /* SIGN IN */
    #signin,
    #signin_otp,
    #signup,
    #signup_otp{
        padding-left: 0px;
        padding-right: 0px;
    }
    .bg-sign{
        padding: 0px 8px;
        margin-bottom: 60px;
    }
    .select2{
        margin-left: 0;
        margin-right: 0;
    }
    
    /* LIST PRODUK */
    .produk-wrap{
        padding: 8px;
    }
    .produk-item{
        margin: 0;
        padding: 8px;
    }

    /* BANNER */
    .banner{
        text-align: center;
    }
    .banner h2{
        font-size: 160%;
    }
    .banner h5{
        font-size: 100%;
    }
    
    .showsmall-inline{
        display: inline-block;
    }
    .showsmall{
        display: block;
    }
    .hidesmall{
        display: none !important;
    }

    .newproduct .p-b-30{
        padding-bottom: 8px !important;
    }
    .blog-section .fs-18 a,
    .newproduct .fs-18 a{
        font-size: 14px !important;
    }
    .blog-section h3,
    .newproduct h3{
        font-size: 18px !important;
    }

    /* SWIPER - Disabled, using homeslider.css instead
    .swiper-button-prev,
    .swiper-button-next{
        display: none !important;
    } */

    .form-header::before{
        z-index: -1;
    }
    .form-header{
        z-index: 2;
    }
    .banner-iklans h3{
        font-size: 24px;
        font-weight: 400;
    }
    
}