www.feelfreeus.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: http://www.feelfreekayak.com//
Effective URL: https://www.feelfreeus.com/
Submission: On June 30 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="capital-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div class="cart-drawer__top">
      <h3 class="type-subheading type-subheading--1 wow fadeIn" id="cart_dialog_label">
        <span class="cart-drawer--title">Your cart</span>
      </h3>
      <div class="cart-close-icon-wrapper">
        <button type="button" class="slide-menu cart-close-icon cart-menu-close alt-focus">
          <svg width="28" height="28" aria-label="Close cart" xmlns="http://www.w3.org/2000/svg" tabindex="-1">
            <g stroke="#330" fill="none" fill-rule="evenodd">
              <circle cx="14" cy="14" r="13.5"></circle>
              <path stroke-linecap="square" d="M12.158 8.474L17.684 14M12.158 19.527L17.684 14"></path>
            </g>
          </svg>
          <span class="sr-only">Close cart</span>
        </button>
      </div>
    </div>
    <div class="cart-drawer__empty-div"></div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your cart is currently empty. </div>
    <script type="application/template" id="cart-item-template"> <li>
          <article class="cart-item">
            <div class="cart-item-image--wrapper">
              <a class="cart-item-link" href="" tabindex="-1">
                <img
                  class="cart-item-image"
                  src="/product/image.jpg"
                  alt=""
                />
              </a>
            </div>
            <div class="cart-item-details--wrapper">
              <h3 class="cart-item__title">
                <a href="" class="cart-item-link cart-item-details--product-title-wrapper">
                  <span class="cart-item-product-title"></span>
                  <span class="cart-item-variant-title hide"></span>
                  <span class="cart-item-selling-plan hide"></span>
                </a>
              </h3>

              <div class="cart-item-price-wrapper">
                <span class="sr-only">Now</span>
                <span class="cart-item-price"></span>
                <span class="sr-only">Was</span>
                <span class="cart-item-price-original"></span>
                <span class="cart-item-price-per-unit"></span>
              </div>

              <ul class="cart-item-drawer-properties"></ul>

              <ul class="order-discount--cart-list" aria-label="Discount"></ul>

              <div class="cart-item--qtys">
                <div class="cart-item--quantity-remove-wrapper">
                  <div class="cart-item--quantity-wrapper">
                    <button
                      type="button"
                      class="alt-focus cart-item-quantity-button cart-item-decrease"
                      data-amount="-1"
                      aria-label="Reduce item quantity by one"
                    ><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" stroke="#330"><circle cx="8" cy="8" r="7.5"/><path stroke-linecap="square" d="M4.706 8h6.588"/></g></svg>
</button>
                    <input
                      type="text"
                      class="cart-item-quantity"
                      min="1"
                      pattern="[0-9]*"
                      aria-label="Quantity"
                    >
                    <button
                      type="button"
                      class="alt-focus cart-item-quantity-button cart-item-increase"
                      data-amount="1"
                      aria-label="Increase item quantity by one"
                    ><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" stroke="#330"><circle cx="8" cy="8" r="7.5"/><path stroke-linecap="square" d="M4.706 8h6.588M8 4.706v6.588"/></g></svg>
</button>
                  </div>
                </div>
                <div class="cart-item-remove-button-container">
                  <button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">Remove</button>
                </div>
              </div>
            </div>
          </article>
        </li>
      </script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="cart--subtotals">
        <span class="cart-price-text">Subtotal</span>
        <div class="cart--subtotals_figures">
          <div class="ajax-cart--cart-original-price">
            <span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span>
          </div>
          <div class="ajax-cart--total-price hide">
            <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
            <h5 id="cart_drawer_subtotal">
              <span class="cart-total-price" id="cart-price">$0.00</span>
            </h5>
          </div>
        </div>
      </div>
      <div class="cart--shipping-message rte">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn hover-animation cart-button-checkout hide">
          <span class="button-text cart-button-checkout-text">Checkout</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
      </div>
    </div>
  </div>
</form>

GET /search

