'; // Insert before the bike brand section (look for the section with bike images) var $bikeSection = $('.et_pb_section').filter(function() { return $(this).text().includes('BMW') && $(this).text().includes('KTM'); }).first(); if ($bikeSection.length) { $bikeSection.before(fitmentHTML + fitmentScript); } // ============================================================ // PHASE 2: PRODUCT SERIES SECTION // Insert after the bike brand section // ============================================================ var seriesHTML = '
' + '

Shop by Series

' + '

Equipment families built around how you ride — not just what you ride

' + '
' + '' + '
' + 'Series 01' + '

Expedition Series

' + '
' + '
' + '

Maximum load capacity for the long-distance touring rider. Panniers, top boxes, and racks built for weeks on the road.

' + 'Explore Expedition' + '
' + '
' + '' + '
' + 'Series 02' + '

Dakar Series

' + '
' + '
' + '

Lightweight protection for hardcore off-road and enduro. Every gram matters when the terrain gets serious.

' + 'Explore Dakar' + '
' + '
' + '' + '
' + 'Series 03' + '

Urban ADV Series

' + '
' + '
' + '

Functional urban carry for the adventure commuter. Practical, secure storage that works on and off the bike.

' + 'Explore Urban ADV' + '
' + '
' + '' + '
' + 'Series 04' + '

Nomad Series

' + '
' + '
' + '

Compact lightweight systems for the solo traveller. Pack less, go further, stay mobile.

' + 'Explore Nomad' + '
' + '
' + '
' + '
'; if ($bikeSection.length) { $bikeSection.after(seriesHTML); } // ============================================================ // PHASE 1: WHY MOTORRADICAL SECTION // ============================================================ var whyHTML = '
' + '

Why Motorradical?

' + '

Adventure reliability built for African conditions — and respected globally because of it

' + '
' + '
🔧

In-House Manufacturing

Every product is designed and manufactured in our South African facility. Not rebadged imports — original engineering built to our spec.

' + '
🌍

African Conditions Tested

Our equipment is validated in dust, corrugations, extreme heat, and long distances between services. The most demanding test conditions in the world.

' + '
⚙️

International Standards

Manufactured to international quality standards. The same durability principles that matter on a Dakar route matter on your daily ride.

' + '
🏍️

Built by Riders

Our team rides the same routes our customers do. Equipment designed by people who understand what happens when it fails 500km from help.

' + '
' + '
'; // Insert after the series section or before the newsletter var $newsletterSection = $('.et_pb_section').filter(function() { return $(this).text().includes('newsletter') || $(this).text().includes('form is no longer'); }).first(); if ($newsletterSection.length) { $newsletterSection.before(whyHTML); } else { $('footer, .site-footer').first().before(whyHTML); } // ============================================================ // PHASE 2: COMMUNITY & RIDES SECTION // ============================================================ var communityHTML = '
' + '

On the Road with Motorradical

' + '

Real rides, real conditions, real riders — this is what the equipment is built for

' + '
' + '
' + '
🏔️
' + '
' + 'Expedition' + '

Drakensberg North — 4 Day Route

' + '

High passes, dirt roads and remote camping. A complete guide to one of South Africa's greatest adventure routes.

' + '
' + '
' + '
' + '
🌿
' + '
' + 'Route Guide' + '

Trans-Kalahari — The Long Way

' + '

1,400km of Botswana dirt. What you need, what breaks, and what the land teaches you about preparation.

' + '
' + '
' + '
' + '
🏁
' + '
' + 'Ambassador Ride' + '

Lesotho — The Kingdom in the Sky

' + '

Our ambassador team takes the Sani Pass and doesn't stop. A three-day loop with 2,600m of altitude change.

' + '
' + '
' + '
' + '

Read All Rides & Stories →

