ADVERTISEMENT

Nicole Morales on motherhood and building something that lasts

The Beauty Edit's founder on redefining beauty and building a brand with purpose

Published May 12, 2025 10:49 am
Nicole Morales
Nicole Morales
With all the roles mothers play in their daily lives, finding time to pamper themselves—or even just to consistently follow a skincare routine—can be challenging, and a luxury some cannot afford.
This is a reality even for Nicole Morales, founder of The Beauty Edit, a local beauty subscription website that educates and empowers beauty enthusiasts through its engaging events and stories. In an interview with Manila Bulletin Lifestyle, Nicole shares the challenges of leading a business while juggling motherhood—and how she navigates both by finding beauty in the simplest things in life.
Nicole Morales
Nicole Morales
For Nicole, Mother’s Day isn’t about the usual flowers or cards. It’s something quieter—and deeper. “It’s a pause,” she says. “A moment to zoom out from the blur of daily life and take stock of the weight, joy, and everyday heroism of motherhood.”
That ethos—the idea that real beauty and value often lie in what’s unseen—runs through everything she touches. From the way she parents to the way she curates products for The Beauty Edit, Nicole champions honesty, nuance, and the unseen labor that makes life beautiful.
The beauty of the everyday
Nicole’s first Mother’s Day memory isn’t from a glamorous brunch or an over-the-top celebration. It’s from five years ago, in the thick of the pandemic.
“I was breastfeeding full-time, quietly building the beginnings of The Beauty Edit, and trying to find clarity in the chaos,” she recalls. “But in that little pocket of time, with my six-month-old looking up at me, there was joy. There was hope. There was purpose.”
It’s no coincidence that those themes—hope, care, and clarity—became the foundation of The Beauty Edit.
“I wanted to make space for real women and real life,” she explains. “Motherhood shaped that mission. It made me more intentional. I started asking: Who are we really serving? What matters to them? And how can beauty be a form of care, not pressure?”
Nicole with her family
Nicole with her family
Motherhood has undeniably shaped Nicole’s view of beauty. “It stripped away the performance,” she says. “I used to think full routines were signs of discipline. Now I know beauty is more forgiving than that. Some days it’s red lipstick; other days it’s SPF and surviving. Both are valid.”
And while she doesn’t plan to hand down a set of beauty rules to her daughter, she hopes to pass down something more lasting: a philosophy.
“I want her to see that beauty isn’t about fixing or hiding. It’s about caring for yourself, enjoying the process, and not taking it too seriously.”
That perspective shows up in her parenting, her work, and even her product picks. Asked for the one product every mom deserves, she doesn’t hesitate:
“Something that makes you feel instantly pulled together. A really good lip product or a perfume you can claim as your own. One swipe or spritz—and you're back to yourself.”
A community that sees you
At the heart of The Beauty Edit is a community that reflects Nicole’s own journey—women who wear many hats and are looking for beauty that meets them where they are. Through content, events, and curated boxes, she aims to give women—especially mothers—a reason to pause and feel seen.
“Mothers bring so much honesty and perspective to our space,” she says. “They remind us that beauty isn’t always glossy—and that’s what makes it real.”
This Mother’s Day, Nicole and her team are celebrating all kinds of caretakers with The Beauty Edit Box Vol. 16: The Motherload.
The Beauty Edit Box Vol. 16: The Motherload
The Beauty Edit Box Vol. 16: The Motherload
“They say ‘motherlode’ when you strike gold. We say Motherload—because this box is stacked,” Nicole says, smiling. “Not just with treasures, but with meaning. It’s a tribute to the women who hold it all—schedules, group chats, emotional labor—and still find ways to show up with love.”
It’s not just for moms, she clarifies. “It’s for anyone who’s ever carried the weight of care—friends who mother us, women who hold space, and those who quietly keep everything moving.”
Inside the box are carefully selected beauty resets—products meant to feel like breathers, not to-do lists. “We asked ourselves, ‘What do we reach for on the hard days?’ That’s what we put in.”
Building with balance
As a founder and mother, Nicole knows the push-pull all too well. Her advice to moms wanting to pursue entrepreneurship is grounded in grace.
“You don’t have to have it all figured out. Start where you are. Be clear about your why—it’ll get you through the hard days.”
And most of all, she says, give yourself permission to grow at your own pace.
“Sometimes choosing your child over a deadline is the success story. That’s what building something on your own terms looks like.”
For Nicole, motherhood isn’t just part of her story—it’s the soul of it.

Related Tags

fashion and beauty The Beauty Edit Nicole Morales
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.