document.addEventListener(‘DOMContentLoaded’, function() {
var el = document.querySelector(‘#results-title h1’)
|| document.querySelector(‘.results-title-row h1’);
if (el) {
const h2 = document.createElement(‘h2’);
h2.style.fontSize = getComputedStyle(el).fontSize;
h2.style.fontWeight = getComputedStyle(el).fontWeight;
h2.style.fontFamily = getComputedStyle(el).fontFamily;
h2.style.lineHeight = getComputedStyle(el).lineHeight;
h2.style.color = getComputedStyle(el).color;
h2.style.margin = getComputedStyle(el).margin;
h2.style.padding = getComputedStyle(el).padding;
h2.innerHTML = el.innerHTML;
el.parentNode.replaceChild(h2, el);
console.log(“H1 replaced with H2”);
} else {
console.log(“H1 not found”);
}
});
(function() {
const selectors = ‘.dbs-popup-content h1’;
function replaceWithP(el) {
if (el.dataset.replaced) return;
el.dataset.replaced = ‘true’;
const p = document.createElement(‘p’);
const computedStyle = window.getComputedStyle(el);
p.style.fontSize = computedStyle.fontSize;
p.style.fontWeight = computedStyle.fontWeight;
p.style.lineHeight = computedStyle.lineHeight;
p.style.margin = computedStyle.margin;
p.style.padding = computedStyle.padding;
p.style.color = computedStyle.color;
p.style.textTransform = computedStyle.textTransform;
p.style.letterSpacing = computedStyle.letterSpacing;
p.style.textAlign = computedStyle.textAlign;
p.style.display = computedStyle.display;
p.className = el.className;
p.innerHTML = el.innerHTML;
el.parentNode.replaceChild(p, el);
}
document.querySelectorAll(selectors).forEach(replaceWithP);
const observer = new MutationObserver(function(mutations) {
for (const mutation of mutations) {
for (const node of mutation.addedNodes) {
if (node.nodeType !== 1) continue;
if (node.matches && node.matches(selectors)) {
replaceWithP(node);
}
if (node.querySelectorAll) {
node.querySelectorAll(selectors).forEach(replaceWithP);
}
}
}
});
observer.observe(document.body, { childList: true, subtree: true });
})();
Experience the ultimate in luxury and performance with the new BMW X5, a midsize SUV that combines powerful engineering with refined elegance. Available now at BMW of South Atlanta in Union City, GA, the X5 is designed for those who want sophistication, versatility, and cutting-edge technology in one remarkable vehicle. From daily commutes to family adventures, the BMW X5 delivers an exceptional driving experience at every turn.
The BMW X5 offers a choice of robust engine options, from a spirited turbocharged inline-6 to an available V8, providing impressive power and smooth performance. Inside, the spacious, luxurious cabin is thoughtfully designed with premium materials and advanced technology, including the latest iDrive infotainment system, a large touchscreen display, and smartphone integration to keep you connected on the go. With optional third-row seating, the X5 is ideal for families who need versatility without compromising comfort.
Equipped with a suite of advanced safety features such as blind-spot detection, lane-keeping assist, and adaptive cruise control, the X5 gives you confidence on every drive. Its intelligent all-wheel drive and adaptive suspension system ensure optimal handling and stability, whether you’re navigating city streets or tackling tougher terrain.
BMW of South Atlanta in Union City, GA, is dedicated to providing a premium car-buying experience. Our knowledgeable team is here to guide you in finding the ideal BMW X5 model to match your lifestyle and needs. We offer an extensive inventory of new BMWs, giving you access to various trims and options, so you’re sure to find the perfect fit.
In addition to our wide selection, we provide personalized financing options to make your BMW purchase as seamless as possible. Plus, our commitment to you extends beyond the sale. Our state-of-the-art service center is staffed with BMW-certified technicians ready to help keep your X5 performing at its best, with genuine BMW parts and precision care.
Visit us at BMW of South Atlanta in Union City, GA, to experience the luxury and power of the BMW X5 firsthand. Let our team help you drive home in a vehicle that embodies style, strength, and sophistication!