/* =========================================================
   LUMINAPICK.STORE - FOOTER FINAL
   ========================================================= */

.site-footer {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;

    margin: 70px 0 0 !important;
    padding: 0 20px 100px !important;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(239, 167, 186, .22),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #fffafb 0%,
            #f8f1ee 100%
        ) !important;

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

    color: #40383b !important;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
    box-sizing: border-box !important;
}

.site-footer .footer-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
    align-items: start !important;

    width: 100% !important;
    max-width: 1080px !important;

    margin: 0 auto !important;
    padding: 48px 0 38px !important;

    gap: 70px !important;
}

/* BRAND */

.site-footer .footer-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    width: 100% !important;
}

.site-footer .footer-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;

    width: auto !important;

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

    color: #30292c !important;
    text-decoration: none !important;

    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.site-footer .footer-logo-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;

    border-radius: 13px !important;

    background: linear-gradient(
        135deg,
        #efa7ba,
        #d7839d
    ) !important;

    color: #fff !important;

    font-family: Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;

    box-shadow: 0 8px 20px rgba(215,131,157,.22) !important;
}

.site-footer .footer-dot {
    color: #d7839d !important;
}

.site-footer .footer-tagline {
    display: block !important;

    width: 100% !important;
    max-width: 380px !important;

    margin: 16px 0 22px !important;
    padding: 0 !important;

    color: #817679 !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}

/* WHATSAPP */

.site-footer .footer-whatsapp {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 380px !important;

    margin: 0 !important;
    padding: 10px 13px !important;

    gap: 11px !important;

    border: 1px solid #e7dfe1 !important;
    border-radius: 17px !important;

    background: rgba(255,255,255,.82) !important;

    color: #40383b !important;
    text-decoration: none !important;

    box-shadow: 0 8px 25px rgba(70,50,55,.07) !important;

    transition: transform .2s ease, box-shadow .2s ease !important;
}

.site-footer .footer-whatsapp:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(70,50,55,.11) !important;
}

.site-footer .footer-whatsapp-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;

    border-radius: 13px !important;

    background: #e7f7f3 !important;
    color: #369d8d !important;
}

.site-footer .footer-whatsapp-icon svg {
    width: 21px !important;
    height: 21px !important;
}

.site-footer .footer-whatsapp-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    flex: 1 !important;
    gap: 3px !important;
}

.site-footer .footer-whatsapp-text small {
    margin: 0 !important;

    color: #a09799 !important;

    font-size: 10px !important;
    font-weight: 500 !important;
}

.site-footer .footer-whatsapp-text strong {
    margin: 0 !important;

    color: #40383b !important;

    font-size: 13px !important;
    font-weight: 750 !important;
}

.site-footer .footer-arrow {
    width: 17px !important;
    height: 17px !important;

    color: #a99fa2 !important;
}

/* LINK AREA */

.site-footer .footer-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;

    width: 100% !important;

    gap: 45px !important;
}

.site-footer .footer-link-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    gap: 11px !important;

    width: 100% !important;
}

.site-footer .footer-heading {
    display: block !important;

    margin: 0 0 7px !important;

    color: #40383b !important;

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

    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

.site-footer .footer-link-group a {
    display: inline-flex !important;
    align-items: center !important;

    width: auto !important;

    gap: 7px !important;

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

    color: #81777a !important;
    text-decoration: none !important;

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

    transition: color .2s ease, transform .2s ease !important;
}

.site-footer .footer-link-group a:hover {
    color: #c98298 !important;
    transform: translateX(2px) !important;
}

.site-footer .footer-link-group a svg {
    width: 14px !important;
    height: 14px !important;

    color: #d7839d !important;
    stroke-width: 1.8 !important;
}

/* BOTTOM */

.site-footer .footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    max-width: 1080px !important;

    margin: 0 auto !important;
    padding: 18px 0 !important;

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

    color: #9c9295 !important;

    font-size: 10px !important;
    line-height: 1.4 !important;
}

.site-footer .footer-made {
    display: inline-flex !important;
    align-items: center !important;

    gap: 4px !important;
}

