www.fringesport.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://fringesport.com/
Effective URL: https://www.fringesport.com/
Submission Tags: tranco_l324
Submission: On March 21 via api from DE — Scanned from CA

Form analysis 4 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents" data-location="cart-drawer">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <title>icon-X</title>
            <path d="m19 17.61 27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
      <div class="appear-animation appear-delay-3">
        <label for="CartNoteDrawer">Order notes</label>
        <textarea name="note" class="input-full cart-notes" id="CartNoteDrawer"></textarea>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">$0</div>
      </div>
      <div class="cart__item-row text-center">
        <strong>
          <p>Discount codes &amp; sales tax calculated at checkout.</p><br>
        </strong>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout" lb-upsell-default-checkout-listener="true"> Checkout </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search">
  <label for="Search" class="hidden-label">Search</label>
  <div class="search__input-wrap">
    <input class="search__input" id="Search" type="search" name="q" value="" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list"
      autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" placeholder="Search" tabindex="0">
    <input name="options[prefix]" type="hidden" value="last">
    <input name="type" type="hidden" value="product">
    <button class="btn--search" type="submit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
        <defs>
          <style>
            .cls-1 {
              fill: none;
              stroke: #000;
              stroke-miterlimit: 10;
              stroke-width: 2px
            }
          </style>
        </defs>
        <path class="cls-1" d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
      </svg>
      <span class="icon__fallback-text">Search</span>
    </button>
  </div>
  <button class="btn--close-search">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
      <defs>
        <style>
          .cls-1 {
            fill: none;
            stroke: #000;
            stroke-miterlimit: 10;
            stroke-width: 2px
          }
        </style>
      </defs>
      <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74"></path>
    </svg>
  </button>
  <div id="predictive-search" class="search__results" tabindex="-1"></div>
</form>

GET /search

<form action="/search" method="get" role="search">
  <label for="Search" class="hidden-label">Search</label>
  <div class="search__input-wrap">
    <input class="search__input" id="Search" type="search" name="q" value="" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list"
      autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" placeholder="Search" tabindex="0">
    <input name="options[prefix]" type="hidden" value="last">
    <input name="type" type="hidden" value="product">
    <button class="btn--search" type="submit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
        <defs>
          <style>
            .cls-1 {
              fill: none;
              stroke: #000;
              stroke-miterlimit: 10;
              stroke-width: 2px
            }
          </style>
        </defs>
        <path class="cls-1" d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
      </svg>
      <span class="icon__fallback-text">Search</span>
    </button>
  </div>
  <button class="btn--close-search">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
      <defs>
        <style>
          .cls-1 {
            fill: none;
            stroke: #000;
            stroke-miterlimit: 10;
            stroke-width: 2px
          }
        </style>
      </defs>
      <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74"></path>
    </svg>
  </button>
  <div id="predictive-search" class="search__results" tabindex="-1"></div>
</form>

GET //manage.kmail-lists.com/subscriptions/subscribe

<form id="email_signup" class="klaviyo_condensed_styling klaviyo_condensed_float klaviyo_condensed_embed_NtkKzh" action="//manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="//manage.kmail-lists.com/ajax/subscriptions/subscribe"
  method="GET" target="_blank" novalidate="novalidate">
  <input type="hidden" name="g" value="NtkKzh">
  <div class="klaviyo_field_group">
    <input class="footer__newsletter-input" type="email" value="" name="email" id="k_id_email" placeholder="Enter your email">
  </div>
  <div class="klaviyo_messages">
    <div class="success_message" style="display:none;"></div>
    <div class="error_message" style="display:none;"></div>
  </div>
  <div class="klaviyo_form_actions">
    <button type="submit" class="klaviyo_submit_button footer__newsletter-btn">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <title>icon-email</title>
        <path d="M63 52H1V12h62ZM1 12l25.68 24h9.72L63 12M21.82 31.68 1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="footer__newsletter-btn-label"> Subscribe </span>
    </button>
  </div>
</form>

Text Content