<form class="header-search-form form" action="/search" method="get" data-header-search-form="">
  <div class="header-search-input-wrapper">
    <label for="header-search" aria-label="Type to search">
      <button class="header-search-submit header-search-submit--minimal" type="button" aria-label="Submit" data-header-search-submit=""><svg>
          <use xlink:href="#icon-search"></use>
        </svg></button>
      <span class="header-search-text" tabindex="0">Search</span>
      <input id="header-search" name="q" type="text" placeholder="Type to search" value="" class="form-input is-predictive hidden" data-show-prices="true" data-show-vendor="false" aria-hidden="true" tabindex="0" autocomplete="off" autocorrect="off"
        spellcheck="false">
      <span class="header-search-clear" aria-label="Clear search input" tabindex="0"><svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
          <rect x="10.2353" y="10.9424" width="14.4749" height="1" transform="rotate(-135 10.2353 10.9424)"></rect>
          <rect x="10.9424" y="0.707031" width="14.4749" height="1" transform="rotate(135 10.9424 0.707031)"></rect>
        </svg></span>
    </label>
  </div>
  <div class="header-search-results-wrapper" data-header-search-results-wrapper="">
    <div class="close-icon" aria-label="Close search" tabindex="0" data-header-search-results-close=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
        stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg></div>
    <div class="header-search-results" data-header-search-results="">
    </div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <h5 class="section-title">join us for news updates &amp; offers</h5>
  <div class="form-errors">
  </div>
  <div class="form-field">
    <input type="hidden" name="contact[tags]" value="" data-mailing-list-tags="">
    <label class="form-label" for="footer-mailing-list-email" aria-label="Your email">
      <input class="form-input form-full" type="email" name="contact[email]" id="footer-mailing-list-email" placeholder="Your email" value="">
    </label>
  </div>
  <div class="form-actions">
    <button class="button hover-animation " type="submit" value="Sign up" aria-label="Sign up"><span class="button-text">Sign up</span></button>
  </div>
</form>

GET /search

<form class="footer-search-form" action="/search" method="get" data-footer-content-item="search" data-footer-search="">
  <div class="form-field">
    <label for="footer-search" aria-label="Type to search">
      <input class="form-input is-predictive" data-show-prices="true" data-show-vendor="false" id="footer-search" name="q" type="text" placeholder="Type to search" value="" aria-hidden="true" tabindex="0" autocomplete="off" autocorrect="off"
        spellcheck="false">
      <span class="footer-search-clear" aria-label="Clear search input" tabindex="0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
          stroke-linejoin="round" class="feather feather-x">
          <line x1="18" y1="6" x2="6" y2="18"></line>
          <line x1="6" y1="6" x2="18" y2="18"></line>
        </svg></span>
    </label>
    <button class="button" aria-label="Search" type="submit">Search</button>
  </div>
  <div class="footer-search-results-wrapper" data-footer-search-results-wrapper="">
    <div class="close-icon" aria-label="Close search" tabindex="0" data-footer-search-results-close=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
        stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg></div>
    <div class="footer-search-results" data-footer-search-results="">
    </div>
  </div>
</form>

Text Content

YOUR CART

Close cart


Your cart is currently empty.
Subtotal
$0.00

$0.00

Taxes and shipping calculated at checkout
Checkout


SUMMER SAVINGS ARE HERE - CLICK TO SEE ALL PROMOTIONS!

Search






 * Log in Or create an account
   
   WE'RE HERE TO HELP
   
    * 828-774-5511
    * info@feelfreeus.com

 * 

 * The Feelfree Experience
 * Current Promotions
 * Kayaks
   * Fishing Kayaks
   * Pedal Kayaks
   * Fish 'n Fun
   * Recreational Kayaks
   * Sit-On-Top Kayaks
   * Adventure / Touring
   * Moken Series
   * Lure Series
   * Big Fish Series
 * Outfitting & Accessories
   * Paddles
   * Kayak Fishing Gear
   * Rudders & Skegs
   * Overdrive Units & Accessories
   * Electronics & Batteries
   * Parts & Hardware
   * Seats
   * Apparel & Swag
 * Dry Bags & Coolers
   * Coolers
   * Dry Bags
 * Dealers
 * Blog
 * F3 Team

 * The Feelfree Experience
 * Current Promotions
 * Kayaks
   * Fishing Kayaks
   * Pedal Kayaks
   * Fish 'n Fun
   * Recreational Kayaks
   * Sit-On-Top Kayaks
   * Adventure / Touring
   * Moken Series
   * Lure Series
   * Big Fish Series
 * Outfitting & Accessories
   * Paddles
   * Kayak Fishing Gear
   * Rudders & Skegs
   * Overdrive Units & Accessories
   * Electronics & Batteries
   * Parts & Hardware
   * Seats
   * Apparel & Swag
 * Dry Bags & Coolers
   * Coolers
   * Dry Bags
 * Dealers
 * Blog
 * F3 Team

 * The Feelfree Experience
 * Current Promotions
 * Kayaks
   * Fishing Kayaks
   * Pedal Kayaks
   * Fish 'n Fun
   * Recreational Kayaks
   * Sit-On-Top Kayaks
   * Adventure / Touring
   * Moken Series
   * Lure Series
   * Big Fish Series
 * Outfitting & Accessories
   * Paddles
   * Kayak Fishing Gear
   * Rudders & Skegs
   * Overdrive Units & Accessories
   * Electronics & Batteries
   * Parts & Hardware
   * Seats
   * Apparel & Swag
 * Dry Bags & Coolers
   * Coolers
   * Dry Bags
 * Dealers
 * Blog
 * F3 Team

