/** Shopify CDN: Minification failed

Line 62:0 Unexpected "}"

**/
/*Full Height mobile background*/

@media screen and (max-width:749px) {
section.fullheight-bg .section-background {
 position:absolute !important;
}
}


/*Power section with hero slide*/
.hero-slide .textdecor-position--top {
    border-bottom: 0px solid !important;
    top: 50% !important;
    translate: 0 -50%;

}

.hero-slide .textdecor-position--top h1 {
    font-size: 18vw;
   
}

.hero-slide .textdecor-position--top h1 {
translate:-100%;
   animation:   slidein-left 3s forwards;
}


.hero-slide .ss-inline--inline_text:nth-child(3) h1 {
    -webkit-text-stroke: 2px red;
    color: transparent;
}

.hero-slide .ss-inline--inline_text:nth-child(1) h1 {
    -webkit-text-stroke: 2px red;
    color: red !important;
}

@keyframes slidein-left {
0% {
translate:-100%;
}

100% {
translate:0%;
}



}



section#shopify-section-template--25246813192475__main { 
background:#FCF8F5;
color: #665332;}
}