Refugium scripts

<script>
$('.type-product .p-to-cart-block .add-to-cart-button.btn-conversion').text('+');
$('.p-manufacturer-label').text('Autor');
$('#book_preview').insertBefore('.basic-description');
$('#relatedFiles a[title*="Obálka"]').parent().hide().children('a').addClass('booklet_download').prependTo('.p-image');
$('#relatedFiles a[title*="Ukázka"]').parent().hide().children('a').addClass('snippet_download').prependTo('.p-image');
$('<span class="biblo_toggle">Zobrazit bibliografické údaje »</span>').insertBefore('.p-param-block .detail-parameters-wrapper');
$('.biblo_toggle').click(function() {
$('.p-param-block .detail-parameters-wrapper').addClass('biblo_visible');
$('.biblo_toggle').hide();
});

$('.detail-parameters.second tr th span:contains("Autor")').parent().parent().hide();
$('.detail-parameters.second tr th span:contains("Kategorie")').parent().parent().hide();
$('.products-block .flag.flag-custom2').parent().parent().next().addClass('hidden_prices');
$('.type-product .flag.flag-custom2').parent().parent().parent().prev().addClass('hidden_prices');
</script>

<script src='https://cdn.myshoptet.com/usr/code.kubanavratil.com/user/documents/upload/res/browser_detect.js' type="text/javascript"></script>