How do i add swiper navigation arrows to the Featured Product Section of Flow theme?

I am currently using Flow Theme. I am trying to add Navigation arrows that work on the Featured Product Section but it is not working. I checked the theme.js for initialization of Swiper and the navigation classes. Everything seems to be ok but i can’t make the arrows work.

It is currently like this. Does anybody have any idea what should i be doing?
My store url : https://dormu-sleep.myshopify.com/
Store Password: gayreu

@DormuSleep

sorry for this issue

i can see error in console log

please fix and check if are you able to code or let me know

Yeah, the javascript issue is resolved now. Was due to incorrect loading of jQuery. This is our first time working with other’s theme. So it’s a bit confusing at first.
Still after that issue was resolved I added navigation on to the theme.js file like this but still the navigation buttons don’t do anything. Am i doing something wrong or missing something?

var mySwiper = new Swiper('.swiper-container', {
  navigation: {
    nextEl: '.swiper-button-next',
    prevEl: '.swiper-button-prev',
  },
});

:grinning_face_with_smiling_eyes:

:grinning_face_with_smiling_eyes: