#repertoire-filters {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-width: 68rem;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 37.5rem) {
  #repertoire-filters {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 37.5rem) {
  #repertoire-filters {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2rem;
  }
}

#repertoire-filters #sort-link-mobile {
  margin-bottom: 2rem;
}

#repertoire-filters #sort-link-mobile a {
  display: block;
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
}

#repertoire-filters #sort-link-mobile a:before {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #6A24F5;
  z-index: -1;
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  #repertoire-filters #sort-link-mobile a:before {
    transition: none;
  }
}

#repertoire-filters #sort-link-mobile a:hover {
  color: #ffffff;
}

#repertoire-filters #sort-link-mobile a:hover:before {
  width: calc(100% + 0.125rem + 0rem);
  height: calc(100% + 0.125rem);
  left: -0.125rem;
  right: 0;
}

#repertoire-filters #sort-link-mobile a:focus-visible {
  outline: 0.125rem solid #6A24F5;
}

#repertoire-filters #sort-link-mobile a:focus-visible:before {
  display: none;
}

#repertoire-filters #sort-link-mobile a:after {
  background: url("../images/dist/arrow-right.svg");
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 37.5rem) {
  #repertoire-filters #sort-link-mobile {
    display: none;
  }
}

#repertoire-filters .category-filters-wrapper {
  width: auto;
  display: inline-block;
  padding-right: 2rem;
}

@media only screen and (min-width: 37.5rem) {
  #repertoire-filters .category-filters-wrapper {
    padding-right: 0;
  }
}

#repertoire-filters .category-filters {
  display: inline-block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#repertoire-filters .category-filters button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  border-radius: 1.0625rem;
  border: 0.125rem solid #6A24F5;
  background: #6A24F5;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 0.25rem;
  margin-bottom: 0.375rem;
}

#repertoire-filters .category-filters button:last-child {
  margin-right: 0;
}

#repertoire-filters .category-filters button:focus-visible {
  border: 0.25rem solid #000000;
  outline: none;
}

#repertoire-filters .category-filters button.active {
  background: none;
  color: #000000;
  border: 0.125rem solid #000000;
}

#repertoire-filters .category-filters button.active:focus-visible {
  border: 0.25rem solid #6A24F5;
}

#repertoire-filters .category-filters button:hover {
  cursor: pointer;
}

#repertoire-filters .switch-link {
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

#repertoire-filters .switch-link:before {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #6A24F5;
  z-index: -1;
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  #repertoire-filters .switch-link:before {
    transition: none;
  }
}

#repertoire-filters .switch-link:hover {
  color: #ffffff;
}

#repertoire-filters .switch-link:hover:before {
  width: calc(100% + 0.125rem + 0rem);
  height: calc(100% + 0.125rem);
  left: -0.125rem;
  right: 0;
}

#repertoire-filters .switch-link:focus-visible {
  outline: 0.125rem solid #6A24F5;
}

#repertoire-filters .switch-link:focus-visible:before {
  display: none;
}

#repertoire-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-width: 80rem;
}

@media only screen and (min-width: 37.5rem) {
  #repertoire-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#repertoire-wrapper .no-results {
  margin-bottom: 2rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

#repertoire-wrapper .repertoire-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#repertoire-wrapper .repertoire-items > article {
  width: 100%;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 37.5rem) {
  #repertoire-wrapper .repertoire-items > article {
    width: 47.5%;
    margin-right: 5%;
  }
  #repertoire-wrapper .repertoire-items > article:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 60rem) {
  #repertoire-wrapper .repertoire-items > article {
    width: 31.66%;
    margin-right: 2.5%;
  }
  #repertoire-wrapper .repertoire-items > article:nth-child(2n+2) {
    margin-right: 2.5%;
  }
  #repertoire-wrapper .repertoire-items > article:nth-child(3n+3) {
    margin-right: 0;
  }
}
