ADVERTISEMENT

Porcelain, reimagined: Lladró presents an artful collision of worlds with its exhibit

Published May 29, 2026 11:14 am
True luxury can be defined not just based on the facade, but on the craft that went into a piece. At a time when everything is fast, a work done by hands that mirrors discipline, passion, and artisanal technique is something of true value. One that understands this the most is the Spanish luxury porcelain house Lladró.
Lladró's 'Popcelain' (Photos: Rustan's)
Lladró's 'Popcelain' (Photos: Rustan's)
Since 1953, the brand has been making whimsical figurines in porcelain. The material is poured into molds, while individual parts, like flowers, fingers, and clothing folds, are sculpted by hand. Colors are hand-painted, bringing every minute detail to life. But to introduce the art of porcelain to a new audience, Lladró sees the value of collaborating with international and pop culture brands.
The products of those collaborations are now on display at Rustan’s Makati. On May 19, Lladró unveiled an exhibition divided into two sections featuring the brand’s beloved pieces and its most recent partnerships.
'Star Wars'
'Star Wars'
'Pikachu'
'Pikachu'
'Superman' and 'Mickey Doodle'
'Superman' and 'Mickey Doodle'
'Star Wars'
'Star Wars'
Worlds collide
First is the “Popcelain” exhibit, which, as the name suggests, is a dialogue between porcelain and pop culture. In this space, pop culture icons are presented through the lens of Lladró’s artisanal craftsmanship. Headlining the exhibit is its collaboration with Pokémon, the Pikachu figure, which also celebrates the franchise’s 30th anniversary. It is one of the first times the figure has been presented outside the Japanese market, as it is slated to be up for sale in June and July.
Also on display are pieces every collector would want on their shelves. This includes Star Wars-inspired creations, featuring detailed sculptures of Darth Vader and Grogu. Lladró’s version of Mickey Mouse takes an artful approach, with the character adorned with a carefree doodle pattern, a nod to Disney’s animation roots. The exhibit also features limited-edition pieces, like the Superman figure, of which the brand produced only 500 pieces.
Roberto Marco, Lladró sales director South Asia and Europe, with Lladró artist Silvia Pérez Nebot
Roberto Marco, Lladró sales director South Asia and Europe, with Lladró artist Silvia Pérez Nebot
“It is a trend right now,” Roberto Marco Andreu, Lladró’s South Asia sales director, tells Manila Bulletin Lifestyle about the brand’s collaborative works. “It’s about combining tradition and innovation. We do these things but in our own designs and concepts.”
Lladró made sure that its identity is still reflected in these pop culture iterations. To give a better glimpse of the artistry that went into the pieces, the brand brought to Manila one of its master sculptors.
At the event, artist Silvia Pérez Nebot gave everyone a closer look at how a delicate flower, like the one featured in the Pikachu figure, is made. Petals are individually shaped and embossed before being turned into one bloom. Precision is required, and understanding of the materials is important to make such detail look realistic.
'Caballo Espanol'
'Caballo Espanol'
"Equinus Animalia"
Signature forms
While the “Popcelain” pieces truly capture one’s attention, Lladró’s classic designs also stand out for their quiet, almost dream-like elegance. At the store, shelves of porcelain figurines depicting religious images and mythology continue to be a testament to the brand’s sculptural tradition.
One of the collections to truly marvel at is “The Spanish Horse” line. It holds Lladró’s most iconic sculptures, representing an artistic challenge of the greatest technical difficulty. Through their hands, sculptors capture the muscles and veins of the horse, while the painters add depth to the creature’s body and life to its eyes.
Inspired by the majestic specimens of the Royal Andalusian School of Equestrian Art, high porcelain pieces from “The Spanish Horse” collection carry a heavy price tag, some going beyond a million pesos, reflecting not only the scale and complexity of the work, but also the intense craftsmanship required to bring each horse to life in porcelain form.
“We have a special team that just paints the eyes,” Roberto muses. “Because feelings and emotions are best expressed through the eyes.”
Lladró’s exhibit at Rustan’s Makati runs until June. A similar display is also present at Shangri-La Plaza, ongoing until the end of May. 

Related Tags

leisure Rustans Lladro Porcelain
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.