.inventory-filters {
  position: sticky;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.14);
  width: 100%;
  min-height: 60px;
  margin-top: 1rem;
  padding: 1rem;
  padding-top: 1rem;
}

.store-filter-header {
  font-weight: 700;
}

.store-filter {
  margin-bottom: 2rem;
}

.categories-list {
  display: flex;
  gap: 1rem;
  width: 50%;
  flex-wrap: wrap;
}

#apply_filters {
  margin-left: auto;
  float: right;
  margin-bottom: 2rem;
}

.inventory-filters {
  padding-bottom: 3rem;
}

.pagination {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.pagination .paginate_button {
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */