.merchant-slider{padding:13px 0;background:#fff;border-top:1px solid #e2edf0;border-bottom:1px solid #e2edf0;overflow:hidden}.merchant-slider .merchant-track{display:flex;width:max-content;align-items:center;gap:12px;animation:merchant-scroll 46s linear infinite}.merchant-slider:hover .merchant-track{animation-play-state:paused}.merchant-type{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;padding:8px 14px 8px 9px;border:1px solid #deeaee;border-radius:999px;background:#f9fcfd;color:var(--ink);font-size:.78rem;font-weight:700;box-shadow:0 5px 14px rgba(11,31,51,.045)}.merchant-type i{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:#fff;font-style:normal;font-size:.88rem;background:var(--blue)}.merchant-type.cafe i{background:#35a476}.merchant-type.retail i{background:var(--orange)}.merchant-type.grocery i{background:#8155e7}.merchant-type.salon i{background:#d74d7c}.merchant-type.hotel i{background:#45a37d}.merchant-type.auto i{background:#ce4e75}.merchant-type.dental i{background:#1483a7}.merchant-type.farms i{background:#62a33f}.merchant-type.gas i{background:#269a70}.merchant-type.rental i{background:#249895}.merchant-type.deals i{background:#f06b30}@keyframes merchant-scroll{to{transform:translateX(calc(-50% - 6px))}}@media(prefers-reduced-motion:reduce){.merchant-slider .merchant-track{animation:none;overflow-x:auto;max-width:100vw}}@media(max-width:560px){.merchant-type{font-size:.72rem;padding:7px 12px 7px 8px}.merchant-type i{width:28px;height:28px}}
