/* Add custom Js code below */
if (!document.querySelector('.breadcrumbs')) {
const header = document.querySelector('header.store-header');
if(typeof header !== 'undefined' && header !== null) {
if (header) {
header.id = 'headerIDD'; // Replace 'my-custom-id' with your desired ID
}
}
}
document.addEventListener("DOMContentLoaded", function () {
let targetImg = document.querySelector('img[src="https://cdn.salla.sa/form-builder/p8Gtmj5eBj91hHmnAq6RHBv0XEwJg5YUI3iRtEu6.png"]');
if (targetImg) {
let firstSection = targetImg.closest("section"); // Finds the first section
let secondSection = firstSection?.nextElementSibling; // Gets the second section
if (secondSection) {
let newElement = document.createElement("div");
newElement.innerHTML = `