/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 80:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  
.MarqueeSection {
position: relative;
}
.marquee-wrapper {
    white-space: nowrap;
    position: inherit;
    background: #F8F4F1;
}
    
 .marquee {
/* display: inline-block; */
/* white-space: nowrap; */
position: relative;
transform: translateZ(0);
animation-name: marquee;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
    
.marquee a {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    margin: 15px;
}
    
    .marquee-wrapper:hover .marquee {
        animation-play-state: paused !important;
    }
    
    @keyframes marquee {
        0% {
            transform: translate3d(0%, 0, 0);
        }
    
        100% {
            transform: translate3d(-100%, 0, 0);
        }
    }
    




.moving-text-slider{}
.text-slider-box{
position: relative;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;

}
a.text-slider-box img {
width: 100%;
height: 100%;
}

.moving-text{}

.moving-text h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: normal;
}

</style>