.footer-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    #scrollUp {
        bottom: 75px;
    }
    .footer-mobile {
        bottom: -1px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        display: block;
        left: 0;
        overflow: hidden;
        position: fixed;
        width: 100vw;
        z-index: 1000;
    }
    .footer-mobile .menu--footer {
        align-items: center;
        background: #fff;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .footer-mobile .menu--footer li {
        flex-grow: 1;
        padding: 5px 0 !important;
        position: relative;
    }
    .footer-mobile .menu--footer li a {
        color: #000;
        display: block;
        padding: 0.25rem 1rem;
        position: relative;
        text-align: center;
        z-index: 1;
    }
    .footer-mobile .menu--footer li a i {
        display: block;
        font-size: 20px;
    }
    .footer-mobile .menu--footer li a span {
        color: #000;
        font-size: 12px;
    }
    .footer-mobile .menu--footer li a .fi-rs-shopping-cart {
        position: relative;
    }
    .footer-mobile .menu--footer li a .fi-rs-shopping-cart .cart-counter {
        background-color: var(--color-brand);
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        min-width: 18px;
        padding: 5px 5px 3px;
        position: absolute;
        right: -5px;
        text-align: center;
        top: -6px;
    }
}
/* test */