.lsg-hero-text-wrapper,
.lsg-hero-image-wrapper,
.lsg-hero-video_wrapper {
    max-width: 50%;
    width: 100%;
}
.lsg-hero-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

img.lsg-hero-image {
    width: auto;
    max-width: 100%;
}
.lsg-hero-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lsg-hero-text-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .lsg-hero-text-wrapper {
        padding: 20px 15px;
    }
    .mobwidth {
        display: block;
    }
}
.hero-paragraph-wrapper {
    margin: 16px 0px;
    max-width: 357px;
    width: 100%;
}
.paragraph {
    font-size: 15px;
    line-height: 20px;
    font-family: 'GothamRoundedBold';
}
.lsg-title-wrapper {
    width: 100%;
    display: block;
    position: relative;
    max-width: 600px;
}
.template-index .lsg-title-wrapper::after {
    content: '';
    display: block;
    right: 5%;
    bottom: 15%;
    height: 60px;
    width: 60px;
    background-image: url('/cdn/shop/files/CP_GraphicElements_Bubbles2.png?v=1634919304');
    background-size: 100% 100%; 
    position: absolute;
}
.lsg-title-wrapper {
    background-repeat: no-repeat;
    background-position: left;
    background-size: 217px auto;
}
h1.lsg-banner-title {
    display: block;
    z-index: 1;
}
span.can-icon {
    position: relative;
}
h1.lsg-banner-title span.cursive-font {
    display: inline-block;
    max-width: fit-content;
    margin: 0px;
}
span.can-icon::after {
    content: '';
    background-image: url('/cdn/shop/files/CP_GraphicElements_Burst.png?v=1634919304');
    display: block;
    height: 40px;
    width: 40px;
    background-size: 100% 100%;
    position: absolute;
    top: -20%;
    right: -20%;
}
svg {
    margin-right: 3px;
    margin-top: 2px;
}
.lsg-hero-subtitle-wrapper {
    display: block;
    width: 100%;
    margin: 16px 0px;
    max-width: 530px;
    position: relative;
    text-transform: uppercase;
}
.hero-text-container {
    max-width: 600px;
    display: block;
    margin: auto;
}
.template-index .lsg-hero-subtitle-wrapper h6::before {
    content: '';
    background-image: url('/cdn/shop/files/CP_GraphicElements_Bubbles2.png?v=1634919304');
    display: block;
    height: 60px;
    width: 60px;
    transform: rotate(82deg);
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
}

/* text animation */
#shopify-section-163216126640d14997 .lsg-hero-image-wrapper{
  position: relative;
  overflow: hidden;
}
#shopify-section-163216126640d14997 .lsg-hero-image-wrapper img:first-child{
  position: relative;
  z-index: 1;
}
#shopify-section-163216126640d14997 .lsg-hero-image-wrapper .animation_text{
  display: block!important;
  position: absolute;
  animation: loading 7s linear infinite;
}
 
 @keyframes loading {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
 }

@media (max-width:800px) {
    .lsg-hero-text-wrapper, .lsg-hero-image-wrapper, .lsg-hero-video_wrapper {
        max-width: 100%;
    }
    .lsg-hero-container {
        flex-direction: column;
    }
    .lsg-hero-container {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    h1.lsg-banner-title {
        max-width: 320px;
        width: 100%;
        font-size: 37px;
        line-height: 37px;
    }
    .lsg-title-wrapper::after {
        display: none;
    }
    .lsg-hero-text-wrapper {
        max-width: 370px;
        width: 90%;
        margin: auto;
    }
    .lsg-title-wrapper {
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 170px auto;
    }
    .lsg-hero-subtitle-wrapper {
        max-width: 300px;
    }
    span.can-icon::after {
        right: -15%;
        top: -15%;
        height: 12px;
        width: 12px;
    }
    .mob-none {
        display: none;
    }
  
    /* text animation */
    #shopify-section-163216126640d14997 .lsg-hero-container{
      background-image: none!important;
      padding-top: 0!important;
      background-position: unset!important;
    }
    #shopify-section-163216126640d14997 .lsg-hero-text-wrapper{
      order: 2;
    }
    #shopify-section-163216126640d14997 .lsg-hero-image-wrapper.mob-none{
      display: block;
      padding: 0;
      margin-top: 20px;
    }
    #shopify-section-163216126640d14997 .lsg-hero-image-wrapper .animation_text{
      top: 0;
    }
}
@media (min-width:801px) {
    .mob-none {
        display: block;
    }
    h1.lsg-banner-title {
        max-width: 533px;
        width: 100%;
        font-size: 65px;
        line-height: 65px;
    }
}
@media (max-width:350px) {
    
    .lsg-title-wrapper {
        background-size: 140px auto;
    }
}
@media (max-width: 500px) {
    h1.lsg-banner-title {
        font-size: 5vh;
        line-height: 30px;
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width:650px) and (max-width: 800px) {
    .lsg-hero-text-wrapper {
        max-width: 600px;
    }
    .lsg-hero-subtitle-wrapper {
        max-width: 500px;
    }
    span.can-icon::after {
        height: 20px;
        width: 20px;
    }
}
@media (min-width: 801px) and (max-width: 1076px) {
    h1.lsg-banner-title {
        font-size: 45px;
        line-height: 45px;
    }
    span.can-icon::after {
        top: -35%;
        right: -35%;
    }
    .lsg-hero-subtitle-wrapper {
        max-width: 75%;
    }
}

.lsg_hero_banner_home{justify-content: end;}