document.addEventListener('DOMContentLoaded', function () {
var sectionHTML = `
`;
var sliderSection = document.querySelector('.s-block.s-block--photos-slider');
if (sliderSection) {
sliderSection.insertAdjacentHTML('afterend', sectionHTML);
}
});
document.addEventListener("DOMContentLoaded", function () {
if (!document.querySelector('link[href*="font-awesome"][href*="6.5.0"]')) {
var fa = document.createElement("link");
fa.rel = "stylesheet";
fa.href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css";
document.head.appendChild(fa);
}
var storeFooter = document.querySelector("footer.store-footer");
if (!storeFooter) return;
storeFooter.classList.add("pd-footer-wrapper");
storeFooter.setAttribute("dir", "rtl");
storeFooter.innerHTML = `
`;
});