ADVERTISEMENT

Solenn Heussaff, Viy Cortez to grace inaugural Mom & Baby Fair 2024

Published May 3, 2024 03:47 am

At A Glance

  • Social media personality Viy Cortez will headline the celebrity parenting talks for Pampers on May 6, while actress Solenn Heussaff takes the stage for Cetaphil on May 12.<br> 
1f1a7512-0083-40a5-b4d4-f21280856df4.jpeg
 Solenn Heussaff 

Celebrity moms Solenn Heussaff and Viy Cortez will spearhead the inaugural Watsons Mom & Baby Fair 2024, offering families a blend of entertainment and economic benefits.

From May 6 to 12, the SM Mall of Asia Atrium will be transformed into a haven for families. The Watsons Mom & Baby Fair 2024 is not just about shopping; it's about engaging in fun activities, learning from informative talks, and discovering a wide range of products for parents and children.

The fair also includes informative talks by celebrity moms, engaging activity booths, and exclusive discounts, showcasing how Watsons is there to support families, especially children, through every phase of growth.

Social media personality Viy Cortez will headline the celebrity parenting talks for Pampers on May 6, while actress Solenn Heussaff takes the stage for Cetaphil on May 12.

Exclusive offers from participating brands, including Johnson’s Baby, Cradle, Makuku, and more, will be available, along with Watson's Brand products for mothers and babies. Every Watsons Club app member who shops at the fair can avail of family-friendly exclusives and other surprises.

84d5e877-a950-4691-b8b3-1567930c6b28.jpeg
Viy Cortez

Watson's Mom & Baby Fair is the first event specifically geared towards families. The leader in personal care, beauty, and wellness proudly presents many products that help children at every stage of development. From prenatal supplements to children’s vitamins, infant supplies to toddler necessities, and beyond, Watsons aims to be a partner to parents as they raise and support their children in their development.

The fair will feature segments from Watsons Brand, Baby Dove, and Pampers, along with activity booths by Aveeno and Cetaphil, packed with fun experiences and helpful products for mommies. Completing the fair with different activity booths designed to elevate the shopping experience and provide a wholesome venue that will delight the kids.

The Pharmacy setup creates a simulated Watsons store, providing a fun environment for kids to pretend and play. Products, including Watsons Baby items, are displayed. Moms Nook is where parents and guardians can relax on the massage chair, while the Watsons Beauty Salon provides a space for kids to explore beauty and cosmetic products through play.

SM Supermalls SuperMoms Club will also be at the event with a segment at the kickoff event, providing a safe space for parents to share their insights and anecdotes about child care and rearing. Additionally, the Ice Cream Corner provides refreshing free popsicles for shoppers during peak hours only, while the Self-Shoot Photo Booth allows parents and guardians to take photos with their children. A CRM Booth is also provided for customers' Watsons-related questions.

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.