/** Shopify CDN: Minification failed

Line 70:28 Expected ":"

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

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

/* Custom */

.product #MainContent .related-products.page-width-narrow {
    padding: 6rem 2.4rem;
    max-width: 120rem;
}

@media screen and (min-width: 750px) {
.product #MainContent .related-products.page-width {
        padding: 8rem 4.4rem;
    }
}

.related-products__heading {
    text-align: center;
    margin: 0;
    line-height: 1;
}

.related-products .script {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1;
}

.related-products .product-grid {
    margin: 3rem 0 0;
    overflow-y: visible;
    overflow: visible;
}

@media screen and (min-width: 750px) {
.related-products .grid--3-col-desktop .grid__item {
        width: calc(33.33% - 5rem);
        max-width: calc(33.33% - 5rem);
    }


.related-products .product-grid {
    column-gap: 7.5rem;
    row-gap: 7.5rem;
}
}

.related-products .slider .grid__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: 0;
}

@media screen and (max-width: 749px) {
.related-products__heading {
    font-size: 4.6rem;
}

.related-products .script {c
    font-size: 2.6rem;
}
}

@media screen and (max-width: 1199px) {
.related-products .product-grid {
        scroll-padding-left: 0;
        overflow-y: hidden;
    }

}
