ADVERTISEMENT

Shell Lubricants introduces latest innovation for scooters

The newest Shell Advance City Scooter oil was launched at 2025 Makina Moto Expo

Published May 9, 2025 08:36 am

At A Glance

  •  Shell Pilipinas introduced their latest innovation, the Shell Advance City Scooter oil, at the 2025 Makina Moto Expo, designed for start-stop city driving.
In many busy cities in the country, motorcycles and scooters have been a reliable mode of transportation because of their capability to fast and easily navigate the streets especially when traffic. With its compact size, users find it easier to find parking spaces and its relatively lower fuel consumption makes commuting costs manageable. It also helps avoid delays when it comes to deliveries and daily travels to and from work.
However, the day-to-day use of gas-powered scooters demands consistent and reliable engine care to be able to perform at its best. Frequent oil changes, proper fuel management, and promptly addressing potential issues are some of the key maintenance practices to keep the scooter’s engine running effectively and efficiently.
The common misconception among scooter users is that oils used for manual motorcycles can also be used for scooters with automatic transmissions. Using oils meant for manual motorcycles in automatic scooters may lead to serious damage and issues such as clutch and early engine wear since the oils are designed and formulated for oil-cooled clutch found in manual transmissions. Misuse of the appropriate oils for scooters can result in reduced performance efficiency, leading to possible risks such as increased engine wear, overheating, and potential mechanical failure over time. Not only can these be a hazard to the scooter’s engine, but may cause danger for the riders.
To prevent this, it is highly recommended to use engine oil specifically formulated for scooters with automatic transmission. Making sure that riders can depend on their scooters for day-to-day use, Shell recognizes the need to provide high-quality fuels, lubricants, and engine oils specifically designed for automatic transmissions to improve fuel efficiency.
On April 3, 2025, Shell Pilipinas introduced their latest innovation, the Shell Advance City Scooter oil, at the 2025 Makina Moto Expo, designed for start-stop city driving. The new Shell Advance City Scooter is a fully synthetic 10W40 motorcycle oil specially developed for scooters, formulated to meet the specific challenges of urban commuting — such as frequent stop-and-go traffic and constant engine stress.
Shell Advance brand ambassador and motorcycle influencer Nica Vasquez, along with Motorcycle Oils Marketing Manager Jannah Surposa, launched the latest product innovation of Shell Advance — the Shell Advance City Scooter oil during the Makina Moto Expo.
 
This newest product from Shell was proven and tested to protect scooter engines of up to 354 start-stops per day, helps maintain consistent horsepower at different speeds, and provides longer engine life with up to 79 percent less oil evaporation. With these impressive features, the Shell Advance City Scooter oil allows riders to go farther on every liter of fuel. It also ensures that the engines will operate smoothly and efficiently, even under challenging urban conditions.
Hosting the event was France Castillo, joined by Jannah Surposa, Motorcycle Oils Marketing Manager, and Shell Advance brand ambassador and well-known motorcycle influencer, Nica Vasquez. 
 
The new Shell Advance City Scooter oil is a testament to Shell’s commitment to innovation and reliability, offering a premium product that enhances the users’ experiences with scooters by enhancing engine performance and efficiency. The launch also supports the company’s dedication to cater to the expanding two-wheeler market by offering high-quality and reliable lubricants.
Nica Vasquez shares the benefits of Shell’s latest product, Shell Advance City Scooter, with end users who attended the Makina Moto Expo.
 
The Shell Advance City Scooter oil is now available in one-liter packaging, so head to the nearest stores now and get the newest 10W-40 fully synthetic motorcycle oil from Shell, with a suggested retail price of Php 325. 
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.