loadsupport.bagriders.com Open in urlscan Pro
69.16.242.11  Public Scan

URL: https://loadsupport.bagriders.com/
Submission: On November 02 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 7 forms found in the DOM

GET https://loadsupport.bagriders.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://loadsupport.bagriders.com/catalogsearch/result/" method="get">
  <div class="field search"><label class="label" for="search" data-role="minisearch-label"><span>Search</span></label>
    <div class="control"><input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" aria-expanded="false"
        autocomplete="off" data-block="autocomplete-form">
      <div id="search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button></div>
</form>

GET https://loadsupport.bagriders.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form_mobile" action="https://loadsupport.bagriders.com/catalogsearch/result/" method="get">
  <div class="searchbar">
    <div class="search-status">
      <div class="idle" data-role="idle-indicator"></div>
      <div class="active" data-role="active-indicator"><img src="https://loadsupport.bagriders.com/static/version1635328392/frontend/BagRiders/load-support/en_US/images/loader-1.gif" alt="Searching"></div>
    </div>
    <div class="search-input"><label for="mobile-search-keyword">Search</label> <input type="search" name="q" id="mobile-search-input" spellcheck="false" autocomplete="off"></div>
  </div>
  <div class="mobile-search-autocomplete" data-role="search-results" id="mobile_search_autocomplete"></div>
  <div class="actions" style="display: none;"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button></div>
</form>

POST https://loadsupport.bagriders.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://loadsupport.bagriders.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter"><label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control"><input name="email" type="email" id="newsletter" placeholder="email address" data-validate="{required:true, 'validate-email':true}"></div>
  </div>
  <div class="actions"><button class="action subscribe primary" title="Sign Up" type="submit"><span>Sign Up</span></button></div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://loadsupport.bagriders.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: submitLoginForm }" id="modal-login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="modal-customer-email"><span data-bind="i18n: 'Email'">Email</span></label>
      <div class="control">
        <input name="username" id="modal-customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}">
      </div>
    </div>
    <div class="field password required">
      <label for="modal-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="modal-pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}">
      </div>
    </div>
    <div class="forgot-password sectional">
      <a class="action" data-bind="click: showLostPasswordForm">
                            <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                        </a>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') --><!-- /ko -->
    <div class="actions sectional">
      <div class="primary">
        <button type="submit" class="action action-login primary" name="send" id="modal-send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
    </div>
    <div class="additional-actions">
      <a class="action" data-bind="click: showCreateAccountForm">
                            <span data-bind="i18n: 'Create an Account!'">Create an Account!</span>
                        </a>
    </div>
  </div>
</form>

POST

<form class="form form-create-account" method="post" data-mage-init="{&quot;validation&quot;:{}}" data-bind="event: {submit: submitCreateAccountForm }" id="modal-create-account-form">
  <div class="fieldset create-account" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field firstname required">
      <label class="label" for="modal-customer-firstname"><span data-bind="i18n: 'First Name'">First Name</span></label>
      <div class="control">
        <input name="firstname" id="modal-customer-firstname" type="text" class="input-text" required="true" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-validate="{required:true}">
      </div>
    </div>
    <div class="field lastname required">
      <label class="label" for="modal-customer-lastname"><span data-bind="i18n: 'Last Name'">Last Name</span></label>
      <div class="control">
        <input name="lastname" id="modal-customer-lastname" type="text" class="input-text" required="true" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-validate="{required:true}">
      </div>
    </div>
    <div class="field email required">
      <label class="label" for="modal-create-account-email"><span data-bind="i18n: 'Email'">Email</span></label>
      <div class="control">
        <input name="email" id="modal-create-account-email" type="email" class="input-text" required="true" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-validate="{required:true, 'validate-email':true}">
      </div>
    </div>
    <div class="field password required">
      <label for="modal-create-account-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" required="true" id="modal-create-account-pass" data-validate="{required:true}">
      </div>
    </div>
    <div class="field password required">
      <label for="modal-create-account-pass-confirm" class="label"><span data-bind="i18n: 'Confirm Password'">Confirm Password</span></label>
      <div class="control">
        <input name="password_confirmation" type="password" class="input-text" required="true" id="modal-create-account-pass-confirm" data-validate="{required:true, equalTo: '#modal-create-account-pass'}">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-create-account-form-fields') --><!-- /ko -->
    <div class="actions sectional">
      <div class="primary">
        <button type="submit" class="action action-create-account primary" name="send" id="login-modal-create-account">
          <span data-bind="i18n: 'Create Account'">Create Account</span>
        </button>
      </div>
    </div>
    <div class="additional-actions">
      <a class="action" data-bind="click: showLoginForm">
                            <span data-bind="i18n: 'Already have an account? Go sign in!'">Already have an account? Go sign in!</span>
                        </a>
    </div>
  </div>
