Xiaomi Redmi A5 128GB, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi A5 128GB, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 Ultra, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 Ultra, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 256GB, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 256GB, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 256GB, Handy
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 512GB, Handy – MZB0ITOEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 512GB, Handy – MZB0ITWEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi 15 512GB, Handy – MZB0IU5EU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi Note 14 Pro 5G 256GB, Handy – MZB0IMOEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi Note 14 Pro+ 5G 256GB, Handy – MZB0I9OEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi Note 14 Pro 256GB, Handy – MZB0ID5EU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi Note 14 256GB, Handy – MZB0IZZEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi Note 14 Pro 5G 512GB, Handy – MZB0ILOEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Xiaomi Redmi Note 14 Pro 5G 512GB, Handy – MZB0IMSEU
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }