.hero-image-with-text-section {
  position: relative;
  .hero-image-with-text-media-and-content-wrapper {
    display: flex;
    align-items: center;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3rem;
  }
  .hero-image-with-text-content,
  .hero-image-with-text-media-container {
    width: calc(100%);
    @media (min-width: 750px) {
      width: calc(100% / 2 - 2rem);
      display: flex;
      height: inherit;
      flex-direction: column;
      justify-content: center;
    }
  }
  .hero-image-with-text-feature-row__text--right {
    @media (max-width: 750px) {
      order: 1;
    }
  }
  .hero-image-with-text-media-wrapper {
    position: relative;
  }
}

.hero-image-with-text-content {
  padding: 2rem;
  padding-top: 0rem;
  @media (min-width: 750px) {
    padding-top: 3rem;
    padding: 3rem;
  }
  .star-ratings-wrapper.rte {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    margin-bottom: 0;
  }
  .highlighted_text {
    color: var(--colorBtnPrimary);
  }
  .animated_text {
    position: relative;
    /* padding-inline-end: 9rem; */
  }
  .animated_text::after {
    content: "";
    background-image: url("/cdn/shop/files/Group_38.png?v=1734807596");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 55px;
    height: 36px;
    position: relative;
    margin-inline-start: 1rem;
    @media (min-width: 750px) {
      width: 90px;
      height: 55px;
    }
  }
  .btn svg {
    margin-inline-start: 1rem;
  }
  .button-wrapper {
    @media (max-width: 750px) {
      width: 100%;
    }
  }
  .hero-button-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-image-with-text-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }
  .million-ratings-with-image {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    @media (min-width: 750px) {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    }
    @media (min-width: 990px) {
      max-width: 80%;
    }
    @media (min-width: 750px) {
      gap: 2rem;
    }
    font-weight: 500;
    .million-rating-images-wrapper {
        display: flex;
        gap: unset;
        position: relative;
        .million-ratings-image-two {
            position: relative;
            left: -15px;
        }
       .million-ratings-image-one + .million-ratings-image-three {
         position: relative;
         left: -15px;
       }
       .million-ratings-image-two + .million-ratings-image-three {
         position: relative;
         left: -30px;
       }
    }
  }
  .hero-image-with-text-heading {
    margin-bottom: 2rem;
  }
  .hero-image-with-rte--text {
    margin-bottom: 3rem;
    @media (min-width: 990px) {
      max-width: 80%;
    }
  }
  .hero-image-with-text-heading,
  .hero-image-with-rte--text,
  .hero-image-with-text-buttons-wrapper,
  .million-ratings-with-image,
  .star-ratings-wrapper {
    position: relative;
    z-index: 1;
  }
  .hero-background-icon-wrapper {
    position: absolute;
    left: var(--x-position);
    top: var(--y-position);
    z-index: 0;
  }
  .hero-image-with-text-highlight-tabs-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    @media (min-width: 750px) {
      gap: 3rem;
    }
  }
  .hero-image-with-text-highlight-tabs-inner .highlight-tab {
    background-color: #ffc3d5;
    font-weight: 500;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 1;
    @media (min-width: 750px) {
      padding: 2rem 3.5rem;
    }
    border-radius: 10px;
  }
  .hero-image-with-text-highlight-tabs-inner .highlight_link {
    font-weight: 500;
    padding: 2rem 3.5rem;
    border-radius: 10px;
  }
}

.hero-feature-row__first-image {
  height: 100%;
  .hero-image-with-text-media-wrapper {
    height: 100%;
    img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }
  }
}
.hero-image-with-text-content.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-image-with-text-content.text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.hero-feature-row__first-image.media-all-side-cornered {
  overflow: hidden;
  border-radius: 30px;
}
.hero-feature-row__first-image.media-right-side-cornered,
.hero-feature-row__first-image.media-left-side-cornered {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
@media (min-width: 750px) {
  .hero-feature-row__first-image.media-right-side-cornered {
    overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: unset;
  }
  .hero-feature-row__first-image.media-left-side-cornered {
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  /* .hero-images-with-text-feature-row-wrapper .hero-image-with-text-content{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
  } */
}

.image-dots-wrapper {
  width: fit-content;
  display: flex;
  column-gap: 0.5rem;
  .image-dots {
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
  }
.active-image-dot {
    background-color: #000000;
    width: 30px;
    border-radius: 9px;
}
}
.hero-images-with-text-container {
  .hero-feature-row__first-image:not(.active-hero-image), .placeholder-image-wrap:not(.active-hero-image)  {
    display: none;
  }
}
.image-dots-and-navigation.wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.image-dot-prev-btn svg , .image-dot-next-btn svg {
    padding: 1px;
}