.footer-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #scrollUp {
    bottom: 75px;
  }
  .footer-mobile {
    display: block;
    overflow: hidden;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100vw;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
  }
  .footer-mobile .menu--footer {
    display: flex;
    align-items: center;
    background: #1a1a1a;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border-radius: 20px 20px 0 0;
  }
  .footer-mobile .menu--footer li {
    flex-grow: 1;
    padding: 5px 0 !important;
    position: relative;
  }
  .footer-mobile .menu--footer li a {
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 8px 4px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    min-width: 50px;
  }
  .footer-mobile .menu--footer li a:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }
  .footer-mobile .menu--footer li a.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
  }
  .footer-mobile .menu--footer li a i {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .footer-mobile .menu--footer li a span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }
  .footer-mobile .menu--footer li a .fi-rs-shopping-cart {
    position: relative;
  }
  .footer-mobile .menu--footer li a .fi-rs-shopping-cart .cart-counter {
    position: absolute;
    right: -5px;
    top: -6px;
    display: block;
    text-align: center;
    background-color: #10b981;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
