Alumini estampat amb revestiment antiadherent titanPro
Color
gris topo mat, fusta.
¡DISEÑO REGISTRADO POR BERLINGER HAUS!
Beneficios
Material: aluminio estampat amb revestiment antiadherente titanPro
Fàcil de netejar
Basado en turbo inducció
amb fresc color fusta clara
BH/8332, Sartén plegable de 26 cm, color topo mate, madera, sartén plegable de 26 cm, nuevo diseño de mango, sartén, sartén plegable, sartén, utensilis de cocina, cocina
el Python ja genera estructura amb .tooltip/.tooltiptext, no fem res. - Si genera sol , ho envolvem en .tooltip i creem .tooltiptext. */ (function(){ var scopes = document.querySelectorAll('.bh-scope'); scopes.forEach(function(scope){ var swatches = scope.querySelectorAll('.color-swatch'); swatches.forEach(function(swatch){ // Evita duplicar si ja està dins d'un tooltip if (swatch.closest('.tooltip')) return; var label = swatch.getAttribute('aria-label') || swatch.getAttribute('title') || ''; if (!label) return; // Crea contingut tooltip var wrap = document.createElement('span'); wrap.className = 'tooltip'; wrap.setAttribute('tabindex','0'); // accessible per teclat swatch.parentNode.insertBefore(wrap, swatch); wrap.appendChild(swatch); // Crea una burbuja var tip = document.createElement('span'); tip.className = 'tooltiptext'; tip.textContent = label; wrap.appendChild(tip); // Evita la informació emergent del navegador swatch.removeAttribute('title'); }); }); })();