/** Shopify CDN: Minification failed

Line 433:87 Expected ":"

**/
.image-with-text .grid {
  margin-bottom: 0;
}
@media (max-width: 768px) {
    .description {
          text-align: justify; /* Align paragraph text to the left on mobile devices */
    }
    .title-wrapper-with-link {
        text-align: center; /* Keep other elements centered */
    }
}
@media (max-width: 600px) {
    .newsletter__wrapper-left h2 {
        text-align: center; /* Center h2 text on mobile */
    }
    
    .newsletter__wrapper-left p {
        text-align: justify; /* Ensure paragraphs are left-aligned on mobile */
    }
}
@media (max-width: 600px) {
    .image-with-text__text-item ul,
    .image-with-text__text-item p {
        text-align: justify; /* Ensure text and lists are left-aligned */
    }
    
    .image-with-text__text-item li {
        display: list-item; /* Ensure list items are displayed properly */
    }
}
@media (max-width: 600px) {
    .image-with-text__text-item ul {
        text-align: justify; /* Align list items to the left */
    }
    
    .image-with-text__text-item li {
        display: list-item; /* Ensure each item is a list item */
    }
}
.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1100px) {
/*   .image-with-text .image-with-text__media-item{ padding: 4rem calc(5rem / var(--font-body-scale)) 5rem;} */
  .image-with-text .image-with-text__text-item{ padding: 32px 0px 0px 25px;}
}
/* .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media--custom img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    object-fit: contain;
} */
/* @media screen and (max-width: 750px) {
  .image-with-text__media.image-with-text__media--custom img {
    position:relative !important;
}
} */
.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}
.image-with-text__media--custom {
    height: 70.5rem;
    width: 100%;
    max-width:100% ;
}
.image-with-text__media--large {
  height: 43.5rem;
}
/* .image-with-text__media--custom img{
    height: 31.5rem;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
 } */
@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }
 .image-with-text__media--custom {
    height: 55.5rem;
    width: 100%;
    max-width: 71%;
}
  
  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(var(--color-foreground), 0.04); */
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}
/* h2.image-with-text__heading {
    color: var(--gradient-base-accent-2);
   margin-bottom: 25px;
} */
.image-with-text__media--placeholder > svg {
    position: absolute;
    left: 50%;
    max-width: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-height: 80%;
    fill: currentColor;
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(0rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}


.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset)
    var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset)
    var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  /* text-align: center; */
  text-align:left;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

/* @media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
} */

.image-with-text__content > * + * {
  margin-top: 0rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 1rem;
}

.image-with-text__heading {
  word-break: break-word;
  margin-bottom: 0;
  height:25px;
}

.image-with-text__text p {
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*home page*/
/* .image-with-text p.image-with-text__text:after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color:var(--gradient-base-accent-2);
    margin-left: 10px;
}
.image-with-text p.image-with-text__text:before{
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color:var(--gradient-base-accent-2);
    margin-right: 10px;
} */
/*My Edit*/
.image-with-text__content>*:not(:last-child):not(.sub-heading):not(.title-image){margin-bottom: 2rem;text-align:justify;}
.image-with-text .image-with-text__media-item.grid__item{padding:;}
.image-with-text .image-with-text__text-item.grid__item{padding:0 0 0 2.5rem; display: flex;}
.image-with-text .image-with-text__content{    padding-bottom: 0;}
.image-with-text :where(.image-with-text__media){background: transparent; z-index: 1;}
.image-with-text .image-with-text__media-item .image-svg_block {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-51%,-52%);
  overflow: visible;
}
.image-with-text .image-with-text__media-item .image-svg_block svg{width: 100%; height: 100%;overflow: visible;}
.image-with-text .image-with-text__text-item.grid__item .image-with-text__content{width;}
.image-with-text .image-with-text__text-item.grid__item .right-image{width:50%;position: relative;}
.image-with-text .image-with-text__text-item.grid__item .right-image img{position: absolute;right: 0;bottom: 0; width: 100%;height: auto;}
.image-with-text .image-with-text__media-left-image {top: -6%;left: 0;width: 17rem; height: 17rem; z-index: 1;transition: all .7s linear;display: inline-flex; align-items: center;justify-content: center;}
.image-with-text .image-with-text__text-right-image {top: 60%; right: 60%; width: 22rem; height: 22rem; z-index: 1;transform: rotate(0deg);transition: all .7s linear;display: inline-flex; align-items: center;justify-content: center;}
.image-with-text .image-with-text__media-left-image img,.image-with-text .image-with-text__text-right-image img{width: auto; height: auto; object-fit: contain}

