section.brands-wrapper {
	margin-bottom: var(--s4);
	width: auto;
}

section.brands-wrapper>div:hover {
	box-shadow: var(--shadow);
}

section.brands-wrapper a {
	line-height: 1.6;
}

section.brands-wrapper div.title {
	font-weight: 600;
	font-size: var(--font-large);
}

body section.sidebar div.nav-filters:first-child {
	margin-top: 0;
}