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='other';
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-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
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.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
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-content/plugins/woocommerce/assets/js/dompurify/purify.min.js
var addf_drpc_php_vars = {"admin_url":"https://gomixapp.co.il/wp-admin/admin-ajax.php","nonce":"cf27f22c99","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
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js
var wc_single_product_params = {"i18n_required_rating_text":"\u05d1\u05d7\u05e8 \u05d3\u05d9\u05e8\u05d5\u05d2","i18n_rating_options":["1 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","2 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","3 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","4 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","5 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd"],"i18n_product_gallery_trigger_text":"\u05dc\u05d4\u05e6\u05d9\u05d2 \u05d0\u05ea \u05d2\u05dc\u05e8\u05d9\u05d9\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e2\u05dc \u05de\u05e1\u05da \u05de\u05dc\u05d0","review_rating_required":"yes","flexslider":{"rtl":true,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
//# sourceURL=wc-single-product-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js
var dataLayer_content = {"visitorLoginState":"logged-out","visitorType":"visitor-logged-out","pagePostType":"product","pagePostType2":"single-product","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":[]},"productRatingCounts":[],"productAverageRating":0,"productReviewCount":0,"productType":"bundle","productIsVariable":0};
dataLayer.push( dataLayer_content );
דלגו לתוכן דף נחיתה מעוצב ומותאם אישית – המרת לקוחות מקסימלית החל מ: 850.00 ₪ לא כולל מע״מ חד פעמי ו-75.00 ₪ / חודש
📄 הפתרון המושלם להנעת לקוחות לפעולה: דף נחיתה מעוצב, מותאם לכל מכשיר, ומהיר לטעינה.
דף נחיתה שמותאם בדיוק לצרכים שלך רוצים לראות איך זה נראה? 👀 לחצו כאן 👆 מה השירות כולל? 1️⃣ 🎨 עיצוב ייחודי ומותאם אישית: עיצוב דף נחיתה שמשקף את השפה הגרפית של המותג שלך, עם נראות בולטת ואטרקטיבית שמושכת לקוחות. 2️⃣ 📱 התאמה מלאה לכל מכשיר: דף נחיתה רספונסיבי שמתפקד בצורה מושלמת על מחשבים, טאבלטים וסמארטפונים. 3️⃣ 🚀 ביצועים מרשימים ומהירות טעינה גבוהה: דף נחיתה מהיר שמבטיח שהלקוחות יישארו ממוקדים ולא ינטשו. 4️⃣ 📈 אופטימיזציה להמרות: דף ממוקד ומעוצב שמניע לפעולה – השארת פרטים, הרשמה, רכישה ועוד.
למה לבחור בנו? ✔️ תהליך מקצועי ומהיר: אנחנו מבטיחים תהליך עבודה מוקפד, מותאם אישית וזריז כדי להקים את דף הנחיתה המושלם עבורך. ✔️ תמיכה מלאה ב-SEO: הדפים שלנו בנויים לפי הנחיות SEO עדכניות, לקבלת דירוגים גבוהים יותר במנועי החיפוש. ✔️ 📊 שילוב כלי ניטור ובקרה: אפשרות לשילוב מערכות מעקב מתקדמות לניתוח ביצועי הדף ולשיפורים מתמשכים.
📢 שימושים נפוצים: דפי הרשמה לאירועים וכנסים דפי מכירה למוצרים או שירותים קידום מבצעים וקמפיינים שיווקיים כולל הטמעת מיתוג: ✔️ עיצוב ממותג הכולל באנר, לוגו ואזור טקסט.
שדרוגים אופציונליים: תפריט ראשי ופוטר נגישות מלאה טופס איסוף פרטים גלריית תמונות וידאו משולב מ-YouTube או Vimeo שילוב מפה מ-Google Maps 🔗 צור קשר עכשיו ותן לדף הנחיתה שלך להפוך לכלי השיווק המוביל שלך! 80.00 ₪ – 850.00 ₪ טווח מחירים: 80.00 ₪ עד 850.00 ₪ לא כולל מע״מ
החל מ: 3,350.00 ₪ לא כולל מע״מ חד פעמי ו-50.00 ₪ / חודש
© 2025 ·
· כל הזכויות שמורות
GoMixApp אנו משתמשים בקובצי Cookie כדי לשפר את חוויית המשתמש שלך. המשך השימוש באתר מהווה הסכמה לשימוש בקובצי עוגיות.
העדפות עוגיות בחרו אילו קטגוריות עוגיות יישמרו. ניתן לשנות זאת בכל עת דרך „העדפות עוגיות” בתחתית האתר.
העדפות עוגיות if (window.fbq) fbq('track', 'ViewContent', {
content_ids: ['gla_33038'],
content_type: 'product'
});
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/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
https://gomixapp.co.il/wp-includes/js/jquery/ui/core.min.js
https://gomixapp.co.il/wp-includes/js/jquery/ui/datepicker.min.js
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"\u05e1\u05d2\u05d5\u05e8","currentText":"\u05d4\u05d9\u05d5\u05dd","monthNames":["\u05d9\u05e0\u05d5\u05d0\u05e8","\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05d9\u05dc","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8","\u05e1\u05e4\u05d8\u05de\u05d1\u05e8","\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8","\u05e0\u05d5\u05d1\u05de\u05d1\u05e8","\u05d3\u05e6\u05de\u05d1\u05e8"],"monthNamesShort":["\u05d9\u05e0\u05d5","\u05e4\u05d1\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0","\u05d9\u05d5\u05dc","\u05d0\u05d5\u05d2","\u05e1\u05e4\u05d8","\u05d0\u05d5\u05e7","\u05e0\u05d5\u05d1","\u05d3\u05e6\u05de"],"nextText":"Next","prevText":"Previous","dayNames":["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df","\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9","\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9","\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9","\u05e9\u05d1\u05ea"],"dayNamesShort":["\u05d0","\u05d1","\u05d2","\u05d3","\u05d4","\u05d5","\u05e9"],"dayNamesMin":["\u05d0","\u05d1","\u05d2","\u05d3","\u05d4","\u05d5","\u05e9"],"dateFormat":"dd/mm/yy","firstDay":0,"isRTL":true});});
//# sourceURL=jquery-ui-datepicker-js-after
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
//# sourceURL=woocommerce-addons-validation-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-addons/assets/js/lib/pao-validation.min.js
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
//# sourceURL=woocommerce-addons-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-addons/assets/js/frontend/addons.min.js
( function( $ ) {
$( function() {
var init_tawcvs_variation_swatches_form = function() {
if ( typeof $.fn.tawcvs_variation_swatches_form === 'function' ) {
$( '.variations_form' ).tawcvs_variation_swatches_form();
$( document.body ).trigger( 'tawcvs_initialized' );
}
};if ( $( '.bundle_form .bundle_data' ).length > 0 ) {
init_tawcvs_variation_swatches_form();
}
} );
} )( jQuery );
//# sourceURL=wc-pb-taws-variation-swatches-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.736-1780892615/plugins/common/overlay-fab/assets/overlay-fab.min.js
https://gomixapp.co.il/gmx-asset/1.1.736-1781040009/plugins/whatsapp-fab/assets/whatsapp-fab.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.736-1773385002/plugins/cf7/cf7-privacy-consent/cf7-privacy-consent.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js
dataLayer.push({"ecommerce":{"currency":"ILS","value":850,"items":[{"item_id":33038,"item_name":"דף נחיתה מעוצב ומותאם אישית – המרת לקוחות מקסימלית","sku":"GMX-C2589-33038","price":850,"stocklevel":null,"stockstatus":"instock","google_business_vertical":"retail","item_category":"דף נחיתה","id":33038}]},"event":"view_item"});
//# sourceURL=gtm4wp-additional-datalayer-pushes-js-after
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.736-1779639013/plugins/flamingo/tracking/lead-card/first-touch-capture.min.js
var gmxMetaPixelId = {"id":"1857131551802431","nonce":"1ff5920d59"};
//# 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 wc_pb_min_max_items_params = {"i18n_min_zero_max_qty_error_singular":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8.","i18n_min_max_qty_error_singular":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8 \u05d0\u05d7\u05d3.","i18n_min_qty_error_singular":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05dc\u05e4\u05d7\u05d5\u05ea \u05e4\u05e8\u05d9\u05d8 \u05d0\u05d7\u05d3.","i18n_max_qty_error_singular":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e2\u05d3 \u05e4\u05e8\u05d9\u05d8 \u05d0\u05d7\u05d3.","i18n_min_qty_error_plural":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u2066%q\u2069 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.\u2066\u2069","i18n_max_qty_error_plural":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e2\u05d3 \u2066%q\u2069 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.\u2066\u2069","i18n_min_max_qty_error_plural":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u2066%q\u2069 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.\u2066\u2069","i18n_qty_error_plural":"\u05e0\u05d1\u05d7\u05e8\u05d5 %s \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd","i18n_qty_error_singular":"\u05e0\u05d1\u05d7\u05e8 \u05e4\u05e8\u05d9\u05d8 \u05d0\u05d7\u05d3","i18n_qty_error_status_format":"\u003Cspan class=\"bundled_items_selection_status\"\u003E%s\u003C/span\u003E"};
//# sourceURL=wc-pb-min-max-items-add-to-cart-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-bundles/assets/js/frontend/add-to-cart-bundle-min-max-items.min.js
var wc_bundle_params = {"i18n_free":"\u05d7\u05d9\u05e0\u05dd!","i18n_total":"\u05e1\u05db\u05d5\u05dd \u05db\u05d5\u05dc\u05dc: ","i18n_subtotal":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd: ","i18n_price_format":"%t%p%s","i18n_strikeout_price_string":"\u003Cdel\u003E%f\u003C/del\u003E \u003Cins\u003E%t\u003C/ins\u003E","i18n_insufficient_stock_list":"\u003Cp class=\"stock out-of-stock insufficient-stock\"\u003E\u05de\u05dc\u05d0\u05d9 \u05dc\u05d0 \u05de\u05e1\u05e4\u05d9\u05e7 \u2190 %s\u003C/p\u003E","i18n_on_backorder_list":"\u003Cp class=\"stock available-on-backorder\"\u003E\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d6\u05de\u05e0\u05d4 \u05de\u05e8\u05d0\u05e9 \u2190 %s\u003C/p\u003E","i18n_insufficient_stock_status":"\u003Cp class=\"stock out-of-stock insufficient-stock\"\u003E\u05de\u05dc\u05d0\u05d9 \u05dc\u05d0 \u05de\u05e1\u05e4\u05d9\u05e7\u003C/p\u003E","i18n_on_backorder_status":"\u003Cp class=\"stock available-on-backorder\"\u003E\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d6\u05de\u05e0\u05d4 \u05de\u05e8\u05d0\u05e9\u003C/p\u003E","i18n_select_options":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8.","i18n_select_options_for":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e9\u05dc %s.","i18n_review_product_addons":"\u05d9\u05e9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8.","i18n_enter_valid_price":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e1\u05db\u05d5\u05de\u05d9\u05dd \u05ea\u05e7\u05e4\u05d9\u05dd.","i18n_enter_valid_price_for":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e1\u05db\u05d5\u05dd \u05ea\u05e7\u05e3.","i18n_string_list_item":"\"%s\"","i18n_string_list_sep":"%s, %v","i18n_string_list_last_sep":"\u2066%s\u2069 \u05d5\u05d2\u05dd \u2066%v\u2069","i18n_qty_string":" \u200e \u00d7 %s\u200e","i18n_optional_string":" \u2013 %s","i18n_optional":"\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9","i18n_contents":"\u05db\u05dc\u05d5\u05dc","i18n_title_meta_string":"%t \u2013 %m","i18n_title_string":"\u003Cspan class=\"item_title\"\u003E%t\u003C/span\u003E\u003Cspan class=\"item_qty\"\u003E%q\u003C/span\u003E\u003Cspan class=\"item_suffix\"\u003E%o\u003C/span\u003E","i18n_unavailable_text":"\u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05d6\u05d4 \u05dc\u05d0 \u05d6\u05de\u05d9\u05df \u05db\u05e8\u05d2\u05e2.","i18n_validation_issues_for":"\u003Cspan class=\"msg-source\"\u003E%c\u003C/span\u003E \u2190 \u003Cspan class=\"msg-content\"\u003E%e\u003C/span\u003E","i18n_validation_alert":"\u05d9\u05e9 \u05dc\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05d1\u05e2\u05d9\u05d5\u05ea \u05d4\u05e7\u05d9\u05d9\u05de\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05dc\u05e2\u05d2\u05dc\u05ea \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea.","i18n_zero_qty_error":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05dc\u05e4\u05d7\u05d5\u05ea \u05e4\u05e8\u05d9\u05d8 \u05d0\u05d7\u05d3.","i18n_recurring_price_join":"%r,\u003Cbr\u003E%c","i18n_recurring_price_join_last":"\u2066%r\u2069 \u05d5-\u003Cbr\u003E%c","discounted_price_decimals":"6","currency_symbol":"\u20aa","currency_position":"right_space","currency_format_num_decimals":"2","currency_format_decimal_sep":".","currency_format_thousand_sep":",","currency_format_trim_zeros":"no","is_pao_installed":"yes","price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","prices_include_tax":"no","tax_display_shop":"excl","calc_taxes":"yes","photoswipe_enabled":"yes","responsive_breakpoint":"380","zoom_enabled":"no","force_min_max_qty_input":"yes","i18n_available_on_backorder":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d6\u05de\u05e0\u05d4 \u05de\u05e8\u05d0\u05e9"};
//# sourceURL=wc-add-to-cart-bundle-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-bundles/assets/js/frontend/add-to-cart-bundle.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}); });
})();