All of our products go through an intense breaking-down process that gives them a vintage feel you’ll love because it’s broken in from day one of wearing it.
All of our hats are adjustable!
$48.00 Original price was: $48.00.$29.28Current price is: $29.28.
All of our products go through an intense breaking-down process that gives them a vintage feel you’ll love because it’s …
All of our products go through an intense breaking-down process that gives them a vintage feel you’ll love because it’s broken in from day one of wearing it.
All of our hats are adjustable!
| Colour | ${to}%`;}returnlabel;}functionupdateValuesOptions(options){if(!Array.isArray(options))returnoptions;returnoptions.map((option)=>{var_a;if(option.filterType==="percent_sale"){option.values=(_a=option.values)==null?void0:_a.map((item)=>{item.key=item.key.replace("*-",":").replace("-*",":").replace("-",":");item.label=formatPercentSaleLabel(item.to,item.from);returnitem;});}returnoption;});}functiongetQueryParamByKey(key){consturlParams=newURLSearchParams(window.location.search);returnurlParams.get(key);}functionconvertValueRequestStockStatus(v){if(typeofv==="string"){if(v==="out-of-stock")returnfalse;returntrue;}if(Array.isArray(v)){returnv.map((_v)=>{if(_v==="out-of-stock"){returnfalse;}returntrue;});}}functionisMobileWidth(){returnwindow.innerWidth0){for(constkey2incustomParams){params.set(key2,customParams[key2]);}}constresponse=awaitfetch(`${url}?${params}`,{method:"GET"});constHTTP_STATUS_NEED_FALLBACK=[404,413,403,500];if(HTTP_STATUS_NEED_FALLBACK.includes(response.status)){enableProductFilterFallback();}constresJson=awaitresponse.json();consttype=isSearchPage()?"search":"filter";saveRequestId(type,(_a=resJson==null?void0:resJson.meta)==null?void0:_a.rid);constPRE_ACTION="boostSdPreAction";setLocalStorage(PRE_ACTION,type);lethtml="";if(resJson.html){html=awaitresJson.html;block[widgetDomId].filterTree=resJson.filter;if(resJson.bundles){block[widgetDomId].dynamicBundles=resJson.bundles;saveRequestId(type,(_b=resJson==null?void0:resJson.meta)==null?void0:_b.rid,resJson.bundles);}resJson.filter.options=updateValuesOptions(resJson.filter.options);consttimestamp=(/*@__PURE__*/newDate()).getTime();window.boostWidgetIntegration.blocks[widgetDomId].cache[key]=__spreadProps(__spreadValues({},resJson),{timestamp});const{filterLayout,filterTreeHorizontalStyle,filterTreeMobileStyle,filterTreeVerticalStyle}=((_c=resJson.setting)==null?void0:_c.filterSettings), {};if(filterLayout&&filterTreeHorizontalStyle&&filterTreeMobileStyle&&filterTreeVerticalStyle){console.log("EnsureLayoutsettings");window.boostWidgetIntegration.blocks[widgetDomId].filterSettings=__spreadValues(__spreadValues({},window.boostWidgetIntegration.blocks[widgetDomId].filterSettings),{filterLayout,filterTreeHorizontalStyle,filterTreeMobileStyle,filterTreeVerticalStyle});}}else{html=awaitresponse.text();}if((_d=resJson.meta)==null?void0:_d.money_format){shop.money_format=resJson.meta.money_format;}if((_e=resJson.meta)==null?void0:_e.money_format_with_currency){shop.money_format_with_currency=resJson.meta.money_format_with_currency;}if((_f=resJson.meta)==null?void0:_f.currency){shop.currency=resJson.meta.currency;}if(html&&widgetDomId){constwidget=document.getElementById(widgetDomId);constapp=window.boostWidgetIntegration.app["production"];checkCssAndRender(app,widget,html);window.boostWidgetIntegration.blocks[widgetDomId].isLoadingHtml=false;}}functioninitBlocks(blocks,feature,app,templateSettings,sort,widgetId,defaultParams){for(constblockofblocks){window.boostWidgetIntegration.blocks[block.id]=window.boostWidgetIntegration.blocks[block.id], {};constcontext=window.boostWidgetIntegration.blocks[block.id];context.widgetInfo={};context.widgetInfo=templateSettings;context.templateSettings=templateSettings;context.app=app;context.id=block.id;context.document=block;context.cache=context.cache, {};if(defaultParams)context.defaultParams=defaultParams;context.blockType=feature, "filter";context.defaultSort=sort;context.widgetId=widgetId;if(feature==="recommendation")context.widgetId=block.id.replace("boost-sd-widget-","");}}varaddParamsLocale=(params)=>{var_a,_b,_c,_d,_e,_f,_g;if(parseFloat(`${(_b=(_a=window.Shopify)==null?void0:_a.currency)==null?void0:_b.rate}`)===1)returnparams;return__spreadProps(__spreadValues({},params),{currency_rate:(_d=(_c=window.Shopify)==null?void0:_c.currency)==null?void0:_d.rate,currency:(_f=(_e=window.Shopify)==null?void0:_e.currency)==null?void0:_f.active,country:(_g=window.Shopify)==null?void0:_g.country,return_all_currency_fields:false});};vargetLocalStorage=(key)=>{try{constvalue=localStorage.getItem(key);if(value)returnJSON.parse(value);returnnull;}catch(error){returnnull;}};varsetLocalStorage=(key,value)=>{try{localStorage.setItem(key,JSON.stringify(value));}catch(error){console.log("ErrorsetLocalStorage",error);}};varremoveLocalStorage=(key)=>{try{localStorage.removeItem(key);}catch(error){console.log("ErrorsetLocalStorage",error);}};varPRE_REQUEST_IDS="boostSdPreRequestIds";varPLACEMENT={product_page:"product_page",search_page:"search_page",instant_search:"instant_search"};functionsaveRequestId(type="filter",request_id,bundles=[]){if(!request_id)return;constrequestIds=getLocalStorage(PRE_REQUEST_IDS), {};requestIds[type]=request_id;if(bundles&&Array.isArray(bundles)){bundles.forEach((bundle)=>{letplacement="";switch(type){case"search":placement=PLACEMENT.search_page;break;case"suggest":placement=PLACEMENT.search_page;break;case"product_page_bundle":placement=PLACEMENT.product_page;default:break;}requestIds[`${bundle.widgetId}_${placement}`]=request_id;});}setLocalStorage(PRE_REQUEST_IDS,requestIds);}functionroundToNearest50(num){constremainder=num%50;if(remainder>25){returnnum+(50-remainder);}else{returnnum-remainder;}}functioncheckCssAndRender(app,dom,html){if(!dom)return;if(app.themeCssLoaded&&app.settingsCSSLoaded){dom.innerHTML=html;window.boostWidgetIntegration.status="ready";lazyLoadImages(dom);return;}lettempElement;constinterval=setInterval(()=>{if(app.themeCssLoaded&&app.settingsCSSLoaded){console.log("cssloaded");if(tempElement){document.body.removeChild(tempElement);}dom.innerHTML=html;window.boostWidgetIntegration.status="ready";lazyLoadImages(dom);clearInterval(interval);}else{if(tempElement)return;tempElement=document.createElement("div");tempElement.style.display="none";tempElement.innerHTML=html;document.body.appendChild(tempElement);consthasProductList=!!tempElement.querySelector(".boost-sd__product-list");if(hasProductList&&isMobileWidth()){constproductImages=Array.from(tempElement.querySelectorAll(".boost-sd__product-imageimg")).slice(0,6);productImages.forEach((elm)=>{if(elm.src){constimg=newImage();img.src=elm.src;}});}}},50);}functionlazyLoadImages(dom){if(!dom)return;constlazyImages=dom.querySelectorAll("img[loading='lazy']");lazyImages.forEach(function(img){inViewPortHandler([img.parentElement],(element)=>{constimg2=element.querySelector("img[loading='lazy']");if(img2){img2.removeAttribute("loading");}});});}functioninViewPortHandler(elements,callback){varobserver=newIntersectionObserver(functionintersectionObserverCallback(entries,observer2){entries.forEach(function(entry){if(entry.isIntersecting){callback(entry.target);observer2.unobserve(entry.target);}});});elements.forEach(function(element){observer.observe(element);});}varisBadUrl=(url)=>{try{if(!url){url=getWindowLocation().search;}varurlParams=decodeURIComponent(url).split("&");varisXSSUrl=false;if(urlParams.length>0){for(vari=0;i{varhref=window.location.href;varescapedHref=href.replace(/%3C/g,"<").replace(/%3E/g,">");varrebuildHrefArr=[];for(vari=0;i1){rebuildSearch=hrefWithoutHash.split("?")[1];if(rebuildSearch.length>0){rebuildSearch="?"+rebuildSearch;}}return{pathname:window.location.pathname,href:rebuildHref,search:rebuildSearch};};varisBadSearchTerm=(term)=>{if(typeofterm=="string"){term=term.toLowerCase();vardomEvents=["imgsrc","script","alert","onabort","popstate","afterprint","beforeprint","beforeunload","blur","canplay","canplaythrough","change","click","contextmenu","copy","cut","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","ended","error","focus","focusin","focusout","fullscreenchange","fullscreenerror","hashchange","input","invalid","keydown","keypress","keyup","load","loadeddata","loadedmetadata","loadstart","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseout","mouseout","mouseup","offline","online","pagehide","pageshow","paste","pause","play","playing","progress","ratechange","resize","reset","scroll","search","seeked","seeking","select","show","stalled","submit","suspend","timeupdate","toggle","touchcancel","touchend","touchmove","touchstart","unload","volumechange","waiting","wheel"];varpotentialEventRegex=newRegExp(domEvents.join("=, on"));varcountOpenTag=(term.match(//g), []).length;varisAlert=(term.match(/alert(/g), []).length;varisConsoleLog=(term.match(/console.log(/g) |
|---|
Hoodies
Hoodies | Aviator Nation RAINBOW HEART STITCH SLEEVELESS RELAXED CROPPED PULLOVER HOODIE – ICE
Boyfriend Tees
Boyfriend Tees | Aviator Nation SIGNATURE SAN FRANCISCO BOYFRIEND TEE – NEON BLUE NEONBLUE
Boyfriend Tees
Boyfriend Tees | Aviator Nation MALIBU BOYFRIEND TEE – TIE DYE BUBBLEGUM TIEDYEBUBBLEGUM
Hoodies
Hoodies | Aviator Nation LOGO STRIPE SLEEVELESS CROP PULLOVER HOODIE – HEATHER GREY HEATHERGREY
Boyfriend Tees
Boyfriend Tees | Tees | Aviator Nation DREAMY DRAW 2023 BOYFRIEND TEE – VINTAGE WHITE VINTAGEWHITE
Reviews
There are no reviews yet.