Why do you need a Secondary and Primary Nav on desktop ?
Is it ONLY because you want to style them differently eg. second items to the left, and primary items to the right?
If so then you can combine them into one menu.
Give each secondary item a CSS class of secondary-item
We can then use some CSS to style and position the secondary-items differently.
Is that an option ? Let me know