ADVERTISEMENT

Cristine Reyes shows how to heal dry heels

Published Aug 18, 2021 04:03 pm

The Happy Heels Kit promises results overnight!

Lockdown blues has gotten everyone down, but this doesn't mean we don't get back up to take control of our lives. Posh Nail CEO (Chief Executive Officer) Cat Ilacad sets an example by releasing a product that she thought people needed—even if we're at home most of the time. We may be at home most of the time, but this doesn't mean we still don't walk around all day long. "We still do more than 5,000 steps a day," says Cat.

Introducing the Happy Heels Kit that comes with a Moisturizing Heel Balm and Hug My Heels Gel Heel Socks. Made with Natural Shea Butter extract helps in keeping dry heels soft and smooth, while rose essential oil, jojoba oil, olive oil, and Vitamin E are infused inside the hydrating gel cups of the Gel Heel Socks. How to use? Just swipe the balm onto dry areas of your feet; slip on the socks and let the two products do their magic. On extra busy days, swipe the balm twice a day to combat scaling and dry skin.

Taking cue from her nail salon clients who wanted to get that much needed pamper even at home, Cat spent about six months working on this new product. "It took us longer than we thought because of the lockdown and our current situation. Of course, we also want a product that really works so we had to make sure it is effective, mess-free and had a spa-like smell," she tells Manila Bulletin Lifestyle. "I personally use them even during the day when I’m just at home while typing on my laptop then, of course, I apply at night and leave them overnight. I guarantee instant results, check your heels as soon as you wake up."

She also mentioned that a lot of her friends would ask her for advice on how to avoid dry heels, making her realize that there is a need for her to come up with a solution for this common problem most women are facing today. "I love that it targets something that women are so concerned about yet don’t know what to do with it. The packaging is absolutely mess free so you don’t have to touch the product when applying. The formulation includes shea butter that completely moisturizes your heels and leaves it soft and smooth."

Launching this new product, Cat collaborated with Cristine Reyes for a fun video shoot to show how easy it is to use the pampering kit. "Cristine is a busy woman who juggles being an actress and a mom, someone who has a healthy and fit lifestyle. She is busy, always on her toes. She’s someone we can all relate to—someone who is trying to balance everything in her life. Multi-tasking has brought about less time for our self-care rituals and when we came up with Happy Heels, we thought of Cristine as the perfect person to endorse it. Cristine, like Happy Heels, is simple and straight to the point. What you see is what you get from our moisturizing heel balm, simple yet effective."

"Posh Nails is not just a regular nail salon. It is a nail salon that is close to my heart where friendships and happy moments have been built," Christine Reyes says about agreeing to the endorsement. As for the product? She recommends, "Night time before bed is best, leave it overnight and wake up to softer heels."

Related Tags

pamper Happy Heels Kit Christine Reyes Cat Ilacad Posh Nails
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.