.filter.filter__product-type li:not(:last-child) {
  margin-bottom: calc(2 * var(--space-unit));
}
.filter.filter__product-type a {
  color: rgb(var(--text-color));
  transition: color .3s;
}
.filter.filter__product-type a:hover {
  color: rgba(var(--text-color)/ .6);
}
.filter.filter__product-type .current {
  font-weight: 600;
}