header .header-bottom,
#pcCategorys .categories-container,
#pcBrands .logos-flex,
#offers .right-c,
#topOffers .right-c,
#bannerWithProducts .products-right,
#bannerRightProducts .products-left,
#secondBannerWithProducts .products-right-second,
#fourProducts .products-flex,
#similarProducts .similar-products-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

header .header-bottom::-webkit-scrollbar,
#pcCategorys .categories-container::-webkit-scrollbar,
#pcBrands .logos-flex::-webkit-scrollbar,
#offers .right-c::-webkit-scrollbar,
#topOffers .right-c::-webkit-scrollbar,
#bannerWithProducts .products-right::-webkit-scrollbar,
#bannerRightProducts .products-left::-webkit-scrollbar,
#secondBannerWithProducts .products-right-second::-webkit-scrollbar,
#fourProducts .products-flex::-webkit-scrollbar,
#similarProducts .similar-products-grid::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  #mobileNajprodavanijiSection .title-c h6 {
    font-size: 11px;
  }

  #mobileNajprodavanijiSection .title-c h5 {
    font-size: 13px;
    font-weight: 700;
  }

  #mobileNajprodavanijiSection .favorite-icon svg {
    width: 24px;
    height: 24px;
  }

  #mobileNajprodavanijiSection .cart-container {
    width: 36px !important;
    height: 36px !important;
  }

  #mobileNajprodavanijiSection .custom-card img {
    width: 100%;
    object-fit: contain;
  }
}

/* ── Bank icons fix ─────────────────────────────────────────────── */
#mobileFooter .bank-icons {
  flex-wrap: nowrap !important;
  justify-content: center !important;
  padding: 10px 12px !important;
  gap: 10px !important;
}

#mobileFooter .bank-icons img {
  width: 68px !important;
  height: 38px !important;
}

#mobileFooter .copyright-section {
  padding: 10px 15px !important;
  gap: 6px !important;
}

#mobileFooter .copyright-text p {
  font-size: 0.72rem !important;
}

#mobileFooter .developed-by span {
  font-size: 0.72rem !important;
}

#mobileFooter .developed-by img {
  width: 44px !important;
  top: 4px !important;
}

.pc-footer-bank-icons img[src$="/raifaisen.png"],
.pc-footer-bank-icons img[src$="/master.png"] {
  width: 105px !important;
  height: 58px !important;
}


#mobileFooter .infos-container {
  height: auto !important;
}

#mobileFooter .all-container {
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

#mobileFooter .custom-card {
  width: 90% !important;
  max-width: 400px;
  height: 90px !important;
  min-height: unset !important;
  margin: 0 auto 16px auto !important;
  box-sizing: border-box;
  padding: 10px 20px !important;
  overflow: hidden;
}