icon-account icon-account icon-arrow-right icon-arrow-down icon-arrow-next
icon-arrow-prev icon-slideshow-next icon-slideshow-previous icon-comment
icon-heart icon-cart icon-bag icon-close icon-glasses icon-menu icon-minus
icon-play icon-plus social-seach social-facebook social-fancy social-instagram
social-pinterest social-rss social-twitter


THE FEELFREE EXPERIENCE


THE FEELFREE EXPERIENCE


FISHING KAYAKS


FISHING KAYAKS


RECREATIONAL KAYAKS


RECREATIONAL KAYAKS


MOKEN SERIES


MOKEN SERIES


THE FEELFREE EXPERIENCE


THE FEELFREE EXPERIENCE


FISHING KAYAKS


FISHING KAYAKS


POPULAR FISHING KAYAKS


FISHING KAYAKS

13% off


MOKEN 10 V2

$699.00 $799.00
6% off


MOKEN 12.5 V2

$799.00 $849.00
23% off


LURE 11.5 V2

$999.00 $1,299.00
10% off


LURE 10 V2

$899.00 $999.00
7% off


MOKEN 10 PDL

$1,299.00 $1,399.00


FLASH PEDAL KAYAK

$999.00 +
6% off


LURE II TANDEM

$1,499.00 $1,599.00
4% off


LURE II TANDEM - W/ OVERDRIVE

$2,599.00 $2,699.00
21% off


LURE 13.5 V2

$1,099.00 $1,399.00
5% off


LURE 11.5 V2 W/ OVERDRIVE

$1,999.00 $2,099.00
7% off


MOKEN 12.5 PDL

$1,299.00 $1,399.00
5% off


LURE 13.5 V2 W/ OVERDRIVE

$1,999.00 $2,099.00
25% off


MOKEN 10 LITE V2

$599.00 $799.00
Sold out


DORADO V2 W/OVERDRIVE PEDAL SYSTEM

$2,499.00 $2,699.00



View all


RESOURCES • F3 TEAM JOURNAL • NEWS & UPDATES

May 16, 2024


ASK A FEELFREE PRO: PICKING JIG SKIRT COLORS

Arguably one of the most productive big fish baits in the world of bass fishing
is the jig.  The mantra “jigs catch bigs” is the basis for many successful
angling...

May 14, 2024


2024 BASSMASTER KAYAK SERIES NATIONAL CHAMPIONSHIP

What tournament did you compete in? I recently had the incredible opportunity to
participate in the 2024 Bassmaster Kayak Series National Championship. Where was
the tournament located? The tournament took place at Tenkiller...

March 25, 2024


2023 FIPSED KAYAK FISHING WORLD CHAMPIONSHIP!

June 2023, the time has finally come. After weeks or even months of
preparations, I’m finally ready to hit to the road to Tennessee, to officially
represent my country at...


DEALER LOCATOR

START YOUR SEARCH

JOIN US FOR NEWS UPDATES & OFFERS



Sign up

QUICK LINKS

 * About Us
 * Contact Us
 * Customer Support
 * Dealer Support
 * Product Registration
 * Privacy Policy
 * Return Policy
 * Terms Of Service

CONTACT US

114 Buckeye Cove Rd
Swannanoa NC 28778

Main: 828.774.5511
Shopping: 877-529-2570
Email: info@feelfreeus.com

CONNECT WITH US

social-vimeo social-youtube
 * 
 * 
 * 
 * 

 * 
 * 

Search






This website uses cookies to ensure you get the best experience.  Learn more