{% for badge in productBadges %} {% if product.tags contains badge.tag %}
{{ badge.product_badge }}
{% endif %} {% endfor %}

Power Racks

Multifunctional & Adjustable Height Power Tower

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'multifunctional-adjustable-height-power-tower-sf-xf922081'%} {% assign compared = true %} {% endif %} {% endfor %}
{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% else %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}

{% if variant.available %} {% else %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
{% if BIS and BIS.Config %}
{{BIS.Config.labels.headline}}
Email
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

This Multifunctional Full-Body Power Tower is the ultimate solution for complete bodyweight workouts. The height-adjustable tower is designed to replace multiple gym equipment such as pull-up bars, dipping station, captain’s chair, push up panel and even rock-climbing hanging boards. Users of all fitness levels, from beginners to advanced fitness enthusiasts can enjoy this feature packed power tower. Workout at the comfort of your home without disturbing others with the patented slim cross frame design ensures maximum stability by distributing stress evenly throughout the base without the bulkiness. Adjusting the telescoping pull-up bar is a breeze with the simple twist and pull mechanism, offering 10 levels of height options on the upright post from 73 inches to 90 inches measuring from the floor to the bar.

Ergonomically positioned, the wide pull-up bar and central chin-up bar is placed 12 inches out from the back rest to allow for a diverse range of exercises without the annoyance of hitting your legs against the back of the tower. The tower's functionality goes beyond the ordinary – The rock climber grip is a must have addition for all rock-climbing enthusiasts, perfect for strengthening finger grips at the comfort of your home. The step booster at the bottom doubles as push-up bars, maintaining wrist alignment during pushups is crucial to managing existing and preventing future wrist pain.

Optimize your ab workout with the captain’s chair. Studies support leg/knee raises on captain’s chair to be more effective over other form of ab workout. For a progressive challenge, transition from knee raises to leg raises as your strength builds. We have rigorously tested our patented cross frame to support up to 330 LB weight capacity, this power tower ensures durability in a small package. Additional features include plastic cap stabilizers on the base, attachment slot for suspension/resistance band and foam padded parallel dipping bars are perfect for targeting your triceps and doubles as back massager after your workout.

Patented Stability | The patented X-shaped frame ensures unparalleled stability by uniformly distributing stress across the base.

Patented Stability

The patented X-shaped frame ensures unparalleled stability by uniformly distributing stress across the base.
10-Level Adjustments | Effortlessly twist and pull to modify the height through 10 increments, ranging from 73 inches to 91 inches.

10-Level Adjustments

Effortlessly twist and pull to modify the height through 10 increments, ranging from 73 inches to 91 inches.
Ergonomic Captain's Chair | Boost your core and abdominal strength while performing leg raises, crunches, and holds on the ergonomically designed slightly angled backrest.

Ergonomic Captain's Chair

Boost your core and abdominal strength while performing leg raises, crunches, and holds on the ergonomically designed slightly angled backrest.
No Leg Obstacle | Freely swing your legs with 12 inches of clearance and no obstacles on the back of the frame.

No Leg Obstacle

Freely swing your legs with 12 inches of clearance and no obstacles on the back of the frame.
Versatile Height-Boosting Bar | Workouts with ease using our height booster bar, which conveniently doubles as a push-up bar.

Versatile Height-Boosting Bar

Workouts with ease using our height booster bar, which conveniently doubles as a push-up bar.

FAQS

Specifications

Technology

  • upright post settings
    10 Levels

Comfort

  • back cushion
    yes
  • benefits
    Built for extreme strength training at the highest levels
  • Cleaning Instructions
    wipe w/ damp cloth
  • horizontal bars
    yes
  • parallel bars
    yes
  • rock climbing grip
    yes

Engineering

  • construction
    steel tube, plastic, leather
  • floor protectors
    Yes
  • max weight capacity
    330 lb

Convenience

  • product dimensions
    40.9L x 41.7W x 93.3H in
  • product weight
    67.2 lb
  • ship dimensions
    55.9L x 18.1W x 9.1H in
  • ship weight
    75.2 lb
  • warranty
    1 year structural frame, 180 days other parts and components

Other customers were interested in

{% assign count = 0 %} {% for product in products %} {% if product.tags contains 'rec-excl' %}{% continue %}{% endif %} {% assign count = count | plus: 1 %}
{% capture bg %}transparent{% endcapture %}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %}
{% else %}
{% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {{ product.featured_image_alt }} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %}
{% if hover_alt contains 'https' %} {% else %}
{{ product.hover_image.alt | escape }}
{% endif %}
{% endif %}
{% comment %}
{% endcomment %}
{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %}
{% assign productTitle = product.title | remove: product.type | split: '-' | replace: 'w/','with' | split: 'with' | first %}

{{ product.title | replace: 'w/','with' | split: 'with' | first }}

{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag == 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %}
{% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price and discount_amount > 10 %} Discounted price{{ product.price | money | remove: " " }} Actual price{{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %}

{% if product.sku != blank %} {{ product.sku }} {% else %} {{ product.variants[0].sku }} {% endif %}

{% assign compared = false %} {% for item in Comparison.data.items %} {% if item.handle == product.handle %} {% assign compared = true %} {% endif %} {% endfor %}
{% comment %} {% endcomment %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


Multifunctional & Adjustable Height Power Tower has a rating of 5.0 stars based on 3 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back