/** Shopify CDN: Minification failed

Line 38:2 Unexpected "}"

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

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

.related-products .product-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x mandatory !important;
  gap: 16px !important;
  padding-bottom: 16px !important;
}

.related-products .product-grid .grid__item {
  flex: 0 0 22% !important;
  min-width: 22% !important;
  scroll-snap-align: start !important;
}

@media screen and (max-width: 749px) {
  .related-products .product-grid .grid__item {
    flex: 0 0 55% !important;
    min-width: 55% !important;
  }
}


  }
}
