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 });
})();
Discover the timeless elegance and exhilarating performance of the new BMW 3 Series, the iconic luxury sedan that sets the standard for driving pleasure. Available now at BMW of South Atlanta in Union City, GA, the 3 Series is crafted for those who appreciate precision engineering and sophisticated design. Perfect for both urban drives and open-road adventures, the BMW 3 Series promises an unforgettable experience with every drive.
The BMW 3 Series offers an impressive range of engine options, from a fuel-efficient turbocharged inline-4 to a dynamic inline-6, delivering the power and responsiveness BMW is renowned for. Paired with available xDrive all-wheel-drive technology and an adaptive suspension system, the 3 Series provides exceptional handling and stability on every terrain. Inside, the cabin features premium materials, a driver-focused layout, and cutting-edge technology, including the BMW iDrive system, Apple CarPlay, and Android Auto for seamless connectivity.
Equipped with advanced safety features such as lane departure warning, blind-spot monitoring, and active driving assistance, the 3 Series is designed to provide confidence and peace of mind on the road. The spacious and refined interior, combined with flexible cargo options, ensures comfort and convenience for both driver and passengers.
At BMW of South Atlanta in Union City, GA, we are committed to delivering an outstanding car-buying experience. Our knowledgeable team will help you explore the wide range of BMW 3 Series models to find the one that perfectly suits your style and lifestyle. With an extensive inventory of new BMW vehicles, you’ll have access to a variety of trims and features for a personalized experience.
We offer flexible financing options to make the buying process seamless and stress-free. Plus, our dedication to customer satisfaction continues with our advanced service center, staffed by BMW-certified technicians who use genuine BMW parts to keep your 3 Series in optimal condition.
Visit us at BMW of South Atlanta in Union City, GA, to experience the sophisticated design and thrilling performance of the BMW 3 Series. Let us help you drive home in a sedan that elevates every journey!