thecubeclub.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://thecubeclub.myshopify.com/
Effective URL: https://thecubeclub.com/
Submission: On May 15 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

GET /search

<form action="/search" method="get" role="search">
  <div class="item--loadbar" data-loading-indicator="" style="display: none;"></div>
  <div class="search__predictive__outer">
    <div class="wrapper">
      <div class="search__predictive__main">
        <div class="search__predictive__actions">
          <button class="search__predictive__button" type="submit">
            <span class="visually-hidden">Search</span>
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 16 16">
              <path
                d="M16 14.864 14.863 16l-4.24-4.241a6.406 6.406 0 0 1-4.048 1.392 6.61 6.61 0 0 1-4.65-1.925A6.493 6.493 0 0 1 .5 9.098 6.51 6.51 0 0 1 0 6.575a6.536 6.536 0 0 1 1.922-4.652A6.62 6.62 0 0 1 4.062.5 6.52 6.52 0 0 1 6.575 0 6.5 6.5 0 0 1 9.1.5c.8.332 1.51.806 2.129 1.423a6.454 6.454 0 0 1 1.436 2.13 6.54 6.54 0 0 1 .498 2.522c0 1.503-.468 2.853-1.4 4.048L16 14.864zM3.053 10.091c.973.972 2.147 1.461 3.522 1.461 1.378 0 2.551-.489 3.525-1.461.968-.967 1.45-2.138 1.45-3.514 0-1.37-.482-2.545-1.45-3.524-.981-.968-2.154-1.45-3.525-1.45-1.376 0-2.547.483-3.513 1.45-.973.973-1.46 2.146-1.46 3.523 0 1.375.483 2.548 1.45 3.515z">
              </path>
            </svg>
          </button>
          <input type="search" data-predictive-search-input="search-popdown-results" name="q" value="" placeholder="Search..." aria-label="Search our store" aria-controls="predictive-search-results">
          <div class="search__predictive__clear">
            <button type="reset" class="search__predictive__close__inner search-reset is-hidden" aria-label="Reset">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 15 15">
                <g fill-rule="evenodd">
                  <path d="m2.06 1 12.02 12.021-1.06 1.061L1 2.062z"></path>
                  <path d="M1 13.02 13.022 1l1.061 1.06-12.02 12.02z"></path>
                </g>
              </svg> Clear</button>
          </div>
        </div>
        <div class="search__predictive__close">
          <button type="button" class="search__predictive__close__inner" data-close-popdown="" aria-label="Close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close-small" viewBox="0 0 15 15">
              <g fill-rule="evenodd">
                <path d="m2.237 1.073 12.021 12.021-1.414 1.414L.824 2.488z"></path>
                <path d="m.823 13.094 12.021-12.02 1.414 1.413-12.02 12.021z"></path>
              </g>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="header__search__results" tabindex="-1" data-predictive-search-results=""></div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true" data-predictive-search-status=""></span>
</form>

POST /cart

<form id="cart-form" action="/cart" method="post" novalidate="" class="cart">
  <div class="gokwik-checkout">
    <button type="button" class="Cart__Checkout Button Button--primary Button--full" onclick="onCheckoutClick(this)">
      <span class="btn-text">
        <span>Checkout</span>
        <span></span>
      </span>
      <span class="pay-opt-icon">
        <img src="https://cdn.gokwik.co/v4/images/upi-icons.svg">
        <img src="https://cdn.gokwik.co/v4/images/right-arrow.svg">
      </span>
      <div style="display:none">
        <div class="cir-loader">Loading..</div>
      </div>
    </button>
  </div>
  <!-- <button type="submit" name="checkout" class="btn btn--primary btn--large btn--full checkout__button">
                Check Out •
                <span data-cart-final>
                  Rs. 0
                </span>
              </button>-->
</form>

