feyachi.ca Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://feyachi.ca/
Submission: On November 30 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required">
  <input class="btn" type="submit" value="Submit">
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="ct-login">
    <div class="form-group">
      <label for="customer_email">
        <span> Email Address </span>
        <em>*</em>
      </label>
      <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="customer_password">
        <span> Password </span>
        <em>*</em>
      </label>
      <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]">
    </div>
    <div class="action-btn">
      <input type="submit" class="btn btn-login" value="Login">
      <a class="text-hover forgot-password" href="/account/login#recover">
              Forgot your password?
            </a>
    </div>
  </div>
  <div class="ct-register">
    <a href="/account/register" class="btn btn-register">
              Create An Account
            </a>
  </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="contact"><input type="hidden" name="utf8" value="✓">
  <div class="form-content">
    <div class="form-group">
      <input type="text" required="" id="contactFormName" name="contact[Name]" autocapitalize="words" placeholder="Your Name">
    </div>
    <div class="form-group">
      <input type="email" name="contact[email]" required="" id="contactFormEmail" autocorrect="off" autocapitalize="off" placeholder="Your Email">
    </div>
    <div class="form-group">
      <input type="tel" required="" name="contact[Phone Number]" pattern="[0-9]*" placeholder="Your Phone">
    </div>
    <div class="form-group custom-radio">
      <label>
        <span> Do You Need: </span>
      </label>
      <input checked="" id="do-you-need-1" type="radio" name="contact[Do You Need:]" value="Pricing">
      <label for="do-you-need-1">
        <span> Pricing </span>
      </label>
      <input id="do-you-need-2" type="radio" name="contact[Do You Need:]" value="Answers">
      <label for="do-you-need-2">
        <span> Answers </span>
      </label>
      <input id="do-you-need-3" type="radio" name="contact[Do You Need:]" value="Both">
      <label for="do-you-need-3">
        <span> Both </span>
      </label>
    </div>
    <div class="form-group">
      <label for="contactFormMessage">
        <span> What can i help you with today ? </span>
      </label>
      <textarea rows="6" name="contact[Message]" id="contactFormMessage"></textarea>
    </div>
    <div class="form-group custom-radio last">
      <label>
        <span> How would you like me to contact you? </span>
      </label>
      <input checked="" id="contact-with-you-1" type="radio" name="contact[How would you like me to contact you?]" value="Email">
      <label for="contact-with-you-1">
        <span> Email </span>
      </label>
    </div>
    <div class="actions">
      <input type="submit" class="btn" value="Send Question">
    </div>
  </div>
</form>

Text Content

FEYACHI

Top searches
 * feyachi
 * Tactical Flashlights
 * Tactical Gear
 * Sights
 * Sight
 * light

Most popular
Sale

feyachi
Feyachi V30 2MOA Red Dot Sight with M37 1.5X - 5X Magnifier Combo, Absolute
Co-Witness No reviews
$237.97 $169.98
Sale

feyachi
Feyachi M40 3X Red Dot Magnifier with RS-30 Reflex Sight Combo Kit, Multiple
Reticle System Red Dot Sight & Magnifier Built-in Flip Mount Combo No reviews
$299.99 $150.99
feyachi
Feyachi M37 1.5X - 5X Red Dot Magnifier with RS-30 Reflex Sight Combo Kit,
Multiple Reticle System Red Dot Sight & Magnifier Built-in Flip Mount Combo No
reviews
$144.99


user
0
 * Home
 * All Products
 * Tactical Flashlights
 * Tactical Gear
 * Become A Dealer
 * Blog

Currency
USD


CURRENCY

USD EUR GBP CHF
Language
en


LANGUAGE

enfrrujadees
Sign In
Top searches
 * feyachi
 * Tactical Flashlights
 * Tactical Gear
 * Sights
 * Sight
 * light

Most popular
Sale

feyachi
Feyachi V30 2MOA Red Dot Sight with M37 1.5X - 5X Magnifier Combo, Absolute
Co-Witness No reviews
$237.97 $169.98
Sale

feyachi
Feyachi M40 3X Red Dot Magnifier with RS-30 Reflex Sight Combo Kit, Multiple
Reticle System Red Dot Sight & Magnifier Built-in Flip Mount Combo No reviews
$299.99 $150.99
feyachi
Feyachi M37 1.5X - 5X Red Dot Magnifier with RS-30 Reflex Sight Combo Kit,
Multiple Reticle System Red Dot Sight & Magnifier Built-in Flip Mount Combo No
reviews
$144.99


0

Shop The Looks



