ADVERTISEMENT

Dress like royalty

Here are some quality looks you should jump in on

Published Sep 29, 2023 03:51 am
Beyoncé in Givenchy.jpg
Beyoncé in Givenchy

Beyoncé serves in Givenchy

Nearly everybody in the world knows how much of a powerhouse Beyoncé is in the music industry. Her recent album Renaissance shattered top hits charts last year and is considered as one of 2022’s greatest albums.

As part of her “Renaissance World Tour” concert, Queen Bey was spotted wearing a Givenchy Haute Couture custom outfit, designed by Matthew M. Williams. The performance took place in Inglewood, California. She wore a black silk satin short jacket embellished with an electric circuit embroidered with mixed pearls and crystal stones. It was paired with a matching catsuit and black Giv Cut sunglasses set with crystals.

You too can dress like the beloved pop star by sporting your own outfits from Givenchy! Locally, Givenchy is exclusively distributed by Stores Specialists, Inc., and is located at Shangri-La Plaza Mall East Wing, Greenbelt 4, and Solaire Resort & Casino.

Visit www.ssilife.com.ph or follow @ssilifeph on Instagram for more information.

Coach Spring 2024 Collection.jpg
Coach Spring 2024 Collection

Coach introduces the Spring 2024 collection

Coach debuted its Spring 2024 collection with a runway show at the New York Public Library. Unveiling the next chapter of Coach creative director Stuart Vevers’ vision of heritage as redefined by today’s generation, the experience celebrated Coach’s design codes and archival language as the foundation for personal style and individual expression.

An evolution of Fall’s youthful interpretations of Coach’s American design language, Spring 2024 introduced tailored silhouettes in heritage materials reimagined with youthful counter-culture attitude and the love-worn beauty of one-of-a-kind vintage pieces. The collection featured leatherware and fringed suede jackets and blazers, as well as regenerative cotton and denim staples, hand-distressed with artisanal techniques to create variations in texture and color—a detail that both celebrates the beauty of pre-loved pieces that become more valuable the more they are worn, and challenges notions of luxury that places an emphasis on perfection.

Held in the New York Public Library’s Celeste Bartos Forum, the presentation juxtaposed the youthful attitude of the collection with the room’s ornate backdrop, customized with décor in Coach’s archival hues. The seating was arranged to give all guests a front-row view of the collection, emphasizing the audience’s role in being part of the story. In addition, Vevers continued his approach of using street-casting to introduce new faces to fashion who represent the spirit of today’s generation.

For those wishing to rock the Coach look, interested customers can visit Rustan’s Shangri-La, Rustan’s Makati, Power Plant Mall, Greenbelt 5, City of Dreams, Rustan’s Cebu or shop online via Trunc.ph, Rustans.com, and Zalora.

Related Tags

Philippine Panorama givenchy Coach Beyonce
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.