/* START_SNIPPET:free-shipping-component (INDEX:185) */
.cart-express-ticker{width:100%;max-width:100%;overflow:hidden;background:#f4f4f4;color:#111;min-height:48px;border:0;border-radius:0;margin:0;font-size:13px;font-weight:500;letter-spacing:.4px;line-height:1.4}
.cart-express-ticker__track{display:flex;width:max-content;animation:cart-express-scroll 48s linear infinite;will-change:transform}
.cart-express-ticker__group{display:flex;align-items:center;flex:none;min-height:48px;gap:24px;padding-right:24px;white-space:nowrap}
.cart-express-ticker__dot{color:#b1b1b1}
.cart-express-ticker:hover .cart-express-ticker__track,.cart-express-ticker:focus-within .cart-express-ticker__track{animation-play-state:paused}
@keyframes cart-express-scroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.cart-express-ticker__track{animation:none}.cart-express-ticker__group{padding-left:16px}}
/* END_SNIPPET:free-shipping-component */
