{"product_id":"2026-ford-f350-lariat-crew-cab-4x4-copy","title":"2026 FORD F350 PLATINUM TREMOR CREW CAB 4x4","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  .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 { margin-bottom: 28px; }\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 { grid-template-columns: 1fr; }\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 { color: #555; font-weight: 600; }\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 Platinum Tremor\u003c\/h1\u003e\n\u003ch1 class=\"product-title\"\u003e4WD Crew Cab\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eAustralia Complied \u0026amp; Right-Hand Drive Conversion — Carbonized 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\"\u003e5,700 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\"\u003eGCM\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e11,431 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTowing\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4,500 kg - 6,000 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003eConditions Apply*\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 — 1627 Nm\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\"\u003e4WD\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e3.55 Electronic Locking Axle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n\u003cp\u003eThe ultimate combination of flagship luxury and serious off-road performance, the 2026 Ford F350 Platinum Tremor 4WD Crew Cab is unlike anything else available on the Australian market. Powered by the high-output \u003cstrong\u003e6.7L PowerStroke V8 Turbo Diesel\u003c\/strong\u003e producing 1627 Nm of torque, mated to the \u003cstrong\u003e10-speed TorqShift automatic\u003c\/strong\u003e, and equipped with the \u003cstrong\u003efactory Tremor Off-Road Package\u003c\/strong\u003e — complete with raised ride height, front limited slip differential, rock crawl mode, trail control and trail turn assist — this truck handles everything from the toughest tracks to the heaviest towing loads. Finished in \u003cstrong\u003eCarbonized Grey Metallic\u003c\/strong\u003e with a Black Onyx\/Platinum Blue Unique Platinum leather interior, it turns heads wherever it goes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- TREMOR OFF-ROAD PACKAGE --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eTremor \u003cspan class=\"tag\"\u003eOff-Road Package\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list single\"\u003e\n\u003cli\u003eFactory ride height increase — unique raised front springs for improved approach angle\u003c\/li\u003e\n\u003cli\u003eFront limited slip differential\u003c\/li\u003e\n\u003cli\u003ePerformance front and rear shock absorbers\u003c\/li\u003e\n\u003cli\u003eRock Crawl mode — optimised throttle and traction control for technical terrain\u003c\/li\u003e\n\u003cli\u003eTrail Control mode — low-speed cruise control for off-road use\u003c\/li\u003e\n\u003cli\u003eTrail Turn Assist — rear wheel braking for tighter turning off-road\u003c\/li\u003e\n\u003cli\u003eTransfer case and axle water-fording vent tubes\u003c\/li\u003e\n\u003cli\u003eTransfer case and fuel tank skid plates\u003c\/li\u003e\n\u003cli\u003e18\" Ebony Black machined and painted aluminium wheels\u003c\/li\u003e\n\u003cli\u003eLT285\/75R18 all-terrain tyres with full-size matching spare\u003c\/li\u003e\n\u003cli\u003eTextured matte finish off-road running boards\u003c\/li\u003e\n\u003cli\u003eTremor Off-Road decal pack\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- PLATINUM 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\u003eCarbonized Grey Metallic exterior paint\u003c\/li\u003e\n\u003cli\u003e18\" Ebony Black machined and painted aluminium wheels\u003c\/li\u003e\n\u003cli\u003eLT285\/75R18 all-terrain tyres\u003c\/li\u003e\n\u003cli\u003eLED projector headlamps — auto low\/high beam with automatic high-beam\u003c\/li\u003e\n\u003cli\u003eLED fog lamps and LED brakelights\u003c\/li\u003e\n\u003cli\u003eLED roof clearance lights\u003c\/li\u003e\n\u003cli\u003eTwin panel power moonroof\u003c\/li\u003e\n\u003cli\u003ePower extendable trailer style mirrors — heated, power folding, convex spotter, turn signals\u003c\/li\u003e\n\u003cli\u003ePower running boards\u003c\/li\u003e\n\u003cli\u003eIntegrated tailgate step and boxside steps\u003c\/li\u003e\n\u003cli\u003ePower open and close tailgate\u003c\/li\u003e\n\u003cli\u003eSpray-in ToughBed tub liner with tailgate guard\u003c\/li\u003e\n\u003cli\u003ePerimeter and approach lights\u003c\/li\u003e\n\u003cli\u003eDeep tinted glass\u003c\/li\u003e\n\u003cli\u003eRain-sensing variable intermittent wipers\u003c\/li\u003e\n\u003cli\u003eFront and rear tow hooks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- PLATINUM 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\u003eUnique Platinum Leather 40\/Console\/40 seats — Black Onyx\/Platinum Blue\u003c\/li\u003e\n\u003cli\u003eMulticontour heated and ventilated front seats\u003c\/li\u003e\n\u003cli\u003e8-way power driver and passenger seat with lumbar\u003c\/li\u003e\n\u003cli\u003eEasy entry\/exit memory driver's seat\u003c\/li\u003e\n\u003cli\u003eHeated rear seats\u003c\/li\u003e\n\u003cli\u003eHeated leather steering wheel — auto tilt-away\u003c\/li\u003e\n\u003cli\u003eSYNC 4 — 305 mm (12\") touchscreen with enhanced voice recognition\u003c\/li\u003e\n\u003cli\u003eB\u0026amp;O Unleashed Sound System — 14 speakers including subwoofer\u003c\/li\u003e\n\u003cli\u003eApple CarPlay and Android Auto — wireless\u003c\/li\u003e\n\u003cli\u003eHead-up display\u003c\/li\u003e\n\u003cli\u003eAdaptive cruise control with stop-and-go\u003c\/li\u003e\n\u003cli\u003eDual zone automatic climate control\u003c\/li\u003e\n\u003cli\u003eWireless phone charging\u003c\/li\u003e\n\u003cli\u003e2 x 120V AC interior power outlets\u003c\/li\u003e\n\u003cli\u003ePro Power Onboard — 400W outlet in rear console\u003c\/li\u003e\n\u003cli\u003eUpfitter switches (6) — overhead console mounted\u003c\/li\u003e\n\u003cli\u003e5th wheel and gooseneck hitch prep package\u003c\/li\u003e\n\u003cli\u003eGenuine wood and leather interior trim accents\u003c\/li\u003e\n\u003cli\u003eMemory settings — seat, mirrors, steering wheel and pedals\u003c\/li\u003e\n\u003cli\u003eAll-weather floor mats\u003c\/li\u003e\n\u003cli\u003eRemote engine start\u003c\/li\u003e\n\u003cli\u003eProximity key and push button start\u003c\/li\u003e\n\u003cli\u003eFord Connectivity Package — Wi-Fi hotspot, connected navigation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- TOWING \u0026 CAPABILITY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SAFETY \u0026 TECHNOLOGY --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-section-title\"\u003eSafety \u003cspan class=\"tag\"\u003e\u0026amp; Technology\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eAerial view 360° camera system — front, rear, left, right and cargo bed cameras\u003c\/li\u003e\n\u003cli\u003eFront and rear parking sensors\u003c\/li\u003e\n\u003cli\u003eAutomatic emergency braking with intersection assist\u003c\/li\u003e\n\u003cli\u003eForward collision warning\u003c\/li\u003e\n\u003cli\u003eBLIS blind spot monitoring with trailer tow coverage\u003c\/li\u003e\n\u003cli\u003eReverse brake assist\u003c\/li\u003e\n\u003cli\u003eLane keeping assist and lane departure warning\u003c\/li\u003e\n\u003cli\u003eLane centering\u003c\/li\u003e\n\u003cli\u003eDriver monitoring alert\u003c\/li\u003e\n\u003cli\u003eAdvanceTrac with Roll Stability Control\u003c\/li\u003e\n\u003cli\u003eSafety Canopy curtain airbag system — 1st and 2nd row\u003c\/li\u003e\n\u003cli\u003eDual-stage driver and passenger front airbags\u003c\/li\u003e\n\u003cli\u003eSeat-mounted side-impact airbags\u003c\/li\u003e\n\u003cli\u003eTyre pressure monitoring system\u003c\/li\u003e\n\u003cli\u003eEmergency SOS capability\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 Platinum Tremor is Australia's most capable and luxurious off-road heavy-duty pickup — there is simply nothing else like it.\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","brand":"American Trucks Australia","offers":[{"title":"Default Title","offer_id":53217707196781,"sku":null,"price":275000.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0904\/9479\/6141\/files\/A7400797.jpg?v=1776032294","url":"https:\/\/www.atashop.com.au\/products\/2026-ford-f350-lariat-crew-cab-4x4-copy","provider":"American Trucks Australia","version":"1.0","type":"link"}