kraken-wallets.com Open in urlscan Pro
2620:127:f00f:4::  Public Scan

Submitted URL: https://krakenwallets.com/
Effective URL: https://kraken-wallets.com/
Submission: On October 02 via api from JP — Scanned from CA

Form analysis 9 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h3 class="type-subheading type-subheading--1 wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h3>
      <a href="#" class="slide-menu cart-close-icon cart-menu-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></a>
    </div>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" 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>
					</a>

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

						<div class="cart-item--quantity-price-wrapper">
							<div class="cart-item--quantity-wrapper">
								<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
								<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
								<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
							</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</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>
    <div class="cart-items"></div>
    <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="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <span class="cart-price-text type-subheading">Subtotal</span>
        <span class="cart-total-price" id="cart-price"><span class="money">$0.00</span></span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"> <shopify-accelerated-checkout-cart
              wallet-configs="[{&quot;name&quot;:&quot;shop_pay&quot;,&quot;wallet_params&quot;:{&quot;shopId&quot;:27150352454,&quot;merchantName&quot;:&quot;Kraken Wallets&quot;}}]" access-token="14d41d61b20b7999007cc9bd30d9331f" buyer-country="US"
              buyer-locale="en" buyer-currency="USD" shop-id="27150352454" cart-id="49ae35a812a67fbefcc9005b97b192a2">
              <ul class="wallet-cart-grid" data-shopify-buttoncontainer="true" role="list">
                <li data-testid="grid-cell" class="wallet-cart-button-container">
                  <div class="wallet-cart-button wallet-cart-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
                </li>
              </ul>
            </shopify-accelerated-checkout-cart> </div>
        </div>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <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-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <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>
          </a>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

POST /cart/add

