{"product_id":"2026-f450-4x4-crew-cab-platinum","title":"2026 FORD F450 4X4 CREW CAB PLATINUM PLUS","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@600;700;800\u0026family=Barlow:wght@400;500;600\u0026display=swap');\n\n  :root {\n    --navy: #1b1f6e;\n    --red: #c8102e;\n    --dark: #111111;\n    --mid: #2a2a2a;\n    --light-grey: #f5f5f5;\n    --border: #e0e0e0;\n    --white: #ffffff;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .ata-wrap {\n    font-family: 'Barlow', sans-serif;\n    color: var(--dark);\n    background: var(--white);\n    padding: 0;\n  }\n\n  \/* HERO BADGE *\/\n  .availability-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--red);\n    color: #fff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    margin-bottom: 16px;\n  }\n\n  .availability-badge::before {\n    content: '';\n    width: 8px;\n    height: 8px;\n    background: #fff;\n    border-radius: 50%;\n    animation: pulse 1.5s infinite;\n  }\n\n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.4; }\n  }\n\n  \/* TITLE *\/\n  .product-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--navy);\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 6px;\n  }\n\n  .product-subtitle {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--red);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 28px;\n  }\n\n  \/* SPECS GRID *\/\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-bottom: 32px;\n    border: 2px solid var(--navy);\n  }\n\n  .spec-item {\n    background: var(--white);\n    padding: 14px 16px;\n    border-right: 2px solid var(--navy);\n  }\n\n  .spec-item:nth-child(3n) { border-right: none; }\n  .spec-item:nth-child(n+4) { border-top: 2px solid var(--navy); }\n\n  .spec-label {\n    font-size: 10px;\n    font-weight: 700;\n    color: var(--red);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 4px;\n  }\n\n  .spec-value {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .spec-note {\n    font-size: 10px;\n    color: #666;\n    margin-top: 2px;\n    font-weight: 500;\n  }\n\n  \/* INTRO TEXT *\/\n  .intro-block {\n    border-left: 4px solid var(--red);\n    padding: 16px 20px;\n    background: var(--white);\n    margin-bottom: 32px;\n  }\n\n  .intro-block p {\n    font-size: 15px;\n    line-height: 1.7;\n    color: var(--mid);\n    font-weight: 500;\n  }\n\n  \/* FEATURE SECTIONS *\/\n  .feature-section {\n    margin-bottom: 28px;\n  }\n\n  .feature-section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--navy);\n    border-bottom: 3px solid var(--red);\n    padding-bottom: 8px;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .feature-section-title span.tag {\n    font-size: 11px;\n    background: var(--navy);\n    color: #fff;\n    padding: 3px 8px;\n    letter-spacing: 1px;\n    font-weight: 700;\n  }\n\n  .feature-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px 24px;\n  }\n\n  .feature-list li {\n    font-size: 14px;\n    color: var(--mid);\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    line-height: 1.4;\n  }\n\n  .feature-list li::before {\n    content: '';\n    width: 6px;\n    height: 6px;\n    min-width: 6px;\n    background: var(--red);\n    transform: rotate(45deg);\n  }\n\n  .feature-list.single {\n    grid-template-columns: 1fr;\n  }\n\n  \/* WARRANTY BANNER *\/\n  .warranty-banner {\n    background: var(--navy);\n    color: #fff;\n    padding: 20px 24px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n  }\n\n  .warranty-icon {\n    font-size: 32px;\n    min-width: 40px;\n    text-align: center;\n  }\n\n  .warranty-text h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 4px;\n    color: #fff !important;\n  }\n\n  .warranty-text p {\n    font-size: 13px;\n    opacity: 0.85;\n    font-weight: 500;\n    line-height: 1.5;\n  }\n\n  \/* CTA BLOCK *\/\n  .cta-block {\n    background: var(--red);\n    color: #fff;\n    padding: 20px 24px;\n    margin-bottom: 24px;\n    text-align: center;\n  }\n\n  .cta-block p {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .cta-block span {\n    display: block;\n    font-family: 'Barlow', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    opacity: 0.9;\n    margin-top: 4px;\n    letter-spacing: 0;\n    text-transform: none;\n  }\n\n  \/* DISCLAIMER *\/\n  .disclaimer {\n    background: var(--white);\n    border: 1px solid var(--border);\n    padding: 14px 18px;\n    font-size: 11px;\n    color: #888;\n    line-height: 1.6;\n    font-weight: 400;\n  }\n\n  .disclaimer strong {\n    color: #555;\n    font-weight: 600;\n  }\n\n  @media (max-width: 600px) {\n    .specs-grid { grid-template-columns: repeat(2, 1fr); }\n    .specs-grid .spec-item:nth-child(2n) { border-right: none; }\n    .specs-grid .spec-item:nth-child(n+3) { border-top: 2px solid var(--navy); }\n    .specs-grid .spec-item:nth-child(3n) { border-right: 2px solid var(--navy); }\n    .feature-list { grid-template-columns: 1fr; }\n    .product-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ata-wrap\"\u003e\n\u003cdiv class=\"availability-badge\"\u003eIN STOCK\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003e2026 Ford F450 Platinum PLUS\u003c\/h1\u003e\n\u003ch1 class=\"product-title\"\u003e4x4 Crew Cab\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eAustralia Complied \u0026amp; Right-Hand Drive Conversion — Glacier Grey Metallic\u003c\/p\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eGVM\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e7,030 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003eAs per manufacturer specification\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eEngine\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6.7L HO\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003ePowerStroke V8 Turbo Diesel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTransmission\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10-Speed\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003eTorqShift Automatic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003epayload\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e3124 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTOWING CAPACITY\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4,500 kg - 6,000 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e*Standard Towing - conditions apply\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eKerb Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e3906 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003ePro Power Onboard\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n\u003cp\u003eWhen only the most capable truck on the Australian market will do, the 2026 Ford F450 Platinum 4x4 Crew Cab stands in a class of its own. Powered by the high-output \u003cstrong\u003e6.7L PowerStroke V8 Turbo Diesel\u003c\/strong\u003e mated to the \u003cstrong\u003e10-speed TorqShift automatic\u003c\/strong\u003e, and riding on Ford's heavy-duty 6,350 kg GVM chassis, this is the ultimate combination of extreme capability and flagship luxury. Finished in \u003cstrong\u003eGlacier Grey Metallic\u003c\/strong\u003e with a Smoked Truffle full leather interior, the Platinum trim leaves absolutely nothing on the options list.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PLATINUM PLUS PACKAGE --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003ePlatinum Plus \u003cspan class=\"tag\"\u003ePackage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eTwin-panel power moonroof\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLimited Trim Option - Smoked Truffle, Unique Platinum Plus Luxury Lthr 40\/Console\/40 Seats\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePremium Venetian Leather Seats w\/French Stitching and Upgraded Perforated Seats\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eTwin-panel power moonroof\u003c\/li\u003e\n\u003cli\u003eUpfitter switches — factory-wired auxiliary circuits\u003c\/li\u003e\n\u003cli\u003eMax Recline driver and passenger seats\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- EXTERIOR --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003ePlatinum \u003cspan class=\"tag\"\u003eExterior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list single\"\u003e\n\u003cli\u003eGlacier Grey Metallic exterior paint\u003c\/li\u003e\n\u003cli\u003eLED projector headlamps with auto on\/off\u003c\/li\u003e\n\u003cli\u003eLED fog lamps\u003c\/li\u003e\n\u003cli\u003ePowerScope telescoping trailer tow mirrors — power adjusting, heated glass\u003c\/li\u003e\n\u003cli\u003ePower running boards\u003c\/li\u003e\n\u003cli\u003ePower tailgate\u003c\/li\u003e\n\u003cli\u003eSpray-in ToughBed tub liner\u003c\/li\u003e\n\u003cli\u003eWheel well liners — front\u003c\/li\u003e\n\u003cli\u003eSplash guards — rear\u003c\/li\u003e\n\u003cli\u003eFront tow hooks\u003c\/li\u003e\n\u003cli\u003eRain-sensing windscreen wipers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- INTERIOR --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003ePlatinum \u003cspan class=\"tag\"\u003eInterior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\u003cspan\u003eSmoked Truffle, Unique Platinum Plus Luxury Lthr 40\/Console\/40 Seats\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003einc: Premium Venetian Leather Seats w\/French Stitching and Upgraded Perforated Seats\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003ePower\/leather\/heated\/ventilated front seats with driver memory\u003c\/li\u003e\n\u003cli\u003eMax Recline driver and passenger seats\u003c\/li\u003e\n\u003cli\u003eHeated rear leather seats\u003c\/li\u003e\n\u003cli\u003eHeated leather tilt\/telescoping steering wheel\u003c\/li\u003e\n\u003cli\u003eSYNC 4 — 305 mm (12\") touchscreen infotainment\u003c\/li\u003e\n\u003cli\u003e305 mm (12\") productivity screen\u003c\/li\u003e\n\u003cli\u003eB\u0026amp;O Unleashed premium sound system\u003c\/li\u003e\n\u003cli\u003eDual zone electronic climate control\u003c\/li\u003e\n\u003cli\u003eWireless charging pad\u003c\/li\u003e\n\u003cli\u003e120V power outlet\u003c\/li\u003e\n\u003cli\u003eAmbient interior lighting\u003c\/li\u003e\n\u003cli\u003ePower rear sliding window with privacy glass and demister\u003c\/li\u003e\n\u003cli\u003ePower adjustable pedals with memory\u003c\/li\u003e\n\u003cli\u003eSecuriCode keyless entry keypad\u003c\/li\u003e\n\u003cli\u003eAll-weather floor mats\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNOLOGY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eDriver \u003cspan class=\"tag\"\u003eTechnology\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e360° surround camera system\u003c\/li\u003e\n\u003cli\u003eAdaptive cruise control\u003c\/li\u003e\n\u003cli\u003ePro Trailer Backup Assist\u003c\/li\u003e\n\u003cli\u003eTrailer brake controller\u003c\/li\u003e\n\u003cli\u003eTrailer sway control\u003c\/li\u003e\n\u003cli\u003eBLIS blind spot monitoring with cross traffic alert\u003c\/li\u003e\n\u003cli\u003eFront and rear parking sensors\u003c\/li\u003e\n\u003cli\u003eReverse brake assist\u003c\/li\u003e\n\u003cli\u003eIntelligent access with push button start\u003c\/li\u003e\n\u003cli\u003eWireless charging pad\u003c\/li\u003e\n\u003cli\u003e5G modem\u003c\/li\u003e\n\u003cli\u003eFordPass connected app\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SAFETY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eSafety \u003cspan class=\"tag\"\u003eTechnology\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eAdvanceTrac with Roll Stability Control\u003c\/li\u003e\n\u003cli\u003eSafety Canopy side curtain airbag system\u003c\/li\u003e\n\u003cli\u003eDual-stage driver and passenger airbags\u003c\/li\u003e\n\u003cli\u003eAnti-lock braking system\u003c\/li\u003e\n\u003cli\u003eSOS post-crash alert system\u003c\/li\u003e\n\u003cli\u003eSecuriLock anti-theft system\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WARRANTY --\u003e\n\u003cdiv class=\"warranty-banner\"\u003e\n\u003cdiv class=\"warranty-icon\"\u003e🛡\u003c\/div\u003e\n\u003cdiv class=\"warranty-text\"\u003e\n\u003ch4\u003e5-Year Unlimited Kilometre Warranty\u003c\/h4\u003e\n\u003cp\u003eProfessionally converted to Right-Hand Drive and fully ADR compliant for Australian registration. Comprehensive warranty package includes 24-hour roadside assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cp\u003eEnquire Today to Secure This Truck \u003cspan\u003eThe most capable and luxurious heavy-duty pickup available on the Australian market — the F450 Platinum redefines what a truck can be.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Photos displayed are for reference purposes only and may not represent the exact vehicle available. Specifications, features, and colours may vary. All prices exclude on-road costs including registration, transfer fees, stamp duty, and any other government or statutory charges unless otherwise stated. All weights, measurements and towing figures displayed are approximate only and are based on manufacturer data. These figures may vary depending on vehicle configuration, options fitted, and operating conditions. It is the customer's sole responsibility to conduct their own independent research and seek appropriate professional advice to verify all specifications, weights, and ratings prior to purchase. American Trucks Australia accepts no liability for any reliance placed on the figures displayed.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"American Trucks Australia","offers":[{"title":"Default Title","offer_id":53157411783021,"sku":null,"price":289000.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0904\/9479\/6141\/files\/A7400834-Edit.jpg?v=1775792368","url":"https:\/\/www.atashop.com.au\/products\/2026-f450-4x4-crew-cab-platinum","provider":"American Trucks Australia","version":"1.0","type":"link"}