ADVERTISEMENT

LOOK: Miss World Philippines 2021 Top 10 costumes

Published Jul 23, 2021 04:59 pm

From the La Paz Batchoy-inspired to couture takes on the traditional terno, here are the stories behind Miss World Philippines 2021's top costumes

On the evening of July 22, 2021, the Filipina beauties of Miss World Philippines brought glamor and heritage at the pageant's Charity Gala. Okada Manila was filled with Filipino design talent and culture as this year's contestants presented their national costumes. Here are the top 10 picks of the night:
Asha Gutierrez

1. Asha Gutierrez (19)

Asha wowed during the costume competition with her ancient boat-inspired garb complete with an oar.
Julie Tarrayo

2. Julie Tarrayo (30)

Julie wore a piece designed by Er Stephen Alvarado. Dubbed as "Bugday," the costume was an homage to the fisherfolk of Northern Samar, and represents Aman Sinaya, the goddess of the sea in Philippine mythology.
Shannen Manzano

3. Shannen Manzano (23)

Wearing an Edwin Uy design, Shannen looked like a fierce amazon with her black and gold Filipiniana, a creative interpretation of the modern Filipina.
Ann Palmares

4. Ann Palmares (29)

Ann honored Ilo-ilo's beloved dish, the Original La Paz Batchoy, with Paul Jerome Blas Pinuela work.
Tracy Perez

5. Tracy Perez (36)

Titled the "Vessel of Faith," Axel Que's piece for Tracy was a tribute to the 500 years of Christianity in the country, featuring Ferdinand Magellan's arrival to the shores of Cebu.
Emmanuelle Vera

6. Emmanuelle Vera (8)

Geronie Labor's costume for Emanuelle was all about intricate details and textures, from its ornate panuelo to the metallic details of her skirts.
Natasha Jung

7. Natasha Jung (12)

Putting a spin on the terno was Natasha's look with its woodwork accessories and festive spirit.
Andrea Sulangi

8. Andrea Sulangi (24)

In another Edwin Uy piece, Andrea imbibed the beauty of Maranao architecture with her elaborate costume.
Dindi Pajares

9. Dindi Pajares (22)

Much like a diwata, Dindi looked enchanting with her floral metallic headpiece and gold encrusted gown made more elegant by its voluminous godets.
Ganiel Krishnan

10. Ganiel Krishnan (43)

Ganiel's white terno by Louis Pangilinan is all about the dignified beauty of a Filipina. Her headpiece and scepter added a dose of fun that contrasts the delicate filigree and embellishments of her dress.
The winner of the costume competition will be announced on the grand coronation night of Miss World Philippines 2021 on July 25, 2021 at the Grand Ballroom of Okada Manila.
Photos used with permission from Melvin Sia.

Related Tags

Fashion miss world philppines costume Style
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.