www.tonal.com
Open in
urlscan Pro
192.0.66.168
Public Scan
Submitted URL: https://www.tonal.com/product/tonal/
Effective URL: https://www.tonal.com/product/tonal/
Submission: On September 29 via api from US — Scanned from DE
Effective URL: https://www.tonal.com/product/tonal/
Submission: On September 29 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMPOST https://www.tonal.com/product/tonal/
<form class="variations_form cart" id="add-to-cart-form" action="https://www.tonal.com/product/tonal/" method="post" enctype="multipart/form-data" data-product_id="52"
data-product_variations="[{"attributes":{"attribute_smart-accessories":"+ Smart Accessories"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":3990,"display_regular_price":3990,"image":{"title":"PDP Bundle Image","caption":"","url":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png","alt":"","src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?fit=440%2C620","srcset":false,"sizes":"(max-width: 440px) 100vw, 440px","full_src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?fit=440%2C620","full_src_w":440,"full_src_h":620,"gallery_thumbnail_src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?fit=71%2C100","gallery_thumbnail_src_w":71,"gallery_thumbnail_src_h":100,"thumb_src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?resize=300%2C300","thumb_src_w":300,"thumb_src_h":300,"src_w":440,"src_h":620},"image_id":1000107220,"is_downloadable":false,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":false,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>3,990.00<\/bdi><\/span><\/span>","sku":"T00001.2","variation_description":"","variation_id":54,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A"},{"attributes":{"attribute_smart-accessories":"Without Smart Accessories"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":3495,"display_regular_price":3495,"image":{"title":"PDP Bundle Image","caption":"","url":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png","alt":"","src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?fit=440%2C620","srcset":false,"sizes":"(max-width: 440px) 100vw, 440px","full_src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?fit=440%2C620","full_src_w":440,"full_src_h":620,"gallery_thumbnail_src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?fit=71%2C100","gallery_thumbnail_src_w":71,"gallery_thumbnail_src_h":100,"thumb_src":"https:\/\/www.tonal.com\/wp-content\/uploads\/2018\/07\/PDP-Bundle-Image.png?resize=300%2C300","thumb_src_w":300,"thumb_src_h":300,"src_w":440,"src_h":620},"image_id":1000107220,"is_downloadable":false,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":false,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>3,495.00<\/bdi><\/span><\/span>","sku":"T00001.4","variation_description":"","variation_id":56,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A"}]"
current-image="">
<div class="btn-group toggle-pricing" role="group" aria-label="Pricing">
<button type="button" class="btn active" data-target="tonalFinance">Finance Price</button>
<button type="button" class="btn" data-target="tonalPrice">Purchase Price</button>
</div>
<div class="pricing-details" id="tonalFinance">
<p class="price">
<span class="small">For as low as</span>
<span class="">$73</span><span class="medium">/mo at 0% APR</span>
<button type="button" class="btn btn-info font-family-sans-serif font-weight-medium text-lowercase" data-toggle="modal" data-target="#AffirmModal" data-page-type="product" data-promo-id="promo_set_zero_pct_36_cart" data-amount="536000"
aria-label="More info on financing">i</button>
</p>
<script type="text/javascript">
jQuery(function() {
var $ = jQuery;
var checkedClass = 'tonal-checkbox--checked';
$affirm_smart_accessories_checkbox = $('#smart-accessories-affirm-dummy');
var totalPrice;
var tonalPrice = 3495.00;
var accessoriesPrice = 495;
// When the affirm smart accessories checkbox is checked,
$affirm_smart_accessories_checkbox.on('click keypress', function(e) {
if (e.type === 'click' || e.keyCode === 13 || e.keyCode === 32) {
$affirm_smart_accessories_checkbox.toggleClass(checkedClass).tooltip('hide');
var isChecked = $affirm_smart_accessories_checkbox.hasClass(checkedClass);
//
$('#smart-accessories-affirm').val(isChecked ? '+ Smart Accessories' : 'Without Smart Accessories');
$('.add-remove').html(isChecked ? '+' : '–');
// $('.smart-accessories-header').text(isChecked ? 'Smart Accessories' : 'I have my own accessories.');
$('.smart-accessories-wrapper').toggleClass('smart-accessories-wrapper--disabled', !isChecked);
// Update varation ID if accessories box is checked or not.
if (isChecked) {
$affirm_smart_accessories_checkbox.attr('aria-checked', true);
$affirm_smart_accessories_checkbox.attr('data-original-title',
'Are you sure you want to remove this from your order? Smart Accessories add dozens of additional movements to help you get your most effective workout. We highly recommend including them for the best Tonal experience. <br><br>Scroll down to learn more about Smart Accessories.'
);
$('.price-sa-affirm').removeClass('disabled');
totalPrice = tonalPrice + accessoriesPrice;
$('#totalFinancePrice').text('$' + totalPrice.toLocaleString() + '.00');
} else {
$affirm_smart_accessories_checkbox.attr('aria-checked', false);
$affirm_smart_accessories_checkbox.attr('data-original-title',
'For $495, Smart Accessories add dozens of additional movements to help you get your most effective workout. We highly recommend including them for the best Tonal experience.');
$('.price-sa-affirm').addClass('disabled');
totalPrice = tonalPrice;
$('#totalFinancePrice').text('$' + totalPrice.toLocaleString() + '.00');
}
const toggleSetTo = isChecked ? 'selected' : 'deselected';
const device = window.device;
analytics.track('Toggled Smart Accessories', {
'toggle set to': toggleSetTo,
'device': device,
});
rudderanalytics.track('Toggled Smart Accessories', {
'toggle set to': toggleSetTo,
'device': device,
});
}
});
});
</script>
<!-- finance smart acc -->
<input type="hidden" id="smart-accessories-affirm" value="+ Smart Accessories">
<label id="smart-accessories-affirm-dummy-label">
<div id="smart-accessories-affirm-dummy" aria-labelledby="smart-accessories-affirm-dummy-label" role="checkbox" aria-checked="true" class="tonal-checkbox tonal-checkbox--checked" tabindex="0"></div> + $495 for Smart Accessories <button
type="button" class="btn btn-info font-family-sans-serif font-weight-medium text-lowercase" data-toggle="collapse" data-target="#item-smart-accessories" aria-expanded="false" aria-controls="item-smart-accessories"
aria-label="More info on smart accessories">i</button>
</label>
<div class="modals-container">
<p class="price-descr"> Plus <button type="button" class="btn btn-link" data-toggle="modal" data-target="#SubscriptionModal">membership</button>, <button type="button" class="btn btn-link" data-toggle="modal"
data-target="#DeliveryModal">shipping & installation</button>
</p>
</div>
<div class="floating-price bg-white ju_alternativepush">
<dl class="d-flex flex-wrap">
<dt>Tonal</dt>
<dd>
<span class=""><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>3,495</bdi></span>.00</span>
</dd>
<dt class="price-sa-affirm">Smart Accessories</dt>
<dd class="price-sa-affirm">$495.00</dd>
<dt class="price-tot">Sub Total</dt>
<dd class="price-tot" id="totalFinancePrice">$3,990.00</dd>
</dl>
</div>
</div>
<div class="disabled pricing-details" id="tonalPrice">
<p class="price"><span class=""><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>3,495</bdi></span></span>
</p>
<input type="hidden" id="smart-accessories" name="attribute_smart-accessories" value="+ Smart Accessories">
<label id="smart-accessories-dummy-label">
<div id="smart-accessories-dummy" aria-labelledby="smart-accessories-dummy-label" role="checkbox" aria-checked="true" class="tonal-checkbox tonal-checkbox--checked" tabindex="0"></div> + $495 for Smart Accessories <button type="button"
class="btn btn-info font-family-sans-serif font-weight-medium text-lowercase" data-toggle="collapse" data-target="#item-smart-accessories" aria-expanded="false" aria-controls="item-smart-accessories"
aria-label="More info on smart accessories">i</button>
</label>
<div class="modals-container">
<p class="price-descr"> Plus <button type="button" class="btn btn-link" data-toggle="modal" data-target="#SubscriptionModal">membership</button>, <button type="button" class="btn btn-link" data-toggle="modal"
data-target="#DeliveryModal">shipping & installation</button>
</p>
</div>
<div class="floating-price bg-white ju_alternativepush">
<dl class="d-flex flex-wrap">
<dt>Tonal</dt>
<dd>
<span class=""><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>3,495</bdi></span>.00</span>
</dd>
<dt class="price-sa">Smart Accessories</dt>
<dd class="price-sa">$495.00</dd>
<dt class="price-tot">Sub Total</dt>
<dd class="price-tot" id="totalPrice">$3,990.00</dd>
</dl>
</div>
</div>
<div class="single_variation_wrap">
<div class="woocommerce-variation single_variation" style="display: none;"></div>
<div class="woocommerce-variation-add-to-cart variations_button woocommerce-variation-add-to-cart-disabled">
<div class="quantity hidden">
<input type="hidden" id="quantity_6335c1f655f40" class="qty" name="quantity" value="1">
</div>
<button type="submit" class="btn btn-sm btn-primary" id="checkout"> Checkout </button>
<input type="hidden" name="gtm4wp_id" value="5296">
<input type="hidden" name="gtm4wp_name" value="Tonal">
<input type="hidden" name="gtm4wp_sku" value="T00001-1">
<input type="hidden" name="gtm4wp_category" value="Tonal">
<input type="hidden" name="gtm4wp_price" value="3495">
<input type="hidden" name="gtm4wp_stocklevel" value="">
<input type="hidden" name="sales_location" id="sales_location" value="0">
<input type="hidden" name="tonal_sales_agent" id="tonal_sales_agent" value="0">
<input type="hidden" name="showroom_sales_agent" id="showroom_sales_agent" value="0">
<input type="hidden" name="tonal_payment_gateway" id="tonal_payment_gateway" value="affirm">
<input type="hidden" id="hidden_add_to_cart" name="add-to-cart" value="5296">
<input type="hidden" id="hidden_product_id" name="product_id" value="5296">
<input type="hidden" name="variation_id" class="variation_id" value="0">
</div>
</div>
</form>
<form class="newsletter-form" id="newsletter-email-signup">
<h3 class="title-footer text-white title-form">Keep up with all things Tonal</h3>
<div class="form-group">
<label for="email-input" class="sr-only">Email Address</label>
<input id="email-input" class="form-control" type="email" placeholder="Email Address">
<button type="submit" class="form-submit btn btn-img"><span class="sr-only">Submit</span>
<svg width="21" height="21" viewBox="0 0 45 45" class="icon-rotate-cc" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path
d="M22.5 0C34.927 0 45 10.073 45 22.5 45 34.926 34.927 45 22.5 45S0 34.926 0 22.5C0 10.073 10.073 0 22.5 0zm0 1.957c-11.346 0-20.543 9.197-20.543 20.543S11.154 43.043 22.5 43.043 43.043 33.846 43.043 22.5 33.846 1.957 22.5 1.957zm7.279 15.697l1.443 1.385-7.45 7.762a1.758 1.758 0 0 1-2.544 0l-7.45-7.762 1.444-1.385 7.278 7.585 7.279-7.585z"
fill="#808080" fill-rule="evenodd"></path>
</svg>
</button>
</div>
</form>
<form class="newsletter-form" id="newsletter-phone-signup">
<div class="form-group form-group-phone">
<label for="phone-input" class="sr-only">Phone Number</label>
<input id="phone-input" class="form-control" type="tel" placeholder="Phone Number*">
<button type="submit" class="form-submit btn btn-img"><span class="sr-only">Submit</span>
<svg width="21" height="21" viewBox="0 0 45 45" class="icon-rotate-cc" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path
d="M22.5 0C34.927 0 45 10.073 45 22.5 45 34.926 34.927 45 22.5 45S0 34.926 0 22.5C0 10.073 10.073 0 22.5 0zm0 1.957c-11.346 0-20.543 9.197-20.543 20.543S11.154 43.043 22.5 43.043 43.043 33.846 43.043 22.5 33.846 1.957 22.5 1.957zm7.279 15.697l1.443 1.385-7.45 7.762a1.758 1.758 0 0 1-2.544 0l-7.45-7.762 1.444-1.385 7.278 7.585 7.279-7.585z"
fill="#808080" fill-rule="evenodd"></path>
</svg>
</button>
</div>
</form>
Text Content
Skip to content * Home * Equipment * Intelligence * Progress Tracking * Workouts * Our Locations * Demo Tonal * Pricing * Buy Now Checkout 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 TONAL Starting at $73/mo with Affirm. Prequalify now Finance Price Purchase Price For as low as $73/mo at 0% APR i + $495 for Smart Accessories i Plus membership, shipping & installation Tonal $3,495.00 Smart Accessories $495.00 Sub Total $3,990.00 $3,495 + $495 for Smart Accessories i Plus membership, shipping & installation Tonal $3,495.00 Smart Accessories $495.00 Sub Total $3,990.00 Checkout Risk-Free Home Trial Professional Installation 3-Year Limited Warranty Scroll to Learn More About Tonal 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 * PRODUCT DESCRIPTION * SMART ACCESSORIES * TECH SPECS * MEMBERSHIP PRODUCT DESCRIPTION * Get an entire gym and personal trainer in your home. * Choose from thousands of effective and engaging workouts tailored to your body and your fitness goals. * Experience personalized programs and automatic weight suggestions for thousands of live and on demand workouts. * Track your reps, sets, range of motion, time under tension, power, and volume to see gains over time. * Sweat with strength, high intensity, yoga, mobility, cardio, and more classes for the whole family. SMART ACCESSORIES Get the most out of Tonal’s digital weights with our Smart Accessory bundle. Engage weight wirelessly at the click of a button with our Smart Handles and Smart Bar, so you can spend less time preparing and more time getting stronger. * Smart Handles * Smart Bar * Rope * Bench * Roller * Workout Mat SMART HANDLES Six-axis gyroscopes track every rep and bluetooth technology lets you turn the digital weight on and off wirelessly. SMART BAR Perform your favorite bar-based exercises and turn weight on or off when you’re in position and ready to lift. ROPE Add variety with the Rope, and easily swap accessories with our custom T-lock for the smoothest workout possible. BENCH Expand the amount of movements in your workout with our custom bench that is optimized for comfort. ROLLER Engage in dynamic stretches and active recovery moves for a holistic fitness experience. WORKOUT MAT Get cushioned support for your floor movements with our workout mat. MEMBERSHIP Your Tonal membership gives you unlimited access to our growing library of workouts for you and your whole family. Plus, unlimited personalization and intelligence features to help you get stronger, faster. TECH SPECS Dimensions Width: 21.50" Height: 50.9" Max tension 100 lbs per arm Wireless Wi-Fi 802.11ac Wi-Fi wireless networking; IEEE 802.11a/b/g/n compatible Bluetooth Bluetooth 4.2 wireless technology Power Line voltage: 120V Frequency: 60hz Amps: 12 AMP Operating requirements Recommended 7 feet of wall space and floor space during workouts. Grounded outlet Operating temperature: 50° to 95° F (10° to 35° C) Storage temperature: -13° to 113° F (-25° to 45° C) Relative humidity: 0% to 90% noncondensing Audio 15W Stereo speakers FAQS INSTALLATION * Can I purchase Tonal if I live outside of the United States? Tonal requires professional installation and currently cannot be shipped or installed outside of the 50 United States. Unfortunately, we do not have a timeline on when we will expand beyond the U.S. Please let us know where you are located to stay updated! * Can I purchase Tonal if I live in Hawaii or Alaska? Yes starting February 22, 2021, Tonal is available for purchase in Hawaii and Alaska! To determine if you live in our coverage area in Hawaii and Alaska, please check our list of serviceable zip codes here. Once your order has been confirmed you will receive a pre-installation survey via email to confirm the placement of your Tonal. After the necessary information has been collected, our professional installers deliver and install your Tonal. Installation takes less than an hour. For more information please refer to our Installation page. * Are there additional delivery & installation fees for Alaska and Hawaii? For orders delivered to Hawaii and Alaska, there will be a flat fee of $550. Tonal weighs nearly 150 pounds and needs to be professionally installed to ensure you can be your strongest with Tonal. * How much space is required to install and use Tonal? For an optimal workout experience, we recommend 7′ x 7′ floor space, 7’ unobstructed wall space, and a ceiling height of at least 7’10”. You may be able to modify movements if your space is smaller. For more information please refer to our Installation page. * What is the delivery and installation process like? Once your order has been confirmed you will receive a pre-installation survey via email to confirm the placement of your Tonal. Orders will be shipped 1-3 weeks after pre-installation survey is completed. After the necessary information has been collected, our professional installers deliver and install your Tonal. Installation takes less than an hour. For more information please refer to our Installation page. * Can I install Tonal myself? For your safety, it is important that Tonal is installed by our professional installers. In addition to delivering and mounting Tonal to your wall, our delivery partners will connect Tonal to WiFi, pair your Bluetooth Smart accessories, and get your account set up so you can start working out right away. * Can my Tonal be re-installed if I move? In the case of a move, we ask that you contact our team at least two weeks in advance via our Contact page or 855-MY-TONAL. We’ll work with you to schedule the move and determine the best options for you. There is a relocation charge to cover the cost of disassembling and re-installing Tonal. The exact charge amount may vary based on the details of the move. We always provide full transparency on options available and work to limit any additional costs. * How do I contact Tonal? Our customer care team would love to hear from you! Call us at (855) MY-TONAL or via our Contact page. * What if my stud spacing is wider than 16 inches? If your studs are spaced wider than 16 inches and up to 24 inches, our wide mount bars will be used to securely attach the Tonal trainer to the wall. We offer decorative covers to hide the bars and retain Tonal’s sleek design. See our knowledge base for details. PRODUCT * Does Tonal support leg and cardio workouts? Yes! Tonal’s adjustable arms can support hundreds of movements including leg exercises like squats, lunges, and deadlifts. Our growing library of workouts includes high intensity classes designed to elevate your heart rate and get you sweating for a great cardio workout. You can learn more about our programs on the Workouts page. * What is included in my Tonal membership? Tonal membership is required for the first 12 months after your installation date. Your Tonal membership gives you access to unlimited accounts, our ever-growing library of workouts and programs, as well as our intelligence tools. See the full list of benefits below. Accounts ✓ Unlimited accounts per trainer, so each family member can track their progress separately. Workout Library ✓ Our growing library of guided strength training workouts, with new programs added every week. ✓ Develop your own curated plans with optimized weight for your strengths. Intelligence ✓ Strength assessment to learn your body and strength ✓ Intuitive weight adjustments ✓ Video demos for every movement ✓ Dynamic weight modes like Eccentric, Chains, and Burnout ✓ Spotter mode to lift with confidence ✓ Automatic tracking and reporting * How many accounts can I add to my Tonal? Your Tonal membership includes unlimited accounts for each Tonal. That means each member of your household (plus friends or neighbors) can log in and track their progress separately. * Can I use my own accessories with Tonal? Tonal’s accessories use a special T-lock system to allow you to quickly and smoothly switch between accessories. If you’d like to use your own accessories, you can purchase T-lock adapters from our Gear Shop. * Can my kids use Tonal? Tonal is designed for use by adults aged 18 and up. If approved in advance by a physician, teenagers over the age of 15 may use Tonal under direct adult supervision. * What warranty coverage do I receive with a Tonal purchase? We stand behind our product with a 3-year limited warranty. We have a fully trained technical support team available to help with any questions, issues, or concerns. View the full terms and conditions of our warranty coverage. * What are the dimensions of Tonal? The overall dimensions are: Width: 21.50″ and Height: 50.9″ and Depth: 5.25”. * What is the return policy? We want you to be completely satisfied with your purchase. If for any reason you’re not, we are happy to return your Tonal and refund you within 30 days of installation. THE TONAL PROMISE 30-DAY HOME TRIAL Work it out. Sweat it out. If you don’t love it, we’ll take it back. No questions asked. Order Now PROFESSIONAL INSTALLATION We’ll deliver and set up everything so all you have to think about is your first workout. Get the details 3-YEAR LIMITED WARRANTY We stand behind the power of Tonal. Our team is happy to help with any issues that arise. See what’s covered FAQS INSTALLATION * Can I purchase Tonal if I live outside of the United States? Tonal requires professional installation and currently cannot be shipped or installed outside of the 50 United States. Unfortunately, we do not have a timeline on when we will expand beyond the U.S. Please let us know where you are located to stay updated! * Can I purchase Tonal if I live in Hawaii or Alaska? Yes starting February 22, 2021, Tonal is available for purchase in Hawaii and Alaska! To determine if you live in our coverage area in Hawaii and Alaska, please check our list of serviceable zip codes here. Once your order has been confirmed you will receive a pre-installation survey via email to confirm the placement of your Tonal. After the necessary information has been collected, our professional installers deliver and install your Tonal. Installation takes less than an hour. For more information please refer to our Installation page. * Are there additional delivery & installation fees for Alaska and Hawaii? For orders delivered to Hawaii and Alaska, there will be a flat fee of $550. Tonal weighs nearly 150 pounds and needs to be professionally installed to ensure you can be your strongest with Tonal. * How much space is required to install and use Tonal? For an optimal workout experience, we recommend 7′ x 7′ floor space, 7’ unobstructed wall space, and a ceiling height of at least 7’10”. You may be able to modify movements if your space is smaller. For more information please refer to our Installation page. * What is the delivery and installation process like? Once your order has been confirmed you will receive a pre-installation survey via email to confirm the placement of your Tonal. Orders will be shipped 1-3 weeks after pre-installation survey is completed. After the necessary information has been collected, our professional installers deliver and install your Tonal. Installation takes less than an hour. For more information please refer to our Installation page. * Can I install Tonal myself? For your safety, it is important that Tonal is installed by our professional installers. In addition to delivering and mounting Tonal to your wall, our delivery partners will connect Tonal to WiFi, pair your Bluetooth Smart accessories, and get your account set up so you can start working out right away. * Can my Tonal be re-installed if I move? In the case of a move, we ask that you contact our team at least two weeks in advance via our Contact page or 855-MY-TONAL. We’ll work with you to schedule the move and determine the best options for you. There is a relocation charge to cover the cost of disassembling and re-installing Tonal. The exact charge amount may vary based on the details of the move. We always provide full transparency on options available and work to limit any additional costs. * How do I contact Tonal? Our customer care team would love to hear from you! Call us at (855) MY-TONAL or via our Contact page. * What if my stud spacing is wider than 16 inches? If your studs are spaced wider than 16 inches and up to 24 inches, our wide mount bars will be used to securely attach the Tonal trainer to the wall. We offer decorative covers to hide the bars and retain Tonal’s sleek design. See our knowledge base for details. PRODUCT * Does Tonal support leg and cardio workouts? Yes! Tonal’s adjustable arms can support hundreds of movements including leg exercises like squats, lunges, and deadlifts. Our growing library of workouts includes high intensity classes designed to elevate your heart rate and get you sweating for a great cardio workout. You can learn more about our programs on the Workouts page. * What is included in my Tonal membership? Tonal membership is required for the first 12 months after your installation date. Your Tonal membership gives you access to unlimited accounts, our ever-growing library of workouts and programs, as well as our intelligence tools. See the full list of benefits below. Accounts ✓ Unlimited accounts per trainer, so each family member can track their progress separately. Workout Library ✓ Our growing library of guided strength training workouts, with new programs added every week. ✓ Develop your own curated plans with optimized weight for your strengths. Intelligence ✓ Strength assessment to learn your body and strength ✓ Intuitive weight adjustments ✓ Video demos for every movement ✓ Dynamic weight modes like Eccentric, Chains, and Burnout ✓ Spotter mode to lift with confidence ✓ Automatic tracking and reporting * How many accounts can I add to my Tonal? Your Tonal membership includes unlimited accounts for each Tonal. That means each member of your household (plus friends or neighbors) can log in and track their progress separately. * Can I use my own accessories with Tonal? Tonal’s accessories use a special T-lock system to allow you to quickly and smoothly switch between accessories. If you’d like to use your own accessories, you can purchase T-lock adapters from our Gear Shop. * Can my kids use Tonal? Tonal is designed for use by adults aged 18 and up. If approved in advance by a physician, teenagers over the age of 15 may use Tonal under direct adult supervision. * What warranty coverage do I receive with a Tonal purchase? We stand behind our product with a 3-year limited warranty. We have a fully trained technical support team available to help with any questions, issues, or concerns. View the full terms and conditions of our warranty coverage. * What are the dimensions of Tonal? The overall dimensions are: Width: 21.50″ and Height: 50.9″ and Depth: 5.25”. * What is the return policy? We want you to be completely satisfied with your purchase. If for any reason you’re not, we are happy to return your Tonal and refund you within 30 days of installation. "Both your personal gym and your personal trainer, Tonal sits at the vortex of today’s fitness trends." Fast Company "The machine knew my strength better than I did." NYTimes "Get ready for the smartest home gym you've ever seen." Men's Health Close ALASKA AND HAWAII DELIVERY & INSTALLATION Tonal is currently offering Delivery & Installation service in the following zip codes in Alaska and Hawaii: Alaska Hawaii 99501 99502 99503 99504 99505 99506 99507 99508 99509 99510 99511 99513 99514 99515 99516 99517 99518 99520 99521 99522 99523 99524 99529 99530 99540 99567 99577 99587 99588 99599 99623 99629 99645 99652 99654 99674 99676 99687 99688 99694 96701 96704 96706 96707 96708 96709 96710 96712 96713 96717 96718 96719 96720 96721 96725 96726 96727 96728 96730 96731 96732 96733 96734 96737 96738 96739 96740 96743 96744 96745 96749 96750 96753 96755 96759 96760 96761 96762 96764 96767 96768 96771 96772 96773 96774 96776 96777 96778 96779 96780 96781 96782 96783 96784 96785 96786 96788 96789 96790 96791 96792 96793 96795 96797 96801 96802 96803 96804 96805 96806 96807 96808 96809 96810 96811 96812 96813 96814 96815 96816 96817 96818 96819 96820 96821 96822 96823 96824 96825 96826 96828 96830 96835 96836 96837 96838 96839 96840 96841 96843 96844 96846 96847 96848 96849 96850 96853 96854 96857 96858 96859 96860 96861 96863 96898 Close Tax City and state taxes are calculated based on your shipping address and charged where applicable. Questions? Call us at +1 (855) 698-6625 Close Professional Installation We deliver to all 50 United States. Orders placed today will be shipped 1 – 3 weeks after purchase. EXPERT INSTALLATION For your safety, we require that Tonal is professionally installed by our team. Here’s how it works: * Once your order has been confirmed, you’ll be emailed a pre-installation survey to confirm the placement of your Tonal. * Our professional installers deliver and mount Tonal to your wall (price varies based on your location). Installation takes less than an hour. * We connect Tonal to WiFi, pair your Bluetooth Smart Accessories and get your account set up so you can start working out right away. Questions? Call us at +1 (855) 698-6625 Close TONAL MEMBERSHIP Your Tonal membership gives you and your whole family unlimited access to our growing library of workouts. Plus, advanced personalization and intelligence features to help you get stronger, faster. Membership is $49/month with a minimum 12-month commitment which will be charged to a credit card collected upon device activation. Membership is not included with an Affirm purchase. Questions? Call us at +1 (855) 698-6625 Close TONAL MEMBERSHIP Your Tonal membership gives you and your whole family unlimited access to our growing library of workouts. Plus, advanced personalization and intelligence features to help you get stronger, faster. Membership is included in all of our payment plans. Questions? Call us at +1 (855) 698-6625 Close MAKE EASY MONTHLY PAYMENTS OVER 24, 36 OR 48 MONTHS CHECKING YOUR ELIGIBILITY WON’T AFFECT YOUR CREDIT. SAMPLE PRICING FOR 48-MONTH FINANCING * Tonal$3,495 * Total Price$3,495 $73/month48 months 1. APR0.00% 2. Interest$0.00 3. Total$3,495 JUST SELECT AFFIRM AT CHECKOUT. GET A REAL-TIME DECISION WITH JUST 5 PIECES OF INFO. Rates are 0% APR based on credit and subject to an eligibility check. For example, $3,495 purchase might cost $73/mo over 48 months at 0% APR, plus membership, shipping & installation. Payment options through Affirm are provided by these lending partners: Affirm's lending partners . Options depend on your purchase amount, and a down payment may be required. See www.affirm.com/faqs for details. Close LEARN * Locations * Financing * Installation * Membership * Movements * Reviews * Tonal At Home * Tonal Strength Institute * Therabody * First Responders ABOUT * About Us * Press * Careers * Blog * Gear Shop * Hotel Finder SUPPORT * Contact * FAQ * Order Confirmation Request * Order Status * Tonal Support Center * Businesses * International * Relocation LEGAL * Patents * Privacy Policy * Terms of Service * Terms of Sale * Warranty * Accessibility * CA Privacy Policy * SMS Terms KEEP UP WITH ALL THINGS TONAL Email Address Submit Please enter a valid email address Thanks, your email has been added! Phone Number Submit Please enter a valid phone number Thanks, your phone has been added! *By submitting this form, I agree to receive recurring automated promotional and personalized marketing text messages (e.g., cart reminders) from Tonal to the mobile number provided above. Message frequency may vary. Consent is not a condition of any purchase. Msg. & data rates may apply. Text "HELP" for help and “STOP” to cancel. View our SMS TERMS and PRIVACY POLICY * Follow Tonal on Instagram * Follow Tonal on Facebook * Follow Tonal on Twitter * Follow Tonal on YouTube * Follow Tonal on LinkedIn CALL US 855.698.6625 Copyright © 2022 Tonal. All rights reserved. this frame prevents back forward cache COOKIE SETTINGS When you visit our website, we store cookies on your browser to collect information. The information collected might relate to you, your preferences or your device, and is mostly used to make the site work as you expect it to and to provide a more personalized web experience. However, you can choose not to allow certain types of cookies, which may impact your experience of the site and the services we are able to offer. Click on the different category headings to find out more and change our default settings according to your preference. You cannot opt-out of our Strictly Necessary Cookies as they are deployed in order to ensure the proper functioning of our website (such as prompting the cookie banner and remembering your settings, to log into your account, to redirect you when you log out, etc.). For more information about how we use cookies and other tracking technologies please visit our Privacy Policy Allow All MANAGE CONSENT PREFERENCES STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. * FUNCTIONAL COOKIES Always Active These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. Cookies Details ADDITIONAL COOKIES Additional Cookies * SOCIAL MEDIA COOKIES Switch Label label These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools. * TARGETING COOKIES Switch Label label These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. * PERFORMANCE COOKIES Switch Label label These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. Cookies Details Back Button PERFORMANCE COOKIES Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label * View Cookies * Name cookie name Confirm My Choices