{{ store.name }} — {{ page.name }} Store.currency_sign = "{{ store.currency.sign }}"; Store.item_singular = "item in bag"; Store.item_plural = "items in bag"; Store.discount_off = "% off"; Store.show_shipping = {{ cart.shipping.enabled }}; {{ head_content }}
Bow Scraps by Jared Zachary and Freedom From Doubt
Freedom From Doubt
  • JavaScript must be enabled to use this store!

HANDMADE FASHION NECKWEAR


Freedom From Doubt takes a fresh approach on the classic dapper gentleman. Designer Jared Zachary developed his eye for design while studying architecture, but his interest in designing spaces was soon translated into fashion. He launched Freedom From Doubt in 2009 producing hand-crafted bow ties, neckties, and pocket squares in the United States. The designs feature a variety of fabric options including wool, cashmere, silk, cotton, and linen. Jared constructs every piece by hand to ensure impeccable quality. Tastemakers worldwide seek out Freedom From Doubt for its one of a kind styles.


Freedom From Doubt defines self-confidence. The brand offers distinctive handmade accessories that will accent the individuality of your style, and take any styled wardrobe to a new level.


"Tomorrow has come; the paradigm that represents success has been permanently altered. It is time to bury our misconceptions of what defines the successful man and woman and face the day with confidence in ourselves. We may consider ourselves successful if we are free from doubt." ~Jared Zachary

  • Garment Care & Instruction
  • Shipping & Delivery
  • Privacy & Security
  • Returns & Replacements

Professional dry clean items only when necessary. Our items are intended to be well-cared for and washing them may shrink, deform, discolor, or tear them. Items damaged through improper care and cleaning will not be returnable.

All items are shipped next business day via USPS. We deliver anywhere worldwide, including PO boxes and rural addresses for a flat $5.95 fee for US national and $15.95 for International. Standard delivery time is 1-3 working days.

We use PayPal for credit card payments, and PayPal automatically encrypts your confidential information in transit from your computer to ours using the Secure Sockets Layer protocol (SSL) with an encryption key length of 128-bits (the highest level commercially available). You don't need to have a PayPal account to purchase from us. Although if you already have a PayPal account you may use it. We never store your credit card details.

Unworn items (excluding damaged things) can be exchanged within 15 days of delivery with a proof of purchase. Please include a copy of the packing slip that was sent with your original purchase and e-mail us to receive sending address. If a product is faulty, it may be exchanged for a new product (subject to availability) which will be shipped at no additional charge.

Freedom From Doubt

FREEDOM FROM DOUBT by Jared Zachary © 2012

| handmade in the United States

var j = jQuery.noConflict(); // fixing header j(document).ready(function() { /* Header Collapse */ j(window).bind('scroll', function() { var scrollTop = j(this).scrollTop(); if(scrollTop > 38) { j("#headerWrap, #content").addClass('fixed'); } if(scrollTop < 38) { j("#headerWrap, #content").removeClass('fixed'); } }); }); // for map var j = jQuery.noConflict(); j(document).ready(function() { j('.content-map').hide(); j('.expand-map').click(function(event){ event.preventDefault(); var content = j(this).next('.content-map'); j('.content-map').not(content).hide(250); content.slideToggle(250); }); }); // for footer var j = jQuery.noConflict(); j(document).ready(function() { j('.content').hide(); j('.expand').click(function() { j('.content').toggle(400); return false; }); j('.expand').click(function(){ if(j("#footer").css("height")=="265px") // check for height j("#footer").css("height", "545"); else j("#footer").css("height", "265"); }); });