(function($) {
document.addEventListener('facetwp-loaded', function() {
$('#news__carousel_main').owlCarousel({
loop:true,
margin:30,
nav:true,
dots:true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:3
}
}
});
});
})(jQuery);