<form method="post" action="/cart/add" id="add-to-cart-form" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" id="cart-link" value="/cart">
  <ul class="product-page--pricing">
    <!-- Variant price -->
    <li class="product-page--pricing--variant-price">
      <span class="js" id="price-field"><span class="money">$29.95</span></span>
    </li>
    <!-- Variant 'compare at' price -->
    <li class="product-page--pricing--variant-compare-at-price">
      <span class="compare-at-price js hide"></span>
    </li>
    <li class="product-page--pricing--price-per-unit"></li>
  </ul>
  <div class="row homepage-sections--indiv-product-slider-variants">
    <div class="swatches-wrapper col-md-12">
      <div class="swatch clearfix" data-option-index="0">
        <div class="swatch-title">Color</div>
        <div data-value="Brown" class="swatch-element color brown available">
          <div class="tooltip">Brown</div>
          <input id="section-1601783199204-swatch-0-brown" type="radio" name="option-0" value="Brown" checked="">
          <label for="section-1601783199204-swatch-0-brown" style="background-color: brown; background-image: url(//kraken-wallets.com/cdn/shop/files/brown.png?v=1321856494321114049)">
            <img class="crossed-out" src="//kraken-wallets.com/cdn/shop/t/6/assets/soldout.svg?v=76651119936436619561593283793">
          </label>
        </div>
        <div data-value="Denim Blue" class="swatch-element color denim-blue available">
          <div class="tooltip">Denim Blue</div>
          <input id="section-1601783199204-swatch-0-denim-blue" type="radio" name="option-0" value="Denim Blue">
          <label for="section-1601783199204-swatch-0-denim-blue" style="background-color: blue; background-image: url(//kraken-wallets.com/cdn/shop/files/denim-blue.png?v=7056248578774758422)">
            <img class="crossed-out" src="//kraken-wallets.com/cdn/shop/t/6/assets/soldout.svg?v=76651119936436619561593283793">
          </label>
        </div>
        <div data-value="Black Pearl" class="swatch-element color black-pearl available">
          <div class="tooltip">Black Pearl</div>
          <input id="section-1601783199204-swatch-0-black-pearl" type="radio" name="option-0" value="Black Pearl">
          <label for="section-1601783199204-swatch-0-black-pearl" style="background-color: pearl; background-image: url(//kraken-wallets.com/cdn/shop/files/black-pearl.png?v=17303651626137071091)">
            <img class="crossed-out" src="//kraken-wallets.com/cdn/shop/t/6/assets/soldout.svg?v=76651119936436619561593283793">
          </label>
        </div>
      </div>
    </div>
    <select name="id" id="ProductSelect-1601783199204" data-section="1601783199204" class="form-control original-select product-form__variants no-js">
      <option selected="selected" value="32137711419462"> Brown - $29.95 </option>
      <option value="32137711452230"> Denim Blue - $29.95 </option>
      <option value="32137711484998"> Black Pearl - $29.95 </option>
    </select>
    <div class="quantity-controls__outer swatches-wrapper col-md-6 col-sm-12 col-12">
      <label for="Quantity">Quantity</label>
      <div class="quantity-controls">
        <button type="button" class="qty-minus">-</button>
        <input type="text" id="Quantity" name="quantity" value="1" min="1" class="quantity-selector">
        <button type="button" class="qty-plus">+</button>
      </div>
    </div>
    <div class="col-md-12 col-sm-12 col-12 featured-product--submit-action">
      <button type="submit" name="add" id="purchase" class="btn  secondary-button" data-cart-action="drawer">Add to Cart</button>
      <div data-shopify="payment-button" class="shopify-payment-button" style="opacity: 1;"> <shopify-accelerated-checkout
          recommended="{&quot;name&quot;:&quot;shop_pay&quot;,&quot;wallet_params&quot;:{&quot;shopId&quot;:27150352454,&quot;merchantName&quot;:&quot;Kraken Wallets&quot;}}"
          fallback="{&quot;name&quot;:&quot;buy_it_now&quot;,&quot;wallet_params&quot;:{}}" access-token="14d41d61b20b7999007cc9bd30d9331f" buyer-country="US" buyer-locale="en" buyer-currency="USD"
          variant-params="[{&quot;id&quot;:32137711419462,&quot;requiresShipping&quot;:true},{&quot;id&quot;:32137711452230,&quot;requiresShipping&quot;:true},{&quot;id&quot;:32137711484998,&quot;requiresShipping&quot;:true}]" shop-id="27150352454"
          requires-shipping=""><shop-pay-wallet-button access-token="14d41d61b20b7999007cc9bd30d9331f" buyer-country="US" buyer-currency="USD" wallet-params="{&quot;shopId&quot;:27150352454,&quot;merchantName&quot;:&quot;Kraken Wallets&quot;}"
            page-type="product" slot="button" requires-shipping="" call-to-action=""></shop-pay-wallet-button><more-payment-options-link buyer-country="US" access-token="14d41d61b20b7999007cc9bd30d9331f" recommended-instrument="ShopPay"
            slot="more-options"><a class="shopify-payment-button__more-options" id="more-payment-options-link" href="#">More payment options</a>
            <style>
              #more-payment-options-link {
                cursor: pointer
              }
            </style>
          </more-payment-options-link></shopify-accelerated-checkout> </div>
    </div>
  </div>
  <input type="hidden" name="product-id" value="4714175496262"><input type="hidden" name="section-id" value="1601783199204">
</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="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <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-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="lds-dual-ring newsletter-spinner hide"></div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

DIALOG

<form method="dialog" data-ref="form">
  <fieldset class="fieldset-popup__warning" data-ref="fieldset" role="document">
    <legend data-ref="message" id="m1rzfi2d"></legend>
    <div data-ref="template"></div>
  </fieldset>
  <menu class="menu-popup__warning">
    <button data-ref="cancel"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg></button>
    <button data-ref="accept" value="default"></button>
  </menu>
</form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
</form>

Text Content

YOUR CART


Your basket is empty


$0.00

Subtotal $0.00
Place your order

 *  

Now Free Shipping on all items!

 * 
 * 
 * 


 * Home
 * Catalog
 * FAQs
 * Video Reviews


THE QUICKDRAW 2.0 | CRAZY HORSE LEATHER MINIMALIST WALLET

AVAILABLE NOW!

40% Smaller and 5X more durable than the orignal Quickdraw.


THE JAWS

Our best-seller.

A minimalist profile with 12 card slots and a money clip.

