/** Shopify CDN: Minification failed

Line 12:10 Unexpected "{"
Line 12:19 Expected ":"
Line 17:14 Unexpected "{"
Line 17:23 Expected ":"
Line 24:14 Unexpected "{"
Line 24:23 Expected ":"

**/
/* START_SECTION:highlights-loop (INDEX:40) */
#section-{{ section.id }} .infinite-carousel__wrapper {
      overflow: hidden;
      width: 100%;
    }

    #section-{{ section.id }} .infinite-carousel__track {
      display: flex;
      gap: 40px;
      width: max-content;
      animation: translateinfinite 18s linear infinite;
    }

    #section-{{ section.id }} .infinite-carousel__item {
      flex: 0 0 auto;
    }

    @keyframes translateinfinite {
      100% {
        transform: translateX(calc(-180px * 6));
      }
    }
/* END_SECTION:highlights-loop */
