/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 27:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .hidden-text { font-size: 0; }
  .small-text-before {
    font-style: italic;
    font-size: 10px;
    margin-right: 4px;
  }
  .additional-price-info { margin-top: 10px; }
  .notice-box {
    font-size: 12px;
    margin-top: 5px;
    color: red;
  }
  .small-text, .small-text-down-payment {
    margin-left: 5px;
    font-size: 10px;
  }
</style>
.text-cara {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.carousel-content {
  display: inline-block;
  font-weight: bold;
  animation: slide linear infinite;
}

@keyframes slide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.text-carousel {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  background-image: linear-gradient(to bottom, {{ section.settings.gradient_color_top }}, {{ section.settings.gradient_color_bottom }} 54%, transparent);
}

.carousel-content {
  display: inline-block;
  font-weight: bold;
  animation: slide linear infinite;
}

@keyframes slide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}