BAUMR-AG 18″ 224cc Electric Start Self Propelled Lawn Mower, 7 Height, Steel Deck, 6HP, 4-Stroke Petrol Lawnmower – 790SXe

$579.00

Disclosure
SKU: MOWSPRBM18EA Category:

Description

The self-propelled Baumr-AG 790SXe lawn mower offers powerful, easy mowing with its 18″ cutting width and big 224cc 4-stroke engine delivering a massive 6.0 horsepower. The electric start, powered by a 20V Li-ion battery, lets you begin with a button push. Built with a tough steel deck, all-terrain wheels and self-propelled design, it navigates smoothly over any surface, especially on large or sloping blocks.

Enjoy 7 adjustable cutting heights (25mm–75mm) for a perfect finish. Four swing-back blades provide a clean cut and handle debris impact. It has a large 55L catcher for less frequent emptying. The high-efficiency air filter boosts engine performance and reduces emissions. Plus, mulching and side discharge options add flexibility, and a 2-year warranty offers peace of mind.

Experience effortless, high-performance mowing with the self-propelled Baumr-AG 18″ 790SXe. Designed for power, ease, and precision, it’s the ideal choice for keeping your lawn in top shape.

{{widget type=”MagentoCmsBlockWidgetBlock” template=”widget/static_block/default.phtml” block_id=”1223″ type_name=”CMS Static Block”}} #myBtn { display: none; position: fixed; bottom: 100px; right: 30px; z-index: 99; border: none; outline: none; background-color: #FAA830; color: white; cursor: pointer; padding: 15px; border-radius: 50%; } #myBtn:hover { background-color: #C77905; } .button-up { margin: 30px auto; height: 70px; width: 70px; transition: all 0.2s linear; } .button-up:hover { transform: translate3d(0, -10px, 0); } .button-up::after { content: “”; position: absolute; left: 17px; z-index: 11; display: block; width: 25px; height: 25px; border-top: 2px solid #fff; border-left: 2px solid #fff; } .button-up::after { top: 30px; left: 22px; transform: rotate(45deg); }

// Get the button let mybutton = document.getElementById(“myBtn”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } const scrollElements = document.querySelectorAll(“.animate__animated”); scrollElements.forEach((el) => { el.style.opacity = 0 }) const elementInView = (el, dividend = 1) => { const elementTop = el.getBoundingClientRect().top; return ( elementTop { const elementTop = el.getBoundingClientRect().top; return ( elementTop > (window.innerHeight || document.documentElement.clientHeight) ); }; const displayScrollElement = (element) => { element.classList.add(“animate__fadeIn”); }; const hideScrollElement = (element) => { element.classList.remove(“animate__fadeIn”); }; const handleScrollAnimation = () => { scrollElements.forEach((el) => { if (elementInView(el, 1.25)) { displayScrollElement(el); } else if (elementOutofView(el)) { hideScrollElement(el) } }) } window.addEventListener(“scroll”, () => { handleScrollAnimation(); });