{"product_id":"2026-ford-f350-lariat-crew-cab-4x4","title":"2026 FORD F350 LARIAT CREW CAB 4x4","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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  .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  .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    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-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-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    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    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    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 F350 Lariat\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 — Star White 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\"\u003e5,443 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\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\"\u003eDrivetrain\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4x4\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e3.55 Electronic Locking Axle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWheelbase\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4,064 mm\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003eSingle rear wheel configuration\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 - 6,000 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e*Conditions Apply\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n\u003cp\u003eThe 2026 Ford F350 Lariat 4x4 Crew Cab delivers the perfect balance of heavy-duty capability and premium comfort for Australian conditions. Powered by the proven \u003cstrong\u003e6.7L PowerStroke V8 Turbo Diesel\u003c\/strong\u003e mated to the \u003cstrong\u003e10-speed TorqShift automatic\u003c\/strong\u003e, and equipped with the \u003cstrong\u003eFX4 Off-Road Package\u003c\/strong\u003e, Black Appearance Package and Lariat Ultimate \u0026amp; Premium Packages, this is a truck that's as comfortable on the job site as it is on the open road. Finished in \u003cstrong\u003eStar White Metallic\u003c\/strong\u003e with a Black Onyx ActiveX interior, it's a truck that means business.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LARIAT PACKAGES --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eLariat \u003cspan class=\"tag\"\u003ePackages\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eLariat Ultimate Package — tailgate step and premium upgrades\u003c\/li\u003e\n\u003cli\u003eLariat Premium Package\u003c\/li\u003e\n\u003cli\u003eBlack Appearance Package — 20\" gloss black aluminium wheels, black exterior accents\u003c\/li\u003e\n\u003cli\u003eFX4 Off-Road Package — skid plates and off-road tuning\u003c\/li\u003e\n\u003cli\u003eTwin panel power moonroof\u003c\/li\u003e\n\u003cli\u003e5th wheel and gooseneck hitch prep\u003c\/li\u003e\n\u003cli\u003eUpfitter switches — factory-wired auxiliary circuits\u003c\/li\u003e\n\u003cli\u003eLED roof clearance lights\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\"\u003eLariat \u003cspan class=\"tag\"\u003eExterior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list single\"\u003e\n\u003cli\u003eStar White Metallic exterior paint\u003c\/li\u003e\n\u003cli\u003e20\" gloss black aluminium wheels\u003c\/li\u003e\n\u003cli\u003eLT275\/65R20 all-terrain tyres\u003c\/li\u003e\n\u003cli\u003eLED reflector headlamps with auto on\/off\u003c\/li\u003e\n\u003cli\u003eLED fog lamps\u003c\/li\u003e\n\u003cli\u003eLED roof clearance lights\u003c\/li\u003e\n\u003cli\u003ePowerScope telescoping trailer tow mirrors — power adjusting, heated glass\u003c\/li\u003e\n\u003cli\u003eSpray-in ToughBed tub liner\u003c\/li\u003e\n\u003cli\u003eRear wheel well liners\u003c\/li\u003e\n\u003cli\u003eFront tow hooks\u003c\/li\u003e\n\u003cli\u003eTailgate step\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\"\u003eLariat \u003cspan class=\"tag\"\u003eInterior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eBlack Onyx ActiveX trimmed interior\u003c\/li\u003e\n\u003cli\u003e40\/console\/40 ActiveX front seat configuration\u003c\/li\u003e\n\u003cli\u003ePower\/heated\/ventilated front seats with driver memory\u003c\/li\u003e\n\u003cli\u003eHeated leather steering wheel — tilt\/telescoping\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 premium sound system\u003c\/li\u003e\n\u003cli\u003eDual zone electronic climate control\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\u003c\/li\u003e\n\u003cli\u003ePower adjustable pedals with memory\u003c\/li\u003e\n\u003cli\u003eCarpet floor covering\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CAPABILITY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eWork \u003cspan class=\"tag\"\u003eCapability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eGVM: 5,443 kg\u003c\/li\u003e\n\u003cli\u003e5th wheel and gooseneck hitch prep\u003c\/li\u003e\n\u003cli\u003eIntegrated trailer brake controller\u003c\/li\u003e\n\u003cli\u003eTrailer sway control\u003c\/li\u003e\n\u003cli\u003eFX4 Off-Road Package with skid plates\u003c\/li\u003e\n\u003cli\u003e3.55 electronic locking rear axle\u003c\/li\u003e\n\u003cli\u003e410 amp dual alternator — ideal for upfitting\u003c\/li\u003e\n\u003cli\u003eDual battery system\u003c\/li\u003e\n\u003cli\u003eUpfitter switches — 5 factory auxiliary circuits\u003c\/li\u003e\n\u003cli\u003ePro Trailer Backup Assist\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNOLOGY \u0026 SAFETY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eTechnology \u003cspan class=\"tag\"\u003e\u0026amp; Safety\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\u003eBLIS blind spot monitoring with cross traffic alert\u003c\/li\u003e\n\u003cli\u003eRear 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\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\u003e5G modem\u003c\/li\u003e\n\u003cli\u003eFordPass connected app\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 F350 Lariat delivers serious towing and payload capability with premium comfort — one of the most versatile heavy-duty trucks available in Australia.\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":53184304284013,"sku":null,"price":250000.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0904\/9479\/6141\/files\/image_e5bcf308-535c-48fb-be9d-8f59b8fea04b.jpg?v=1774996797","url":"https:\/\/www.atashop.com.au\/products\/2026-ford-f350-lariat-crew-cab-4x4","provider":"American Trucks Australia","version":"1.0","type":"link"}