.NumberInputWithButtons{display:flex;align-items:center;gap:12px}.NumberInputWithButtons__Button{flex:0 0 56px;display:flex;align-items:center;justify-content:center;border-radius:1000px;height:56px;border:1px solid var(--chakra-colors-opacityStroke)}.NumberInputWithButtons__InputWrapper{width:100px}.NumberInputWithButtons__InputWrapper input{border-radius:100px;height:56px;border:1px solid var(--chakra-colors-opacityStroke);background:#fff}@media(min-width:768px){.NumberInputWithButtons__InputWrapper{width:120px}.NumberInputWithButtons__InputWrapper input{height:72px}.NumberInputWithButtons__Button{flex:0 0 72px;height:72px}}