Available in vegetable-tanned Oxblood leather or light brown, waxed crazy horse
leather.

 * 
 * 


 * NEW
   
   
   THE FOLD
   
   A leather business card wallet.
   
   Shop Now


 * NEW
   
   
   MINIMALIST WALLETS
   
   Carry all your cards without sacrificing style.
   
   Shop now
   


 * THE QUICKDRAW 2.0
   
   40% smaller and 5X stronger than the original.

   


 * SOMETHING FOR EVERYONE
   
   Wallet styles for every taste and every pocket.
   
   Shop now
   


 * NEW
   
   
   THE FOLD
   
   A leather business card wallet.
   
   Shop Now
   


 * NEW
   
   
   MINIMALIST WALLETS
   
   Carry all your cards without sacrificing style.
   
   Shop now

 1. 1
 2. 2
 3. 3
 4. 4


OUR TOP WALLETS


MOST POPULAR

The Jaws | leather money clip wallet $29.95


The Tommy Boy | Leather card wallet $29.95

The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet $29.95


The Sherlock | leather card holder $32.95


Free shipping Free 3-5 business day delivery
 * Free shipping Free 3-5 business day delivery


TESTIMONIALS



  High quality, unique slim designs, quite functional

Leslie C.
6/29/2020

  Great wallet. The Side Gig is perfect for quick trips to the store or when I
just don't have pocket space for anything larger. Materials are nice, and the
button fastener is a nice touch. Shipping was also quick and easy to track.
Thanks Kraken Wallets!

Jorge A.
6/30/2020

  Shipped quickly, compared to some other brands that share this design its way
less on cost but in my opinion high on quality. Would definitely recommend.

Kyle G.
6/18/2020


NOW AVAILABLE!

Sale
<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/QuickdrawComparison_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1024px" id="ProductPhotoImg"
data-image-id="6656353042502"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/QuickdrawComparison.png?v=1602082472"
/>
Loading...

Loading...
<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307560518"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Front1_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307593286"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Front1.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_SideEmpty_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307626054"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_SideEmpty.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_SideFilled_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307658822"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_SideFilled.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1_Black_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307691590"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1_Black.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Front1_Black_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307724358"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Front1_Black.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1_DenimBlue_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656325058630"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1_DenimBlue.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Front1_DenimBlue_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656325091398"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Front1_DenimBlue.png?v=1602082472"
/>
Loading...

<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/QuickdrawComparison_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1024px" id="ProductPhotoImg"
data-image-id="6656353042502"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/QuickdrawComparison.png?v=1602082472"
/>
Loading...

Loading...
<img class="product-single__photo"
src="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1_1000x1000.png?v=1602082472"
data-sizes="auto" alt="The Quickdraw 2.0 | Crazy Horse Leather Minimalist Wallet
- Kraken Wallets" style="max-width: 1080px" id="ProductPhotoImg"
data-image-id="6656307560518"
data-zoom-img="//kraken-wallets.com/cdn/shop/products/Quickdraw2.0_Back1.png?v=1602082472"
/>
Loading...




THE QUICKDRAW 2.0 | CRAZY HORSE LEATHER MINIMALIST WALLET

   
 * $29.95
   
 * 
 * 

Color
Brown
Denim Blue
Black Pearl
Brown - $29.95 Denim Blue - $29.95 Black Pearl - $29.95
Quantity
- +
Add to Cart
More payment options

Our most popular wallet, The Quickdraw, now 40% smaller and reimagined in strong
and durable Crazy Horse leather, as well as an ID window that is 5x thicker.


The Quickdraw 2.0 is a minimalist wallet with 5 card slots, an ID window, and an
expanding middle section to keep folded cash, business cards, receipts or notes.
Whip it out with easy access to all your cards at a glance, no unfolding or
fumbling to find the right card.

The Quickdraw 2.0 is 4.25 inches long, 2.75 inches tall, and a quarter of an
inch thick. 

 

 


CONTACT US

info@kraken-wallets.com

sales@kraken-wallets.com

5123 W 98th Street

#1222

Minneapolis, Minnesota 55437


LINKS

 * Home
 * Catalog
 * FAQs
 * Video Reviews


JOIN OUR MAILING LIST

Thanks for Joining!





QUESTIONS?

Please see if your question has already been answered on our Frequently Asked
Questions page first (FAQs), and if you still need help email us at
info@kraken-wallets.com

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

© 2024 Kraken Wallets | Powered by Shopify



   
 * 
 * Home
 * Catalog
 * FAQs
 * Video Reviews
 * Log in
 * Create Account


   
 * 

   
 * 

Thanks for Joining!