.counter{display:flex;align-items:center;gap:15px;width:fit-content;font-family:sans-serif;color:#f55e21;font-weight:700}.counter .count{width:16px;text-align:center}.counter .count-btn{display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:30px;background-color:rgba(245,93,33,.137254902);color:#f55e21;font-weight:500;cursor:pointer;user-select:none;font-size:13px;padding:4px}.counter .count-btn:hover{background-color:#f46123;color:#fff;border:0}@media only screen and (max-width:1022px){.counter{gap:8px}.counter .count-btn{width:18px;height:18px;padding:0}.counter{gap:4px}.counter .count{font-size:12px}}