@media only screen and (max-width: 768px) {
  .filters-wrapper.full {
    max-height: 9999px;
    transition: all 1s ease-in-out;
    padding: 20px;
  }
  .filters-wrapper {
    padding: 20px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    padding: 0;
  }
  #filterToggleBtn {
    display: block !important;
  }
  .category-header {
    margin-bottom: 35px;
  }
  .products-block {
    margin-bottom: 15px;
  }
}
#filterToggleBtn {
  display: none;
  cursor: pointer;
  padding-left: 10px;
}
