/** Shopify CDN: Minification failed

Line 18:17 Unexpected "{"
Line 18:26 Expected ":"
Line 29:17 Unexpected "{"
Line 29:26 Expected ":"
Line 36:17 Unexpected "{"
Line 36:26 Expected ":"
Line 43:17 Unexpected "{"
Line 43:26 Expected ":"
Line 51:17 Unexpected "{"
Line 51:26 Expected ":"

**/


/* CSS from section stylesheet tags */
#scrolling-text-{{ section.id }} .scrolling-text-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-color: #000;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  padding: 1.6rem 0rem;
  user-select: none;
}

#scrolling-text-{{ section.id }} .scrolling-text-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
}

#scrolling-text-{{ section.id }} .scrolling-item {
  display: inline-flex;
  align-items: center;
  margin-inline-end: 3rem;
  white-space: nowrap;
}

#scrolling-text-{{ section.id }} .scrolling-item span {
  color: #000;
  font-family: "PP Fragment, Sans Regular";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1rem;
}

#scrolling-text-{{ section.id }} .scrolling-item img {
  width: 1.88rem;
  height: 1.88rem;
  margin-right: 0.5rem;
}