.site-footer .footer-made svg {
    width: 12px !important;
    height: 12px !important;

    color: #d7839d !important;
    stroke-width: 2 !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .site-footer {
        margin-top: 55px !important;
        padding: 0 16px 105px !important;
    }

    .site-footer .footer-main {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        padding: 35px 0 28px !important;

        gap: 32px !important;
    }

    .site-footer .footer-logo {
        font-size: 18px !important;
    }

    .site-footer .footer-logo-mark {
        width: 37px !important;
        height: 37px !important;
        min-width: 37px !important;
    }

    .site-footer .footer-tagline {
        max-width: 320px !important;
        margin: 14px 0 18px !important;
    }

    .site-footer .footer-whatsapp {
        max-width: none !important;
    }

    .site-footer .footer-links {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    .site-footer .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
}

/* =========================================================
   LUMINAPICK FOOTER - DESKTOP PREMIUM FINAL
   ========================================================= */

.site-footer {
    margin-top: 55px !important;
    padding: 0 24px 28px !important;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(239,167,186,.20),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgba(239,210,218,.18),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #fffafb 0%,
            #faf3f1 100%
        ) !important;

    border-top: 1px solid #eee1e4 !important;
}

.site-footer .footer-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr) !important;

    width: 100% !important;
    max-width: 1080px !important;

    margin: 0 auto !important;
    padding: 34px 0 27px !important;

    gap: 80px !important;
}

/* ---------------- BRAND ---------------- */

.site-footer .footer-brand {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.site-footer .footer-logo {
    font-size: 20px !important;
    letter-spacing: -.4px !important;
}

.site-footer .footer-logo-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;

    border-radius: 12px !important;
}

.site-footer .footer-tagline {
    max-width: 340px !important;

    margin: 12px 0 18px !important;

    font-size: 12px !important;
    line-height: 1.65 !important;
}

/* ---------------- WHATSAPP ---------------- */

.site-footer .footer-whatsapp {
    max-width: 350px !important;

    padding: 8px 11px !important;

    border-radius: 15px !important;

    box-shadow:
        0 6px 20px rgba(70,50,55,.055) !important;
}

.site-footer .footer-whatsapp-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;

    border-radius: 11px !important;
}

.site-footer .footer-whatsapp-icon svg {
    width: 19px !important;
    height: 19px !important;
}

/* ---------------- RIGHT SIDE ---------------- */

.site-footer .footer-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;

    align-items: start !important;

    gap: 42px !important;

    padding-top: 3px !important;
}

.site-footer .footer-link-group {
    gap: 9px !important;
}

.site-footer .footer-heading {
    margin-bottom: 5px !important;

    font-size: 9px !important;
    letter-spacing: .16em !important;
}

.site-footer .footer-link-group a {
    font-size: 11px !important;
}

/* ---------------- BOTTOM ---------------- */

.site-footer .footer-bottom {
    max-width: 1080px !important;

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

    font-size: 9px !important;
}

/* =========================================================
   DECORATIVE DETAIL
   ========================================================= */

.site-footer .footer-main::after {
    content: "✦";

    position: absolute;

    width: 0;
    height: 0;

    opacity: 0;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .site-footer {
        margin-top: 45px !important;
        padding: 0 16px 95px !important;
    }

    .site-footer .footer-main {
        display: flex !important;
        flex-direction: column !important;

        gap: 27px !important;

        padding: 30px 0 23px !important;
    }

    .site-footer .footer-logo {
        font-size: 18px !important;
    }

    .site-footer .footer-logo-mark {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    .site-footer .footer-tagline {
        margin: 12px 0 17px !important;
    }

    .site-footer .footer-whatsapp {
        max-width: none !important;
    }

    .site-footer .footer-links {
        grid-template-columns: 1fr 1fr !important;
        gap: 18px !important;
    }

    .site-footer .footer-bottom {
        padding-top: 13px !important;
    }
}

/* =========================================================
   MOBILE FOOTER - COMPACT
   ========================================================= */

@media (max-width: 767px) {

    .site-footer {
        margin-top: 38px !important;
        padding: 0 16px 72px !important;
    }

    .site-footer .footer-main {
        gap: 22px !important;
        padding: 25px 0 20px !important;
    }

    .site-footer .footer-logo {
        font-size: 17px !important;
    }

    .site-footer .footer-logo-mark {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        border-radius: 11px !important;
    }

    .site-footer .footer-tagline {
        margin: 10px 0 14px !important;
        font-size: 11px !important;
        line-height: 1.55 !important;
    }

    .site-footer .footer-whatsapp {
        padding: 7px 9px !important;
        border-radius: 14px !important;
    }

    .site-footer .footer-whatsapp-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 10px !important;
    }

    .site-footer .footer-whatsapp-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .site-footer .footer-whatsapp-text {
        gap: 1px !important;
    }

    .site-footer .footer-whatsapp-text small {
        font-size: 9px !important;
    }

    .site-footer .footer-whatsapp-text strong {
        font-size: 12px !important;
    }

    .site-footer .footer-links {
        gap: 15px !important;
    }

    .site-footer .footer-link-group {
        gap: 7px !important;
    }

    .site-footer .footer-heading {
        margin-bottom: 4px !important;
        font-size: 8px !important;
    }

    .site-footer .footer-link-group a {
        font-size: 10px !important;
    }

    .site-footer .footer-link-group a svg {
        width: 12px !important;
        height: 12px !important;
    }

    .site-footer .footer-bottom {
        padding: 11px 0 0 !important;
        font-size: 8px !important;
        gap: 5px !important;
    }

    .site-footer .footer-made svg {
        width: 10px !important;
        height: 10px !important;
    }
}

