/** Shopify CDN: Minification failed

Line 42:0 Unexpected "}"

**/
.marquee-with-img.marquee-section {overflow: hidden;}
.marquee-with-img.marquee-with-img.marquee-section  .swiper-container {width: 100%;height: 100%;position: relative;overflow: hidden;}
.marquee-with-img.marquee-with-img.marquee-with-img.marquee-section .start-animation{
      display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.marquee-with-img.marquee-section  .start-animation .marquee-list {
  animation: scroll-left 80s linear infinite;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    min-width: 100%;
}
.marquee-with-img.marquee-section  .start-animation .marquee-list.reverse{
 animation-direction: reverse;
}
.marquee-with-img.marquee-section .start-animation:hover .marquee-list {
    animation-play-state: paused;
}
.marquee-with-img.marquee-section  .swiper-slide {text-align: center;font-size: var(--font-h3-size);display: flex;justify-content: center;align-items: center;width: auto;position: relative;background: transparent;}
.marquee-with-img.marquee-section  :is(.marquee-title) {margin: 0 30px;font-weight:var(--font-weight-regular);}
.marquee-with-img.marquee-section .start-animation .marquee-list li{list-style:none; position:relative;}
.marquee-with-img.marquee-section .marquee-image {height:100%;animation: zoom-in-zoom-out 2s ease-out infinite;}
@keyframes scroll-left{0%{transform:translateX(0%);}100%{transform:translateX(-100%);}}

@media screen and (min-width:769px){
.marquee-with-img.marquee-section .marquee-image {max-height: 100%;}
}
@media screen and (max-width:768px){
.marquee-with-img.marquee-section :is(.marquee-title) {margin: 0 15px;}
}
/* .marquee-section .marquee-image {max-height: 15px;} */
}
@media screen and (max-width:576px){
.marquee-with-img.marquee-section :is(.marquee-title) {margin: 0 10px;}

}

.marquee-with-img.marquee-section li.marquee-content {  display: flex;  align-items: center;  justify-content: center;}

.marquee-with-img .marquee-list li:nth-child(even) h2 {  color:rgb(var(--color-foreground),0.4);}
.marquee-with-img .marquee-list li:nth-child(odd) h2 {  color:rgb(var(--color-foreground));}

/* marquee-img-style-1 */
.marquee-img-style-1.marquee-section .marquee-list>li>* h2{color:rgb(var(--color-foreground));}
/* .marquee-img-style-1.marquee-section .marquee-svg svg{color:rgb(var(--color-foreground),1);} */

/* marquee-img-style-2 */
.marquee-img-style-2.marquee-section .marquee-list>li>* h2{color:rgb(var(--color-foreground));}
.marquee-img-style-2.marquee-section .marquee-svg svg{color:rgb(var(--color-foreground),1);}

/* marquee svg */
.marquee-with-img.marquee-section .marquee-svg{ display: flex;  align-items: center;}
.marquee-with-img.marquee-section .marquee-svg svg{color:rgb(var(--color-foreground),0.8);animation: zoom-in-zoom-out 2s ease-out infinite;}



