.no-filters {
  display: none;
}

.reset-filter_text {
  color: rgba(var(--color-foreground),.75);
  font-size: 1.4rem;
  cursor: pointer;
  margin: 0
}

.reset-filter_text:hover {
  color: red;
  text-decoration: underline;
}

@media screen and (max-width: 989px) {
  .reset-filters {
    display: none;
  }
}