/** Shopify CDN: Minification failed

Line 38:1 Expected "}" to go with "{"

**/
.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  text-align: center;
}


.related-products__heading {
  border-bottom: 4px solid rgb(var(--color-accent));
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.2rem;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (min-width: 990px) {
  .related-products__heading::after {
  content: '';
  background: var(--shadow) no-repeat;
  width: 100%;
  max-width: 1200px;
  height: 21px;
  display: block;
  position: absolute;
  bottom:-25px;
  left: 0;
  margin: 0 auto;
  right: 0;
}