@media (max-width: 768px) {
  .tabbarHomeCustom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #33353F;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1000;
    padding-bottom: 4px;
  }

  .tabbarHomeCustom .tabbar-item {
    width: 20%;
    text-align: center;
    text-decoration: none;
    color: #ccc;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }

  .tabbarHomeCustom .tabbar-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
    filter: grayscale(100%) brightness(1.2);
  }

  .tabbarHomeCustom .tabbar-item span {
    font-size: 15px;
    line-height: 1;
    color: #ccc;
    white-space: nowrap;
  }

  .tabbarHomeCustom .tabbar-item.home {
    margin-top: -22px;
    z-index: 10;
  }

  .tabbarHomeCustom .tabbar-item.home .icon-wrapper {
    width: 50px;
    height: 50px;
    background: #FF780D;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #33353F;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tabbarHomeCustom .tabbar-item.home img {
    width: 26px;
    height: 26px;
    margin: 0;
    filter: brightness(2);
  }

  .tabbarHomeCustom .tabbar-item.home span {
    color: #FF780D;
    font-weight: 600;
    margin-top: 6px;
  }
}
