Vinoartis scripts

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M66SZS5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

 

<script>
$(window).scroll(function () {
if ($(this).scrollTop() > 27) {
$("body").addClass("sticky");
} else {
$("body").removeClass("sticky");
}
});
</script>

<script>
$('.subcategories a img[alt="Dle oblasti"]').attr('src','/user/documents/upload/res/icons_dle_oblasti.svg');
$('.subcategories a img[alt="Dle odrůdy"]').attr('src','/user/documents/upload/res/icons_dle_odrudy.svg');
$('.subcategories a img[alt="Dle ocenění"]').attr('src','/user/documents/upload/res/icons_dle_oceneni.svg');
$('.subcategories a img[alt="Ochucené / Neochucené"]').attr('src','/user/documents/upload/res/icons_dle_ochuceni.svg');
$('.subcategories a img[alt="Podle intenzity chuti"]').attr('src','/user/documents/upload/res/icons_dle_intenzity.svg');
$('.subcategories a img[alt="Podle odrůdy oliv"]').attr('src','/user/documents/upload/res/icons_dle_odrudy_oleje.svg');
$('.extended-description h3').text('O tomto vínu v bodech:');
$('.p-detail-inner-header').prependTo('.p-info-wrapper');

 

</script>