<form id="contact-form">
  <label for="name">Name:</label>
  <input type="text" id="name" name="name" required="">
  <div style="display: flex; align-items: center;">
    <label for="phone">WhatsApp Number:</label>
    <img style="width: 18px; height: 18px; margin-bottom: 5px;" alt="whatsApp-icon" src="https://cdn.shopify.com/s/files/1/0579/4621/0455/files/WhatsApp_430x.svg?v=1695373296">
  </div>
  <input type="tel" id="phone" name="phone" required="" maxlength="10">
  <button class="submit" type="submit">Get OTP</button>
</form>

<form id="otp-form" style="display: none;">
  <label class="otp-enter" for="otp">Enter OTP:</label>
  <div class="description" style="display: flex; align-items: center;"> (<img style="width: 15px; height: 15px;" alt="whatsApp-icon" src="https://cdn.shopify.com/s/files/1/0579/4621/0455/files/WhatsApp_430x.svg?v=1695373296"><small>Check
      WhatsApp</small>) </div>
  <div class="otp-input-container">
    <input type="text" id="otp" class="otp-input" name="otp" required="" maxlength="6">
    <p id="error-message" style="display: none; color: red;"></p>
  </div>
  <button class="verify-otp" type="submit">Verify OTP</button>
</form>

GET /search

<form action="/search" method="get" role="search">
  <div class="item--loadbar" data-loading-indicator="" style="display: none;"></div>
  <div class="search__predictive__outer">
    <div class="wrapper">
      <div class="search__predictive__main">
        <div class="search__predictive__actions">
          <button class="search__predictive__button" type="submit">
            <span class="visually-hidden">Search</span>
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 16 16">
              <path
                d="M16 14.864 14.863 16l-4.24-4.241a6.406 6.406 0 0 1-4.048 1.392 6.61 6.61 0 0 1-4.65-1.925A6.493 6.493 0 0 1 .5 9.098 6.51 6.51 0 0 1 0 6.575a6.536 6.536 0 0 1 1.922-4.652A6.62 6.62 0 0 1 4.062.5 6.52 6.52 0 0 1 6.575 0 6.5 6.5 0 0 1 9.1.5c.8.332 1.51.806 2.129 1.423a6.454 6.454 0 0 1 1.436 2.13 6.54 6.54 0 0 1 .498 2.522c0 1.503-.468 2.853-1.4 4.048L16 14.864zM3.053 10.091c.973.972 2.147 1.461 3.522 1.461 1.378 0 2.551-.489 3.525-1.461.968-.967 1.45-2.138 1.45-3.514 0-1.37-.482-2.545-1.45-3.524-.981-.968-2.154-1.45-3.525-1.45-1.376 0-2.547.483-3.513 1.45-.973.973-1.46 2.146-1.46 3.523 0 1.375.483 2.548 1.45 3.515z">
              </path>
            </svg>
          </button>
          <input type="search" data-predictive-search-input="search-popdown-results" name="q" value="" placeholder="Search..." aria-label="Search our store" aria-controls="predictive-search-results">
          <div class="search__predictive__clear">
            <button type="reset" class="search__predictive__close__inner search-reset is-hidden" aria-label="Reset">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 15 15">
                <g fill-rule="evenodd">
                  <path d="m2.06 1 12.02 12.021-1.06 1.061L1 2.062z"></path>
                  <path d="M1 13.02 13.022 1l1.061 1.06-12.02 12.02z"></path>
                </g>
              </svg> Clear</button>
          </div>
        </div>
        <div class="search__predictive__close">
          <button type="button" class="search__predictive__close__inner" data-close-popdown="" aria-label="Close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close-small" viewBox="0 0 15 15">
              <g fill-rule="evenodd">
                <path d="m2.237 1.073 12.021 12.021-1.414 1.414L.824 2.488z"></path>
                <path d="m.823 13.094 12.021-12.02 1.414 1.413-12.02 12.021z"></path>
              </g>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="header__search__results" tabindex="-1" data-predictive-search-results=""></div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true" data-predictive-search-status=""></span>
</form>

<form class="form-container" id="form" onsubmit="submitForm(event)">
  <button style="color:white;" type="button" class="close-button" onclick="closeForm()">X</button>
  <h1>UNLOCK A SPECIAL DEAL!</h1>
  <p>Let us know what you need, we will find the best deal.</p>
  <div class="form-block">
    <div class="form-row">
      <label for="name"><b>Name</b></label>
      <input class="half" type="text" placeholder="Enter your name" name="custName" required="">
    </div>
    <div class="form-row">
      <label for="number"><b>Number</b></label>
      <input class="half" type="number" maxlength="10" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" placeholder="Enter your phone number" name="number" required="">
    </div>
    <div class="form-row-full">
      <label for="email"><b>Email</b></label>
      <input type="email" placeholder="Enter your email" name="email" required="">
    </div>
    <div class="button-center">
      <button type="submit" style="width:100%;padding:14px;" class="btn submit incubate-collections-add-to-cart-add-to-cart-button">Request Expert Call</button>
      <button type="button" class="btn cancel" onclick="closeForm()">No, I'll help myself</button>
    </div>
  </div>
</form>

<form id="contact-form">
  <label for="name">Name:</label>
  <input type="text" id="name" name="name" required="">
  <div style="display: flex; align-items: center;">
    <label for="phone">WhatsApp Number:</label>
    <img style="width: 18px; height: 18px; margin-bottom: 5px;" alt="whatsApp-icon" src="https://cdn.shopify.com/s/files/1/0579/4621/0455/files/WhatsApp_430x.svg?v=1695373296">
  </div>
  <input type="tel" id="phone" name="phone" required="" maxlength="10">
  <button class="submit" type="submit">Get OTP</button>
</form>

<form id="otp-form" style="display: none;">
  <label class="otp-enter" for="otp">Enter OTP:</label>
  <div class="description" style="display: flex; align-items: center;"> (<img style="width: 15px; height: 15px;" alt="whatsApp-icon" src="https://cdn.shopify.com/s/files/1/0579/4621/0455/files/WhatsApp_430x.svg?v=1695373296"><small>Check
      WhatsApp</small>) </div>
  <div class="otp-input-container">
    <input type="text" id="otp" class="otp-input" name="otp" required="" maxlength="6">
    <p id="error-message" style="display: none; color: red;"></p>
  </div>
  <button class="verify-otp" type="submit">Verify OTP</button>
</form>

Text Content

Skip to content

Flat 25% Off On Foldable Bench Max    Use Code: BENCHX25

Flat 25% Off On Foldable Bench Max    Use Code: BENCHX25

Cart Rs. 0 (0)
Shop by concern
Need a HomeGym Posture Improvement Yoga Accessories Need to Lose Fat Want to
build abs Strength Training at Home Cardio at Home Need to Track my Weight Need
a Massage Gun Need a Bench at Home Need a Dumbbell Set Build Forearms Speed
Skipping Rope Adjustable Stepper Board Pullup bar for Home Show Everything you
have
Shop by category
Dumbbell Weights Benches Pull up Bar Yoga Accessories
Find A Coach
New Arrivals
Xpress Delivery
Home Gym Kits (New)


Search
My Account
Cart Rs. 0 (0)
My Account
Search
Clear


Shop by concern Expand menu
Hide menu Shop by concern
Need a HomeGym
Posture Improvement
Yoga Accessories
Need to Lose Fat
Want to build abs
Strength Training at Home
Cardio at Home
Need to Track my Weight
Need a Massage Gun
Need a Bench at Home
Need a Dumbbell Set
Build Forearms
Speed Skipping Rope
Adjustable Stepper Board
Pullup bar for Home
Show Everything you have

Shop by category Expand menu
Hide menu Shop by category
Dumbbell
Weights
Benches
Pull up Bar
Yoga
Accessories

Find A Coach
New Arrivals
Xpress Delivery
Home Gym Kits (New)



Cart

Your cart is empty.




Continue browsing



Shipping & taxes calculated at checkout


Checkout
Loading..


Introducing


IMAGE SLIDESHOW

Tell your brand's story through images.

View products






Introducing


IMAGE SLIDESHOW

Tell your brand's story through images.

