איסטיס

SKIN BRUSH סקין בראש 50 מ"ל

פילינג קריסטלים לקילוף ושיוף מכני של העור

המחיר המקורי היה: ₪185.00.המחיר הנוכחי הוא: ₪167.00.

שתפו:

Sale!
מוצרים נוספים שאולי יעניינו אותך
(function() { function applyFixes() { // Fix 1: Hide HFE duplicate nav from screen readers document.querySelectorAll('nav').forEach(function(nav) { if ((nav.className || '').indexOf('hfe-nav-menu') !== -1) { nav.setAttribute('aria-hidden', 'true'); nav.querySelectorAll('a, button').forEach(function(el) { el.setAttribute('tabindex', '-1'); }); } }); // Fix 2: HFE sub-menu links aria-label document.querySelectorAll('a.hfe-sub-menu-item').forEach(function(link) { if (!link.getAttribute('aria-label') && link.innerHTML.trim()) { var text = link.innerHTML.replace(/<[^>]+>/g, '').trim(); if (text) link.setAttribute('aria-label', text); } }); // Fix 3: Show hidden form labels (elementor-screen-only) document.querySelectorAll('label.elementor-screen-only').forEach(function(label) { label.style.position = 'relative'; label.style.width = 'auto'; label.style.height = 'auto'; label.style.overflow = 'visible'; label.style.clip = 'auto'; label.style.whiteSpace = 'normal'; label.style.display = 'block'; label.style.fontSize = '13px'; label.style.marginBottom = '3px'; label.style.fontWeight = '600'; label.style.color = '#444'; label.classList.remove('elementor-screen-only'); }); // Fix 4: Decorative images document.querySelectorAll('img[alt=""]').forEach(function(img) { if (!img.getAttribute('role') && !img.closest('#wpadminbar')) { img.setAttribute('role', 'presentation'); } }); // Fix 5: Slider buttons Hebrew labels document.querySelectorAll('.elementor-swiper-button-prev').forEach(function(btn) { btn.setAttribute('aria-label', 'הקודם'); }); document.querySelectorAll('.elementor-swiper-button-next').forEach(function(btn) { btn.setAttribute('aria-label', 'הבא'); }); // Fix 6: Focus visible outline if (!document.getElementById('wcag-focus-style')) { var s = document.createElement('style'); s.id = 'wcag-focus-style'; s.textContent = ':focus-visible{outline:3px solid #2563eb!important;outline-offset:2px!important}'; document.head.appendChild(s); } } // Run immediately (script is in footer, DOM is ready) applyFixes(); // Run again after 1s for dynamic content setTimeout(applyFixes, 1000); })();