swiftechelon.com Open in urlscan Pro
2620:127:f00f:4::  Public Scan

URL: https://swiftechelon.com/
Submission: On October 21 via api from BE — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input" id="Search-In-Modal-1" type="search" name="q" value="" placeholder="Search" 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">
    <label class="field__label" for="Search-In-Modal-1">Search</label>
    <input type="hidden" name="options[prefix]" value="last">
    <button type="reset" class="reset__button field__button hidden" aria-label="Clear search term">
      <span class="svg-wrapper"><svg fill="none" stroke="currentColor" class="icon icon-close" viewBox="0 0 18 18">
          <circle cx="9" cy="9" r="8.5" stroke-opacity=".2"></circle>
          <path stroke-linecap="round" stroke-linejoin="round" d="M11.83 11.83 6.172 6.17M6.229 11.885l5.544-5.77"></path>
        </svg>
      </span>
    </button>
    <button class="search__button field__button" aria-label="Search">
      <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19">
          <path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"></path>
        </svg>
      </span>
    </button>
  </div>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66">
        <circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" 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">
    <label class="field__label" for="Search-In-Modal">Search</label>
    <input type="hidden" name="options[prefix]" value="last">
    <button type="reset" class="reset__button field__button hidden" aria-label="Clear search term">
      <span class="svg-wrapper"><svg fill="none" stroke="currentColor" class="icon icon-close" viewBox="0 0 18 18">
          <circle cx="9" cy="9" r="8.5" stroke-opacity=".2"></circle>
          <path stroke-linecap="round" stroke-linejoin="round" d="M11.83 11.83 6.172 6.17M6.229 11.885l5.544-5.77"></path>
        </svg>
      </span>
    </button>
    <button class="search__button field__button" aria-label="Search">
      <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19">
          <path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"></path>
        </svg>
      </span>
    </button>
  </div>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66">
        <circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form action="/cart" method="post" id="cart-notification-form">
  <button class="button button--primary button--full-width" name="checkout"> Check out </button>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input
    type="hidden" name="contact[tags]" value="newsletter">
  <div class="newsletter-form__field-wrapper">
    <div class="field">
      <input id="NewsletterForm--sections--23570635227443__footer" type="email" name="contact[email]" class="field__input" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Email" required="">
      <label class="field__label" for="NewsletterForm--sections--23570635227443__footer"> Email </label>
      <button type="submit" class="newsletter-form__button field__button" name="commit" id="Subscribe" aria-label="Subscribe">
        <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewBox="0 0 14 10">
            <path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

Text Content

Skip to content

 * HOME
 * ABOUT US
 * FEATURED COLLECTIONS
   FEATURED COLLECTIONS
    * Kitchen Appliance's
    * DIY Candle Workshop

 * ORDER LOOKUP
 * FAQs
 * Contact Us


Search



 * HOME
 * ABOUT US
 * FEATURED COLLECTIONS
    * Kitchen Appliance's
    * DIY Candle Workshop

 * ORDER LOOKUP
 * FAQs
 * Contact Us

Search

Cart


ITEM ADDED TO YOUR CART


View cart
Check out
Continue shopping


BROWSE SWIFTECHELONS LATES PRODUCTS

Shop all


FEATURED PRODUCTS


 * 1/3/6PCS JAPANESE STRIPED HEAT-RESISTANT GLASS TRANSPARENT WATER CUP HOME NET
   CELEBRITY INS DRINKING JUICE CUP WINE GLASSES
   
   Sale
   
   
   1/3/6PCS JAPANESE STRIPED HEAT-RESISTANT GLASS TRANSPARENT WATER CUP HOME NET
   CELEBRITY INS DRINKING JUICE CUP WINE GLASSES
   
   Regular price From $12.00 USD
   Regular price $34.00 USD Sale price From $12.00 USD
   Unit price /  per 
   Sale


 * 100PCS WAXED COTTON CANDLE WICKS SET WITH STAND ORIGINAL SMOKELESS CANDLE
   WICKS SOY OIL WAX CORE WOVEN MAKING CANDLES SUPPLIES
   
   Sale
   
   
   100PCS WAXED COTTON CANDLE WICKS SET WITH STAND ORIGINAL SMOKELESS CANDLE
   WICKS SOY OIL WAX CORE WOVEN MAKING CANDLES SUPPLIES
   (106)
   
   Regular price From $6.99 USD
   Regular price $12.62 USD Sale price From $6.99 USD
   Unit price /  per 
   Sale


 * 16/18/20/24 COLORS CANDLE DYES PIGMENT SET
   
   Sale
   
   
   16/18/20/24 COLORS CANDLE DYES PIGMENT SET
   (32)
   
   Regular price From $26.99 USD
   Regular price $45.99 USD Sale price From $26.99 USD
   Unit price /  per 
   Sale


 * 2LB NATURAL SOYBEAN WAX SLICE, CANDLE WAX, AROMATHERAPY CANDLE RAW MATERIALS
   100% ADDITIVE FREE SMOKELESS CANDLE MAKING SUPPLIES
   
   Sale
   
   
   2LB NATURAL SOYBEAN WAX SLICE, CANDLE WAX, AROMATHERAPY CANDLE RAW MATERIALS
   100% ADDITIVE FREE SMOKELESS CANDLE MAKING SUPPLIES
   (3)
   
   Regular price From $34.99 USD
   Regular price $58.98 USD Sale price From $34.99 USD
   Unit price /  per 
   Sale


 * 3.5 OZ PURE NATURAL ESSENTIAL OILS
   
   Sale
   
   
   3.5 OZ PURE NATURAL ESSENTIAL OILS
   (152)
   
   Regular price $12.99 USD
   Regular price $38.99 USD Sale price $12.99 USD
   Unit price /  per 
   Sale


 * 400ML INFRARED INDUCTION AUTOMATIC SOAP LIQUID DISPENSER
   
   Sale
   
   
   400ML INFRARED INDUCTION AUTOMATIC SOAP LIQUID DISPENSER
   (1)
   
   Regular price $49.99 USD
   Regular price $72.99 USD Sale price $49.99 USD
   Unit price /  per 
   Sale


 * 7/9/12INCH 304 STAINLESS STEEL FOOD TONGS
   
   Sale
   
   
   7/9/12INCH 304 STAINLESS STEEL FOOD TONGS
   (50)
   
   Regular price From $34.99 USD
   Regular price $50.00 USD Sale price From $34.99 USD
   Unit price /  per 
   Sale


 * HAMBURGER PATTY MAKER PRESS 304 STAINLESS STEEL NON-STICK ROUND MANUAL RICE
   BALL MOLD THICKNESS ADJUSTED KITCHEN BEEF BBQ TOOLS
   
   Sale
   
   
   HAMBURGER PATTY MAKER PRESS 304 STAINLESS STEEL NON-STICK ROUND MANUAL RICE
   BALL MOLD THICKNESS ADJUSTED KITCHEN BEEF BBQ TOOLS
   (24)
   
   Regular price From $32.99 USD
   Regular price $49.00 USD Sale price From $32.99 USD
   Unit price /  per 
   Sale

View all


SUBSCRIBE TO OUR EMAIL LIST

Email
Payment methods
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024, swiftechelon
 * Privacy policy

 * Choosing a selection results in a full page refresh.
 * Opens in a new window.




We use cookies to improve your experience and track website usage.
I understand