ADVERTISEMENT

5 intoxicatingly good gifts to give your dad this Father's Day

Published Jun 17, 2021 03:56 pm

Cheers to the best man of our lives!

Here's your Father's Day booze gift guide

Fathers always know how to have a good time. Some are even experts on doing it. But one of the things that make their celebration in constant high spirit are the many alcoholic drinks they serve. Just think of it: Game nights are better with a bottle of beer. Chats and catch ups are made memorable with whisky on the side. Sometimes, desserts taste even greater when spiked with alcohol.

This Father's Day, honor the best man of your life with the best booze experience. We rounded up gift ideas, from alcohol-infused desserts to a beer trophy that has real beer in it, to make papa's day filled with intoxicating joy and cheers.

Photo from Papa Diddi's

Rum and brandy-spiked ice cream

Homegrown ice cream brand Papa Diddi’s releases two new flavors in time for Father’s Day. It has come up with a twin offering: Dad’s Spiked Coffee, which uses local Barako beans and brandy, and Thrilla in Vanilla that puts a twist on the classic vanilla ice cream with a dash of Filipino rum.

The two flavors under its booze collection come in a limited edition one-liter size tub (P700) available at www.papadiddis.net. The regular pint size (P360) is available for the rest of the month on Foodpanda, Grabfood, and store pick-ups.

Photo from Imperial Blue

Summer-perfect whisky

Here is a recommendation from OPM icon Rico Blanco, Imperial Blue is an ideal choice for wonderful moments to spend with your dad as it’s a fine and easy-to-drink imported blend of quality grains and select Scotch malts. The drink is a medium-bodied whisky with a touch of smoke and a smooth, pleasant finish. Imperial Blue Light comes with a fruity, sweet, rounded taste, and a silky soft finish with a touch of sweetness.

Imperial Blue 700ml is available in supermarkets and convenience stores starting at P249, while Imperial Blue Light 700ml is available starting at P199.

Photo from the Peninsula Manila

All set for mixing

For the dad who is the expert mixologist or just gives off a Stanley Tucci vibe, get him an impressive Peninsula x Urban Bar cocktail shaker and tool box set that serves just about every concoction with extra finesse. It also comes with a one-liter small batch craft cocktail bottle of Peninsula Negroni, Margarita, Aperol Spritz, or Beast of Burden that’s ready to serve. The set costs P8,000 with a one-liter cocktail bottle.

Photo from San Miguel Pale Pilsen

Photo from San Miguel Pale Pilsen

Unusually usual beer gifts

San Miguel Pale Pilsen offers a fun and exciting way to honor dads this coming Father’s Day. The iconic Filipino beer brand mixes things up as it celebrates the man of the house with its Unusually Usual Father’s Day Beer Gifts.

The San Miguel Pale Pilsen Beer Frame lets the man look back on the good times while creating new ones altogether, with a beer frame that doubles as a beer flask. While the San Miguel Pale Pilsen Beer Trophy, engraved with the title "Best Dad in the Universe," is a statuette that doesn’t just give a golden pat on the back, it also serves as an ingenious beer bottle holder.

Buy two cases of San Miguel Pale Pilsen in bottle or in can online through www.SMBDelivers.com or www.Boozy.ph and get any one of the Beer Frame or the Beer Trophy absolutely free.

Photo from Full Circle distillery

Nothing beats the local spirit

Full Circle Craft Distillers offers its award-winning mixes such as the ARC Botanical Gin, ARC Barrel Reserve Gin, and ARC Lava Rock Vodka to your Father's Day feast.

Full Circle’s award-winning line-up of artisanal spirits are authentically handcrafted on a German CARL copper still at its state-of-the-art, family-owned distillery in Calamba, Laguna in the Philippines, using time-honored distilling traditions. ARC Botanical Gin, Full Circle’s flagship spirit, is distilled from 28 botanicals, 22 of which are locally foraged across the country’s island archipelago.

ARC Artisanal Craft Spirits are available online at boozy.ph, LazMall, bowtieduck.com, and in-store at All Day, Bacchus Épicerie, Real Foods, Landers, The Marketplace and D&B Wines Cebu.

Related Tags

fathers day food alcohol
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.