/** Shopify CDN: Minification failed

Line 93:2 Unexpected "}"

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

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

.related-products__swiper-slide {
  max-width: 281px;
  height: auto;
}

.related-products__swiper .related-products__swiper-wrapper {
  padding-bottom: 35px;
}

.related-products__swiper .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  background: rgba(136, 136, 136, 0.53);
  height: 1px;
}

.related-products {
  max-width: 1440px;
  /* padding-left: 78px; */
  margin: 0 auto;
}

.related-products .related-products__heading {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 50px;
  margin: 0;
}

.product-recommendations-wrapper .title, .product-recommendations-wrapper .collection__title {
  margin: 0px auto;
  padding: 0px;
}
.product-recommendations-wrapper .body {
  margin: 2rem 0px;
}

.custom-card-product__content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

@media(max-width: 768px) {
  .product-recommendations-wrapper {
    padding: 10%;
  }
  .related-products .related-products__heading {
    font-size: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .related-products {
    padding-left: 20px;
  }
}






  .swiper-scrollbar-drag:empty {
    display: block;
  }
  /* .swiper-scrollbar {
    background: rgba(136, 136, 136, 0.53);
    width: calc(100% - 88px);
    height: 1px;
    left: 88px;
    right: 0;
  } */
  .main-product-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
  }
  }
  @media (max-width: 990px) {

    .swiper-scrollbar {
      display: none;
    }
    
  }


