ADVERTISEMENT

Pan de Manila refreshes its holiday tradition with a new artist-designed paper bag

Painter Jerika See brings a nostalgic, top-view look at Filipino holiday traditions

Published Dec 4, 2025 09:37 am
Pan de Manila 2025 paperbag artist Jerika See features her whimsical top-view style artworks
Pan de Manila 2025 paperbag artist Jerika See features her whimsical top-view style artworks
Pan de Manila’s holiday paper bags have long held a quiet place in Filipino Christmas routines, often tucked under arms on early mornings when families pick up warm pandesal. The 2025 edition carries that sense of familiarity forward through the work of 29-year-old artist Jerika See, whose illustration places the viewer over a lively Noche Buena table.
Jerika is known for paintings that observe Filipino life from above, often turning simple moments into detailed compositions. She shifted from architecture studies at the University of Santo Tomas to full-time painting, a move that shaped the path leading to this year’s holiday collaboration.
Her connection to the brand goes back to childhood. “Pan de Manila has always been part of my life. We would have pandesal every day, often from the D. Tuazon branch before heading home. I grew up looking forward to their paper bag artworks each year, even asking my mom to buy more bread just so I could collect the paper bags. As a child, I would cut them out and use them for arts and crafts,” she recalls. She adds that this memory influenced her approach to the project. “That timeless presence inspired me while designing this year’s paper bag: the idea of pandesal as something woven into every Filipino occasion.”
The artwork she created centers on a holiday spread arranged as many families might remember it. A capiz parol, flowers on the table, pets resting nearby, and gestures like mano po all appear in the frame. Jerika’s preferred vantage point shapes the narrative. “The top-view perspective allows me to tell many stories at once, highlighting the genuine spirit of a Filipino Christmas,” she says.
Pan de Manila’s annual tradition of collaborating with Filipino artists has produced a line of holiday bags that some customers collect from year to year. By inviting Jerika to design the 2025 edition, the brand continues a program that has previously featured artists such as Mia de Lara, Christian Regis, Larry Memije, and Rina Albert-Llamas.
Jerika approached the project with a sense of continuity. “I wanted to honor past paper bag artists while also bringing my own unique vision. By keeping the tradition alive, I want to reflect Filipino culture and highlight the presence of Pan de Manila in everyday life, while also adding my personal artistic touch,” she says.
For Pan de Manila, the project also serves as a way to place Filipino artistry in everyday settings. Mari Sebastian from the brand’s marketing team explains the intention behind the long-running collaboration. “This tradition of collaborating with artists is more than just packaging. It reminds us of a more genteel time, when Christmas mornings were slower, centered on family, on opening presents, and sharing pandesal at the breakfast table,” she says. She notes that the bags have evolved into objects that customers look forward to keeping. “Pan de Manila’s holiday paper bags have become collectible pieces of art. Each one is a gift in itself, carrying stories of Filipino creativity, heritage, and memories.”
Mari adds that the project reflects a broader commitment to supporting local creatives. “By giving both established and emerging artists a national platform, we help bring local talent closer to the public, proving that art can live in everyday objects. It is this fusion of daily ritual and artistic expression that makes the Pan de Manila paper bag more than just packaging. It reminds every customer of home, culture, and the simple joys of yesteryears,” she says.
Jerika hopes the design resonates with those who bring home pandesal throughout the holiday season. “When people bring home warm pandesal in this paper bag during the holidays, I want them to feel the warmth of a Filipino Christmas. There’s no better way to celebrate than by sharing food and creating memories with loved ones,” she says.
The collaboration reinforces Pan de Manila’s role in everyday Filipino life, connecting a simple morning habit with the work of local artists and the spirit of the season.
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.