The review would not show in product details on storefront since it does not support to.
Description
TIPS: Our goods are authentic, with genuine patents, counterfeit must be investigated! Customers, please identify our products!
Fast refund>>100% Money Back Guarantee
Secure Payments Via PayPal®
Buy 2 or more itemsFree Shipping
Material: Yarn
Head circumference: 57cm (adjustable)
Cap depth: 9cm
Hat brim: 8cm
Perfect finishing touch to every attire. Dress it up with a top coat and a suit or dress it down with a t-shirt and sneakers. This hat will instantly have you looking your best on every occasion.
Hat sizeis based on the circumference of the head. In order to determine your proper hat size, you must take a measurement of your head.
Using a tape measure, measure your head about one-half inch above your eyebrows where your hat will rest. Be certain that the tape measure is straight, not twisted. Alternatively, you can use piece of string to measure your head, and then measure the length of the string with a ruler. If you are not certain about size, or are between sizes, buy the larger size.
Use the chart below to determine your hat size based on the measurement you take.
About transport: Many businesses choose to use plastic bags in order to save costs. This will make the hat produce creases. Our packages arepacked in cardboard boxes to protect them from distortion
exceptional CRAFTSMANSHIP Making hats never gets old, only the folks making them. With this comes generations of experience at our craft. We combine old world methods with a modern mindset because quality people deserve quality hats.
To avoid an unpleasant shopping experience. All customers are strongly encouraged to watch our short "How to Measure Hat Size" video before purchase. Besides, hat sizes do not run small. To ensure a seamless buying experience, we highly recommend that you take the time to properly measure your hat size and review our Hat Sizing chart.
Insured Worldwide Shipping: Each order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.
Money-Back Guarantee: If your items arrive damaged or become defective within 30 days of usage, we will gladly issue out a replacement or refund.
24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.
Safe & Secure Checkouts: We use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.
SHIPPING
We ship to 127 countries, including the US, CA, AU and all countries in Europe. AFTER-SALE SERVICE Dear Customer, purchase any product here and try it in the comfort of your own home for 14 days. If for whatever reason you’re not completely satisfied, then return the product within 14 days!
Our warehouse’s real picture,in City of Industry CA
You may also like
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const settings_product_swatches_name = ["color"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
let productUrl = data.url;
if (data.seo_url) {
productUrl = data.seo_url;
}
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.includes('color')) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name;
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `