ADVERTISEMENT

Glaiza de Castro recalls moment she met future in-laws

Published Nov 17, 2021 02:18 pm

Glaiza de Castro (Instagram)

Kapuso star Asia's Acting Gem Glaiza De Castro has just arrived from a trip to Europe where she stayed for several months with her boyfriend Irish businessman David Rainey.

But what excited her the most was meeting the parents of her boyfriend the first time.

During an interview for her new beauty endorsement in Quezon City recently, Glaiza said she hopes David's family would visit the Philippines soon.

"Never pa nakapunta ang mga parents niya here. Close ang family niya. Affectionate sila sa isa't isa. Parang mga bata pa sila kung magkakasama. Yung mga parents niya affectionate rin sila sa akin," said Glaiza, who is currently seen in the popular Kapuso teleserye "Nagbabagang Luha."

The 33-year-old singer-actress revealed she learned something from meeting her boyfriend's family.

"To be honest kasi, kami sa family namin, hindi kami yung tipong mayakap pero through his family, I realized na maganda rin pala yung na e-express mo yung sarili mo, like nagsasabi ka ng 'I love you.' Nag-a 'I love you' na kami ngayon ng mommy ko dati hindi. Parang nahihiya kami gawin yun noon.

House of Beauty welcomes Glaiza de Castro

"Pero lately, yung time na umalis ako at tinatawagan ko si nanay, at nagku-kuwento ako ng mga bagay-bagay, nagsasabi na rin ako ng 'I love you.' Ang sarap pala sa pakiramdam yung nasasabi mo yun," Glaiza said.

She added: "Ang dami kong natututunan sa culture nila. Sa countryside, yung mga tao, halos magkakakilala na kayo. Naglalakad ka lang sa park tapos sasabihin nila yung nakakasalubong nila ng 'hello.' Mahilig kami sa outdoors. Sa UK gustong-gusto ko yung mga parks."

In Ireland, she rarely saw Filipinos there. "Sa Madrid, ang daming Pinoy."

Glaiza said that she and David have not finalized their wedding plans, but she said she would love to have a beach wedding.

On what she discovered about her boyfriend, Glaiza said: "She's very composed and very cool. I'm the type of person na rattled kapag may bagay na hindi tumutugma doon sa plano namin. Pero siya he's a problem-solver."

The pandemic also gave Glaiza the chance to focus on music. But she admits she's very attached to nature these days. "Sa London ang daming parks at ang sarap maglakad dahil ang lamig."

Glaiza de Castro and Jamie Prado, owner of House of Beauty

Glaiza said that she's going back to Europe soon afre she completes her commitments here. "Magpapa-alam pa rin muna ako sa GMA, sana payagan nila uli ako."

Jamie Prado, owner of House of Beauty, introduced Glaiza as celebrity endorser for her beauty line.

"She's my idol ever since. I admire her versatility as a performer. Whether she's doing comedy or playing kontrabida, she's very effective. Just like our Endless Beauty products, it is effective and suited for male and female. It's the best you can find in the marker," Jamie said.

Jamie recalled when she was just starting the business.

She borrowed a small capital of P1,500 from her husband, so she could start her beauty business in 2017.

Jamie, who admitted it was so hard to start from scratch, started by buying a facial kit and 10 bars of soap.

Contract signing with Glaiza de Castro and House of Beauty

"It's so hard to introduce your product online, but when I started, I encouraged my customers to give me feedback. Little by little, my customers grew in number because of positive comments," she said.

Now, Jamie's soap has 21 variants, and her products have expanded to lotion and facial scrubs as well. She also has a perfume line called MalefiScent.

Testimony to her success are the awards she received: Outstanding Beauty and Wellness given by Asian Sterling Awards and another recognition from Golden Globe Annual Awards for Business Excellence and Outstanding Filipino Achievers.

Related Tags

Glaiza de Castro David Rainey Endless Beauty House of Beauty
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.