ADVERTISEMENT

LOOK: This Pinay artist wins SunChips' 'Art Seen' competition

Maruja Panti created a packaging design for the chip variant

Published May 17, 2024 03:50 am

Maruja Panti.jpeg

Another Filipina creative has made history and put the Philippines on the map of the international art scene. Self-made artist Maruja Panti from Virac, Catanduanes, won the “Art Seen” 2023 competition. 

Organized by food brand SunChips, “Art Seen” is an annual international art competition wherein creatives worldwide are challenged to create packaging designs for the chips brand. Through this, the company hopes to put the spotlight on the originality and works of different artists worldwide. Three winners are selected every year, and for the 2023 leg, Maruja, a licensed civil engineer with a master’s degree in public administration, is among the winners, together with Darnell “Solo” Kirkwood and Megan Lewis from the USA. 

In an interview with Manila Bulletin Lifestyle, Maruja shared that she joined the competition without any expectation of winning. All she wanted to do was take that opportunity to share her works with a wider audience. She then sent two works, and those won through public voting on SunChips’ website. 

Art Seen Artist Brief_MARUJA Page 015.jpeg

“Mashonda Tifrere, a women empowerment advocate, curator, and an art collector introduced me in the competition in Miami and asked me to join,” she said. “I sent two paintings ‘The Glowing Tulips’ and ‘The Pink Clouds.’ The competition is open worldwide for free. So I thought of it as a great opportunity to finally show my works to the critics—diverse people from different background and culture across the globe.” 

Then, one day, she received an email from SunChips informing her that she was among the winners. For six months, she worked with the brand’s team, where she was asked to create a packaging design for the chip variant. 

“I was designated to design the original flavor which happen to be the most expensive flavor of all the Sunchips,” Maruja said. “The other two grand winners are artists from USA, so it was easy for them to meet and communicate with the SunChips team. Meanwhile, I worked with them online and constant zoom meetings. Finally, the new limited-edition packaging was launched this year 2024.” 

S-08_SunChips - Art Seen-1.jpeg

Taking inspiration from her happy island life in Cataduanes, Maruja, who’s also a tattoo artist, created “Beating Heart.” This art piece is dominated by blue colors that remind the audience of vast seas and clear skies, with other vibrant colors inspired by tropical flowers and marine life. 

“It was titled, “Beating Heart”—beating toward uniqueness and happiness,” she said. “Everyone does have their heart of passion that contributes vibrant and good vibes to the world. Let our heart continue beating to inspire and spread our vibes to reach every beating heart.” 

From a simple goal of showcasing her works online, it’s now being held by people who will buy SunChips in the USA. This experience taught this Pinay artist the importance of dreaming and working hard to turn that dream into reality. 

“As a female artist, I was very happy to share and show the world what I can do about my works. Your dreams are valid no matter where you are from,” Maruja said. “I am currently residing in Catanduanes Island, too far from the city. I’m living in town of Virac where competing worldwide is such a huge risk to take. But I nailed it courageously. So, it is not where we are in this world that will tell us what we can only do but the dreams in our hearts that will fuel you to live that dream.” 

Related Tags

MB Lifestyle Online Maruja Panti
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.