*Discount codes cannot be combined with sale items The Patented BKX MAX RUNNER is a high-performance, manually operated treadmill. Unlike traditional motorized treadmills, it operates without power, allowing users to control their own pace and intensity for a more natural running experience. .accordion { width: 100%; } .accordion-header { background-color: white; color: #4aa006; border: 3px solid #4aa006; padding: 10px; width: 100%; text-align: left; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease; } .accordion-header.active { background-color: #f5fff0; } .arrow { font-size: 16px; color: #4aa006; transition: transform 0.3s ease; } .accordion-header.active .arrow { transform: rotate(180deg); } .accordion-content { display: none; padding: 10px; border: 0px solid #4aa006; border-top: none; } .accordion-content.active { display: block; } ASSEMBLY DETAILS▼ ASSEMBLY Manual brake, distinct resistance: The manual resistance system offers four distinct intensity levels, giving users full control over their workout difficulty. The manual brake feature enhances safety and provides additional resistance for strength-focused training. Unfoldable: The BKX MAX RUNNER is a fixed, sturdy treadmill that does not fold, ensuring maximum stability during high-intensity workouts. TREAD & BASE DETAILS▼ TREAD & BASE Running surface: 65.4 × 17.3 in — spacious and accommodates long strides. Two integrated PA wheels: Easy movement and repositioning. Max user weight: 330.7 lbs — durable and sturdy. No power/manual operation: Self-powered with no max speed restrictions. MONITOR / CONSOLE DETAILS▼ MONITOR / CONSOLE Console: Large LCD screen displays 7 workout modes. Mobile phone holder: With tray for convenience. Bluetooth: App & heart rate connectivity. DIMENSIONS & WEIGHT DETAILS▼ DIMENSIONS & WEIGHT Product Dimensions: 70.1 × 34.25 × 68.1 in Product Weight: 330.7 lbs WARRANTY DETAILS▼ WARRANTY Frame: 10-year warrantyMoving Parts: 3-year warranty WHAT'S IN THE BOX▼ WHAT'S IN THE BOX The BKX Max Runner delivers in 1 box, approx. 375 lbs. Includes manual, tools, and batteries for immediate setup. SHIPPING & DELIVERY▼ SHIPPING & DELIVERY Free shipping across the contiguous US. Please allow 5–7 business days for delivery. document.addEventListener('DOMContentLoaded', function () { const headers = document.querySelectorAll('.accordion-header'); headers.forEach(header => { header.addEventListener('click', () => { const isActive = header.classList.contains('active'); // Close all document.querySelectorAll('.accordion-header').forEach(h => h.classList.remove('active')); document.querySelectorAll('.accordion-content').forEach(c => c.classList.remove('active')); // Re-open only if it wasn't already active if (!isActive) { header.classList.add('active'); header.nextElementSibling.classList.add('active'); } }); }); });