/**
 * @file
 * Use this CSS file to override base CSS rules
 */
 h1.page-title {
  color: var(--mt-color-secondary);
}
product-grid-container {
  text-align:center;
  margin-bottom:20px;
}
.download-btn {
  display:inline-block;
  background:#e01021;
  color:#fff;
  padding:5px 10px;
  margin-top:5px;
  border-radius:3px;
  text-decoration:none;
}
.breadcrumb a {
  color:#e01021;
}
.main-content a {
  color:#e01021;
}
.color-swatches {
  margin-bottom:20px;
  text-align: center;

}
.finish-texture {
  font-size: .9rem;
}