ADVERTISEMENT

Drew Barrymore, Timothy Olyphant on PH connection and recollection

Published Mar 12, 2018 10:10 am
Hollywood actors Drew Barrymore and Timothy Olyphant were in the Philippines a couple of days ago and they gave Filipinos a first taste of the second season of their Netflix starrer "Santa Clarita Diet." Drew Barrymore and Timothy Olyphant (Photo by Richard Dela Llarte/Netflix) /mb.com.ph Drew Barrymore and Timothy Olyphant (Photo by Richard Dela Llarte/Netflix) It's the second time for the 43-year-old actress in Manila. Two years ago, she met up with some local beauty companies for talks to bring her makeup line Flower Beauty here. At the time of interview, she was hoping to see the "island life" and "paradise" the Philippines is known for. "I haven't gotten to see the beaches because we always stayed in the city but I really love to see it,"she told Bulletin Entertainment and other members of media. Prior to her arrival, Drew even shared on Instagram her feelings about this visit. “Oh my gosh. So excited. Going to Manila in my pajamas and channeling old fashioned travel. #netflix #presstour #santaclaritadiet champagne for me and my partner in crime slash work brother @masonmhughes,” the caption read. As for Timothy, he lived in the Philippines with his family until he was two years old. However, he can't remember anything from that time, he said. Their family’s former nanny was a Filipina from Davao. The sequel On "Santa Clarita Diet" Drew and Timothy play married couple Sheila and Joel Hammond living in Santa Clarita, California where they work as realtors with their teenage daughter with a mind of her own, Abby, played by Liv Hewson. Later, this trait of hers come in handy in investigating her mother’s bizarre condition and covering up her mistakes. Picking up from the first season, this one finds the Hammonds trying to adapt to Sheila’s now-advanced undead state – even though she’s desperately working to hold on to her suburban lifestyle and not be defined as just another monster. Unfortunately – while the family has become markedly better at murder – the number of missing people in Santa Clarita is starting to pile up and it’s no longer going unnoticed. More than just the story itself, Drew noted the core of the show is its ability to show people to never give up on each other. "I like the optimism of a couple that can make it through stuff," she said. "Figuring on how to make it work is not always easy, not always pleasant. It can be confusing but I like that they continue to come to solutions even when they're opposing each other." On returning for the second season, Timothy admitted it's always fun for him. Drew considers coming back to her character like "new" experience. She believes expectation from audience is unavoidable so she has the responsibility to make it better than the first. In terms of gross scenes, the two admitted that they already got used to those things. But Drew shared the most challenging one was eating the fake human bodies that looks so real. "They made them so well but they taste so horrible," was how she put it. New family Both are thankful to have found new family in the cast. Drew believes she, Timothy, Liv, and Skyler Gisondo being close in real life factored into the good outcome of the show. "We are all in it from 7:00 a.m. to 11 at night everyday. I love what we are doing. I feel very lucky to get this job," she enthused. "You know great jobs are not falling from the sky so I feel really lucky." She also likes it that the show does not only tackle perspective of a married couple but also from young people's point of view. "That's a nice balance," she pointed out. Scene from 'Santa Clarita Diet: Season 2'(mb.com.ph) Scene from 'Santa Clarita Diet: Season 2' Drew thinks there's a lot of energy in their dialogue as it was written in a way people don't usually speak. "I think that gives it special sauce," she said. "It's the rhythm and phase to it." But because the script has too many funny witticism and orthodox sentences, she sometimes struggled to remember the lines. "They re-arrange the word in interesting way but it comes out sounding so much more interesting," she explained. "And reading it so funny that you wanna nail it." Also in the cast are Natalie Morales, Mary Elizabeth Ellis, Andy Richter, Ramona Young, Joel McHale, Maggie Lawson, Gerald McRaney, and Zachary Knighton. Netflix's "Santa Clarita Diet" season two will be out on March 23. Drew and Timothy grace the premiere night and red carpet event at SM Megamall on March 12.
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.