console.log('Hello word3');$=jQuery;$(document).on('click','.more_brands',function(e){$('.swatch-filter-pa_marca').find('.brand_hide').each(function(){if($(this).is(":visible")){$(this).addClass('hidden');$(this).attr('hidden','hidden');$(this).attr('brand_hide')}else{$(this).removeClass('hidden');$(this).removeAttr('hidden');$(this).removeAttr('brand_hide')}}) e.preventDefault()}) setTimeout(function(){$('.more_brands').trigger('click')},1000)