<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}</pre></body></html>