/* =========================================================
   PUSAT SABLON CUP
   MOBILE BOTTOM BAR - COMPACT
   ========================================================= */

@media (max-width: 767px) {

    .psc-mobile-buybar {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        z-index: 999999 !important;

        display: grid !important;
        grid-template-columns: 68px 76px minmax(0, 1fr) !important;

        width: 100% !important;

        height: 58px !important;
        min-height: 58px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;

        border-top: 1px solid #ddd !important;

        box-shadow: 0 -3px 12px rgba(0,0,0,.08) !important;

        box-sizing: border-box !important;
    }


    /* SEMUA ELEMEN BOTTOM BAR */

    .psc-mobile-buybar > a,
    .psc-mobile-buybar > button {

        width: 100% !important;

        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;

        margin: 0 !important;
        padding: 3px 2px !important;

        border: 0 !important;
        border-radius: 0 !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        box-sizing: border-box !important;

        line-height: 1 !important;

        font-family: inherit !important;

        text-decoration: none !important;

        overflow: hidden !important;
    }


    /* CHAT */

    .psc-mobile-wa {

        color: #4b5563 !important;
        background: #fff !important;

        border-right: 1px solid #e1e1e1 !important;
    }


    /* KERANJANG */

    .psc-mobile-cart {

        color: #4b5563 !important;
        background: #fff !important;

        border-right: 1px solid #e1e1e1 !important;
    }


    /* BELI SEKARANG */

    .psc-mobile-buy {

        color: #fff !important;
        background: #e52424 !important;

        font-weight: 700 !important;
    }


    /* ICON */

    .psc-mobile-icon {

        width: 22px !important;
        height: 22px !important;

        margin: 0 0 2px !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 22px !important;

        font-size: 20px !important;

        line-height: 1 !important;
    }


    /* TEKS CHAT + KERANJANG */

    .psc-mobile-label {

        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        color: inherit !important;

        font-size: 10px !important;
        font-weight: 600 !important;

        line-height: 12px !important;

        text-align: center !important;

        white-space: nowrap !important;
    }


    /* TEKS BELI SEKARANG */

    .psc-mobile-buy .psc-mobile-label {

        font-size: 14px !important;
        font-weight: 700 !important;

        line-height: 16px !important;
    }


    /* SAFE AREA */

    .psc-mobile-buybar {

        padding-bottom: env(safe-area-inset-bottom) !important;

    }


    /* RUANG KONTEN */

    body.single-product {

        padding-bottom: 68px !important;

    }

}