/*Animations*/

.image-with-text .image-with-text__media-item .image-svg_block svg .img_path_one{animation: center-heart 6s linear infinite;animation-play-state:paused;}
.image-with-text .image-with-text__media-item .image-svg_block svg ellipse.img_path_two{animation: top-ellipse 6s linear 2s infinite;animation-play-state:paused;}
.image-with-text .image-with-text__media-item .image-svg_block svg ellipse.img_path_three{animation: right-ellipse 6s linear 3s infinite;animation-play-state:paused;}
/*Animations on reveal*/
.shopify-section.reveal .image-with-text :where(.image-with-text__heading, .image-with-text__text) { animation: fadeInRight var(--anim-time) ease both;}
.shopify-section.reveal .image-with-text :where(.right-image>img){animation: fadeInUp var(--anim-time) .2s ease both;}
.shopify-section.reveal :where(.image-svg_block svg) :where(.img_path_one,ellipse.img_path_two,ellipse.img_path_three){animation-play-state:running!important;}
.shopify-section.reveal .image-with-text .image-with-text__text-right-image {top: -19%;right: 19%;transform: rotate(0deg);}
.shopify-section.reveal .image-with-text .image-with-text__media-left-image{animation:bounceIn var(--anim-time) .2s ease both;}

/*@keyframes*/
@keyframes center-heart{
  0% {
      transform: translateY(0px);
  }
  30% {
      transform: translateY(10px);
  }
  50% {
      transform: translateY(0px);
  }
  70% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0px);
  }
}
@keyframes top-ellipse{
  0% {
      transform: translateY(0px);
  }
  30% {
      transform: translateY(45px);
  }
  50% {
      transform: translateY(0px);
  }
  70% {
      transform: translateY(-30px);
  }
  100% {
      transform: translateY(0px);
  }
}
@keyframes right-ellipse{
  0% {
    transform: translateX(0px);
  }
  30% {
      transform: translateX(50px);
  }
  50% {
      transform: translateX(0px);
  }
  70% {
      transform: translateX(-50px);
  }
  100% {
      transform: translateX(0px);
  }
}


@media screen and (min-width: 990px) {
  .image-with-text .image-with-text__text-item.grid__item{
    width: calc(55% - var(--grid-desktop-horizontal-spacing) * 0);
    max-width: calc(55% - var(--grid-desktop-horizontal-spacing) * 0);
  }
  .image-with-text .image-with-text__media-item.grid__item{
    width: calc(45% - var(--grid-desktop-horizontal-spacing) * 0);
    max-width: calc(45% - var(--grid-desktop-horizontal-spacing) * 0);
  }
}
@media screen and (max-width: 1339px) {
  .image-with-text .image-with-text__text-item.grid__item .image-with-text__content { width: 100%;}
  .image-with-text .image-with-text__text-item.grid__item .right-image{display:none;}
  .image-with-text .grid:after{ top: calc(100% + 5rem); margin: auto; right: 0; left: 0; }
}
@media screen and (min-width: 990px) and (max-width: 1200px){
  .image-with-text .image-with-text__text-item.grid__item{padding:0 3rem;}
}
@media screen and (max-width: 989px) {
  .image-with-text .image-with-text__text-item.grid__item{padding:0 0rem;align-items: center; justify-content: center;}
   .image-with-text .image-with-text__text-right-image{display:none;}
   .image-with-text .image-with-text__media-left-image{display:none;}
  .image-with-text .image-with-text__text-item.grid__item .image-with-text__content { width: 100%; max-width: 45rem; text-align: center; display: flex; align-items: center;}
  .image-with-text .image-with-text__media-item.grid__item{margin: auto; width: 100%;max-width: 50rem;}
  .image-with-text__content--desktop-left > * {  align-self: center;  text-align: center;  }
}
@media screen and (max-width: 749px) {
  
}
@media screen and (max-width: 575px) {
  .image-with-text .grid:after{ top: calc(100% + 5rem); margin: auto; right: 0; left: 0; }
  .image-with-text .image-with-text__media-item.grid__item {  padding: 1rem;}
}

.right-image svg.placeholder-svg{width:100%;height:100%;}