.mobile-bottom-bar {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-bottom-bar {
    display: flex !important;
  }
}

@media (min-width:768px){
  .mobile-bottom-bar{
    display:none !important;
  }
}

@media (max-width: 767px) {

  /* =======================================================
     BAZA PASKA
     ======================================================= */
  .mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
right: 0;    
    width: 100%;
    height: 64px;
    display: flex;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
     z-index: 2147483647 !important; /* ⬅️ MAX */
  }

  /* =======================================================
     POJEDYNCZY PRZYCISK
     ======================================================= */
  .mobile-bottom-bar .bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #000000;
    font-size: 11px;
    gap: 4px;
    padding: 4px 0;
  }

  /* =======================================================
     IKONY
     ======================================================= */
  .mobile-bottom-bar .bar-item i,
  .mobile-bottom-bar .bar-item .material-icons,
  .mobile-bottom-bar .bar-item img {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 1;
  }

  /* =======================================================
     PODPIS POD IKONĄ
     ======================================================= */
  .mobile-bottom-bar .bar-label {
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  /* =======================================================
     KOLORY SPECJALNE
     ======================================================= */
  .mobile-bottom-bar .bar-item.whatsapp {
    color: #25D366;
  }

  .mobile-bottom-bar .bar-item.phone {
    color: #000000;
  }

  .mobile-bottom-bar .bar-item.cart {
    color: #000000;
  }

  /* =======================================================
     HOVER / ACTIVE (DOTYK)
     ======================================================= */
  .mobile-bottom-bar .bar-item:active {
    background-color: rgba(0, 0, 0, 0.05);
  }

  /* =======================================================
     UKRYJ ORYGINALNY WHATSAPP NA MOBILE
     ======================================================= */
  #whatsapp-chat-footer {
    display: none !important;
  }

  /* =======================================================
     MIEJSCE NA PASEK
     ======================================================= */
  body {
    padding-bottom: 64px !important;
  }
}






/* =========================================================
   FULLSCREEN KATEGORIE – MOBILE
   ========================================================= */
@media (max-width: 767px) {

  /* ================================
     KATEGORIE – STAN DOMYŚLNY
     ================================ */
  body.tp-has-bottom-bar .block-categories {
    display: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
  }

  /* ================================
     KATEGORIE – FULLSCREEN
     ================================ */
  body.tp-has-bottom-bar .block-categories.tp-categories-active {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
    padding: 6px 12px 10px !important;
  }

  /* nagłówek */
  body.tp-has-bottom-bar .block-categories .facet-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  /* linki */
  body.tp-has-bottom-bar .block-categories a {
    padding: 10px 6px;
    display: block;
  }

}


@media (max-width: 767px) {
  .block-categories.tp-expand-all ul {
    display: block !important;
  }
}



@media (min-width: 769px) {
  .mobile-bottom-bar {
    display: none !important;
  }
}

/* =====================================================
   📱 MOBILE – WCIĘCIA KATEGORII (DZIECI)
   ===================================================== */
@media (max-width: 767px) {

  /* level 1 */
  body.tp-has-bottom-bar .block-categories > ul > li > a {
    padding-left: 12px !important;
  }

  /* level 2 */
  body.tp-has-bottom-bar .block-categories ul ul > li > a {
    padding-left: 28px !important;
  }

  /* level 3 */
  body.tp-has-bottom-bar .block-categories ul ul ul > li > a {
    padding-left: 44px !important;
  }

  /* level 4 (jeśli istnieje) */
  body.tp-has-bottom-bar .block-categories ul ul ul ul > li > a {
    padding-left: 60px !important;
  }

}

@media (max-width: 767px) {
  html, body {
    overscroll-behavior-x: none;
    overscroll-behavior-y: contain;
  }
}


.mobile-bottom-bar {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-bottom-bar {
    display: flex !important;
  }
}

@media (min-width:768px){
  .mobile-bottom-bar{
    display:none !important;
  }
}


@media (max-width:767px){

.mobile-bottom-bar{
position:fixed !important;
bottom:0 !important;
left:0 !important;
right:0 !important;
width:100% !important;
z-index:2147483647 !important;
}

/* kluczowa poprawka */
.mobile-bottom-bar{
display:flex !important;
flex-direction:row !important;
}

}

@media (max-width:767px){

.mobile-bottom-bar{
display:flex !important;
flex-direction:row !important;
position:fixed !important;
bottom:0 !important;
left:0 !important;
right:0 !important;
width:100% !important;
height:64px !important;
background:#fff !important;
border-top:1px solid #e5e5e5 !important;
z-index:2147483647 !important;
}

.mobile-bottom-bar a.bar-item{
flex:1 !important;
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
text-align:center !important;
padding:4px 0 !important;
gap:4px !important;
}

.mobile-bottom-bar a.bar-item i{
font-size:22px !important;
display:block !important;
}

.mobile-bottom-bar .bar-label{
display:block !important;
font-size:11px !important;
line-height:1 !important;
}

}

@media (max-width:767px){

.mobile-bottom-bar .bar-item{
color:#000 !important;
}

.mobile-bottom-bar .bar-item i{
color:#000 !important;
}

/* WhatsApp zielony */
.mobile-bottom-bar .bar-item.whatsapp{
color:#25D366 !important;
}

.mobile-bottom-bar .bar-item.whatsapp i{
color:#25D366 !important;
}

}