WHAT OUR CUSTOMERS SAY...

See what other people, prototype testers and supporters told about us.


RDS-22

I got this red dot about towo weeks ago and i finally got to use it yesterday in
my Tavor X95. I have to say that if you want a really small, compact, and light
red dot this is the one. For the price you are buying the feyachi red dot I'm
not sure if you can beat that since I was hitting the target every time i pulled
the trigger.The dot was very bright for a very sunny day like yesterday.After I
tighten the red dot I shot about 200 rounds and it did not came loose.Did not
add any weight to my riffle. This is perfect when you are running and gunning
like I was doing all day when shooting with this red dot.Under 50 dollars a
great red dot.I would recommend to try it out.


FEYACHI RDS-22 2MOA MICRO RED DOT SIGHT COMPACT RED DOT SCOPE

SAMANTHA

09/30/2021


WL25 TACTICAL FLASHLIGHT

Great tactical flash light. I love that it comes with intergraded mount for
rifle and has the presure switch. Very bright and easy to use and comes with two
spare batteries. Also they are rechargeable. I love this flash light highly
recommend.


FEYACHI WL25 PROFESSIONAL TACTICAL FLASHLIGHT 1200 LUMEN LED LIGHT

SAM SOHOLT

09/29/2021


M37 1.5X - 5X RED DOT MAGNIFIER

Overall I like this magnifier. The mount is very well built and solid, alignment
is great. The magnifier is very solidly built and doesn't have any play in any
of the adjustments. The necessary tools were included to install the magnifier
to the mount and center the dot in the view. The rifle pictured has a red dot
sight, offset sights and a flashlight all from Feyachi that have been great
products.


FEYACHI M37 1.5X - 5X RED DOT MAGNIFIER

MR. TOLLY

10/29/2021


FEYACHI B13 MLOK BIPOD

This was a bang for my buck, super sturdy, well built, fit on my gun nicely, and
much more. For different types of guns I could see issues on compatibility.
However, that said, it’s perfect for customizable height for different terrain.
Would buy again.


FEYACHI B13 MLOK BIPOD 6-9 INCH LIGHTWEIGHT RILFE BIPOD

SHAWN BARTH

09/12//2021

AA

1942 Broadway St., STE 314C. 80302

USA

Call us(whatsapp) at (+1) 6047710503

Wholesale purchase , commercial cooperation, please send to:

marketing@feyachi.com

After sales issues, usage guidelines, please send to:

contact@feyachi.com
 * 
 * 
 * 
 * 
 * 
 * 


COMPANY INFO

 * About Feyachi
 * Become A Dealer
 * Contact
 * Blog


CATEGORIES

 * Home
 * All Products
 * Tactical Flashlights
 * Tactical Gear
 * Become A Dealer
 * Blog


PAYMENT & SHIPPING

 * SHIPPING POLICY
 * RETURN POLICY


CUSTOMER SERVICE

 * Terms Of Service
 * Privacy Policy
 * Return Policy
 * Shipping Policy
 * Affiliates Program


NEWSLETTER SIGN UP

Receive our latest updates about our products and promotions.


©2014- 2021 Feyachi CN Inc. All Rights Reserved. Powered by Feyachistore.Feyachi
by Feyachistore.Com.
 * 
 * 
 * 
 * 
 * 
 * 
 * 


Close

SIGN IN

Email Address *
Password *
Forgot your password?
Create An Account
Close

YOUR CART

0 items

Your cart is currently empty.

Continue Shopping
0%
Only $800.00 away from free shipping
-
Total $0.00
Shipping Taxes and shipping fee will be calculated at checkout
Check Out View Cart
My Wish Lists
Sign In Create an account





You have successfully subscribed!
This email has been registered
Close

Compare Remove All
Products

Rating

Description

Availability

Product Type

SKU

Size

Color

Option





HAVE QUESTIONS?

ASK THE FASHION EXPERT ANYTHING ON FEYACHI BOUTIQUE

We will follow up with you via email within 12-24 hours
Please answer the following questionnaire
Do You Need: Pricing Answers Both
What can i help you with today ?
How would you like me to contact you? Email

ico-collapse
0
Recently Viewed
Sorry, there are no products.
ic-cross-line-top
Top
ic-expand
ic-cross-line-top
ic-close-circle

SHOPPING CART

0 Product
Free shipping on order $50
Mid-season sale up to 70% off. Show now
Free shipping, 30 Days Returns and 2 year Warranty
Your cart is currently empty.
Continue Shopping


--------------------------------------------------------------------------------

-
Total
$0.00
Check Out View Cart