/** Shopify CDN: Minification failed

Line 30:12 Expected identifier but found whitespace
Line 30:21 Unexpected "10s"
Line 34:2 Unexpected "0%"
Line 37:2 Unexpected "100%"
Line 40:3 Unexpected "/"

**/


/* CSS from section stylesheet tags */
.banner-section {
  background-size: cover;
  background-position: center;
  color: #ffffff; /* Text color */
}

.banner-content {
  padding: 20px;
}
/* .marquee-container {
  white-space: nowrap;
  overflow: hidden;
}

.marquee-text {
  display: inline-block;
  padding-right: 20px; /* Adjust as needed */
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
} */