Home

Produtos em Destaque

Produtos Mais Vendidos

jQuery(document).ready(function () {
var ttfeature = jQuery(‘.ttbest_selling_products_1847075038’);
ttfeature.owlCarousel({
items : 5,
itemsDesktop : [1200,3],
itemsDesktopSmall : [991,3],
itemsTablet: [767,2],
itemsMobile : [480,1],
slideSpeed : 1000,
autoPlay : true,stopOnHover:true
});
if(jQuery(‘.ttbest_selling_products_1847075038 .owl-controls.clickable’).css(‘display’) == ‘none’){
jQuery(‘.best_selling_products_1847075038 .customNavigation’).hide();
}else{
jQuery(‘.best_selling_products_1847075038 .customNavigation’).show();
jQuery(‘.ttbest_selling_products_1847075038_next’).click(function(){
ttfeature.trigger(‘owl.next’);
});
jQuery(‘.ttbest_selling_products_1847075038_prev’).click(function(){
ttfeature.trigger(‘owl.prev’);
}); } });