/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 27:0 Unexpected "<"
Line 33:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .hidden-text {
    font-size: 0px;
  }
  .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>
<style>
  .hidden-text { font-size: 0px; }
  .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>
/* Desktop equal height via CSS Grid, sticky left allowed */
  @media (min-width: 992px) {
    .author-opened-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      overflow: auto;
    }
    .author-opened-left,
    .author-opened-right { width: auto; }

    .author-opened-left-content-wrapper {
      position: sticky;
      top: 0;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

  /* RTE defaults */
  .rte { line-height: 1.6; }
  .rte p { margin: 0 0 0.75em; }
  .rte ul, .rte ol { margin: 0 0 1em 1.25em; }
  .description-texts { display: grid; gap: 12px; }
  @media (min-width: 768px){
    .description-texts { grid-template-columns: 1fr 1fr; align-items: start; }
  }

  .fixed-middle { position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 40; pointer-events: none; }
  .fixed-middle .btn { pointer-events: auto; }
.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%);
  }
}