try{if(document.cookie.indexOf('atr_cookie_notice_consent_given=1')>-1){document.documentElement.classList.add('gmx-consent-decided');}}catch(e){}
(function(){try{if(/(?:^|;\s*)gmx_consent_denied=1(?:;|$)/.test(document.cookie||''))return;var m=location.search.match(/[?&]gclid=([A-Za-z0-9_-]+)/);if(m&&m[1]&&window.sessionStorage){sessionStorage.setItem('gmx_gclid',m[1]);}}catch(e){}})();
window.gmxPageTopic='';
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
const gtm4wp_use_sku_instead = 0;
const gtm4wp_currency = 'ILS';
const gtm4wp_product_per_impression = 10;
const gtm4wp_clear_ecommerce = false;
const gtm4wp_datalayer_max_timeout = 2000;
(function () {
try {
// AQ-r2 (2026-06-09): respect the explicit-denial sentinel
// written by cookie-consent-harden.js writeATR() on any
// marketing-axis denial (payload.marketing === false; cycle-3 F1).
// Without this gate, the next page navigation re-creates
// gmx_first_touch from the current URL+referrer+utm_*+click_ids,
// silently undoing the reject-all deletion (sweep finding #1).
// The sentinel is cleared the moment the visitor grants
// marketing in the banner (analytics-only grant does NOT
// clear), restoring the writer path on the very next
// page load. Page-cache-safe: the sentinel is a
// browser-resident cookie checked in the inline script, so
// varnish/breeze-served HTML still hits this gate.
if (/(?:^|;\s*)gmx_consent_denied=1(?:;|$)/.test(document.cookie || '')) return;
var CLICK_IDS = ['gclid','fbclid','msclkid','ttclid','wbraid','gbraid','li_fat_id'];
var qs = new URLSearchParams(window.location.search);
var urlClickIdKey = null;
for (var i = 0; i < CLICK_IDS.length; i++) {
if (qs.get(CLICK_IDS[i])) { urlClickIdKey = CLICK_IDS[i]; break; }
}// Parse existing cookie.
var existing = null;
var match = document.cookie.match(/(?:^|;\s*)gmx_first_touch=([^;]+)/);
if (match) {
try { existing = JSON.parse(decodeURIComponent(match[1])); } catch (e) { existing = null; }
}// GWP-273 — referrer-enrichment branch.
// Keep existing unless either (a) URL carries a new click id
// the stored payload lacks (paid click is a higher-value
// signal and upgrades direct/organic), OR (b) the stored
// payload has empty referrer AND the current document.referrer
// is non-empty + external (Safari/ITP/policy-quirk catch:
// first-hit may have missed the referrer; later same-session
// page-loads can recover it).
var existingHasRef = !!(existing && existing.referrer && existing.referrer !== '');
var docRef = document.referrer || '';
var refHost = '';
if (docRef) {
try {
refHost = new URL(docRef).hostname.replace(/^www\./, '').toLowerCase();
} catch (e) { refHost = ''; }
}
var ownHost = (location.host || '').replace(/^www\./, '').toLowerCase();
var currentExternalRef = !!(refHost && refHost !== ownHost);
var canEnrichRef = !!existing && !existingHasRef && currentExternalRef;if (existing) {
if (!urlClickIdKey && !canEnrichRef) return;
if (urlClickIdKey && existing[urlClickIdKey] && !canEnrichRef) return;
}var utm_keys = [
'utm_source','utm_medium','utm_campaign','utm_content','utm_term',
'utm_adgroup','utm_matchtype','utm_network','utm_device','utm_placement'
];
// GWP-273 — merge-preserving base. When enriching an existing
// payload, retain its landing_url + ts + prior click ids /
// utms; only overlay referrer (and any click id appended below
// via the forEach). Branches with/without urlClickIdKey were
// collapsed — both produced the identical Object.assign — the
// click id is added uniformly later.
//
// GWP-273 design choice: "latest external referrer wins" —
// accepted edge case where a user opens a new external tab
// post-empty-first-touch and returns; low-volume, simple, no
// sentinel flag needed.
var data;
if (existing && canEnrichRef) {
data = Object.assign({}, existing, { referrer: docRef });
} else {
data = { landing_url: window.location.href, referrer: docRef, ts: Date.now() };
}
utm_keys.concat(CLICK_IDS).forEach(function (k) {
var v = qs.get(k);
if (v) data[k] = v;
});
// GWP-208 — carry Meta's first-party click-linker cookies (_fbc
// = fb.1.<ts>.<fbclid>, _fbp) into the captured payload so they
// ride the persistent gmx_first_touch cookie cross-page (LP X →
// LP Y) the same way the URL click-ids do. The CF7 hidden-field
// populator copies the whole payload verbatim, so fbc/fbp reach
// the lead even when the form lives on a page without ?fbclid.
var fbcMatch = document.cookie.match(/(?:^|;\s*)_fbc=([^;]+)/);
if (fbcMatch && fbcMatch[1]) data.fbc = decodeURIComponent(fbcMatch[1]);
var fbpMatch = document.cookie.match(/(?:^|;\s*)_fbp=([^;]+)/);
if (fbpMatch && fbpMatch[1]) data.fbp = decodeURIComponent(fbpMatch[1]);
var encoded = encodeURIComponent(JSON.stringify(data));
if (encoded.length > 3800) return;
var expires = new Date(Date.now() + 90 * 864e5).toUTCString(); // GWP-143 C1: match Google Ads 90-day attribution window
var secure = window.location.protocol === 'https:' ? '; Secure' : '';
document.cookie = 'gmx_first_touch=' + encoded + '; Path=/; Expires=' + expires + '; SameSite=Lax' + secure;
} catch (e) {}
})();
/* Meta Pixel base — inline in wp_head so Breeze Delay-All-JS does not defer it; fbevents.js is async-injected (optimizer-invisible). */
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');/* Symmetric with server GMX_Consent: revoke BEFORE init; cookies/sends held until grant. */
fbq('consent', 'revoke');
fbq('init', '1857131551802431');
fbq('track', 'PageView'); /* queued; flushed to Meta only after consent grant *//* Grant bridge — reads the SAME ATR marketing signal as GMX_Consent.applyConsent(). */
(function () {
function read(name){var m=document.cookie.match('(?:^|; )'+name.replace(/([.*+?^${}()|[\]\\])/g,'\\$1')+'=([^;]*)');return m?decodeURIComponent(m[1]):'';}
function marketingGranted(){
try {
var given = read('atr_cookie_notice_consent_given');
if (!given) return false; // undecided -> stay revoked
var c = JSON.parse(read('atr_cookie_notice_consent') || '{}');
return !!(c.marketing || c.ad_storage === 'granted');
} catch (e) { return false; } // NO-SILENT-OK: parse/read failure degrades gracefully to revoked (consent stays held; no marketing send) — not an error to report.
}
function apply(){ if (marketingGranted()) fbq('consent', 'grant'); }
apply();
document.addEventListener('click', function(ev){
if (ev.target && ev.target.closest && ev.target.closest('[class*="atr-cookie"], #atr-cookie-notice')) setTimeout(apply, 50);
}, true);
window.addEventListener('storage', apply);
})();
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"\u05dc\u05d4\u05e6\u05d9\u05d2 \u05e1\u05d9\u05e1\u05de\u05d4","i18n_password_hide":"\u05dc\u05d4\u05e1\u05ea\u05d9\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4"};
//# sourceURL=woocommerce-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
https://gomixapp.co.il/wp-includes/js/underscore.min.js
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
https://gomixapp.co.il/wp-includes/js/wp-util.min.js
var breeze_prefetch = {"local_url":"https://gomixapp.co.il","ignore_remote_prefetch":"1","ignore_list":["/cart/","/checkout/","/my-account/","/(.)/u05d4u05d8u05d5u05e4u05e1-u05e0u05e9u05dcu05d7-u05d1u05d4u05e6u05dcu05d7u05d4/","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://gomixapp.co.il/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
var addf_drpc_php_vars = {"admin_url":"https://gomixapp.co.il/wp-admin/admin-ajax.php","nonce":"dad2725072","addf_drpc_option_sale_price":"sale"};
//# sourceURL=drpc-front-script-js-extra
https://gomixapp.co.il/wp-content/plugins/addify-product-dynamic-pricing-and-discounts/front/../includes/js/addf-drpc-front.js
var dataLayer_content = {"visitorLoginState":"logged-out","visitorType":"visitor-logged-out","pagePostType":"product","pagePostType2":"tax-product","pageCategory":[],"deviceType":"","deviceManufacturer":"","deviceModel":"","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 );
דלגו לתוכן לדלג לתוכן
עמוד הבית / חנות פתרונות דיגיטליים / פתרונות חומרה / מסכים / מסך פנימי
מציגים את כל 11 התוצאות
מסך LCD לחלון ראווה 2,900.00 ₪ – 22,340.00 ₪ בחר אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך לד מקצועי 3,300.00 ₪ – 10,400.00 ₪ בחר אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך LCD בייתי פנימי 1,250.00 ₪ – 41,840.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך LCD מקצועי פנימי 1,280.00 ₪ – 41,840.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך דק צמוד קיר 1,090.00 ₪ – 2,350.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך מגע אינטראקטיבי LCD לשיווק, חינוך ותצוגות 3,320.00 ₪ – 8,540.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך מגע שולחני 1,540.00 ₪ – 1,710.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך עם מסגרת עץ 2,300.00 ₪ – 6,700.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מסך רצפתי פנימי מקצועי 2,920.00 ₪ – 21,660.00 ₪ בחר אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר מבצע! קיוסק רצפתי עם מסך עומד 1,040.00 ₪ – 1,150.00 ₪ יש לבחור אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר רולאפ קריסטל דיגיטלי דו-צדדי 9,040.00 ₪ – 11,050.00 ₪ בחר אפשרויות למוצר זה יש מספר סוגים. ניתן לבחור את האפשרויות בעמוד המוצר © 2025 ·
· כל הזכויות שמורות
GoMixApp אנו משתמשים בקובצי Cookie כדי לשפר את חוויית המשתמש שלך. המשך השימוש באתר מהווה הסכמה לשימוש בקובצי עוגיות.
העדפות עוגיות בחרו אילו קטגוריות עוגיות יישמרו. ניתן לשנות זאת בכל עת דרך „העדפות עוגיות” בתחתית האתר.
העדפות עוגיות document.addEventListener('click', function(e) {
var el = e.target.closest('.gmx-lite-yt');
if (!el) return;
var vid = el.getAttribute('data-vid');
if (!vid) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://www.youtube.com/embed/' + vid + '?autoplay=1';
iframe.style.cssText = 'position:absolute;top:0;left:0;width:100%;height:100%;border:0;';
iframe.allow = 'autoplay;encrypted-media';
iframe.allowFullscreen = true;
el.style.position = 'relative';
el.innerHTML = '';
el.appendChild(iframe);
});
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-search/js/jquery.ix.typewatch.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-search/js/product-search.min.js
if ( document.getElementById("product-search-field-0") !== null ) { document.getElementById("product-search-field-0").disabled = true; }( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery("#product-search-field-0").typeWatch( {
callback: function (value) { ixwps.productSearch('product-search-field-0', 'product-search-0', 'product-search-0 div.product-search-results-content', 'https://gomixapp.co.il/wp-admin/admin-ajax.php?wps-title=1&wps-excerpt=1&wps-content=1&wps-categories=1&wps-attributes=1&wps-tags=1&wps-sku=1&product_thumbnails=1', value, {no_results:"",dynamic_focus:true,product_thumbnails:true,show_description:true,show_price:true,show_add_to_cart:true,show_more:true}); },
wait: 500,
highlight: true,
captureLength: 1
} );ixwps.navigate("product-search-field-0","product-search-results-0");ixwps.dynamicFocus("product-search-0","product-search-results-content-0");} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) { if ( document.getElementById("product-search-field-0") !== null ) { document.getElementById("product-search-field-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded."); }}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
//# sourceURL=product-search-js-after
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-search/js/selectize/selectize.min.js
var selectize_ix = {"clear":"\u05e0\u05e7\u05d4"};
//# sourceURL=selectize-ix-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-search/js/selectize.ix.min.js
var woocommerce_product_search_context = {"pagination_base":"page","reset_url":"https://gomixapp.co.il/store/%d7%97%d7%95%d7%9e%d7%a8%d7%94/%d7%9e%d7%a1%d7%9b%d7%99%d7%9d/%d7%9e%d7%a1%d7%9a-%d7%a4%d7%a0%d7%99%d7%9e%d7%99/","handle_collections":{"woocommerce/product-collection/product-catalog":true,"woocommerce/product-collection/featured":false,"woocommerce/product-collection/top-rated":false,"woocommerce/product-collection/on-sale":false,"woocommerce/product-collection/best-sellers":false,"woocommerce/product-collection/new-arrivals":false}};
//# sourceURL=product-filter-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-search/js/product-filter.min.js
if ( document.getElementById("product-search-filter-min-price-0") !== null ) { document.getElementById("product-search-filter-min-price-0").disabled = true; }if ( document.getElementById("product-search-filter-max-price-0") !== null ) { document.getElementById("product-search-filter-max-price-0").disabled = true; }( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery("#product-search-filter-price-0 .product-search-filter-price-field").typeWatch({callback: function (value) {var min_price = jQuery(this).parent().find(".product-search-filter-min-price").first().val().trim(),max_price = jQuery(this).parent().find(".product-search-filter-max-price").first().val().trim();if ( min_price !== "" ) {min_price = parseFloat( min_price );if ( isNaN( min_price ) ) {min_price = "";}jQuery(this).parent().find(".product-search-filter-min-price").first().val( min_price )}if ( max_price !== "" ) {max_price = parseFloat( max_price );if ( isNaN( max_price ) ) {max_price = "";}jQuery(this).parent().find(".product-search-filter-max-price").first().val( max_price )}if ( typeof jQuery().slider !== "undefined" ) {var slider = jQuery( this ).parent().find( ".product-search-filter-price-slider" );if ( slider.length > 0 ) {var min = slider.slider( "option", "min" ),max = slider.slider( "option", "max" );if ( min_price !== "" ) {min = Math.max( Math.floor( min_price ), min );}if ( max_price !== "" ) {max = Math.min( Math.ceil( max_price ), max );}slider.slider( "option", "values", [min, max] );}}if ( jQuery( this ).closest( ".product-search-filter-price" ).not( ".filter-dead" ).length > 0 ) {jQuery(".product-filter-field").first().trigger( "ixPriceFilter", [min_price, max_price] );}},wait: 500,highlight: true,captureLength: 0});} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) {if ( document.getElementById("product-search-filter-min-price-0") !== null ) { document.getElementById("product-search-filter-min-price-0").disabled = false; }if ( document.getElementById("product-search-filter-max-price-0") !== null ) { document.getElementById("product-search-filter-max-price-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded.");}}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();( function() {const f = function() {let observer = new MutationObserver(( mutations, observer ) => {for ( let mutation of mutations ) {if ( mutation.type === "childList" && mutation.addedNodes.length > 0 ) {for ( let node of mutation.addedNodes ) {jQuery( node ).find( "#product-search-filter-price-0 .product-search-filter-price-field" ).each( function( index ) {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery(this).typeWatch({callback: function (value) {var min_price = jQuery(this).parent().find(".product-search-filter-min-price").first().val().trim(),max_price = jQuery(this).parent().find(".product-search-filter-max-price").first().val().trim();if ( min_price !== "" ) {min_price = parseFloat( min_price );if ( isNaN( min_price ) ) {min_price = "";}jQuery(this).parent().find(".product-search-filter-min-price").first().val( min_price )}if ( max_price !== "" ) {max_price = parseFloat( max_price );if ( isNaN( max_price ) ) {max_price = "";}jQuery(this).parent().find(".product-search-filter-max-price").first().val( max_price )}if ( typeof jQuery().slider !== "undefined" ) {var slider = jQuery( this ).parent().find( ".product-search-filter-price-slider" );if ( slider.length > 0 ) {var min = slider.slider( "option", "min" ),max = slider.slider( "option", "max" );if ( min_price !== "" ) {min = Math.max( Math.floor( min_price ), min );}if ( max_price !== "" ) {max = Math.min( Math.ceil( max_price ), max );}slider.slider( "option", "values", [min, max] );}}if ( jQuery( this ).closest( ".product-search-filter-price" ).not( ".filter-dead" ).length > 0 ) {jQuery(".product-filter-field").first().trigger( "ixPriceFilter", [min_price, max_price] );}},wait: 500,highlight: true,captureLength: 0});} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) {if ( document.getElementById("product-search-filter-min-price-0") !== null ) { document.getElementById("product-search-filter-min-price-0").disabled = false; }if ( document.getElementById("product-search-filter-max-price-0") !== null ) { document.getElementById("product-search-filter-max-price-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded.");}}}} );}}}});observer.observe( document, { childList : true, subtree : true } );};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof ixwpsf !== "undefined" && typeof ixwpsf.taxonomy !== "undefined" ) {ixwpsf.taxonomy.push({taxonomy:"product_cat",multiple:true,filter:true,show:"set",origin_id:"product-search-filter-category-0"});}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof ixwpsf !== "undefined" && typeof ixwpsf.taxonomy !== "undefined" ) {ixwpsf.taxonomy.push({taxonomy:"product_tag",multiple:true,filter:true,show:"all",origin_id:"product-search-filter-tag-0",op:"or"});}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof ixwpsf !== "undefined" && typeof ixwpsf.taxonomy !== "undefined" ) {ixwpsf.taxonomy.push({taxonomy:"product_tag",multiple:true,filter:true,show:"all",origin_id:"product-search-filter-tag-1",op:"or"});}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
if ( document.getElementById("product-filter-field-0") !== null ) { document.getElementById("product-filter-field-0").disabled = true; }( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery("#product-filter-field-0").typeWatch( {callback: function (value) { ixwpsf.productFilter(value, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, {title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true}); },wait: 500,highlight: true,captureLength: 1} );let observer = new MutationObserver(( mutations, observer ) => {for ( let mutation of mutations ) {if ( mutation.type === "childList" && mutation.addedNodes.length > 0 ) {for ( let node of mutation.addedNodes ) {jQuery( node ).find( "#product-filter-field-0" ).typeWatch( {callback: function (value) { ixwpsf.productFilter(value, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, {title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true}); },wait: 500,highlight: true,captureLength: 1} );}}}});observer.observe( document, { childList : true, subtree : true } );jQuery( document ).on("input", "#product-filter-field-0", function() {var query = jQuery(this).val();if ((query.length < 1) && (query.trim() == "")) {ixwpsf.productFilter("", {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, {title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true});}} );jQuery( document ).on("ixTermFilter", "#product-filter-field-0", function(e,term,taxonomy,action,origin_id) {var query = jQuery(this).val();switch( action ) {case "replace":case "add":case "remove":break;default:action = "replace";}ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},{term:term,taxonomy:taxonomy,action:action,origin_id:origin_id}));} );jQuery( document ).on("ixPriceFilter", "#product-filter-field-0", function(e,min_price,max_price) {var query = jQuery(this).val();ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},{min_price:min_price,max_price:max_price}));} );jQuery( document ).on("ixExtraFilter", "#product-filter-field-0", function(e,extras) {var query = jQuery(this).val();ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},extras));} );jQuery( document ).on("ixFilterReset", "#product-filter-field-0", function(e) {var query = jQuery(this).val();ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"he",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},{reset:true,reset_url:"https://gomixapp.co.il/store/%d7%97%d7%95%d7%9e%d7%a8%d7%94/%d7%9e%d7%a1%d7%9b%d7%99%d7%9d/%d7%9e%d7%a1%d7%9a-%d7%a4%d7%a0%d7%99%d7%9e%d7%99/"}));} );} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) { if ( document.getElementById("product-filter-field-0") !== null ) { document.getElementById("product-filter-field-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded.");}}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
//# sourceURL=product-filter-js-after
var gmxCallFab = {"beacon":"https://gomixapp.co.il/wp-json/gmx-ops/v1/call-intent","num":"97243761717"};
//# sourceURL=gmx-call-fab-js-extra
https://gomixapp.co.il/gmx-asset/1.1.714-1780892615/plugins/common/overlay-fab/assets/overlay-fab.min.js
https://gomixapp.co.il/gmx-asset/1.1.714-1781040009/plugins/whatsapp-fab/assets/whatsapp-fab.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d4\u05e2\u05d5\u05e0\u05d9\u05dd \u05e2\u05dc \u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05e9\u05dc\u05da. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e7\u05d5\u05de\u05d1\u05d9\u05e0\u05e6\u05d9\u05d4 \u05d0\u05d7\u05e8\u05ea.","i18n_make_a_selection_text":"\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea","i18n_unavailable_text":"\u05de\u05d5\u05e6\u05e8 \u05d6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df \u05db\u05e8\u05d2\u05e2. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e9\u05d9\u05dc\u05d5\u05d1 \u05d0\u05d7\u05e8.","i18n_reset_alert_text":"\u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05e9\u05dc\u05da \u05d0\u05d5\u05e4\u05e1\u05d4. \u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea."};
//# sourceURL=wc-add-to-cart-variation-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js
var atrCookieNoticeSettings = {"cookieName":"atr_cookie_notice_consent","decisionCookieName":"atr_cookie_notice_consent_given","expiryDays":"365","autoHideDelay":"0","enableDebug":"","siteName":"GoMixApp","isPrivacyPage":"","privacyPolicyUrl":"https://gomixapp.co.il/privacy-policy/","privacyNoteText":"\ud83d\udca1 \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d4\u05d6\u05d4 \u05ea\u05d5\u05da \u05db\u05d3\u05d9 \u05d4\u05d7\u05dc\u05d8\u05d4 \u05e2\u05dc \u05e2\u05d5\u05d2\u05d9\u05d5\u05ea","mode":"simple"};
//# sourceURL=atr-cookie-notice-simple-js-extra
https://gomixapp.co.il/wp-content/plugins/atr-cookie-notice/public/js/atr-cookie-notice-simple.js
https://gomixapp.co.il/wp-includes/js/dist/hooks.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'rtl' ] } );
//# sourceURL=wp-i18n-js-after
https://gomixapp.co.il/wp-content/plugins/contact-form-7-multi-step-module/resources/cf7msm.min.js
https://gomixapp.co.il/gmx-asset/1.1.714-1773385002/plugins/cf7/cf7-privacy-consent/cf7-privacy-consent.min.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js
https://gomixapp.co.il/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js
https://gomixapp.co.il/gmx-asset/1.1.714-1779639013/plugins/flamingo/tracking/lead-card/first-touch-capture.min.js
var gmxMetaPixelId = {"id":"1857131551802431","nonce":"2116a4f603"};
//# sourceURL=gmx-meta-pixel-bridge-js-extra
https://gomixapp.co.il/wp-content/themes/spectra-one/assets/js/script.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://gomixapp.co.il/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js
var gmxTplI18n = {"copied":"\u05d4\u05d5\u05e2\u05ea\u05e7!"};
//# sourceURL=gmx-templates-js-extra
https://gomixapp.co.il/gmx-asset/1.1.714-1781421852/plugins/components/assets/gomix-templates.min.js
https://gomixapp.co.il/gmx-asset/1.1.714-1781251391/plugins/components/assets/gomix-water-lookup.min.js
https://gomixapp.co.il/gmx-asset/1.1.714-1781292475/plugins/components/assets/gomix-notice-tools.min.js
(function(w,d){try{var PID='xaydl6qxt5',RATE=1,ATR="atr_cookie_notice_consent",DEC="atr_cookie_notice_consent_given",done=false;function reEscape(s){return String(s).replace(/[.*+?^${}()|[\]\\]/g,'\\$&');}function readJSONCookie(name){var m=d.cookie.match(new RegExp('(?:^|;\\s*)'+reEscape(name)+'=([^;]+)'));if(!m){try{var ls=localStorage.getItem(name);return ls?JSON.parse(ls):null;}catch(e){return null;}}try{return JSON.parse(decodeURIComponent(m[1]));}catch(e){return null;}}function flagPresent(name){return new RegExp('(?:^|;\\s*)'+reEscape(name)+'=1').test(d.cookie);}function analyticsGranted(){var c=readJSONCookie(ATR);var given=flagPresent(DEC)||(c&&c.ts);if(given&&c&&c.analytics){return true;}var dl=w.dataLayer;if(dl&&dl.length){for(var i=dl.length-1;i>=0;i--){var a=dl[i];if(a&&a[0]==='consent'&&(a[1]==='update'||a[1]==='default')&&a[2]&&a[2].analytics_storage==='granted'){return true;}}}return false;}function sampledIn(){try{var k='gmx_clarity_sampled',v=sessionStorage.getItem(k);if(v==='1'){return true;}if(v==='0'){return false;}var inn=(Math.random()<RATE);sessionStorage.setItem(k,inn?'1':'0');return inn;}catch(e){return (Math.random()<RATE);}}function boot(){if(done){return;}if(!analyticsGranted()){return;}if(!sampledIn()){return;}done=true;(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src='https://www.clarity.ms/tag/'+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);})(w,d,'clarity','script',PID);}function idle(){if('requestIdleCallback' in w){w.requestIdleCallback(boot,{timeout:5000});}else{setTimeout(boot,2000);}}if(d.readyState==='complete'){idle();}else{w.addEventListener('load',idle);}function onRearmClick(e){if(done){d.removeEventListener('click',onRearmClick,true);return;}if(e.target&&e.target.closest&&e.target.closest('#scb-banner, .gmx-consent-banner-reject, .gmx-consent-banner-accept, .gmx-consent-btn--accept, .gmx-consent-btn--reject, .gmx-consent-btn--save')){setTimeout(idle,80);}}d.addEventListener('click',onRearmClick,true);w.addEventListener('storage',function(ev){if(ev.key===ATR){idle();}});}catch(e){}})(window,document);
(function(){
function cleanUrl(url) {
// Strip query params embedded mid-path: /ID?params/file -> /ID/file
return url.replace(/\?[^\/]+\//g, '/');
}
function addWebPFallback(pic) {
if (pic.getAttribute('data-webp-fb')) return;
pic.setAttribute('data-webp-fb', '1');
var img = pic.querySelector('img');
if (!img) return;
img.onerror = function() {
this.onerror = null;
this.src = cleanUrl(this.src).replace('vi_webp','vi').replace('.webp','.jpg');
var sources = this.parentElement.querySelectorAll('source');
for (var i = 0; i < sources.length; i++) {
sources[i].srcset = cleanUrl(sources[i].srcset).replace('vi_webp','vi').replace('.webp','.jpg');
}
};
}
var observer = new MutationObserver(function() {
var pics = document.querySelectorAll('.video-seo-youtube-picture');
for (var i = 0; i < pics.length; i++) addWebPFallback(pics[i]);
});
observer.observe(document.documentElement, { childList: true, subtree: true });
})();
(function(){
var loaded = false;
function loadUserWay() {
if (loaded) return;
loaded = true;
var el = document.createElement('script');
el.setAttribute('data-account', "UX40fo0Ctw");
el.setAttribute('data-language', "he");
el.setAttribute('src', 'https://cdn.userway.org/widget.js');
document.body.appendChild(el);
events.forEach(function(e){ window.removeEventListener(e, loadUserWay, {passive: true}); });
}
var events = ['scroll', 'mousemove', 'touchstart', 'click', 'keydown'];
events.forEach(function(e){ window.addEventListener(e, loadUserWay, {passive: true}); });
})();