ADVERTISEMENT

How Mooni is redefining what a good night's sleep feels like

Published Jul 14, 2025 11:08 pm
Mooni showroom at Uptown Bonifacio in Taguig City
Mooni showroom at Uptown Bonifacio in Taguig City
Sleep is deeply personal; and for many Filipinos, painfully elusive. According to a 2023 report by Milieu Insight, 56 percent of Filipinos sleep less than the recommended seven hours a night. That makes the Philippines the most sleep-deprived country in Southeast Asia, and fourth globally.
In today's always-on culture, rest has become a luxury. But what if we started measuring sleep not just by hours but by quality? And what if comfort started with the mattress?
Mooni Managing Director Jam Chan Cua, Marketing Manger Christian Fronda, CEO Imelda Zulueta Chan, and Joyce Chan-Mabanta
Mooni Managing Director Jam Chan Cua, Marketing Manger Christian Fronda, CEO Imelda Zulueta Chan, and Joyce Chan-Mabanta
Enter Mooni, a proudly Filipino brand that’s changing the way we think about sleep. Officially launched at the Hooga store in Uptown Bonifacio, Taguig, on July 10, Mooni introduces a refreshingly new concept: a fully customizable mattress designed around your personal comfort.
“Mooni is all about customizing the mattress,” says Jam Chan Cua, Mooni’s managing director, during the launch event. “With Mooni, sleep is no longer one-size-fits-all. It’s comfort, customized—and it’s finally made with the Filipino sleeper in mind.”
While conceptualizing the brand, Jam had one market in mind: today’s young professionals. “I wanted something affordable, transparent, sustainable—and something that gives real sleep. Young couples, newlyweds, and go-getters deserve that,” she explains.
Mooni's 4 cm interchangeable foam layers
Mooni's 4 cm interchangeable foam layers
And she’s right. In a demographic that’s hyper-focused on performance, productivity, and wellness, quality sleep isn’t just a want, it’s a need. Mooni is here to deliver just that.
Inspired by the word “moon,” the brand evokes calm, restfulness, and renewal—qualities reflected in every thoughtfully engineered layer of its mattress line. At the core of Mooni’s design is a simple but game-changing feature: interchangeable 4 cm foam layers that let users tailor their sleep setup for more support, bounce, or softness.
The brand launches with two models: Mooni Classic and Mooni Luxury, each offering a tailored sleep experience.
Mooni Classic is designed with breathable, washable covers made from premium 585 GSM Belgian fabric by Bekaert Deslee. Inside is a 4 cm gel-infused memory foam layer for pressure relief, a dynamic foam layer for spinal alignment, and a durable base of pocketed springs wrapped in soft knit fabric.
Mooni Luxury takes it a step further with denser gel memory foam, a responsive middle layer that adapts to movement, and reinforced body support, all anchored by Mooni’s signature twice-tempered pocketed springs.
But beyond premium materials, what truly sets Mooni apart is its belief that no two sleepers are alike. Whether you like it firm or plush, with Mooni, you’re in control. Offered in sizes from Single to Super King, and with the option to add more layers, it’s sleep made personal.
Available on mooni.com.ph
Mooni Managing Director Jam Chan Cua with host Nicole Andersson
Mooni Managing Director Jam Chan Cua with host Nicole Andersson
Mooni showroom at Uptown Bonifacio in Taguig City
Mooni showroom at Uptown Bonifacio in Taguig City

Related Tags

Mooni Hooga Jam Chan Cua Sleep Imelda Zulueta Chan Joyce Chan-Mabanta Christian Fronda
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.