/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 21:14 Unexpected "{"
Line 21:23 Expected ":"
Line 28:14 Unexpected "{"
Line 28:23 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* 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 */