POWERBLADE 20″ 200cc Self-Propelled Lawn Mower, 7 Height, Steel Deck, Deck Wash Port, OHV 4-Stroke Petrol – VS900

$459.00

Disclosure
SKU: MOWSPRPB20SA Category:

Description

Transform mowing into a walk in the park with the PowerBlade VS900. This self-propelled beast makes every, even on sloping terrain. Powered by a robust 5.0hp 200cc OHV 4-stroke engine, you’ll tackle your lawn effortlessly and efficiently.

The durable steel deck features 7 adjustable height positions, ranging from 25mm to 75mm, allowing you to achieve the perfect cut every time. The versatile VS900 offers three cutting options:

Catch: For superior results

Mulch: Use the included plug to nourish your lawn with natural nutrients

Side Discharge: Attach the chute to handle tall or damp grass with ease

Navigate any terrain smoothly with oversized wheels and premium bearings, while the heavy-duty quad swing blade system ensures a precise 20-inch cut. The swing blades are designed to protect the shaft in the event of a solid object being hit. The generous 60L catcher means fewer stops and more continuous mowing.

Maintenance is a breeze with the easy-to-use deck port – just attach your hose for a quick and thorough clean. Upgrade to the PowerBlade VS900 and look forward to a superior lawn with less effort.

{{widget type=”MagentoCmsBlockWidgetBlock” template=”widget/static_block/default.phtml” block_id=”1292″ 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 (