.quantity-stepper{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-pill);align-items:center;width:fit-content;display:inline-flex;overflow:hidden}.quantity-stepper__btn{width:36px;height:36px;color:var(--navy-60);font-family:var(--font);cursor:pointer;transition:background var(--ease);background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;display:flex}.quantity-stepper__btn:hover:not(:disabled){background:var(--navy-06)}.quantity-stepper__btn:disabled{opacity:.38;cursor:not-allowed}.quantity-stepper__input{width:48px;height:36px;color:var(--navy);font-family:var(--font);text-align:center;-moz-appearance:textfield;background:0 0;border:none;font-size:14px;font-weight:700}.quantity-stepper__input:focus{outline:none}