Opornice za gleženj

Gležnjik “ANATOMIC”

12,20 
Ta izdelek ima več različic. Možnosti lahko izberete na strani izdelka
jQuery(function($){ var hash = window.location.hash; if(hash && hash.includes('tab-title-')){ var tab = $(hash.replace('tab-title','tab')); if(tab.length){ tab.trigger('click'); $('html, body').animate({ scrollTop: $('.product-tabs').offset().top - 100 }, 300); } } });(function ($) {function togglePrice() { var $variationPrice = $('.woocommerce-variation-price'); var $mainPrice = $('.product-price-container.is-xlarge');// če variacijska cena obstaja in ima vsebino if ($variationPrice.length && $.trim($variationPrice.text()) !== '') { $mainPrice.hide(); } else { $mainPrice.show(); } }// ob loadu $(document).ready(function () { togglePrice(); });// WooCommerce eventi $(document).on( 'found_variation show_variation reset_data hide_variation woocommerce_variation_has_changed', '.variations_form', function () { setTimeout(togglePrice, 0); } );})(jQuery);