/**
 * @file
 * Related Product styles
 *
 */

.related-granits {
  position: relative;
}
.related-granits__header {
  text-align: center;
  margin-bottom: 3rem;
}

.related-granits__header h2{
  color: var(--color-primary--1);
  font-family: "depot-new-web";
  font-size: 28px;
  font-weight: 700;
}
.related-granits_content,
.related-granits__empty {
  margin: 3rem;
}
.related-granits__empty {
  text-align: center;
}
@media all and (min-width: 700px) {
  .related-granits__content,
  .related-granits__empty {
    margin-bottom: 5rem;
  }
}

