  .category-grid {
    display: flex !important;
    overflow-x: scroll !important;
  }

  .category-tile {
    overflow: visible !important;
  }

.category-grid {
  /* Firefox */
  scrollbar-width: none;

  /* IE / Edge (eski) */
  -ms-overflow-style: none;
}

/* Chrome, Safari, Opera */
.category-grid::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
    .category-tile {
    height: 60px !important;
  }
  
.category-image {
  width: 48px !important;
  height: 48px !important;
}
}

@media (min-width: 768px) {
  .category-tile {
    height: 56px !important;
  }
  
  .category-image {
  width: 40px !important;
  height: 40px !important;
}
}

