*Discount codes cannot be combined with sale items The BKX MAX SKI is a high-performance ski training machine designed for both free-standing and wall-mounted setups, catering to athletes and fitness enthusiasts. It features high-strength drive cords and ergonomic handles to simulate real skiing motions, with a self-generating power supply that eliminates the need for external power. .accordion { width: 100%; margin-bottom: 10px; } .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; } .arrow { font-size: 16px; color: #4aa006; } .accordion-content { display: none; padding: 10px; border-top: none; border-left: none; border-right: none; border-bottom: none; } FEATURES ▼ FEATURES Versatile assembly: freestanding or wall-mounted options Durable high-strength drive cords with ergonomic handles Self-generating power supply with smartphone holder and game programs 10 adjustable air resistance sections with easy-to-use damper Premium wooden platform featuring exquisite wood grain and anti-slip surface Adjustable monitor arm with wide-angle positioning Non-sweat, wide-rotation handle for enhanced comfort Console with Bluetooth and FTMS Protocol (compatible with D-fit app) DIMENSIONS ▼ DIMENSIONS Ski setup size: 49.6 x 29.1 x 84.3 inches Wooden base size: 47.2 x 23.2 x 1 inch Ski packaging size: 48.8 x 22.8 x 18.5 inches Wooden base packaging size: 51.6 x 24.4 x 3.3 inches WEIGHT ▼ WEIGHT Product weight: 72.9 lbs Wooden base weight: 33.1 lbs Ski packaging weight: 97.8 lbs Wooden base packaging weight: 40.2 lbs WARRANTY ▼ WARRANTY The BKX Max Ski includes a 5 Year Warranty for the Frame and a 2 Year Warranty for all Moving Parts. WHAT’S IN THE BOX ▼ WHAT’S IN THE BOX The BKX Max Ski delivers in 1 or 2 boxes depending on if the customer buys both the erg and the floor stand. Each part of the ski trainer comes in a separate box. If a floor stand is not needed, then a customer will only receive 1 box that includes the erg and wall mount accessories. Inside each box, you will find a user manual, all the necessary tools, and batteries so you can start training right away! SHIPPING ▼ SHIPPING We are happy to offer free shipping to anywhere in the contiguous United States. Please allow 5-7 business days for the BKX Max Ski to ship. document.querySelectorAll(".accordion-header").forEach(button => { button.addEventListener("click", function () { const content = this.nextElementSibling; const arrow = this.querySelector(".arrow"); const isOpen = content.style.display === "block"; // Close all other accordions document.querySelectorAll(".accordion-content").forEach(section => { section.style.display = "none"; }); document.querySelectorAll(".arrow").forEach(a => { a.textContent = "▼"; }); // Open clicked accordion if it was closed if (!isOpen) { content.style.display = "block"; arrow.textContent = "▲"; } }); });