</form>

POST

<form class="form form-lost-password" method="post" data-mage-init="{&quot;validation&quot;:{}}" data-bind="event: {submit: submitLostPasswordForm }" id="modal-lost-password-form">
  <div class="fieldset lost-password" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="modal-lost-password-email"><span data-bind="i18n: 'Email'">Email</span></label>
      <div class="control">
        <input name="email" id="modal-lost-password-email" type="email" class="input-text required" required="true" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}"
          data-validate="{required:true, 'validate-email':true}">
      </div>
    </div>
    <div class="actions sectional">
      <div class="primary">
        <button type="submit" class="action action-lost-password primary" name="send" id="modal-lost-password-submit">
          <span data-bind="i18n: 'Send It'">Send It</span>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

My Cart
 * Orders
 * Returns
 * Wish List
 * Account Settings
 * Sign Out

Sign In
Search
Search

Search
 * Compare Products

Menu
Search
Search

Search
Select Your Vehicle
 * Suspension Kits
 * Air Management
   * Control Systems
   * Air Line
   * Electrical
   * Water Traps
   * Air Filters
   * Thread Tape and Sealant
 * Replacement Parts
   * Hardware
   * Controllers
 * Wheels
   * Ready to Ship
     * Cosmis Racing
       * Cosmis Racing MRII Matte Bronze
     * Cosmis Racing MRII Matte Bronze

Login or Create Account
844-404-7344
Email Us

Account

Select your Vehicle:
MakeAcuraBuickCadillacChevroletChryslerDodgeEagle
SummitFordGMCHondaHummerHyundaiInfinityIsuzuJeepKiaLand
RoverLexusLincolnMazdaMercuryMitsubishiNissanOldsmobilePlymouthPontiacSaabSaturnScionSuzukiToyotaVolkswagen
Model
Generation
Drivetrain
Browse Parts Continue Clear Vehicle
Shop Management
Adjust your air springs and level out your vehicle from the drivers seat with
these control systems.
Shop Suspension
Find the right load support bags for your vehicle to achieve safe and
predictable handling while trailing heavy loads.
Shop Replacement Parts
Find various replacement parts for your load support system here.
Shop Wheels
Nothing sets off a build like the right choice of wheels. Choose from our
ever-growing selection from brands like Fuel Off-Road and Rotiform.
Tech Documents
Installation Guides | Wiring Diagrams | User Manuals
Load Support FAQ
You've got questions? We've got answers!
Bag Riders
 * Blog
 * Careers
 * Our Story
 * Brands
 * Gift Cards

Get Help
 * Tech Documents
 * Air Ride FAQ
 * Shipping and Delivery
 * Returns

Info
 * Contact Us
 * Terms and Conditions
 * Cookies
 * Warranties

Get the Lowdown
Keep up to date with the latest deals, news, and releases!
Sign Up for Our Newsletter:

Sign Up

Copyright © Bag Riders LLC, All Rights Reserved

We use cookies as part of our website's functionality. To learn more about
cookies, how we use them, and how to disable them, please see our Cookie Policy.
OK

Close

Close

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?

Close
You've Selected

Continue Shopping Browse Parts

Close
Select your Vehicle:
MakeAcuraBuickCadillacChevroletChryslerDodgeEagle
SummitFordGMCHondaHummerHyundaiInfinityIsuzuJeepKiaLand
RoverLexusLincolnMazdaMercuryMitsubishiNissanOldsmobilePlymouthPontiacSaabSaturnScionSuzukiToyotaVolkswagen
Model
Generation
Drivetrain
Browse Parts Continue Clear Vehicle

Close
Log In

Email

Password

Forgot Your Password?
Sign In
Create an Account!
First Name

Last Name

Email

Password

Confirm Password

Create Account
Already have an account? Go sign in!
It happens... enter your email address below and we'll send you instructions on
how to recover your password.
Email

Send It
Okay