/** Shopify CDN: Minification failed

Line 81:4 Unexpected "-"

**/
.home-feature-products-section .section-heading {
  font-family: 'Playfair Display';
  letter-spacing: 0px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 16px;
}

.home-feature-products-section .sub-heading {
  color: #858585;
  font-family: 'Gotham';
  letter-spacing: -0.32px;
  font-size: 15px;
  line-height: 24px;
  margin: 0px;
}

.home-feature-products-section .carousel-cell {
  width: 33.33%;
  padding: 0px 20px;
}

.home-feature-products-section .home-feature-products-carousel {
  margin: 0px -20px;
}

.home-feature-products-section .card__badges {
  display: none;
}

.home-feature-products-section .card__body {
  text-align: left;
  padding: 16px 0px;
}

.home-feature-products-section .right-section .sub-heading {
  font-family: 'Gotham';
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.home-feature-products-section .heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 40px;
}

.home-feature-products-section .button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #ffffff;
  gap: 6px;
  transition: .5s all;
  max-width: 130px;
  font-size: 14px;
  margin: 0 auto;
  text-decoration: none;
  color: #333333;
  letter-spacing: 0px;
  font-family: 'Gotham';
  transition: 0.5s all;
  font-weight: 500;
}
<!---
.home-feature-products-section .button-section:hover {
  background: #ffffff;
  color: #333333;
}
--->
.home-feature-products-section .button-section svg path { 
   transition: 0.5s all;
}

.home-feature-products-section .button-section:hover svg path {
    color: #333333;
}

.home-feature-products-section {
  margin-bottom: 140px;
}

.home-feature-products-section .flickity-button {
  display: none;
}

.home-feature-products-section .right-section {
  position: relative;
}

.home-feature-products-section .right-section .banner-section {
  position: relative;
  padding-bottom: 239%;
  height: 100%;
}

.home-feature-products-section .right-section .banner-section .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  object-fit: cover;
  left: 0px;
}

.home-feature-products-section .right-section .content-section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  right: 0px;
  text-align: center;
  margin: 0px auto;
  z-index: 99;
  padding: 15px;
}

.home-feature-products-section.image-banner-left .right-section {
  order: 1;
  padding-left: 0px;
  padding-right: 40px;
}

.home-feature-products-section .card {
  margin-bottom: 0px !important;
}

.home-feature-products-section .page-width {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home-feature-products-section .left-section {
  width: 74%;
  overflow: hidden;
}

.home-feature-products-section .right-section {
  width: 26%;
  padding-left: 40px;
}

.home-feature-products-section.image-banner-left .left-section {
  order: 2;
}

.home-feature-products-section.image-banner-left .right-section .content-section {
  left:0px;
  right: 40px;
}

.home-feature-products-section .prev-next-button.disabled svg path {
  fill: #ADADAD;
}

.home-feature-products-section .prev-next-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #f7f4f1;
  opacity: 1;
  transition: .5s all;
  border: none;
  box-shadow: none;
  outline: none;
}

.home-feature-products-section .prev-next-button:hover {
  background: #F7F4F1;
}

.home-feature-products-section .arrow-pagination-section {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 160px;
  justify-content: end;
}

.home-feature-products-section .header-section {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}

.home-feature-products-section .slide-info {
  font-family: Gotham;
  font-size: 15px;
  letter-spacing: -.32px;
  line-height: 20.8px;
  color: #333;
  width: 60px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 1150px) {
  .home-feature-products-section .right-section {
    padding-left: 20px;
  }
  .home-feature-products-section .sub-heading {
    color: #858585;
    font-family: Gotham;
    letter-spacing: -.32px;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .home-feature-products-section .left-section {
    width: 70%;
  }
  .home-feature-products-section .right-section {
    width: 30%;
  }
  .home-feature-products-section .carousel-cell {
    width: 38%;
    padding: 0 10px;
  }
  .home-feature-products-section .section-heading-wrapper {
    width: calc(100% - 170px);
  }
  .home-feature-products-section {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .home-feature-products-section.image-banner-left .right-section {
    padding-right: 24px;
  }
  .home-feature-products-section.image-banner-left .left-section {
    order: 1;
  }
  .home-feature-products-section .right-section .content-section {
    left: 0px;
    right: 24px;
  }
  .home-feature-products-section .page-width {
    padding-right: 0px;
  }
  .home-feature-products-section .arrow-pagination-section {
    display: none;
  }
  .home-feature-products-section .home-feature-products-carousel {
    margin: 0 -12px;
  }
   .home-feature-products-section .carousel-cell {
    width: 40%;
    padding: 0 12px;
  }
  .home-feature-products-section .left-section {
    width: 100%;
  }
  .home-feature-products-section .right-section {
    width: 100%;
    padding: 0 24px 0px 0px;
  }
  .home-feature-products-section .right-section .banner-section {
    height: auto;
    padding-bottom: 80%;
    margin-top: 24px;
  }
  .home-feature-products-section .section-heading-wrapper {
    width: 100%;
  }
  .home-feature-products-section .sub-heading {
    width: 100%;
    max-width: 100%;
  }
  .home-feature-products-section .section-heading-wrapper {
    padding-right: 24px;
  }
}


@media screen and (max-width: 650px) {
 .home-feature-products-section .carousel-cell {
    width: 60%;
    padding: 0 12px;
  }
}

@media screen and (max-width: 600px) {
  .home-feature-products-section .carousel-cell {
    width: 68%;
  }
  .home-feature-products-section .right-section .banner-section {
    height: auto;
    padding-bottom: 140%;
    margin-top: 24px;
  }
}