.counter-market{display:flex;align-items:center;gap:15px;width:fit-content;font-family:sans-serif;color:#518cec;font-weight:700}.counter-market .count{width:16px;text-align:center}.counter-market .count-btn{display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:30px;background-color:#e0e8f4;color:#1770ff;font-weight:500;cursor:pointer;user-select:none;font-size:13px;padding:4px}.counter-market .count-btn:hover{background-color:#1770ff;color:#fff;border:0}@media only screen and (max-width:1022px){.counter-market{gap:8px}.counter-market .count-btn{width:22px;height:22px;padding:0;font-size:15px}.counter-market{gap:4px}.counter-market .count{font-size:14px}}