Casinos online em Brasil

Nossa filosofia consiste em trabalhar apenas com produtos de qualidade ISO 9001.

SC S1V Diâmetro 63mm

SC S1V Diâmetro 63mm

Não temos resultados para sua pesquisa. Por favor, tente com outros filtros.
s-shipping-input").val(zipcode_on_addtocart); jQueryNuvem(".js-shipping-calculator-current-zip").text(zipcode_on_addtocart); } else if (cookieService.get('calculator_zipcode')){ var zipcode_from_cookie = cookieService.get('calculator_zipcode'); jQueryNuvem('.js-shipping-input').val(zipcode_from_cookie); jQueryNuvem(".js-shipping-calculator-current-zip").text(zipcode_from_cookie); } jQueryNuvem(".js-fs-add-this-product").hide(); jQueryNuvem(".js-fs-add-one-more").show(); } var callback_error = function(){ $productButtonAdding.removeClass("active"); $productButtonText.fadeIn(); $productButtonPlaceholder.removeAttr("style").hide(); $productButton.show(); if (isQuickShop) { $productButtonContainer.show(); } } $prod_form = jQueryNuvem(this).closest("form"); LS.addToCartEnhanced( $prod_form, addedToCartCopy, 'Incluindo...', 'Produto fora de estoque.', false, callback_add_to_cart, callback_error ); } }); jQueryNuvem(document).on("keypress", ".js-cart-quantity-input", function (e) { if (e.which != 8 && e.which != 0 && (e.which < 48 || e.which > 57)) { return false; } }); jQueryNuvem(document).on("focusout", ".js-cart-quantity-input", function (e) { var itemID = jQueryNuvem(this).attr("data-item-id"); var itemVAL = jQueryNuvem(this).val(); if (itemVAL == 0) { var r = confirm("Tem certeza de que deseja excluir este item?"); if (r == true) { LS.removeItem(itemID, true); } else { jQueryNuvem(this).val(1); } } else { LS.changeQuantity(itemID, itemVAL, true); } }); jQueryNuvem(".js-trigger-empty-cart-alert").on("click", function (e) { e.preventDefault(); let emptyCartAlert = jQueryNuvem(".js-mobile-nav-empty-cart-alert").fadeIn(100); setTimeout(() => emptyCartAlert.fadeOut(500), 1500); }); jQueryNuvem('form[action="\/comprar\/"]').on("submit", function() { cookieService.remove('first_product_added_successfully'); }); if (jQueryNuvem('.js-selected-shipping-method').length) { var shipping_cost = jQueryNuvem('.js-selected-shipping-method').data("cost"); var $shippingCost = jQueryNuvem("#shipping-cost"); $shippingCost.text(shipping_cost); $shippingCost.removeClass('opacity-40'); } selectShippingOption = function(elem, save_option) { jQueryNuvem(".js-shipping-method, .js-branch-method").removeClass('js-selected-shipping-method'); jQueryNuvem(elem).addClass('js-selected-shipping-method'); var shipping_cost = jQueryNuvem(elem).data("cost"); var shipping_price_clean = jQueryNuvem(elem).data("price"); if(shipping_price_clean = 0.00){ var shipping_cost = '' } // Updates shipping (ship and pickup) cost on cart var $shippingCost = jQueryNuvem("#shipping-cost"); $shippingCost.text(shipping_cost); $shippingCost.removeClass('opacity-40'); if (save_option) { LS.saveCalculatedShipping(true); } if (jQueryNuvem(elem).hasClass("js-shipping-method-hidden")) { if (jQueryNuvem(elem).hasClass("js-pickup-option")) { jQueryNuvem(".js-other-pickup-options, .js-show-other-pickup-options .js-shipping-see-less").show(); jQueryNuvem(".js-show-other-pickup-options .js-shipping-see-more").hide(); } else { jQueryNuvem(".js-other-shipping-options, .js-show-more-shipping-options .js-shipping-see-less").show(); jQueryNuvem(".js-show-more-shipping-options .js-shipping-see-more").hide() } } }; if (cookieService.get('calculator_zipcode')) { var zipcode_from_cookie = cookieService.get('calculator_zipcode'); jQueryNuvem('#product-shipping-container .js-shipping-input').val(zipcode_from_cookie); jQueryNuvem(".js-shipping-calculator-current-zip").text(zipcode_from_cookie); jQueryNuvem(".js-shipping-calculator-head").addClass("with-zip").removeClass("with-form"); jQueryNuvem(".js-shipping-calculator-with-zipcode").addClass("transition-up-active"); jQueryNuvem(".js-shipping-calculator-spinner").show(); } else { jQueryNuvem(".js-shipping-calculator-form").addClass("transition-up-active"); } removeShippingSuboptions = function(){ var shipping_suboptions_id = jQueryNuvem(".js-modal-shipping-suboptions").attr("id"); jQueryNuvem("#" + shipping_suboptions_id).remove(); jQueryNuvem('.js-modal-overlay[data-modal-id="#' + shipping_suboptions_id + '"').remove(); }; jQueryNuvem(".js-calculate-shipping").on("click", function (e) { e.preventDefault(); let shipping_input_val = jQueryNuvem(e.currentTarget).closest(".js-shipping-calculator-form").find(".js-shipping-input").val(); jQueryNuvem(".js-shipping-input").val(shipping_input_val); if (jQueryNuvem(".js-cart-item").length) { LS.calculateShippingAjax( jQueryNuvem('#cart-shipping-container').find(".js-shipping-input").val(), '\/frete\/', jQueryNuvem("#cart-shipping-container").closest(".js-shipping-calculator-container") ); } jQueryNuvem(".js-shipping-calculator-current-zip").html(shipping_input_val); removeShippingSuboptions(); }); jQueryNuvem(".js-shipping-input").on('keydown', function (e) { var key = e.which ? e.which : e.keyCode; var enterKey = 13; if (key === enterKey) { e.preventDefault(); jQueryNuvem(e.currentTarget).closest(".js-shipping-calculator-form").find(".js-calculate-shipping").trigger('click'); if (window.innerWidth < 768) { jQueryNuvem(e.currentTarget).trigger('blur'); } } }); jQueryNuvem(document).on("change", ".js-shipping-method, .js-branch-method", function (e) { selectShippingOption(this, true); jQueryNuvem(".js-shipping-method-unavailable").hide(); }); jQueryNuvem(document).on('shipping.options.checked', '.js-shipping-method', function (e) { let shippingPrice = jQueryNuvem(this).attr("data-price"); LS.addToTotal(shippingPrice); let total = (LS.data.cart.total / 100) + parseFloat(shippingPrice); jQueryNuvem(".js-cart-widget-total").html(LS.formatToCurrency(total)); selectShippingOption(this, false); }); jQueryNuvem(document).on("click", ".js-toggle-more-shipping-options", function(e) { e.preventDefault(); if(jQueryNuvem(this).hasClass("js-show-other-pickup-options")){ jQueryNuvem(".js-other-pickup-options").slideToggle(600); jQueryNuvem(".js-show-other-pickup-options .js-shipping-see-less, .js-show-other-pickup-options .js-shipping-see-more").toggle(); }else{ jQueryNuvem(".js-other-shipping-options").slideToggle(600); jQueryNuvem(".js-show-more-shipping-options .js-shipping-see-less, .js-show-more-shipping-options .js-shipping-see-more").toggle(); } }); calculateCartShippingOnLoad = function() { if (jQueryNuvem("#cart-shipping-container .js-shipping-input").val()) { // If user already had calculated shipping: recalculate shipping setTimeout(function() { LS.calculateShippingAjax( jQueryNuvem('#cart-shipping-container').find(".js-shipping-input").val(), '\/frete\/', jQueryNuvem("#cart-shipping-container").closest(".js-shipping-calculator-container") ); removeShippingSuboptions(); window.toggleAccordionPrivate("#cart-shipping-container .js-toggle-shipping"); }, 100); } if (jQueryNuvem(".js-branch-method").hasClass('js-selected-shipping-method')) { } }; jQueryNuvem(document).on("click", ".js-shipping-calculator-change-zipcode", function(e) { e.preventDefault(); jQueryNuvem(".js-shipping-calculator-response").fadeOut(100); jQueryNuvem(".js-shipping-calculator-head").addClass("with-form").removeClass("with-zip"); jQueryNuvem(".js-shipping-calculator-with-zipcode").removeClass("transition-up-active"); jQueryNuvem(".js-shipping-calculator-form").addClass("transition-up-active"); }); jQueryNuvem(document).on("click", ".js-save-shipping-country", function(e) { e.preventDefault(); lang_select_option = jQueryNuvem(this).closest(".js-modal-shipping-country"); changeLang(lang_select_option); jQueryNuvem(this).text('Aplicando...').addClass("disabled"); }); var isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream; if (isIOS) { var ios_input_fields = jQueryNuvem("input[type='text'], input[type='number'], input[type='password'], input[type='tel'], textarea, input[type='search'], input[type='hidden'], input[type='email']"); ios_input_fields.addClass("form-control-ios"); jQueryNuvem(".js-quantity").addClass("form-group-quantity-ios"); jQueryNuvem(".js-cart-quantity-container").addClass("cart-quantity-container-ios"); jQueryNuvem(".js-search-form").toggleClass("search-form-ios"); jQueryNuvem(".js-price-filter-btn").addClass("price-btn-ios"); jQueryNuvem(".js-price-filter-empty").addClass("input-clear-content-ios"); } jQueryNuvem(".js-winnie-pooh-form").on("submit", function (e) { jQueryNuvem(e.currentTarget).attr('action', ''); }); jQueryNuvem(".js-form").on("submit", function (e) { jQueryNuvem(e.currentTarget).find('.js-form-spinner').show(); }); jQueryNuvem('.js-password-view').on("click", function (e) { jQueryNuvem(e.currentTarget).toggleClass('password-view'); if(jQueryNuvem(e.currentTarget).hasClass('password-view')){ jQueryNuvem(e.currentTarget).parent().find(".js-password-input").attr('type', ''); jQueryNuvem(e.currentTarget).find(".js-eye-open, .js-eye-closed").toggle(); } else { jQueryNuvem(e.currentTarget).parent().find(".js-password-input").attr('type', 'password'); jQueryNuvem(e.currentTarget).find(".js-eye-open, .js-eye-closed").toggle(); } }); var bannersPerViewDesktopVal = 6; var bannersPerViewMobileVal = 2.9; createSwiper('.js-swiper-categories', { lazy: true, watchOverflow: true, threshold: 5, watchSlideProgress: true, watchSlidesVisibility: true, centerInsufficientSlides: true, slideVisibleClass: 'js-swiper-slide-visible', navigation: { nextEl: '.js-swiper-categories-next', prevEl: '.js-swiper-categories-prev', }, pagination: { el: '.swiper-categories-slide-pagination', }, slidesPerView: bannersPerViewMobileVal, breakpoints: { 768: { slidesPerView: bannersPerViewDesktopVal, slidesPerGroup: bannersPerViewDesktopVal, } } }); var bannersPerViewDesktopVal = 4; var bannersSpaceBetween = itemSwiperSpaceBetween; if (window.innerWidth < 768) { createSwiper('.js-swiper-banners', { lazy: true, watchOverflow: true, threshold: 5, watchSlideProgress: true, watchSlidesVisibility: true, slideVisibleClass: 'js-swiper-slide-visible', spaceBetween: bannersSpaceBetween, navigation: { nextEl: '.js-swiper-banners-next', prevEl: '.js-swiper-banners-prev', }, slidesPerView: 1.5, on: { afterInit: function () { hideSwiperControls(".js-swiper-banners-prev", ".js-swiper-banners-next"); }, }, }); } createSwiper('.js-category-swiper', { lazy: true, watchOverflow: true, spaceBetween: 0, slidesPerView: 1.3, navigation: { nextEl: '.js-category-next', prevEl: '.js-category-prev', }, breakpointsInverse: true, breakpoints: { 640: { slidesPerView: 8, autoplay: true, }, 500: { sliderPerView: 3, } } }); // Select all elements with the .contact-whatsapp class var whatsappLinks = document.querySelectorAll(".contact-whatsapp"); // Loop through all WhatsApp links and format the phone numbers whatsappLinks.forEach(function(linkElement) { // Get the full URL from the href attribute var fullUrl = linkElement.getAttribute("href"); // Extract the phone number from the URL var phoneNumber = fullUrl.match(/https:\/\/wa.me\/(\d+)/); if (phoneNumber) { // Remove the country code and format the number var formattedNumber = "(" + phoneNumber[1].substr(2, 2) + ") " + phoneNumber[1].substr(4, 5) + "-" + phoneNumber[1].substr(9); // Set the link text to the formatted phone number linkElement.textContent = formattedNumber; } }); }); });