Skip to content
Pause slideshow Play slideshow
FAST, FREE SHIPPING ON ALL ORDERS | SHOP NOW ->
icon-X Close menu
 * Weightlifting
   
    * Bumper Plates
    * Barbells
    * Squat Racks
    * Rack Attachments
    * Metal Weights
    * Kettlebells
    * Benches
    * Rigs
    * Dumbbells

 * Bodyweight
   
    * Gymnastic Rings
    * Strength Bands
    * Climbing & Battle Ropes
    * GHD & Core Trainers
    * Parallettes
    * Pull-up Bars
    * Weight Vests
    * Dip Station

 * Conditioning
   
    * Kettlebells
    * Medicine Balls
    * Slam Balls
    * Plyo Boxes
    * Speed Ropes
    * Sleds
    * Sandbag Trainers
    * Bikes & Treadmills

 * Equipment
   
    * Mobility & Recovery
    * Accessories
    * Equipment For Kids
    * Equipment For Women
    * Timers & Remotes
    * Storage

 * Packages
   
    * Gym Package Bundle
    * Bumpers & Barbell Bundle
    * Best Squat Racks Under $500
    * Bumper Plate Sets Under $500

 * Sale
   
    * Sales & Promos
    * Best Sellers
    * Banners & Swag
    * Apparel
    * Gifts Under $100
    * Gift Cards

 * On Sale
   Wholesale
   Financing
   Learn
   Austin Store
   Log in

 * t: 512-201-4404

 * instagram Instagram
 * Facebook
 * YouTube
 * twitter Twitter
 * Pinterest

Cart
icon-X Close cart
Order notes
Discounts

Subtotal
$0

Discount codes & sales tax calculated at checkout.


Checkout
Your cart is currently empty.
 * On Sale
 * Wholesale
 * Financing
 * Learn
 * Austin Store

t: 512-201-4404
icon-hamburger Site navigation


FRINGE SPORT

Search
Search

account Log in icon-bag-minimalCart
 * Weightlifting
    * Bumper Plates
    * Barbells
    * Squat Racks
    * Rack Attachments
    * Metal Weights
    * Kettlebells
    * Benches
    * Rigs
    * Dumbbells

 * Bodyweight
    * Gymnastic Rings
    * Strength Bands
    * Climbing & Battle Ropes
    * GHD & Core Trainers
    * Parallettes
    * Pull-up Bars
    * Weight Vests
    * Dip Station

 * Conditioning
    * Kettlebells
    * Medicine Balls
    * Slam Balls
    * Plyo Boxes
    * Speed Ropes
    * Sleds
    * Sandbag Trainers
    * Bikes & Treadmills

 * Equipment
    * Mobility & Recovery
    * Accessories
    * Equipment For Kids
    * Equipment For Women
    * Timers & Remotes
    * Storage

 * Packages
    * Gym Package Bundle
    * Bumpers & Barbell Bundle
    * Best Squat Racks Under $500
    * Bumper Plate Sets Under $500

 * Sale
    * Sales & Promos
    * Best Sellers
    * Banners & Swag
    * Apparel
    * Gifts Under $100
    * Gift Cards

Search
Search



Shop Bumper Plates

Shop Squat Racks

Shop Barbells

Shop Best Sellers


BEST SELLING

Sale
Glute Ham Developer GHD Machine
$460 Regular price $575 Sale price Save 20%
30 Reviews
EZ Curl Bar Midas
$199
18 Reviews
Black Bumper Plates (Pairs)
from $70
518 Reviews
Garage Series Squat Rack Pull Up Bar
$299
212 Reviews
Sale
Mammoth Belt Squat (With Free Belt)
from $20 Regular price $29 Sale price Save 31%
69 Reviews
20kg Men's Wonder Bar Olympic Barbell
from $269
365 Reviews
Sale
Contrast Bumper Plate Pairs
from $74 Regular price $98 Sale price Save 25%
108 Reviews
Sale
Contrast Bumper Plate Sets
from $289 Regular price $450 Sale price Save 36%
150 Reviews
Silverback Dumbbells Complete Set (5lb-50lb)
$1,099
1 Review
Sold Out
"La Gordita" EZ Curl Axle Bar
$129
6 Reviews
Savage Bumper Plate (Pairs)
from $85
79 Reviews
Squat Cage - Garage Series
$349
45 Reviews
Sold Out
Garage Squat Cage w/ Full Attachment Package
$575
2 Reviews
15 kg Women's Wonder Bar Olympic Barbell
from $239
145 Reviews
Savage Bumper Plate Sets
from $299
57 Reviews
Retractable Power Rack
$548
29 Reviews
Sold Out
Pullup Bar System for Ceiling/Wall
$150
40 Reviews
Sold Out
Stubby Axle Barbell - Rackable Shorty Bar
$125
18 Reviews
Tactical Weight Vest Plate Carrier
from $103
17 Reviews
Osprey Commercial Power Cage (3x3)
from $1,199
6 reviews
View all


