#catalogBrandIndex a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}
#catalogBrandIndex a:hover {
  color: #990000;
}
#catalogBrandIndex .brand-item-block {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
#catalogBrandIndex .brand-item-block img {
  max-width: 100%;
}
#catalogBrandIndex .brand-item-content-text {
  margin-top: 15px;
}
#catalogBrandIndex .selected-brand {
  border: 2px solid #990000;
  padding: 10px;
}
#catalogBrandIndex .brand-item-block a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: end;
}
#catalogBrandIndex .brand-description .brand-logo {
  max-width: 100%;
  max-height: 300px;
}
#catalogBrandIndex #recommended-products .price {
  color: #990000;
}
#catalogBrandIndex #recommended-products .item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border: 1px solid lightgrey;
}
/*# sourceMappingURL=brands.css.map */