.image-with-text-section {
  word-break: break-word;
  background-color: rgb(var(--color-background));
}

.image-with-text__image {
  position: relative;
  display: flex;
}

.image-with-text__image>img {
  max-width: 100%;
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
  object-fit: cover;
}

.image-with-text__image .hover-scale__image {
  width: 100%;
}

.image-with-text__image .empty-image-class {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-image-background));
}

.image-with-text__subheading {
  font-size: 36px;
  letter-spacing: .061px;
  font-weight: 400;
  line-height: normal;
}

.image-with-text__button {
  max-width: 100%;
}

.image-with-text__button .button {
  word-break: break-all;
  white-space: normal;
  font-size: 18px;
  padding: 12px 28px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 600;
}

.image-with-text__heading.title4 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0;
}

.image-with-text__rich-text {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 170%;
}

.image-with-text__image {
  border-radius: 20px;
}

.image-with-text__heading.title5 {
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.4px;
  font-weight: 600;
}


.image-with-text-section theme-video-media,
.image-with-text-section video {
  border-radius: 20px;
  overflow: hidden;
}



@media (max-width: 1023px) {
  .image-with-text__heading.title4 {
    font-size: 24px;
    line-height: 26px;
  }

  .image-with-text__heading.title5 {
    font-size: 18px;
  }

  .image-with-text__subheading {
    font-size: 26px;
  }

  div#shopline-block-template--page--custom-page__1755171164914f050512__17551711649155e01514__1755171164915c8aeb2b {
    display: none;
  }

}

@media (min-width: 961px) and (max-width: 1023px) {
  .image-with-text-wrapper {
    flex-direction: column;
  }

  .image-with-text__group,
  .image-with-text-wrapper .group {
    width: 100%;
  }

}

@media (min-width: 680px) {
  .image-with-text-section .theme-video-media {
    max-width: 580px;
    margin: 0px auto;
  }

  .image-with-text__image {
    margin: 0px auto;
  }
}

@media (min-width: 1024px) {

  .group.group-template--page--custom-page__1755171164914f050512__17552679189837f61b92 .rte {
    display: none;
  }
}