.neige-mobile-nav {
    display: none;
}

@media (max-width: 767px),
       (max-width: 1024px) and (any-pointer: coarse),
       (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    body.has-neige-mobile-nav {
        padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
    }

    html body.has-neige-mobile-nav > .neige-mobile-nav {
        position: fixed;
        z-index: 2147482000;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
        height: calc(68px + env(safe-area-inset-bottom));
        margin: 0;
        padding-top: 5px;
        padding-right: max(6px, env(safe-area-inset-right));
        padding-bottom: env(safe-area-inset-bottom);
        padding-left: max(6px, env(safe-area-inset-left));
        box-sizing: border-box;
        border-top: 1px solid rgba(226, 213, 202, 0.9);
        background: rgba(255, 253, 250, 0.98);
        box-shadow: 0 -8px 26px rgba(45, 39, 31, 0.09);
        backdrop-filter: blur(14px);
        isolation: isolate;
        contain: layout paint style;
    }

    .neige-mobile-nav__item {
        position: relative;
        display: flex;
        min-width: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        border-radius: 8px;
        color: #687184;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.15;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        transition: color 160ms ease, background-color 160ms ease, transform 120ms ease;
    }

    .neige-mobile-nav__item:active {
        transform: translateY(1px);
        background: rgba(255, 83, 18, 0.06);
    }

    .neige-mobile-nav__item.is-active {
        color: #ff5312;
    }

    .neige-mobile-nav__icon {
        position: relative;
        display: grid;
        width: 30px;
        height: 30px;
        place-items: center;
    }

    .neige-mobile-nav__icon svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .neige-mobile-nav__item.is-active .neige-mobile-nav__icon svg {
        fill: currentColor;
        stroke: currentColor;
    }

    .neige-mobile-nav__badge {
        position: absolute;
        top: -3px;
        right: -5px;
        display: grid;
        min-width: 18px;
        height: 18px;
        padding-inline: 4px;
        place-items: center;
        box-sizing: border-box;
        border: 2px solid #fffdfa;
        border-radius: 999px;
        background: #ff5312;
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
    }

    .neige-mobile-nav__badge[hidden] {
        display: none !important;
    }

    body.has-neige-mobile-nav .neige-chat__launcher,
    body.has-neige-mobile-nav #fkcart-floating-toggler {
        display: none !important;
    }
}
