.bbd-brand-collections__filter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-s);

  @media screen and (min-width: 980px) {
    justify-content: space-between;
  }

  .button--all-filters {
    flex: 0 0 100%;

    @media screen and (min-width: 750px) {
      flex: 0 0 auto;
    }
  }
}
