(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
const gtm4wp_use_sku_instead = false;
const gtm4wp_currency = 'BRL';
const gtm4wp_product_per_impression = 12;
const gtm4wp_clear_ecommerce = false;
var breeze_prefetch = {"local_url":"https:\/\/www.donacoelha.com","ignore_remote_prefetch":"1","ignore_list":["\/cart\/","\/checkout\/","\/my-account\/","cart\/(.)\/","checkout\/(.)\/","wp-admin\/(.)\/","wp-admin\/edit.php(.)\/","my-account\/(.)\/","my-account.php\/","wp-cron.php\/","contato\/","cart\/","my-account\/","checkout\/","wc-api\/","addons\/","add-to-cart\/","logout\/","lost-password\/","administrator\/","wp-login.php\/","wp-admin\/","wp-json\/","wp-cron\/","wp-comments-post.php\/","my-account\/customer-logout\/","wp-admin","wp-login.php"]};
https://www.donacoelha.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://www.donacoelha.com/wp-includes/js/jquery/jquery.min.js
https://www.donacoelha.com/wp-includes/js/jquery/jquery-migrate.min.js
https://www.donacoelha.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Ver carrinho","cart_url":"https:\/\/www.donacoelha.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
https://www.donacoelha.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js
https://www.donacoelha.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
https://www.donacoelha.com/wp-content/plugins/woo-boleto-paghiper/assets/js/frontend.min.js
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_3a6bb38ea6bb5e3109710f0e9cc7a876","fragment_name":"wc_fragments_3a6bb38ea6bb5e3109710f0e9cc7a876","request_timeout":"5000"};
https://www.donacoelha.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js
var dataLayer_content = {"visitorLoginState":"logged-out","pageTitle":"Produtos de Higiene e Limpeza Íntima | Dona Coelha","pagePostType":"product","pagePostType2":"tax-product","pageCategory":[],"customerTotalOrders":0,"customerTotalOrderValue":0,"customerFirstName":"","customerLastName":"","customerBillingFirstName":"","customerBillingLastName":"","customerBillingCompany":"","customerBillingAddress1":"","customerBillingAddress2":"","customerBillingCity":"","customerBillingState":"","customerBillingPostcode":"","customerBillingCountry":"","customerBillingEmail":"","customerBillingEmailHash":"","customerBillingPhone":"","customerShippingFirstName":"","customerShippingLastName":"","customerShippingCompany":"","customerShippingAddress1":"","customerShippingAddress2":"","customerShippingCity":"","customerShippingState":"","customerShippingPostcode":"","customerShippingCountry":"","cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]}};
dataLayer.push( dataLayer_content );
window.Brevo = window.Brevo || [];
Brevo.push([
"init",
{
client_key:"szbhdurrdsvd1eihoj6mb4sb",email_id : "",},]);
Ir para o conteúdo
Mostrando todos os 3 resultados
Produtos para Higiene e Limpeza
Produtos para cuidar bem do seu produto erótico como vibrador , anéis peniano, capas penianas, bolinhas de pomparismo, ducha higiênica e outros. Todos os produtos são anti bactericidas especialmente desenvolvidos para limpeza e conservação dos produtos. Conheça também os lencinhos umidecidos sex wipes que ajudam tanto na preservação do seu produto erótico, como podem ser usados para limpeza pessoal antes do sexo.
Avaliação 4.92 de 5
R$ 39,90
3 x de R$ 13,30 sem juros
R$ 69,90
6 x de R$ 11,65 sem juros
Avaliação 5.00 de 5
R$ 79,90
7 x de R$ 11,41 sem juros
jQuery("body").trigger("updated_mini_cart");
jQuery("body").trigger("updated_mini_cart");
jQuery( function( $ ) {
$( '#billing_address_2' ).on( 'input', function() {
var value = $( this ).val();
if ( value.length > 30 ) {
$( this ).val( value.substring( 0, 30 ) );
$( '#billing_address_2_error' ).text( 'O seu Complemento não pode ter mais que 30 caracteres.' );
} else {
$( '#billing_address_2_error' ).text( '' );
}
} );
} );
document.body.addEventListener("blur", function(event) {
if (event.target.matches("input[type='email']")) {
const regexEmail = /^[#&*\/=?^{!}~'_a-z0-9-\+]+([#&*\/=?^{!}~'_a-z0-9-\+]+)*(\.[#&*\/=?^{!}~'_a-z0-9-\+]+)*[.]?@[_a-z0-9-]+(\.[_a-z0-9-]+)*(\.[a-z0-9]{2,63})$/i;
if (!regexEmail.test(event.target.value)) {
return false;
}
if (getCookieValueByName("tracking_email") == encodeURIComponent(event.target.value)) {
return false;
}
document.cookie="tracking_email="+encodeURIComponent(event.target.value)+"; path=/";
var isCheckout = false;
var isAccountPage = false;
var subscription_location = "";
if (isCheckout) {
subscription_location = "order-checkout";
} else if (isAccountPage) {
subscription_location = "sign-up";
}
var xhrobj = new XMLHttpRequest();
xhrobj.open("POST","/wp-admin/admin-ajax.php");
var params = "action=the_ajax_hook&tracking_email=" + encodeURIComponent(event.target.value) + "&subscription_location=" + encodeURIComponent(subscription_location);
xhrobj.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhrobj.send(params);
return;
}
}, true);
function getCookieValueByName(name) {
var match = document.cookie.match(new RegExp("(^| )" + name + "=([^;]+)"));
return match ? match[2] : "";
}
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
https://www.donacoelha.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
https://www.donacoelha.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js
https://www.donacoelha.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js
https://www.donacoelha.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
var pwb_ajax_object = {"carousel_prev":"<","carousel_next":">"};
https://www.donacoelha.com/wp-content/plugins/perfect-woocommerce-brands/build/frontend/js/index.js
var automatewoo_presubmit_params = {"guest_id":"0","language":"","email_capture_selectors":[".woocommerce-checkout [type=\"email\"]","#billing_email",".automatewoo-capture-guest-email","input[name=\"billing_email\"]"],"checkout_capture_selectors":["billing_first_name","billing_last_name","billing_company","billing_phone","billing_country","billing_address_1","billing_address_2","billing_city","billing_state","billing_postcode"],"ajax_url":"\/sex-shop\/higiene-limpeza\/?aw-ajax=%%endpoint%%"};
https://www.donacoelha.com/wp-content/plugins/automatewoo/assets/js/automatewoo-presubmit.min.js
https://www.donacoelha.com/wp-includes/js/hoverIntent.min.js
var flatsomeVars = {"theme":{"version":"3.19.12"},"ajaxurl":"https:\/\/www.donacoelha.com\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/www.donacoelha.com\/wp-content\/themes\/flatsome\/assets\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Menu Principal","toggleButton":"Alternar"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_disable_deselect":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_limited":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"0"},"is_mini_cart_reveal":""};
https://www.donacoelha.com/wp-content/themes/flatsome/assets/js/flatsome.js
var dgwt_wcas = {"labels":{"product_plu":"Produtos","vendor":"Vendor","vendor_plu":"Vendors","sku_label":"REF:","sale_badge":"Oferta","vendor_sold_by":"Sold by:","featured_badge":"Destaque","in":"em","read_more":"continue reading","no_results":"\"<p>N\\u00e3o encontramos nada... que tal dar uma olhadinha nestas pesquisas mais populares?<\/p>\\r\\n<a href=\\\"https:\/\/donacoelha.com\/marca\/dona-coelha\/\\\">???? Mais vendidos Dona Coelha<\/a><\/br>\\r\\n<a href=\\\"https:\/\/donacoelha.com\/sex-shop\/vibrador\/mais-vendidos\/\\\">???? Vibradores mais vendidos<\/a><\/br><a href=\\\"https:\/\/donacoelha.com\/sex-shop\/sugador-clitoris\/\\\">\\u2728 Melhores Sugadores<\/a><\/br>\\r\\n<a href=\\\"https:\/\/donacoelha.com\/sex-shop\/sexo-anal\/\\\">???? Tudo para Anal<\/a><\/br>\\r\\n<a href=\\\"https:\/\/donacoelha.com\/sex-shop\/lingerie-sexy\/\\\">???? Lingeries<\/a><\/br>\\r\\n<a href=\\\"https:\/\/donacoelha.com\/sex-shop\/kits-eroticos\/\\\">???? Kits perfeitos<\/a>\"","no_results_default":"Nenhum resultado","show_more":"Ver mais resultados","show_more_details":"Ver mais resultados","search_placeholder":"Buscar pelo produto...","submit":"","search_hist":"Seu hist\u00f3rico de pesquisa","search_hist_clear":"Limpar","mob_overlay_label":"Open search in the mobile overlay","post_type_post_plu":"Posts","post_type_post":"Post","post_type_page_plu":"P\u00e1ginas","post_type_page":"Page","tax_product_cat_plu":"Categorias","tax_product_cat":"Categoria","tax_product_tag_plu":"Tags","tax_product_tag":"Tag","tax_pwb-brand_plu":"Marcas","tax_pwb-brand":"Marca","tax_product_brand_plu":"Brands","tax_product_brand":"Marca"},"ajax_search_endpoint":"https:\/\/www.donacoelha.com\/fibosearch\/","ajax_details_endpoint":"\/?wc-ajax=dgwt_wcas_result_details","ajax_prices_endpoint":"\/?wc-ajax=dgwt_wcas_get_prices","action_search":"dgwt_wcas_ajax_search","action_result_details":"dgwt_wcas_result_details","action_get_prices":"dgwt_wcas_get_prices","min_chars":"3","width":"auto","show_details_panel":"","show_images":"1","show_price":"","show_desc":"","show_sale_badge":"","show_featured_badge":"","dynamic_prices":"","is_rtl":"","show_preloader":"1","show_headings":"1","preloader_url":"","taxonomy_brands":"pwb-brand","img_url":"https:\/\/www.donacoelha.com\/wp-content\/plugins\/ajax-search-for-woocommerce-premium\/assets\/img\/","is_premium":"1","layout_breakpoint":"850","mobile_overlay_breakpoint":"850","mobile_overlay_wrapper":"body","mobile_overlay_delay":"0","debounce_wait_ms":"100","send_ga_events":"1","enable_ga_site_search_module":"","magnifier_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\t xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n\t\t\t\t\t viewBox=\"0 0 51.539 51.361\" xml:space=\"preserve\">\n\t\t <path \t\t\t\t\t\t d=\"M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","magnifier_icon_pirx":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\">\n\t\t\t\t\t<path d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\n\t\t\t\t\t\t 1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\n\t\t\t\t\t\t 0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\n\t\t\t\t\t\t -0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\n\t\t\t\t\t\t 9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\n\t\t\t\t\t\t 2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\n\t\t\t\t\t\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","history_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"16\">\n\t\t\t\t\t<g transform=\"translate(-17.498822,-36.972165)\">\n\t\t\t\t\t\t<path \t\t\t\t\t\t\td=\"m 26.596964,52.884295 c -0.954693,-0.11124 -2.056421,-0.464654 -2.888623,-0.926617 -0.816472,-0.45323 -1.309173,-0.860824 -1.384955,-1.145723 -0.106631,-0.400877 0.05237,-0.801458 0.401139,-1.010595 0.167198,-0.10026 0.232609,-0.118358 0.427772,-0.118358 0.283376,0 0.386032,0.04186 0.756111,0.308336 1.435559,1.033665 3.156285,1.398904 4.891415,1.038245 2.120335,-0.440728 3.927688,-2.053646 4.610313,-4.114337 0.244166,-0.737081 0.291537,-1.051873 0.293192,-1.948355 0.0013,-0.695797 -0.0093,-0.85228 -0.0806,-1.189552 -0.401426,-1.899416 -1.657702,-3.528366 -3.392535,-4.398932 -2.139097,-1.073431 -4.69701,-0.79194 -6.613131,0.727757 -0.337839,0.267945 -0.920833,0.890857 -1.191956,1.27357 -0.66875,0.944 -1.120577,2.298213 -1.120577,3.35859 v 0.210358 h 0.850434 c 0.82511,0 0.854119,0.0025 0.974178,0.08313 0.163025,0.109516 0.246992,0.333888 0.182877,0.488676 -0.02455,0.05927 -0.62148,0.693577 -1.32651,1.40957 -1.365272,1.3865 -1.427414,1.436994 -1.679504,1.364696 -0.151455,-0.04344 -2.737016,-2.624291 -2.790043,-2.784964 -0.05425,-0.16438 0.02425,-0.373373 0.179483,-0.477834 0.120095,-0.08082 0.148717,-0.08327 0.970779,-0.08327 h 0.847035 l 0.02338,-0.355074 c 0.07924,-1.203664 0.325558,-2.153721 0.819083,-3.159247 1.083047,-2.206642 3.117598,-3.79655 5.501043,-4.298811 0.795412,-0.167616 1.880855,-0.211313 2.672211,-0.107576 3.334659,0.437136 6.147035,3.06081 6.811793,6.354741 0.601713,2.981541 -0.541694,6.025743 -2.967431,7.900475 -1.127277,0.871217 -2.441309,1.407501 -3.893104,1.588856 -0.447309,0.05588 -1.452718,0.06242 -1.883268,0.01225 z m 3.375015,-5.084703 c -0.08608,-0.03206 -2.882291,-1.690237 -3.007703,-1.783586 -0.06187,-0.04605 -0.160194,-0.169835 -0.218507,-0.275078 L 26.639746,45.549577 V 43.70452 41.859464 L 26.749,41.705307 c 0.138408,-0.195294 0.31306,-0.289155 0.538046,-0.289155 0.231638,0 0.438499,0.109551 0.563553,0.298452 l 0.10019,0.151342 0.01053,1.610898 0.01053,1.610898 0.262607,0.154478 c 1.579961,0.929408 2.399444,1.432947 2.462496,1.513106 0.253582,0.322376 0.140877,0.816382 -0.226867,0.994404 -0.148379,0.07183 -0.377546,0.09477 -0.498098,0.04986 z\"\/>\n\t\t\t\t\t<\/g>\n\t\t\t\t<\/svg>\n\t\t\t\t","close_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","back_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M14 6.125H3.351l4.891-4.891L7 0 0 7l7 7 1.234-1.234L3.35 7.875H14z\" fill-rule=\"evenodd\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","preloader_icon":"\t\t\t\t<svg class=\"dgwt-wcas-loader-circular \" viewBox=\"25 25 50 50\">\n\t\t\t\t\t<circle class=\"dgwt-wcas-loader-circular-path\" cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\"\n\t\t\t\t\t\t stroke-miterlimit=\"10\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_inactive_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-inactive\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 14q-1.25 0-2.125-.875T9 11V5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5v6q0 1.25-.875 2.125T12 14Zm0-6Zm-1 13v-3.075q-2.6-.35-4.3-2.325Q5 13.625 5 11h2q0 2.075 1.463 3.537Q9.925 16 12 16t3.538-1.463Q17 13.075 17 11h2q0 2.625-1.7 4.6-1.7 1.975-4.3 2.325V21Zm1-9q.425 0 .713-.288Q13 11.425 13 11V5q0-.425-.287-.713Q12.425 4 12 4t-.712.287Q11 4.575 11 5v6q0 .425.288.712.287.288.712.288Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_active_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-active\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 14q-1.25 0-2.125-.875T9 11V5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5v6q0 1.25-.875 2.125T12 14Zm-1 7v-3.075q-2.6-.35-4.3-2.325Q5 13.625 5 11h2q0 2.075 1.463 3.537Q9.925 16 12 16t3.538-1.463Q17 13.075 17 11h2q0 2.625-1.7 4.6-1.7 1.975-4.3 2.325V21Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_disabled_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-disabled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M17.75 14.95 16.3 13.5q.35-.575.525-1.2Q17 11.675 17 11h2q0 1.1-.325 2.087-.325.988-.925 1.863Zm-2.95-3L9 6.15V5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5v6q0 .275-.062.5-.063.225-.138.45ZM11 21v-3.1q-2.6-.35-4.3-2.312Q5 13.625 5 11h2q0 2.075 1.463 3.537Q9.925 16 12 16q.85 0 1.613-.262.762-.263 1.387-.738l1.425 1.425q-.725.575-1.587.962-.863.388-1.838.513V21Zm8.8 1.6L1.4 4.2l1.4-1.4 18.4 18.4Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","custom_params":{},"convert_html":"1","suggestions_wrapper":"body","show_product_vendor":"","disable_hits":"","disable_submit":"","fixer":{"broken_search_ui":true,"broken_search_ui_ajax":true,"broken_search_ui_hard":false,"broken_search_elementor_popups":true,"broken_search_jet_mobile_menu":true,"broken_search_browsers_back_arrow":true,"force_refresh_checkout":true},"voice_search_enabled":"","voice_search_lang":"pt-BR","show_recently_searched_products":"1","show_recently_searched_phrases":"1","go_to_first_variation_on_submit":""};
https://www.donacoelha.com/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/js/search.min.js
https://www.donacoelha.com/wp-includes/js/underscore.min.js
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
https://www.donacoelha.com/wp-includes/js/wp-util.min.js
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Desculpe, nenhum produto atende sua sele\u00e7\u00e3o. Escolha uma combina\u00e7\u00e3o diferente.","i18n_make_a_selection_text":"Selecione uma das op\u00e7\u00f5es do produto antes de adicion\u00e1-lo ao carrinho.","i18n_unavailable_text":"Desculpe, este produto n\u00e3o est\u00e1 dispon\u00edvel. Escolha uma combina\u00e7\u00e3o diferente.","i18n_reset_alert_text":"Your selection has been reset. Please select some product options before adding this product to your cart."};
jQuery(function($) {
try {
let checkoutForm = document.querySelector('form.checkout');
if( checkoutForm ){
checkoutForm.addEventListener('change', function(event) {
if (event.target && event.target.name === 'payment_method') {
setTimeout(function() {
document.body.dispatchEvent(new Event('update_checkout'));
}, 1000);
}
});
}
} catch( error ) {
console.error( 'An error occurred:', error);
}
});
window.addEventListener("DOMContentLoaded",(e=>{document.querySelectorAll('img[loading="lazy"]').forEach((e=>{e.getBoundingClientRect().top<=window.innerHeight&&(e.loading="eager")}))}));
jQuery(document).on('dgwtWcasGAEvent', function (event, data) {
window.dataLayer.push({
'event' : 'autocomplete_search',
'searchTerm': data.term,
'searchCategory': data.category,
}); });
wcasThemeSearch = document.querySelectorAll('.header-search');
if (wcasThemeSearch.length > 0) {
wcasThemeSearch.forEach((wcasThemeSearchItem, index) => {
if (document.querySelector('#wcas-theme-search-' + index + ' > li') !== null) {
wcasThemeSearchItem.replaceWith(document.querySelector('#wcas-theme-search-' + index + ' > li'));
}
});
}
document.querySelectorAll('.wcas-theme-search').forEach(function (elem) {
elem.remove();
});
(function ($) {
$(document).ready(function () {
$(document).on('keyup', '#search-lightbox .dgwt-wcas-search-wrapp .dgwt-wcas-search-input', function () {
if (this.value.length >= 3) {
if (!$(this).closest('.dgwt-wcas-search-wrapp').hasClass('dgwt-wcas-flatsome-up')) {
setTimeout(function () {
$(window).trigger('resize.autocomplete');
}, 105);
}
$(this).closest('.dgwt-wcas-search-wrapp').addClass('dgwt-wcas-flatsome-up');
}
});
var refreshDropdownPosition;
var style = '';
var positioning = false;
$(document).on('mouseenter', '.header-search-dropdown a', function (e) {
if (positioning) {
return;
}
setTimeout(function () {
var pos = $(e.target).closest('.header-search').find('.nav-dropdown').attr('style');
if (typeof pos == 'string' && pos.length > 0) {
style = pos;
}
refreshDropdownPosition = setInterval(function () {
if ($('body').hasClass('dgwt-wcas-open') && style.length > 0) {
$('.nav-dropdown').attr('style', style);
}
if (!$('body').hasClass('dgwt-wcas-open') && !$('.header-search').hasClass('current-dropdown')) {
clearInterval(refreshDropdownPosition);
$('.nav-dropdown').removeAttr('style');
style = '';
positioning = false;
}
}, 10)
}, 400);
positioning = true;
});
$(document).on('click', '.header-search-lightbox > a, .header-search-lightbox > .header-button > a', function () {
var formWrapper = $('#search-lightbox').find('.dgwt-wcas-search-wrapp');
setTimeout(function () {
if (formWrapper.find('.dgwt-wcas-close')[0]) {
formWrapper.find('.dgwt-wcas-close')[0].click();
}
formWrapper.removeClass('dgwt-wcas-flatsome-up');
formWrapper.find('.dgwt-wcas-search-input').trigger('focus');
// Recalc button positions.
const plugin = formWrapper.find('.dgwt-wcas-search-input').data('autocomplete');
plugin.positionPreloaderAndMic();
}, 300);
});
// Mobile
$(document).on('click', '.mobile-nav .header-search .icon-search', function () {
var $handler = $('.js-dgwt-wcas-enable-mobile-form');
if ($handler.length) {
$handler[0].click();
// Close unused modal.
setTimeout(function () {
var $modalClose = $('.mfp-wrap .mfp-close');
if ($modalClose.length) {
$modalClose[0].click();
}
}, 300);
}
});
});
})(jQuery);
(function ($) {
// Fix Quantity buttons
$(document).on('dgwtWcasDetailsPanelLoaded', function () {
var $quantityFields = $('.dgwt-wcas-details-wrapp .quantity');
if ($quantityFields.length) {
$quantityFields.addQty();
}
});
})(jQuery);