/** Shopify CDN: Minification failed

Line 97:0 Unexpected "}"

**/
.mySwiperProductsSlider .swiper-button-next:after,
.mySwiperProductsSlider .swiper-button-prev:after {
  display: none;
}
.mySwiperProductsSlider .swiper-button-next {
  width: 32px;
  height: 32px;
}
.mySwiperProductsSlider .swiper-button-prev {
  left: 0;
  width: 32px;
  height: 32px;
}

.mySwiperProductsSlider .swiper-pagination-progressbar {
  height: 8px;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
}

.mySwiperProductsSlider
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #FF3300;
}

.custom-products-slider-header h2 {
  font-weight: 900;
  font-size: 49px;
  color: #FF3300;
  line-height: 110%;
  letter-spacing: -3%;
  padding-bottom: 16px;
}

.custom-products-slider-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
}

.custom-products-slider-item h4 {
  font-weight: 900;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -3%;
  text-transform: capitalize;
  padding-top: 16px;
  padding-bottom: 8px;
  color: #FF3300;
}

.custom-products-slider-item p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  padding-bottom: 2rem;
}

.custom-products-slider-item .custom-product-link {
  border-radius: 32px;
  border: 1px solid #0045B5;
  min-height: 44px;
  padding: 14px 40px;
  margin-top: 32px;
  display: inline-block;
  font-weight: 900;
  font-size: 15px;
  color: #0045B5;
  line-height: 90%;
  letter-spacing: 0%;
}

@media screen and (max-width: 639px) {
    .custom-products-slider-header h2 {
        font-size: 28px;
    }
    .custom-products-slider-item h4 {
        font-size: 20px;
    }
    .custom-products-slider-item .custom-product-link {
      margin-top: 0px;
      width: 100%;
      text-align: center;
      text-align: -webkit-center;
    }
    }
}