{"product_id":"vintage-vibe-toyota-tacoma-39thirty-hat","title":"Vintage Toyota Tacoma Hat | New Era 39THIRTY Stretch Fit Cap","description":"\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Vintage Style Toyota Tacoma Hat\",\n  \"image\": \"https:\/\/shopbattlebornclothing.com\/cdn\/shop\/files\/battle-born-logo.png\",\n  \"description\": \"Snatch up this Vintage Style Tacoma hat today! Built on an ultra-premium New Era 39THIRTY Stretch-fit hat, featuring our custom-designed Toyota Tacoma vintage style 3-bar embroidery patch.\",\n  \"sku\": \"TACOMA-VINTAGE-NEWERA-01\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Battle Born Clothing\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/shopbattlebornclothing.com\/products\/vintage-vibe-toyota-tacoma-39thirty-hat\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"34.99\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"availability\": \"https:\/\/schema.org\/InStock\"\n  }\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a New Era 39THIRTY hat?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The New Era 39THIRTY is a premier stretch-fit style. It features a structured crown, a pre-curved visor, and a closed back with an interior stretch band that perfectly contours to your head for unmatched, all-day comfort without the need for an adjustable strap.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What do the 3 bars on the patch represent?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The 3-bar design pays homage to the legendary vintage Toyota racing stripes (Yellow, Orange, and Red), symbolizing decades of off-road dominance and the deep motorsport heritage behind the Tacoma.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the patch durable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Absolutely. We use super high-quality, fade-resistant thread for our custom embroidery patches, ensuring your hat looks sharp whether you are working in the garage, out on the trail, or at a car meet.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\"@type\": \"ListItem\", \"position\": 1, \"name\": \"Home\", \"item\": \"https:\/\/shopbattlebornclothing.com\"},\n    {\"@type\": \"ListItem\", \"position\": 2, \"name\": \"Toyota Apparel\", \"item\": \"https:\/\/shopbattlebornclothing.com\/collections\/toyota-hats-vintage-apparel\"},\n    {\"@type\": \"ListItem\", \"position\": 3, \"name\": \"Vintage Style Toyota Tacoma Hat\"}\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── CSS VARIABLES - TACOMA HERITAGE ── *\/\n  :root {\n    --th-void: #090A0C;        \/* Deep matte black *\/\n    --th-panel: #14161C;       \/* Slate dashboard grey *\/\n    --th-steel: #262A35;       \/* Gunmetal trim *\/\n    \n    \/* TRD Heritage Accents *\/\n    --th-red: #D22730;         \/* TRD Red *\/\n    --th-orange: #F37021;      \/* TRD Orange *\/\n    --th-yellow: #FDBD15;      \/* TRD Yellow *\/\n    \n    \/* Typography - Ultra High Contrast *\/\n    --th-text-bright: #F4F5F7; \/* Pure white headings *\/\n    --th-text-body: #D1D5DB;   \/* Crisp silver\/grey for body reading *\/\n    --th-text-dim: #9CA3AF;    \/* Muted specs\/captions *\/\n    \n    --th-radius: 6px;\n    --th-shadow: 0 15px 40px rgba(0,0,0,0.8);\n    --th-glow-orange: 0 4px 25px rgba(243, 112, 33, 0.25);\n    \n    \/* Geometric Cuts *\/\n    --th-clip-edge: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);\n    --th-clip-btn: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);\n  }\n\n  \/* ── BACKGROUND TEXTURE ── *\/\n  .th-bg-wrapper {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    background-color: var(--th-void);\n    color: var(--th-text-body);\n    line-height: 1.85;\n    position: relative;\n    padding: 3rem 1.5rem;\n    overflow: hidden;\n  }\n  \n  \/* CSS \"Technical Grid\" Pattern *\/\n  .th-bg-wrapper::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    z-index: 0;\n    opacity: 0.15;\n    background-size: 30px 30px;\n    background-image: \n      linear-gradient(to right, var(--th-steel) 1px, transparent 1px),\n      linear-gradient(to bottom, var(--th-steel) 1px, transparent 1px);\n    pointer-events: none;\n  }\n\n  .th-content {\n    max-width: 1050px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* ── STRIPE UTILITIES ── *\/\n  .th-text-gradient {\n    background: linear-gradient(90deg, var(--th-yellow), var(--th-orange), var(--th-red));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    display: inline-block;\n  }\n\n  \/* ── TYPOGRAPHY ── *\/\n  .th-content h1, \n  .th-content h2, \n  .th-content h3 {\n    color: var(--th-text-bright);\n    margin-top: 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 0.08em;\n  }\n  .th-content p {\n    font-size: 1.15rem;\n    margin-bottom: 1.8rem;\n  }\n  .th-content strong {\n    color: var(--th-text-bright);\n    font-weight: 800;\n  }\n  .th-content a {\n    color: var(--th-orange);\n    text-decoration: none;\n    border-bottom: 1px dashed var(--th-orange);\n    transition: all 0.3s ease;\n  }\n  .th-content a:hover {\n    color: var(--th-yellow);\n    border-bottom-style: solid;\n    border-color: var(--th-yellow);\n    text-shadow: 0 0 10px rgba(253, 189, 21, 0.4);\n  }\n\n  \/* ── HERO HEADER ── *\/\n  .th-hero {\n    background: linear-gradient(145deg, var(--th-panel) 0%, rgba(9, 10, 12, 0.9) 100%);\n    padding: 5rem 3rem;\n    position: relative;\n    border: 1px solid var(--th-steel);\n    clip-path: var(--th-clip-edge);\n    box-shadow: var(--th-shadow), var(--th-glow-orange);\n    margin-bottom: 4rem;\n    text-align: center;\n    overflow: hidden;\n  }\n  .th-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 6px;\n    background: linear-gradient(90deg, var(--th-yellow), var(--th-orange), var(--th-red));\n  }\n  .th-badge {\n    display: inline-block;\n    background: transparent;\n    color: var(--th-orange);\n    font-size: 0.9rem;\n    font-weight: 900;\n    letter-spacing: 0.2em;\n    padding: 6px 18px;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    border: 1px solid var(--th-orange);\n    border-radius: 50px;\n    box-shadow: inset 0 0 15px rgba(243, 112, 33, 0.15);\n  }\n  .th-hero h1 {\n    font-size: 3.5rem;\n    line-height: 1.15;\n    margin-bottom: 1.5rem;\n  }\n  \n  \/* Background Watermark *\/\n  .th-hero::after {\n    content: 'TACOMA';\n    position: absolute;\n    bottom: -20px; left: 50%;\n    transform: translateX(-50%);\n    font-size: 7rem;\n    color: rgba(255, 255, 255, 0.02);\n    letter-spacing: 5px;\n    font-weight: 900;\n    font-style: italic;\n    pointer-events: none;\n  }\n\n  \/* ── SECTION HEADINGS ── *\/\n  .th-section-title {\n    font-size: 2.2rem;\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-top: 5rem;\n    margin-bottom: 2rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px solid var(--th-steel);\n    position: relative;\n  }\n  .th-section-title::before {\n    content: '\/\/\/';\n    color: var(--th-orange);\n    font-size: 1.6rem;\n  }\n  .th-section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -2px; left: 0; width: 100px; height: 3px;\n    background: var(--th-orange);\n  }\n\n  \/* ── FEATURE GRID ── *\/\n  .th-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n    margin: 3rem 0;\n  }\n  .th-card {\n    background: rgba(20, 22, 28, 0.85);\n    backdrop-filter: blur(5px);\n    border: 1px solid var(--th-steel);\n    padding: 2.5rem 2rem;\n    clip-path: var(--th-clip-edge);\n    transition: transform 0.3s ease, border-color 0.3s ease;\n    position: relative;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.5);\n  }\n  .th-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 4px; height: 100%;\n    background: var(--th-steel);\n    transition: background 0.3s ease;\n  }\n  .th-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--th-orange);\n    box-shadow: var(--th-glow-orange);\n  }\n  .th-card:hover::before {\n    background: linear-gradient(180deg, var(--th-yellow), var(--th-orange), var(--th-red));\n  }\n  .th-card h3 {\n    font-size: 1.3rem;\n    color: var(--th-text-bright);\n    margin-bottom: 0.8rem;\n    border-bottom: 1px dashed var(--th-steel);\n    padding-bottom: 0.5rem;\n  }\n  .th-card p {\n    font-size: 1.05rem;\n    margin-bottom: 0;\n    color: var(--th-text-body);\n  }\n\n  \/* ── LORE \/ HERITAGE BOX ── *\/\n  .th-lore-box {\n    background: linear-gradient(90deg, var(--th-panel) 0%, rgba(9, 10, 12, 0.8) 100%);\n    border: 1px solid var(--th-steel);\n    border-left: 6px solid var(--th-red);\n    padding: 2.5rem 3rem;\n    margin: 4rem 0;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.8);\n    position: relative;\n    overflow: hidden;\n  }\n  .th-lore-box h3 {\n    color: var(--th-yellow);\n    font-size: 1.8rem;\n    margin-bottom: 1rem;\n  }\n\n  \/* ── INFO TABLES (Specs) ── *\/\n  .th-table-wrap {\n    overflow-x: auto;\n    margin: 3rem 0;\n    border: 1px solid var(--th-steel);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.7);\n  }\n  .th-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 600px;\n    background: var(--th-panel);\n  }\n  .th-table th {\n    background: var(--th-void);\n    color: var(--th-orange);\n    padding: 1.5rem;\n    text-align: left;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    font-weight: 900;\n  }\n  .th-table td {\n    padding: 1.5rem;\n    border-bottom: 1px solid var(--th-steel);\n    color: var(--th-text-body);\n  }\n  .th-table td strong {\n    color: var(--th-text-bright);\n  }\n  .th-table tr:hover td {\n    background: rgba(255,255,255,0.02);\n  }\n\n  \/* ── FAQ ACCORDION ── *\/\n  .th-faq details {\n    background: var(--th-panel);\n    border: 1px solid var(--th-steel);\n    margin-bottom: 1rem;\n    transition: all 0.3s;\n  }\n  .th-faq details[open] {\n    border-color: var(--th-orange);\n    box-shadow: var(--th-glow-orange);\n    background: var(--th-void);\n  }\n  .th-faq summary {\n    padding: 1.5rem 2rem;\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: var(--th-text-bright);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .th-faq summary::-webkit-details-marker { display: none; }\n  .th-faq summary::after {\n    content: '+';\n    color: var(--th-orange);\n    font-size: 1.8rem;\n    font-weight: 900;\n  }\n  .th-faq details[open] summary::after {\n    content: '−';\n    color: var(--th-red);\n  }\n  .th-faq details[open] summary {\n    border-bottom: 1px solid var(--th-steel);\n  }\n  .th-faq p {\n    padding: 1.5rem 2rem;\n    margin: 0;\n    color: var(--th-text-body);\n  }\n\n  \/* ── LIFESTYLE CTA (No Form) ── *\/\n  .th-cta-banner {\n    background: linear-gradient(0deg, var(--th-void) 0%, var(--th-panel) 100%);\n    border: 1px solid var(--th-steel);\n    padding: 5rem 3rem;\n    margin-top: 6rem;\n    position: relative;\n    text-align: center;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.9);\n    clip-path: var(--th-clip-edge);\n  }\n  .th-cta-banner::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 6px;\n    background: linear-gradient(90deg, var(--th-yellow), var(--th-orange), var(--th-red));\n  }\n  .th-cta-banner h2 {\n    font-size: 2.8rem;\n    color: var(--th-text-bright);\n    margin-bottom: 1.5rem;\n    border: none;\n  }\n  .th-cta-banner h2::after { display: none; }\n  .th-cta-banner p {\n    max-width: 650px;\n    margin: 0 auto 3rem;\n    color: var(--th-text-dim);\n    font-size: 1.2rem;\n  }\n  \n  .th-btn {\n    display: inline-block;\n    background: var(--th-orange);\n    color: var(--th-text-bright) !important;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 0.15em;\n    font-size: 1.15rem;\n    padding: 1.5rem 3.5rem;\n    border: none;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    box-shadow: 0 10px 20px rgba(243, 112, 33, 0.2);\n    clip-path: var(--th-clip-btn);\n  }\n  .th-btn:hover {\n    background: var(--th-yellow);\n    color: var(--th-void) !important;\n    box-shadow: 0 15px 30px rgba(253, 189, 21, 0.4);\n    transform: translateY(-3px);\n  }\n  \n  \/* ── SUBTLE FORMSPREE BLOCK (For Clubs) ── *\/\n  .th-club-form {\n    margin-top: 5rem;\n    padding-top: 4rem;\n    border-top: 1px dashed var(--th-steel);\n    text-align: center;\n  }\n  .th-club-form h3 {\n    font-size: 1.8rem;\n    color: var(--th-text-bright);\n    margin-bottom: 1rem;\n  }\n  .th-form {\n    max-width: 600px;\n    margin: 2rem auto 0;\n    text-align: left;\n  }\n  .th-form-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.5rem;\n    margin-bottom: 1.5rem;\n  }\n  .th-form-group input, .th-form-group textarea {\n    width: 100%;\n    background: var(--th-void);\n    border: 1px solid var(--th-steel);\n    color: var(--th-text-bright);\n    padding: 1.2rem;\n    font-family: inherit;\n    font-size: 1rem;\n    box-sizing: border-box;\n    transition: all 0.3s ease;\n  }\n  .th-form-group input:focus, .th-form-group textarea:focus {\n    outline: none;\n    border-color: var(--th-orange);\n    box-shadow: inset 0 0 10px rgba(243, 112, 33, 0.15);\n  }\n  .th-form-btn {\n    width: 100%;\n    background: var(--th-panel);\n    color: var(--th-orange);\n    border: 1px solid var(--th-orange);\n    padding: 1.2rem;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  .th-form-btn:hover {\n    background: var(--th-orange);\n    color: var(--th-text-bright);\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 768px) {\n    .th-bg-wrapper { padding: 2rem 1rem; }\n    .th-hero { padding: 3rem 1.5rem; }\n    .th-hero h1 { font-size: 2.6rem; }\n    .th-section-title { font-size: 1.8rem; }\n    .th-cta-banner { padding: 3rem 1.5rem; }\n    .th-btn { width: 100%; text-align: center; }\n    .th-lore-box { padding: 2rem 1.5rem; }\n    .th-form-row { grid-template-columns: 1fr; gap: 1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"th-bg-wrapper\"\u003e\n\u003cdiv class=\"th-content\"\u003e\n\u003cdiv class=\"th-hero\"\u003e\n\u003cspan class=\"th-badge\"\u003ePremium Collection\u003c\/span\u003e\n\u003ch1\u003eVintage Style \u003cbr\u003e\u003cspan class=\"th-text-gradient\"\u003eToyota Tacoma Hat\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"margin-bottom: 0; max-width: 750px; margin: 0 auto; position: relative; z-index: 2;\"\u003eSnatch up this Vintage Style Tacoma hat today. We take an ultra-premium New Era 39THIRTY Stretch-fit hat and add our custom 3-bar embroidery patch to create the ultimate everyday off-road accessory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"th-section-title\"\u003eEngineered for the Enthusiast\u003c\/h2\u003e\n\u003cp\u003eYou won't regret adding this to your gear bag. Whether you're navigating rocky trails or heading out with friends, it's the perfect way to keep the sun out of your eyes and let everyone know that you're a proud Tacoma driver.\u003c\/p\u003e\n\u003cdiv class=\"th-grid\"\u003e\n\u003cdiv class=\"th-card\"\u003e\n\u003ch3\u003eNew Era 39THIRTY Base\u003c\/h3\u003e\n\u003cp\u003eThis isn't a standard, flimsy snapback. Built on the world-renowned New Era 39THIRTY platform, it features a structured, low-profile crown and a pre-curved visor for an instantly tailored look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"th-card\"\u003e\n\u003ch3\u003eStretch-Fit Comfort\u003c\/h3\u003e\n\u003cp\u003eExperience zero pressure points. The specialized closed-back stretch-fit sweatband perfectly contours to the shape of your head, offering a secure, custom-feeling fit that lasts all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"th-card\"\u003e\n\u003ch3\u003eVintage 3-Bar Embroidery\u003c\/h3\u003e\n\u003cp\u003eThe center of the cap features super high-quality embroidery showcasing our custom-designed Toyota Tacoma vintage style 3-bar patch, adding a crucial touch of heritage style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"th-lore-box\"\u003e\n\u003ch3\u003eThe Tacoma Legacy\u003c\/h3\u003e\n\u003cp\u003eIntroduced in 1995 to take over the North American market, the Toyota Tacoma quickly established itself as the undisputed king of mid-size trucks. The vintage Yellow, Orange, and Red 3-bar design on this hat pays homage to the legendary TRD racing era that heavily influenced the aggressive styling and unkillable performance of those early generations. Wear it as a badge of honor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"th-section-title\"\u003eExpedition Specifications\u003c\/h2\u003e\n\u003cdiv class=\"th-table-wrap\"\u003e\n\u003ctable class=\"th-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHat Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAuthentic New Era 39THIRTY Structured Cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFit \u0026amp; Closure\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStretch-to-fit closed back (No plastic strap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProfile\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStructured mid-profile with a pre-curved visor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDecoration\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePremium direct-embroidered Vintage Tacoma 3-Bar Patch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBest For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOverlanding, Car Shows, Daily Wear, Garage Sessions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"th-section-title\"\u003eGarage FAQs\u003c\/h2\u003e\n\u003cdiv class=\"th-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is a New Era 39THIRTY hat?\u003c\/summary\u003e\n\u003cp\u003eThe New Era 39THIRTY is a premier stretch-fit style. It features a structured crown, a pre-curved visor, and a closed back with an interior stretch band that perfectly contours to your head for unmatched, all-day comfort without the need for an adjustable strap.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat do the 3 bars on the patch represent?\u003c\/summary\u003e\n\u003cp\u003eThe 3-bar design pays homage to the legendary vintage Toyota racing stripes (Yellow, Orange, and Red), symbolizing decades of off-road dominance and the deep motorsport heritage behind the Tacoma.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the patch durable?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. We use super high-quality, fade-resistant thread for our custom embroidery patches, ensuring your hat looks sharp whether you are working in the garage, out on the trail, or at a car meet.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"th-cta-banner\"\u003e\n\u003ch2\u003eShow Off Your Tacoma Pride\u003c\/h2\u003e\n\u003cp\u003eStop settling for cheap promo hats that lose their shape. Invest in premium headwear that reflects your respect for quality craftsmanship and automotive history. Don't wait, order yours today!\u003c\/p\u003e\n\u003ca class=\"th-btn\" href=\"https:\/\/shopbattlebornclothing.com\/products\/vintage-vibe-toyota-tacoma-39thirty-hat\"\u003eSecure Your Order\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"th-club-form\"\u003e\n\u003ch3\u003eNeed Gear For Your Local Tacoma Club?\u003c\/h3\u003e\n\u003cp style=\"color: var(--th-text-dim);\"\u003eWe outfit off-road chapters, overland crews, and events. Request a bulk order quote below.\u003c\/p\u003e\n\u003cform class=\"th-form\" method=\"POST\" action=\"https:\/\/formspree.io\/f\/xjgeegop\"\u003e\n\u003cinput value=\"Bulk\/Club Inquiry: Tacoma New Era Hat\" name=\"_subject\" type=\"hidden\"\u003e\n\u003cdiv class=\"th-form-row\"\u003e\n\u003cdiv class=\"th-form-group\"\u003e\u003cinput placeholder=\"Your Name\" required=\"\" type=\"text\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"th-form-group\"\u003e\u003cinput placeholder=\"trailboss@club.com\" required=\"\" name=\"email\" type=\"email\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"th-form-group\"\u003e\u003ctextarea placeholder=\"Tell us about your Toyota club's apparel needs...\" required=\"\" rows=\"3\" name=\"message\"\u003e\u003c\/textarea\u003e\u003c\/div\u003e\n\u003cbutton class=\"th-form-btn\" type=\"submit\"\u003eSend Club Inquiry\u003c\/button\u003e\n\u003c\/form\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Battle Born Clothing","offers":[{"title":"Grey \/ sm\/md","offer_id":41189578309830,"sku":"10650","price":28.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ md\/lrg","offer_id":41189578375366,"sku":"10646","price":28.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ lrg\/xl","offer_id":41189578440902,"sku":"10648","price":28.0,"currency_code":"USD","in_stock":true},{"title":"Woodland Camo \/ sm\/md","offer_id":41189578342598,"sku":"10645","price":28.0,"currency_code":"USD","in_stock":true},{"title":"Woodland Camo \/ md\/lrg","offer_id":41189578408134,"sku":"10647","price":28.0,"currency_code":"USD","in_stock":true},{"title":"Woodland Camo \/ lrg\/xl","offer_id":41189578473670,"sku":"10649","price":28.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/8767\/0982\/products\/vintage-style-toyota-tacoma-hatshop-battle-born-clothing-4823364.jpg?v=1767317589","url":"https:\/\/battlebornclothing.com\/products\/vintage-vibe-toyota-tacoma-39thirty-hat","provider":"Battle Born Clothing","version":"1.0","type":"link"}