0 Items Found In Antibodies / Page 0 - 0

Search No Result

We're sorry. We cannot find any matches for your search term.

Your item has been successfully added to your cart .

Item # Price
Proceed to Cart

Never miss an update.

Sign up for our monthly newsletter to hear about exclusive sales and product tips and tricks.

GO
TOP
$('#header .top-navigation-search').click(function(event) { event.stopPropagation(); var el = $('#search').toggleClass('show'); if (el.hasClass('show')) { $('#search .text').trigger('focus'); } }); $('body, #search .close').click(function(event) { $('#search').removeClass('show'); }); $('#search').click(function(event) { event.stopPropagation(); }); var count = ''; count+= '0'; count+= ''; $('#header li[data-node="cart"]').append(count); $('#header .top-navigation-country a').html(''); $('#header .top-navigation-country a').click(function(event) { console.log('event', 'https://www.reddotbiotech.com/middle.php?q=ec/order/availability'); $.get('https://www.reddotbiotech.com/middle.php?q=ec/order/availability', function(response) { if ($('link[href="https://www.reddotbiotech.com/theme/v1/ec.order.availability.css"]').length == 0) { $('', { rel: 'stylesheet', type: 'text/css', href: 'https://www.reddotbiotech.com/theme/v1/ec.order.availability.css' }).appendTo('body'); } var html = response; $.post('https://www.reddotbiotech.com/middle.php?q=core/modal', { width: '800', height: '800', }, function(response) { $('body').append(response); $('#modal .contents').html(html); }); }); }); require(['https://www.reddotbiotech.com/application/ec/product/jquery/jquery-ui.min.js'], function() { if ($('link[href="https://www.reddotbiotech.com/application/ec/product/jquery/jquery-ui.min.css"]').length == 0) { $('', { rel: 'stylesheet', type: 'text/css', href: 'https://www.reddotbiotech.com/application/ec/product/jquery/jquery-ui.min.css' }).appendTo('body'); } $('.search-autocomplete').autocomplete({ //autoFocus: true, //appendTo: $('.autocomplete', this), source: function(request, response) { request.term = request.term.trim(); var id = this.element[0].id; var href = id == 'search-form-input' || id == 'search-root-search-input' //? 'https://www.reddotbiotech.com/middle.php?q=ec/product/find&type=category&find=' + request.term ? 'https://www.reddotbiotech.com/middle.php?q=ec/product/find&find=' + request.term : 'https://www.reddotbiotech.com/middle.php?q=ec/product/find&path=1,14&find=' + request.term; clg(href); $.get(href, function(data) { var i = Object.keys(data).length; if (i == 1) { $('#search-form, #search-root-form').attr({ action: '/' + data[0].category.href }); } else { $('#search-form, #search-root-form').attr({ action: '/browse' }); } response($.map(data, function(item) { return { keyword: request.term, href: item.category.href, label: item.category.label.trim() + ' (' + item.count + ')', value: request.term, } })); }, 'json'); }, minLength: 1, select: function(event, ui) { console.log(event, ui); location.href = '/' + ui.item.href + '?k=' + ui.item.keyword.trim(); } }); }); $('#newsletter-form .button').click(function(event) { var mail = $('#newsletter-form input[name="mail"]').val(); var regexp = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; require(['https://cdn.jsdelivr.net/npm/sweetalert2@9.17.1/dist/sweetalert2.all.min.js'], function(Swal) { if (regexp.test(mail) == false) { Swal.fire({