' + '
'; // Insert before "Why Motorradical" or before footer $('.mr-why-section').before(communityHTML); // ============================================================ // PHASE 1: REPLACE BROKEN NEWSLETTER WITH WORKING FORM // ============================================================ var $brokenForm = $('.et_pb_section').filter(function() { return $(this).find('.frm_message, [class*="form"]').text().includes('no longer accepting') || $(this).text().includes('no longer accepting new submissions'); }).first(); var newsletterHTML = '
' + '

Stay Ahead on the Trail

' + '

New product launches, expedition stories, installation guides, and exclusive deals — straight to your inbox

' + '
' + '' + '' + '
' + '

Download our free Bike Fitment Guide when you subscribe

' + '' + '
'; if ($brokenForm.length) { $brokenForm.replaceWith(newsletterHTML); } else { // Insert before footer $('footer, .site-footer').first().before(newsletterHTML); } // ============================================================ // PHASE 3: AMBASSADOR PROGRAMME SECTION // ============================================================ var ambassadorHTML = '
' + '

The Motorradical Ambassador Programme

' + '

We're recruiting 10–20 genuine riders who live the adventure — different routes, different bikes, different riding styles. Ambassadors ride fully equipped with Motorradical gear, create real content, and help shape what we build next.

' + '
' + '
Full Kit
Motorradical equipment
' + '
Shared Content
Rides you can publish
' + '
Early Access
New products first
' + '
Community
Exclusive rider network
' + '
' + 'Apply to Ride with Us' + '
'; $('.mr-newsletter-section').after(ambassadorHTML); // ============================================================ // PHASE 3: DEALER NETWORK SECTION // ============================================================ var dealerHTML = '
' + '

Become a Motorradical Dealer

' + '

Join a growing network of authorised adventure equipment dealers across Southern Africa and internationally

' + '
' + '
' + 'Authorised' + '

Authorised Dealer

' + '

Standard discount, Motorradical branding kit, catalogue access

' + '
' + '
' + 'Silver' + '

Silver Dealer

' + '

Enhanced discount, display support, marketing kit, training

' + '
' + '
' + 'Gold' + '

Gold Dealer

' + '

Premium discount, exclusivity options, dedicated account manager

' + '
' + '' + '
' + '

Apply for Dealership' + '  Download Dealer Pack

' + '
'; $('.mr-ambassador-section').after(dealerHTML); // ============================================================ // PHASE 4: INTERNATIONAL MARKETS SECTION // ============================================================ var internationalHTML = '
' + '

Shipping Worldwide

' + '

South African quality — available to riders on every continent. We ship to dealers and direct customers internationally.

' + '
' + '
🇿🇦South Africa
' + '
🇿🇼Zimbabwe
' + '
🇧🇼Botswana
' + '
🇳🇦Namibia
' + '
🇰🇪Kenya
' + '
🇦🇺Australia
' + '
🇬🇧United Kingdom
' + '
🇩🇪Germany
' + '
🇺🇸United States
' + '
' + 'Get International Shipping Quote' + '  International Dealer Enquiry' + '
'; $('.mr-dealer-section').after(internationalHTML); // ============================================================ // PHASE 1: ADD YOUTUBE + IMPROVE SOCIAL ICONS IN TOP BAR // ============================================================ var $topBarSocial = $('.top-bar .social-icons, .header-top .social-icons, .et-social-icons').first(); if ($topBarSocial.length && !$topBarSocial.find('.youtube').length) { $topBarSocial.append(''); } // ============================================================ // PHASE 1: ADD "MADE IN AFRICA" BADGE TO PRODUCT PAGES // ============================================================ if (document.body.classList.contains('single-product')) { var $productTitle = $('.product_title').first(); if ($productTitle.length) { $productTitle.after('
🇿🇦 Designed & Manufactured in South Africa · African Conditions Tested
'); } } } // Run on all pages — improved footer social links var $footerSocial = $('footer .social-icons, .site-footer .social-icons, footer .et-social-icons'); if ($footerSocial.length && !$footerSocial.find('[href*="youtube"]').length) { $footerSocial.first().append('▶ YouTube'); } });
×