ELEVATING STRAPLESS FREESTYLE TO PERFECTION With the 720 III, we are sending our bestseller into the next round – freshly equipped with significant improvements in terms of weight and shape details. Through many iterative adjustments, we were able to build the board even thinner and thus lighter and decisively approach a flat deck. Definitely one of the most advanced/sophisticated freestyle surfboards on the market. FEATURES 1/8 Flat rocker The flat rocker curve in combination with the underbody gives the board a very controllable edging behavior, before the jump, as well as in the bottom turn. 2/8 Grab Rails The 720 has received grab-rails for easier freestyle tricks. They are designed so that the thumb and heel of the hand find perfect grip in the rail when grabbing quickly. 3/8 Light & Robust The lightweight EPS core is a densely foamed core material with high damping and deformation properties, which give the board a slightly softer characteristic. Thanks to the T10 PET sandwich, the board can also withstand heavy landings and does not show any damage signs after the session. 4/8 Nose Rocker We slightly increased the nose rocker for toeside riding, bad landings, and bigger waves. 5/8 Quad Concave underbody At the bottom the 720 features a distinctive channel, a double concave and framed by two more concaves. This combination ensures butter-smooth landings and effortlessly compensates for violent choppy conditions. 6/8 Thruster fin setup To achieve a relaxed character with distinct revving and a gentle takeoff from rolling kickers, the 720 is equipped with a traditional thruster setup. 7/8 ORIGINAL FCS II FIN SYSTEM The FCS-II system allows the fins to be changed within a few seconds – without the need for tools. Of course, older generations of FCS fins can also be mounted with a grub screw. 8/8 LEVEL ONE VERIFIED ECOBOARD Making high-performance products more sustainable is a good thing. Our feel-good board incorporates sustainable materials like recycled plastic bottles and bio-resins to reduce its carbon footprint. ❮ ❯ SPECIFICATIONS LENGTH WIDTH THICKNESS VOLUME 4'11 18 1/2” 1 3/4” 17 L 5'1 18 3/16” 1 7/8” 19 L 5'3 18 3/8” 2” 21.3 L let slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { let i; let slides = document.getElementsByClassName("mySlides"); let dots = document.getElementsByClassName("dot"); if (n > slides.length) { slideIndex = 1 } if (n < 1) { slideIndex = slides.length } for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex - 1].style.display = "block"; dots[slideIndex - 1].className += " active"; } // Touch events for sliding on mobile let touchStartX = 0; let touchEndX = 0; document.querySelector('.slideshow-container').addEventListener('touchstart', function(event) { touchStartX = event.touches[0].clientX; }); document.querySelector('.slideshow-container').addEventListener('touchend', function(event) { touchEndX = event.changedTouches[0].clientX; handleSwipe(); }); function handleSwipe() { if (touchStartX - touchEndX > 50) { plusSlides(1); // Swipe left, show next slide } else if (touchEndX - touchStartX > 50) { plusSlides(-1); // Swipe right, show previous slide } }