#main {
  padding-bottom : 25px;
}

#manufacturer .head-listing_container {
  display : none;
}

.page-header h1, .page-header h2 {
  border         : none;
  color          : var(--color-secondary);
  text-align     : center;
  font-size      : 28px;
  font-style     : normal;
  font-weight    : 700;
  line-height    : normal;
  letter-spacing : 0.84px;
  text-transform : uppercase;
  padding        : 15px 0;
}

.brands__list {
  margin-top            : 15px;
  display               : grid;
  grid-template-columns : repeat(2, 1fr);
  grid-gap              : 5px;
}

.brands__list .brand {
  background    : var(--color-grey-default);
  text-align    : center;
  padding       : 15px;
  border-radius : 10px;
}

.brands__list .brand img {
  mix-blend-mode : darken;
}

.brands__list .brand a {
  text-decoration : none;
}

.brands__list .brand .brand-infos p {
  color     : var(--color-primary);
  font-size : 1rem;
}

.brands__list .brand .brand-products {
  display        : flex;
  flex-direction : column;
  align-items    : center;
}

.brands__list .brand .brand-products span {
  color     : var(--color-black-default);
  font-size : .9rem;
}

.brand__product-list {
  padding-bottom : 15px;
}

#manufacturer-description {
  padding : 10px;
}

#manufacturer-description p {
  text-align : center;
}

.products {
  display               : grid;
  grid-template-columns : repeat(2, 1fr);
  grid-gap              : 5px;
}
