/** Shopify CDN: Minification failed

Line 21:9 Unexpected "{"
Line 21:18 Expected ":"
Line 21:25 Unexpected "{"
Line 25:9 Unexpected "{"
Line 25:18 Expected ":"
Line 30:9 Unexpected "{"
Line 30:18 Expected ":"
Line 38:9 Unexpected "{"
Line 38:18 Expected ":"
Line 44:9 Unexpected "{"
... and 1 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:marquee-loop (INDEX:44) */
.secton_{{ section.id }} {
  overflow: hidden;
}

.secton_{{ section.id }} .marquee-loop__wrapper {
  display: flex;
  align-items: center;
}

.secton_{{ section.id }} .marquee-loop__item {
  display: flex !important;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #fff;
}

.secton_{{ section.id }} .marquee-loop__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.secton_{{ section.id }} .slick-track {
  display: flex !important;
  align-items: center;
}
/* END_SECTION:marquee-loop */