Pæon

preload spinner

Pæoner skal plantes helt oppe i jordoverfladen for at blomstre optimalt, og pæoner skal havde frost for at danne blomsterknopper.

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'); } });