Desktop filters have been added in the form of radio buttons. At smaller screen sizes, these radio buttons need to "collapse" into drop down menus.
While I'm unsure the best way to achieve this, I'm currently thinking that having separate dropdown filters for mobile is the cleanest approach. These would of course be connected to the same part of the store. Simple media queries can then be used to toggle between the visibility of the radio or dropdown filters.
Description
Desktop filters have been added in the form of radio buttons. At smaller screen sizes, these radio buttons need to "collapse" into drop down menus.
While I'm unsure the best way to achieve this, I'm currently thinking that having separate dropdown filters for mobile is the cleanest approach. These would of course be connected to the same part of the store. Simple media queries can then be used to toggle between the visibility of the radio or dropdown filters.