Kandis Zucker – braun – grob

ab 2,95

Enthält 7% MwSt.
zzgl. Versand
Lieferzeit: ca. 3 Werktage
- +
Artikelnummer: CA-91.10101 Kategorie:
Hersteller: Mocca-Haus Rösterei 1952




Zusätzliche Informationen

Gewicht n. a.
Größe

250g, 500g

Warenkorb
Nach oben scrollen
jQuery(document).ready(function($) { // Delegated event → funktioniert auch wenn Elementor später rendert $(document).on('click touchstart', '.mahlgrad-info', function(e) { e.preventDefault(); e.stopPropagation(); var text = $(this).attr('title'); $('.mobile-tooltip').remove(); var tooltip = $('
').text(text); $('body').append(tooltip); var offset = $(this).offset(); tooltip.css({ 'position': 'absolute', 'background': '#fff', 'color': '#575250', 'border': '1px solid #D14200', 'padding': '10px 12px', 'border-radius': '6px', 'max-width': '260px', 'font-size': '14px', 'z-index': '9999', 'box-shadow': '0 4px 12px rgba(0,0,0,0.15)', 'top': offset.top + 25, 'left': offset.left }); }); // Tooltip schließen $(document).on('click touchstart', function() { $('.mobile-tooltip').remove(); }); });