{"product_id":"fzj80-triplelock-trucker-cap","title":"FZJ80 Triplelock Land Cruiser Trucker Cap | The Ultimate 80 Series Hat","description":"\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"FZJ80 Triplelock Land Cruiser Trucker Cap\",\n  \"image\": \"https:\/\/shopbattlebornclothing.com\/cdn\/shop\/files\/battle-born-logo.png\",\n  \"description\": \"The ultimate gift for Land Cruiser lovers. Nobody makes an FZJ80 hat like Battle Born Clothing. This premium trucker cap features the iconic Triple-Locked dash indicator, breathable mesh, and a durable curved brim for all your outdoor adventures.\",\n  \"sku\": \"FZJ80-TRUCKER-01\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Battle Born Clothing\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/shopbattlebornclothing.com\/products\/fzj80-triplelock-trucker-cap\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"29.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 makes this the ultimate gift for Land Cruiser lovers?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Finding an FZJ80 with factory front, center, and rear locking differentials is the Holy Grail for Toyota enthusiasts. This hat accurately features the exact dashboard indicator of a 'Triple-Locked' 80 Series, making it a highly specific and cherished gift for collectors and off-roaders.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this trucker cap suited for outdoor activities?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes! Engineered with premium quality materials, it features a breathable mesh back to keep you cool, a structured front panel, and a pre-curved brim to protect your face from the sun during daily wear or harsh overland adventures.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does the hat fit?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It features a classic snapback closure, providing a comfortable, adjustable fit for almost all head sizes (One Size Fits Most).\"\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\": \"FZJ80 Triplelock Trucker Cap\"}\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── CSS VARIABLES - DASH INDICATOR THEME ── *\/\n  :root {\n    --fz-void: #050608;        \/* Instrument cluster black *\/\n    --fz-panel: #11131A;       \/* Dash plastic texture *\/\n    --fz-steel: #222633;       \/* Bezel grey *\/\n    \n    \/* Indicator Accents *\/\n    --fz-diff-red: #FF3333;    \/* Glowing diff-lock red *\/\n    --fz-trail-gold: #E5A93C;  \/* Halogen dash glow *\/\n    \n    \/* Typography - Ultra High Contrast *\/\n    --fz-text-bright: #FFFFFF; \/* Pure white headings *\/\n    --fz-text-body: #D1D5DB;   \/* Bright silver\/grey for body reading *\/\n    --fz-text-dim: #9CA3AF;    \/* Muted specs\/captions *\/\n    \n    --fz-radius: 6px;\n    --fz-shadow: 0 15px 40px rgba(0,0,0,0.9);\n    --fz-glow-red: 0 4px 25px rgba(255, 51, 51, 0.25);\n    \n    \/* Technical Cuts *\/\n    --fz-clip-edge: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);\n    --fz-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  .fz-bg-wrapper {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    background-color: var(--fz-void);\n    color: var(--fz-text-body);\n    line-height: 1.85;\n    position: relative;\n    padding: 3rem 1.5rem;\n    overflow: hidden;\n  }\n  \/* CSS \"Dashboard Grid\" Pattern *\/\n  .fz-bg-wrapper::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    z-index: 0;\n    opacity: 0.2;\n    background-size: 40px 40px;\n    background-image: \n      linear-gradient(to right, var(--fz-steel) 1px, transparent 1px),\n      linear-gradient(to bottom, var(--fz-steel) 1px, transparent 1px);\n    pointer-events: none;\n  }\n\n  .fz-content {\n    max-width: 1050px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* ── STRIPE UTILITIES ── *\/\n  .fz-text-gradient {\n    background: linear-gradient(90deg, var(--fz-text-bright), var(--fz-trail-gold));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    display: inline-block;\n  }\n\n  \/* ── TYPOGRAPHY ── *\/\n  .fz-content h1, \n  .fz-content h2, \n  .fz-content h3 {\n    color: var(--fz-text-bright);\n    margin-top: 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 0.08em;\n  }\n  .fz-content p {\n    font-size: 1.15rem;\n    margin-bottom: 1.8rem;\n  }\n  .fz-content strong {\n    color: var(--fz-text-bright);\n    font-weight: 800;\n  }\n  .fz-content a {\n    color: var(--fz-diff-red);\n    text-decoration: none;\n    border-bottom: 1px dashed var(--fz-trail-gold);\n    transition: all 0.3s ease;\n  }\n  .fz-content a:hover {\n    color: var(--fz-trail-gold);\n    border-bottom-style: solid;\n    border-color: var(--fz-trail-gold);\n    text-shadow: 0 0 10px rgba(229, 169, 60, 0.4);\n  }\n\n  \/* ── HERO HEADER ── *\/\n  .fz-hero {\n    background: linear-gradient(145deg, var(--fz-panel) 0%, rgba(5, 6, 8, 0.9) 100%);\n    padding: 5rem 3rem;\n    position: relative;\n    border: 1px solid var(--fz-steel);\n    clip-path: var(--fz-clip-edge);\n    box-shadow: var(--fz-shadow), var(--fz-glow-red);\n    margin-bottom: 4rem;\n    text-align: center;\n    overflow: hidden;\n  }\n  .fz-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 6px;\n    background: linear-gradient(90deg, var(--fz-void), var(--fz-diff-red), var(--fz-trail-gold), var(--fz-void));\n  }\n  .fz-badge {\n    display: inline-block;\n    background: transparent;\n    color: var(--fz-diff-red);\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(--fz-diff-red);\n    border-radius: 50px;\n    box-shadow: inset 0 0 15px rgba(255, 51, 51, 0.15);\n  }\n  .fz-hero h1 {\n    font-size: 3.5rem;\n    line-height: 1.1;\n    margin-bottom: 1.5rem;\n  }\n  \n  \/* Glowing \"Triple Locked\" icon effect in hero *\/\n  .fz-hero::after {\n    content: '⊗ ⊗ ⊗';\n    position: absolute;\n    bottom: -15px; left: 50%;\n    transform: translateX(-50%);\n    font-size: 6rem;\n    color: rgba(255, 51, 51, 0.05);\n    letter-spacing: 15px;\n    pointer-events: none;\n  }\n\n  \/* ── SECTION HEADINGS ── *\/\n  .fz-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(--fz-steel);\n    position: relative;\n  }\n  .fz-section-title::before {\n    content: '⊗';\n    color: var(--fz-diff-red);\n    font-size: 1.8rem;\n    text-shadow: var(--fz-glow-red);\n  }\n  .fz-section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -2px; left: 0; width: 100px; height: 3px;\n    background: var(--fz-trail-gold);\n  }\n\n  \/* ── FEATURE GRID ── *\/\n  .fz-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n    margin: 3rem 0;\n  }\n  .fz-card {\n    background: rgba(17, 19, 26, 0.85);\n    backdrop-filter: blur(5px);\n    border: 1px solid var(--fz-steel);\n    padding: 2.5rem 2rem;\n    clip-path: var(--fz-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  .fz-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 4px; height: 100%;\n    background: var(--fz-steel);\n    transition: background 0.3s ease;\n  }\n  .fz-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--fz-diff-red);\n    box-shadow: var(--fz-glow-red);\n  }\n  .fz-card:hover::before {\n    background: var(--fz-diff-red);\n  }\n  .fz-card h3 {\n    font-size: 1.3rem;\n    color: var(--fz-text-bright);\n    margin-bottom: 0.8rem;\n    border-bottom: 1px dashed var(--fz-steel);\n    padding-bottom: 0.5rem;\n  }\n  .fz-card p {\n    font-size: 1.05rem;\n    margin-bottom: 0;\n    color: var(--fz-text-body);\n  }\n\n  \/* ── LORE \/ HERITAGE BOX ── *\/\n  .fz-lore-box {\n    background: linear-gradient(90deg, var(--fz-panel) 0%, rgba(5, 6, 8, 0.8) 100%);\n    border: 1px solid var(--fz-steel);\n    border-left: 6px solid var(--fz-diff-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  .fz-lore-box h3 {\n    color: var(--fz-trail-gold);\n    font-size: 1.8rem;\n    margin-bottom: 1rem;\n  }\n\n  \/* ── INFO TABLES (Specs) ── *\/\n  .fz-table-wrap {\n    overflow-x: auto;\n    margin: 3rem 0;\n    border: 1px solid var(--fz-steel);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.7);\n  }\n  .fz-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 600px;\n    background: var(--fz-panel);\n  }\n  .fz-table th {\n    background: var(--fz-void);\n    color: var(--fz-trail-gold);\n    padding: 1.5rem;\n    text-align: left;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    font-weight: 900;\n  }\n  .fz-table td {\n    padding: 1.5rem;\n    border-bottom: 1px solid var(--fz-steel);\n    color: var(--fz-text-body);\n  }\n  .fz-table td strong {\n    color: var(--fz-text-bright);\n  }\n  .fz-table tr:hover td {\n    background: rgba(255,255,255,0.02);\n  }\n\n  \/* ── FAQ ACCORDION ── *\/\n  .fz-faq details {\n    background: var(--fz-panel);\n    border: 1px solid var(--fz-steel);\n    margin-bottom: 1rem;\n    transition: all 0.3s;\n  }\n  .fz-faq details[open] {\n    border-color: var(--fz-diff-red);\n    box-shadow: var(--fz-glow-red);\n    background: var(--fz-void);\n  }\n  .fz-faq summary {\n    padding: 1.5rem 2rem;\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: var(--fz-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  .fz-faq summary::-webkit-details-marker { display: none; }\n  .fz-faq summary::after {\n    content: '+';\n    color: var(--fz-trail-gold);\n    font-size: 1.8rem;\n    font-weight: 900;\n  }\n  .fz-faq details[open] summary::after {\n    content: '−';\n    color: var(--fz-diff-red);\n  }\n  .fz-faq details[open] summary {\n    border-bottom: 1px solid var(--fz-steel);\n  }\n  .fz-faq p {\n    padding: 1.5rem 2rem;\n    margin: 0;\n    color: var(--fz-text-body);\n  }\n\n  \/* ── LIFESTYLE CTA (No Form) ── *\/\n  .fz-cta-banner {\n    background: linear-gradient(0deg, var(--fz-void) 0%, var(--fz-panel) 100%);\n    border: 1px solid var(--fz-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(--fz-clip-edge);\n  }\n  .fz-cta-banner::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 6px;\n    background: linear-gradient(90deg, var(--fz-trail-gold), var(--fz-diff-red));\n  }\n  .fz-cta-banner h2 {\n    font-size: 2.8rem;\n    color: var(--fz-text-bright);\n    margin-bottom: 1.5rem;\n    border: none;\n  }\n  .fz-cta-banner h2::after { display: none; }\n  .fz-cta-banner p {\n    max-width: 650px;\n    margin: 0 auto 3rem;\n    color: var(--fz-text-dim);\n    font-size: 1.2rem;\n  }\n  \n  .fz-btn {\n    display: inline-block;\n    background: var(--fz-diff-red);\n    color: var(--fz-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(255, 51, 51, 0.2);\n    clip-path: var(--fz-clip-btn);\n  }\n  .fz-btn:hover {\n    background: var(--fz-trail-gold);\n    color: var(--fz-void) !important;\n    box-shadow: 0 15px 30px rgba(229, 169, 60, 0.4);\n    transform: translateY(-3px);\n  }\n  \n  \/* ── SUBTLE FORMSPREE BLOCK (For Clubs) ── *\/\n  .fz-club-form {\n    margin-top: 5rem;\n    padding-top: 4rem;\n    border-top: 1px dashed var(--fz-steel);\n    text-align: center;\n  }\n  .fz-club-form h3 {\n    font-size: 1.8rem;\n    color: var(--fz-text-bright);\n    margin-bottom: 1rem;\n  }\n  .fz-form {\n    max-width: 600px;\n    margin: 2rem auto 0;\n    text-align: left;\n  }\n  .fz-form-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.5rem;\n    margin-bottom: 1.5rem;\n  }\n  .fz-form-group input, .fz-form-group textarea {\n    width: 100%;\n    background: var(--fz-void);\n    border: 1px solid var(--fz-steel);\n    color: var(--fz-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  .fz-form-group input:focus, .fz-form-group textarea:focus {\n    outline: none;\n    border-color: var(--fz-diff-red);\n    box-shadow: inset 0 0 10px rgba(255, 51, 51, 0.15);\n  }\n  .fz-form-btn {\n    width: 100%;\n    background: var(--fz-panel);\n    color: var(--fz-trail-gold);\n    border: 1px solid var(--fz-trail-gold);\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  .fz-form-btn:hover {\n    background: var(--fz-trail-gold);\n    color: var(--fz-void);\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 768px) {\n    .fz-bg-wrapper { padding: 2rem 1rem; }\n    .fz-hero { padding: 3rem 1.5rem; }\n    .fz-hero h1 { font-size: 2.4rem; }\n    .fz-section-title { font-size: 1.8rem; }\n    .fz-cta-banner { padding: 3rem 1.5rem; }\n    .fz-btn { width: 100%; text-align: center; }\n    .fz-lore-box { padding: 2rem 1.5rem; }\n    .fz-form-row { grid-template-columns: 1fr; gap: 1rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fz-bg-wrapper\"\u003e\n\u003cdiv class=\"fz-content\"\u003e\n\u003cdiv class=\"fz-hero\"\u003e\n\u003cspan class=\"fz-badge\"\u003eThe Ultimate Gift for Land Cruiser Lovers\u003c\/span\u003e\n\u003ch1\u003eFZJ80 Triplelock \u003cbr\u003e\u003cspan class=\"fz-text-gradient\"\u003eTrucker Cap\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"margin-bottom: 0; max-width: 750px; margin: 0 auto;\"\u003eCommand the trail. Nobody makes a hat for the FZJ80 like Battle Born Clothing. Rep the Holy Grail of off-roading with the premium Triple-Locked dashboard indicator trucker cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fz-section-title\"\u003eEngineered for the Enthusiast\u003c\/h2\u003e\n\u003cp\u003eThis isn't just a hat; it's a statement. Built for the backcountry, this premium quality trucker cap is engineered with high-end materials to survive dust, mud, and intense high-desert sun. Whether you're airing down at the trailhead or wrenching in the garage, stay stylish on the road with unparalleled comfort.\u003c\/p\u003e\n\u003cdiv class=\"fz-grid\"\u003e\n\u003cdiv class=\"fz-card\"\u003e\n\u003ch3\u003eDurable \u0026amp; Versatile Design\u003c\/h3\u003e\n\u003cp\u003eMade with premium materials to endure any weather conditions. The breathable mesh back keeps you cool during intense outdoor activities, while the structured front holds its shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fz-card\"\u003e\n\u003ch3\u003ePre-Curved Sun Protection\u003c\/h3\u003e\n\u003cp\u003eProtect your face from the blinding sun with the pre-curved brim. It provides immediate, out-of-the-box comfort and shade for long days spotting lines on the rocks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fz-card\"\u003e\n\u003ch3\u003eThe Perfect Gifting Accessory\u003c\/h3\u003e\n\u003cp\u003eSurprise your loved ones with the perfect gift for any occasion. With its unique design and hyper-specific Land Cruiser detailing, it is guaranteed to impress any 80 Series collector.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fz-lore-box\"\u003e\n\u003ch3\u003eThe Legend of the Triple-Locked 80 Series\u003c\/h3\u003e\n\u003cp\u003eIf you know, you know. In the off-road community, finding an FZJ80 Land Cruiser with factory-installed front, center, and rear locking differentials is finding the absolute \"Holy Grail.\" When that dashboard light illuminates, it means all four wheels are mechanically locked to spin at the exact same speed. It transforms the 80 Series into an unstoppable force capable of crawling vertical rock faces and pulling heavy rigs out of bottomless mud. This hat honors that legendary capability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fz-section-title\"\u003eExpedition Specifications\u003c\/h2\u003e\n\u003cdiv class=\"fz-table-wrap\"\u003e\n\u003ctable class=\"fz-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\u003ePremium Structured Trucker Cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFit \u0026amp; Sizing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAdjustable Snapback Closure \/ One-Size-Fits-Most (OSFM)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVentilation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHigh-airflow polyester mesh back panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDecoration\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHigh-contrast, direct embroidery of the FZJ80 Differential Lock Indicator\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBest For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLand Cruiser Enthusiasts, Outdoor Accessories, Unique Gift Ideas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fz-section-title\"\u003eTrail FAQs\u003c\/h2\u003e\n\u003cdiv class=\"fz-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes this the ultimate gift for Land Cruiser lovers?\u003c\/summary\u003e\n\u003cp\u003eFinding an FZJ80 with factory front, center, and rear locking differentials is the Holy Grail for Toyota enthusiasts. This hat accurately features the exact dashboard indicator of a \"Triple-Locked\" 80 Series, making it a highly specific and cherished gift for collectors and off-roaders.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this trucker cap suited for outdoor activities?\u003c\/summary\u003e\n\u003cp\u003eYes! Engineered with premium quality materials, it features a breathable mesh back to keep you cool, a structured front panel that won't collapse, and a pre-curved brim to protect your face from the sun during daily wear or harsh overland adventures.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the hat fit?\u003c\/summary\u003e\n\u003cp\u003eIt features a classic plastic snapback closure, providing a comfortable, secure, and adjustable fit for almost all head sizes (One Size Fits Most).\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fz-cta-banner\"\u003e\n\u003ch2\u003eShowcase Your Love for the FZJ80\u003c\/h2\u003e\n\u003cp\u003eNobody makes a hat for the FZJ80 quite like Battle Born Clothing. Don't settle for generic 4x4 apparel—wear the badge of off-road supremacy today.\u003c\/p\u003e\n\u003ca class=\"fz-btn\" href=\"https:\/\/shopbattlebornclothing.com\/products\/fzj80-triplelock-trucker-cap\"\u003eLock In Your Order\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fz-club-form\"\u003e\n\u003ch3\u003eNeed Gear For Your Land Cruiser Club?\u003c\/h3\u003e\n\u003cp style=\"color: var(--fz-text-dim);\"\u003eWe outfit local off-road chapters, overland crews, and events. Request a bulk order quote below.\u003c\/p\u003e\n\u003cform class=\"fz-form\" method=\"POST\" action=\"https:\/\/formspree.io\/f\/xjgeegop\"\u003e\n\u003cinput value=\"Bulk\/Club Inquiry: FZJ80 Triplelock Cap\" name=\"_subject\" type=\"hidden\"\u003e\n\u003cdiv class=\"fz-form-row\"\u003e\n\u003cdiv class=\"fz-form-group\"\u003e\u003cinput placeholder=\"Your Name\" required=\"\" type=\"text\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fz-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=\"fz-form-group\"\u003e\u003ctextarea placeholder=\"Tell us about your club's apparel needs...\" required=\"\" rows=\"3\" name=\"message\"\u003e\u003c\/textarea\u003e\u003c\/div\u003e\n\u003cbutton class=\"fz-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":"Shop Battle Born Clothing","offers":[{"title":"Default Title","offer_id":44329868132672,"sku":"10094","price":28.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/8767\/0982\/products\/fzj80-triplelock-trucker-capshop-battle-born-clothing-7507823.png?v=1769969110","url":"https:\/\/battlebornclothing.com\/products\/fzj80-triplelock-trucker-cap","provider":"Battle Born Clothing","version":"1.0","type":"link"}