/* =========================================================
   LUMINAPICK MOBILE - FLOATING NAVIGATION
   ========================================================= */

@media (max-width: 767px) {

    .mobile-nav {
        position: fixed !important;

        left: 50% !important;
        right: auto !important;
        bottom: 12px !important;

        transform: translateX(-50%) !important;

        width: calc(100% - 34px) !important;
        max-width: 350px !important;

        height: 68px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        padding: 6px !important;

        border: 1px solid rgba(232, 218, 222, .95) !important;
        border-radius: 23px !important;

        background: rgba(255, 255, 255, .94) !important;

        box-shadow:
            0 8px 25px rgba(70, 50, 55, .10),
            0 2px 8px rgba(70, 50, 55, .05) !important;

        backdrop-filter: blur(18px) !important;
        -webkit-backdrop-filter: blur(18px) !important;

        z-index: 1000 !important;
    }

    .mobile-nav a {
        position: relative !important;

        flex: 1 !important;

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

        display: flex !important;
        flex-direction: column !important;

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

        gap: 3px !important;

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

        border-radius: 17px !important;

        color: #858083 !important;

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

        text-decoration: none !important;

        transition:
            background .2s ease,
            color .2s ease,
            transform .2s ease !important;
    }

    .mobile-nav a svg {
        width: 21px !important;
        height: 21px !important;

        stroke-width: 1.8 !important;

        color: currentColor !important;
    }

    .mobile-nav a.active {
        background: linear-gradient(
            135deg,
            #fde7ed,
            #f9dce4
        ) !important;

        color: #bb617c !important;

        font-weight: 750 !important;
    }

    .mobile-nav a.active svg {
        color: #c76583 !important;
        stroke-width: 2 !important;
    }

    .mobile-nav a:active {
        transform: scale(.93) !important;
    }

    /* small active indicator */
    .mobile-nav a.active::after {
        content: "" !important;

        position: absolute !important;

        bottom: 4px !important;

        width: 4px !important;
        height: 4px !important;

        border-radius: 50% !important;

        background: #d7839d !important;
    }

    /* Give page enough room for floating navigation */
    body {
        padding-bottom: 88px !important;
    }

    /* Compact footer around floating nav */
    .site-footer {
        padding-bottom: 35px !important;
    }

    .site-footer .footer-main {
        padding-bottom: 18px !important;
    }

    .site-footer .footer-bottom {
        padding-bottom: 0 !important;
    }
}

/* =========================================================
   LUMINAPICK MOBILE NAV - COLORFUL ICON EDITION
   ========================================================= */

@media (max-width: 767px) {

    .mobile-nav {
        width: calc(100% - 36px) !important;
        max-width: 360px !important;
        height: 70px !important;

        left: 50% !important;
        bottom: 12px !important;
        transform: translateX(-50%) !important;

        padding: 6px !important;

        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 4px !important;

        border-radius: 24px !important;

        background: rgba(255,255,255,.96) !important;

        border: 1px solid #eadde1 !important;

        box-shadow:
            0 14px 35px rgba(70,45,55,.13),
            0 4px 12px rgba(70,45,55,.06) !important;

        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
    }

    .mobile-nav a {
        position: relative !important;

        width: 100% !important;
        height: 58px !important;
        min-height: 58px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 2px !important;

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

        border-radius: 17px !important;

        text-decoration: none !important;

        color: #91898c !important;

        transition:
            transform .18s ease,
            background .18s ease,
            color .18s ease !important;
    }

    /* ICON CIRCLE */

    .mobile-nav .nav-icon {
        width: 31px !important;
        height: 31px !important;

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

        border-radius: 11px !important;

        transition:
            background .18s ease,
            color .18s ease,
            transform .18s ease !important;
    }

    .mobile-nav .nav-icon svg {
        width: 20px !important;
        height: 20px !important;

        stroke-width: 2 !important;
    }

    .mobile-nav .nav-label {
        font-size: 10px !important;
        line-height: 1 !important;

        font-weight: 700 !important;

        white-space: nowrap !important;
    }

    /* -----------------------------------------
       DEFAULT COLORS
       ----------------------------------------- */

    .mobile-nav .home-tab .nav-icon {
        color: #df6f91 !important;
        background: #fff0f4 !important;
    }

    .mobile-nav .product-tab .nav-icon {
        color: #42ad9b !important;
        background: #eaf9f6 !important;
    }

    .mobile-nav .cart-tab .nav-icon {
        color: #e99a43 !important;
        background: #fff4e7 !important;
    }

    .mobile-nav .order-tab .nav-icon {
        color: #9670d1 !important;
        background: #f2ecff !important;
    }

    /* -----------------------------------------
       ACTIVE HOME
       ----------------------------------------- */

    .mobile-nav .home-tab.active {
        background:
            linear-gradient(
                145deg,
                #ffe3eb,
                #ffd4e0
            ) !important;

        color: #c95578 !important;

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.8),
            0 4px 12px rgba(222,111,145,.12) !important;
    }

    .mobile-nav .home-tab.active .nav-icon {
        color: #fff !important;

        background:
            linear-gradient(
                145deg,
                #ee7fa0,
                #d85e82
            ) !important;

        box-shadow:
            0 5px 12px rgba(216,94,130,.25) !important;
    }

    /* -----------------------------------------
       ACTIVE PRODUCT
       ----------------------------------------- */

    .mobile-nav .product-tab.active {
        background:
            linear-gradient(
                145deg,
                #e2faf5,
                #d3f3ed
            ) !important;

        color: #299786 !important;

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.8),
            0 4px 12px rgba(66,173,155,.11) !important;
    }

    .mobile-nav .product-tab.active .nav-icon {
        color: #fff !important;

        background:
            linear-gradient(
                145deg,
                #4fc1ac,
                #2fa08f
            ) !important;

        box-shadow:
            0 5px 12px rgba(47,160,143,.24) !important;
    }

    /* -----------------------------------------
       ACTIVE CART
       ----------------------------------------- */

    .mobile-nav .cart-tab.active {
        background:
            linear-gradient(
                145deg,
                #fff1dc,
                #ffe5c5
            ) !important;

        color: #d87d22 !important;

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.8),
            0 4px 12px rgba(233,154,67,.12) !important;
    }

    .mobile-nav .cart-tab.active .nav-icon {
        color: #fff !important;

        background:
            linear-gradient(
                145deg,
                #f3ae58,
                #e58a29
            ) !important;

        box-shadow:
            0 5px 12px rgba(229,138,41,.25) !important;
    }

    /* -----------------------------------------
       ACTIVE ORDER
       ----------------------------------------- */

    .mobile-nav .order-tab.active {
        background:
            linear-gradient(
                145deg,
                #f0e8ff,
                #e7dcff
            ) !important;

        color: #7954b5 !important;

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.8),
            0 4px 12px rgba(150,112,209,.12) !important;
    }

    .mobile-nav .order-tab.active .nav-icon {
        color: #fff !important;

        background:
            linear-gradient(
                145deg,
                #a681df,
                #8660c7
            ) !important;

        box-shadow:
            0 5px 12px rgba(134,96,199,.25) !important;
    }

    /* -----------------------------------------
       PRESS EFFECT
       ----------------------------------------- */

    .mobile-nav a:active {
        transform: scale(.93) !important;
    }

    .mobile-nav a:active .nav-icon {
        transform: scale(.92) !important;
    }

    /* -----------------------------------------
       CART BADGE
       ----------------------------------------- */

    .mobile-nav .nav-badge {
        position: absolute !important;

        top: 3px !important;
        right: 8px !important;

        min-width: 16px !important;
        height: 16px !important;

        padding: 0 4px !important;

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

        border-radius: 999px !important;

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

        border: 2px solid #fff !important;

        font-size: 8px !important;
        font-weight: 800 !important;

        line-height: 1 !important;

        box-shadow: 0 3px 7px rgba(220,90,120,.25) !important;
    }
}