View products








View slide 1View slide 2View slide 3View slide 4View slide 5

Price Match Guarantee

Found a lower price before purchasing? We'll match it.

How it works?

If you find a lower price advertised on an authorized retailer's website before
placing an order, we'll match it. Just give us a call to request a price match.

Call to request a price match

+91 9321680525

Monday-Friday: 10 a.m. To 7 p.m.

Read more about terms and conditions

 * Policy Details
    * Price match requests must be made over the phone prior to purchase.
    * Item must be identical (i.e., same size, model, brand, color).
    * Dopamine By The Cube Club price match is only available on verified,
      in-stock products from an authorized retailer's website.
    * Price match only refers to the product price. Shipping discounts may be
      included upon review.
    * Cannot be combined with other offers or promotions.

 * Exclusions
    * Marketplace prices from third-party sellers.
    * Auction prices or those requiring membership.
    * Damaged, used, or refurbished items.
    * Price errors.
    * Items included, but not limited to, clearance, closeout, liquidation,
      special hour/flash/limited quantity, or other special event offers.
    * Bundle offers, rebates, coupons, mail-in-offers, offers that include
      financing.
    * Rent-to-own items.
    * Free items.
   
      If you think you are eligible based on the above, contact us at +91
      9321680525 before you place an order. We will verify item eligibility.
      Dopamine By The Cube Club has the final decision for matching a price.

 * Authorized Retailers
    * Amazon
    * Flipkart
    * Tata Cliq
    * Sosh
   
      For more authorized retailers, contact us at +91 9321680525

 * Price Adjustment After Purchase
    * If we lower our price within 15 days of your purchase, we will match 50%
      of the price difference.
    * Price Adjustments for Retailer's offers are not available on
      store.dopamine.fit.
    * If you have already placed your order and would like help determining if
      your purchase qualifies for a price adjustment, you can reach our agents
      at +91 9321680525

 * Last Updated: 13/02/2024

Price Match Guarantee

Found a lower price on an authorized retailer’s website? We will match it

Just give us a call to

+91 9321680525

Monday-Friday: 10 a.m. To 7 p.m.

Read more about terms and conditions

 * Policy Details
    * Price match requests must be made over the phone prior to purchase.
    * Item must be identical (i.e., same size, model, brand, color).
    * Dopamine By The Cube Club price match is only available on verified,
      in-stock products from an authorized retailer's website.
    * Price match only refers to the product price. Shipping discounts may be
      included upon review.
    * Cannot be combined with other offers or promotions.

 * Exclusions
    * Marketplace prices from third-party sellers.
    * Auction prices or those requiring membership.
    * Damaged, used, or refurbished items.
    * Price errors.
    * Items included, but not limited to, clearance, closeout, liquidation,
      special hour/flash/limited quantity, or other special event offers.
    * Bundle offers, rebates, coupons, mail-in-offers, offers that include
      financing.
    * Rent-to-own items.
    * Free items.
   
      If you think you are eligible based on the above, contact us at +91
      9321680525 before you place an order. We will verify item eligibility.
      Dopamine By The Cube Club has the final decision for matching a price.

 * Authorized Retailers
    * Amazon
    * Flipkart
    * Tata Cliq
    * Sosh
   
      For more authorized retailers, contact us at +91 9321680525

 * Price Adjustment After Purchase
    * If we lower our price within 15 days of your purchase, we will match 50%
      of the price difference.
    * Price Adjustments for Retailer's offers are not available on
      store.dopamine.fit.
    * If you have already placed your order and would like help determining if
      your purchase qualifies for a price adjustment, you can reach our agents
      at +91 9321680525

 * Last Updated: 13/02/2024







Shop By Category

Dumbbells

Benches

Pull up bars

Steppers

Massage Gun

Yoga

Skipping Rope

Accessories


SHOP BY CATEGORY

Dumbbells

Benches

Pull up bars

Steppers

Massage Gun

Yoga

Skipping Rope

Accessories

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

1 Lac+ Happy Customers Pan India

Rated Best Quality Fitness Equipment

All Time Best-Sellers


best sellers
See all See all
 
1234567

Save 55%

Adjustable Powerbells Original

Adjustable Powerbells Original

4.8 (59)
From Rs. 8,999 Rs. 19,999

Add to cart
 
123456

Save 22%

Foldable Bench neo

Foldable Bench neo

Rs. 6,999 Rs. 9,000

Add to cart
 
123456

Save 50%

Foldable Bench MAX

Foldable Bench MAX

Rs. 11,999 Rs. 23,999

Add to cart
 
123456

Save 70%

Cube Cuffs

Cube Cuffs

4.9 (24)
From Rs. 1,499 Rs. 4,999

Add to cart
 
123456

Save 52%

Foldable Bench Prime

Foldable Bench Prime

4.6 (25)
Rs. 9,499 Rs. 19,999

Add to cart
 
123456

Save 70%

Pull Up Bar Pro

Pull Up Bar Pro

4.2 (28)
From Rs. 1,799 Rs. 5,999

Add to cart
 
123456

Save 58%

Velocity Jumprope

Velocity Jumprope

4.8 (30)
From Rs. 1,049 Rs. 2,499

Add to cart
 
123456

Save 54%

Stepper Bench

Stepper Bench

4.7 (10)
Rs. 13,699 Rs. 29,999

Add to cart
 
123456

Save 46%

Suspension Trainer

Suspension Trainer

4.8 (14)
Rs. 2,699 Rs. 4,999

Add to cart
PreviousNext



A COMMUNITY EXPERIENCE

Be a part of an active community that makes you want to move everyday!

Join the community

Introducing


FEATURED VIDEO

This area is used to describe your video’s details.

Play video



0 1 2

Stepper Bench

Rs. 13,699

View Details

Adjustable Powerbells PRO

From Rs. 4,999

View Details

Powerbar Pro 80lbs

Rs. 31,999

View Details
PreviousNext

The New Arrivals
See all See all
 
123456

Save 51%

AeroRide S1 Spin Bike

AeroRide S1 Spin Bike

Rs. 16,999 Rs. 34,999

Add to cart
 
123456

Save 68%

Pull Up Bar NEO Small

Pull Up Bar NEO Small

Rs. 949 Rs. 2,999

Add to cart
 
123456

Save 63%

Pull Up Bar NEO Big

Pull Up Bar NEO Big

Rs. 1,099 Rs. 2,999

Add to cart
 
123456

Save 16%

Asana TPE Yoga Mat

Asana TPE Yoga Mat

From Rs. 1,499 Rs. 1,799

Add to cart
 
123456

Save 20%

Prana PU Yoga Mat

Prana PU Yoga Mat

From Rs. 2,799 Rs. 3,499

Add to cart
 
123456

Save 40%

Powerbar CONNECT

Powerbar CONNECT

Rs. 5,999 Rs. 9,999

Add to cart
 
123456


Powerbells Pro 55lbs Connect Combo

Powerbells Pro 55lbs Connect Combo

Rs. 28,999

Add to cart
 
123456

Save 26%

Poise - Posture Corrector

Poise - Posture Corrector

Rs. 1,399 Rs. 1,899

Add to cart
PreviousNext



WATCH AND SHOP




HEAR FROM THE CLUB



×


BUILD YOUR HOME GYM!

Name:
WhatsApp Number:
Get OTP
Enter OTP:
(Check WhatsApp)



Verify OTP






Why Cube Club? Blogs Contact FAQs Privacy Policy Terms and Conditions
Cancellation & Refund Policies Terms of Service
Facebook Instagram Linkedin YouTube
© Vecino Fitness Private Limited 2024
Search
Clear



X


UNLOCK A SPECIAL DEAL!

Let us know what you need, we will find the best deal.

Name
Number
Email
Request Expert Call No, I'll help myself
Okay
×


BUILD YOUR HOME GYM!

Name:
WhatsApp Number:
Get OTP
Enter OTP:
(Check WhatsApp)



Verify OTP