ADVERTISEMENT

Enkei Wheels officially launched in the Philippines

Published Aug 16, 2025 09:03 pm

At A Glance

  • Wheel Gallery, Inc., one of the country's major aftermarket wheel distributors, has officially added Enkei Wheels to its lineup. Wheel Gallery will offer models from across Enkei's range, including the Racing Series, Tuning Series, Performance Series, and Truck & SUV Series.
Enkei Wheels can now be purchased from Wheel Gallery, recently appointment as the official distributor of Enkei Wheels in the Philippines. Wheel Gallery, Inc., one of the country's major aftermarket wheel distributors, marked this occasion with an official signing ceremony at Karrera Showroom in Filinvest, Muntinlupa.
From left: Wheel Gallery President, Sam Liuson, and YHI Philippines General Manager and Country Head, Jason Delloso, at the official signing ceremony held at Karrera Showroom in Muntinlupa.
From left: Wheel Gallery President, Sam Liuson, and YHI Philippines General Manager and Country Head, Jason Delloso, at the official signing ceremony held at Karrera Showroom in Muntinlupa.
YHI Philippines, the local importer of Enkei Wheels, has maintained a long-standing business relationship with Wheel Gallery, dating back over a decade through their collaboration on brands such as Nitto Tires.
"We at YHI Philippines are very delighted to forge another meaningful partnership with Wheel Gallery, Inc. From years of doing business with Nitto Tires, we are now happy to strengthen our collaboration with one of the most respected aftermarket wheel distributors in the country for another top-notch Japanese aftermarket brand, this time, Enkei," said Jason Delloso, General Manager and Country Head of YHI Philippines. He added that Wheel Gallery and its leadership have been more than just associates, describing them as valued partners committed to quality aftermarket products.
Enkei Wheels is recognized globally for its high manufacturing standards and strong motorsports heritage. The company has served as an original equipment manufacturer (OEM) for several leading automotive brands and employs its proprietary MAT (Most Advanced Technology) manufacturing process. This process produces wheels with weight and strength comparable to forged wheels.
Wheel Gallery President, Sam Liuson, reflected on his early admiration for the brand, recalling its reputation for performance and style. "From my early years in the late 1980s, when I first began customizing cars, Enkei has been more than just a wheel brand to me—it has been a symbol of performance, refined style, and elegant yet sporty designs. I remember admiring timeless designs like the Apache IV, which to this day remain etched in my memory as a classic design in automotive culture," Liuson said. He affirmed his commitment to growing the brand locally, aiming to deliver the same pride and quality that Enkei represents worldwide.

Wheel Gallery will offer models from across Enkei's range, including the Racing Series, Tuning Series, Performance Series, and Truck & SUV Series. Popular designs such as the RPF1, NT03, and RC-T5 will be available, along with the newest additions like the Trail-Cross and Adventurer. Off-road enthusiasts will find models such as the RPT1, PDT1, SC59, and XC02, while Racing Series options like the PFM1, GTC01RR, and GTC02 will also be accessible to the local market.

Enkei has been manufacturing wheels since 1950, earning a reputation that spans generations. Many vintage and old-school car enthusiasts have long been familiar with the brand, often associating it with classic designs and dependable performance. When asked whether Wheel Gallery would be bringing in Enkei's NEO line of heritage wheel designs, Liuson said, "We can order whatever we didn't bring in. Because some people have tastes that are more unique, so as long as they're in production in Japan, we can bring them in for you."
The launch also introduced a new SBC (special brilliant coating) finish, available in select models and sizes. This synthetic coating offers a chrome-like appearance without the added weight and upkeep associated with traditional chrome plating.

Available on select wheel models, Enkei's SBC (Special Brilliant Coating) is a synthetic coating that offers a chrome-like appearance.
Available on select wheel models, Enkei's SBC (Special Brilliant Coating) is a synthetic coating that offers a chrome-like appearance.
Enkei Wheels are now available through the Wheel Gallery showroom in San Juan City.

Related Tags

Enkei
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.