/* =========================================================
   MOBILE NAV - FINAL COLOR FIX
   ========================================================= */

@media (max-width: 767px) {

    .mobile-nav a {
        color: #777174 !important;
    }

    .mobile-nav .nav-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;

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

        border-radius: 12px !important;
    }

    .mobile-nav .nav-icon svg {
        display: block !important;
        width: 21px !important;
        height: 21px !important;

        min-width: 21px !important;
        min-height: 21px !important;

        max-width: 21px !important;
        max-height: 21px !important;

        stroke-width: 2.2 !important;
    }

    /* HOME */
    .mobile-nav .home-tab {
        color: #d15d7e !important;
    }

    .mobile-nav .home-tab .nav-icon {
        background: #ffe8ef !important;
        color: #d85f82 !important;
    }

    /* PRODUK */
    .mobile-nav .product-tab {
        color: #319b8b !important;
    }

    .mobile-nav .product-tab .nav-icon {
        background: #e2f8f3 !important;
        color: #319f8e !important;
    }

    /* KERANJANG */
    .mobile-nav .cart-tab {
        color: #d98228 !important;
    }

    .mobile-nav .cart-tab .nav-icon {
        background: #fff0dc !important;
        color: #e58b2e !important;
    }

    .mobile-nav .cart-tab .nav-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    /* ORDER */
    .mobile-nav .order-tab {
        color: #8057b7 !important;
    }

    .mobile-nav .order-tab .nav-icon {
        background: #eee7ff !important;
        color: #8a62c5 !important;
    }

    .mobile-nav .order-tab .nav-icon svg {
        width: 21px !important;
        height: 21px !important;
    }

    /* ACTIVE STATE */
    .mobile-nav a.active {
        transform: translateY(-1px) !important;
    }

    .mobile-nav .home-tab.active {
        background: linear-gradient(
            145deg,
            #ffe1ea,
            #ffd3df
        ) !important;

        color: #c65376 !important;
    }

    .mobile-nav .product-tab.active {
        background: linear-gradient(
            145deg,
            #dcf8f2,
            #cef0e9
        ) !important;

        color: #258e7f !important;
    }

    .mobile-nav .cart-tab.active {
        background: linear-gradient(
            145deg,
            #ffefd9,
            #ffe1bd
        ) !important;

        color: #d57920 !important;
    }

    .mobile-nav .order-tab.active {
        background: linear-gradient(
            145deg,
            #eee6ff,
            #e2d5ff
        ) !important;

        color: #754eae !important;
    }

    /* ACTIVE ICON */
    .mobile-nav .home-tab.active .nav-icon {
        background: linear-gradient(
            145deg,
            #ef82a1,
            #d95e82
        ) !important;

        color: white !important;
    }

    .mobile-nav .product-tab.active .nav-icon {
        background: linear-gradient(
            145deg,
            #52c3af,
            #329e8e
        ) !important;

        color: white !important;
    }

    .mobile-nav .cart-tab.active .nav-icon {
        background: linear-gradient(
            145deg,
            #f5b15e,
            #e78b2c
        ) !important;

        color: white !important;
    }

    .mobile-nav .order-tab.active .nav-icon {
        background: linear-gradient(
            145deg,
            #aa83e1,
            #8860c4
        ) !important;

        color: white !important;
    }

    /* LABEL */
    .mobile-nav .nav-label {
        display: block !important;

        margin-top: 1px !important;

        font-size: 10px !important;
        line-height: 12px !important;

        font-weight: 750 !important;
    }

    /* CART BADGE */
    .mobile-nav .nav-badge {
        top: 2px !important;
        right: 7px !important;

        min-width: 17px !important;
        height: 17px !important;

        border-radius: 50% !important;

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

        border: 2px solid #fff !important;

        font-size: 8px !important;
    }
}
