Opret bruger

Indtast venligst dine informationer. Felter markeret med * er obligatoriske

+45

Bliv opdateret med specielle tilbud og nye produkter. Du kan afmelde dig når du ønsker det.


document.addEventListener('DOMContentLoaded', function () { const notifire = document.querySelector('.notifire'); const panel = document.querySelector('.panel.panel-danger.panel-rounded.m-product-stock.m-product-soldout'); if (notifire && panel) { panel.after(notifire); // Moves .notifire below the panel } else { console.warn('Could not find .notifire or the stock panel'); } });