FROM THE JOURNAL

View all
Nov 14, 2023
The Best Garage Gym Flooring Options: A Breakdown for Austin Locals
Nov 14, 2023
Best Garage Gym Flooring Guide for 2024
Sep 29, 2023
What are all of the components of a barbell and why are they important for each
barbell type?


WE EXIST TO HELP YOU IMPROVE YOUR LIFE THROUGH STRENGTH

We are here to help. Whether that's by us making the most durable, badass gym
equipment, or by us helping you design your dream garage gym. Need the most
durable bumper plates on the market? Check. Interested in making your own DIY
wooden squat rack? We can help you do that as well. We just ask that you lift
heavy, and lift happy.



HOW TO BUILD A GARAGE GYM

We have been doing this for a long time, and have built up a ton of knowledge
and resources to help you build the perfect gym for your space. Check out our
blog to learn everything from which barbell is right for you, to how to maximize
your gains in a small one car garage.

Visit the blog



SHOP EQUIPMENT FOR STRENGTH AND CONDITIONING WORKOUTS

Fringe Sport is the official supplier to the garage gym functional fitness
movement. We serve the lifter, the WODder, and any individual with a burning
desire to be better tomorrow than they are today. But most importantly, we serve
you - our customers - because we understand you have options. Our mission is to
make sure that when you choose us once, you keep coming back!




CUSTOMERS FIRST - ALWAYS

If you are unsatisfied with anything you bought from Fringe Sport, you can
return it for any reason for a full refund within the first 30 days after your
purchase. Simply contact us for a return authorization and ship it back to us!
Beyond 30 days, but got a brand new product in the original box? We’ll accept a
return within the first 365 days for a full refund. Again, simply contact us for
a return authorization and ship it back to us! Note that you are required to pay
to ship any products back to us.


YOUR PAIN IS OUR PAIN

We take your time seriously. If you have a problem, we have a problem. Then we
solve it fast, with common sense and again- no drama.


IF WE DON'T USE IT, WE DON'T SELL IT

Every member of the team is a committed and active WOD-aholic. We test and use
all the gear on the market- our gear, competitors' gear, and more. We sell the
best. If we can't get it, we build it ourselves.


DON’T MISS OUT ON EMAIL-ONLY DEALS! SIGN UP AND GET 10% OFF YOUR FIRST ORDER TO
GET THINGS STARTED

Don’t miss out on email-only deals! Sign up and get 10% off your first order to
get things started
icon-email Subscribe

Subscribe to our email and receive Exclusive Discounts & New Product Arrival
details

We love our Fringe Family and Our Customers! We are headquartered in Austin,
Texas. Keep Austin Lifting!

Come by and see us and test out our products! 

Call us at 512-201-4404! We love to talk as much as we love to lift!

 * instagram Instagram
 * Facebook
 * YouTube
 * twitter Twitter
 * Pinterest


WHO WE ARE!

Who We Are!
 * Wholesale - Sales Team
 * Certified Fringe Sport Gyms
 * Brands
 * Want to be a Fringe Sport Ambassador?
 * Affiliate Program
 * Careers - We're Hiring!
 * Learn
 * Sitemap
 * About Us


SHOPPING RESOURCES

Shopping Resources
 * Contact Us
 * Deals & Discounts
 * Gift Cards
 * Customer Financing
 * Retail Store - Austin, TX
 * Shipping & Returns
 * Privacy Policy
 * Product Liability Disclaimer
 * Accessibility Policy
 * Terms Of Service
 * Help


CUSTOMER SERVICE

Customer Service
 * Self-Serve Returns
 * Price Match
 * Warranty
 * Contact Us

 * Amazon
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024 Fringe Sport


icon-X "Close (esc)"
icon-X icon-chevron
icon-X
Fringe Sport: Improving Lives Through Strength