/** Shopify CDN: Minification failed

Line 102:2 Unexpected "{"

**/
.half-circle-features {
  /* padding: 80px 0; */
  /* background: #faf8f6; */
  /* position: relative; */
}

 /* .half-circle-features.sticky {
    position: sticky;
    top: 0; 
    z-index: 1000 !important;
    margin-top: 0;
  } */

  /* Additional space below the sticky section */
  /* .half-circle-features.sticky + .content {
    margin-top: 200px; 
  } */

.half-circle-features .feature-header {
  text-align: center;
  max-width: 54%;
  margin: 0 auto 60px;
}

.half-circle-features .feature-header h2 {
  margin-bottom: 10px;
}
.half-circle-features .feature-header p {
  line-height: 1.2;
}

.half-circle-features .feature-layout {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.half-circle-features .center-product {
  position: relative;
  z-index: 2;
}

.half-circle-features .center-product::before {
 content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    height: 125px;
    background: #905f3c36;
    filter: blur(25px);
    z-index: -1;
    border-radius: 50%;
}


.half-circle-features .features,
.half-circle-features .center-product {
  width: calc(33.33% - 34px);
}
.half-circle-features .center-product img {
  width: 100%;
  /* animation: dissolve 3s ease-in-out infinite; */
}
/* @keyframes dissolve {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    filter: blur(2px);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(0.85);
  }
} */

.half-circle-features .feature-item {
  text-align: center;
   margin-bottom: 60px;
}


/* LEFT SIDE */
.half-circle-features .features.left .feature-item:nth-child(2),
.half-circle-features .features.right .feature-item:nth-child(1),
.half-circle-features .features.right .feature-item:nth-child(3) {
  margin-right: 80px;
} {
  margin-right: 80px;
}

/* RIGHT SIDE */
.half-circle-features .features.right .feature-item:nth-child(2),
.half-circle-features .features.left .feature-item:nth-child(1),
.half-circle-features .features.left .feature-item:nth-child(3) {
  margin-left: 80px;
}


.half-circle-features .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.half-circle-features .icon img {
  width: 60px;
}

.half-circle-features .feature-item h4 {
  margin: 6px 0px;
  font-size: 20px;
  font-family: var(--font-family-medium);
}

.half-circle-features .feature-item p {
  font-size: 15px;
  margin: 5px 0px;
  line-height: 1.2;
}

.sec-cta-btn{
  text-align: center;
  margin-top: 25px;
}


@media(max-width: 1440px) {
  .half-circle-features .feature-header {
    max-width: 70%;
  }
}

@media(max-width: 1199.98px) {
  .half-circle-features .feature-layout {
    gap: 20px;
  }
  .half-circle-features .features, .half-circle-features .center-product {
      width: calc(33.33% - 14px);
  }
  .half-circle-features .feature-item h4 {
      font-size: 20px;
  }
  .half-circle-features .feature-item p {
      font-size: 15px;
  }
  .half-circle-features .icon img {
      width: 50px;
  }
  .half-circle-features .feature-item {
    margin-bottom: 40px;
  }
  .half-circle-features .features.left .feature-item:nth-child(2), 
  .half-circle-features .features.right .feature-item:nth-child(1), 
  .half-circle-features .features.right .feature-item:nth-child(3) {
    margin-right: 60px;
  }  
  .half-circle-features .features.right .feature-item:nth-child(2), 
  .half-circle-features .features.left .feature-item:nth-child(1), 
  .half-circle-features .features.left .feature-item:nth-child(3) {
    margin-left: 60px;
  }
  .half-circle-features .feature-header {
    max-width: 90%;
  }
}
@media (max-width: 991.98px) {
  .half-circle-features .feature-layout {
    justify-content: start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }
  .half-circle-features .features, .half-circle-features .center-product {
    min-width: 65%;
    scroll-snap-align: start;
  }
  .half-circle-features::-webkit-scrollbar {
      height: 2px;
  }
  .half-circle-features::-webkit-scrollbar-thumb {
      background-color: #734202;
      border-radius: 10px;
  }
  .half-circle-features::-webkit-scrollbar-track {
      background-color: #F1EDE6;
  }
  .half-circle-features .feature-header {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .half-circle-features .feature-item h4 {
        font-size: 14px;
    }
    .half-circle-features .features.left .feature-item:nth-child(2), 
    .half-circle-features .features.right .feature-item:nth-child(1), 
    .half-circle-features .features.right .feature-item:nth-child(3) {
        margin-right: 40px;
    }
    .half-circle-features .features.right .feature-item:nth-child(2), 
    .half-circle-features .features.left .feature-item:nth-child(1), 
    .half-circle-features .features.left .feature-item:nth-child(3) {
        margin-left: 40px;
    }
    .half-circle-features .feature-item {
        margin-bottom: 30px;
    }
}