...
|
...
|
@@ -201,31 +201,30 @@ |
|
|
prevEl: '.Product .swiper-button-prev',
|
|
|
},
|
|
|
});
|
|
|
var swipe = new Swiper('.Specialty .swiper-container', {
|
|
|
var swiper = new Swiper('.Specialty .swiper-container', {
|
|
|
slidesPerView: 'auto',
|
|
|
spaceBetween: 13,
|
|
|
|
|
|
navigation: {
|
|
|
nextEl: '.Specialty .swiper-button-next',
|
|
|
prevEl: '.Specialty .swiper-button-prev',
|
|
|
},
|
|
|
}
|
|
|
});
|
|
|
var swipe = new Swiper('.Innovation .swiper-container', {
|
|
|
var swiper = new Swiper('.Innovation .swiper-container', {
|
|
|
slidesPerView: 'auto',
|
|
|
spaceBetween: 13,
|
|
|
|
|
|
navigation: {
|
|
|
nextEl: '.Innovation .swiper-button-next',
|
|
|
prevEl: '.Innovation .swiper-button-prev',
|
|
|
},
|
|
|
}
|
|
|
});
|
|
|
var swip = new Swiper('.Lifestyle .swiper-container', {
|
|
|
var swiper = new Swiper('.Lifestyle .swiper-container', {
|
|
|
slidesPerView: 2,
|
|
|
spaceBetween: 16,
|
|
|
navigation: {
|
|
|
nextEl: '.Lifestyle .swiper-button-next',
|
|
|
prevEl: '.Lifestyle .swiper-button-prev',
|
|
|
},
|
|
|
}
|
|
|
});
|
|
|
|
|
|
</script>
|
...
|
...
|
|